001e84c01dff088d958671824a9dca24b1eada25
[p5sagit/p5-mst-13.2.git] / Changes
1 Please note: This file provides a complete, temporally ordered log of
2 changes that went into every version of Perl.  If you'd like more
3 detailed information, please consult the comments in the individual
4 patches posted to the perl5-porters mailing list.  Patches for each
5 individual change may also be obtained through ftp and rsync--see
6 perlhack.pod for the details.
7
8
9 [The "CAST AND CREW" list has been moved to AUTHORS.]
10
11 NOTE: Each change entry shows the change number; who checked it into the
12 repository; when; description of the change; which branch the change
13 happened in; and the affected files.  The file lists have a short symbolic
14 indicator:
15
16             !       modified
17             +       added
18             -       deleted
19             +>      branched (from elsewhere)
20             !>      merged changes (from elsewhere)
21
22 The Message-Ids in the change entries refer to the email messages sent
23 to the perl5-porters mailing list.  You can retrieve the messages for
24 example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/
25
26 This file contains only changes that affect the mainline branch,
27 not those that affect the (now decommissioned) cfgperl, or vmsperl,
28 or any other branch.
29
30 --------------
31 Version v5.7.1          Development release working toward v5.8
32 --------------
33
34 ____________________________________________________________________________
35 [  8428] By: jhi                                   on 2001/01/13  02:08:50
36         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
37              From: Peter Prymmer <pvhp@forte.com>
38              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
39              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
40              
41              Add a BEGIN guard for sloppy floating point division.
42      Branch: perl
43            ! lib/Math/BigInt.pm lib/bigint.pl
44 ____________________________________________________________________________
45 [  8427] By: jhi                                   on 2001/01/13  01:47:16
46         Log: The B::Terse drop-in replacement wasn't quite drop-in.
47      Branch: perl
48            ! ext/B/B/Terse.pm
49 ____________________________________________________________________________
50 [  8426] By: jhi                                   on 2001/01/12  21:20:43
51         Log: Use UVXf.
52      Branch: perl
53            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
54            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
55            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
56            ! vos/config.ga.def vos/config.ga.h win32/config.bc
57            ! win32/config.gc win32/config.vc
58 ____________________________________________________________________________
59 [  8425] By: jhi                                   on 2001/01/12  20:20:14
60         Log: Subject: [PATCH perl@8342] -Wformat
61              From: Robin Barker <rmb1@cise.npl.co.uk>
62              Date: Fri, 12 Jan 2001 20:03:14 GMT
63              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
64      Branch: perl
65            ! ext/Encode/Encode.xs mg.c sv.c toke.c
66 ____________________________________________________________________________
67 [  8424] By: jhi                                   on 2001/01/12  20:01:48
68         Log: Subject: B::Concise -- an improved replacement for B::Terse 
69              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
70              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
71              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
72      Branch: perl
73            + ext/B/B/Concise.pm
74            ! MANIFEST ext/B/B/Terse.pm
75 ____________________________________________________________________________
76 [  8423] By: jhi                                   on 2001/01/12  19:24:02
77         Log: The new metaconfig unit from the #8421.
78      Branch: metaconfig/U/perl
79            + d_sigprocmask.U
80 ____________________________________________________________________________
81 [  8422] By: jhi                                   on 2001/01/12  19:23:43
82         Log: Forgot the microperl config from the #8421.
83      Branch: perl
84            ! uconfig.h uconfig.sh
85 ____________________________________________________________________________
86 [  8421] By: jhi                                   on 2001/01/12  19:05:27
87         Log: Add sigprocmask() probe, regen Configure, regen toc.
88      Branch: perl
89            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
90            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
91            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
92            ! vos/config.ga.h win32/config.bc win32/config.gc
93            ! win32/config.vc
94 ____________________________________________________________________________
95 [  8420] By: jhi                                   on 2001/01/12  18:34:31
96         Log: Add sockatmark() to the todo list.
97      Branch: perl
98            ! Todo-5.6
99 ____________________________________________________________________________
100 [  8419] By: jhi                                   on 2001/01/12  18:09:46
101         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
102      Branch: perl
103            ! op.c
104 ____________________________________________________________________________
105 [  8418] By: jhi                                   on 2001/01/12  18:05:30
106         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
107              From: Radu Greab <radu@netsoft.ro>
108              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
109              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
110      Branch: perl
111            ! op.c t/pragma/sub_lval.t
112 ____________________________________________________________________________
113 [  8417] By: jhi                                   on 2001/01/12  16:09:09
114         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
115              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
116              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
117              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
118      Branch: perl
119            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
120            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
121            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
122            ! t/pragma/sub_lval.t toke.c
123 ____________________________________________________________________________
124 [  8416] By: jhi                                   on 2001/01/12  15:42:06
125         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
126              From: "Richard Soderberg" <rs@crystalflame.net>
127              Date: Fri, 12 Jan 2001 04:49:35 -0800
128              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
129              
130              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
131              according to the platform.
132      Branch: perl
133            ! op.c
134 ____________________________________________________________________________
135 [  8415] By: jhi                                   on 2001/01/12  15:33:41
136         Log: One more UTF-8 fix from Inaba Hiroto.
137      Branch: perl
138            ! pp.c regexec.c t/pragma/utf8.t
139 ____________________________________________________________________________
140 [  8414] By: jhi                                   on 2001/01/12  15:30:18
141         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
142      Branch: perl
143            ! regexec.c
144 ____________________________________________________________________________
145 [  8413] By: jhi                                   on 2001/01/12  15:22:10
146         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
147              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
148              Date: Thu, 11 Jan 2001 12:53:36 +0100
149              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
150      Branch: perl
151            ! toke.c
152 ____________________________________________________________________________
153 [  8412] By: jhi                                   on 2001/01/12  15:20:25
154         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
155              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
156              Date: Fri, 12 Jan 2001 14:37:55 +0100
157              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
158      Branch: perl
159            ! hints/posix-bc.sh
160 ____________________________________________________________________________
161 [  8411] By: jhi                                   on 2001/01/12  15:14:14
162         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
163              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
164              Date: Fri, 12 Jan 2001 10:42:21 +0100
165              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
166      Branch: perl
167            ! t/op/regmesg.t
168 ____________________________________________________________________________
169 [  8410] By: jhi                                   on 2001/01/12  05:48:55
170         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
171              From: Nicholas Clark <nick@ccl4.org> 
172              Date: Sun, 7 Jan 2001 19:47:14 +0000
173              Message-ID: <20010107194714.B1048@plum.flirble.org>
174      Branch: perl
175            ! t/op/numconvert.t
176 ____________________________________________________________________________
177 [  8409] By: jhi                                   on 2001/01/12  05:41:28
178         Log: Integrate perlio.
179      Branch: perl
180           !> mg.c scope.h
181 ____________________________________________________________________________
182 [  8408] By: nick                                  on 2001/01/11  22:43:28
183         Log: Remove variables that were used in experiments.
184      Branch: perlio
185            ! mg.c
186 ____________________________________________________________________________
187 [  8407] By: nick                                  on 2001/01/11  20:57:44
188         Log: Catch die in %SIG handler and unblock the signal before re-dying.
189              This make Linux work _without_ sigsetjmp().
190              Turn off sigsetjmp() to see what else it does.
191              May need Configure probe for sigprocmask() if anything has sigaction()
192              but not sigprocmask().
193      Branch: perlio
194            ! mg.c scope.h
195 ____________________________________________________________________________
196 [  8406] By: nick                                  on 2001/01/11  19:32:07
197         Log: Integrate mainline
198      Branch: perlio
199           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
200           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
201           !> t/op/substr.t
202 ____________________________________________________________________________
203 [  8405] By: jhi                                   on 2001/01/11  17:11:01
204         Log: Fix UTF-8 lval substr().
205      Branch: perl
206            ! mg.c t/op/substr.t
207 ____________________________________________________________________________
208 [  8404] By: jhi                                   on 2001/01/11  05:13:58
209         Log: Update Changes.
210      Branch: perl
211            ! Changes patchlevel.h
212 ____________________________________________________________________________
213 [  8403] By: jhi                                   on 2001/01/11  04:38:24
214         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
215              From: Hugo <hv@crypt.compulink.co.uk>
216              Date: Mon, 30 Oct 2000 01:33:26 +0000
217              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
218      Branch: perl
219            ! regexec.c t/op/re_tests
220 ____________________________________________________________________________
221 [  8402] By: jhi                                   on 2001/01/11  04:26:12
222         Log: Integrate perlio.
223      Branch: perl
224           !> scope.h util.c
225 ____________________________________________________________________________
226 [  8401] By: nick                                  on 2001/01/10  22:52:55
227         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
228              (So Alan and Ilya can try setting via hints.)
229              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
230              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
231              doing the save everywhere seems to restart read() correctly, but just
232              doing it once "round" the handler does not.
233      Branch: perlio
234            ! scope.h
235 ____________________________________________________________________________
236 [  8400] By: jhi                                   on 2001/01/10  21:57:54
237         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
238              of IRIX, HP-UX is unaffected.
239      Branch: perl
240            ! perl.h
241 ____________________________________________________________________________
242 [  8399] By: nick                                  on 2001/01/10  21:29:19
243         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
244      Branch: perlio
245            ! util.c
246 ____________________________________________________________________________
247 [  8398] By: jhi                                   on 2001/01/10  20:55:31
248         Log: Add ReuseAddr as a (preferred) alias for Reuse as we know
249              also have ReusePort.
250      Branch: perl
251            ! ext/IO/lib/IO/Socket/INET.pm
252 ____________________________________________________________________________
253 [  8397] By: jhi                                   on 2001/01/10  20:50:57
254         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
255              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
256              Date: Wed, 10 Jan 2001 01:38:13 -0800
257              Message-ID: <20010110013813.B41744@yahoo-inc.com>
258      Branch: perl
259            ! ext/IO/lib/IO/Socket/INET.pm
260 ____________________________________________________________________________
261 [  8396] By: jhi                                   on 2001/01/10  20:49:30
262         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
263              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
264              Date: Wed, 10 Jan 2001 01:37:32 -0800
265              Message-ID: <20010110013732.A41744@yahoo-inc.com>
266      Branch: perl
267            ! ext/Socket/Socket.pm
268 ____________________________________________________________________________
269 [  8395] By: jhi                                   on 2001/01/10  20:41:37
270         Log: Test for bug id 20010105.016 (fixed by #8378).
271      Branch: perl
272            ! t/op/split.t
273 ____________________________________________________________________________
274 [  8394] By: jhi                                   on 2001/01/10  20:26:32
275         Log: Integrate perlio.
276      Branch: perl
277            ! util.c
278 ____________________________________________________________________________
279 [  8393] By: nick                                  on 2001/01/10  19:34:30
280         Log: Back out Simon's pid hackery for now.
281      Branch: perlio
282            ! util.c
283 ____________________________________________________________________________
284 [  8392] By: nick                                  on 2001/01/10  19:23:13
285         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
286      Branch: perlio
287           !> (integrate 29 files)
288 ____________________________________________________________________________
289 [  8391] By: jhi                                   on 2001/01/10  18:43:15
290         Log: Subject: [PATCH] Fix my_pclose segfault
291              From: Simon Cozens <simon@cozens.net>
292              Date: Wed, 10 Jan 2001 18:39:35 +0000
293              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
294      Branch: perl
295            ! util.c
296 ____________________________________________________________________________
297 [  8390] By: jhi                                   on 2001/01/10  18:42:08
298         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
299              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
300              Date:     Wed, 10 Jan 2001 13:23:02 EST
301              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
302      Branch: perl
303            ! ext/Opcode/Opcode.xs
304 ____________________________________________________________________________
305 [  8389] By: jhi                                   on 2001/01/10  15:16:07
306         Log: Turn off the integer preservation for now.
307      Branch: perl
308            ! perl.h
309 ____________________________________________________________________________
310 [  8388] By: jhi                                   on 2001/01/10  15:01:25
311         Log: Few more IDE/editor nits from p5p.
312      Branch: perl
313            ! pod/perlfaq3.pod
314 ____________________________________________________________________________
315 [  8387] By: jhi                                   on 2001/01/10  06:53:16
316         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
317              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
318              Date: Tue, 9 Jan 2001 23:16:02 +0000
319              Message-ID: <20010109231602.A81101@plum.flirble.org>
320      Branch: perl
321            ! sv.c
322 ____________________________________________________________________________
323 [  8386] By: jhi                                   on 2001/01/10  03:17:54
324         Log: Test cases for #8385 (from Simon's "torture.pl")
325      Branch: perl
326            ! t/op/tr.t
327 ____________________________________________________________________________
328 [  8385] By: jhi                                   on 2001/01/10  03:17:11
329         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
330              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
331              Date: Wed, 10 Jan 2001 11:39:39 +0900
332              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
333              
334              Some more UTF-8 tr cases fixed.
335      Branch: perl
336            ! doop.c
337 ____________________________________________________________________________
338 [  8384] By: jhi                                   on 2001/01/09  22:45:40
339         Log: Allow the locale test needing POSIX and the taint test
340              needing IPC::SysV to run under 'minitest' (basically,
341              bail out if loading the extension fails)
342      Branch: perl
343            ! t/op/misc.t t/op/taint.t
344 ____________________________________________________________________________
345 [  8383] By: jhi                                   on 2001/01/09  21:36:04
346         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
347              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
348              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
349              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
350      Branch: perl
351            ! t/io/openpid.t
352 ____________________________________________________________________________
353 [  8382] By: jhi                                   on 2001/01/09  21:06:08
354         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
355              Should finish up the bug id 20001205.022.
356      Branch: perl
357            ! pp.c pp_hot.c scope.c
358 ____________________________________________________________________________
359 [  8381] By: jhi                                   on 2001/01/09  18:27:43
360         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
361              From: Andy Dougherty <doughera@lafayette.edu>
362              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
363              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
364              
365              More robust yacc/bison error detection.
366      Branch: perl
367            ! t/comp/proto.t
368 ____________________________________________________________________________
369 [  8380] By: jhi                                   on 2001/01/09  15:21:38
370         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
371              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
372              Date:     Tue, 9 Jan 2001 07:53:55 EST
373              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
374      Branch: perl
375            ! t/op/misc.t vms/test.com
376 ____________________________________________________________________________
377 [  8379] By: jhi                                   on 2001/01/09  15:20:38
378         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
379              From: jhi@cc.hut.fi
380              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
381              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
382              
383              The #8378 fixed this.
384      Branch: perl
385            ! t/op/tr.t
386 ____________________________________________________________________________
387 [  8378] By: jhi                                   on 2001/01/09  15:05:32
388         Log: Subject: One more patch for UTF8 
389              From: Inaba Hiroto <inaba@st.rim.or.jp>
390              Date: Tue, 09 Jan 2001 01:04:32 +0900
391              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
392              
393              UTF-8 fixes for 'x' and tr///.
394      Branch: perl
395            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
396            ! regcomp.c regexec.c toke.c utf8.c
397 ____________________________________________________________________________
398 [  8377] By: jhi                                   on 2001/01/09  14:32:17
399         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
400      Branch: perl
401            ! t/op/length.t
402 ____________________________________________________________________________
403 [  8376] By: jhi                                   on 2001/01/09  04:32:32
404         Log: integrate changes #7775, #8316, #8316 from mainline
405      Branch: maint-5.6/perl
406            ! hints/solaris_2.sh
407 ____________________________________________________________________________
408 [  8375] By: jhi                                   on 2001/01/09  04:26:43
409         Log: Update Changes.
410      Branch: perl
411            ! Changes patchlevel.h
412 ____________________________________________________________________________
413 [  8374] By: jhi                                   on 2001/01/09  04:14:32
414         Log: IDE/editor section tweaking.
415      Branch: perl
416            ! pod/perlfaq3.pod
417 ____________________________________________________________________________
418 [  8373] By: jhi                                   on 2001/01/09  02:38:26
419         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
420              From: Peter Prymmer <pvhp@forte.com>
421              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
422              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
423              
424              In preparation os OS/390 dynamic loading.
425      Branch: perl
426            ! README.os390 hints/os390.sh
427 ____________________________________________________________________________
428 [  8372] By: jhi                                   on 2001/01/09  00:24:30
429         Log: Integrate with perlio.
430      Branch: perl
431           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
432 ____________________________________________________________________________
433 [  8371] By: nick                                  on 2001/01/08  23:54:33
434         Log: Fix "scalars leaked" bugs caused by overload magic
435              (Highlighted by Ilya's DESTROY optimization.)
436      Branch: perlio
437            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
438 ____________________________________________________________________________
439 [  8370] By: nick                                  on 2001/01/08  20:19:41
440         Log: Integrate mainline
441      Branch: perlio
442           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
443           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
444           !> t/op/64bitint.t
445 ____________________________________________________________________________
446 [  8369] By: jhi                                   on 2001/01/08  17:30:52
447         Log: save_delete() Safefree() doesn't (anymore?) work with shared
448              strings, one test failure in op/misc and almost all of lib/b.
449              (Outcomments #8369.)
450      Branch: perl
451            ! scope.c
452 ____________________________________________________________________________
453 [  8368] By: jhi                                   on 2001/01/08  14:47:10
454         Log: (Outcommented by #8369.)
455              
456              Subject: Re: Perl BugID 20001205.022 ---- save_delete
457              From: Simon Cozens <simon@cozens.net>
458              Date: Sat, 6 Jan 2001 11:48:40 +0000
459              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
460              
461              The save_delete() does need the Safefree.
462      Branch: perl
463            ! scope.c
464 ____________________________________________________________________________
465 [  8367] By: bailey                                on 2001/01/08  08:53:52
466         Log: Once again syncing after too long an absence
467      Branch: vmsperl
468           +> (branch 55 files)
469            - MAINTAIN fix_pl vos/config.def vos/config.h
470            - vos/config_h.SH_orig
471           !> (integrate 498 files)
472 ____________________________________________________________________________
473 [  8366] By: jhi                                   on 2001/01/08  02:42:59
474         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
475              From: nick@ccl4.org
476              Date: Sun, 7 Jan 2001 21:07:18 +0000
477              Message-Id: <20010107210717.D1048@plum.flirble.org>
478      Branch: perl
479            ! sv.c t/op/64bitint.t
480 ____________________________________________________________________________
481 [  8365] By: jhi                                   on 2001/01/08  02:35:16
482         Log: Subject: [PATCH] environ nit
483              From: Simon Cozens <simon@cozens.net>
484              Date: Sun, 7 Jan 2001 17:57:07 +0000
485              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
486              
487              Use environ only if we have it.
488      Branch: perl
489            ! mg.c
490 ____________________________________________________________________________
491 [  8364] By: jhi                                   on 2001/01/08  02:24:51
492         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
493      Branch: perl
494            ! ext/GDBM_File/GDBM_File.xs
495 ____________________________________________________________________________
496 [  8363] By: jhi                                   on 2001/01/08  02:19:24
497         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
498              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
499              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
500              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
501      Branch: perl
502            ! dump.c op.c
503 ____________________________________________________________________________
504 [  8362] By: jhi                                   on 2001/01/08  02:17:43
505         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
506              From: Doug MacEachern <dougm@covalent.net>
507              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
508              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
509              
510              Allow AUTOLOAD to be an xsub and allow such xsubs
511              to avoid use of $AUTOLOAD.
512      Branch: perl
513            ! gv.c
514 ____________________________________________________________________________
515 [  8361] By: jhi                                   on 2001/01/08  02:16:07
516         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
517              From: Radu Greab <radu@netsoft.ro>
518              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
519              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
520              
521              No need for the potentially unportable $SIG{CHLD}.
522      Branch: perl
523            ! t/io/pipe.t
524 ____________________________________________________________________________
525 [  8360] By: jhi                                   on 2001/01/08  01:58:23
526         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
527      Branch: perl
528            ! lib/Getopt/Long.pm
529 ____________________________________________________________________________
530 [  8359] By: jhi                                   on 2001/01/08  01:55:44
531         Log: Integrate perlio.
532      Branch: perl
533           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
534           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
535           !> utf8.c win32/Makefile
536 ____________________________________________________________________________
537 [  8358] By: jhi                                   on 2001/01/07  21:16:50
538         Log: Update the EPOC cross SDK URL.
539      Branch: perl
540            ! README.epoc
541 ____________________________________________________________________________
542 [  8357] By: jhi                                   on 2001/01/07  21:16:09
543         Log: Update the EPOC cross SDK URL.
544      Branch: maint-5.6/perl
545            ! README.epoc
546 ____________________________________________________________________________
547 [  8356] By: nick                                  on 2001/01/06  21:47:52
548         Log: FILE * in XS code for PerlIO world:
549              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
550              - Add FILE * T_STDIO typemap.
551              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
552      Branch: perlio
553            ! lib/ExtUtils/typemap perlio.c perlio.h
554 ____________________________________________________________________________
555 [  8355] By: jhi                                   on 2001/01/06  20:27:15
556         Log: integrate change #8336 from mainline
557              
558              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
559      Branch: maint-5.6/perl
560            ! hv.c
561 ____________________________________________________________________________
562 [  8354] By: jhi                                   on 2001/01/06  20:24:29
563         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
564              From: Robin Barker <rmb1@cise.npl.co.uk>
565              Date: Fri, 22 Dec 2000 12:17:38 GMT
566              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
567              
568              The patch reformats some long =item lines so they give
569              correct output via pod2man | nroff -man
570              
571              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
572              From: Robin Barker <rmb1@cise.npl.co.uk>
573              Date: Tue, 2 Jan 2001 15:35:03 GMT
574              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
575              
576              Here is a _further_ patch which corrects a few more errors:
577              * an empty C<=item> in CPAN.pm
578              * patching the wrong file (pod/perlamiga.pod not README.amiga)
579              * leaving empty C<=item>s which formatted incorrectly
580              * over long C<=item>s revealed by latest patch to Pod::Man
581      Branch: maint-5.6/perl
582            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
583            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
584            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
585            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
586            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
587            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
588 ____________________________________________________________________________
589 [  8353] By: jhi                                   on 2001/01/06  20:21:10
590         Log: integrate changes #7980, 7990, 8056, 8057 from mainline
591              
592              UTF-8 hash keys.
593      Branch: maint-5.6/perl
594            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
595 ____________________________________________________________________________
596 [  8352] By: jhi                                   on 2001/01/06  20:18:44
597         Log: Forgotten from #8438.
598      Branch: maint-5.6/perl
599            ! epoc/epocish.h
600 ____________________________________________________________________________
601 [  8351] By: jhi                                   on 2001/01/06  20:18:12
602         Log: Forgotten from #8347.
603      Branch: maint-5.6/perl
604            ! config_h.SH
605 ____________________________________________________________________________
606 [  8350] By: jhi                                   on 2001/01/06  20:00:19
607         Log: Thinko in #8347.
608      Branch: maint-5.6/perl
609            ! regcomp.c
610 ____________________________________________________________________________
611 [  8349] By: jhi                                   on 2001/01/06  18:05:30
612         Log: Copy the FAQ3 IDE section from the development branch,
613              changes originally by Peter Prymmer.
614      Branch: maint-5.6/perl
615            ! pod/perlfaq3.pod
616 ____________________________________________________________________________
617 [  8348] By: jhi                                   on 2001/01/06  18:03:02
618         Log: EPOC updates for TRIAL1.
619              
620              Subject: [5.6.1 trial1] EPOC update
621              From: Olaf Flebbe <O.Flebbe@science-computing.de>
622              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
623              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
624              
625              Subject: epoc patch2 for perl-5.6.1-trial1
626              From: Olaf Flebbe <O.Flebbe@science-computing.de>
627              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
628              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
629      Branch: maint-5.6/perl
630            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
631            ! epoc/epocish.c
632 ____________________________________________________________________________
633 [  8347] By: jhi                                   on 2001/01/06  17:29:10
634         Log: integrate changes #7710,7824,7973 from mainline,
635              plus VMS nits from Peter Prymmer and Dan Sugalski.
636              
637              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
638              library (getprotobyname and getprotobynumber are outversioned by
639              the same calls in libc, at least for xlc version 3.
640              
641              Add HAS_SBRK_PROTO.
642              
643              Fixes for signedness warnings noticed by VMSperlers.
644      Branch: maint-5.6/perl
645            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
646            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
647            ! sv.c vms/descrip_mms.template vos/config.alpha.def
648            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
649            ! win32/config.bc win32/config.gc win32/config.vc
650 ____________________________________________________________________________
651 [  8346] By: nick                                  on 2001/01/06  14:36:01
652         Log: Fixup accumulated integrate muddles (perlio == devperl again)
653      Branch: perlio
654            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
655 ____________________________________________________________________________
656 [  8345] By: nick                                  on 2001/01/06  14:24:58
657         Log: Integrate mainline
658      Branch: perlio
659           !> (integrate 55 files)
660 ____________________________________________________________________________
661 [  8344] By: jhi                                   on 2001/01/06  02:24:02
662         Log: Subject: [patch] PerlIO_cleanup() prototype
663              From: Doug MacEachern <dougm@covalent.net>
664              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
665              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
666      Branch: perl
667            ! perlio.h
668 ____________________________________________________________________________
669 [  8343] By: jhi                                   on 2001/01/06  01:04:09
670         Log: IRIX compiler noticed that the bof initialization might be
671              bypassed by control flow.
672      Branch: perl
673            ! toke.c
674 ____________________________________________________________________________
675 [  8342] By: jhi                                   on 2001/01/06  00:10:48
676         Log: Update Changes.
677      Branch: perl
678            ! Changes patchlevel.h
679 ____________________________________________________________________________
680 [  8341] By: jhi                                   on 2001/01/05  23:52:33
681         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
682      Branch: perl
683            ! toke.c
684 ____________________________________________________________________________
685 [  8340] By: jhi                                   on 2001/01/05  22:44:08
686         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
687              From: Radu Greab <radu@netsoft.ro>
688              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
689              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
690      Branch: perl
691            ! t/io/pipe.t util.c
692 ____________________________________________________________________________
693 [  8339] By: jhi                                   on 2001/01/05  22:35:17
694         Log: Subject: [PATCH] format and rewording in perlfaq.pod
695              From: Robin Barker <rmb1@cise.npl.co.uk>
696              Date: Fri, 5 Jan 2001 18:51:20 GMT
697              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
698      Branch: perl
699            ! pod/perlfaq.pod
700 ____________________________________________________________________________
701 [  8338] By: jhi                                   on 2001/01/05  22:31:17
702         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
703              From: Peter Prymmer <pvhp@forte.com>
704              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
705              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
706      Branch: perl
707            ! utils/perlbug.PL
708 ____________________________________________________________________________
709 [  8337] By: jhi                                   on 2001/01/05  18:15:11
710         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
711              From: Robin Barker <rmb1@cise.npl.co.uk>
712              Date: Tue, 2 Jan 2001 15:24:07 GMT
713              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
714              
715              If you call configure as C<./Configure> or C<sh ./Configure>,
716              $src is set to the absolute path name, not '.'.
717              
718              This, in turn, means -Dmksymlink tries to do its stuff because
719              it does not think it is in the src directory.
720              
721              (plus a metaconfig nitfix)
722      Branch: metaconfig
723            ! U/compline/ccflags.U U/modified/src.U
724      Branch: perl
725            ! Configure config_h.SH
726 ____________________________________________________________________________
727 [  8336] By: jhi                                   on 2001/01/05  17:48:32
728         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
729              From: Alan Burlison <Alan.Burlison@uk.sun.com>
730              Message-ID: <3A5606C4.473D2226@uk.sun.com>
731              Date: Fri, 05 Jan 2001 17:39:16 +0000
732      Branch: perl
733            ! hv.c
734 ____________________________________________________________________________
735 [  8335] By: jhi                                   on 2001/01/05  16:05:44
736         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
737      Branch: perl
738            ! lib/Getopt/Long.pm
739 ____________________________________________________________________________
740 [  8334] By: jhi                                   on 2001/01/05  16:00:51
741         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
742              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
743              Date: Fri, 05 Jan 2001 13:46:51 +0100
744              Message-ID: <13693.978698811@nice.ram.loc>
745              
746              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
747              accurate reading of the "atime".  
748      Branch: perl
749            ! t/io/fs.t
750 ____________________________________________________________________________
751 [  8333] By: jhi                                   on 2001/01/05  15:57:37
752         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
753              From: Simon Cozens <simon@cozens.net>
754              Date: Fri, 8 Dec 2000 13:33:31 +0000
755              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
756              
757              A lost patch fragment.
758      Branch: perl
759            ! doop.c
760 ____________________________________________________________________________
761 [  8332] By: jhi                                   on 2001/01/05  15:40:42
762         Log: Do away with strncpy() and a fixed length buffer.
763      Branch: perl
764            ! utf8.c
765 ____________________________________________________________________________
766 [  8331] By: jhi                                   on 2001/01/05  15:03:07
767         Log: Tests for #8329 and #8330.
768      Branch: perl
769            ! t/op/bop.t
770 ____________________________________________________________________________
771 [  8330] By: jhi                                   on 2001/01/05  15:02:38
772         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
773              raw 8-bit form to the UTF-8 string.
774      Branch: perl
775            ! toke.c
776 ____________________________________________________________________________
777 [  8329] By: jhi                                   on 2001/01/05  14:55:13
778         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
779              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
780              Date: Fri, 5 Jan 2001 12:28:52 +0100
781              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
782              
783              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
784              no effect.  (changed the strncpy() to Copy())
785      Branch: perl
786            ! toke.c
787 ____________________________________________________________________________
788 [  8328] By: jhi                                   on 2001/01/05  06:44:27
789         Log: UTF-8 cleanup.
790      Branch: perl
791            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
792            ! regexec.c sv.c toke.c
793 ____________________________________________________________________________
794 [  8327] By: jhi                                   on 2001/01/05  01:11:29
795         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')
796              From: Radu Greab <radu@netsoft.ro>
797              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
798              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
799              
800              Cleans up Harness to not use FileHandle, which uses IO.
801      Branch: perl
802            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
803 ____________________________________________________________________________
804 [  8326] By: jhi                                   on 2001/01/05  00:56:37
805         Log: Update Changes.
806      Branch: perl
807            ! Changes patchlevel.h
808 ____________________________________________________________________________
809 [  8325] By: jhi                                   on 2001/01/05  00:53:18
810         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
811              From: Peter Prymmer <pvhp@forte.com>
812              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
813              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
814              
815              plus a couple more tailing whitespace removals.
816      Branch: perl
817            ! win32/Makefile
818 ____________________________________________________________________________
819 [  8324] By: jhi                                   on 2001/01/05  00:47:39
820         Log: Add some Unicode chop() tests.
821      Branch: perl
822            ! t/op/chop.t
823 ____________________________________________________________________________
824 [  8323] By: jhi                                   on 2001/01/05  00:47:23
825         Log: Unify UTF-8 malformedness handling.
826      Branch: perl
827            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
828 ____________________________________________________________________________
829 [  8322] By: jhi                                   on 2001/01/04  22:21:54
830         Log: The new $issymlink was unknown to Mksymlinks.
831      Branch: metaconfig/U/perl
832            ! Mksymlinks.U issymlink.U
833      Branch: perl
834            ! Configure config_h.SH
835 ____________________________________________________________________________
836 [  8321] By: jhi                                   on 2001/01/04  21:51:05
837         Log: The test didn't work under the core test framework.
838      Branch: perl
839            ! t/lib/st-lock.t
840 ____________________________________________________________________________
841 [  8320] By: jhi                                   on 2001/01/04  21:14:22
842         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
843      Branch: perl
844            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
845 ____________________________________________________________________________
846 [  8319] By: jhi                                   on 2001/01/04  20:46:17
847         Log: Typo in #8312 when manually appying a problematic patch fragment.
848      Branch: perl
849            ! ext/Storable/Storable.xs
850 ____________________________________________________________________________
851 [  8318] By: jhi                                   on 2001/01/04  20:43:01
852         Log: The $sh_c didn't fly.
853      Branch: metaconfig
854            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
855            ! U/modified/Loc.U U/modified/myhostname.U
856            ! U/modified/spitshell.U
857      Branch: metaconfig/U/perl
858            ! issymlink.U
859      Branch: perl
860            ! Configure config_h.SH
861 ____________________________________________________________________________
862 [  8317] By: jhi                                   on 2001/01/04  19:58:01
863         Log: AIX builtin test -h is broken, changes based on
864              
865              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
866              Date: Tue, 02 Jan 2001 11:24:39 +0100
867              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
868              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
869      Branch: metaconfig
870            + U/modified/spitshell.U
871            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
872            ! U/modified/Loc.U U/modified/myhostname.U
873      Branch: metaconfig/U/perl
874            ! Mksymlinks.U issymlink.U
875      Branch: perl
876            ! Configure
877 ____________________________________________________________________________
878 [  8316] By: jhi                                   on 2001/01/04  19:02:22
879         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
880              From: Andy Dougherty <doughera@lafayette.edu>
881              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
882              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
883              
884              Beware of GNU ld.
885      Branch: perl
886            ! hints/solaris_2.sh
887 ____________________________________________________________________________
888 [  8315] By: jhi                                   on 2001/01/04  18:56:48
889         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
890              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
891              Date: Wed, 3 Jan 2001 07:58:51 +0100
892              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
893      Branch: perl
894            ! hints/solaris_2.sh
895 ____________________________________________________________________________
896 [  8314] By: jhi                                   on 2001/01/04  18:54:07
897         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
898              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
899              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
900              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
901              
902              Doc tweak on #8313.
903      Branch: perl
904            ! ext/B/B/Deparse.pm
905 ____________________________________________________________________________
906 [  8313] By: jhi                                   on 2001/01/04  18:52:27
907         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
908              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
909              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
910              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
911              
912              Make the peephole optimizer to bypass more null ops and
913              and rewrite the deparse handling of continue blocks.
914      Branch: perl
915            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
916 ____________________________________________________________________________
917 [  8312] By: jhi                                   on 2001/01/04  18:47:39
918         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
919      Branch: perl
920            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
921            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
922            ! t/lib/st-lock.t
923 ____________________________________________________________________________
924 [  8311] By: jhi                                   on 2001/01/04  18:36:08
925         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
926              filter to be run on each .pm during the pm_to_blib() phase,
927              a fixed version of
928              
929              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
930              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
931              Date: Wed, 03 Jan 2001 22:01:30 +0100
932              Message-ID: <5296.978555690@nice.ram.loc>
933      Branch: perl
934            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
935            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
936            ! lib/ExtUtils/MakeMaker.pm
937 ____________________________________________________________________________
938 [  8310] By: jhi                                   on 2001/01/04  18:32:54
939         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
940              From: Robin Barker <rmb1@cise.npl.co.uk>
941              Date: Tue, 2 Jan 2001 15:35:03 GMT
942              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
943      Branch: perl
944            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
945            ! pod/perlrequick.pod
946 ____________________________________________________________________________
947 [  8309] By: jhi                                   on 2001/01/04  18:29:07
948         Log: Subject: Re: [patch] static-ize XS()
949              From: Doug MacEachern <dougm@covalent.net>
950              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
951              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
952              
953              Provide prototypes for the XS functions.
954      Branch: perl
955            ! lib/ExtUtils/xsubpp
956 ____________________________________________________________________________
957 [  8308] By: jhi                                   on 2001/01/04  18:27:44
958         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
959              From: Doug MacEachern <dougm@covalent.net>
960              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
961              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
962      Branch: perl
963            ! lib/ExtUtils/typemap
964 ____________________________________________________________________________
965 [  8307] By: jhi                                   on 2001/01/04  18:25:25
966         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
967              From: Doug MacEachern <dougm@covalent.net>
968              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
969              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
970              
971              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
972      Branch: perl
973            ! lib/ExtUtils/MM_Unix.pm
974 ____________________________________________________________________________
975 [  8306] By: jhi                                   on 2001/01/04  18:23:00
976         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
977              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
978              Date: Thu, 4 Jan 2001 12:47:10 +0100 
979              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
980              
981              The toke.c part only, patching embed.h and proto.h is futile.
982      Branch: perl
983            ! toke.c
984 ____________________________________________________________________________
985 [  8305] By: jhi                                   on 2001/01/04  18:05:51
986         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
987              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
988              Date: Thu, 4 Jan 2001 17:50:12 +0100 
989              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
990      Branch: perl
991            ! toke.c
992 ____________________________________________________________________________
993 [  8304] By: jhi                                   on 2001/01/04  18:03:26
994         Log: Subject: [PATCH perl@8269]
995              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
996              Date: Thu, 4 Jan 2001 12:53:39 +0100 
997              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
998              
999              If running byacc write-enable also perly.h.
1000      Branch: perl
1001            ! Makefile.SH
1002 ____________________________________________________________________________
1003 [  8303] By: jhi                                   on 2001/01/04  15:40:49
1004         Log: Rewrite pp_concat() in terms of sv_catsv().
1005      Branch: perl
1006            ! pp_hot.c
1007 ____________________________________________________________________________
1008 [  8302] By: nick                                  on 2001/01/03  22:43:22
1009         Log: Integrate mainline.
1010      Branch: perlio
1011           !> ext/Encode/Encode.xs sv.c utf8.c
1012 ____________________________________________________________________________
1013 [  8301] By: jhi                                   on 2001/01/02  23:40:26
1014         Log: Variable naming tweak.
1015      Branch: perl
1016            ! sv.c
1017 ____________________________________________________________________________
1018 [  8300] By: jhi                                   on 2001/01/02  23:40:02
1019         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
1020              in is_utf8_string().
1021      Branch: perl
1022            ! utf8.c
1023 ____________________________________________________________________________
1024 [  8299] By: jhi                                   on 2001/01/02  22:14:40
1025         Log: Integrate perlio.
1026      Branch: perl
1027           !> pp.c pp_hot.c win32/Makefile
1028 ____________________________________________________________________________
1029 [  8298] By: nick                                  on 2001/01/02  22:03:06
1030         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
1031      Branch: perlio
1032            ! pp.c pp_hot.c
1033 ____________________________________________________________________________
1034 [  8297] By: jhi                                   on 2001/01/02  04:26:28
1035         Log: Signedness nit.
1036      Branch: perl
1037            ! ext/Encode/Encode.xs
1038 ____________________________________________________________________________
1039 [  8296] By: nick                                  on 2001/01/01  23:49:36
1040         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
1041      Branch: perlio
1042            ! win32/Makefile
1043 ____________________________________________________________________________
1044 [  8295] By: jhi                                   on 2001/01/01  23:05:48
1045         Log: Integrate perlio.
1046      Branch: perl
1047           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
1048           !> t/lib/encode.t
1049 ____________________________________________________________________________
1050 [  8294] By: nick                                  on 2001/01/01  22:48:34
1051         Log: Integrate mainline
1052      Branch: perlio
1053            ! pp_hot.c t/lib/encode.t
1054           !> (integrate 65 files)
1055 ____________________________________________________________________________
1056 [  8293] By: nick                                  on 2001/01/01  21:58:50
1057         Log: More rigor in UTF-8-ness of Encode's toUnicode
1058              XS export some of the utf8 internal functions.
1059              Test some of the functions.
1060              Fix pp_concat() bug shown by said tests.
1061      Branch: perlio
1062            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
1063            ! t/lib/encode.t
1064 ____________________________________________________________________________
1065 [  8292] By: jhi                                   on 2001/01/01  18:11:44
1066         Log: Integrate perlio.
1067      Branch: perl
1068           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
1069           !> ext/Encode/encengine.c ext/Encode/encode.h
1070 ____________________________________________________________________________
1071 [  8291] By: jhi                                   on 2001/01/01  18:10:58
1072         Log: Podify README.mpeix (a new version from the web),
1073              add a dummy NAME to Carp::Heavy, regen toc.
1074      Branch: perl
1075            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
1076            ! pod/perltoc.pod
1077 ____________________________________________________________________________
1078 [  8290] By: nick                                  on 2001/01/01  17:43:47
1079         Log: Loose the "Loading..." warning.
1080              Another bug in fallback support
1081      Branch: perlio
1082            ! ext/Encode/Encode.pm ext/Encode/encengine.c
1083 ____________________________________________________________________________
1084 [  8289] By: jhi                                   on 2001/01/01  00:01:57
1085         Log: Bump up Larry's copyright.
1086      Branch: perl
1087            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
1088            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
1089            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
1090            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
1091            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
1092            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
1093            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
1094            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
1095 ____________________________________________________________________________
1096 [  8288] By: nick                                  on 2000/12/31  21:27:53
1097         Log: Fix .ucm reading - forgot a chr()
1098              Start of .ucm write (for .enc to .ucm)
1099      Branch: perlio
1100            ! ext/Encode/compile
1101 ____________________________________________________________________________
1102 [  8287] By: jhi                                   on 2000/12/31  18:15:56
1103         Log: Comment away a diagnostic message as noted by Craig A. Berry
1104              (the unexpected message was confusing testing)
1105      Branch: perl
1106            ! ext/Encode/Encode.pm
1107 ____________________________________________________________________________
1108 [  8286] By: jhi                                   on 2000/12/31  18:14:51
1109         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
1110              Date: Sun, 31 Dec 2000 11:17:37 -0600
1111              From: "Craig A. Berry" <craigberry@mac.com>
1112              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
1113      Branch: perl
1114            ! ext/Encode/Makefile.PL
1115 ____________________________________________________________________________
1116 [  8285] By: nick                                  on 2000/12/31  18:11:54
1117         Log: Start of support of ICU-style .ucm files:
1118              - teach compile how to read a .ucm file
1119              - first guess at how to represent fallbacks in "tries".
1120              - use fallbacks if check == 0
1121              - new return code to indicate we used one.
1122      Branch: perlio
1123            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
1124            ! ext/Encode/encengine.c ext/Encode/encode.h
1125 ____________________________________________________________________________
1126 [  8284] By: jhi                                   on 2000/12/31  18:04:41
1127         Log: Pacify picky VMS compiler.
1128              
1129              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
1130              From: "Craig A. Berry" <craig.berry@psinetcs.com>
1131              Date: Sat, 30 Dec 2000 18:10:02 -0600
1132              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
1133      Branch: perl
1134            ! sv.c
1135 ____________________________________________________________________________
1136 [  8283] By: jhi                                   on 2000/12/31  16:11:47
1137         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
1138      Branch: perl
1139            ! t/lib/glob-basic.t
1140 ____________________________________________________________________________
1141 [  8282] By: jhi                                   on 2000/12/31  15:26:11
1142         Log: Integrate perlio.
1143      Branch: perl
1144           !> makedef.pl opcode.pl os2/os2.c perlio.c
1145 ____________________________________________________________________________
1146 [  8281] By: nick                                  on 2000/12/31  10:06:15
1147         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
1148              is available to be exported
1149      Branch: perlio
1150            ! makedef.pl perlio.c
1151 ____________________________________________________________________________
1152 [  8280] By: nick                                  on 2000/12/31  09:41:26
1153         Log: Ilya's OS2 patch (testing for damage on Win32)
1154      Branch: perlio
1155            ! makedef.pl opcode.pl os2/os2.c
1156 ____________________________________________________________________________
1157 [  8279] By: jhi                                   on 2000/12/30  21:52:07
1158         Log: Test nits.
1159      Branch: perl
1160            ! t/lib/syslfs.t t/op/lfs.t
1161 ____________________________________________________________________________
1162 [  8278] By: jhi                                   on 2000/12/30  21:47:49
1163         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
1164              From: andreas.koenig@anima.de (Andreas J. Koenig)
1165              Date: 30 Dec 2000 22:35:37 +0100
1166              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
1167              
1168              The 32-bit wraparound test wasn't quite right.
1169      Branch: perl
1170            ! t/lib/syslfs.t t/op/lfs.t
1171 ____________________________________________________________________________
1172 [  8277] By: jhi                                   on 2000/12/30  21:33:44
1173         Log: Subject: [PATCH] open() example in perlfunc.pod 
1174              From: Karsten Sperling <s_sperli@ira.uka.de>
1175              Date: Sat, 30 Dec 2000 22:27:09 +0100
1176              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
1177      Branch: perl
1178            ! pod/perlfunc.pod
1179 ____________________________________________________________________________
1180 [  8276] By: jhi                                   on 2000/12/30  20:32:40
1181         Log: Not quite that many tests yet.
1182      Branch: perl
1183            ! t/op/pat.t
1184 ____________________________________________________________________________
1185 [  8275] By: jhi                                   on 2000/12/30  20:26:58
1186         Log: Integrate perlio.
1187      Branch: perl
1188           !> toke.c
1189 ____________________________________________________________________________
1190 [  8274] By: jhi                                   on 2000/12/30  20:24:56
1191         Log: Signedness nit.
1192      Branch: perl
1193            ! utf8.c
1194 ____________________________________________________________________________
1195 [  8273] By: jhi                                   on 2000/12/30  20:15:46
1196         Log: Add a test case for 20000731.001 which was fixed by the #8267.
1197      Branch: perl
1198            ! t/op/pat.t
1199 ____________________________________________________________________________
1200 [  8272] By: nick                                  on 2000/12/30  19:47:51
1201         Log: Tweak for MULTIPLICITY/USE_PERLIO
1202      Branch: perlio
1203            ! toke.c
1204 ____________________________________________________________________________
1205 [  8271] By: nick                                  on 2000/12/30  19:46:45
1206         Log: Integrate mainline
1207      Branch: perlio
1208           +> lib/unicode/distinct.pm
1209           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
1210           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
1211           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
1212 ____________________________________________________________________________
1213 [  8270] By: jhi                                   on 2000/12/30  19:39:50
1214         Log: Subject: RE: perl@8269
1215              From: "Richard Soderberg" <rs@crystalflame.net>
1216              Date: Sat, 30 Dec 2000 11:36:27 -0800
1217              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
1218              
1219              A missing aTHX_.
1220      Branch: perl
1221            ! toke.c
1222 ____________________________________________________________________________
1223 [  8269] By: jhi                                   on 2000/12/30  18:55:48
1224         Log: Update Changes.
1225      Branch: perl
1226            ! Changes patchlevel.h
1227 ____________________________________________________________________________
1228 [  8268] By: jhi                                   on 2000/12/30  17:18:40
1229         Log: Add a test for Unicode split //.  The #8267 was the cure.
1230      Branch: perl
1231            ! t/op/split.t
1232 ____________________________________________________________________________
1233 [  8267] By: jhi                                   on 2000/12/30  17:14:19
1234         Log: Subject: more UTF8 test suites and an UTF8 patch
1235              From: Inaba Hiroto <inaba@st.rim.or.jp>
1236              Date: Sat, 30 Dec 2000 14:27:10 +0900
1237              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
1238              
1239              Just the patch part for now, and the pragma renamed
1240              as unicode::distinct.
1241      Branch: perl
1242            + lib/unicode/distinct.pm
1243            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
1244            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
1245            ! regcomp.h regexec.c sv.c toke.c utf8.c
1246 ____________________________________________________________________________
1247 [  8266] By: nick                                  on 2000/12/30  16:40:49
1248         Log: Integrate mainline
1249      Branch: perlio
1250           +> lib/Pod/Text/Overstrike.pm
1251           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
1252           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
1253           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
1254           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
1255           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
1256 ____________________________________________________________________________
1257 [  8265] By: jhi                                   on 2000/12/30  07:28:55
1258         Log: The sv_catsv() fix, take two.
1259      Branch: perl
1260            ! sv.c t/op/join.t
1261 ____________________________________________________________________________
1262 [  8264] By: jhi                                   on 2000/12/30  06:19:18
1263         Log: Undo all the join-related changes since #8248: relevant
1264              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
1265              The new sv_catsv() doesn't fly so it must go back to
1266              the drawing board.
1267      Branch: perl
1268            ! sv.c t/op/join.t t/pragma/utf8.t
1269 ____________________________________________________________________________
1270 [  8263] By: jhi                                   on 2000/12/30  01:08:32
1271         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
1272      Branch: perl
1273            ! sv.c
1274 ____________________________________________________________________________
1275 [  8262] By: jhi                                   on 2000/12/30  00:45:14
1276         Log: Retract #8261.
1277      Branch: perl
1278            ! hv.c util.c
1279 ____________________________________________________________________________
1280 [  8261] By: jhi                                   on 2000/12/30  00:38:32
1281         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
1282      Branch: perl
1283            ! hv.c util.c
1284 ____________________________________________________________________________
1285 [  8260] By: jhi                                   on 2000/12/29  22:51:33
1286         Log: (Retracted by #8264)  More fixing for #8251.
1287      Branch: perl
1288            ! sv.c
1289 ____________________________________________________________________________
1290 [  8259] By: jhi                                   on 2000/12/29  18:27:30
1291         Log: Subject: podlators 1.06 released
1292              From: Russ Allbery <rra@stanford.edu>
1293              Date: 25 Dec 2000 05:09:30 -0800
1294              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
1295      Branch: perl
1296            + lib/Pod/Text/Overstrike.pm
1297            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
1298            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
1299 ____________________________________________________________________________
1300 [  8258] By: jhi                                   on 2000/12/29  18:20:45
1301         Log: Make the large file tests more robust/talkative as suggested by
1302              
1303              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
1304              From: andreas.koenig@anima.de (Andreas J. Koenig)
1305              Date: 29 Dec 2000 14:23:01 +0100
1306              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
1307      Branch: perl
1308            ! t/lib/syslfs.t t/op/lfs.t
1309 ____________________________________________________________________________
1310 [  8257] By: jhi                                   on 2000/12/29  17:48:04
1311         Log: Further VMS piping fixes from Charles Lane:
1312              
1313              In summary, error messages produced when a subprocess terminated
1314              abnormally were being sent not just to the parent process, but to
1315              grandparents, because of default values for error output that were
1316              not completely overridden when the subprocess was started.
1317              
1318              This patch fixes this behavior by defining user-mode (i.e., temporary
1319              for the duration of the program) logical names for SYS$OUTPUT and
1320              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
1321              changes to make it so that the user-mode logicals are the ones that
1322              control where Perl's error messages go if it terminates abnormally.
1323              
1324              I also added some gratuitous fixes to the indentation of braces in
1325              the piping code.  It just looked ugly, before.
1326      Branch: perl
1327            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
1328 ____________________________________________________________________________
1329 [  8256] By: jhi                                   on 2000/12/29  17:45:12
1330         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
1331              From: "Casey R. Tweten" <crt@kiski.net>
1332              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
1333              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
1334              
1335              Tests for for #8240.
1336      Branch: perl
1337            ! t/pragma/constant.t
1338 ____________________________________________________________________________
1339 [  8255] By: jhi                                   on 2000/12/29  17:43:07
1340         Log: Subject: Re: [PATCH] Interesting syntax idea
1341              From: Simon Cozens <simon@cozens.net>
1342              Date: Fri, 29 Dec 2000 14:34:04 +0000
1343              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
1344              
1345              Tests for #8254.
1346      Branch: perl
1347            ! t/pragma/sub_lval.t
1348 ____________________________________________________________________________
1349 [  8254] By: jhi                                   on 2000/12/29  17:42:11
1350         Log: Subject: [PATCH] Interesting syntax idea
1351              From: Simon Cozens <simon@cozens.net>
1352              Date: Wed, 27 Dec 2000 05:08:57 +0000
1353              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
1354              
1355              Make opens + bareword assigns do typeglob assigns.
1356      Branch: perl
1357            ! op.c
1358 ____________________________________________________________________________
1359 [  8253] By: jhi                                   on 2000/12/29  17:36:45
1360         Log: Output the (apparent) version of gcc, as suggested by
1361              
1362              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
1363              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
1364              Date: 26 Dec 2000 04:29:17 -0500
1365              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
1366              
1367              (The patch as such didn't any more apply as the misparsing had
1368              already been addressed in #6474.)  Also change the wording about
1369              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
1370      Branch: perl
1371            ! hints/dec_osf.sh
1372 ____________________________________________________________________________
1373 [  8252] By: nick                                  on 2000/12/29  12:14:31
1374         Log: Integrate mainline
1375      Branch: perlio
1376           !> (integrate 27 files)
1377 ____________________________________________________________________________
1378 [  8251] By: jhi                                   on 2000/12/29  08:45:46
1379         Log: (Retracted by #8264)
1380              
1381              (Fixed by #8260.)
1382              
1383              sv_catsv() needs one more byte space than seems reasonable.
1384              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
1385              Curiouser and curiouser.
1386      Branch: perl
1387            ! sv.c
1388 ____________________________________________________________________________
1389 [  8250] By: jhi                                   on 2000/12/29  07:57:52
1390         Log: More split // UTF-8 tests.
1391      Branch: perl
1392            ! t/pragma/utf8.t
1393 ____________________________________________________________________________
1394 [  8249] By: jhi                                   on 2000/12/29  07:54:51
1395         Log: (Retracted by #8264)  More join() testing which was good because
1396              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
1397      Branch: perl
1398            ! pp.c t/op/join.t utf8.c utf8.h
1399 ____________________________________________________________________________
1400 [  8248] By: jhi                                   on 2000/12/29  07:08:32
1401         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
1402              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
1403              that the only cases to care about are byte+byte and byte+character.
1404              
1405              TODO: See how well pp_concat() could be implemented in terms
1406              of sv_catsv().
1407      Branch: perl
1408            ! doop.c sv.c t/op/join.t utf8.h
1409 ____________________________________________________________________________
1410 [  8247] By: jhi                                   on 2000/12/29  06:35:23
1411         Log: Signedness nit.
1412      Branch: perl
1413            ! pp_hot.c
1414 ____________________________________________________________________________
1415 [  8246] By: jhi                                   on 2000/12/29  01:23:31
1416         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
1417              From: Lupe Christoph <lupe@lupe-christoph.de>
1418              Date: Thu, 28 Dec 2000 23:00:00 +0100
1419              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
1420              
1421              Suggest rsync --delete --dry-run.
1422      Branch: perl
1423            ! pod/perlhack.pod
1424 ____________________________________________________________________________
1425 [  8245] By: jhi                                   on 2000/12/28  23:57:05
1426         Log: The maxiters upper limit sanity check (guarding against
1427              non-progress) assumed bytes instead of characters in s///
1428              and split().
1429      Branch: perl
1430            ! pp.c pp_hot.c
1431 ____________________________________________________________________________
1432 [  8244] By: jhi                                   on 2000/12/28  23:34:08
1433         Log: Make some panic messages a bit more logical.
1434      Branch: perl
1435            ! doop.c pod/perldiag.pod pp.c pp_hot.c
1436 ____________________________________________________________________________
1437 [  8243] By: jhi                                   on 2000/12/28  22:59:16
1438         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
1439              From: Simon Cozens <simon@cozens.net>
1440              Date: Wed, 27 Dec 2000 02:30:03 +0000
1441              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
1442      Branch: perl
1443            ! pp.c t/pragma/sub_lval.t
1444 ____________________________________________________________________________
1445 [  8242] By: jhi                                   on 2000/12/28  22:56:53
1446         Log: Subject: [PATCH blead] Fix B::Terse indentation
1447              From: Daniel Chetlin <daniel@chetlin.com>
1448              Date: Wed, 27 Dec 2000 06:43:30 -0800
1449              Message-ID: <20001227064329.B9573@darkstar>
1450      Branch: perl
1451            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
1452 ____________________________________________________________________________
1453 [  8241] By: jhi                                   on 2000/12/28  22:48:59
1454         Log: The latter patch from the
1455              
1456              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
1457              From: Peter Prymmer <pvhp@forte.com> 
1458              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
1459              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
1460              
1461              (the former patch from the above should have been
1462              taken care of by Nick I-S)
1463      Branch: perl
1464            ! win32/Makefile
1465 ____________________________________________________________________________
1466 [  8240] By: jhi                                   on 2000/12/28  22:45:22
1467         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
1468              From: "Casey R. Tweten" <crt@kiski.net>
1469              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
1470              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
1471      Branch: perl
1472            ! lib/constant.pm
1473 ____________________________________________________________________________
1474 [  8239] By: jhi                                   on 2000/12/28  22:37:45
1475         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
1476              From: Simon Cozens <simon@cozens.net>
1477              Date: Wed, 27 Dec 2000 14:12:44 +0000
1478              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
1479      Branch: perl
1480            ! t/op/method.t t/op/sort.t toke.c
1481 ____________________________________________________________________________
1482 [  8238] By: jhi                                   on 2000/12/28  22:30:32
1483         Log: Subject: [PATCH perl@8229] Call.pm
1484              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
1485              Date: Mon, 25 Dec 2000 10:47:15 -0000
1486              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
1487      Branch: perl
1488            ! ext/Filter/Util/Call/Call.pm
1489 ____________________________________________________________________________
1490 [  8237] By: jhi                                   on 2000/12/28  22:19:21
1491         Log: Subject: [PATCH blead] Fix problem with `&' prototype
1492              From: Daniel Chetlin <daniel@chetlin.com>
1493              Date: Wed, 27 Dec 2000 15:55:32 -0800
1494              Message-ID: <20001227155532.D9573@darkstar>
1495      Branch: perl
1496            ! op.c t/comp/proto.t
1497 ____________________________________________________________________________
1498 [  8236] By: jhi                                   on 2000/12/28  22:09:25
1499         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
1500              From: Daniel Chetlin <daniel@chetlin.com>
1501              Date: Sun, 24 Dec 2000 04:09:49 -0800
1502              Message-ID: <20001224040949.B3090@darkstar>
1503      Branch: perl
1504            ! gv.c mg.c t/op/attrs.t
1505 ____________________________________________________________________________
1506 [  8235] By: jhi                                   on 2000/12/28  22:07:11
1507         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
1508              From: Jan Dubois <jand@ActiveState.com>
1509              Date: Tue, 26 Dec 2000 20:57:31 -0800
1510              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
1511      Branch: perl
1512            ! win32/win32.c
1513 ____________________________________________________________________________
1514 [  8234] By: jhi                                   on 2000/12/28  21:52:42
1515         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
1516              From: Simon Cozens <simon@cozens.net>
1517              Date: Thu, 28 Dec 2000 20:33:13 +0000
1518              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
1519      Branch: perl
1520            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
1521 ____________________________________________________________________________
1522 [  8233] By: jhi                                   on 2000/12/28  19:40:49
1523         Log: Integrate perlio.
1524      Branch: perl
1525           !> ext/Encode/Makefile.PL ext/Encode/compile
1526 ____________________________________________________________________________
1527 [  8232] By: nick                                  on 2000/12/23  16:06:00
1528         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
1529              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
1530      Branch: perlio
1531            ! ext/Encode/Makefile.PL
1532 ____________________________________________________________________________
1533 [  8231] By: nick                                  on 2000/12/23  14:30:34
1534         Log: "Compiled" encode build cleanup
1535              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
1536              - .c files do not export sub-tables
1537      Branch: perlio
1538            ! ext/Encode/Makefile.PL ext/Encode/compile
1539 ____________________________________________________________________________
1540 [  8230] By: nick                                  on 2000/12/23  12:50:37
1541         Log: Integrate mainline
1542      Branch: perlio
1543           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
1544           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
1545           !> pod/perl5004delta.pod pod/perl5005delta.pod
1546           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
1547           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
1548           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
1549           !> pod/perlsub.pod
1550 ____________________________________________________________________________
1551 [  8229] By: jhi                                   on 2000/12/22  15:32:12
1552         Log: Integrate perlio.
1553      Branch: perl
1554           +> win32/distclean.bat
1555           !> MANIFEST t/io/utf8.t
1556 ____________________________________________________________________________
1557 [  8228] By: jhi                                   on 2000/12/22  15:29:40
1558         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
1559              From: Robin Barker <rmb1@cise.npl.co.uk>
1560              Date: Fri, 22 Dec 2000 12:17:38 GMT
1561              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
1562      Branch: perl
1563            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
1564            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
1565            ! pod/perl5004delta.pod pod/perl5005delta.pod
1566            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
1567            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
1568            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
1569            ! pod/perlsub.pod
1570 ____________________________________________________________________________
1571 [  8227] By: jhi                                   on 2000/12/22  15:24:28
1572         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
1573              From: "John L. Allen" <allen@grumman.com>
1574              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
1575              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
1576              
1577              Document APPLLIB_EXP.
1578      Branch: perl
1579            ! INSTALL
1580 ____________________________________________________________________________
1581 [  8226] By: nick                                  on 2000/12/21  22:11:50
1582         Log: Handy script for when one forgets to "dmake clean" 
1583      Branch: perlio
1584            + win32/distclean.bat
1585            ! MANIFEST
1586 ____________________________________________________________________________
1587 [  8225] By: nick                                  on 2000/12/21  21:54:04
1588         Log: CRLF platform issue with io/utf8 fix.
1589      Branch: perlio
1590            ! t/io/utf8.t
1591 ____________________________________________________________________________
1592 [  8224] By: nick                                  on 2000/12/21  21:02:20
1593         Log: Integrate mainline
1594      Branch: perlio
1595           !> Changes Configure Makefile.SH Porting/Glossary
1596           !> Porting/config.sh Porting/config_H configure.com
1597           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
1598           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
1599           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
1600           !> win32/config.bc win32/config.gc win32/config.vc
1601 ____________________________________________________________________________
1602 [  8223] By: jhi                                   on 2000/12/21  17:09:16
1603         Log: Update Changes.
1604      Branch: perl
1605            ! Changes patchlevel.h
1606 ____________________________________________________________________________
1607 [  8222] By: jhi                                   on 2000/12/21  16:24:01
1608         Log: Metaconfig unit changes for #8221.
1609      Branch: metaconfig/U/perl
1610           +> issymlink.U
1611            - testsyml.U
1612            ! Mksymlinks.U
1613 ____________________________________________________________________________
1614 [  8221] By: jhi                                   on 2000/12/21  16:23:48
1615         Log: Rename testsyml to issymlink.
1616      Branch: perl
1617            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1618            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
1619            ! win32/config.vc
1620 ____________________________________________________________________________
1621 [  8220] By: jhi                                   on 2000/12/21  15:47:26
1622         Log: Robustness support for #8218 (symlink forest) since the GNU
1623              tools seem to be overly picky about symlinkage depths.
1624      Branch: perl
1625            ! Makefile.SH t/io/fs.t
1626 ____________________________________________________________________________
1627 [  8219] By: jhi                                   on 2000/12/21  15:38:27
1628         Log: Metaconfig changes for #8218.
1629      Branch: metaconfig
1630            ! U/modified/Oldconfig.U
1631      Branch: metaconfig/U/perl
1632            + Mksymlinks.U
1633            ! testsyml.U
1634 ____________________________________________________________________________
1635 [  8218] By: jhi                                   on 2000/12/21  15:37:57
1636         Log: Add Configure option -Dmksymlinks which will create a symlink
1637              forest if the current/build differs from the source directory.
1638              TODO: mkdir -p is not portable.
1639      Branch: perl
1640            ! Configure
1641 ____________________________________________________________________________
1642 [  8217] By: jhi                                   on 2000/12/21  14:39:12
1643         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
1644              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
1645              Date: Thu, 21 Dec 2000 09:38:18 GMT
1646              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
1647              
1648              The ofs became an SV.
1649      Branch: perl
1650            ! ext/Thread/Thread.xs
1651 ____________________________________________________________________________
1652 [  8216] By: jhi                                   on 2000/12/21  05:40:21
1653         Log: The polymorphism seems to have fixed 20000517.001.
1654      Branch: perl
1655            ! t/pragma/utf8.t
1656 ____________________________________________________________________________
1657 [  8215] By: jhi                                   on 2000/12/21  04:44:52
1658         Log: read() documentation tweak for 20001121.004.
1659      Branch: perl
1660            ! pod/perlfunc.pod
1661 ____________________________________________________________________________
1662 [  8214] By: jhi                                   on 2000/12/21  03:54:11
1663         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
1664      Branch: perl
1665            ! pp_sys.c t/op/misc.t
1666 ____________________________________________________________________________
1667 [  8213] By: jhi                                   on 2000/12/21  00:28:10
1668         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
1669              From: Peter Prymmer <pvhp@forte.com>
1670              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
1671              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
1672      Branch: perl
1673            ! configure.com
1674 ____________________________________________________________________________
1675 [  8212] By: jhi                                   on 2000/12/21  00:26:21
1676         Log: Edit edit edit.
1677      Branch: perl
1678            ! pod/perlfaq3.pod
1679 ____________________________________________________________________________
1680 [  8211] By: jhi                                   on 2000/12/20  18:52:46
1681         Log: Update Changes.
1682      Branch: perl
1683            ! Changes patchlevel.h
1684 ____________________________________________________________________________
1685 [  8210] By: jhi                                   on 2000/12/20  18:34:47
1686         Log: Yet another editor edit.
1687      Branch: perl
1688            ! pod/perlfaq3.pod
1689 ____________________________________________________________________________
1690 [  8209] By: jhi                                   on 2000/12/20  15:33:28
1691         Log: More Win32 Perling.
1692      Branch: perl
1693            ! pod/perlfaq3.pod
1694 ____________________________________________________________________________
1695 [  8208] By: jhi                                   on 2000/12/20  15:07:46
1696         Log: More Win32 editor/IDE/shell hints.
1697      Branch: perl
1698            ! pod/perlfaq3.pod
1699 ____________________________________________________________________________
1700 [  8207] By: jhi                                   on 2000/12/20  03:54:08
1701         Log: Subject: [PATCH] obscure timing knowledge
1702              From: Nicholas Clark <nick@ccl4.org>
1703              Date: Tue, 19 Dec 2000 19:22:31 +0000
1704              Message-ID: <20001219192231.F2827@plum.flirble.org>
1705      Branch: perl
1706            ! sv.c
1707 ____________________________________________________________________________
1708 [  8206] By: jhi                                   on 2000/12/20  03:45:57
1709         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
1710              From: Spider Boardman <spider@leggy.zk3.dec.com>
1711              Date: Tue, 19 Dec 2000 21:30:16 -0500
1712              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
1713      Branch: perl
1714            ! sv.c
1715 ____________________________________________________________________________
1716 [  8205] By: jhi                                   on 2000/12/19  23:02:01
1717         Log: Update Changes.
1718      Branch: perl
1719            ! Changes patchlevel.h
1720 ____________________________________________________________________________
1721 [  8204] By: jhi                                   on 2000/12/19  22:58:18
1722         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
1723              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
1724              on editors and diffing/patching.
1725      Branch: perl
1726            ! t/op/utf8decode.t
1727 ____________________________________________________________________________
1728 [  8203] By: nick                                  on 2000/12/19  21:36:16
1729         Log: Integrate mainline (forgot my own change...)
1730      Branch: perlio
1731           !> ext/Encode/compile
1732 ____________________________________________________________________________
1733 [  8202] By: nick                                  on 2000/12/19  21:34:42
1734         Log: Integrate mainline.
1735      Branch: perlio
1736           !> (integrate 61 files)
1737 ____________________________________________________________________________
1738 [  8201] By: nick                                  on 2000/12/19  21:34:06
1739         Log: Avoid looking for File::Glob when we don't need it.
1740      Branch: perl
1741            ! ext/Encode/compile
1742 ____________________________________________________________________________
1743 [  8200] By: jhi                                   on 2000/12/19  18:35:49
1744         Log: Update Changes.
1745      Branch: perl
1746            ! Changes patchlevel.h
1747 ____________________________________________________________________________
1748 [  8199] By: jhi                                   on 2000/12/19  18:35:07
1749         Log: Microperl tweaks.
1750      Branch: perl
1751            ! sv.c uconfig.h uconfig.sh
1752 ____________________________________________________________________________
1753 [  8198] By: jhi                                   on 2000/12/19  18:29:59
1754         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
1755      Branch: perl
1756            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1757            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
1758 ____________________________________________________________________________
1759 [  8197] By: jhi                                   on 2000/12/19  17:55:29
1760         Log: In VMS embedded perls couldn't access the statically built Socket,
1761              from Charles Lane.
1762      Branch: perl
1763            ! configure.com
1764 ____________________________________________________________________________
1765 [  8196] By: jhi                                   on 2000/12/19  17:49:50
1766         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
1767              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
1768              Date: Sun, 17 Dec 2000 19:11:44 -0000
1769              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
1770      Branch: perl
1771            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
1772            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
1773 ____________________________________________________________________________
1774 [  8195] By: jhi                                   on 2000/12/19  17:47:53
1775         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
1776              From: Jonathan Stowe <gellyfish@gellyfish.com>
1777              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
1778              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
1779      Branch: perl
1780            ! utils/h2xs.PL
1781 ____________________________________________________________________________
1782 [  8194] By: jhi                                   on 2000/12/19  17:46:28
1783         Log: Subject: Re: useless use of void context work-around
1784              From: andreas.koenig@anima.de (Andreas J. Koenig)
1785              Date: 16 Dec 2000 15:13:36 +0100
1786              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
1787              
1788              Document (comment) the q(di ds ig) trick in the code.
1789      Branch: perl
1790            ! op.c
1791 ____________________________________________________________________________
1792 [  8193] By: jhi                                   on 2000/12/19  17:10:57
1793         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
1794              From: "Mark J. Reed" <mreed@strange.turner.com>
1795              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
1796              Message-Id: <200012160222.VAA13986@strange.turner.com>
1797      Branch: perl
1798            ! ext/Sys/Syslog/Syslog.pm
1799 ____________________________________________________________________________
1800 [  8192] By: jhi                                   on 2000/12/19  17:07:45
1801         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
1802              From: Nicholas Clark <nick@ccl4.org>
1803              Date: Sat, 16 Dec 2000 19:03:13 +0000
1804              Message-ID: <20001216190313.D68304@plum.flirble.org>
1805      Branch: perl
1806            ! t/op/64bitint.t
1807 ____________________________________________________________________________
1808 [  8191] By: jhi                                   on 2000/12/19  17:06:13
1809         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
1810              From: Dominic Dunlop <domo@computer.org>
1811              Date: Mon, 18 Dec 2000 12:00:15 +0100
1812              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
1813              
1814              This patchlet is needed in order that perl can be statically linked.  
1815      Branch: perl
1816            ! regexec.c
1817 ____________________________________________________________________________
1818 [  8190] By: jhi                                   on 2000/12/19  17:03:08
1819         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
1820              From: "Craig A. Berry" <craig.berry@psinetcs.com>
1821              Date: Sun, 17 Dec 2000 00:18:35 -0600
1822              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
1823      Branch: perl
1824            ! perlio.h vms/gen_shrfls.pl
1825 ____________________________________________________________________________
1826 [  8189] By: jhi                                   on 2000/12/19  16:20:28
1827         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
1828              From: Prymmer/Kahn <pvhp@best.com>
1829              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
1830              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
1831              
1832              A better version of #8188.
1833      Branch: perl
1834            ! pod/perlfaq3.pod
1835 ____________________________________________________________________________
1836 [  8188] By: jhi                                   on 2000/12/19  15:57:06
1837         Log: (Replaced by #8189)
1838              
1839              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
1840              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
1841              From: Prymmer/Kahn <pvhp@best.com>
1842              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
1843              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
1844              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
1845              Date: Mon, 18 Dec 2000 11:10:45 -0500
1846              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
1847      Branch: perl
1848            ! pod/perlfaq3.pod
1849 ____________________________________________________________________________
1850 [  8187] By: jhi                                   on 2000/12/19  15:54:19
1851         Log: Email address fix for Anton Berezin.
1852      Branch: perl
1853            ! AUTHORS
1854 ____________________________________________________________________________
1855 [  8186] By: jhi                                   on 2000/12/19  15:38:54
1856         Log: Subject: [PATCH perl@8102] cygwin port
1857              From: "Eric Fifer" <efifer@dircon.co.uk> 
1858              Date: Thu, 14 Dec 2000 13:41:29 -0000
1859              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
1860              
1861              When compiling modules the data item that is being imported
1862              from libperl.dll needs to be tagged as imported/shared data:
1863              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
1864      Branch: perl
1865            ! perliol.h
1866 ____________________________________________________________________________
1867 [  8185] By: jhi                                   on 2000/12/19  14:53:24
1868         Log: Regen uconfig.h and uconfig.sh.
1869      Branch: perl
1870            ! uconfig.h uconfig.sh
1871 ____________________________________________________________________________
1872 [  8184] By: jhi                                   on 2000/12/18  20:43:49
1873         Log: Comments work so much better when they are closed.
1874      Branch: perl
1875            ! regcomp.c
1876 ____________________________________________________________________________
1877 [  8183] By: jhi                                   on 2000/12/18  18:04:02
1878         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
1879              Fixes the bug 20001218.016.
1880      Branch: perl
1881            ! regcomp.c
1882 ____________________________________________________________________________
1883 [  8182] By: gsar                                  on 2000/12/18  09:53:47
1884         Log: delete spurious files
1885      Branch: maint-5.6/perl
1886            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
1887            - vos/config.h vos/config_h.SH_orig
1888 ____________________________________________________________________________
1889 [  8181] By: gsar                                  on 2000/12/18  09:46:08
1890         Log: regen perltoc
1891      Branch: maint-5.6/perl
1892            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
1893 ____________________________________________________________________________
1894 [  8180] By: gsar                                  on 2000/12/18  09:20:27
1895         Log: integrate changes#7924..7926,7946,7952 from mainline
1896      Branch: maint-5.6/perl
1897           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
1898           !> lib/File/stat.pm t/lib/class-struct.t
1899 ____________________________________________________________________________
1900 [  8179] By: gsar                                  on 2000/12/18  08:55:54
1901         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
1902              7918,7919,7988,8907 from mainline (various)
1903      Branch: maint-5.6/perl
1904           +> t/lib/class-struct.t
1905           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
1906           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
1907           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
1908 ____________________________________________________________________________
1909 [  8178] By: gsar                                  on 2000/12/18  08:16:30
1910         Log: avoid redefinition warnings on windows due to sys/socket.h getting
1911              #included before win32.h
1912      Branch: maint-5.6/perl
1913            ! win32/include/sys/socket.h
1914 ____________________________________________________________________________
1915 [  8177] By: gsar                                  on 2000/12/18  05:24:04
1916         Log: make regen_headers; fix POSIX.xs problems; remove outdated
1917              code from sys/socket.h that makes build fail now
1918      Branch: maint-5.6/perl
1919            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
1920            ! pod/perlapi.pod
1921           !> win32/include/sys/socket.h
1922 ____________________________________________________________________________
1923 [  8176] By: gsar                                  on 2000/12/18  05:20:17
1924         Log: update Changes
1925      Branch: maint-5.6/perl
1926            ! Changes patchlevel.h
1927 ____________________________________________________________________________
1928 [  8175] By: gsar                                  on 2000/12/18  04:57:48
1929         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
1930              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
1931              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
1932              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
1933              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
1934              7823,7825,7838
1935      Branch: maint-5.6/perl
1936           +> lib/File/Spec/Epoc.pm
1937           !> (integrate 88 files)
1938 ____________________________________________________________________________
1939 [  8174] By: gsar                                  on 2000/12/18  03:53:09
1940         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
1941              7625..7629,7631..7634,7637,7639,7642 from mainline
1942      Branch: maint-5.6/perl
1943           +> README.solaris
1944           !> (integrate 26 files)
1945 ____________________________________________________________________________
1946 [  8173] By: gsar                                  on 2000/12/18  03:37:02
1947         Log: integrate changes#7472,7474..7479,7481,7485,7489,7493,7494,7496,
1948              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
1949              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
1950              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
1951      Branch: maint-5.6/perl
1952           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
1953            - MAINTAIN
1954           !> (integrate 111 files)
1955 ____________________________________________________________________________
1956 [  8172] By: jhi                                   on 2000/12/18  02:49:27
1957         Log: Regen pods.
1958      Branch: perl
1959            ! pod/perlmodlib.pod pod/perltoc.pod
1960 ____________________________________________________________________________
1961 [  8171] By: gsar                                  on 2000/12/18  02:49:24
1962         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
1963              7465..7471 from mainline
1964              
1965              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
1966              in platforms that strictly require all the symbols being present
1967              at link time.
1968              
1969              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
1970              
1971              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
1972              
1973              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
1974              
1975              Subject: [PATCH] todo
1976              
1977              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
1978              
1979              Use $sort, $uniq (and $tr) consistently as wondered
1980              by Nicholas Clark.
1981              
1982              Too enthusiastic editing in #7460.
1983              
1984              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
1985              
1986              Upgrade to CPAN 1.58_55.
1987              Subject: CPAN.pm status
1988              
1989              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
1990              
1991              Make target reordering to avoid pointless re-makes.
1992              Subject: Re: Total re-make of 'make okfile' after 7451 ?
1993              
1994              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
1995              
1996              Subject: DOC PATCH 5.6.0
1997              
1998              Add the repository doc by Malcolm, Sarathy, and by Simon,
1999              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
2000      Branch: maint-5.6/perl
2001           +> Porting/repository.pod
2002           !> Configure MANIFEST Makefile.SH README.dos README.os2
2003           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
2004           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
2005           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
2006 ____________________________________________________________________________
2007 [  8169] By: gsar                                  on 2000/12/18  02:33:34
2008         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
2009              7435..7441,7445 from mainline
2010              
2011              Make the UTF-8 decoding stricter and more verbose when
2012              malformation happens.  This involved adding an argument
2013              to utf8_to_uv_chk(), which involved changing its prototype,
2014              and prefer STRLEN over I32 for the UTF-8 length, which as
2015              a domino effect necessitated changing the prototypes of
2016              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
2017              The stricter UTF-8 decoding checking uses Markus Kuhn's
2018              UTF-8 Decode Stress Tester from
2019              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
2020              
2021              Run vms/vms_yfix.pl, should have done that after changing
2022              perly.c in #7382.
2023              
2024              Subject: [PATCH 5.7.0] static linking with uninstalled perl
2025              
2026              (Replaced by #7440.)
2027              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
2028              
2029              Fix the bug ID 20001024.005, the bug introduced by #7416.
2030              
2031              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
2032              
2033              Fix the bug reported in
2034              From: andreas.koenig@anima.de (Andreas J. Koenig)
2035              Also make is_utf8_char() stricter.
2036              
2037              Missed the header file changes from #7425.
2038              
2039              Check if stdio supports tweaking lval and cnt simultaneously.
2040              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
2041              
2042              Stratus VOS updates from Paul Green.
2043              
2044              Podify README.epoc and README.vos.
2045              
2046              Add targets to Makefile.SH, most importantly
2047              'regen_all' which also remembers to update vms/perly*.
2048              
2049              Subject: Minor update to find2perl, for portability
2050              
2051              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
2052              
2053              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
2054              
2055              Rename UTF8LEN() to be UNISKIP(), too confusing to have
2056              UTF8LEN() and UTF8SKIP(). 
2057              
2058              Allow poking holes at the UTF-8 decoding strictness.
2059              
2060              Continue the internal UTF-8 API tweaking.
2061              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
2062              used much more than the simpler API, now called utf8_to_uv_simple().
2063              Still not quite happy with API, too much partial duplication
2064              of functionality.
2065              
2066              A new version of making the syslog test more robust.
2067              (Replaces #7421.)
2068              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
2069              
2070              buildtoc target tweaks.
2071              
2072              Integrate with vmsperl #7430 by Charles Bailey:
2073              
2074              Cleanup from prior patch (Charles Lane?):
2075              - improve handling of MFDs in Basename and Path
2076              - default to no xsubpp line # munging when building debug images
2077      Branch: maint-5.6/perl
2078           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
2079           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
2080           !> (integrate 67 files)
2081 ____________________________________________________________________________
2082 [  8168] By: gsar                                  on 2000/12/18  02:05:49
2083         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
2084              
2085              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
2086              From: Martin Husemann <martin@duskware.de>
2087              
2088              Subject: [PATCH 5.7.0] restore match data on backtracing
2089              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2090      Branch: maint-5.6/perl
2091           !> regcomp.c regexec.c t/op/re_tests
2092 ____________________________________________________________________________
2093 [  8167] By: gsar                                  on 2000/12/18  01:55:22
2094         Log: integrate changes#7858,7986 from mainline
2095              
2096              C<foreach my $x ...> in pseudo-fork()ed process may diddle
2097              parent's memory; fix it by keeping track of the actual pad
2098              offset rather than a raw pointer (this change is probably also
2099              relevant to non-ithreads case to avoid fallout from reallocs of
2100              the pad array, but is currently only enabled for the ithreads
2101              case in the interests of minimal disruption to existing "well
2102              tested" code)
2103              
2104              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
2105              due to the notorious GetFileType() bug in Windows 9x, which fstat()
2106              tickles)
2107      Branch: maint-5.6/perl
2108           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
2109           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
2110           !> win32/win32.c win32/win32.h win32/win32sck.c
2111 ____________________________________________________________________________
2112 [  8166] By: gsar                                  on 2000/12/18  01:52:59
2113         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
2114              from mainline (xsubpp and ExtUtils::LibList fixups, various
2115              other small items)
2116      Branch: maint-5.6/perl
2117           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
2118           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
2119           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
2120           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
2121           !> win32/bin/search.pl
2122 ____________________________________________________________________________
2123 [  8165] By: gsar                                  on 2000/12/18  01:28:45
2124         Log: integrate changes#7533,7563,7611,7623 from mainline (various
2125              malloc.c embellishments)
2126      Branch: maint-5.6/perl
2127           !> malloc.c pod/perldiag.pod
2128 ____________________________________________________________________________
2129 [  8164] By: gsar                                  on 2000/12/18  01:23:33
2130         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
2131              fixups)
2132      Branch: maint-5.6/perl
2133           !> utils/h2xs.PL
2134 ____________________________________________________________________________
2135 [  8163] By: gsar                                  on 2000/12/18  01:17:50
2136         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
2137              fixups)
2138      Branch: maint-5.6/perl
2139           !> Makefile.SH utils/perlbug.PL
2140 ____________________________________________________________________________
2141 [  8162] By: gsar                                  on 2000/12/18  00:25:43
2142         Log: always export Perl_deb() (it is required by re.xs whether
2143              Perl is built with or without -DDEBUGGING)
2144      Branch: maint-5.6/perl
2145            ! makedef.pl
2146 ____________________________________________________________________________
2147 [  8161] By: gsar                                  on 2000/12/18  00:23:38
2148         Log: integrate change#7414 from mainline
2149              
2150              Undo the basename() part of #7412 since the lib/basename
2151              tests would need upgrading too.
2152              
2153              squelch two tests in tr.t that rely on tr/// paranoia change
2154              that's not in 5.6.x
2155      Branch: maint-5.6/perl
2156            ! t/op/tr.t
2157           !> lib/File/Basename.pm
2158 ____________________________________________________________________________
2159 [  8160] By: gsar                                  on 2000/12/18  00:05:30
2160         Log: missing change in previous integrate
2161      Branch: maint-5.6/perl
2162           !> README.aix
2163 ____________________________________________________________________________
2164 [  8159] By: gsar                                  on 2000/12/18  00:03:38
2165         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
2166              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
2167              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7304..7408,
2168              7410..7413 from mainline
2169      Branch: maint-5.6/perl
2170           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
2171           +> t/lib/tie-splice.t
2172            - lib/unicode/Is/DCinital.pl
2173           !> (integrate 112 files)
2174 ____________________________________________________________________________
2175 [  8158] By: jhi                                   on 2000/12/17  23:04:24
2176         Log: Subject: [PATCHES] RE: perl@8150 
2177              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
2178              Date: Sun, 17 Dec 2000 21:46:39 +0100
2179              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
2180              
2181              Neither cygwin has a getpwuid() one can trust on.
2182      Branch: perl
2183            ! t/lib/glob-basic.t
2184 ____________________________________________________________________________
2185 [  8157] By: jhi                                   on 2000/12/17  23:01:54
2186         Log: More MAN.PODS => {} fixes.
2187      Branch: perl
2188            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
2189            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
2190            ! os2/OS2/REXX/Makefile.PL
2191 ____________________________________________________________________________
2192 [  8156] By: gsar                                  on 2000/12/17  22:49:13
2193         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
2194              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
2195              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
2196              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
2197              7201,7204 from mainline
2198      Branch: maint-5.6/perl
2199           !> (integrate 121 files)
2200 ____________________________________________________________________________
2201 [  8155] By: jhi                                   on 2000/12/17  22:30:58
2202         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
2203              From: "Craig A. Berry" <craigberry@mac.com>
2204              Date: Sun, 17 Dec 2000 13:09:28 -0600
2205              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
2206              
2207              MAN.PODS => ' ' is naughty.
2208      Branch: perl
2209            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
2210 ____________________________________________________________________________
2211 [  8154] By: nick                                  on 2000/12/17  22:07:13
2212         Log: MULTIPLICITY nit.
2213      Branch: perl
2214            ! mg.c
2215 ____________________________________________________________________________
2216 [  8153] By: gsar                                  on 2000/12/17  21:23:05
2217         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
2218              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
2219              from mainline
2220              
2221              Document the SvIOK_.*UV().
2222              
2223              Update Unicode todo list.
2224              
2225              Guard against bad string->int conversion for quads.
2226              
2227              Subject: small apidoc fix
2228              
2229              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
2230              
2231              Subject: [PATCH] Tied filehandle documentation
2232              
2233              Subject: [PATCH] Modernize Opcode.pm documentation
2234              
2235              Make Data::Dumper (non-XS) to work with changed semantics of ref().
2236              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
2237              [applied even though said semantics didn't change in 5.6.x]
2238              
2239              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
2240              
2241              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
2242              
2243              Fix the URL, but the server is still missing in action.
2244              Subject: [ID 20000905.002] perlfaq1.pod URL error
2245              
2246              Subject: [ID 20000903.001] \w in utf8-strings
2247              
2248              Fix the ccversion detection for 5.1 and beyond.
2249              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
2250              
2251              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
2252              
2253              Subject: [ID 20000904.008] Tiny fix for perldiag
2254              
2255              Subject: Re: [ID 20000906.004] segfault with bad perl statement
2256              
2257              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
2258              
2259              Subject: [ID 20000908.002] perlipc documentation bug.
2260              
2261              Subject: [PATCH lib/Benchmark.pm]
2262              
2263              Re-allow vec() for characters > 255.
2264              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
2265              
2266              Do away with memory models cruft.  Sorry, PDP users.
2267              
2268              Continue #7041.
2269              
2270              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
2271              
2272              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
2273              
2274              Upgrade to CPAN 1.57_65, from Andreas König.
2275              
2276              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
2277              by Russ Allbery.
2278              
2279              Silence t/pod/*.t about alternate quote-mappings now implemented
2280              by Pod::Text, from Brad Appleton.
2281              
2282              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
2283              Subject: borland C++ win32.c tweak
2284              
2285              C<@a = @b = split(...)> optimization coredumps under ithreads
2286              (missed a spot when fixing up op_pmreplroot hack for ithreads)
2287              
2288              Document the SvUTF8*().
2289              
2290              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
2291              
2292              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
2293              
2294              Do in VMS as the #7054 does.
2295              
2296              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
2297              
2298              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
2299              
2300              Subject: [patch: perl@7045] vms updates
2301              
2302              Test for the #7049.
2303              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
2304              
2305              Break up the myconfig lines a bit.
2306              Subject: perlbug/perl -V output format
2307              
2308              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
2309              
2310              The #7054 truncated Configure badly.
2311              
2312              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
2313              initialization in all the threads on Windows
2314              
2315              Allow for whitespace between "#" and "line" in cpp output.
2316              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
2317              
2318              Remove vestiges of tr//CU.
2319              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
2320              
2321              The return value of setlocale must be copied away.
2322              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
2323              
2324              Allow chop() and chomp() to be overridden.
2325              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
2326              
2327              Hints optimization.
2328              Subject: Minor nit
2329              
2330              Subject: [PATCH] de-wall t/README
2331              
2332              Subject: Re: Two advertising clauses need to be removed
2333      Branch: maint-5.6/perl
2334           !> (integrate 75 files)
2335 ____________________________________________________________________________
2336 [  8152] By: gsar                                  on 2000/12/17  20:30:11
2337         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
2338              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
2339              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
2340              
2341              Don't attach -ld to the archname if pointless.
2342              
2343              Document UNTIE in a very minimalistic way.
2344              
2345              POSIX doesn't report long double values under -Duselongdouble
2346              when the long doubles are "real" (bigger than doubles).
2347              
2348              More author updates.
2349              
2350              Try to deduce NV_MAX.  Really should be Configure fodder.
2351              
2352              :: not allowed in pathnames, change to .
2353              Subject: [PATCH perl@6938] cygwin port
2354              
2355              Forget about NV_MAX (#6951).  Various floating point tweaks,
2356              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
2357              
2358              Move the Solaris 7 scan to use64bitall, make the
2359              failure to find 64-bot sparc libc to mention the
2360              possibility of being in an intel, from Lupe and Alan.
2361              
2362              Regen perltoc.
2363              
2364              AUTHORS tweaks, from Peter Prymmer.
2365              
2366              More address tweaking.
2367              
2368              Small tweaks all over.
2369              
2370              File::Temp patches from Andreas König,
2371              
2372              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
2373              
2374              Subject: CPAN.pm beta 1.57_57 for the core
2375              
2376              Part of the solution.
2377              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
2378              
2379              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
2380              
2381              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
2382              
2383              Add the overload warnings to perldiag.
2384              
2385              Drop unused argument.
2386              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
2387              
2388              Subject: Nit in Configure (bleadperl@6961)
2389              
2390              Update to PodParser 1.18, from Brad Appleton.
2391              
2392              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
2393              
2394              Subject: [PATCH: 6948] add SCNfldbl to configure.com
2395              
2396              Document UNTIE. Also tweak implementation to suppress the 'inner references'
2397              warning when UNTIE exists and instead pass the cound of extra references to
2398              the UNTIE method.
2399              
2400              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
2401              so that case-ignoring systems like DCL can tell them from
2402              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
2403              
2404              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
2405              
2406              Feature ordering tweak.
2407              
2408              Regen perltoc.
2409              
2410              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
2411              
2412              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
2413              
2414              Subject: http:// in L<>
2415              
2416              Detypo.
2417              
2418              change#6791 accidentally clobbered change#6710, put it back
2419              
2420              Only the first line, thank you very much.
2421              
2422              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
2423              plus rework the http: spots as suggested by Tom Christiansen,
2424              plus regen perltoc.
2425              
2426              Undo part of change 6489 which looks like a bulk edit which
2427              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
2428              The supressing of main:: on return from select() is undesirable.
2429              
2430              Apparently avoiding the swapping is too costly.
2431              
2432              Various Configure nits by Philip Newton,
2433              plus the ebcdic one by me.
2434              
2435              Make certain cc is set before trying to run it.
2436              
2437              If overloaded %{} etc. return the object do not loop.
2438              Thus  sub deref { $_[0] } functions if object is wanted type.
2439              
2440              Update perlhist.
2441              
2442              More %{} and other deref special casing - do not pass to 'nomethod'.
2443      Branch: maint-5.6/perl
2444           !> (integrate 59 files)
2445 ____________________________________________________________________________
2446 [  8151] By: gsar                                  on 2000/12/17  19:14:38
2447         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
2448              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
2449              
2450              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
2451              
2452              Make the epsilon to be relative, not absolute.
2453              
2454              Put back the flags dump as reasoned in
2455              Subject: Re: [PATCH] Glob dumping
2456              
2457              Introduce ccname to keep track of what compiler kind of we have.
2458              
2459              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
2460              
2461              Put back the slice accidentally removed by #6907.
2462              
2463              Reset archname and archname64 always, forcing them be
2464              recomputed at each Configure run, make Configure and
2465              the hints files agree on the naming of largefiles variables.
2466              
2467              Don't say "Perl 5.0 source kit".
2468              
2469              Subject: [PATCH] fix misc cast warnings
2470              
2471              Subject: typos in pods
2472              
2473              NVs not necessarily doubles, as pointed out by Yitzchak.
2474              
2475              Subject: [PATCH 6889] add a few ldbl formats to configure.com
2476              
2477              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
2478              
2479              Better options for rsync.
2480              
2481              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
2482              
2483              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
2484              
2485              Subject: [PATCH] Re: UNTIE method 
2486              
2487              A better fix for the Socket building problem from Craig Berry.
2488              
2489              Retract the dummy test, skip the security tests (instead of failing),
2490              explain what the warnings mean.
2491              
2492              Heap decorruption.
2493              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
2494              
2495              Update to Unicode 3.0.1.
2496              
2497              Missed one Unicode file.
2498              
2499              Subject: Re: typos in pods
2500              
2501              The #6929 was too skimpy.
2502              
2503              sscanf() may be the only way to read long doubles from strings.
2504              
2505              Reveal Borland's isnan.
2506              Subject: build with BC++ tweak
2507              
2508              Issue useful diagnostic on unknown pod commands.
2509              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
2510              
2511              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
2512              
2513              Clarify the third case of ftmp-security warnings.
2514              
2515              Make -Dusemorebits find long doubles in Solaris.
2516              
2517              Wrap the test in eval.
2518      Branch: maint-5.6/perl
2519           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
2520           +> lib/unicode/PropList.txt lib/unicode/README.perl
2521           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
2522           +> lib/unicode/Unicode.301 vms/vmspipe.com
2523            - lib/unicode/Props.txt lib/unicode/UCD300.html
2524            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
2525           !> (integrate 305 files)
2526 ____________________________________________________________________________
2527 [  8150] By: jhi                                   on 2000/12/17  18:47:57
2528         Log: Uncheckedin generated files.
2529      Branch: perl
2530            ! global.sym perlapi.c pod/perlapi.pod
2531 ____________________________________________________________________________
2532 [  8149] By: jhi                                   on 2000/12/17  18:41:22
2533         Log: Update Changes.
2534      Branch: perl
2535            ! Changes patchlevel.h
2536 ____________________________________________________________________________
2537 [  8148] By: jhi                                   on 2000/12/17  18:39:16
2538         Log: Subject: [PATCH] Fcntl constants speedup
2539              From: Nicholas Clark <nick@ccl4.org>
2540              Date: Sun, 17 Dec 2000 16:29:24 +0000
2541              Message-ID: <20001217162924.E97668@plum.flirble.org>
2542              
2543              Use IVs for the Fcntl constants instead of NVs.
2544      Branch: perl
2545            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
2546 ____________________________________________________________________________
2547 [  8147] By: jhi                                   on 2000/12/17  18:33:41
2548         Log: Add test for #8145 (binmode() warning), add warning for
2549              ioctl() and sockpair(), document them. (fileno() cannot
2550              be tripwired with the same kind of warning because
2551              'defined fileno($foo)' seems to be an idiom.)
2552      Branch: perl
2553            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
2554 ____________________________________________________________________________
2555 [  8146] By: gsar                                  on 2000/12/17  18:09:08
2556         Log: update Changes
2557      Branch: maint-5.6/perl
2558            ! Changes
2559 ____________________________________________________________________________
2560 [  8145] By: jhi                                   on 2000/12/17  17:39:35
2561         Log: Subject: [PATCH] Re: The long awaited feature ...
2562              From: Simon Cozens <simon@cozens.net>
2563              Date: Sun, 17 Dec 2000 12:31:56 +0000
2564              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
2565              
2566              Add a warning to binmode() about using bad filehandles
2567              (can happen e.g. if someone forgets the filehandle argument)
2568      Branch: perl
2569            ! pp_sys.c
2570 ____________________________________________________________________________
2571 [  8144] By: jhi                                   on 2000/12/17  17:33:48
2572         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
2573              From: Jonathan Stowe <gellyfish@gellyfish.com>
2574              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
2575              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
2576      Branch: perl
2577            ! lib/Net/Ping.pm
2578 ____________________________________________________________________________
2579 [  8143] By: jhi                                   on 2000/12/17  05:31:37
2580         Log: Polymorphic regexps.
2581              
2582              Fixes at least the bugs 20001028.003 (both of them...) and
2583              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
2584              also to be fixed by now, probably already before this patch.
2585      Branch: perl
2586            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
2587            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
2588            ! t/op/utf8decode.t t/pragma/utf8.t
2589 ____________________________________________________________________________
2590 [  8142] By: jhi                                   on 2000/12/16  17:16:05
2591         Log: Subject: [patch perl@8102] dos/djgpp update
2592              From: Laszlo Molnar <ml1050@freemail.hu>
2593              Date: Sat, 16 Dec 2000 01:40:52 +0100
2594              Message-ID: <20001216014052.A335@freemail.hu>
2595      Branch: perl
2596            ! djgpp/config.over t/base/commonsense.t
2597 ____________________________________________________________________________
2598 [  8141] By: jhi                                   on 2000/12/16  17:09:27
2599         Log: Few uncheckedin files.
2600      Branch: perl
2601            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
2602 ____________________________________________________________________________
2603 [  8140] By: nick                                  on 2000/12/15  22:14:31
2604         Log: Integrate mainline
2605      Branch: perlio
2606           !> (integrate 53 files)
2607 ____________________________________________________________________________
2608 [  8139] By: jhi                                   on 2000/12/15  19:49:49
2609         Log: One more IVUV tweak from Nicholas Clark.
2610      Branch: perl
2611            ! sv.c
2612 ____________________________________________________________________________
2613 [  8138] By: jhi                                   on 2000/12/15  19:17:06
2614         Log: Return of the IVUV-preservation, now seems to be happy even
2615              in Digital UNIX (the broken strtoul brokenness detection
2616              seems to have been the fly in the ointment).
2617      Branch: perl
2618            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2619            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
2620            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
2621            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
2622            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
2623            ! vos/config.ga.h win32/config.bc win32/config.gc
2624            ! win32/config.vc
2625 ____________________________________________________________________________
2626 [  8137] By: jhi                                   on 2000/12/15  18:12:14
2627         Log: Metaconfig unit change for #8136.
2628      Branch: metaconfig
2629            ! U/modified/d_strtoul.U
2630      Branch: metaconfig/U/perl
2631            ! d_strtoull.U d_strtouq.U
2632 ____________________________________________________________________________
2633 [  8136] By: jhi                                   on 2000/12/15  18:11:35
2634         Log: I don't think it's sensible or portable to test the strtou*
2635              on /^-/ strings.
2636      Branch: perl
2637            ! Configure
2638 ____________________________________________________________________________
2639 [  8135] By: jhi                                   on 2000/12/15  17:18:49
2640         Log: Metaconfig unit change for #8134.
2641      Branch: metaconfig
2642            ! U/modified/d_strtoul.U
2643 ____________________________________________________________________________
2644 [  8134] By: jhi                                   on 2000/12/15  17:14:13
2645         Log: If longsize is 8 we don't need a LL suffix for integer constants.
2646      Branch: perl
2647            ! Configure config_h.SH
2648 ____________________________________________________________________________
2649 [  8133] By: jhi                                   on 2000/12/15  16:00:23
2650         Log: Update Changes.
2651      Branch: perl
2652            ! Changes patchlevel.h
2653 ____________________________________________________________________________
2654 [  8132] By: jhi                                   on 2000/12/15  15:44:16
2655         Log: Some compilers get huffy if you do not cast a const pointer
2656              to a non-const when assigning.
2657      Branch: perl
2658            ! gv.c
2659 ____________________________________________________________________________
2660 [  8131] By: jhi                                   on 2000/12/15  15:38:30
2661         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
2662              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2663              Date: Fri, 15 Dec 2000 05:26:57 -0500
2664              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
2665      Branch: perl
2666            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
2667            ! t/pragma/overload.t
2668 ____________________________________________________________________________
2669 [  8130] By: jhi                                   on 2000/12/15  15:36:08
2670         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
2671              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2672              Date: Thu, 14 Dec 2000 22:02:43 -0500
2673              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
2674      Branch: perl
2675            ! gv.c perl.h
2676 ____________________________________________________________________________
2677 [  8129] By: jhi                                   on 2000/12/15  15:34:16
2678         Log: Subject: PATCH: h2xs nit
2679              From: Tim Jenness <t.jenness@jach.hawaii.edu>
2680              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
2681              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
2682              
2683              Add a template README.
2684      Branch: perl
2685            ! utils/h2xs.PL
2686 ____________________________________________________________________________
2687 [  8128] By: jhi                                   on 2000/12/15  15:32:22
2688         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
2689      Branch: perl
2690            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
2691 ____________________________________________________________________________
2692 [  8127] By: jhi                                   on 2000/12/15  15:19:34
2693         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
2694              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
2695              Date:     Thu, 14 Dec 2000 20:04:42 EST
2696              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
2697      Branch: perl
2698            ! ext/Opcode/Opcode.xs
2699 ____________________________________________________________________________
2700 [  8126] By: jhi                                   on 2000/12/15  15:17:49
2701         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
2702              From: Peter Prymmer <pvhp@forte.com>
2703              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
2704              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
2705      Branch: perl
2706            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
2707            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
2708            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
2709 ____________________________________________________________________________
2710 [  8125] By: jhi                                   on 2000/12/15  15:11:05
2711         Log: This seems to be a stage sane and stable enough to checkin.
2712              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
2713      Branch: perl
2714            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
2715            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
2716            ! t/op/cmp.t t/op/numconvert.t
2717 ____________________________________________________________________________
2718 [  8124] By: jhi                                   on 2000/12/15  04:20:26
2719         Log: Something is really wonky.
2720      Branch: perl
2721            ! sv.c
2722 ____________________________________________________________________________
2723 [  8123] By: jhi                                   on 2000/12/15  04:00:50
2724         Log: Fixes for the IV UV patches to compile in Digital UNIX.
2725      Branch: perl
2726            ! sv.c
2727 ____________________________________________________________________________
2728 [  8122] By: jhi                                   on 2000/12/15  02:53:40
2729         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
2730              From: "Craig A. Berry" <craigberry@mac.com>
2731              Date: Thu, 14 Dec 2000 19:10:49 -0600
2732              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
2733      Branch: perl
2734            ! vms/vms.c
2735 ____________________________________________________________________________
2736 [  8121] By: jhi                                   on 2000/12/15  02:50:00
2737         Log: Metaconfig changes for #8120.
2738      Branch: metaconfig
2739            + U/modified/d_strtoul.U
2740      Branch: metaconfig/U/perl
2741            ! d_strtoull.U d_strtouq.U
2742 ____________________________________________________________________________
2743 [  8120] By: jhi                                   on 2000/12/15  02:49:42
2744         Log: From: Nicholas Clark <nick@ccl4.org> 
2745              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
2746              Date: Thu, 14 Dec 2000 18:38:57 +0000
2747              Message-ID: <20001214183857.B97909@plum.flirble.org>
2748      Branch: perl
2749            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2750            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
2751            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
2752            ! vos/config.ga.def vos/config.ga.h win32/config.bc
2753            ! win32/config.gc win32/config.vc
2754 ____________________________________________________________________________
2755 [  8119] By: jhi                                   on 2000/12/14  23:40:58
2756         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
2757              From: Nicholas Clark <nick@ccl4.org>
2758              Date: Wed, 13 Dec 2000 20:08:50 +0000
2759              Message-ID: <20001213200849.B71166@plum.flirble.org>
2760      Branch: perl
2761            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
2762            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
2763 ____________________________________________________________________________
2764 [  8118] By: jhi                                   on 2000/12/14  22:46:26
2765         Log: Integrate perlio.
2766      Branch: perl
2767           !> MANIFEST ext/Encode/compile makedef.pl
2768 ____________________________________________________________________________
2769 [  8117] By: nick                                  on 2000/12/14  22:38:53
2770         Log: Win32 tweaks to get Encode to build
2771              - temp hack to makedef.pl till PerlIO is properly "exported".
2772              - MSVC dislikes  
2773              static encpage_t foo[];
2774              so make 'em extern for now.
2775      Branch: perlio
2776            ! ext/Encode/compile makedef.pl
2777 ____________________________________________________________________________
2778 [  8116] By: nick                                  on 2000/12/14  22:00:53
2779         Log: Document the new files
2780      Branch: perlio
2781            ! MANIFEST
2782 ____________________________________________________________________________
2783 [  8115] By: jhi                                   on 2000/12/14  21:58:01
2784         Log: MANIFEST new files of #8114.
2785      Branch: perl
2786            ! MANIFEST
2787 ____________________________________________________________________________
2788 [  8114] By: jhi                                   on 2000/12/14  21:50:49
2789         Log: Integrate perlio.
2790      Branch: perl
2791           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
2792           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
2793           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
2794           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
2795           !> ext/Encode/Makefile.PL
2796 ____________________________________________________________________________
2797 [  8113] By: jhi                                   on 2000/12/14  21:48:49
2798         Log: The documentation part of the
2799              
2800              Subject: [ID 20001214.002] Net::Ping patch
2801              From: Jonathan Stowe <gellyfish@gellyfish.com>
2802              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
2803              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
2804              since the #7529 had already addressed the same problem.
2805      Branch: perl
2806            ! lib/Net/Ping.pm
2807 ____________________________________________________________________________
2808 [  8112] By: jhi                                   on 2000/12/14  21:42:57
2809         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
2810              From: Dominic Dunlop <domo@computer.org>
2811              Date: Tue, 12 Dec 2000 10:47:10 +0100
2812              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
2813              
2814              Document how elusive subroutines can be.
2815      Branch: perl
2816            ! pod/perlfunc.pod
2817 ____________________________________________________________________________
2818 [  8111] By: jhi                                   on 2000/12/14  21:38:05
2819         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
2820              From: Dominic Dunlop <domo@computer.org>
2821              Date: Thu, 14 Dec 2000 10:13:51 +0100
2822              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
2823      Branch: perl
2824            ! ext/POSIX/POSIX.pod
2825 ____________________________________________________________________________
2826 [  8110] By: jhi                                   on 2000/12/14  21:36:32
2827         Log: Subject: [patch] perlfaq7
2828              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
2829              Date: Thu, 14 Dec 2000 15:31:07 +0100
2830              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
2831      Branch: perl
2832            ! pod/perlfaq7.pod
2833 ____________________________________________________________________________
2834 [  8109] By: jhi                                   on 2000/12/14  21:29:20
2835         Log: Subject: [8104] Encode
2836              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2837              Date: Thu, 14 Dec 2000 14:49:34 +0100
2838              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
2839              
2840              Type casting for nervous compilers.
2841      Branch: perl
2842            ! ext/Encode/Encode.xs
2843 ____________________________________________________________________________
2844 [  8108] By: jhi                                   on 2000/12/14  21:26:17
2845         Log: Subject: [8104] DB_File
2846              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2847              Date: Thu, 14 Dec 2000 14:49:35 +0100
2848              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
2849              
2850              Type definition incorrect for DB 2.7.7.  Not known when it
2851              changed, so only changed it for a known revision.
2852      Branch: perl
2853            ! ext/DB_File/DB_File.xs
2854 ____________________________________________________________________________
2855 [  8107] By: jhi                                   on 2000/12/14  21:23:41
2856         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
2857              From: Peter Prymmer <pvhp@forte.com>
2858              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
2859              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
2860              
2861              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
2862      Branch: perl
2863            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
2864            ! ext/Encode/Encode/posix-bc.enc
2865 ____________________________________________________________________________
2866 [  8106] By: nick                                  on 2000/12/14  20:36:13
2867         Log: "Cold" build correction to Encode's Makefile.PL
2868      Branch: perlio
2869            ! ext/Encode/Makefile.PL
2870 ____________________________________________________________________________
2871 [  8105] By: nick                                  on 2000/12/14  20:09:37
2872         Log: "Compiled" encodings.
2873              Correct replacement character in EBCDIC .enc files
2874              Add 0x7F to ASCII repertoire.
2875      Branch: perlio
2876            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
2877            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
2878            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
2879            ! ext/Encode/Makefile.PL ext/Encode/compile
2880            ! ext/Encode/encengine.c ext/Encode/encode.h
2881 ____________________________________________________________________________
2882 [  8104] By: nick                                  on 2000/12/14  00:38:20
2883         Log: Integrate mainline
2884      Branch: perlio
2885           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
2886           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
2887           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
2888           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
2889           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
2890           !> t/lib/db-hash.t t/lib/db-recno.t
2891 ____________________________________________________________________________
2892 [  8103] By: nick                                  on 2000/12/13  23:16:13
2893         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
2894              so far and so it does not get lost.
2895      Branch: perlio
2896            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
2897 ____________________________________________________________________________
2898 [  8102] By: jhi                                   on 2000/12/13  17:14:22
2899         Log: Update Changes.
2900      Branch: perl
2901            ! Changes patchlevel.h
2902 ____________________________________________________________________________
2903 [  8101] By: jhi                                   on 2000/12/13  16:53:41
2904         Log: Move the proto of start_glob() to a better place; regen api files.
2905      Branch: perl
2906            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
2907 ____________________________________________________________________________
2908 [  8100] By: jhi                                   on 2000/12/13  16:47:11
2909         Log: Metaconfig change for #8099.
2910      Branch: metaconfig
2911            ! U/modified/Head.U
2912 ____________________________________________________________________________
2913 [  8099] By: jhi                                   on 2000/12/13  16:46:48
2914         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
2915              From: Andy Dougherty <doughera@lafayette.edu>
2916              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
2917              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
2918      Branch: perl
2919            ! Configure
2920 ____________________________________________________________________________
2921 [  8098] By: jhi                                   on 2000/12/13  16:39:02
2922         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
2923              From: rspier@pobox.com (Robert Spier)
2924              Date: Tue, 12 Dec 2000 21:12:39 -0500
2925              Message-ID: <14902.56087.678086.725773@rls.cx>
2926              
2927              fastgetcwd is defined using a glob alias on a $^O dependent basis -
2928              and there was no default assignment or perl subroutine.
2929      Branch: perl
2930            ! lib/Cwd.pm
2931 ____________________________________________________________________________
2932 [  8097] By: jhi                                   on 2000/12/13  16:16:01
2933         Log: Subject: [PATCH] move startglob out of pp_hot.c
2934              From: Nicholas Clark <nick@ccl4.org>
2935              Date: Mon, 11 Dec 2000 23:16:39 +0000
2936              Message-ID: <20001211231638.A55550@plum.flirble.org>
2937      Branch: perl
2938            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
2939 ____________________________________________________________________________
2940 [  8096] By: jhi                                   on 2000/12/13  15:26:23
2941         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
2942              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
2943              Date: Wed, 13 Dec 2000 14:01:37 +0100
2944              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
2945              
2946              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
2947              in turn requires libpthread in libswanted.
2948      Branch: perl
2949            ! hints/hpux.sh
2950 ____________________________________________________________________________
2951 [  8095] By: jhi                                   on 2000/12/12  19:51:05
2952         Log: The integration wars continue.
2953      Branch: perl
2954           !> sv.c
2955 ____________________________________________________________________________
2956 [  8094] By: jhi                                   on 2000/12/12  19:48:26
2957         Log: Subject: [PATCH perl@8070] DB_File-1.74  
2958              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
2959              Date: Mon, 11 Dec 2000 23:07:17 -0000
2960              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
2961      Branch: perl
2962            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
2963            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
2964            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
2965            ! t/lib/db-recno.t
2966 ____________________________________________________________________________
2967 [  8093] By: nick                                  on 2000/12/12  19:42:13
2968         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
2969      Branch: perlio
2970            ! sv.c
2971           !> lib/File/DosGlob.pm
2972 ____________________________________________________________________________
2973 [  8092] By: jhi                                   on 2000/12/12  19:28:11
2974         Log: Integrate perlio.
2975      Branch: perl
2976           !> sv.c
2977 ____________________________________________________________________________
2978 [  8091] By: nick                                  on 2000/12/12  18:49:45
2979         Log: Fix for Tk, and upgrading shared SVs.
2980      Branch: perlio
2981            ! sv.c
2982 ____________________________________________________________________________
2983 [  8090] By: jhi                                   on 2000/12/12  16:48:59
2984         Log: Subject: [PATCH] Re: Breadperl & Tk
2985              From: Nick Ing-Simmons <nik@tiuk.ti.com>
2986              Date: Tue, 12 Dec 2000 14:48:27 GMT
2987              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
2988      Branch: perl
2989            ! sv.c
2990 ____________________________________________________________________________
2991 [  8089] By: jhi                                   on 2000/12/12  03:37:19
2992         Log: Subject: DosGlob.pm diff for bash style brace expansion.
2993              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
2994              Date: Fri, 8 Dec 2000 10:45:30 -0600
2995              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
2996      Branch: perl
2997            ! lib/File/DosGlob.pm
2998 ____________________________________________________________________________
2999 [  8088] By: nick                                  on 2000/12/11  23:59:59
3000         Log: Integrate mainline
3001      Branch: perlio
3002           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
3003           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
3004           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
3005           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
3006           !> t/op/local.t t/pragma/warn/toke toke.c
3007 ____________________________________________________________________________
3008 [  8087] By: jhi                                   on 2000/12/11  23:20:23
3009         Log: Integrate perlio.
3010      Branch: perl
3011           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
3012 ____________________________________________________________________________
3013 [  8086] By: jhi                                   on 2000/12/11  22:50:59
3014         Log: Tune further the OS detection of CGI.
3015      Branch: perl
3016            ! lib/CGI.pm
3017 ____________________________________________________________________________
3018 [  8085] By: nick                                  on 2000/12/11  22:50:46
3019         Log: Finish 1st pass of "encoding" layer e.g. :
3020              open($fh,"<encoding(iso8859-7)",$greek) || die;
3021      Branch: perlio
3022            ! ext/Encode/Encode.xs perlio.c perliol.h
3023 ____________________________________________________________________________
3024 [  8084] By: jhi                                   on 2000/12/11  22:32:06
3025         Log: Revert the -f ambiguousity patch, seems to cause
3026              too much hassle (the interpret -Q as a function
3027              where Q is not a known filetest part is left in).
3028      Branch: perl
3029            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
3030            ! toke.c
3031 ____________________________________________________________________________
3032 [  8083] By: jhi                                   on 2000/12/11  22:27:23
3033         Log: (accidentally empty check-in)
3034      Branch: perl
3035            ! lib/File/DosGlob.pm
3036 ____________________________________________________________________________
3037 [  8082] By: nick                                  on 2000/12/11  19:09:51
3038         Log: Restore mmap function (broken by tweaks to shared buffer
3039              layer for encode(xxxx)).
3040      Branch: perlio
3041            ! perlio.c
3042 ____________________________________________________________________________
3043 [  8081] By: jhi                                   on 2000/12/11  18:29:13
3044         Log: Subject: Re: The long awaited feature ...
3045              From: Simon Cozens <simon@cozens.net>
3046              Date: Mon, 11 Dec 2000 15:54:24 +0000
3047              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
3048              
3049              More io/utf8 tests.
3050      Branch: perl
3051            ! t/io/utf8.t
3052 ____________________________________________________________________________
3053 [  8080] By: jhi                                   on 2000/12/11  18:19:36
3054         Log: Subject: PATCH MakeMaker manpage clarification
3055              From: andreas.koenig@anima.de (Andreas J. Koenig)
3056              Date: 10 Dec 2000 20:46:13 +0100
3057              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
3058      Branch: perl
3059            ! lib/ExtUtils/MakeMaker.pm
3060 ____________________________________________________________________________
3061 [  8079] By: jhi                                   on 2000/12/11  15:35:07
3062         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
3063              From: Simon Cozens <simon@cozens.net>
3064              Date: Sun, 10 Dec 2000 19:06:19 +0000
3065              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
3066      Branch: perl
3067            ! ext/B/B/Deparse.pm t/lib/b.t
3068 ____________________________________________________________________________
3069 [  8078] By: jhi                                   on 2000/12/11  15:09:11
3070         Log: Subject: [PATCH] docs on NaN
3071              From: Nicholas Clark <nick@ccl4.org>
3072              Date: Mon, 11 Dec 2000 01:48:38 +0000
3073              Message-ID: <20001211014838.B99205@plum.flirble.org>
3074      Branch: perl
3075            ! pod/perlop.pod
3076 ____________________________________________________________________________
3077 [  8077] By: jhi                                   on 2000/12/11  15:02:21
3078         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
3079              From: Simon Cozens <simon@cozens.net>
3080              Date: Mon, 11 Dec 2000 01:21:45 +0000
3081              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
3082      Branch: perl
3083            ! pp.c pp_hot.c scope.c t/op/local.t
3084 ____________________________________________________________________________
3085 [  8076] By: nick                                  on 2000/12/10  20:43:32
3086         Log: Not merge worthy...
3087              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
3088              syntax is modelled on attributes.
3089              Untested fix for io/utf8 on Win32 etc.
3090              Very clumsy start to the encode layer.
3091      Branch: perlio
3092            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
3093 ____________________________________________________________________________
3094 [  8075] By: jhi                                   on 2000/12/10  18:39:33
3095         Log: Darwin is not Windows.
3096      Branch: perl
3097            ! lib/CGI.pm
3098 ____________________________________________________________________________
3099 [  8074] By: jhi                                   on 2000/12/10  18:31:27
3100         Log: Subject: Ambiguous -%c() resolved as a file test
3101              From: "Paul Marquess" <Paul.Marquess@openwave.com>
3102              Date: Sun, 10 Dec 2000 15:35:07 -0000
3103              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
3104      Branch: perl
3105            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
3106 ____________________________________________________________________________
3107 [  8073] By: jhi                                   on 2000/12/10  18:16:29
3108         Log: Subject: PATCH installperl misinformed 
3109              From: andreas.koenig@anima.de (Andreas J. Koenig)
3110              Date: 10 Dec 2000 13:01:32 +0100 
3111              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
3112      Branch: perl
3113            ! installperl
3114 ____________________________________________________________________________
3115 [  8072] By: jhi                                   on 2000/12/10  18:07:55
3116         Log: The walkoptree confusion rages; walkoptree() seems to be coming
3117              from B.xs, while walkoptree_slow() comes from B.pm.
3118      Branch: perl
3119            ! ext/B/B.pm
3120 ____________________________________________________________________________
3121 [  8071] By: nick                                  on 2000/12/10  11:45:47
3122         Log: Integrate mainline
3123      Branch: perlio
3124           +> t/base/commonsense.t
3125           !> (integrate 37 files)
3126 ____________________________________________________________________________
3127 [  8070] By: jhi                                   on 2000/12/10  04:46:21
3128         Log: Update Changes.
3129      Branch: perl
3130            ! Changes patchlevel.h
3131 ____________________________________________________________________________
3132 [  8069] By: jhi                                   on 2000/12/10  04:39:19
3133         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
3134              From: andreas.koenig@anima.de (Andreas J. Koenig)
3135              Date: 09 Dec 2000 17:14:25 +0100
3136              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
3137      Branch: perl
3138            + t/base/commonsense.t
3139            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
3140 ____________________________________________________________________________
3141 [  8068] By: jhi                                   on 2000/12/10  04:17:36
3142         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
3143              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
3144              Date: Sat, 9 Dec 2000 16:47:22 -0000
3145              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
3146      Branch: perl
3147            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
3148            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
3149            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
3150            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
3151            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
3152            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
3153            ! t/lib/sdbm.t
3154 ____________________________________________________________________________
3155 [  8067] By: jhi                                   on 2000/12/10  03:52:02
3156         Log: Test case for #8066.
3157      Branch: perl
3158            ! t/op/misc.t
3159 ____________________________________________________________________________
3160 [  8066] By: jhi                                   on 2000/12/10  03:50:30
3161         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
3162              From: Simon Cozens <simon@cozens.net>
3163              Date: Sun, 10 Dec 2000 00:55:37 +0000
3164              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
3165      Branch: perl
3166            ! pp_sys.c
3167 ____________________________________________________________________________
3168 [  8065] By: jhi                                   on 2000/12/10  03:44:52
3169         Log: Test case for #8064.
3170      Branch: perl
3171            ! t/comp/proto.t
3172 ____________________________________________________________________________
3173 [  8064] By: jhi                                   on 2000/12/10  03:42:32
3174         Log: Subject: Re: prototype of substr
3175              From: Simon Cozens <simon@cozens.net>
3176              Date: Sun, 10 Dec 2000 00:13:33 +0000
3177              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
3178              
3179              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
3180      Branch: perl
3181            ! pp.c
3182 ____________________________________________________________________________
3183 [  8063] By: jhi                                   on 2000/12/10  03:39:42
3184         Log: Subject: [PATCH] perlguts.pod
3185              From: Simon Cozens <simon@cozens.net>
3186              Date: Sun, 10 Dec 2000 00:06:47 +0000
3187              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
3188              
3189              Documentation of the different types of ops,
3190              plus the functions in dump.c
3191      Branch: perl
3192            ! pod/perlguts.pod
3193 ____________________________________________________________________________
3194 [  8062] By: jhi                                   on 2000/12/10  03:30:04
3195         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
3196              From: Nicholas Clark <nick@talking.bollo.cx>
3197              Date: Sat, 09 Dec 2000 18:57:25 +0000
3198              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
3199              
3200              Be more robust in weird hostname setups.
3201      Branch: perl
3202            ! t/lib/net-hostent.t
3203 ____________________________________________________________________________
3204 [  8061] By: jhi                                   on 2000/12/10  03:28:21
3205         Log: Pacify fussy compiler. 
3206      Branch: perl
3207            ! pp_sys.c
3208 ____________________________________________________________________________
3209 [  8060] By: jhi                                   on 2000/12/10  02:52:46
3210         Log: Integrate perlio.
3211      Branch: perl
3212           !> pp_sys.c t/io/utf8.t
3213 ____________________________________________________________________________
3214 [  8059] By: nick                                  on 2000/12/09  23:40:14
3215         Log: read/sysread/recv should now be utf8 aware.
3216              Basic test for utf8 read.
3217      Branch: perlio
3218            ! pp_sys.c t/io/utf8.t
3219 ____________________________________________________________________________
3220 [  8058] By: jhi                                   on 2000/12/09  21:56:02
3221         Log: Integrate perlio.
3222      Branch: perl
3223           +> t/io/utf8.t
3224           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
3225 ____________________________________________________________________________
3226 [  8057] By: jhi                                   on 2000/12/09  21:53:35
3227         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
3228              From: Inaba Hiroto <inaba@st.rim.or.jp>
3229              Date: Sun, 10 Dec 2000 05:53:21 +0900
3230              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
3231              
3232              Tests for #8056.
3233      Branch: perl
3234            ! t/op/each.t
3235 ____________________________________________________________________________
3236 [  8056] By: jhi                                   on 2000/12/09  21:51:16
3237         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
3238              From: Inaba Hiroto <inaba@st.rim.or.jp>
3239              Date: Sat, 09 Dec 2000 18:02:00 +0900
3240              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
3241              
3242              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
3243      Branch: perl
3244            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
3245 ____________________________________________________________________________
3246 [  8055] By: nick                                  on 2000/12/09  20:11:48
3247         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
3248              than raw PerlIO_write() - does not seem to break any tests.
3249      Branch: perlio
3250            ! pp_sys.c
3251 ____________________________________________________________________________
3252 [  8054] By: nick                                  on 2000/12/09  19:47:30
3253         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
3254              (sysread, recv and write i.e. formats still to do...)
3255              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
3256              open($fh,">:utf8","name")
3257              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
3258              so no extra overhead is involved.
3259              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
3260              to a non-utf8 stream.
3261              Add initial io/utf8.t
3262              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
3263              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
3264              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
3265      Branch: perlio
3266            + t/io/utf8.t
3267            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
3268 ____________________________________________________________________________
3269 [  8053] By: nick                                  on 2000/12/09  19:26:37
3270         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
3271              was only testing this_utf8.
3272      Branch: perlio
3273            ! toke.c
3274 ____________________________________________________________________________
3275 [  8052] By: nick                                  on 2000/12/09  19:09:41
3276         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
3277              i.e. the output string has one, but don't mess with source assumption.
3278      Branch: perlio
3279            ! toke.c
3280 ____________________________________________________________________________
3281 [  8051] By: jhi                                   on 2000/12/09  16:55:17
3282         Log: Integrate perlio.
3283      Branch: perl
3284           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
3285           !> sv.c thrdvar.h util.c
3286 ____________________________________________________________________________
3287 [  8050] By: jhi                                   on 2000/12/09  16:48:07
3288         Log: Nits noticed by Peter Prymmer.
3289      Branch: perl
3290            ! lib/ExtUtils/MM_VMS.pm
3291 ____________________________________________________________________________
3292 [  8049] By: nick                                  on 2000/12/09  13:49:40
3293         Log: UTF8 output prework.
3294              - Store $\ and $, as SVs so they can have SvUTF8 flag
3295              - use do_print() rather than raw PerlIO_write() to print them.
3296      Branch: perlio
3297            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
3298            ! thrdvar.h util.c
3299 ____________________________________________________________________________
3300 [  8048] By: nick                                  on 2000/12/09  12:30:43
3301         Log: Integrate mainline.
3302      Branch: perlio
3303           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
3304           +> t/op/reverse.t
3305           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
3306           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
3307           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
3308           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
3309           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
3310           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
3311 ____________________________________________________________________________
3312 [  8047] By: jhi                                   on 2000/12/09  00:23:27
3313         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
3314              From: Michael G Schwern <schwern@pobox.com>
3315              Date: Fri, 8 Dec 2000 14:43:04 -0600
3316      Branch: perl
3317            ! lib/ExtUtils/MM_VMS.pm
3318 ____________________________________________________________________________
3319 [  8046] By: jhi                                   on 2000/12/08  23:10:27
3320         Log: A missed check-in.
3321      Branch: perl
3322            ! lib/ExtUtils/Manifest.pm
3323 ____________________________________________________________________________
3324 [  8045] By: jhi                                   on 2000/12/08  21:57:12
3325         Log: (null check-in)
3326      Branch: perl
3327            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
3328 ____________________________________________________________________________
3329 [  8044] By: jhi                                   on 2000/12/08  21:11:06
3330         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
3331              at the final draft stage.
3332      Branch: perl
3333            + ext/Encode/Encode/iso8859-16.enc
3334            ! MANIFEST
3335 ____________________________________________________________________________
3336 [  8043] By: jhi                                   on 2000/12/08  16:39:04
3337         Log: Update Changes.
3338      Branch: perl
3339            ! Changes patchlevel.h
3340 ____________________________________________________________________________
3341 [  8042] By: jhi                                   on 2000/12/08  16:33:39
3342         Log: Do not return the Unicode replacement character if UTF-8
3343              decoding goes awry, it should be up to the caller to decide.
3344      Branch: perl
3345            ! pod/perlapi.pod utf8.c
3346 ____________________________________________________________________________
3347 [  8041] By: jhi                                   on 2000/12/08  16:22:28
3348         Log: metaconfig maintenance.
3349      Branch: metaconfig
3350            ! U/modified/stdchar.U
3351      Branch: metaconfig/U/perl
3352            + testsyml.U
3353 ____________________________________________________________________________
3354 [  8040] By: jhi                                   on 2000/12/08  16:03:08
3355         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
3356              From: sthoenna@efn.org
3357              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
3358              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
3359      Branch: perl
3360            ! Changes lib/ExtUtils/MM_OS2.pm
3361 ____________________________________________________________________________
3362 [  8039] By: jhi                                   on 2000/12/08  15:57:11
3363         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
3364              From: Simon Cozens <simon@cozens.net>
3365              Date: Fri, 8 Dec 2000 13:33:31 +0000
3366              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
3367              
3368              (The pp_hot part needed a rewrite.)
3369      Branch: perl
3370            ! doop.c pp_hot.c utf8.c
3371 ____________________________________________________________________________
3372 [  8038] By: jhi                                   on 2000/12/08  15:25:08
3373         Log: Subject: djSP
3374              From: Michael Stevens <michael@etla.org>
3375              Date: Wed, 6 Dec 2000 23:24:01 +0000
3376              Message-ID: <20001206232400.A21381@firedrake.org>
3377              
3378              Plus a note from Nick Ing-Simmons.
3379      Branch: perl
3380            ! pp.h
3381 ____________________________________________________________________________
3382 [  8037] By: jhi                                   on 2000/12/08  15:18:35
3383         Log: Filetype is text.
3384      Branch: perl
3385            ! t/op/utf8decode.t
3386 ____________________________________________________________________________
3387 [  8036] By: jhi                                   on 2000/12/08  03:31:27
3388         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
3389              From: Andy Dougherty <doughera@lafayette.edu>
3390              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
3391              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
3392              
3393              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
3394              From: Andy Dougherty <doughera@lafayette.edu>
3395              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
3396              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
3397      Branch: perl
3398            + ext/POSIX/hints/svr4.pl
3399            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
3400 ____________________________________________________________________________
3401 [  8035] By: jhi                                   on 2000/12/08  03:26:01
3402         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
3403              From: Andy Dougherty <doughera@lafayette.edu>
3404              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
3405              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
3406      Branch: perl
3407            ! t/README t/base/term.t
3408 ____________________________________________________________________________
3409 [  8034] By: jhi                                   on 2000/12/08  03:21:59
3410         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
3411              From: mjd@plover.com  
3412              Date: 7 Dec 2000 21:04:20 -0000
3413              Message-ID: <20001207210420.22282.qmail@plover.com>
3414              
3415              Plus -z doc.
3416      Branch: perl
3417            ! pod/perlfunc.pod
3418 ____________________________________________________________________________
3419 [  8033] By: jhi                                   on 2000/12/08  03:19:03
3420         Log: Use the UTF8 macros a bit.  They can't be used with abandon
3421              everywhere because we do generate illegal UTF-8 in some situations.
3422              This is of course naughty.
3423      Branch: perl
3424            ! pod/perlapi.pod utf8.c utf8.h
3425 ____________________________________________________________________________
3426 [  8032] By: jhi                                   on 2000/12/08  03:00:09
3427         Log: Out of sync?
3428      Branch: perl
3429            ! t/pragma/warn/utf8
3430 ____________________________________________________________________________
3431 [  8031] By: jhi                                   on 2000/12/08  02:22:39
3432         Log: Cnt spl.
3433      Branch: perl
3434            ! MANIFEST
3435 ____________________________________________________________________________
3436 [  8030] By: jhi                                   on 2000/12/08  01:23:54
3437         Log: Add test for reverse().
3438      Branch: perl
3439            + t/op/reverse.t
3440            ! MANIFEST
3441 ____________________________________________________________________________
3442 [  8029] By: jhi                                   on 2000/12/08  01:21:47
3443         Log: Integrate perlio.
3444      Branch: perl
3445           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
3446           !> perlio.c perlio.h perlsdio.h warnings.pl
3447 ____________________________________________________________________________
3448 [  8028] By: jhi                                   on 2000/12/08  01:19:08
3449         Log: Introduce macros for UTF8 decoding.
3450      Branch: perl
3451            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
3452 ____________________________________________________________________________
3453 [  8027] By: nick                                  on 2000/12/07  22:18:19
3454         Log: Integrate mainline
3455      Branch: perlio
3456           !> embed.pl pod/perlapi.pod utf8.c
3457 ____________________________________________________________________________
3458 [  8026] By: nick                                  on 2000/12/07  21:45:08
3459         Log: Various oddities p4 diff -se showed up
3460              Remove 'our' from warnings.pl
3461      Branch: perlio
3462            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
3463 ____________________________________________________________________________
3464 [  8025] By: nick                                  on 2000/12/07  21:43:32
3465         Log: Change PerlIO_(get|set)pos to take SV *
3466              Should fix, OS/2, VMS, (sfio??)
3467      Branch: perlio
3468            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
3469 ____________________________________________________________________________
3470 [  8024] By: jhi                                   on 2000/12/07  19:05:32
3471         Log: Document utf8_to_uv() better.
3472      Branch: perl
3473            ! pod/perlapi.pod utf8.c
3474 ____________________________________________________________________________
3475 [  8023] By: jhi                                   on 2000/12/07  18:23:47
3476         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
3477      Branch: perl
3478            ! embed.pl pod/perlapi.pod utf8.c
3479 ____________________________________________________________________________
3480 [  8022] By: jhi                                   on 2000/12/07  04:13:51
3481         Log: Integrate perlio.
3482      Branch: perl
3483           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
3484           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
3485           !> win32/makefile.mk
3486 ____________________________________________________________________________
3487 [  8021] By: nick                                  on 2000/12/07  00:28:14
3488         Log: Various attempts at MSVC debug - not sure what has
3489              changed but works now. 
3490              Seems atexit() _may_ work for DLLs built with MSVC so don't
3491              call cleanup that way.
3492      Branch: perlio
3493            ! perlio.c win32/makefile.mk
3494 ____________________________________________________________________________
3495 [  8020] By: nick                                  on 2000/12/06  19:57:20
3496         Log: Integrate mainline
3497      Branch: perlio
3498           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
3499           !> (integrate 75 files)
3500 ____________________________________________________________________________
3501 [  8019] By: nick                                  on 2000/12/06  19:28:21
3502         Log: Add useperlio to config.vc
3503              Turn off binmode in config_H.PL
3504              Regen all the config_H.xx
3505              Attempt to get debugging build with MSVC.
3506      Branch: perlio
3507            ! win32/config.vc win32/config_H.bc win32/config_H.gc
3508            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
3509 ____________________________________________________________________________
3510 [  8018] By: nick                                  on 2000/12/06  19:21:57
3511         Log: Test various dup/external program options on all platforms.
3512      Branch: perlio
3513            ! t/io/dup.t
3514 ____________________________________________________________________________
3515 [  8017] By: nick                                  on 2000/12/06  19:20:47
3516         Log: Fix harness to be less picky
3517      Branch: perlio
3518            ! lib/Test/Harness.pm
3519 ____________________________________________________________________________
3520 [  8016] By: jhi                                   on 2000/12/06  16:45:12
3521         Log: Update Changes.
3522      Branch: perl
3523            ! Changes patchlevel.h
3524 ____________________________________________________________________________
3525 [  8015] By: jhi                                   on 2000/12/06  16:41:03
3526         Log: Test \x{...} with ord().
3527      Branch: perl
3528            ! t/op/ord.t
3529 ____________________________________________________________________________
3530 [  8014] By: jhi                                   on 2000/12/06  16:20:33
3531         Log: Test tweak because of #8013.
3532      Branch: perl
3533            ! t/lib/b.t
3534 ____________________________________________________________________________
3535 [  8013] By: jhi                                   on 2000/12/06  16:09:09
3536         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
3537              From: Michael G Schwern <schwern@pobox.com>
3538              Date: Tue, 5 Dec 2000 21:23:28 -0500
3539              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
3540              
3541              Carp::Heavy parts not very applicable because of recent changes.
3542      Branch: perl
3543            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
3544            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
3545            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
3546            ! lib/Exporter.pm lib/Exporter/Heavy.pm
3547            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
3548            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
3549            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
3550            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
3551            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
3552            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
3553            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
3554            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
3555            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
3556            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
3557            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
3558            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
3559            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
3560            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
3561            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
3562            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
3563            ! warnings.pl
3564 ____________________________________________________________________________
3565 [  8012] By: jhi                                   on 2000/12/06  15:22:38
3566         Log: Subject: [PATCH] Re: New harness is failing things
3567              From: Nick Ing-Simmons <nik@tiuk.ti.com>
3568              Date: Wed, 6 Dec 2000 13:00:30 GMT
3569              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
3570      Branch: perl
3571            ! lib/Test/Harness.pm
3572 ____________________________________________________________________________
3573 [  8011] By: jhi                                   on 2000/12/06  15:12:08
3574         Log: Subject: installhtml changes
3575              From: Michael Stevens <michael@etla.org>
3576              Date: Wed, 6 Dec 2000 13:15:53 +0000
3577              Message-ID: <20001206131553.A27317@firedrake.org>
3578      Branch: perl
3579            ! installhtml
3580 ____________________________________________________________________________
3581 [  8010] By: jhi                                   on 2000/12/06  15:06:05
3582         Log: Subject: the dTHR hits
3583              From: Michael Stevens <michael@etla.org>
3584              Date: Wed, 6 Dec 2000 12:06:03 +0000
3585              Message-ID: <20001206120603.A24581@firedrake.org>
3586              
3587              More, errrm, less dTHRs.
3588      Branch: perl
3589            ! bytecode.pl ext/B/B/C.pm
3590 ____________________________________________________________________________
3591 [  8009] By: jhi                                   on 2000/12/06  15:04:25
3592         Log: Subject: MakeMaker mailing list gone?
3593              From: Michael G Schwern <schwern@pobox.com>
3594              Date: Tue, 5 Dec 2000 19:29:59 -0500
3595              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
3596              
3597              The MakeMaker mailing list is dead, perlbug is the right
3598              address to report bugs.
3599      Branch: perl
3600            ! lib/ExtUtils/MakeMaker.pm
3601 ____________________________________________________________________________
3602 [  8008] By: jhi                                   on 2000/12/06  15:00:32
3603         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
3604              From: Michael G Schwern <schwern@pobox.com>
3605              Date: Tue, 5 Dec 2000 19:21:21 -0500
3606              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
3607              
3608              Add a default MANIFEST skip that ignores things like
3609              version control files, editor temporary files, and the Makefile.
3610      Branch: perl
3611            + lib/ExtUtils/MANIFEST.SKIP
3612            ! MANIFEST lib/ExtUtils/Manifest.pm
3613 ____________________________________________________________________________
3614 [  8007] By: jhi                                   on 2000/12/06  14:57:20
3615         Log: In Amiga more manual hackery of the scripts seems to be needed,
3616              from Jan-Erik Karlsson.  Why Configure does not get this right
3617              is unknown, may be shell-induced.
3618      Branch: perl
3619            ! README.amiga
3620 ____________________________________________________________________________
3621 [  8006] By: jhi                                   on 2000/12/05  23:53:12
3622         Log: Add TOPm1s to peek at the second topmost stack item.
3623      Branch: perl
3624            ! pp.h
3625 ____________________________________________________________________________
3626 [  8005] By: jhi                                   on 2000/12/05  23:13:55
3627         Log: Avaunt, you foul UTF-8 tests.
3628      Branch: perl
3629            ! t/op/ver.t t/pragma/utf8.t
3630 ____________________________________________________________________________
3631 [  8004] By: jhi                                   on 2000/12/05  23:09:54
3632         Log: Continue utf8 dispersal. 
3633      Branch: perl
3634            + t/op/concat.t
3635            ! MANIFEST t/pragma/utf8.t
3636 ____________________________________________________________________________
3637 [  8003] By: nick                                  on 2000/12/05  23:02:39
3638         Log: Integrate mainline.
3639      Branch: perlio
3640           +> t/op/length.t t/op/utf8decode.t
3641           !> (integrate 69 files)
3642 ____________________________________________________________________________
3643 [  8002] By: jhi                                   on 2000/12/05  22:59:28
3644         Log: Integrate perlio.
3645      Branch: perl
3646           !> iperlsys.h perl.c perlio.c win32/perllib.c
3647 ____________________________________________________________________________
3648 [  8001] By: nick                                  on 2000/12/05  22:07:52
3649         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
3650              - calloc/free suffer from damage on TerminateThread()
3651              - use PerlMemShared (as originally planned) now fixed
3652              - avoid doing anything important on DLL "detach".
3653      Branch: perlio
3654            ! perl.c perlio.c win32/perllib.c
3655 ____________________________________________________________________________
3656 [  8000] By: nick                                  on 2000/12/05  21:05:09
3657         Log: Fix gross PerlMemShared issue.
3658      Branch: perlio
3659            ! iperlsys.h
3660 ____________________________________________________________________________
3661 [  7999] By: jhi                                   on 2000/12/05  20:46:58
3662         Log: Test for Unicode (UTF-8) hash keys.
3663      Branch: perl
3664            ! t/op/each.t
3665 ____________________________________________________________________________
3666 [  7998] By: jhi                                   on 2000/12/05  20:30:35
3667         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
3668              is now always UTF-8), empty line cosmetics.
3669      Branch: perl
3670            ! t/pragma/utf8.t
3671 ____________________________________________________________________________
3672 [  7997] By: jhi                                   on 2000/12/05  20:15:40
3673         Log: Subject: Re: STRLEN - what?
3674              From: Andy Dougherty <doughera@lafayette.edu>
3675              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
3676              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
3677              
3678              Explain STRLEN.
3679      Branch: perl
3680            ! pod/perlguts.pod
3681 ____________________________________________________________________________
3682 [  7996] By: jhi                                   on 2000/12/05  20:13:34
3683         Log: Split off the UTF-8 decoder tests, make them to check also
3684              the error message.
3685      Branch: perl
3686            + t/op/utf8decode.t
3687            ! MANIFEST t/pragma/utf8.t utf8.c
3688 ____________________________________________________________________________
3689 [  7995] By: jhi                                   on 2000/12/05  16:39:47
3690         Log: Start migrating bits of pragma/utf8 to elsewhere
3691              (since the long term plan is to obsolete 'use utf8').
3692      Branch: perl
3693            + t/op/length.t
3694            ! MANIFEST t/pragma/utf8.t
3695 ____________________________________________________________________________
3696 [  7994] By: jhi                                   on 2000/12/05  16:30:21
3697         Log: Fix a manual edit typo from #7993, fix the message formatting
3698              for Unicode, add few our declarations.
3699      Branch: perl
3700            ! lib/Carp/Heavy.pm
3701 ____________________________________________________________________________
3702 [  7993] By: jhi                                   on 2000/12/05  16:09:15
3703         Log: Subject: Need help with warnings :-(
3704              From: "Ben Tilly" <ben_tilly@hotmail.com>
3705              Date: Tue, 05 Dec 2000 01:35:54 -0500
3706              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
3707              
3708              Subject: UPDATE: Carp/Heavy now passes all tests
3709              From: "Ben Tilly" <ben_tilly@hotmail.com>
3710              Date: Tue, 05 Dec 2000 07:59:41 -0500
3711              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
3712              
3713              The Brave New Carp.
3714      Branch: perl
3715            ! lib/Carp.pm lib/Carp/Heavy.pm
3716 ____________________________________________________________________________
3717 [  7992] By: jhi                                   on 2000/12/05  15:55:08
3718         Log: Subject: [PATCH perl@7979] cygwin port
3719              From: "Eric Fifer" <efifer@dircon.co.uk>
3720              Date: Tue, 5 Dec 2000 14:04:09 -0000
3721              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
3722      Branch: perl
3723            ! t/lib/net-hostent.t
3724 ____________________________________________________________________________
3725 [  7991] By: jhi                                   on 2000/12/05  15:52:34
3726         Log: Subject: Re: [PATCH] The largest hoax of all times?
3727              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3728              Date: Tue, 5 Dec 2000 00:40:25 -0500
3729              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
3730              
3731              Subject: Re: [PATCH] The largest hoax of all times?
3732              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3733              Date: Mon, 4 Dec 2000 23:55:53 -0500
3734              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
3735              
3736              Subject: Re: [PATCH] The largest hoax of all times?
3737              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3738              Date: Tue, 5 Dec 2000 01:28:45 -0500
3739              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
3740              
3741              Fix the unpredictable order of DESTROYs.
3742      Branch: perl
3743            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
3744            ! sv.c sv.h t/op/ref.t
3745 ____________________________________________________________________________
3746 [  7990] By: jhi                                   on 2000/12/05  14:38:53
3747         Log: Subject: [PATCH] shrink pp_hot fractionally
3748              From: Nicholas Clark <nick@ccl4.org>
3749              Date: Tue, 5 Dec 2000 12:44:31 +0000
3750              Message-ID: <20001205124431.E74518@plum.flirble.org>
3751              
3752              Use report_evil_fh().
3753      Branch: perl
3754            ! opcode.pl opnames.h pp_hot.c util.c
3755 ____________________________________________________________________________
3756 [  7989] By: jhi                                   on 2000/12/05  14:21:27
3757         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
3758              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
3759              Date: Mon, 04 Dec 2000 22:21:59 -0800
3760              Message-ID: <HmIL6gzkgepS092yn@efn.org>
3761              
3762              Harness shouldn't ignore responses like "ok 3\r\r\n".
3763      Branch: perl
3764            ! lib/Test/Harness.pm
3765 ____________________________________________________________________________
3766 [  7988] By: jhi                                   on 2000/12/05  13:51:28
3767         Log: Integrate the "skip" messages to explain().
3768      Branch: perl
3769            ! t/lib/syslfs.t t/op/lfs.t
3770 ____________________________________________________________________________
3771 [  7987] By: jhi                                   on 2000/12/05  12:34:54
3772         Log: The one that got away in #7984.
3773              
3774              Subject: Re: dTHR - what and why?
3775              From: Michael Stevens <michael@etla.org> 
3776              Date: Tue, 5 Dec 2000 11:15:52 +0000
3777              Message-ID: <20001205111552.A4647@firedrake.org>
3778      Branch: perl
3779            ! sv.h
3780 ____________________________________________________________________________
3781 [  7986] By: gsar                                  on 2000/12/05  09:14:44
3782         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
3783              due to the notorious GetFileType() bug in Windows 9x, which fstat()
3784              tickles)
3785      Branch: perl
3786            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
3787 ____________________________________________________________________________
3788 [  7985] By: jhi                                   on 2000/12/05  05:49:03
3789         Log: Integrate perlio.
3790      Branch: perl
3791           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
3792           !> win32/perlhost.h win32/perllib.c
3793 ____________________________________________________________________________
3794 [  7984] By: jhi                                   on 2000/12/05  05:48:16
3795         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
3796      Branch: perl
3797            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
3798            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
3799            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
3800            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
3801            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
3802            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
3803            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
3804            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
3805            ! win32/win32.c
3806 ____________________________________________________________________________
3807 [  7983] By: nick                                  on 2000/12/04  23:27:43
3808         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
3809      Branch: perlio
3810            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
3811            ! win32/perlhost.h win32/perllib.c
3812 ____________________________________________________________________________
3813 [  7982] By: jhi                                   on 2000/12/04  19:44:09
3814         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
3815              uncovered by #7980.
3816      Branch: perl
3817            ! op.c
3818 ____________________________________________________________________________
3819 [  7981] By: jhi                                   on 2000/12/04  19:42:07
3820         Log: Subject: [PATCH] Trivial dump.c feature
3821              From: Simon Cozens <simon@cozens.net>
3822              Date: Mon, 4 Dec 2000 18:08:38 +0000
3823              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
3824              
3825              Show whether a constant is UTF-8.
3826      Branch: perl
3827            ! dump.c
3828 ____________________________________________________________________________
3829 [  7980] By: jhi                                   on 2000/12/04  19:36:51
3830         Log: UTF-8 hash keys, patch from Inaba Hiroto.
3831      Branch: perl
3832            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
3833 ____________________________________________________________________________
3834 [  7979] By: jhi                                   on 2000/12/04  17:36:28
3835         Log: Update Changes.
3836      Branch: perl
3837            ! Changes patchlevel.h
3838 ____________________________________________________________________________
3839 [  7978] By: jhi                                   on 2000/12/04  16:42:17
3840         Log: Retract #7977, still too volatile (the euphemism of the day
3841              for unfinished and buggy :-)
3842      Branch: perl
3843            ! doop.c hv.c pp.c sv.h
3844 ____________________________________________________________________________
3845 [  7977] By: jhi                                   on 2000/12/04  16:25:15
3846         Log: (Retracted by #7978, too shaky yet.)
3847              
3848              Subject: Re: utf8 in hash keys, implementor missing
3849              From: Simon Cozens <simon@cozens.net>
3850              Date: Sat, 2 Dec 2000 19:49:35 +0000
3851              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
3852              
3853              The first step at UTF-8 hash keys.
3854      Branch: perl
3855            ! doop.c hv.c pp.c sv.h
3856 ____________________________________________________________________________
3857 [  7976] By: jhi                                   on 2000/12/04  16:13:53
3858         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
3859              From: sthoenna@efn.org
3860              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
3861              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
3862      Branch: perl
3863            ! os2/os2.c perlio.c
3864 ____________________________________________________________________________
3865 [  7975] By: jhi                                   on 2000/12/04  16:05:25
3866         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
3867              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
3868              Date: Thu, 30 Nov 2000 20:50:37 -0800
3869              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
3870      Branch: perl
3871            ! os2/os2.c
3872 ____________________________________________________________________________
3873 [  7974] By: jhi                                   on 2000/12/04  16:03:57
3874         Log: Subject: [PATCH] ++ 20% faster
3875              From: Nicholas Clark <nick@ccl4.org>
3876              Date: Mon, 4 Dec 2000 12:17:27 +0000
3877              Message-ID: <20001204121726.B52976@plum.flirble.org>
3878              
3879              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
3880      Branch: perl
3881            ! sv.c
3882 ____________________________________________________________________________
3883 [  7973] By: jhi                                   on 2000/12/04  16:00:48
3884         Log: 
3885              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
3886              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3887              Date: Mon, 04 Dec 2000 12:30:45 +0100
3888              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
3889              
3890              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
3891              library (getprotobyname and getprotobynumber are outversioned by
3892              the same calls in libc, at least for xlc version 3.
3893      Branch: perl
3894            ! hints/aix.sh
3895 ____________________________________________________________________________
3896 [  7972] By: jhi                                   on 2000/12/04  02:58:31
3897         Log: Integrate perlio.
3898      Branch: perl
3899           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
3900           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
3901           !> win32/win32.h win32/win32iop.h win32/win32thread.h
3902 ____________________________________________________________________________
3903 [  7971] By: nick                                  on 2000/12/04  00:24:33
3904         Log: Quieten some noise in Win32 builds:
3905              - win32.h is included after <sys/socket.h>, so need to 
3906              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
3907              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
3908      Branch: perlio
3909            ! doio.c perl.h toke.c win32/win32.h
3910 ____________________________________________________________________________
3911 [  7970] By: nick                                  on 2000/12/03  22:57:46
3912         Log: PERL_IMPLICIT_SYS compiles but does not work.
3913      Branch: perlio
3914            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
3915            ! win32/perlhost.h win32/perllib.c win32/win32.h
3916            ! win32/win32iop.h win32/win32thread.h
3917 ____________________________________________________________________________
3918 [  7969] By: jhi                                   on 2000/12/03  22:12:58
3919         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
3920              used to swash_init(), makes regprop() dumps more informative
3921              (+utf8::IsAlpha, -utf8::IsDigit, for example).
3922      Branch: perl
3923            ! regcomp.c regexec.c
3924 ____________________________________________________________________________
3925 [  7968] By: jhi                                   on 2000/12/03  21:39:56
3926         Log: Implement ANYOFUTF8 regprop() dumping.
3927      Branch: perl
3928            ! regcomp.c
3929 ____________________________________________________________________________
3930 [  7967] By: jhi                                   on 2000/12/03  20:57:19
3931         Log: Make uv_to_utf8() to zero-terminate its output buffer,
3932              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
3933      Branch: perl
3934            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
3935 ____________________________________________________________________________
3936 [  7966] By: nick                                  on 2000/12/03  18:41:21
3937         Log: Integrate mainline (STDCHAR)
3938      Branch: perlio
3939           !> Configure t/pragma/utf8.t
3940 ____________________________________________________________________________
3941 [  7965] By: jhi                                   on 2000/12/03  17:58:20
3942         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
3943      Branch: perl
3944            ! t/pragma/utf8.t
3945 ____________________________________________________________________________
3946 [  7964] By: jhi                                   on 2000/12/03  17:35:56
3947         Log: Integrate perlio.
3948      Branch: perl
3949           !> iperlsys.h perlio.c
3950 ____________________________________________________________________________
3951 [  7963] By: jhi                                   on 2000/12/03  17:33:55
3952         Log: Metaconfig unit change for #7962.
3953      Branch: metaconfig
3954            ! U/modified/stdchar.U
3955 ____________________________________________________________________________
3956 [  7962] By: jhi                                   on 2000/12/03  17:33:27
3957         Log: Untangle the <stdio.h> #include nest for the stdchar test,
3958              from Andy Dougherty.
3959      Branch: perl
3960            ! Configure
3961 ____________________________________________________________________________
3962 [  7961] By: nick                                  on 2000/12/03  16:53:00
3963         Log: Make iperlsys.h vector stdio not PerlIO.
3964      Branch: perlio
3965            ! iperlsys.h perlio.c
3966 ____________________________________________________________________________
3967 [  7960] By: nick                                  on 2000/12/03  14:43:01
3968         Log: Integrate mainline
3969      Branch: perlio
3970           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
3971           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
3972 ____________________________________________________________________________
3973 [  7959] By: jhi                                   on 2000/12/03  08:16:36
3974         Log: Use DO_UTF8().
3975      Branch: perl
3976            ! op.c
3977 ____________________________________________________________________________
3978 [  7958] By: jhi                                   on 2000/12/02  18:33:05
3979         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
3980              From: Mike Guy <mjtg@cam.ac.uk>         
3981              Date: Sat, 02 Dec 2000 17:27:13 +0000
3982              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
3983              
3984              An extraneous argument.
3985      Branch: perl
3986            ! toke.c
3987 ____________________________________________________________________________
3988 [  7957] By: jhi                                   on 2000/12/02  18:22:32
3989         Log: A missing hunk.
3990      Branch: perl
3991            ! t/lib/net-hostent.t
3992 ____________________________________________________________________________
3993 [  7956] By: jhi                                   on 2000/12/02  18:06:20
3994         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
3995              From: Nicholas Clark <nick@ccl4.org>
3996              Date: Sat, 2 Dec 2000 14:28:27 +0000
3997              Message-ID: <20001202142827.A12308@plum.flirble.org>
3998              
3999              Test robustness.
4000      Branch: perl
4001            ! t/lib/net-hostent.t
4002 ____________________________________________________________________________
4003 [  7955] By: jhi                                   on 2000/12/02  17:58:06
4004         Log: Metaconfig unit change for #7954.
4005      Branch: metaconfig
4006            ! U/modified/stdchar.U
4007 ____________________________________________________________________________
4008 [  7954] By: jhi                                   on 2000/12/02  17:54:32
4009         Log: An inconvenient hang would happen if the stdio _ptr wasn't
4010              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
4011              would be grepping stdin for all eternity for the _ptr.)
4012      Branch: perl
4013            ! Configure
4014 ____________________________________________________________________________
4015 [  7953] By: jhi                                   on 2000/12/02  00:07:15
4016         Log: Update Changes.
4017      Branch: perl
4018            ! Changes patchlevel.h
4019 ____________________________________________________________________________
4020 [  7952] By: jhi                                   on 2000/12/01  23:54:47
4021         Log: Subject: Re: long shell lines
4022              From: Andy Dougherty <doughera@lafayette.edu>
4023              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
4024              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
4025              
4026              Split overly long shell command lines.
4027      Branch: perl
4028            ! lib/ExtUtils/MM_Unix.pm
4029 ____________________________________________________________________________
4030 [  7951] By: jhi                                   on 2000/12/01  23:48:02
4031         Log: The metaconfig unit change for #7950.
4032      Branch: metaconfig
4033            + U/modified/stdchar.U
4034 ____________________________________________________________________________
4035 [  7950] By: jhi                                   on 2000/12/01  23:47:39
4036         Log: Try to find stdchar also from <stdio_impl.h>.
4037      Branch: perl
4038            ! Configure config_h.SH
4039 ____________________________________________________________________________
4040 [  7949] By: jhi                                   on 2000/12/01  23:46:45
4041         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
4042              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
4043              Date: Fri, 1 Dec 2000 16:26:08 -0500
4044              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
4045              
4046              Reword the diagnostic message.
4047      Branch: perl
4048            ! pod/perldiag.pod
4049 ____________________________________________________________________________
4050 [  7948] By: nick                                  on 2000/12/01  22:49:43
4051         Log: Integrate mainline (for s/y/m as sub names stuff).
4052      Branch: perlio
4053           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
4054           !> t/pragma/warn/toke toke.c
4055 ____________________________________________________________________________
4056 [  7947] By: jhi                                   on 2000/12/01  20:55:41
4057         Log: Integrate perlio.
4058      Branch: perl
4059           !> perlio.c perliol.h t/io/pipe.t
4060 ____________________________________________________________________________
4061 [  7946] By: jhi                                   on 2000/12/01  20:36:51
4062         Log: Upgrade to CPAN 1.59_51, from Andreas König.
4063      Branch: perl
4064            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
4065 ____________________________________________________________________________
4066 [  7945] By: nick                                  on 2000/12/01  20:31:32
4067         Log: Integrate mainline
4068      Branch: perlio
4069           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
4070           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
4071           +> t/lib/net-hostent.t
4072           !> (integrate 35 files)
4073 ____________________________________________________________________________
4074 [  7944] By: jhi                                   on 2000/12/01  20:23:29
4075         Log: Some help for 20001130.011.  Now one gets warnings like
4076              "Ambiguous -f() resolved as a file test ..."
4077      Branch: perl
4078            ! pod/perldiag.pod t/pragma/warn/toke toke.c
4079 ____________________________________________________________________________
4080 [  7943] By: jhi                                   on 2000/12/01  19:44:44
4081         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
4082              that also breaks using them as methods. 
4083      Branch: perl
4084            ! pod/perldiag.pod t/op/misc.t toke.c
4085 ____________________________________________________________________________
4086 [  7942] By: nick                                  on 2000/12/01  17:56:46
4087         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
4088              Make 'unix' pass most tests
4089              - do unread by temporary push of layer ("pending") holding unread chars
4090              - fast_gets is now based on per-handle flag
4091              - relax one of io/pipe.t tests to allow print to fail and close to
4092              succeed so that it passes on unbuffered "unix" layer.
4093              Remaining fail is sporadic and a genuine race condition between
4094              parent/child in fork test.
4095      Branch: perlio
4096            ! perlio.c perliol.h t/io/pipe.t
4097 ____________________________________________________________________________
4098 [  7941] By: jhi                                   on 2000/12/01  15:28:58
4099         Log: (Retracted by #7943.)
4100              
4101              Reserve the short named string operator names.
4102      Branch: perl
4103            ! pod/perldiag.pod t/op/misc.t toke.c
4104 ____________________________________________________________________________
4105 [  7940] By: jhi                                   on 2000/12/01  06:45:53
4106         Log: Get the three different space character classes right under utf8.
4107      Branch: perl
4108            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
4109            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
4110            ! regexec.c t/op/pat.t utf8.c
4111 ____________________________________________________________________________
4112 [  7939] By: jhi                                   on 2000/12/01  03:26:26
4113         Log: Two more tests that make no sense in UTF-8 since the test
4114              data is not in UTF-8.
4115      Branch: perl
4116            ! t/op/regexp.t
4117 ____________________________________________________________________________
4118 [  7938] By: jhi                                   on 2000/12/01  03:20:39
4119         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
4120              should it be required inside regexen?
4121      Branch: perl
4122            ! regcomp.c t/op/regmesg.t
4123 ____________________________________________________________________________
4124 [  7937] By: jhi                                   on 2000/12/01  02:58:53
4125         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
4126              stored and restored, and thusly was trounced by the utf8 swash
4127              routines.
4128      Branch: perl
4129            ! regcomp.c
4130 ____________________________________________________________________________
4131 [  7936] By: jhi                                   on 2000/11/30  20:41:39
4132         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
4133              Why the different platforms behave so differently (core dump vs
4134              no core dump) on this bug is a but of a mystery, but if I had to
4135              guess I would mumble something like 'alignment'.
4136      Branch: perl
4137            ! sv.c
4138 ____________________________________________________________________________
4139 [  7935] By: jhi                                   on 2000/11/30  16:17:02
4140         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
4141              From: Robin Barker <rmb1@cise.npl.co.uk>
4142              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
4143              Date: Thu, 30 Nov 2000 14:27:12 GMT
4144      Branch: perl
4145            ! perlio.c toke.c
4146 ____________________________________________________________________________
4147 [  7934] By: jhi                                   on 2000/11/30  16:04:49
4148         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
4149      Branch: perl
4150            ! t/lib/net-hostent.t
4151 ____________________________________________________________________________
4152 [  7933] By: jhi                                   on 2000/11/30  06:07:26
4153         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
4154              From: Peter Prymmer <pvhp@forte.com>
4155              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
4156              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
4157              
4158              In VMS the localhost may be LOCALHOST.
4159      Branch: perl
4160            ! t/lib/net-hostent.t
4161 ____________________________________________________________________________
4162 [  7932] By: jhi                                   on 2000/11/30  01:11:11
4163         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
4164              From: Peter Prymmer <pvhp@forte.com>
4165              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
4166              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
4167              
4168              plus regen perlapi.pod.
4169      Branch: perl
4170            ! pod/perlapi.pod utf8.c
4171 ____________________________________________________________________________
4172 [  7931] By: jhi                                   on 2000/11/30  01:06:19
4173         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
4174              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
4175              Date:     Wed, 29 Nov 2000 17:15:11 EST
4176              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
4177      Branch: perl
4178            ! t/lib/filter-util.pl t/lib/filter-util.t
4179 ____________________________________________________________________________
4180 [  7930] By: jhi                                   on 2000/11/29  18:51:55
4181         Log: Update Changes.
4182      Branch: perl
4183            ! Changes patchlevel.h
4184 ____________________________________________________________________________
4185 [  7929] By: jhi                                   on 2000/11/29  18:50:55
4186         Log: Update the va_copy() metaconfig unit.
4187      Branch: metaconfig/U/perl
4188            ! need_va_copy.U
4189 ____________________________________________________________________________
4190 [  7928] By: jhi                                   on 2000/11/29  17:50:43
4191         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
4192              From: Dominic Dunlop <domo@computer.org>
4193              Date: Tue, 28 Nov 2000 16:41:57 +0100
4194              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
4195              
4196              Patch to catch a core dump in the Configure va_copy test.
4197      Branch: perl
4198            ! Configure config_h.SH
4199 ____________________________________________________________________________
4200 [  7927] By: jhi                                   on 2000/11/29  17:31:59
4201         Log: Retract #7921, the patch shouldn't be needed.
4202      Branch: perl
4203            ! sv.c
4204 ____________________________________________________________________________
4205 [  7926] By: jhi                                   on 2000/11/29  17:01:41
4206         Log: Make the Class::Struct import() wiser.
4207      Branch: perl
4208            ! lib/Class/Struct.pm t/lib/class-struct.t
4209 ____________________________________________________________________________
4210 [  7925] By: jhi                                   on 2000/11/29  16:36:33
4211         Log: All the core library users of Class::Struct seem to be
4212              using "use Class::Struct 'struct';" instead of the bare
4213              "use Class::Struct;", which isn't documented in Class::Struct.
4214              This can't be right.
4215      Branch: perl
4216            ! lib/File/stat.pm
4217 ____________________________________________________________________________
4218 [  7924] By: jhi                                   on 2000/11/29  16:32:15
4219         Log: A test works better if it has the right 1..$n output.
4220      Branch: perl
4221            ! t/lib/class-struct.t
4222 ____________________________________________________________________________
4223 [  7923] By: jhi                                   on 2000/11/29  16:29:11
4224         Log: Forgot to MANIFEST the new Net::hostent test.
4225      Branch: perl
4226            ! MANIFEST
4227 ____________________________________________________________________________
4228 [  7922] By: jhi                                   on 2000/11/29  16:27:49
4229         Log: Integrate perlio.
4230      Branch: perl
4231           !> iperlsys.h perlio.c
4232 ____________________________________________________________________________
4233 [  7921] By: jhi                                   on 2000/11/29  16:27:10
4234         Log: (Retracted by #7927.)
4235              
4236              Subject: [PATCH] Is infinity a number?
4237              From: Simon Cozens <simon@cozens.net>
4238              Date: Wed, 29 Nov 2000 14:48:20 +0000
4239              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
4240      Branch: perl
4241            ! sv.c
4242 ____________________________________________________________________________
4243 [  7920] By: jhi                                   on 2000/11/29  16:23:02
4244         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
4245              From: rspier@pobox.com (Robert Spier)
4246              Date: Wed, 29 Nov 2000 02:17:49 -0500
4247              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
4248              
4249              Add a test for Net::hostent.
4250      Branch: perl
4251            + t/lib/net-hostent.t
4252 ____________________________________________________________________________
4253 [  7919] By: jhi                                   on 2000/11/29  16:21:31
4254         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
4255              add a test for Class::Struct.
4256      Branch: perl
4257            + t/lib/class-struct.t
4258            ! MANIFEST lib/Class/Struct.pm
4259 ____________________________________________________________________________
4260 [  7918] By: jhi                                   on 2000/11/29  15:48:40
4261         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
4262              From: rspier@pobox.com (Robert Spier)
4263              Date: Wed, 29 Nov 2000 02:25:39 -0500
4264              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
4265              
4266              More checking in case someone has broken their services or
4267              protocol databases.
4268      Branch: perl
4269            ! ext/Sys/Syslog/Syslog.pm
4270 ____________________________________________________________________________
4271 [  7917] By: jhi                                   on 2000/11/29  15:46:25
4272         Log: Subject: [PATCH] $^O  win32 -> MSWin32
4273              From: rspier@pobox.com (Robert Spier)
4274              Date: Wed, 29 Nov 2000 02:17:38 -0500
4275              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
4276              
4277              plus similar nits for vms, err, VMS, and UNICOS.
4278      Branch: perl
4279            ! t/lib/syslfs.t t/op/lfs.t
4280 ____________________________________________________________________________
4281 [  7916] By: jhi                                   on 2000/11/29  15:42:51
4282         Log: Subject: [PATCH] Tokeniser debugging
4283              From: Simon Cozens <simon@cozens.net>
4284              Date: Wed, 29 Nov 2000 14:15:45 +0000
4285              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
4286      Branch: perl
4287            ! perl.c perl.h pod/perlrun.pod toke.c
4288 ____________________________________________________________________________
4289 [  7915] By: jhi                                   on 2000/11/29  15:41:36
4290         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
4291              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4292              Date: Wed, 29 Nov 2000 02:13:14 -0500
4293              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
4294              
4295              OUT keyword nits.
4296              
4297              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
4298              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4299              Date: Wed, 29 Nov 2000 03:09:04 -0500
4300              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
4301              
4302              OUT and IN_OUT documentation.
4303      Branch: perl
4304            ! lib/ExtUtils/xsubpp pod/perlxs.pod
4305 ____________________________________________________________________________
4306 [  7914] By: jhi                                   on 2000/11/29  03:35:01
4307         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
4308              From: John Tobey <jtobey@john-edwin-tobey.org>
4309              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
4310              Message-Id: <m140e1N-000FOoC@feynman.localnet>
4311              
4312              plus a performance speedup noticed by Sarathy.
4313      Branch: perl
4314            ! op.c
4315 ____________________________________________________________________________
4316 [  7913] By: jhi                                   on 2000/11/29  03:16:59
4317         Log: Use "1 while unlink" so that VMS gets clean, too.
4318      Branch: perl
4319            ! t/lib/filter-util.t
4320 ____________________________________________________________________________
4321 [  7912] By: jhi                                   on 2000/11/29  03:09:08
4322         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
4323              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4324              Date: Tue, 28 Nov 2000 03:27:09 -0500
4325              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
4326      Branch: perl
4327            ! lib/ExtUtils/xsubpp
4328 ____________________________________________________________________________
4329 [  7911] By: jhi                                   on 2000/11/29  03:06:30
4330         Log: This should have been part of #7872: no need to scan UTF-8
4331              until eternity.
4332      Branch: perl
4333            ! utf8.c
4334 ____________________________________________________________________________
4335 [  7910] By: jhi                                   on 2000/11/29  02:50:04
4336         Log: One more perltie.pod nit from Casey R. Tweten.
4337      Branch: perl
4338            ! pod/perltie.pod
4339 ____________________________________________________________________________
4340 [  7909] By: jhi                                   on 2000/11/29  02:44:23
4341         Log: Document the known sprintf test failures, exact standard
4342              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
4343      Branch: perl
4344            ! pod/perldelta.pod t/op/sprintf.t
4345 ____________________________________________________________________________
4346 [  7908] By: jhi                                   on 2000/11/29  02:36:23
4347         Log: Add the Encoding table format documentation.
4348      Branch: perl
4349            + ext/Encode/Encode/EncodeFormat.pod
4350            ! MANIFEST
4351 ____________________________________________________________________________
4352 [  7907] By: jhi                                   on 2000/11/29  02:07:24
4353         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
4354              From: "Casey R. Tweten" <crt@kiski.net>
4355              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
4356              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
4357              
4358              Subject: Re: [PATCH] Updating perltie.pod for arrays
4359              From: "Casey R. Tweten" <crt@kiski.net>
4360              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
4361              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
4362      Branch: perl
4363            ! pod/perltie.pod
4364 ____________________________________________________________________________
4365 [  7906] By: nick                                  on 2000/11/28  22:40:59
4366         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
4367      Branch: perlio
4368            ! iperlsys.h perlio.c
4369 ____________________________________________________________________________
4370 [  7905] By: nick                                  on 2000/11/28  22:04:34
4371         Log: Integrate mainline
4372      Branch: perlio
4373           !> (integrate 39 files)
4374 ____________________________________________________________________________
4375 [  7904] By: jhi                                   on 2000/11/28  16:44:43
4376         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
4377              From: Nicholas Clark <nick@babyhippo.co.uk>
4378              Date: Tue, 28 Nov 2000 11:16:57 +0000
4379              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
4380      Branch: perl
4381            ! pod/perlipc.pod
4382 ____________________________________________________________________________
4383 [  7903] By: jhi                                   on 2000/11/28  16:40:31
4384         Log: Subject: [PATCH] Updating perltie.pod for arrays
4385              From: "Casey R. Tweten" <crt@kiski.net>
4386              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
4387              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
4388      Branch: perl
4389            ! pod/perltie.pod
4390 ____________________________________________________________________________
4391 [  7902] By: jhi                                   on 2000/11/28  16:39:37
4392         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
4393              From: Robin Barker <rmb1@cise.npl.co.uk>
4394              Date: Mon, 27 Nov 2000 17:56:44 GMT
4395              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
4396      Branch: perl
4397            ! pod/perlfunc.pod t/op/split.t
4398 ____________________________________________________________________________
4399 [  7901] By: jhi                                   on 2000/11/28  16:28:04
4400         Log: setmode() is a DOSish-only thing.
4401      Branch: perl
4402            ! perlio.c
4403 ____________________________________________________________________________
4404 [  7900] By: jhi                                   on 2000/11/28  16:21:46
4405         Log: Subject: [PATCH] perlcc.PL cleanups
4406              From: Simon Cozens <simon@cozens.net>
4407              Date: Tue, 28 Nov 2000 12:44:35 +0000
4408              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
4409      Branch: perl
4410            ! utils/perlcc.PL
4411 ____________________________________________________________________________
4412 [  7899] By: gsar                                  on 2000/11/28  06:32:55
4413         Log: reintegrate files missed by change#7895
4414      Branch: maint-5.6/perl
4415           +> ext/ByteLoader/bytecode.h utils/Makefile
4416            - utils/perlbc.PL
4417 ____________________________________________________________________________
4418 [  7897] By: gsar                                  on 2000/11/27  18:22:47
4419         Log: can't integrate these two files, for some reason
4420      Branch: maint-5.6/perl
4421            - ext/ByteLoader/bytecode.h utils/Makefile
4422 ____________________________________________________________________________
4423 [  7895] By: gsar                                  on 2000/11/27  18:11:21
4424         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
4425              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
4426              6757..6890,6892..6901 from mainline
4427              
4428              Bytecompiler patches from Benjamin Stuhl.
4429              
4430              More bytecompiler.
4431              
4432              Subject: [PATCH blead] B:: missing dependency
4433              
4434              Subject: [PATCH: 6757] configure.com updates and syslog build
4435              
4436              Long double Gconvert fixes from Yitzchak Scott-Thoennes
4437              and Spider Boardman.
4438              
4439              Subject: [PATCH blead] nextchar() abuse misses an optimisation
4440              
4441              Long double fixes from Spider Boardman.
4442              
4443              Make the selection of NVff et al stricter.
4444              
4445              cSVOPo_*v things index into the current PL_curpad
4446              under ithreads, which is different from the curpad
4447              used by the XSUB.  (In other words, the code as-is
4448              before this patch wouldn't work under ithreads.)
4449              
4450              Be portable.
4451              
4452              VMS MMS (make) wants null action.
4453              
4454              Mac and other portability updates from Chris Nandor.
4455              
4456              Storable support, v-version fixes.
4457              Subject: CPAN.pm beta for testing available
4458              
4459              Portability fix from Hugo van der Sanden.
4460              
4461              Bad makefile.
4462              
4463              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
4464              
4465              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
4466              
4467              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
4468              
4469              Replace #6705 with a minimal doc patch.
4470              Subject: [PATCH 5.6.0] replace change #6705
4471              
4472              Drop the separate perlbc, perlcc -b should be enough.
4473              
4474              installperl couldn't tell whether it had run tests or not.
4475              Subject: [PATCH] Re: installperl and t/TEST
4476              
4477              Add silencer flags to installperl.
4478              Subject: [PATCH] Making installperl silent.
4479              
4480              Make "make install" by default silent.  A new "install-verbose"
4481              target is verbose.
4482              
4483              More liberal parsing of version numbers.
4484              Subject: Re: CPAN.pm beta for testing available
4485              
4486              Create directories in silence.
4487              Subject: [PATCH] Another silencer for MakeMaker
4488              
4489              DOS patches and portability/porting notes, from Tim Jenness.
4490              
4491              Make installman to recognize the silence flag -S.
4492              
4493              Actually do something with the silencer option.
4494              
4495              Continue silencing.
4496              
4497              Show the doc file, not the temp file.
4498              
4499              Regen perltoc.
4500              
4501              Subject: [PATCH] More silencing of installman.
4502              
4503              Better wording for the vec lvalue diagnostic.
4504              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
4505              
4506              Subject: [PATCH: 6805] several more tweaks to configure.com
4507              
4508              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
4509              
4510              Missing parts of 
4511              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
4512              
4513              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
4514              (applied slightly modified)
4515              
4516              installperl --verbose and --silent.
4517              Subject: Re: [PATCH] More silencing of installman.
4518              
4519              Add install-silent target.
4520              
4521              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
4522              the problem reported in
4523              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
4524              
4525              Tweak the sfio/useperlio logic, hopefully as wished in
4526              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
4527              
4528              One forgotten file from #6816.
4529              
4530              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
4531              
4532              Remove duplicately applied patch shards.
4533              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
4534              
4535              Support preserving extremely big/small angles.
4536              
4537              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
4538              
4539              Subject: [PATCH] installation not quite silent yet.
4540              
4541              Update the test count.
4542              
4543              Use UVxf, PTR2UV, NVff.
4544              
4545              Document PTR2XX and INT2PTR.
4546              
4547              no-install target a la make -n.
4548              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
4549              
4550              grep -e isn't portable.
4551              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
4552              
4553              Can't get the test to reliably work thanks to the
4554              inaccurateness of floating point.  "Resolves" bug ids
4555              20000826.003, 20000826.009, 20000826.010,
4556              
4557              Subject: installman buglet
4558              
4559              DJGPP update from Laszlo Molnar.
4560              
4561              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
4562              
4563              Passing -R in ldflags makes now it to appear in the default
4564              for lddlflags, just like with -L.
4565              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
4566              
4567              Test nit.
4568              
4569              Use the actual thread type, not the pointer-to-struct.
4570              
4571              Provice virtual $Config{ccflags_nolargefiles} etc. 
4572              
4573              display_format used as a class method without arguments was broken,
4574              reported in
4575              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
4576              
4577              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
4578              
4579              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
4580              
4581              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
4582              
4583              opmini.o may be left around if a build is interrupted.
4584              
4585              Typo in #6858.
4586              
4587              Fix for ID 20000828.001, long doubles were not formatted
4588              correctly (showed up in $], which stopped installing perl).
4589              
4590              An attempt to fix the problem reported in
4591              Subject: Building perl@6856 using gcc/AIX 4.3.3 
4592              I can't test this properly since the gcc installation I have
4593              access to seems to be botched (gcc is calling the AIX cpp,
4594              a losing proposition...)
4595              
4596              Add -ld to archname on long tr...double platforms.
4597              
4598              Subject: hv.h Doc Patch
4599              
4600              Potential cruft.
4601              
4602              Subject: [PATCH bleedperl@6856] warnings fixes
4603              
4604              -S is the silent flag, -s is the strip flag.
4605              Subject: [PATCH] Re: [PATCH] make no-install          
4606              
4607              Take out the SUIDMAIL thing, that will not be
4608              a problem in 5.7.*.
4609              
4610              Subject: [PATCH bleedperl@6866] spellings
4611              
4612              Subject: [PATCH] Re: files not cleaned even by veryclean
4613              
4614              Use minimal @INC in tests, most of the time just '../lib',
4615              so that we simply can't pick up stuff from other Perls than
4616              the one we are testing.  Pointed out by
4617              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
4618              
4619              Update to Getopt::Long 2.24, from Johan Vromans.
4620              
4621              Fix for thinko in #6848.
4622              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
4623              
4624              Patches all over for people and the files they (hopefully) care about.
4625              
4626              Subject: Net::protoent does not export 'getproto'
4627              
4628              Missed a change in #6869.
4629              
4630              Subject: [PATCH] Warnings in B::Deparse
4631              
4632              Subject: [PATCH] Glob dumping
4633              
4634              Disable one of the tests for now.
4635              
4636              Disabling the one test is a bit tricky.
4637              
4638              Don't forget to tidy up.
4639              
4640              The #6881 removed one dump line.
4641              
4642              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
4643              
4644              Under usethreads the dumped variable is IN_PAD.
4645              Subject: Re: [PATCH] Glob dumping
4646              
4647              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
4648              
4649              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
4650              
4651              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
4652              
4653              Regen Configure for #6894.
4654              
4655              Subject: [PATCH: 6889] updates to perlebcdic.pod
4656              
4657              Undo namespace pollution of #6878.
4658              Subject: Re: Net::protoent does not export 'getproto'
4659              
4660              Admit that we are leaking scalars.
4661              
4662              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
4663      Branch: maint-5.6/perl
4664           !> (integrate 271 files)
4665 ____________________________________________________________________________
4666 [  7894] By: gsar                                  on 2000/11/27  16:00:34
4667         Log: a couple of nits
4668      Branch: maint-5.6/perl
4669            ! MANIFEST pp_sys.c
4670 ____________________________________________________________________________
4671 [  7893] By: gsar                                  on 2000/11/27  15:10:56
4672         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
4673              6740..6745,6747..6757,6760
4674              
4675              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
4676              
4677              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
4678              
4679              Doc nits spotted by Richard Soderberg.
4680              
4681              move WNOHANG definition to where other such things are
4682              
4683              Make $Config{byteorder} more magical so that it is
4684              dynamically computed: nice for 'fat binaries'.
4685              Subject: [PATCH]: default byteorder
4686              
4687              Subject: [PATCH] Cwd.pm now uses strict
4688              
4689              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
4690              
4691              Get -DLEAKTEST to compile (not necessarily to work, mind)
4692              Subject: [ID 20000724.006] -DLEAKTEST problem
4693              
4694              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
4695              
4696              Add perlebcdic from Peter Prymmer, regen toc.
4697              
4698              Don't propose using modules built for 5.005 if no binary
4699              compatibility with 5.005 is attempted.
4700              
4701              Do not use prototyping here.
4702              Subject: [ID 20000817.016] [PATCH] Peek.xs
4703              
4704              Document what the backtick returns if the command fails.
4705              
4706              Add byteorder to the myconfig output.
4707              
4708              Introduce NVef, NVff, and NVgf, use the middle one.
4709              (helps for lib/peek + Linux + long doubles)  Reported in
4710              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
4711              Use NVs in POSIX math, not doubles.
4712              Subject: [ID 20000817.014] POSIX & modfl
4713              
4714              Subject: [PATCH 5.6.0+] newSVrv() memory leak
4715              
4716              The byteorder code in #6671 was wrong.
4717              
4718              Fix the lib/complex failure of
4719              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
4720              Linux long double accuracy issue: something that
4721              when printed with %g looks like "2" but int() of it is 1.
4722              
4723              Propagate new Configure vars.
4724              
4725              Unbuffer the output.
4726              
4727              Subject: [PATCH] perltrap.pod spring cleaning
4728              
4729              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
4730              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
4731              
4732              Tiny Getopt::Long patch from Johan Vromans.
4733              
4734              Document code point which makes if (defined %stash::) to work
4735              (noted by Spider Boardman).
4736              
4737              Subject: [PATCH perl@6698] cygwin port
4738              
4739              Document the NDBM_File and ODBM_File as SDBM_File
4740              was documented in #6417.
4741              
4742              The new tests were missing from #6415.
4743              
4744              Add [[:blank:]] as suggested in
4745              Subject: [ID 20000716.024] [=cc=] / [:blank:]
4746              (the [=cc=] has already been taken care of by #6439
4747              so the whole bug report can be closed)
4748              and make [[:space:]] to be equivalent to isspace(3)
4749              (as opposed to \s, which is isSPACE()).  The difference
4750              is that now [[:space:]] matches the mythical vertical tab,
4751              while \s doesn't.
4752              
4753              Don't eat leading os from index entries.
4754              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
4755              
4756              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
4757              
4758              Typo in pp_complement().
4759              Subject: [PATCH perl-current] Deparse
4760              
4761              Add warnif(), check warnings further up the stack,
4762              all the warnings functions now can take an optional object reference.
4763              Subject: [PATCH bleedperl@6691] warnings pragma update
4764              
4765              Fix a core dump in lib/selfloader under -DDEBUGGING.
4766              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
4767              
4768              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
4769              
4770              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
4771              
4772              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
4773              Put back the long double avoidance code to POSIX.xs
4774              because VMS seems to need it still.
4775              
4776              Introduce a 'veryclean' target that is like 'distclean'
4777              but also removes *~ and *.orig.
4778              
4779              Subject: [ID 20000817.023] endianness description in perlfunc.pod
4780              
4781              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
4782              
4783              Let's try #6717 again.
4784              
4785              UTF8 concat fixes.
4786              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
4787              
4788              pp_open() could pass an uninitialized filename down to do_open9().
4789              
4790              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
4791              
4792              Update to CGI 2.72, from Lincoln Stein.
4793              
4794              Subject: [PATCH] Silence MakeMaker (Was: installman)
4795              
4796              Use temporary directory instead of current directory.
4797              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
4798              
4799              Document odd vs even subreleases and -Dusedevel.
4800              
4801              The veryclean target needs to clobber.
4802              
4803              Use File::Spec->tmpdir().
4804              
4805              Document the number of exponent digits.
4806              
4807              Mention perlebcdic and perlposix-bc.
4808              
4809              s/this one/the 5.6.0 release/
4810              
4811              The #6724 is here.
4812              
4813              The correct cleaning order is an art.
4814              
4815              small tweaks for change#6705: avoid C++ style comments in C code;
4816              use Perl's malloc API rather than the low level system one
4817              
4818              Array context keeps slithering in.
4819              
4820              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
4821              
4822              Subject: [PATCH] os2.c fix for use64bitint
4823              
4824              Update to Pod::LaTeX 0.53.
4825              Subject: [PATCH] lib/Pod/LaTeX.pm updates
4826              
4827              Document the endianness of Alpha more precisely.
4828              
4829              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
4830              
4831              Rename the macro argument because some preprocessors
4832              can't tell the difference and expand arguments also inside
4833              double quoted strings.
4834              
4835              free TLS slot properly on Windows
4836              
4837              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
4838              
4839              Unicos/mk requires elaborate paranoia.
4840              
4841              Tweak the floating point output routine preferences.
4842              
4843              Also under djgpp the timestamps are funky.
4844              
4845              Apply some PodParser 1.18 patches; the Pod/Find.pm
4846              patches cannot be applied since #6712 conflicts.
4847              
4848              Use PodParser 1.18 new test.
4849              
4850              A pod nit.
4851              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
4852              
4853              Be verydeepclean.
4854      Branch: maint-5.6/perl
4855           +> pod/perlebcdic.pod
4856           !> (integrate 106 files)
4857 ____________________________________________________________________________
4858 [  7892] By: jhi                                   on 2000/11/27  15:02:32
4859         Log: Update Changes.
4860      Branch: perl
4861            ! Changes patchlevel.h
4862 ____________________________________________________________________________
4863 [  7891] By: jhi                                   on 2000/11/27  14:57:23
4864         Log: Subject: Re: perlfaq style changes
4865              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
4866              Date: Sat, 25 Nov 2000 23:32:26 -0800
4867              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
4868              
4869              plus a note from Ronald Kimball.
4870      Branch: perl
4871            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
4872 ____________________________________________________________________________
4873 [  7890] By: jhi                                   on 2000/11/27  14:53:14
4874         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
4875              From: Benjamin Holzman <bah@ecnvantage.com>
4876              Date: Sun, 26 Nov 2000 16:27:33 -0500
4877              Message-ID: <20001126162733.J25040@ecnvantage.com>
4878      Branch: perl
4879            ! gv.c
4880 ____________________________________________________________________________
4881 [  7889] By: jhi                                   on 2000/11/27  14:43:11
4882         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
4883              From: lvirden@cas.org
4884              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
4885              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
4886      Branch: perl
4887            ! README.amiga
4888 ____________________________________________________________________________
4889 [  7888] By: jhi                                   on 2000/11/27  14:32:34
4890         Log: Restore also the locale test to no-sprintf-taint state.
4891              Fixes the bug 20001127.003.
4892      Branch: perl
4893            ! sv.c t/pragma/locale.t
4894 ____________________________________________________________________________
4895 [  7887] By: gsar                                  on 2000/11/27  14:13:05
4896         Log: integrate changes#6613..6616,6620..6665 from mainline
4897              
4898              VMS configure.com update continues.
4899              
4900              Subject: Test fails / warnings with perl-current #6612
4901              
4902              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
4903              
4904              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
4905              
4906              For now remove the mail code.
4907              
4908              Subject: Re: [PATCH] @+, @- readonly
4909              
4910              Subject: warning: storage class after type is obsolescent
4911              
4912              Subject: sfio2000
4913              
4914              Subject: Re: File::Temp problems on VMS in bleedperl
4915              
4916              README.os2 update.
4917              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
4918              
4919              Make the user to give up his firstborn, err, to knowingly
4920              verify installing an unstable developer release.  Also bump
4921              the release to 5.7.0, but leave a patch tag in the local
4922              patches saying that this is not yet the real thing.
4923              
4924              Update (kinda) to Test 1.14, from Joshua Pritikin.
4925              
4926              make ok etc also for win32.
4927              
4928              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
4929              
4930              Don't blow limited stacks, a lower number is enough to
4931              tickle the lookbehind limit.
4932              
4933              Use -Dusedevel; regen Configure and the respective Porting stuff.
4934              
4935              Subject: [PATCH] debugger exit code should reflect user exit code
4936              
4937              Subject: [PATCH perl@6620] cygwin port
4938              
4939              Missed a file from #6638.
4940              
4941              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)
4942              
4943              magic callbacks all need to have same type signature
4944              
4945              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
4946              
4947              Fix a dependency problem.
4948              Subject: [PATCH: 6640] VMS Makefile.SH update
4949              
4950              The numeric locale was reset to "C" by s?printf and never restored.
4951              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
4952              No test since adding the failing example to locale.t
4953              does not fail -- probably because the locale settings are so
4954              thoroughly tweaked by that time.  Running the example standalone
4955              does fail, though.  UPDATE: test case added at change #7540.
4956              
4957              Subject: [ID 20000324.040] minor fix to perlhpux.pod
4958              
4959              Update to CPAN 1.57.
4960              
4961              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
4962              
4963              Change the perlbug address to perl.org since it's more forgiving.
4964              
4965              Change the regx compilation error markers to use = instead of <
4966              since pod makes using the latter quite messy.  Reported in
4967              ID 20000814.006 by Abigail and in
4968              Subject: Unknown escape E<> ?
4969              
4970              Update to perldebtut 1.9, from Richard Foley.
4971              
4972              check that the number pseudo children doesn't exceed
4973              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
4974              the WaitForMultipleObjects() limit that would cause wait()
4975              to crash)
4976              wait() and waitpid() could potentially be rewritten to use
4977              more than one thread to do the waiting to eliminate this
4978              limitation
4979              
4980              change#6328 could make close(SOCKET) return false on windows
4981              when it shouldn't
4982              
4983              pod nit seen in passing
4984              
4985              on windows, the return values from wait() and waitpid() don't
4986              match those of pseudo-pids
4987              
4988              waitpid() now handles externally spawned pids correctly;
4989              fixes for backtick/wait/waitpid failures on Windows 9x
4990              these changes make the pid returned by process functions on
4991              Windows 9x always positive by clearing the high bit (which
4992              is always set on Win9x); pseudo-process PIDs are likewise
4993              always negative now on Win9x (just as on NT/2000)
4994              
4995              trailing new %ENV entries weren't being pushed into the real
4996              environment of subprocesses on Windows
4997              
4998              Tweak the regex compilation errors once more.
4999              
5000              avoid warnings from dense compiler
5001              
5002              add "ok" targets from change#6632 in makefile.mk
5003      Branch: maint-5.6/perl
5004            - lib/Pod/PlainText.pm vms/configure.com
5005           !> (integrate 66 files)
5006 ____________________________________________________________________________
5007 [  7886] By: jhi                                   on 2000/11/27  13:54:18
5008         Log: __FUNCTION__ isn't portable and trying to emulate it leads
5009              into practically spelling out the name of the function.
5010              Takes care of the bug 20001127.001.
5011      Branch: perl
5012            ! perlio.c
5013 ____________________________________________________________________________
5014 [  7885] By: gsar                                  on 2000/11/27  13:53:18
5015         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
5016              6610..6611 from mainline
5017              
5018              Make regular expression parse error messages easier to understand.
5019              Subject: Re: enhanced(?) regex error messages
5020              
5021              Tiny tidying on report_evil_fh().
5022              
5023              Subject: Re: enhanced(?) regex error messages 
5024              plus Capitalize the error messages, plus perldiag them.
5025              
5026              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
5027              
5028              Document here-doc better.
5029              
5030              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
5031              
5032              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
5033              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
5034              (either perlbug or p5p ate the original), plus regen
5035              perlapi and perltoc. 
5036              
5037              Regen global.sym.
5038              
5039              Double check that we have a dirhandle.
5040              
5041              Subject: Re: enhanced(?) regex error messages
5042              (plus two small patches sent privately)
5043              (this still seems to leave few test failures)
5044              
5045              warn is a macro, avoid using at a variable to avoid warnings
5046              in some configurations; readdir.t is too conservative in
5047              estimating number of *.t's
5048              
5049              Get back into sync with Jeffrey on the enhanced regex warnings.
5050              
5051              Subject: [PATCH 5.6.0] cygwin port
5052              
5053              Zero entries were skipped, fix from Adrian Goalby
5054              <argoalby@yahoo.co.uk>
5055              
5056              Subject: Remove dead entry in perldiag
5057              
5058              Amend the description of Perl6.
5059              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
5060              
5061              detypo
5062              
5063              It's the 2ndO'ROSSC.
5064              
5065              Revert the sv.c part of #6559, a better fix is needed.
5066              
5067              Iterating perl6 description.
5068              
5069              Update to Term::ANSIColor 1.03, from Russ Allbery.
5070              
5071              Update to Getopt::Long 2.23_05, from Johan Vromans.
5072              
5073              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
5074              
5075              Update to Pod::Parser 1.17, from Brad Appleton.
5076              
5077              Update to CPAN 1.56, from Andreas König.
5078              
5079              Update to CGI 2.70, from Lincoln Stein.
5080              
5081              Put back the std @INC thing.
5082              
5083              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
5084              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
5085              
5086              Document the IO::Select timeout.
5087              
5088              sleep(1) does not necessarily return 1.
5089              Subject: [PATCH bleadperl] op/lex_assign.t  
5090              
5091              Subject: debugger "d" command doesnt check line number
5092              
5093              B::Deparse didn't do sub attributes.
5094              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
5095              
5096              Preprocessing and postprocessing for File::Find.
5097              Subject: Patch to Find::File.pm to allow alphabetical results
5098              
5099              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
5100              
5101              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
5102              
5103              Subject: Re: [ID 20000730.003] utf8::length() bad
5104              
5105              Subject: Getting perlio and threads to compile
5106              (the Solaris version changes in Configure skipped)
5107              
5108              Tests for #6589.
5109              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
5110              
5111              Add Perl debugging tutorial, regen toc. 
5112              Subject: perldebtut.pod
5113              
5114              Add a few missing files, update MANIFEST.
5115              
5116              Rewrite of vms/subconfigure.com as configure.com,
5117              from Peter Prymmer and the vmsperl crew.
5118              
5119              Should have deleted this in #6603.
5120              
5121              Fix the test for 5005threads.
5122              
5123              Fix-n-skip the tests under 5005threads.
5124              
5125              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
5126              
5127              Upgrade to CGI 2.71, from Lincoln Stein.
5128      Branch: maint-5.6/perl
5129           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
5130           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
5131           +> t/op/regmesg.t t/pod/find.t vms/configure.com
5132            - vms/subconfigure.com
5133            ! lib/lib.pm
5134           !> (integrate 115 files)
5135 ____________________________________________________________________________
5136 [  7884] By: jhi                                   on 2000/11/27  13:44:33
5137         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
5138              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
5139              Date:     Mon, 27 Nov 2000 08:23:54 EST
5140              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
5141      Branch: perl
5142            ! vms/descrip_mms.template vms/test.com
5143 ____________________________________________________________________________
5144 [  7883] By: gsar                                  on 2000/11/27  11:50:46
5145         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
5146              6511..6513,6515..6523,6525..6536
5147              
5148              The swallow_bom() saga continues.  The #23 of require.t
5149              (UTF16-LE) still fails (silently, no output) but the #22
5150              (UTF16-BE) seems to be working now.  The root of the
5151              failure may be in sv_gets(): is it UTF-16LE-aware,
5152              especially when it comes to line endings? 
5153              
5154              Document the problem with -P in HP-UX and its workaround.
5155              
5156              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
5157              (aka ID 20000730.002)
5158              
5159              Subject: fix and question re: waitpid() under win32
5160              
5161              Make the safety catch for buggy gccs work with triple version
5162              numbers like 2.95.2.  Reported in
5163              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
5164              
5165              In Digital UNIX warn if gcc explicitly chosen because even
5166              2.95.2 is known to cause problems.
5167              
5168              Make chr() for values >127 to create utf8 when under utf8.
5169              
5170              various syntax errors and such (not fixed: comp/require.t#22 coredump
5171              on Windows)
5172              
5173              Stash away the largefiles flags and libswanted.
5174              
5175              BOM patching from Simon Cozens.
5176              
5177              If gccosandvers is equal to osname, clear gccosandvers.
5178              
5179              Make p4desc to skip non-mainperl branches by default.
5180              
5181              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
5182              
5183              The test from this
5184              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
5185              
5186              In new BSDs changes to argv[] do not show up in ps(1) output,
5187              instead one must use setproctitle().  This was already addressed
5188              by change #6457, but the below has a new variant for FreeBSD 4.0
5189              or later, and the matter is also documented more.
5190              
5191              FreeBSD 3.* updates from
5192              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
5193              
5194              regen_headers, regen perltoc.
5195              
5196              Document in one place the memory abstractions used in Perl core.
5197              
5198              memcpy has n o in it, as pinted ut by Sarathy.
5199              
5200              Remove the extraneous "main::" prefix from all the
5201              "opened only for", "on closed", and "never opened" warnings.
5202              
5203              The name of a filehandle does not have <these>.
5204              
5205              The tr utf8 patching continues.
5206              
5207              The new setproctitle() feature is available only in 
5208              bleeding edge FreeBSD.  From Paul Saab.
5209              
5210              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
5211              
5212              Dump UVs as UVs in Data::Dumper.
5213              
5214              detypo #6494
5215              
5216              Document the IVdf UVuf UVof UVxf.
5217              
5218              require.t needs binmode() to work on windows
5219              
5220              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
5221              that are hopefully soon put into use.
5222              
5223              Allow "no Module;" even if there is no 'unimport'.
5224              
5225              Better skip message for the test; one of the two problems in
5226              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
5227              
5228              The subtest 4 may fail also on VOBS, as pointed out
5229              by Nick Ing-Simmons in November 1999, bug id 19991124.003
5230              (but the failure in that bug report isn't the subtest 4).
5231              
5232              Be more informative on what is skipped and why,
5233              also repeat the list at the end.
5234              
5235              Add a URL for FSF.
5236              
5237              Subject: [PATCH] sv.h documentation - SvLEN
5238              
5239              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
5240              
5241              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
5242              
5243              Subject: [PATCH] bad cppsymbols on os2 + Configure question
5244              
5245              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
5246              
5247              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
5248              mention the idea of @( and @)
5249              
5250              This is 6512.  Really.
5251              
5252              Subject: [ID 19990721.004] Documentation bug in perlfunc
5253              
5254              Subject: Minor tweak to perlvar.pod
5255              
5256              In the warnings call filehandles consistently so;
5257              add "unopened" warning for stat().
5258              
5259              After the #6519 a warning about stat() is just that,
5260              not about a filetest, which now have their own warning.
5261              
5262              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
5263              
5264              Subject: Re: Array vs. List context
5265              
5266              Subject: New perlcc, take 2
5267              
5268              Weed buglets pointed out by
5269              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
5270              
5271              gcc versions might have (parentheses) in them.
5272              
5273              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
5274              
5275              Essential prototype changes were missing from #6527.
5276              Also make report_evil_fh() more bomb-proof.
5277              
5278              Zap lib/Sys directory when cleaning up.
5279              
5280              Change the Policy policy: now -Dprefix= with an existing
5281              Policy.sh and prefix == siteprefix == vendorprefix, then all
5282              of them follow along the new prefix.
5283              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
5284              
5285              Continue fixing the io warnings.  This also
5286              sort of fixes bug ID 20000802.003: the core dump
5287              is no more.  Whether the current behaviour is correct
5288              (giving a warning: "Not a format reference"), is another matter.
5289              
5290              Have symbols for the IoTYPEs.
5291              
5292              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
5293              
5294              Document a bit that UDP is not what you might think.
5295              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
5296              tr memory corruption fix from Simon Cozens.
5297              
5298              Plug the security hole described in the Aug 05 2000 bugtraq message
5299              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
5300              The security hole exists only in suidperls, which isn't
5301              installed or even built by default.
5302      Branch: maint-5.6/perl
5303           !> (integrate 71 files)
5304 ____________________________________________________________________________
5305 [  7882] By: gsar                                  on 2000/11/27  10:25:36
5306         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
5307              from mainline
5308              
5309              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
5310              to be fatal errors (instead of by default ignoring them, and
5311              ignoring with a bug: even though -w gave an error, the opening [
5312              was left in)  Reported in:
5313              
5314              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
5315              
5316              Subject: [PATCH] split /^/
5317              
5318              MacOS nits from Matthias Neeracher.
5319              
5320              More split() doc and test patches from Mike Guy.
5321              
5322              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
5323              from Graham Barr in the module list.
5324              
5325              docfix from Peter Scott <Peter@PSDT.com>.
5326              
5327              File::Temp patches for VMS and OS/2 from Tim Jenness.
5328              
5329              open() wariness in perlbug.
5330              
5331              Subject: [PATCH] minor doc change - perlguts
5332              
5333              Subject: Minor doc patch: handy.h
5334              
5335              Be wary of close()s, too.
5336              
5337              Further File::Temp patches from Yitzchak Scott-Thoennes
5338              and Craig A. Berry.
5339              
5340              Subject: [PATCH] fixes bug 20000508.004
5341              
5342              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
5343              
5344              Allow "no AutoLoader;", based on change #6444,
5345              suggested by Graham Barr.
5346              
5347              Use setproctitle() if available to modify $0.
5348              
5349              Warn if the version of the operating system used to compile gcc
5350              differs from the current version of the operating system.
5351              Also display the gcc compilation os and version in myconfig.
5352              Inspiration from
5353              
5354              Tiny fixes for #6460.
5355              
5356              The problem described in this
5357              Subject: [ID 20000322.018] named chars aren't magical enough
5358              has been fixed in perl 5.6.0 but just in case added a test
5359              to keep it away.  (The report from Joseph Hall.)
5360              
5361              Tune the comments and hopefully stop a memory leak.
5362              
5363              Subject: UTF8 concat
5364              (with a memory leak fixed, plus a few casts added)
5365              This also seems to help for
5366              Subject: [ID 20000716.015] join UTF8 weirdness
5367              
5368              Do not upgrade SVs into utf8 just because they participate
5369              in eq or cmp.  Reported and fix suggested in
5370              Subject: [ID 20000720.009] sv_eq UTF8 bug
5371              
5372              Fix the HALF_UPGRADE() macro introduced in #6263.
5373              
5374              Find green threads before native threads.
5375              Subject: Re: Patch to jpl/JNI/Makefile.PL
5376      Branch: maint-5.6/perl
5377           !> (integrate 30 files)
5378 ____________________________________________________________________________
5379 [  7881] By: jhi                                   on 2000/11/27  05:48:41
5380         Log: It seems that *both* the unused submatch loop cleanup
5381              codes are needed.
5382      Branch: perl
5383            ! regexec.c
5384 ____________________________________________________________________________
5385 [  7880] By: jhi                                   on 2000/11/27  04:50:07
5386         Log: Clean .exists deeper.
5387      Branch: perl
5388            ! Makefile.SH
5389 ____________________________________________________________________________
5390 [  7879] By: jhi                                   on 2000/11/27  02:31:35
5391         Log: The code in regcppop() (see #7878) contains the correct lower
5392              limit for the unused submatch 'cleanup' loop so that under
5393              "use utf8" the following code wouldn't dump core:
5394              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
5395              the cleanup loop in regtry() stomped beyond allocated area
5396              in the startp[] array.  Therefore, copied the correct lower
5397              loop limit (*PL_reglastparen) to regtry().  Note: something
5398              may still not be quite right: why was the _higher_ loop limit
5399              (prog->nparens) different in the utf8 case?
5400              
5401              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
5402              without core dumps, there were about 17 of them before
5403              the patch (with us since Perl 5.7.0).  Two failures, still:
5404              496 and 505 (though these may not be severe).
5405              
5406              Patch #7881 is also needed since both the cleanup loops
5407              seem to be needed.
5408              
5409              Also, the t/op/pat#44 seems to core dump under utf8.
5410              Plus a couple of failures.  UGH-8.
5411      Branch: perl
5412            ! regexec.c
5413 ____________________________________________________________________________
5414 [  7878] By: jhi                                   on 2000/11/27  02:21:17
5415         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
5416              the code in regcppop() seems to be redundant for the test suite --
5417              but it contains a germ of truth, and it needed for the build
5418              process itself: see #7879 and #7881.
5419      Branch: perl
5420            ! regexec.c
5421 ____________________________________________________________________________
5422 [  7877] By: jhi                                   on 2000/11/27  01:53:09
5423         Log: Comment on comment.
5424      Branch: perl
5425            ! regexec.c
5426 ____________________________________________________________________________
5427 [  7876] By: jhi                                   on 2000/11/27  00:49:59
5428         Log: Adjust the docs to agree with #7875.
5429      Branch: perl
5430            ! pod/perllocale.pod
5431 ____________________________________________________________________________
5432 [  7875] By: jhi                                   on 2000/11/27  00:49:27
5433         Log: Retract #7863.  It makes more sense not to taint formatted output,
5434              not even by sprintf().
5435      Branch: perl
5436            ! sv.c
5437 ____________________________________________________________________________
5438 [  7874] By: jhi                                   on 2000/11/26  23:36:02
5439         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
5440              Not really fixed (should really dump the UTF-8 charclass),
5441              but stopped displaying the garbage.
5442              
5443              Also add a note on the (missing) Unicode PSXSPC and BLANK.
5444      Branch: perl
5445            ! regcomp.c
5446 ____________________________________________________________________________
5447 [  7873] By: jhi                                   on 2000/11/26  21:31:13
5448         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
5449      Branch: perl
5450            ! regexec.c
5451 ____________________________________________________________________________
5452 [  7872] By: jhi                                   on 2000/11/26  21:06:04
5453         Log: No need to scan till infinity, 13 is enough.
5454      Branch: perl
5455            ! handy.h utf8.c
5456 ____________________________________________________________________________
5457 [  7871] By: jhi                                   on 2000/11/26  20:20:32
5458         Log: Test line numbers are different with utf8.
5459      Branch: perl
5460            ! t/op/re_tests
5461 ____________________________________________________________________________
5462 [  7870] By: jhi                                   on 2000/11/26  20:10:12
5463         Log: Message nit.
5464      Branch: perl
5465            ! regcomp.c
5466 ____________________________________________________________________________
5467 [  7869] By: jhi                                   on 2000/11/26  19:01:05
5468         Log: Make utf8_length() and utf8_distance() (the latter of which
5469              is unused at the moment) to be less forgiving about bad UTF-8.
5470      Branch: perl
5471            ! embed.h embed.pl objXSUB.h proto.h utf8.c
5472 ____________________________________________________________________________
5473 [  7868] By: jhi                                   on 2000/11/26  18:45:56
5474         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
5475              From: Benjamin Holzman <bah@ecnvantage.com>
5476              Date: Sat, 25 Nov 2000 20:40:20 -0500       
5477              Message-ID: <20001125204020.A25040@ecnvantage.com>              
5478              
5479              Debian allows installing /usr/bin/locale without installing
5480              any locales, an error message will ensue.
5481      Branch: perl
5482            ! t/pragma/locale.t
5483 ____________________________________________________________________________
5484 [  7867] By: jhi                                   on 2000/11/26  18:31:12
5485         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
5486              From: Benjamin Holzman <bah@ecnvantage.com>
5487              Date: Sun, 26 Nov 2000 02:42:34 -0500
5488              Message-ID: <20001126024234.G25040@ecnvantage.com>
5489              
5490              Patch for the bug 20000212.002.
5491      Branch: perl
5492            ! sv.c t/op/array.t
5493 ____________________________________________________________________________
5494 [  7866] By: jhi                                   on 2000/11/26  18:28:09
5495         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
5496              From: Tim Jenness <t.jenness@jach.hawaii.edu>
5497              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
5498              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
5499              
5500              File::Temp 0.11.
5501      Branch: perl
5502            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
5503 ____________________________________________________________________________
5504 [  7865] By: jhi                                   on 2000/11/26  18:24:22
5505         Log: The metaconfig unit change for #7864.
5506      Branch: metaconfig/U/perl
5507            ! need_va_copy.U
5508 ____________________________________________________________________________
5509 [  7864] By: jhi                                   on 2000/11/26  18:23:41
5510         Log: Make the va_copy() test not to be so talkative.
5511      Branch: perl
5512            ! Configure config_h.SH
5513 ____________________________________________________________________________
5514 [  7863] By: jhi                                   on 2000/11/26  18:11:02
5515         Log: Fix locale inconsistencies unearthed by Hugo's work.
5516              Now the floating point sprintf really does taint the result
5517              string as perllocale promises (has promised for a long time)
5518              if "use locale" is in the lexical scope.
5519      Branch: perl
5520            ! sv.c t/pragma/locale.t
5521 ____________________________________________________________________________
5522 [  7862] By: jhi                                   on 2000/11/26  00:35:15
5523         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
5524              From: Nicholas Clark <nick@ccl4.org>
5525              Date: Sun, 26 Nov 2000 00:07:50 +0000
5526              Message-ID: <20001126000750.A22446@plum.flirble.org>
5527              
5528              Infinit.
5529      Branch: perl
5530            ! sv.c
5531 ____________________________________________________________________________
5532 [  7861] By: jhi                                   on 2000/11/26  00:01:26
5533         Log: Integrate perlio.
5534      Branch: perl
5535           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
5536 ____________________________________________________________________________
5537 [  7860] By: nick                                  on 2000/11/25  22:04:17
5538         Log: Correct relative path from new ext\Filter\Util\Call location
5539              back to miniperl.
5540      Branch: perlio
5541            ! win32/makefile.mk
5542 ____________________________________________________________________________
5543 [  7859] By: nick                                  on 2000/11/25  21:26:54
5544         Log: Integrate mainline.
5545      Branch: perlio
5546           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
5547           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
5548           +> t/lib/filter-util.t
5549            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
5550            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
5551            - t/lib/filt-util.t
5552           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
5553           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
5554           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
5555           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
5556           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
5557           !> win32/makefile.mk
5558 ____________________________________________________________________________
5559 [  7858] By: gsar                                  on 2000/11/25  20:52:17
5560         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
5561              parent's memory; fix it by keeping track of the actual pad
5562              offset rather than a raw pointer (this change is probably also
5563              relevant to non-ithreads case to avoid fallout from reallocs of
5564              the pad array, but is currently only enabled for the ithreads
5565              case in the interests of minimal disruption to existing "well
5566              tested" code)
5567      Branch: perl
5568            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
5569            ! proto.h scope.c scope.h sv.c t/op/fork.t
5570 ____________________________________________________________________________
5571 [  7857] By: nick                                  on 2000/11/25  20:01:28
5572         Log: All tests pass on Win32/gcc/USE_PERLIO.
5573              - when crlf layer is pushed make unix-level binary.
5574              - remove :crlf injection in pp_backtick in pp_sys.c
5575              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
5576      Branch: perlio
5577            ! doio.c perlio.c pp_sys.c win32/makefile.mk
5578 ____________________________________________________________________________
5579 [  7856] By: jhi                                   on 2000/11/25  18:38:30
5580         Log: Update the metaconfig units for #7855.
5581      Branch: metaconfig/U/perl
5582            ! useperlio.U usesocks.U
5583 ____________________________________________________________________________
5584 [  7855] By: jhi                                   on 2000/11/25  18:37:54
5585         Log: Undo the SOCKS workarounds, instead start using PerlIO
5586              if SOCKS is selected.
5587              
5588              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
5589              From: Jens Hamisch <jens@Strawberry.COM>
5590              Date: Fri, 24 Nov 2000 18:31:30 +0100
5591              Message-ID: <20001124183130.E28337@Strawberry.COM>
5592              
5593              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
5594              From: Jens Hamisch <jens@Strawberry.COM>
5595              Date: Fri, 24 Nov 2000 19:11:51 +0100
5596              Message-ID: <20001124191151.A28753@Strawberry.COM>
5597      Branch: perl
5598            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
5599            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
5600 ____________________________________________________________________________
5601 [  7854] By: jhi                                   on 2000/11/25  17:39:08
5602         Log: Undo #7848.  Some of the code seems to use walkoptree(),
5603              some walkoptree_slow().  An unfinished renaming?
5604              Now the sub is walkoptree() (which is @EXPORT_OK),
5605              the walkoptree_slow() is a typeglob alias to walkoptree.
5606              This makes the tests to pass, at least.
5607      Branch: perl
5608            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
5609 ____________________________________________________________________________
5610 [  7853] By: nick                                  on 2000/11/24  22:24:33
5611         Log: Re-arrange crlf vs binary for platforms that care.
5612              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
5613              Lip-service to making stdio layer work on such platfroms (untested).
5614              Now fails 3 tests rather than one, checkin to see if I can debug 
5615              the issue under linux. (Do not merge.)
5616      Branch: perlio
5617            ! doio.c perlio.c perliol.h
5618 ____________________________________________________________________________
5619 [  7852] By: jhi                                   on 2000/11/24  18:57:39
5620         Log: AUTHORS edits.
5621      Branch: perl
5622            ! AUTHORS
5623 ____________________________________________________________________________
5624 [  7851] By: jhi                                   on 2000/11/24  17:34:56
5625         Log: Add Jan-Erik Karlsson.
5626      Branch: perl
5627            ! AUTHORS
5628 ____________________________________________________________________________
5629 [  7850] By: jhi                                   on 2000/11/24  17:27:56
5630         Log: Configure should find stdchar on its own.
5631      Branch: perl
5632            ! hints/solaris_2.sh
5633 ____________________________________________________________________________
5634 [  7849] By: jhi                                   on 2000/11/24  17:24:55
5635         Log: Subject: PATCH over 7848: Filter test flawed
5636              From: andreas.koenig@anima.de (Andreas J. Koenig)
5637              Date: 24 Nov 2000 10:28:29 +0100
5638              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
5639      Branch: perl
5640            ! t/lib/filter-util.t
5641 ____________________________________________________________________________
5642 [  7848] By: jhi                                   on 2000/11/24  17:22:15
5643         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
5644              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
5645              Date: Fri, 24 Nov 2000 16:12:58 +0000
5646              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
5647      Branch: perl
5648            ! ext/B/B.pm
5649 ____________________________________________________________________________
5650 [  7847] By: jhi                                   on 2000/11/24  03:07:01
5651         Log: Integrate perlio.
5652      Branch: perl
5653           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
5654           !> win32/makefile.mk
5655 ____________________________________________________________________________
5656 [  7846] By: gsar                                  on 2000/11/24  00:55:57
5657         Log: integrate changes#6415..6418,6420..6438 from mainline
5658              
5659              Fix the bitvector ops for utf8 (tricky since past 7 bits
5660              the utf8 'characters' can be more than one octet).
5661              
5662              MPE/ix updates for perl 5.6.0 from Mark Bixby.
5663              
5664              Subject: SDBM_File documentation
5665              
5666              Detypo.
5667              
5668              Decutandpasto.
5669              
5670              Send all installperl messages to STDERR and be -w clean.
5671              
5672              Out-of-date note removed.
5673              
5674              Protect against "wild next"s, that is, callbacks doing "next"
5675              instead of "return".
5676              
5677              Use STDOUT consistently.
5678              
5679              The output might have been produced in the wrong order.
5680              
5681              A missing 'break' after the [[:space:]] switch case.
5682              
5683              Add tests for
5684              [ID 19991110.003] another matching finding by pcre author
5685              which has already been fixed by some patch, as verified in
5686              
5687              Documentation to explain the behaviour of map().
5688              
5689              Add an optimization for map-maps-a-list-element-to-more-list-elements
5690              case, but add also notes explaining the relationship of this
5691              patch and the earlier notes by Sarathy.
5692              
5693              Subject: [ID 20000716.023] syslog test fails without sockets
5694              
5695              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
5696              Test cases for #6431.
5697              
5698              File::Spec::VMS fixup for tmpdir from Craig Berry.
5699              
5700              Make the "uninit variable" warning to say "concat or string"
5701              or "join or string" when in concat or join .
5702              
5703              Get UTF16 BOMs working.  Patch from
5704              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
5705              
5706              Subject: [PATCH] Make large file tests deal with SIGXFSZ
5707              
5708              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
5709              
5710              Subject: [PATCH] av.c apidoc
5711      Branch: maint-5.6/perl
5712           !> (integrate 43 files)
5713 ____________________________________________________________________________
5714 [  7845] By: gsar                                  on 2000/11/24  00:20:45
5715         Log: integrate changes#6406..6414 from mainline
5716              
5717              Merge perlhacktut into perlhack, update perlguts.
5718              
5719              Fix AutoSplit to use File::Spec the right way in VMS,
5720              from Peter Prymmer.
5721              
5722              The bug report
5723              [ID 19991110.002] minimal matching discrepancy found by pcre author
5724              seems to have been fixed (though differently from what was suggested
5725              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
5726              
5727              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
5728              not in pod, from Peter Prymmer
5729              
5730              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
5731              From: Hugo <hv@crypt.compulink.co.uk>
5732              Date: Fri, 14 Jul 2000 23:05:20 +0100
5733              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
5734              
5735              Didn't anymore apply, but that point still could use another fix.
5736              
5737              lib/b test fixes from Peter Prymmer.
5738              
5739              More docs for sv functions.
5740              
5741              perlvms.pod whitespace cleanup to keep pod utils happy.
5742              
5743              another VMS build tweak from Peter Prymmer
5744      Branch: maint-5.6/perl
5745           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
5746           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
5747           !> vms/descrip_mms.template vms/perlvms.pod
5748 ____________________________________________________________________________
5749 [  7844] By: nick                                  on 2000/11/23  23:42:45
5750         Log: Win32/perlio Now just fails one io/argv.t test - lack 
5751              of default :crlf on standard streams.
5752      Branch: perlio
5753            ! doio.c perlio.c
5754 ____________________________________________________________________________
5755 [  7843] By: nick                                  on 2000/11/23  23:04:05
5756         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
5757              peek fail is showing a real problem (multiple crlf layers
5758              are getting pushed.)
5759      Branch: perlio
5760            ! doio.c perlio.c win32/makefile.mk
5761 ____________________________________________________________________________
5762 [  7842] By: nick                                  on 2000/11/23  19:46:23
5763         Log: Implement PerlIO_binmode()
5764              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
5765              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
5766              make binmode in t/lib/io_tell.t unconditional so that works.
5767              Checkin just so Win32 machine can see these changes.
5768      Branch: perlio
5769            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
5770 ____________________________________________________________________________
5771 [  7841] By: jhi                                   on 2000/11/23  19:30:00
5772         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
5773      Branch: perl
5774            ! README.amiga
5775 ____________________________________________________________________________
5776 [  7840] By: jhi                                   on 2000/11/23  17:18:02
5777         Log: SOCKS wrestling continues, patches from Jens Hamisch.
5778      Branch: perl
5779            ! doio.c embed.h embed.pl perlsdio.h proto.h
5780 ____________________________________________________________________________
5781 [  7839] By: jhi                                   on 2000/11/23  16:54:14
5782         Log: Push Filter::Util::Call one level deeper.
5783      Branch: perl
5784            + t/lib/filter-util.t
5785           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
5786           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
5787            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
5788            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
5789            - t/lib/filt-util.t
5790            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
5791            ! win32/Makefile win32/makefile.mk
5792 ____________________________________________________________________________
5793 [  7838] By: jhi                                   on 2000/11/23  16:52:40
5794         Log: Reach back one higher up when searching for PERL_SRC.
5795      Branch: perl
5796            ! lib/ExtUtils/MM_Unix.pm
5797 ____________________________________________________________________________
5798 [  7837] By: jhi                                   on 2000/11/23  16:05:41
5799         Log: Subject: Re: perl@7826
5800              Date: Thu, 23 Nov 2000 02:20:25 -0600
5801              From: "Craig A. Berry" <craigberry@mac.com>
5802              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
5803              
5804              Make VMS to like Filter::Util::Call. 
5805      Branch: perl
5806            ! configure.com ext/Filter/Util/Makefile.PL
5807 ____________________________________________________________________________
5808 [  7836] By: nick                                  on 2000/11/23  16:04:08
5809         Log: Implement crlf layer - not ready for merge.
5810      Branch: perlio
5811            ! perlio.c win32/makefile.mk
5812 ____________________________________________________________________________
5813 [  7835] By: jhi                                   on 2000/11/23  15:56:52
5814         Log: STDCHAR is different in Sparc v9 vs x86.
5815      Branch: perl
5816            ! hints/solaris_2.sh
5817 ____________________________________________________________________________
5818 [  7834] By: jhi                                   on 2000/11/23  15:50:47
5819         Log: The type needs to be visible to protos.
5820      Branch: perl
5821            ! perl.h
5822 ____________________________________________________________________________
5823 [  7833] By: jhi                                   on 2000/11/23  15:40:46
5824         Log: Finish unfinished SOCKS workaround changes.
5825      Branch: perl
5826            ! doio.c
5827 ____________________________________________________________________________
5828 [  7832] By: jhi                                   on 2000/11/23  15:33:30
5829         Log: Integrate perlio.
5830      Branch: perl
5831           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
5832           !> win32/makefile.mk
5833 ____________________________________________________________________________
5834 [  7831] By: nick                                  on 2000/11/23  10:31:07
5835         Log: Correct makefile.mk dependancies for ext/Filter/Util
5836              Build ext/Encode
5837              Run dmake regen_config_h
5838      Branch: perlio
5839            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
5840            ! win32/makefile.mk
5841 ____________________________________________________________________________
5842 [  7830] By: nick                                  on 2000/11/23  08:05:07
5843         Log: Integrate mainline
5844      Branch: perlio
5845           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
5846           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
5847           +> t/lib/filt-util.pl t/lib/filt-util.t
5848           !> (integrate 41 files)
5849 ____________________________________________________________________________
5850 [  7829] By: gsar                                  on 2000/11/23  03:07:11
5851         Log: build the Filter extension on windows
5852      Branch: perl
5853            ! win32/Makefile win32/makefile.mk
5854 ____________________________________________________________________________
5855 [  7828] By: gsar                                  on 2000/11/23  02:46:35
5856         Log: regenerate win32/config* and fix some inconsistencies in the
5857              makefiles; always export Perl_deb() because it is needed
5858              by ext/re/* (whether perl itself is built with -DDEBUGGING
5859              or not)
5860      Branch: perl
5861            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
5862            ! win32/config_H.vc win32/makefile.mk
5863 ____________________________________________________________________________
5864 [  7827] By: gsar                                  on 2000/11/23  02:18:38
5865         Log: get sources building on windows+MSVC again (untested with other
5866              compilers)
5867      Branch: perl
5868            ! win32/include/sys/socket.h win32/perllib.c
5869 ____________________________________________________________________________
5870 [  7826] By: jhi                                   on 2000/11/23  01:18:26
5871         Log: Update Changes.
5872      Branch: perl
5873            ! Changes patchlevel.h
5874 ____________________________________________________________________________
5875 [  7825] By: jhi                                   on 2000/11/23  00:20:41
5876         Log: Subject: Re: av.c patch (having slight problems)
5877              From: "Ben Tilly" <ben_tilly@hotmail.com>
5878              Date: Tue, 21 Nov 2000 23:29:31 -0500
5879              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
5880              
5881              unshift() speedup.
5882      Branch: perl
5883            ! av.c
5884 ____________________________________________________________________________
5885 [  7824] By: jhi                                   on 2000/11/22  23:59:15
5886         Log: Fixes for signedness warnings noticed by VMSperlers.
5887      Branch: perl
5888            ! ext/Storable/Storable.xs regcomp.c sv.c
5889 ____________________________________________________________________________
5890 [  7823] By: jhi                                   on 2000/11/22  23:19:31
5891         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
5892              From: Peter Prymmer <pvhp@forte.com>
5893              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
5894              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
5895      Branch: perl
5896            ! t/pragma/warn/pp_hot
5897 ____________________________________________________________________________
5898 [  7822] By: jhi                                   on 2000/11/22  22:52:20
5899         Log: Be clean.
5900      Branch: perl
5901            ! Makefile.SH
5902 ____________________________________________________________________________
5903 [  7821] By: jhi                                   on 2000/11/22  22:46:39
5904         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
5905              by Damian Conway, as suggested by Paul Marquess.
5906      Branch: perl
5907            + lib/Filter/Simple.pm
5908 ____________________________________________________________________________
5909 [  7820] By: jhi                                   on 2000/11/22  22:45:51
5910         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
5911      Branch: perl
5912            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
5913            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
5914            + t/lib/filt-util.t
5915            ! MANIFEST
5916 ____________________________________________________________________________
5917 [  7819] By: jhi                                   on 2000/11/22  22:03:27
5918         Log: Integrate perlio.
5919      Branch: perl
5920           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
5921           !> win32/makefile.mk
5922 ____________________________________________________________________________
5923 [  7818] By: jhi                                   on 2000/11/22  21:56:02
5924         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
5925      Branch: perl
5926            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
5927            ! t/lib/io_sock.t
5928 ____________________________________________________________________________
5929 [  7817] By: jhi                                   on 2000/11/22  21:39:49
5930         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
5931              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5932              Date: Wed, 22 Nov 2000 16:08:12 -0500
5933              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
5934      Branch: perl
5935            ! lib/ExtUtils/Liblist.pm
5936 ____________________________________________________________________________
5937 [  7816] By: jhi                                   on 2000/11/22  21:38:25
5938         Log: Go ahead and #include <unistd.h> in perl.h.
5939      Branch: perl
5940            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
5941            ! util.c
5942 ____________________________________________________________________________
5943 [  7815] By: jhi                                   on 2000/11/22  21:22:52
5944         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
5945              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5946              Date: Mon, 20 Nov 2000 18:30:52 -0500
5947              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
5948      Branch: perl
5949            ! pod/perlre.pod regcomp.c t/op/re_tests
5950 ____________________________________________________________________________
5951 [  7814] By: jhi                                   on 2000/11/22  21:21:46
5952         Log: Subject: [PATCH 5.7.0] Liblist finally works
5953              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5954              Date: Tue, 21 Nov 2000 22:02:17 -0500
5955              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
5956      Branch: perl
5957            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
5958            ! lib/ExtUtils/MakeMaker.pm
5959 ____________________________________________________________________________
5960 [  7813] By: jhi                                   on 2000/11/22  21:20:23
5961         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
5962              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5963              Date: Wed, 22 Nov 2000 17:53:15 +0100
5964              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
5965              
5966              AIX dynaloader and perlio patch.
5967      Branch: perl
5968            ! ext/DynaLoader/dl_aix.xs
5969 ____________________________________________________________________________
5970 [  7812] By: jhi                                   on 2000/11/22  21:17:52
5971         Log: (Accidentally empty patch.)
5972      Branch: perl
5973            ! av.c
5974 ____________________________________________________________________________
5975 [  7811] By: jhi                                   on 2000/11/22  21:16:31
5976         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
5977              From: Peter Prymmer <pvhp@forte.com>
5978              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
5979              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
5980      Branch: perl
5981            ! vms/test.com
5982 ____________________________________________________________________________
5983 [  7810] By: jhi                                   on 2000/11/22  21:15:36
5984         Log: Subject: Re: perl@7777 
5985              From: "John P. Linderman" <jpl@research.att.com>
5986              Date: Wed, 22 Nov 2000 13:11:11 -0500
5987              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
5988              
5989              Detypoing.
5990      Branch: perl
5991            ! lib/CPAN.pm
5992 ____________________________________________________________________________
5993 [  7809] By: jhi                                   on 2000/11/22  21:14:19
5994         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
5995              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
5996              Date:     Wed, 22 Nov 2000 13:51:37 EST
5997              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
5998      Branch: perl
5999            ! perlsdio.h
6000 ____________________________________________________________________________
6001 [  7808] By: jhi                                   on 2000/11/22  21:13:27
6002         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
6003              From: Casey Tweten <crt@kiski.net>
6004              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
6005              Message-Id: <200011201653.LAA10194@home.kiski.net>
6006      Branch: perl
6007            ! t/lib/io_udp.t
6008 ____________________________________________________________________________
6009 [  7807] By: jhi                                   on 2000/11/22  21:12:35
6010         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
6011              From: Casey Tweten <crt@kiski.net>
6012              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
6013              Message-Id: <200011201636.LAA07227@home.kiski.net>
6014      Branch: perl
6015            ! t/lib/io_sock.t
6016 ____________________________________________________________________________
6017 [  7806] By: jhi                                   on 2000/11/22  21:10:59
6018         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
6019              From: "Casey R. Tweten" <crt@kiski.net>
6020              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
6021              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
6022      Branch: perl
6023            ! utils/h2xs.PL
6024 ____________________________________________________________________________
6025 [  7805] By: nick                                  on 2000/11/22  21:05:06
6026         Log: Integrate mainline
6027      Branch: perlio
6028           !> Changes Porting/genlog ext/DB_File/DB_File.xs
6029           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
6030           !> utils/perlbug.PL
6031 ____________________________________________________________________________
6032 [  7804] By: jhi                                   on 2000/11/22  21:01:12
6033         Log: Subject: [PATCH] Test.pm POD peculiarity
6034              From: "Casey R. Tweten" <crt@kiski.net>
6035              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
6036              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
6037      Branch: perl
6038            ! lib/Test.pm
6039 ____________________________________________________________________________
6040 [  7803] By: jhi                                   on 2000/11/22  20:59:59
6041         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
6042              From: "Philip Newton" <pnewton@gmx.de>
6043              Date: Wed, 22 Nov 2000 14:25:53 +0100
6044              Message-Id: <3A1BD771.25462.1939FAD@localhost>
6045              
6046              Be case-understanding also on 's', and use the -oi of sendmail
6047              not to terminate the transmission on a lone '.'.
6048      Branch: perl
6049            ! utils/perlbug.PL
6050 ____________________________________________________________________________
6051 [  7802] By: nick                                  on 2000/11/22  20:51:42
6052         Log: Win32 PerlIO intermediate state now working as expected.
6053              - In current state we are still using C runtime in text/binary
6054              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
6055              - PERLIO=stdio and PERLIO=unix pass all expected tests.
6056              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
6057              and PerlIO_seek() and the dummy crlf layer is not making adjustments
6058              for CRLF translation happening in C runtime. All other tests pass.
6059              
6060              Added note to README.win32 to point out the snags of doing a perl build
6061              with Norton AntiVirus turned on.
6062              
6063              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
6064              which file a fail comes from.
6065              
6066              Updated "canned" config.h to match the one generated.
6067      Branch: perlio
6068            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
6069            ! win32/makefile.mk
6070 ____________________________________________________________________________
6071 [  7801] By: jhi                                   on 2000/11/22  06:50:20
6072         Log: Nickety nits.
6073      Branch: perl
6074            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
6075 ____________________________________________________________________________
6076 [  7800] By: jhi                                   on 2000/11/22  01:29:55
6077         Log: Changes had accidentally gone too silent on non-main branches.
6078      Branch: perl
6079            ! Changes Porting/genlog patchlevel.h
6080 ____________________________________________________________________________
6081 [  7799] By: gsar                                  on 2000/11/22  01:02:56
6082         Log: some lib_pm.PL changes snuck in via change#7772
6083      Branch: maint-5.6/perl
6084            ! Makefile.SH
6085 ____________________________________________________________________________
6086 [  7798] By: nick                                  on 2000/11/21  21:59:40
6087         Log: Integrate mainline
6088      Branch: perlio
6089           !> (integrate 28 files)
6090 ____________________________________________________________________________
6091 [  7797] By: jhi                                   on 2000/11/21  21:01:45
6092         Log: Integrate perlio.
6093      Branch: perl
6094           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
6095 ____________________________________________________________________________
6096 [  7796] By: nick                                  on 2000/11/21  20:36:22
6097         Log: Win32 builds and runs (mostly) with USE_PERLIO.
6098              PERLIO=perlio passes all tests. 
6099              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
6100      Branch: perlio
6101            ! perlio.c win32/perllib.c win32/win32.c
6102 ____________________________________________________________________________
6103 [  7795] By: jhi                                   on 2000/11/21  19:03:44
6104         Log: Update Changes.
6105      Branch: perl
6106            ! Changes patchlevel.h
6107 ____________________________________________________________________________
6108 [  7794] By: jhi                                   on 2000/11/21  18:56:34
6109         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
6110              From: "Craig A. Berry" <craigberry@mac.com>
6111              Date: Mon, 20 Nov 2000 20:27:06 -0600
6112              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
6113              
6114              A cut-and-pasto.
6115      Branch: perl
6116            ! perlio.h
6117 ____________________________________________________________________________
6118 [  7793] By: jhi                                   on 2000/11/21  18:54:41
6119         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
6120              From: Dominic Dunlop <domo@computer.org> 
6121              Date: Mon, 20 Nov 2000 18:55:29 +0100
6122              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
6123              
6124              va_copy() and the need of it.
6125              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
6126      Branch: metaconfig/U/perl
6127            + need_va_copy.U
6128      Branch: perl
6129            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6130            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
6131            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
6132            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
6133            ! win32/config.bc win32/config.gc win32/config.vc
6134 ____________________________________________________________________________
6135 [  7792] By: jhi                                   on 2000/11/21  17:04:10
6136         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
6137      Branch: perl
6138           !> scope.h
6139 ____________________________________________________________________________
6140 [  7791] By: jhi                                   on 2000/11/21  17:01:16
6141         Log: Export the SOCKS workaround symbols only if necessary.
6142      Branch: perl
6143            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
6144 ____________________________________________________________________________
6145 [  7790] By: nick                                  on 2000/11/20  23:57:11
6146         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
6147      Branch: perlio
6148            ! scope.h
6149 ____________________________________________________________________________
6150 [  7789] By: nick                                  on 2000/11/20  23:38:33
6151         Log: Integrate mainline
6152      Branch: perlio
6153           +> lib/File/Spec/Epoc.pm
6154           !> (integrate 34 files)
6155 ____________________________________________________________________________
6156 [  7788] By: nick                                  on 2000/11/20  23:20:18
6157         Log: Make extra buffer layer work (dummy crlf layer)
6158      Branch: perlio
6159            ! doio.c perlio.c perlio.h
6160 ____________________________________________________________________________
6161 [  7787] By: jhi                                   on 2000/11/20  22:44:04
6162         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
6163              From: Peter Prymmer <pvhp@forte.com>
6164              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
6165              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
6166      Branch: perl
6167            ! t/pragma/locale.t
6168 ____________________________________________________________________________
6169 [  7786] By: jhi                                   on 2000/11/20  22:29:10
6170         Log: Subject: DOC PATCH 5.6.0 perlreftut
6171              From: mjd@plover.com
6172              Date: 20 Nov 2000 19:45:06 -0000
6173              Message-ID: <20001120194506.9505.qmail@plover.com>
6174      Branch: perl
6175            ! pod/perlreftut.pod
6176 ____________________________________________________________________________
6177 [  7785] By: jhi                                   on 2000/11/20  22:27:44
6178         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
6179              From: David Dyck <dcd@tc.fluke.com>
6180              Date: Mon, 20 Nov 2000 11:43:40 -0800
6181              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
6182      Branch: perl
6183            ! lib/Cwd.pm
6184 ____________________________________________________________________________
6185 [  7784] By: jhi                                   on 2000/11/20  22:23:21
6186         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
6187              Date: Mon, 20 Nov 2000 17:06:10 -0500
6188              To: Mailing list Perl5 <perl5-porters@perl.org>
6189              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
6190      Branch: perl
6191            ! pp_ctl.c t/op/pat.t
6192 ____________________________________________________________________________
6193 [  7783] By: jhi                                   on 2000/11/20  22:11:18
6194         Log: Subject: [PATCH] doop.c - UTF8 tr///               
6195              From: Simon Cozens <simon@cozens.net>
6196              Date: Sat, 18 Nov 2000 18:49:30 +0000
6197              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
6198              
6199              Subject: Re: [PATCH] doop.c - UTF8 tr///           
6200              From: Simon Cozens <simon@cozens.net>
6201              Date: Mon, 20 Nov 2000 20:45:22 +0000
6202              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
6203              
6204              Make tr on UTF-8 better but still not correct.
6205      Branch: perl
6206            ! doop.c
6207 ____________________________________________________________________________
6208 [  7782] By: jhi                                   on 2000/11/20  22:02:16
6209         Log: Remove the shared object before attempting to create
6210              (by linking) a new one.  E.g. in AIX not removing
6211              becomes quite painful if one tries to do more than one
6212              build in the same tree (an interrupted build, for example),
6213              since the AIX' shared dynaloader seemingly keeps the shared
6214              objects open and therefore 'busy' for quite a while, even when
6215              nobody is using the objects, leading into link failures.
6216      Branch: perl
6217            ! lib/ExtUtils/MM_Unix.pm
6218 ____________________________________________________________________________
6219 [  7781] By: gsar                                  on 2000/11/20  19:02:55
6220         Log: type mismatch due to faulty integration
6221      Branch: maint-5.6/perl
6222            ! toke.c win32/Makefile
6223 ____________________________________________________________________________
6224 [  7780] By: gsar                                  on 2000/11/20  17:31:55
6225         Log: integrate changes#6392,6394..6399,6401..6404
6226              
6227              The {multiplier} of a fixed substring was overlooked which
6228              caused a wrong initial search offset for that substring.
6229              
6230              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
6231              From: Hugo <hv@crypt.compulink.co.uk>
6232              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
6233              Date: Thu, 13 Jul 2000 19:27:13 +0100
6234              
6235              Fix the BOM bug: not a byteorder bug, a signedness bug.
6236              
6237              Replace change #6337 with a better one.
6238              
6239              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
6240              From: Hugo <hv@crypt.compulink.co.uk>
6241              Date: Fri, 14 Jul 2000 04:16:20 +0100
6242              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
6243              
6244              MakeMaker should not remove editor backups (*~) on `make clean`
6245              by default (completes change#6383)
6246              
6247              move new variables to the end of the interpreter structure (for
6248              bincompat in code that doesn't #include XSUB.h)
6249              
6250              rename totally bletcherous SvLOCK() thingy (doesn't do what the
6251              name suggests anyway)
6252              
6253              various cleanups (typos, misformatted code, and small bugs)
6254              
6255              typecasts needed for change#6394
6256              
6257              typos in change#6399, regen headers
6258              
6259              inconsistent types needs casts
6260              
6261              PERL_OBJECT build tweaks
6262      Branch: maint-5.6/perl
6263           !> MANIFEST doop.c embed.h embed.pl embedvar.h
6264           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
6265           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
6266           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
6267           !> toke.c util.c
6268 ____________________________________________________________________________
6269 [  7779] By: gsar                                  on 2000/11/20  17:06:29
6270         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
6271              
6272              Cosmetics and perldelta.
6273              
6274              Fix nits noticed by Boston.pm.
6275              
6276              Do the cc sanity check both before the hints and
6277              after the cc selction.
6278              
6279              get sprintf.t to adjust properly for 3-digit exponents
6280              
6281              don't clobber *.orig files on *clean targets
6282              
6283              fix bugs in processing %v-*d and similar format specs (from
6284              Avi Finkel <avi@finkel.org>)
6285              
6286              sprintf test tweaks (from Dominic Dunlop)
6287              
6288              new selfloader.t in change#6183 doesn't close DATA handles,
6289              and thus fails to clean up tmp files on dosish platforms
6290              
6291              typos (spotted by Peter Prymmer)
6292              
6293              typo fix from Craig Berry
6294      Branch: maint-5.6/perl
6295           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
6296           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
6297           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
6298           !> x2p/Makefile.SH
6299 ____________________________________________________________________________
6300 [  7778] By: gsar                                  on 2000/11/20  16:46:51
6301         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
6302              
6303              Subject: Re: format bug report  [Patch]
6304              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6305              Date: Wed, 05 Jul 2000 13:12:52 +0200
6306              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
6307              
6308              Subject: Re: format bug report  [Patch]
6309              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6310              Date: Wed, 05 Jul 2000 14:10:01 +0200
6311              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
6312              
6313              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
6314              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6315              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
6316              Date: Fri, 07 Jul 2000 17:57:16 +0100
6317              
6318              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
6319              To: perl5-porters@perl.org
6320              From: Karsten Sperling <spiff@phreax.net>
6321              Date: Mon, 10 Jul 2000 15:12:52 +0200
6322              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
6323              
6324              README.posix-bc podified from Thomas Dorner.
6325              
6326              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
6327              From: Dominic Dunlop <domo@computer.org>
6328              Date: Tue, 11 Jul 2000 12:27:33 +0200
6329              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
6330              
6331              Typo in #6341.
6332              
6333              Fix for
6334              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
6335              From: Roderick Schertler <roderick@argon.org>
6336              Date: Tue, 11 Jul 2000 13:55:05 -0400
6337              Message-Id: <200007111755.NAA05077@jones.argon.org>
6338              
6339              Minor cleanups on the booklist.
6340              
6341              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
6342              regen perltoc.
6343              
6344              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
6345      Branch: maint-5.6/perl
6346           +> pod/perlbook.pod
6347           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
6348           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
6349           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
6350 ____________________________________________________________________________
6351 [  7777] By: jhi                                   on 2000/11/20  16:08:49
6352         Log: Update Changes.
6353      Branch: perl
6354            ! Changes patchlevel.h
6355 ____________________________________________________________________________
6356 [  7776] By: jhi                                   on 2000/11/20  15:27:56
6357         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
6358              This may be overly harsh but until proven otherwise, we think this
6359              way, or until we have a simple test for Configure (having to start
6360              up servers is does not count as simple) to check for the problems.
6361      Branch: perl
6362            ! perl.h
6363 ____________________________________________________________________________
6364 [  7775] By: jhi                                   on 2000/11/20  15:22:17
6365         Log: Solaris hints tweaks.
6366      Branch: perl
6367            ! hints/solaris_2.sh
6368 ____________________________________________________________________________
6369 [  7774] By: jhi                                   on 2000/11/20  15:01:20
6370         Log: Add a workaround to SOCKS 64-bit problems.
6371      Branch: perl
6372            ! doio.c embed.h embed.pl perlsdio.h proto.h
6373 ____________________________________________________________________________
6374 [  7773] By: jhi                                   on 2000/11/20  14:51:47
6375         Log: sysseek() instead of seek().
6376      Branch: perl
6377            ! t/lib/syslfs.t
6378 ____________________________________________________________________________
6379 [  7772] By: gsar                                  on 2000/11/20  13:06:23
6380         Log: integrate changes#6315..6319,6321..6331,6333..6338
6381              
6382              Integrate with Sarathy, preliminary fix for unicos
6383              alignment problems in [ID 20000612.002] Perl problem on Cray system.
6384              
6385              some debugger output does not go to the socket when RemotePort is set
6386              
6387              winsock cleanup never done on Windows (leads to handle leaks)
6388              
6389              fix UNC path handling on Windows under ithreads, and chdir()
6390              return value when given a non-existent directory
6391              
6392              Autogenerate pod/Makefile and pod/buildtoc.
6393              buildtoc also checks whether the existin pods are
6394              mentioned in MANIFEST and perl.pod, and vice versa.
6395              (None of the thusly found discrepancies fixed yet.)
6396              roffitall also needs to be autogenerated similarly but it
6397              seems so badly out of date that I didn't touch it yet.
6398              
6399              Config is being used.
6400              
6401              Add =head1 NAMEs so that buildtoc is happy.
6402              (The CGI::Util nit reported to Lincoln.)
6403              
6404              Fix complaints of buildtoc.
6405              
6406              Fix the alignment problem in Crays ([ID 20000612.002]).
6407              
6408              Remove perlbook, update perlfaq book listing,
6409              rearrange perl.pod, regenerate perltoc.
6410              
6411              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
6412              was cast to an unsigned (32-bit) integer with wild abandon.
6413              
6414              winsock options weren't being set in all threads under ithreads
6415              (caused send()s from second and subsequent threads to fail)
6416              
6417              accept() leaks memory on windows due to incorrect ordering of
6418              closesocket() and fclose() calls
6419              
6420              Reorder perl.pod once more.
6421              
6422              More POSIX.pod tweaks.
6423              
6424              Sprinkle ldlibpath.
6425              
6426              Precedence goof, fix based on
6427              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
6428              From: Hugo <hv@crypt.compulink.co.uk>
6429              Date: Tue, 11 Jul 2000 12:52:38 +0100
6430              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
6431              
6432              Subject: PATCH perlguts.pod: Document D and d magic types
6433              From: mjd@plover.com
6434              Date: 5 Jul 2000 18:01:51 -0000
6435              Message-ID: <20000705180151.29413.qmail@plover.com>
6436              
6437              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
6438              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
6439              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
6440              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
6441              
6442              Subject: [PATCH cfgperl] $& segfaults if you trick it
6443              From: simon@brecon.co.uk (Simon Cozens)
6444              Date: 7 Jul 2000 11:26:09 GMT
6445              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
6446              
6447              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
6448              From: Hugo <hv@crypt.compulink.co.uk>
6449              Date: Tue, 11 Jul 2000 12:44:50 +0100
6450              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
6451              
6452              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
6453              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6454              Date: Tue, 11 Jul 2000 13:50:51 +0100
6455              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
6456      Branch: maint-5.6/perl
6457           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
6458           +> pod/buildtoc.PL
6459            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
6460           !> (integrate 26 files)
6461 ____________________________________________________________________________
6462 [  7771] By: gsar                                  on 2000/11/20  12:31:42
6463         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
6464              6310,6311,6314
6465              
6466              Subject: [PATCH bleedperl] File::Spec 0.82 beta
6467              From: Barrie Slaymaker <barries@jester.slaysys.com>
6468              Date: Wed, 28 Jun 2000 11:35:29 -0400
6469              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
6470              
6471              tweak perlembed for multiplicity/usethreads sanity; correct notes
6472              about Windows
6473              
6474              localize %INC in a Safe compartment so that use/require work
6475              (many other magic globals probably need similar treatment)
6476              
6477              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
6478              when @_ is modified, causing coredumps
6479              
6480              slurp mode fix in change#4736 still not quite right
6481              
6482              Point to perlipc for more SysV IPC examples.
6483              
6484              Elaborate POSIX.pod.  Still needs work.
6485              
6486              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
6487              
6488              fix large memory leak that has been around for ever, masked by
6489              -DPURIFY (most of the arenas were never freed!)
6490              
6491              fix memory leak on Windows (PL_sys_intern contents were never
6492              freed)
6493              
6494              PERL_OBJECT build tweak
6495              
6496              adjust change#6299
6497              
6498              remove rel2abs prototypes (from Barrie Slaymaker)
6499              
6500              missing perldiag entry for unpack("w",...) diagnostic (from
6501              Andreas Koenig)
6502              
6503              better diagnostic on Frob->stuff() when Frob:: doesn't exist
6504              (from Richard Soderberg <rs@oregonnet.com>)
6505              
6506              Win32 patches for cfgperl from Sarathy.
6507              
6508              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
6509              
6510              More POSIX.pod embellishment.
6511              
6512              tyop in change#6306
6513      Branch: maint-5.6/perl
6514           !> (integrate 44 files)
6515 ____________________________________________________________________________
6516 [  7770] By: gsar                                  on 2000/11/20  11:51:00
6517         Log: integrate changes#6268..6282 from cfgperl branch
6518              
6519              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
6520              From: Dominic Dunlop <domo@computer.org>
6521              Date: Thu, 29 Jun 2000 12:32:39 +0200
6522              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
6523              
6524              Regen headers for #6261 (and update embed.pl for this) and #6267,
6525              silence few compiler warnings.
6526              
6527              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
6528              From: Nicholas Clark <nick@talking.bollo.cx>
6529              Date: Fri, 23 Jun 2000 16:21:15 +0100
6530              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
6531              
6532              Subject: PATCH pod/perltie.pod
6533              From: Ian Phillipps <Ian.Phillipps@iname.com>
6534              Date: Fri, 16 Jun 2000 00:17:19 +0100
6535              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
6536              (only the first hunk, the second hunk had already been done
6537              by some other patch)
6538              
6539              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
6540              From: Tom Phoenix <rootbeer@redcat.com>
6541              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
6542              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
6543              
6544              Subject: [PATCH] xsub attributes
6545              From: Doug MacEachern <dougm@covalent.net>
6546              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
6547              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
6548              
6549              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
6550              From: Andy Dougherty <doughera@lafayette.edu>
6551              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
6552              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
6553              
6554              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
6555              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
6556              Date: Tue, 13 Jun 2000 02:43:48 -0500
6557              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
6558              
6559              Subject: [PATCH] Re: eval documentation: context
6560              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6561              Date: Mon, 12 Jun 2000 15:07:29 +0100
6562              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
6563              
6564              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
6565              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6566              Date: Mon, 12 Jun 2000 14:55:59 +0100
6567              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
6568              
6569              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
6570              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
6571              Date: Fri, 09 Jun 2000 12:39:27 -0400
6572              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
6573              (plus update the version "number" of Text::Wrap)
6574              
6575              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
6576              From: Tim Ayers <tayers@bridge.com>
6577              Date: Thu, 08 Jun 2000 08:11:06 +0200
6578              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
6579              [resent by Richard Foley, Message-Id probably wrong]
6580              
6581              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
6582              From: rspier@pobox.com (Robert Spier)
6583              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
6584              Message-ID: <14654.31913.845602.610277@rls.cx>
6585              
6586              Subject: [PATCH 5.6.0] utils/h2xs.PL
6587              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
6588              Date: Wed, 7 Jun 2000 04:02:04 -0500
6589              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
6590              
6591              Subject: [PATCH 5.6.0]ITHREADs for VMS
6592              From: Dan Sugalski <dan@sidhe.org>
6593              Date: Tue, 06 Jun 2000 11:59:50 -0400
6594              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
6595      Branch: maint-5.6/perl
6596           !> (integrate 31 files)
6597 ____________________________________________________________________________
6598 [  7769] By: gsar                                  on 2000/11/20  11:29:06
6599         Log: integrate changes#6261..6266 from cfgperl
6600              
6601              Subject: Re: [PATCH cfgperl] BOMs away!
6602              From: simon@brecon.co.uk (Simon Cozens)
6603              Date: 17 Jun 2000 11:49:57 GMT
6604              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
6605              
6606              Subject: 5.6.0 Patch for EPOC
6607              From: Olaf Flebbe <o.flebbe@gmx.de>
6608              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
6609              Message-ID: <23449.960929969@www11.gmx.net>
6610              
6611              tr fixes from Simon Cozens
6612              
6613              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
6614              From: Marty Lucich <marty@netcom.com>
6615              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
6616              Message-Id: <200006282116.OAA11148@netcom.com>
6617              ccdlflags update (the BSD/OS 4.1 part had already been taken
6618              care of by #6141).
6619              
6620              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
6621              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
6622              Date: Wed, 28 Jun 2000 17:50:12 -0700
6623              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
6624              
6625              Subject: [PATCH 5.6.0] cygwin port
6626              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
6627              From: "Fifer, Eric" <EFifer@sanwaint.com>
6628              Date: Thu, 29 Jun 2000 12:58:29 +0100
6629      Branch: maint-5.6/perl
6630           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
6631           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
6632           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
6633           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
6634 ____________________________________________________________________________
6635 [  7768] By: gsar                                  on 2000/11/20  11:13:44
6636         Log: integrate changes#6252..6256,6259..6260
6637              
6638              Paranoia tweak on #6249.
6639              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
6640              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
6641              Date: Sun, 25 Jun 2000 23:43:12 -0400
6642              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
6643              
6644              Subject: tr///, help wanted.
6645              From: simon@brecon.co.uk (Simon Cozens)
6646              Date: 28 Jun 2000 11:29:04 GMT
6647              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
6648              
6649              small thinko tweaks
6650              
6651              tweaks from Simon Conzes to further fix tr/// under utf8
6652              
6653              perlnewmod was missing from MANIFEST.
6654              
6655              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
6656              From: simon@brecon.co.uk (Simon Cozens)
6657              Date: 17 Jun 2000 11:56:44 GMT
6658              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
6659              pack U0, pack C0
6660      Branch: maint-5.6/perl
6661           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
6662           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
6663           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
6664           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
6665 ____________________________________________________________________________
6666 [  7767] By: gsar                                  on 2000/11/20  10:51:38
6667         Log: integrate change#6250 from cfgperl
6668              
6669              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
6670              From: Doug MacEachern <dougm@covalent.net>
6671              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
6672              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
6673      Branch: maint-5.6/perl
6674           +> t/op/my_stash.t
6675           !> MANIFEST embed.pl global.sym proto.h toke.c
6676 ____________________________________________________________________________
6677 [  7766] By: gsar                                  on 2000/11/20  10:48:34
6678         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
6679              
6680              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
6681              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
6682              Date: Mon, 26 Jun 2000 18:40:14 +0100
6683              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
6684              
6685              Subject: [PATCH] bytes<->utf8 fixes
6686              From: simon@brecon.co.uk (Simon Cozens)
6687              Date: 26 Jun 2000 04:55:45 GMT
6688              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
6689              
6690              Subject: [PATCH] is_utf8_string
6691              From: simon@brecon.co.uk (Simon Cozens)
6692              Date: 26 Jun 2000 02:25:59 GMT
6693              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
6694              
6695              Subject: [PATCH] avoid mg_ptr in '*' magic
6696              From: Doug MacEachern <dougm@covalent.net>
6697              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
6698              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
6699              
6700              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
6701              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
6702              Date: Sat, 24 Jun 2000 13:06:20 +0100
6703              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
6704              
6705              Allow for standalone testing.
6706              
6707              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
6708              From: Mark-Jason Dominus <mjd@plover.com>
6709              Date: Tue, 27 Jun 2000 22:36:42 -0400
6710              Message-ID: <20000628023642.12166.qmail@plover.com>
6711              
6712              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
6713              From: Frank Tobin <ftobin@uiuc.edu>
6714              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
6715              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
6716      Branch: maint-5.6/perl
6717           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
6718           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
6719           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
6720           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
6721           !> utf8.c utils/h2xs.PL
6722 ____________________________________________________________________________
6723 [  7765] By: gsar                                  on 2000/11/20  10:29:13
6724         Log: integrate change#6239 from cfgperl
6725              
6726              Configure maintenance.  Sever some dependency cycles,
6727              separate gccversion from the cc unit,
6728              address [ID 20000623.006] Configure script patch for using gcc on AIX
6729              (but solve it a little bit differently),
6730              unduplex some accidentally duplicated units,
6731              suggest using gcc if no cc available
6732              (p5p thread: "Solaris configure: counterproposal", 1999-09)
6733      Branch: maint-5.6/perl
6734           !> Configure Todo-5.6 config_h.SH
6735 ____________________________________________________________________________
6736 [  7764] By: gsar                                  on 2000/11/20  10:25:55
6737         Log: integrate changes#6233..6238 from cfgperl
6738              
6739              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
6740              From: Mark-Jason Dominus <mjd@plover.com>
6741              Date: Fri, 16 Jun 2000 20:53:04 -0400
6742              Message-ID: <20000617005304.8008.qmail@plover.com>
6743              
6744              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
6745              because when run as services (Win32ese for daemons)
6746              no environment variables are set and tmpdir ends up as /tmp,
6747              which is ambiguous.
6748              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
6749              From: matt@sergeant.org
6750              Date: 16 Jun 2000 16:30:43 -0000
6751              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
6752              
6753              The thread begun by
6754              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
6755              From: Kevin.Ruscoe@ubsw.com
6756              Date: Fri, 16 Jun 2000 16:38:51 +0100
6757              Message-Id: <H000019b03c300d6@MHS>
6758              
6759              Tweak embed.pl, regen headers.
6760              
6761              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
6762              From: Dan Sugalski <dan@sidhe.org>
6763              Date: Fri, 23 Jun 2000 17:00:00 -0400
6764              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
6765      Branch: maint-5.6/perl
6766           !> (integrate 27 files)
6767 ____________________________________________________________________________
6768 [  7763] By: gsar                                  on 2000/11/20  10:08:08
6769         Log: s/perl56delta/perldelta/g
6770      Branch: maint-5.6/perl
6771            ! pod/Makefile
6772 ____________________________________________________________________________
6773 [  7762] By: gsar                                  on 2000/11/20  10:04:00
6774         Log: integrate changes#6225,6229,6231,6232 from cfgperl
6775              
6776              Add source code filenames to apidoc.
6777              From: simon@brecon.co.uk (Simon Cozens)
6778              Subject: [PATCH embed.pl] Source X-ref
6779              Date: 22 Jun 2000 02:18:49 GMT
6780              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
6781              
6782              Subject: README.hpux version 0.6.1
6783              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
6784              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
6785              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
6786              
6787              Subject: [PATCH 5.6.0] cygwin port
6788              From: "Fifer, Eric" <EFifer@sanwaint.com>
6789              Date: Tue, 20 Jun 2000 14:30:58 +0100
6790              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
6791              
6792              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
6793              From: simon@brecon.co.uk (Simon Cozens)
6794              Date: 19 Jun 2000 15:18:27 GMT
6795              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
6796              
6797              plus update pod/Makefile and regenerate perltoc
6798      Branch: maint-5.6/perl
6799           +> pod/perlutil.pod
6800           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
6801           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
6802 ____________________________________________________________________________
6803 [  7761] By: jhi                                   on 2000/11/20  04:09:55
6804         Log: Miraculous typo.
6805      Branch: perl
6806            ! t/op/pat.t
6807 ____________________________________________________________________________
6808 [  7760] By: jhi                                   on 2000/11/20  04:06:08
6809         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
6810              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6811              Date: Sun, 19 Nov 2000 22:30:26 -0500
6812              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
6813      Branch: perl
6814            ! regexec.c scope.h t/op/pat.t
6815 ____________________________________________________________________________
6816 [  7759] By: jhi                                   on 2000/11/20  02:05:22
6817         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
6818      Branch: perl
6819            ! perl.h
6820 ____________________________________________________________________________
6821 [  7758] By: jhi                                   on 2000/11/20  01:58:11
6822         Log: Subject: [perl 7711: EPOC] updates
6823              From: Olaf Flebbe <o.flebbe@gmx.de>
6824              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
6825              Message-ID: <25575.974658810@www23.gmx.net>               
6826      Branch: perl
6827            + lib/File/Spec/Epoc.pm
6828            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
6829            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
6830            ! lib/File/Spec.pm perl.c sv.c
6831 ____________________________________________________________________________
6832 [  7757] By: jhi                                   on 2000/11/20  01:53:11
6833         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
6834      Branch: perl
6835            ! MANIFEST
6836 ____________________________________________________________________________
6837 [  7756] By: jhi                                   on 2000/11/20  01:47:22
6838         Log: Integrate perlio.
6839      Branch: perl
6840            - ext/re/hints/MSWin32.pl
6841           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
6842           !> win32/config.gc win32/config_H.gc win32/win32sck.c
6843 ____________________________________________________________________________
6844 [  7755] By: nick                                  on 2000/11/19  20:57:17
6845         Log: Add dummy crlf layer (just as buffer)
6846              Correct 1st bug - one layer of indirection.
6847      Branch: perlio
6848            ! perlio.c perlio.h perliol.h
6849 ____________________________________________________________________________
6850 [  7754] By: nick                                  on 2000/11/19  20:56:12
6851         Log: Work-round to Perl_deb_nocontext is no longer required
6852      Branch: perlio
6853            - ext/re/hints/MSWin32.pl
6854 ____________________________________________________________________________
6855 [  7753] By: nick                                  on 2000/11/19  20:01:16
6856         Log: diff -se shows these as different
6857      Branch: perlio
6858            ! global.sym pod/perlapi.pod
6859 ____________________________________________________________________________
6860 [  7752] By: nick                                  on 2000/11/19  18:57:30
6861         Log: Configure GCC/Win32 build -Duseperlio
6862              Fix a couple of gross issues
6863              - double-include of ../deb.o in re.dll
6864              - win32sck.c needs PerlIO and FILE 
6865      Branch: perlio
6866            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
6867            ! win32/win32sck.c
6868 ____________________________________________________________________________
6869 [  7751] By: nick                                  on 2000/11/19  17:05:36
6870         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
6871      Branch: perlio
6872            ! perlio.c
6873 ____________________________________________________________________________
6874 [  7750] By: nick                                  on 2000/11/19  16:57:14
6875         Log: Missing aTHX_
6876      Branch: perlio
6877            ! sv.c
6878 ____________________________________________________________________________
6879 [  7749] By: jhi                                   on 2000/11/19  16:28:40
6880         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
6881              From: "Peter J. Farley III" <pjfarley@banet.net>
6882              Date: Sun, 19 Nov 2000 01:42:58 -0500
6883              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
6884      Branch: perl
6885            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
6886 ____________________________________________________________________________
6887 [  7748] By: jhi                                   on 2000/11/19  16:08:10
6888         Log: Subject: podlators 1.05 available        
6889              From: Russ Allbery <rra@stanford.edu>   
6890              Date: 18 Nov 2000 22:04:28 -0800
6891              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
6892      Branch: perl
6893            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
6894 ____________________________________________________________________________
6895 [  7747] By: nick                                  on 2000/11/19  11:19:39
6896         Log: Integrate mainline
6897      Branch: perlio
6898           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
6899           !> util.c
6900 ____________________________________________________________________________
6901 [  7746] By: jhi                                   on 2000/11/19  06:42:22
6902         Log: Make hex scanning warn on "\x{x}" and "\xx".
6903              "\x" and and hex("x") are still valid.
6904      Branch: perl
6905            ! util.c
6906 ____________________________________________________________________________
6907 [  7745] By: nick                                  on 2000/11/18  22:52:28
6908         Log: Integrate mainline
6909      Branch: perlio
6910           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
6911           !> perl.h perlio.c proto.h regcomp.c regcomp.h
6912 ____________________________________________________________________________
6913 [  7744] By: jhi                                   on 2000/11/18  22:50:28
6914         Log: Introduce Perl_utf8_length().  Use it.
6915      Branch: perl
6916            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
6917 ____________________________________________________________________________
6918 [  7743] By: jhi                                   on 2000/11/18  22:38:51
6919         Log: Compiler denit.
6920      Branch: perl
6921            ! perlio.c
6922 ____________________________________________________________________________
6923 [  7742] By: jhi                                   on 2000/11/18  20:33:05
6924         Log: Integrate perlio.
6925      Branch: perl
6926           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
6927           !> perlio.h pp_ctl.c pp_sys.c sv.c
6928 ____________________________________________________________________________
6929 [  7741] By: jhi                                   on 2000/11/18  20:31:27
6930         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
6931              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6932              Date: Fri, 17 Nov 2000 20:35:11 -0500
6933              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
6934              
6935              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
6936              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6937              Date: Fri, 17 Nov 2000 21:03:47 -0500
6938              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
6939              
6940              Plus a little bit of tweaking in pregcomp().
6941      Branch: perl
6942            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
6943 ____________________________________________________________________________
6944 [  7740] By: nick                                  on 2000/11/18  20:17:22
6945         Log: Lexical use open ... support:
6946              add ->cop_io to COP structure in cop.h.
6947              Make mg.c and gv.c associate it with ${^OPEN}.
6948              Make lib/open.pm set it.
6949              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
6950              manner similar to ->cop_warnings.
6951              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
6952              call new PerlIO_apply_layers().
6953              Declare latter in perlio.h and define in perlio.c
6954      Branch: perlio
6955            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
6956            ! perlio.h pp_ctl.c pp_sys.c sv.c
6957 ____________________________________________________________________________
6958 [  7739] By: jhi                                   on 2000/11/18  19:54:00
6959         Log: Integrate perlio.
6960      Branch: perl
6961           !> doio.c perlio.c pp.c
6962 ____________________________________________________________________________
6963 [  7738] By: jhi                                   on 2000/11/18  17:16:13
6964         Log: Subject: [PATCH 5.7.0] etags broken again
6965              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6966              Date: Sat, 18 Nov 2000 02:41:36 -0500
6967              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
6968      Branch: perl
6969            ! emacs/ptags
6970 ____________________________________________________________________________
6971 [  7737] By: jhi                                   on 2000/11/18  17:12:18
6972         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
6973      Branch: perl
6974            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
6975 ____________________________________________________________________________
6976 [  7736] By: nick                                  on 2000/11/18  14:06:20
6977         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
6978              part to be isolated.
6979      Branch: perlio
6980            ! doio.c perlio.c
6981 ____________________________________________________________________________
6982 [  7735] By: nick                                  on 2000/11/18  11:03:32
6983         Log: Integrate mainline
6984      Branch: perlio
6985           !> Changes README.amiga README.win32 patchlevel.h
6986           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
6987 ____________________________________________________________________________
6988 [  7734] By: jhi                                   on 2000/11/18  01:18:56
6989         Log: Update Changes.
6990      Branch: perl
6991            ! Changes patchlevel.h
6992 ____________________________________________________________________________
6993 [  7733] By: jhi                                   on 2000/11/18  00:32:54
6994         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
6995              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6996              Date: Fri, 17 Nov 2000 17:28:02 -0500
6997              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
6998      Branch: perl
6999            ! regcomp.c regexec.c t/op/re_tests
7000 ____________________________________________________________________________
7001 [  7732] By: jhi                                   on 2000/11/18  00:28:56
7002         Log: Sparc 64-bit pack() fix from Jens Hamisch.
7003      Branch: perl
7004            ! pp.c
7005 ____________________________________________________________________________
7006 [  7731] By: jhi                                   on 2000/11/18  00:18:39
7007         Log: Explain in more detail the {} syntax ambiguousity.
7008              
7009              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
7010              From: Nicholas Clark <nick@ccl4.org>
7011              Date: Fri, 17 Nov 2000 22:10:28 +0000
7012              Message-ID: <20001117221028.A88930@plum.flirble.org>
7013      Branch: perl
7014            ! pod/perlfunc.pod
7015 ____________________________________________________________________________
7016 [  7730] By: jhi                                   on 2000/11/18  00:12:18
7017         Log: Subject: Fix for README.amiga (20000323.033)
7018              From: "Stephen P. Potter" <spp@spotter.yi.org>
7019              Date: Fri, 17 Nov 2000 12:25:51 -0500
7020              Message-Id: <200011171725.MAA05768@spotter.yi.org>
7021      Branch: perl
7022            ! README.amiga
7023 ____________________________________________________________________________
7024 [  7729] By: jhi                                   on 2000/11/18  00:08:34
7025         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
7026              From: "A. C. Yardley" <yardley@tanet.net>
7027              Date: Mon, 3 Apr 2000 11:35:33 -0700
7028              Message-ID: <3483.000403@tanet.net>
7029      Branch: perl
7030            ! README.win32
7031 ____________________________________________________________________________
7032 [  7728] By: nick                                  on 2000/11/17  21:59:47
7033         Log: Integrate mainline
7034      Branch: perlio
7035           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
7036           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
7037           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
7038           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
7039 ____________________________________________________________________________
7040 [  7727] By: nick                                  on 2000/11/17  21:56:31
7041         Log: Experiment on use of attributes.pm interface.
7042              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
7043              SVt_PVRV if not already something better (else vivify of say magic gets
7044              core dump).
7045      Branch: perlio
7046            ! perlio.c pp.c
7047 ____________________________________________________________________________
7048 [  7726] By: jhi                                   on 2000/11/17  14:15:49
7049         Log: Subject: Fix for 20000815.006
7050              From: "Stephen P. Potter" <spp@spotter.yi.org>
7051              Date: Fri, 17 Nov 2000 08:57:45 -0500
7052              Message-Id: <200011171357.IAA05122@spotter.yi.org>
7053              
7054              It's really 20000518.006.
7055      Branch: perl
7056            ! pod/perlmodlib.PL
7057 ____________________________________________________________________________
7058 [  7725] By: jhi                                   on 2000/11/17  14:12:31
7059         Log: Subject: Fix for 20000409.001
7060              From: "Stephen P. Potter" <spp@spotter.yi.org>
7061              Date: Fri, 17 Nov 2000 08:55:45 -0500
7062              Message-Id: <200011171355.IAA05104@spotter.yi.org>
7063      Branch: perl
7064            ! pod/perlfaq9.pod
7065 ____________________________________________________________________________
7066 [  7724] By: jhi                                   on 2000/11/17  14:08:58
7067         Log: Undo #7627 now that we have =head3.
7068      Branch: perl
7069            ! pod/perlhack.pod
7070 ____________________________________________________________________________
7071 [  7723] By: jhi                                   on 2000/11/17  14:04:09
7072         Log: As surmised the #7719 wasn't a good move.
7073      Branch: perl
7074            ! hints/solaris_2.sh
7075 ____________________________________________________________________________
7076 [  7722] By: jhi                                   on 2000/11/17  13:59:04
7077         Log: Also the 64bitall hints can be either here or there.
7078      Branch: perl
7079            ! hints/solaris_2.sh
7080 ____________________________________________________________________________
7081 [  7721] By: jhi                                   on 2000/11/17  02:26:23
7082         Log: Test tweak for the open pragma.
7083      Branch: perl
7084            ! t/lib/b.t
7085 ____________________________________________________________________________
7086 [  7720] By: jhi                                   on 2000/11/17  00:23:22
7087         Log: The long double hints can be here or there.
7088      Branch: perl
7089            ! hints/solaris_2.sh
7090 ____________________________________________________________________________
7091 [  7719] By: jhi                                   on 2000/11/17  00:14:06
7092         Log: For Solaris use64bitall the stdchar needs a little bit of help.
7093      Branch: perl
7094            ! hints/solaris_2.sh
7095 ____________________________________________________________________________
7096 [  7718] By: jhi                                   on 2000/11/16  23:27:34
7097         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
7098              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
7099              Date: Wed, 15 Nov 2000 08:56:32 +0100
7100              Message-ID: <3A1241B0.64477E00@alcatel.at>
7101      Branch: perl
7102            ! lib/Carp/Heavy.pm
7103 ____________________________________________________________________________
7104 [  7717] By: jhi                                   on 2000/11/16  23:23:29
7105         Log: Subject: [PATCH] Re: 20001101.003 PDL
7106              From: Nicholas Clark <nick@ccl4.org>
7107              Date: Thu, 16 Nov 2000 16:48:25 +0000
7108              Message-ID: <20001116164825.B93487@plum.flirble.org>
7109      Branch: perl
7110            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
7111 ____________________________________________________________________________
7112 [  7716] By: jhi                                   on 2000/11/16  23:21:31
7113         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
7114              From: "Casey R. Tweten" <crt@kiski.net>
7115              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
7116              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
7117      Branch: perl
7118            ! lib/Pod/Checker.pm pod/perlpod.pod
7119 ____________________________________________________________________________
7120 [  7715] By: jhi                                   on 2000/11/16  23:19:40
7121         Log: Avoid an infinite loop in VMS when utils scripts are run
7122              with no arguments, from Charles Lane.
7123      Branch: perl
7124            ! configure.com
7125 ____________________________________________________________________________
7126 [  7714] By: jhi                                   on 2000/11/16  23:17:08
7127         Log: Subject: perllocale.pod changes
7128              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
7129              Date: Mon, 13 Nov 2000 10:09:22 +0300
7130              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
7131      Branch: perl
7132            ! pod/perllocale.pod
7133 ____________________________________________________________________________
7134 [  7713] By: jhi                                   on 2000/11/16  23:14:06
7135         Log: Integrate perlio.
7136      Branch: perl
7137           !> doio.c perlio.c perlio.h util.c
7138 ____________________________________________________________________________
7139 [  7712] By: nick                                  on 2000/11/16  21:10:58
7140         Log: Integrate mainline
7141      Branch: perlio
7142           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
7143           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
7144           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
7145           !> vos/config.ga.def vos/config.ga.h win32/config.bc
7146           !> win32/config.gc win32/config.vc
7147 ____________________________________________________________________________
7148 [  7711] By: nick                                  on 2000/11/16  19:56:41
7149         Log: Minor tweaks:
7150              consistent way of getting 'rb', 'wb' etc. for binary opens
7151              move *perlio::layers to *open::layers
7152              a #define to show layers available
7153              DOSISH popen/PerlIO had export/import sense inverted.
7154      Branch: perlio
7155            ! doio.c perlio.c perlio.h util.c
7156 ____________________________________________________________________________
7157 [  7710] By: jhi                                   on 2000/11/16  15:46:05
7158         Log: Add HAS_SBRK_PROTO.
7159      Branch: metaconfig/U/perl
7160            + d_sbrkproto.U
7161      Branch: perl
7162            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7163            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
7164            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
7165            ! vos/config.ga.def vos/config.ga.h win32/config.bc
7166            ! win32/config.gc win32/config.vc
7167 ____________________________________________________________________________
7168 [  7709] By: nick                                  on 2000/11/16  07:31:49
7169         Log: Integrate mainline
7170      Branch: perlio
7171           !> (integrate 35 files)
7172 ____________________________________________________________________________
7173 [  7708] By: jhi                                   on 2000/11/16  05:33:03
7174         Log: These files are text, not binary.
7175      Branch: perl
7176            ! ext/Encode/Encode/iso8859-10.enc
7177            ! ext/Encode/Encode/iso8859-13.enc
7178            ! ext/Encode/Encode/iso8859-14.enc
7179            ! ext/Encode/Encode/iso8859-15.enc
7180 ____________________________________________________________________________
7181 [  7707] By: jhi                                   on 2000/11/16  01:53:37
7182         Log: Update Changes.
7183      Branch: perl
7184            ! Changes patchlevel.h
7185 ____________________________________________________________________________
7186 [  7706] By: jhi                                   on 2000/11/16  01:35:59
7187         Log: More #undefing of stdio.
7188      Branch: perl
7189            ! fakesdio.h nostdio.h
7190 ____________________________________________________________________________
7191 [  7705] By: jhi                                   on 2000/11/16  01:34:18
7192         Log: Add fwalk() probe to the configuration files and regen perltoc.
7193      Branch: perl
7194            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7195            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
7196            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
7197            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
7198            ! win32/config.bc win32/config.gc win32/config.vc
7199 ____________________________________________________________________________
7200 [  7704] By: jhi                                   on 2000/11/16  01:33:07
7201         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
7202              an optional third argument to Inlibc?)
7203      Branch: metaconfig/U/perl
7204            + d__fwalk.U
7205 ____________________________________________________________________________
7206 [  7703] By: jhi                                   on 2000/11/16  01:09:22
7207         Log: The type of the hash_cb() size argument is tricky.
7208      Branch: perl
7209            ! ext/DB_File/DB_File.xs
7210 ____________________________________________________________________________
7211 [  7702] By: jhi                                   on 2000/11/15  23:01:16
7212         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
7213      Branch: perl
7214            ! nostdio.h
7215 ____________________________________________________________________________
7216 [  7701] By: jhi                                   on 2000/11/15  22:52:32
7217         Log: Detypo.
7218      Branch: perl
7219            ! t/lib/bigfltpm.t
7220 ____________________________________________________________________________
7221 [  7700] By: jhi                                   on 2000/11/15  22:51:56
7222         Log: UINT64_C() work continues.
7223      Branch: perl
7224            ! handy.h perl.h utf8.h
7225 ____________________________________________________________________________
7226 [  7699] By: jhi                                   on 2000/11/15  14:13:04
7227         Log: SOCKS has its own USE_THREADS, based on
7228              
7229              Subject: [ID 20001114.002] et. al. bugfix followup
7230              From: Jens Hamisch <jens@Strawberry.COM> 
7231              Date: Wed, 15 Nov 2000 14:23:11 +0100
7232              Message-ID: <20001115142311.A21164@Strawberry.COM>
7233      Branch: perl
7234            ! perl.h
7235 ____________________________________________________________________________
7236 [  7698] By: jhi                                   on 2000/11/15  03:50:56
7237         Log: Add few missing #undefs and sort them.
7238      Branch: perl
7239            ! fakesdio.h
7240 ____________________________________________________________________________
7241 [  7697] By: jhi                                   on 2000/11/15  03:39:14
7242         Log: Linenumber fix.
7243      Branch: perl
7244            ! t/pragma/warn/utf8
7245 ____________________________________________________________________________
7246 [  7696] By: jhi                                   on 2000/11/15  02:55:26
7247         Log: EBCDIC tweaks.
7248              
7249              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
7250              From: Peter Prymmer <pvhp@forte.com>
7251              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
7252              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
7253      Branch: perl
7254            ! t/op/regmesg.t t/pragma/warn/utf8
7255 ____________________________________________________________________________
7256 [  7695] By: jhi                                   on 2000/11/15  02:53:58
7257         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
7258              From: Peter Prymmer <pvhp@forte.com>
7259              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
7260              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
7261      Branch: perl
7262            ! utf8.c
7263 ____________________________________________________________________________
7264 [  7694] By: jhi                                   on 2000/11/15  02:50:55
7265         Log: Subject: [PATCH: perl@7674] updates to README.os390
7266              From: Prymmer/Kahn <pvhp@best.com>
7267              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
7268              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
7269      Branch: perl
7270            ! README.os390
7271 ____________________________________________________________________________
7272 [  7693] By: jhi                                   on 2000/11/15  02:48:37
7273         Log: Quit utf8_to_uv() instantly if curlen == 0.
7274      Branch: perl
7275            ! utf8.c
7276 ____________________________________________________________________________
7277 [  7692] By: jhi                                   on 2000/11/15  02:24:29
7278         Log: Use u_int32_t for the size of hash_cb(), not size_t.
7279              
7280              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
7281              From: Jens Hamisch <jens@Strawberry.COM>     
7282              Date: Tue, 14 Nov 2000 19:03:55 +0100
7283              Message-Id: <20001114190355.A20559@Strawberry.COM>
7284      Branch: perl
7285            ! ext/DB_File/DB_File.xs
7286 ____________________________________________________________________________
7287 [  7691] By: jhi                                   on 2000/11/15  02:20:12
7288         Log: Use UINT64_C().
7289              
7290              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
7291              From: Jens Hamisch <jens@Strawberry.COM>
7292              Date: Tue, 14 Nov 2000 19:16:23 +0100
7293              Message-Id: <20001114191623.G20559@Strawberry.COM>
7294      Branch: perl
7295            ! utf8.c utf8.h
7296 ____________________________________________________________________________
7297 [  7690] By: jhi                                   on 2000/11/15  02:17:06
7298         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
7299              (a macro to define signed and unsigned integer constants).
7300      Branch: perl
7301            ! handy.h
7302 ____________________________________________________________________________
7303 [  7689] By: jhi                                   on 2000/11/15  01:56:51
7304         Log: Regen Configure.
7305      Branch: perl
7306            ! Configure
7307 ____________________________________________________________________________
7308 [  7688] By: jhi                                   on 2000/11/15  01:56:32
7309         Log: Make the unit know about SOCKS.
7310      Branch: metaconfig
7311            ! U/protos/socksizetype.U
7312 ____________________________________________________________________________
7313 [  7687] By: jhi                                   on 2000/11/15  01:54:47
7314         Log: Remove unused dependencies.
7315      Branch: metaconfig
7316            ! U/compline/d_getpagsz.U
7317 ____________________________________________________________________________
7318 [  7686] By: nick                                  on 2000/11/14  21:25:13
7319         Log: Integrate mainline.
7320      Branch: perlio
7321           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
7322           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
7323           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
7324           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
7325           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
7326           !> win32/config.bc win32/config.gc win32/config.vc
7327           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
7328 ____________________________________________________________________________
7329 [  7685] By: jhi                                   on 2000/11/14  17:54:56
7330         Log: Integrate perlio.
7331      Branch: perl
7332           +> fakesdio.h perliol.h
7333           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
7334           !> perlsdio.h perlsfio.h pod/perlfunc.pod
7335 ____________________________________________________________________________
7336 [  7684] By: nick                                  on 2000/11/14  17:43:04
7337         Log: PerlIO #include and #ifdef re-work.
7338      Branch: perlio
7339            + fakesdio.h perliol.h
7340            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
7341            ! perlsdio.h perlsfio.h
7342 ____________________________________________________________________________
7343 [  7683] By: jhi                                   on 2000/11/14  15:42:40
7344         Log: Hoist the duplicated socket/netdb include logic to perl.h;
7345              undef SETERRNO in case SOCKS has defined it.  Based on:
7346              
7347              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
7348              From: Jens Hamisch <jens@Strawberry.COM> 
7349              Date: Tue, 14 Nov 2000 11:34:40 +0100
7350              Message-Id: <20001114113440.A20005@Strawberry.COM>
7351      Branch: perl
7352            ! doio.c perl.h pp_sys.c
7353 ____________________________________________________________________________
7354 [  7682] By: jhi                                   on 2000/11/14  14:07:28
7355         Log: Subject: some additions for makefiles for win32 (for perl@7674)
7356              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
7357              Date: Tue, 14 Nov 2000 09:31:13 +0300
7358              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
7359      Branch: perl
7360            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
7361            ! win32/makefile.mk
7362 ____________________________________________________________________________
7363 [  7681] By: jhi                                   on 2000/11/14  14:01:41
7364         Log: Subject: tiny typo in perl5db.pl
7365              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
7366              Date: Tue, 14 Nov 2000 09:29:28 +0300
7367              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
7368      Branch: perl
7369            ! lib/perl5db.pl
7370 ____________________________________________________________________________
7371 [  7680] By: jhi                                   on 2000/11/14  04:13:50
7372         Log: Redo #7679 with LFs instead of CRLFs.
7373      Branch: perl
7374            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
7375            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
7376            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
7377 ____________________________________________________________________________
7378 [  7679] By: jhi                                   on 2000/11/14  01:21:09
7379         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
7380              From: Benjamin Stuhl <tiriath@yahoo.com> 
7381              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
7382              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
7383      Branch: perl
7384            + win32/bin/mdelete.bat
7385            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
7386            ! makedef.pl perlio.c win32/Makefile win32/config.gc
7387            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
7388 ____________________________________________________________________________
7389 [  7678] By: jhi                                   on 2000/11/14  01:19:20
7390         Log: Fix the re extension building for Win32.
7391              
7392              Subject: [PATCH perl@7638] Get PerlIO building on Win32
7393              From: Benjamin Stuhl <tiriath@yahoo.com> 
7394              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
7395              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
7396      Branch: perl
7397            + ext/re/hints/MSWin32.pl
7398            ! MANIFEST
7399 ____________________________________________________________________________
7400 [  7677] By: jhi                                   on 2000/11/14  01:13:54
7401         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
7402              From: sthoenna@efn.org
7403              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
7404              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
7405      Branch: perl
7406            ! doop.c pp.c toke.c utf8.c utf8.h
7407 ____________________________________________________________________________
7408 [  7676] By: jhi                                   on 2000/11/13  20:23:15
7409         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
7410              From: Nicholas Clark <nick@ccl4.org>
7411              Date: Mon, 13 Nov 2000 18:55:04 +0000
7412              Message-ID: <20001113185504.J29183@plum.flirble.org>
7413      Branch: perl
7414            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
7415 ____________________________________________________________________________
7416 [  7675] By: nick                                  on 2000/11/13  20:21:57
7417         Log: Integrate mainline ...
7418      Branch: perlio
7419           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
7420           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
7421           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
7422           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
7423 ____________________________________________________________________________
7424 [  7674] By: jhi                                   on 2000/11/13  15:07:56
7425         Log: Update Changes.
7426      Branch: perl
7427            ! Changes patchlevel.h
7428 ____________________________________________________________________________
7429 [  7673] By: jhi                                   on 2000/11/13  14:42:42
7430         Log: Remove the new two tests of lib/io_xs for now, they seem to
7431              fail under perlio on some platforms.
7432      Branch: perl
7433            ! t/lib/io_xs.t
7434 ____________________________________________________________________________
7435 [  7672] By: jhi                                   on 2000/11/13  13:57:53
7436         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
7437      Branch: perl
7438            ! perlio.c
7439 ____________________________________________________________________________
7440 [  7671] By: jhi                                   on 2000/11/13  05:30:48
7441         Log: Placate nervous compilers that see longer than ints switch()ing.
7442      Branch: perl
7443            ! utf8.c
7444 ____________________________________________________________________________
7445 [  7670] By: jhi                                   on 2000/11/13  05:14:21
7446         Log: fputs() does return EOF on error but here we don't care.
7447      Branch: perl
7448            ! perlio.c
7449 ____________________________________________________________________________
7450 [  7669] By: jhi                                   on 2000/11/13  05:02:45
7451         Log: Declare reg_data like reg_substr_data.
7452      Branch: perl
7453            ! regexp.h
7454 ____________________________________________________________________________
7455 [  7668] By: jhi                                   on 2000/11/13  04:54:34
7456         Log: Typos in #7667.
7457      Branch: perl
7458            ! perl.h
7459 ____________________________________________________________________________
7460 [  7667] By: jhi                                   on 2000/11/13  04:49:49
7461         Log: Cleanup messy #ifdef.
7462      Branch: perl
7463            ! perl.h
7464 ____________________________________________________________________________
7465 [  7666] By: jhi                                   on 2000/11/13  04:17:34
7466         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
7467              From: Nicholas Clark <nick@talking.bollo.cx>
7468              Date: Sun, 12 Nov 2000 21:14:11 +0000
7469              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
7470              
7471              Note: only one breakage of the two reported is fixed by this patch.
7472      Branch: perl
7473            ! perlio.c
7474 ____________________________________________________________________________
7475 [  7665] By: jhi                                   on 2000/11/13  04:05:07
7476         Log: Tweak the definition of the bit complement on UTF-8 data:
7477              if none of the characters in the string are > 0xff,
7478              the result is a complemented byte string, not a (UTF-8)
7479              char string.  Based on the summary in
7480              
7481              Subject: Re: [ID 20000918.005] ~ on wide chars
7482              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
7483              Date: Fri, 10 Nov 2000 09:47:15 -0800
7484              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
7485              
7486              This should give us the maximum backward (pre-char string)
7487              compatibility and utf8 compatibility.  The other alternative
7488              would be to limit the bit complement to be always byte only,
7489              taking the least significant byte of the chars.
7490      Branch: perl
7491            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
7492 ____________________________________________________________________________
7493 [  7664] By: jhi                                   on 2000/11/13  00:23:44
7494         Log: Couple of tests from #7660 salvaged.
7495      Branch: perl
7496            - t/op/tell.t
7497            ! MANIFEST t/io/tell.t
7498 ____________________________________________________________________________
7499 [  7663] By: jhi                                   on 2000/11/13  00:02:48
7500         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
7501              From: Nicholas Clark <nick@talking.bollo.cx>
7502              Date: Sun, 12 Nov 2000 21:23:43 +0000
7503              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
7504      Branch: perl
7505            ! perlsfio.h
7506 ____________________________________________________________________________
7507 [  7662] By: jhi                                   on 2000/11/13  00:01:39
7508         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
7509              From: Nicholas Clark <nick@talking.bollo.cx>
7510              Date: Sun, 12 Nov 2000 21:30:04 +0000
7511              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
7512      Branch: perl
7513            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
7514 ____________________________________________________________________________
7515 [  7661] By: jhi                                   on 2000/11/12  23:57:29
7516         Log: Document tell() on special streams.
7517      Branch: perl
7518            ! pod/perlfunc.pod
7519 ____________________________________________________________________________
7520 [  7660] By: jhi                                   on 2000/11/12  23:54:22
7521         Log: (Subsumed by #7664)
7522      Branch: perl
7523            + t/op/tell.t
7524            ! MANIFEST
7525 ____________________________________________________________________________
7526 [  7659] By: jhi                                   on 2000/11/12  22:55:25
7527         Log: Many subdocumented return values of the IO extension now documented.
7528              ungetc and write still left subdocumented.
7529              
7530              Subject: [PATCH] (was Re: IO::Handle::ungetc)
7531              From: Nicholas Clark <nick@talking.bollo.cx>
7532              Date: Sun, 12 Nov 2000 21:35:53 +0000
7533              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
7534      Branch: perl
7535            ! ext/IO/lib/IO/Handle.pm
7536 ____________________________________________________________________________
7537 [  7658] By: jhi                                   on 2000/11/12  21:37:06
7538         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
7539              From: Nicholas Clark <nick@talking.bollo.cx>
7540              Date: Sun, 12 Nov 2000 20:03:22 +0000
7541              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
7542      Branch: perl
7543            ! pod/perlfunc.pod
7544 ____________________________________________________________________________
7545 [  7657] By: jhi                                   on 2000/11/12  20:34:55
7546         Log: Integrate perlio.
7547      Branch: perl
7548           !> perlio.c
7549 ____________________________________________________________________________
7550 [  7656] By: nick                                  on 2000/11/12  19:25:06
7551         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
7552      Branch: perlio
7553            ! perlio.c
7554 ____________________________________________________________________________
7555 [  7655] By: nick                                  on 2000/11/12  19:09:41
7556         Log: Integrate mainline
7557      Branch: perlio
7558           +> README.solaris ext/Encode/Encode/cp1006.enc
7559           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
7560           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
7561           +> ext/Encode/Encode/iso8859-13.enc
7562           +> ext/Encode/Encode/iso8859-14.enc
7563           +> ext/Encode/Encode/iso8859-15.enc
7564           !> (integrate 34 files)
7565 ____________________________________________________________________________
7566 [  7654] By: jhi                                   on 2000/11/12  19:00:22
7567         Log: Add a metaconfig unit for fsync.
7568      Branch: metaconfig/U/perl
7569            + d_fsync.U
7570 ____________________________________________________________________________
7571 [  7653] By: jhi                                   on 2000/11/12  19:00:01
7572         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
7573      Branch: perl
7574            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7575            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
7576            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
7577            ! vos/config.ga.h win32/config.bc win32/config.gc
7578            ! win32/config.vc
7579 ____________________________________________________________________________
7580 [  7652] By: jhi                                   on 2000/11/11  21:12:01
7581         Log: Copy the s// information of README.hpux also to the perlrun.
7582      Branch: perl
7583            ! README.hpux pod/perlrun.pod
7584 ____________________________________________________________________________
7585 [  7651] By: jhi                                   on 2000/11/11  21:03:13
7586         Log: More README.solaris updates from Andy Dougherty.
7587      Branch: perl
7588            ! README.solaris
7589 ____________________________________________________________________________
7590 [  7650] By: jhi                                   on 2000/11/11  18:38:57
7591         Log: More descriptive error for unknown perlio layers.
7592              
7593              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
7594              From: Dominic Dunlop <domo@computer.org> 
7595              Date: Sat, 11 Nov 2000 18:20:32 +0100             
7596              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
7597      Branch: perl
7598            ! perlio.c pod/perldiag.pod
7599 ____________________________________________________________________________
7600 [  7649] By: jhi                                   on 2000/11/11  18:37:52
7601         Log: MachTen doesn't really do mmap() and munmap().
7602              
7603              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
7604              From: Dominic Dunlop <domo@computer.org> 
7605              Date: Sat, 11 Nov 2000 18:20:32 +0100             
7606              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
7607      Branch: perl
7608            ! hints/machten.sh
7609 ____________________________________________________________________________
7610 [  7648] By: jhi                                   on 2000/11/11  18:36:46
7611         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
7612              From: rspier@pobox.com (Robert Spier)
7613              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
7614              Message-ID: <14861.32839.491271.985797@rls.cx>
7615      Branch: perl
7616            ! Porting/Contract pod/perltoot.pod
7617 ____________________________________________________________________________
7618 [  7647] By: jhi                                   on 2000/11/11  18:35:30
7619         Log: Simplify the getpagesize() unit by dropping the
7620              pagesize probe since it's nowadays slightly more
7621              complicated because of sysconf(). (Note: if some
7622              platform really needs the -lPW for getpagesize,
7623              I just broke it.)
7624              
7625              TODO: a new pagesize unit.
7626      Branch: metaconfig
7627            ! U/compline/d_getpagsz.U
7628 ____________________________________________________________________________
7629 [  7646] By: jhi                                   on 2000/11/11  18:33:23
7630         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
7631      Branch: perl
7632            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7633            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
7634            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
7635            ! vos/config.ga.h win32/config.bc win32/config.gc
7636            ! win32/config.vc
7637 ____________________________________________________________________________
7638 [  7645] By: jhi                                   on 2000/11/11  16:45:15
7639         Log: Use sysconf() or getpagesize() to find out the pagesize.
7640      Branch: perl
7641            ! perlio.c
7642 ____________________________________________________________________________
7643 [  7644] By: jhi                                   on 2000/11/11  15:46:08
7644         Log: Integrate perlio.
7645      Branch: perl
7646           !> perlio.c
7647 ____________________________________________________________________________
7648 [  7643] By: jhi                                   on 2000/11/11  15:33:36
7649         Log: Subject: Re: [PATCH] README.solaris
7650              From: Lupe Christoph <lupe@lupe-christoph.de>
7651              Date: Sat, 11 Nov 2000 14:08:10 +0100
7652              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
7653      Branch: perl
7654            ! README.solaris
7655 ____________________________________________________________________________
7656 [  7642] By: jhi                                   on 2000/11/11  15:22:12
7657         Log: Subject: [PATCH perl@7638] cygwin port
7658              From: "Eric Fifer" <egf7@columbia.edu>            
7659              Date: Fri, 10 Nov 2000 19:30:30 -0000
7660              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
7661      Branch: perl
7662            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
7663 ____________________________________________________________________________
7664 [  7641] By: nick                                  on 2000/11/11  14:50:36
7665         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
7666              Also call "Buf" layer directly when unread'ing non-read chars.
7667      Branch: perlio
7668            ! perlio.c
7669 ____________________________________________________________________________
7670 [  7640] By: jhi                                   on 2000/11/11  02:05:02
7671         Log: Add more encoding tables.
7672      Branch: perl
7673            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
7674            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
7675            + ext/Encode/Encode/iso8859-10.enc
7676            + ext/Encode/Encode/iso8859-13.enc
7677            + ext/Encode/Encode/iso8859-14.enc
7678            + ext/Encode/Encode/iso8859-15.enc
7679            ! MANIFEST
7680 ____________________________________________________________________________
7681 [  7639] By: jhi                                   on 2000/11/10  18:49:25
7682         Log: Subject: [PATCH] README.solaris
7683              From: Andy Dougherty <doughera@lafayette.edu>
7684              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
7685              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
7686      Branch: perl
7687            + README.solaris
7688            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
7689            ! pod/perl.pod pod/perltoc.pod
7690 ____________________________________________________________________________
7691 [  7638] By: jhi                                   on 2000/11/10  15:04:15
7692         Log: Update Changes.
7693      Branch: perl
7694            ! Changes patchlevel.h
7695 ____________________________________________________________________________
7696 [  7637] By: jhi                                   on 2000/11/10  14:14:28
7697         Log: Explain better why certain regex tests are skipped.
7698              
7699              Subject: Re: tests skipped: unknown reason
7700              From: Lupe Christoph <lupe@lupe-christoph.de>
7701              Date: Fri, 10 Nov 2000 09:08:56 +0100
7702              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
7703      Branch: perl
7704            ! t/op/regexp.t
7705 ____________________________________________________________________________
7706 [  7636] By: nick                                  on 2000/11/10  13:40:00
7707         Log: Integrate mainline.
7708      Branch: perlio
7709           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
7710           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
7711           !> win32/bin/search.pl
7712 ____________________________________________________________________________
7713 [  7635] By: nick                                  on 2000/11/10  13:25:52
7714         Log: Re-instate stdio large file support via perlio.
7715      Branch: perl
7716            ! perlio.c
7717 ____________________________________________________________________________
7718 [  7634] By: jhi                                   on 2000/11/10  04:49:55
7719         Log: Amdahl UTS hints updates.
7720              
7721              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
7722              From: hom00@utsglobal.com (Harold O Morris)
7723              Date: Thu, 9 Nov 2000 20:02 PST
7724              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
7725      Branch: perl
7726            ! hints/uts.sh
7727 ____________________________________________________________________________
7728 [  7633] By: jhi                                   on 2000/11/09  23:33:28
7729         Log: Subject: [PATCH] IO::Seekable pod
7730              From: Nicholas Clark <nick@talking.bollo.cx>
7731              Date: Thu, 9 Nov 2000 20:29:45 +0000
7732              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
7733      Branch: perl
7734            ! ext/IO/lib/IO/Handle.pm
7735 ____________________________________________________________________________
7736 [  7632] By: jhi                                   on 2000/11/09  21:55:41
7737         Log: Various doc oddball characters.
7738              
7739              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
7740              From: Michael Somos <somos@grail.cba.csuohio.edu>
7741              Date: Mon, 6 Nov 2000 17:44:20 -0500
7742              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
7743      Branch: perl
7744            ! emacs/cperl-mode.el lib/unicode/syllables.txt
7745            ! win32/bin/search.pl
7746 ____________________________________________________________________________
7747 [  7631] By: jhi                                   on 2000/11/09  21:12:29
7748         Log: Subject: Re: bash -c exit and linux hints 
7749              From: "John P. Linderman" <jpl@research.att.com>
7750              Date: Thu, 02 Nov 2000 09:37:25 -0500
7751              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
7752      Branch: perl
7753            ! hints/linux.sh
7754 ____________________________________________________________________________
7755 [  7630] By: nick                                  on 2000/11/09  20:34:11
7756         Log: Integrate mainline.
7757      Branch: perlio
7758           !> (integrate 91 files)
7759 ____________________________________________________________________________
7760 [  7629] By: jhi                                   on 2000/11/09  19:46:31
7761         Log: Missing dTHXs.
7762              
7763              Subject: RE: perl@7595 builds not on cygwin
7764              From: "Eric Fifer" <egf7@columbia.edu>
7765              Date: Thu, 9 Nov 2000 19:26:50 -0000
7766              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
7767      Branch: perl
7768            ! ext/Devel/Peek/Peek.xs
7769 ____________________________________________________________________________
7770 [  7628] By: jhi                                   on 2000/11/09  14:48:27
7771         Log: Disable only the tests 99 and 166 for UTF-8 locales.
7772      Branch: perl
7773            ! t/pragma/locale.t
7774 ____________________________________________________________________________
7775 [  7627] By: jhi                                   on 2000/11/09  14:40:27
7776         Log: There's no =head3.
7777      Branch: perl
7778            ! pod/perlhack.pod
7779 ____________________________________________________________________________
7780 [  7626] By: jhi                                   on 2000/11/09  13:54:26
7781         Log: The generated boot_* headers are wrong.  Pickier compiler,
7782              such as KAI C++ will refuse to compile the resulting perlmain.
7783              
7784              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
7785              From: Harri Pasanen <harri.pasanen@trema.com>
7786              Date: Thu, 09 Nov 2000 14:23:28 +0100
7787              Message-Id: <3A0AA550.26D548A3@trema.com>
7788      Branch: perl
7789            ! minimod.pl
7790 ____________________________________________________________________________
7791 [  7625] By: jhi                                   on 2000/11/09  13:50:44
7792         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
7793              From: Prymmer/Kahn <pvhp@best.com>
7794              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
7795              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
7796              
7797              All except the "cow orker" change.
7798      Branch: perl
7799            ! Porting/pumpkin.pod
7800 ____________________________________________________________________________
7801 [  7624] By: jhi                                   on 2000/11/09  13:45:33
7802         Log: Fix for
7803              
7804              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
7805              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
7806              Date: Thu, 09 Nov 2000 11:05:52 +0100
7807              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
7808      Branch: perl
7809            ! pod/perldiag.pod t/pragma/warn/pp_sys
7810 ____________________________________________________________________________
7811 [  7623] By: jhi                                   on 2000/11/09  13:37:16
7812         Log: Typo in an ifndef.
7813              
7814              Subject: Re: [PATCH 5.7.0] better messages from malloc()
7815              From: Joe Smith <jms@inwap.com>         
7816              Date: Thu, 09 Nov 2000 01:33:14 -0800
7817              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
7818      Branch: perl
7819            ! malloc.c
7820 ____________________________________________________________________________
7821 [  7622] By: jhi                                   on 2000/11/09  13:31:18
7822         Log: Remove unused extra arguments.
7823      Branch: metaconfig/U/perl
7824            ! perlxv.U
7825      Branch: perl
7826            ! Configure config_h.SH
7827 ____________________________________________________________________________
7828 [  7621] By: jhi                                   on 2000/11/09  13:16:36
7829         Log: More VMS moves on environment handling, from Charles Lane.
7830      Branch: perl
7831            ! t/pragma/locale.t
7832 ____________________________________________________________________________
7833 [  7620] By: jhi                                   on 2000/11/09  04:42:38
7834         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
7835              From: David Dyck <dcd@tc.fluke.com>
7836              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
7837              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
7838      Branch: perl
7839            ! pp_sys.c
7840 ____________________________________________________________________________
7841 [  7619] By: jhi                                   on 2000/11/09  04:36:21
7842         Log: Forgot from #7618.
7843      Branch: perl
7844            ! lib/File/stat.pm
7845 ____________________________________________________________________________
7846 [  7618] By: jhi                                   on 2000/11/09  04:28:44
7847         Log: Make deleting for %ENV work for (newer versions of) VMS,
7848              from Craig A. Berry.
7849      Branch: perl
7850            ! vms/vms.c
7851 ____________________________________________________________________________
7852 [  7617] By: jhi                                   on 2000/11/09  04:25:05
7853         Log: Subject: [PATCH] Class::Struct at compile time
7854              From: "Casey R. Tweten" <crt@kiski.net>
7855              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
7856              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
7857      Branch: perl
7858            ! lib/Class/Struct.pm
7859 ____________________________________________________________________________
7860 [  7616] By: jhi                                   on 2000/11/09  04:15:17
7861         Log: Subject: [ID 20001108.013] spelling
7862              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
7863              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
7864              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
7865      Branch: perl
7866            ! lib/ftp.pl
7867 ____________________________________________________________________________
7868 [  7615] By: jhi                                   on 2000/11/09  04:12:42
7869         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
7870              From: Peter Prymmer <pvhp@forte.com>
7871              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
7872              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
7873      Branch: perl
7874            ! configure.com
7875 ____________________________________________________________________________
7876 [  7614] By: jhi                                   on 2000/11/08  22:42:55
7877         Log: A missing aTHX_.
7878      Branch: perl
7879            ! ext/IPC/SysV/SysV.xs
7880 ____________________________________________________________________________
7881 [  7613] By: jhi                                   on 2000/11/08  19:30:21
7882         Log: Update Changes.
7883      Branch: perl
7884            ! Changes patchlevel.h
7885 ____________________________________________________________________________
7886 [  7612] By: jhi                                   on 2000/11/08  18:35:25
7887         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
7888              From: David Dyck <dcd@tc.fluke.com>
7889              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
7890              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
7891      Branch: perl
7892            ! pp_sys.c
7893 ____________________________________________________________________________
7894 [  7611] By: jhi                                   on 2000/11/08  18:30:26
7895         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
7896              From: Dominic Dunlop <domo@computer.org>
7897              Date: Tue, 7 Nov 2000 12:05:25 +0100
7898              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
7899      Branch: perl
7900            ! malloc.c
7901 ____________________________________________________________________________
7902 [  7610] By: jhi                                   on 2000/11/08  18:25:14
7903         Log: Do not test UTF-8 locales since that the tests would require
7904              polymorphic regexen.
7905      Branch: perl
7906            ! t/pragma/locale.t
7907 ____________________________________________________________________________
7908 [  7609] By: jhi                                   on 2000/11/08  17:12:51
7909         Log: Locale buglets.
7910              
7911              Subject: RE: Locales support (setlocale) fixes
7912              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
7913              Date: Wed, 8 Nov 2000 20:01:39 +0300
7914              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
7915      Branch: perl
7916            ! t/pragma/locale.t util.c
7917 ____________________________________________________________________________
7918 [  7608] By: jhi                                   on 2000/11/08  17:00:16
7919         Log: Deleting $ENV{PATH} in VMS is not recommendable.
7920      Branch: perl
7921            ! t/pragma/locale.t
7922 ____________________________________________________________________________
7923 [  7607] By: jhi                                   on 2000/11/08  16:58:26
7924         Log: Subject: PATCH std stdio for (Free)BSD
7925              From: Nicholas Clark <nick@ccl4.org>
7926              Date: Wed, 8 Nov 2000 15:36:29 +0000
7927              Message-ID: <20001108153629.D98736@plum.flirble.org>
7928      Branch: metaconfig
7929            ! U/compline/d_stdstdio.U
7930      Branch: perl
7931            ! Configure config_h.SH
7932 ____________________________________________________________________________
7933 [  7606] By: jhi                                   on 2000/11/08  16:43:31
7934         Log: Forgot to bump the line numbers in #7601.
7935      Branch: perl
7936            ! t/pragma/warn/pp_sys
7937 ____________________________________________________________________________
7938 [  7605] By: jhi                                   on 2000/11/08  16:39:12
7939         Log: More careful detection of how well NVs and UVs mix.
7940              
7941              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))
7942              From: Nicholas Clark <nick@ccl4.org>
7943              Date: Wed, 8 Nov 2000 15:14:12 +0000
7944              Message-ID: <20001108151412.B98736@plum.flirble.org>
7945              
7946              Added some SIGFPE paranoia.
7947      Branch: metaconfig/U/perl
7948            ! perlxv.U
7949      Branch: perl
7950            ! Configure config_h.SH
7951 ____________________________________________________________________________
7952 [  7604] By: jhi                                   on 2000/11/08  14:39:10
7953         Log: Subject: [patch perl@7595] VMS configure.com tweak
7954              From: "Craig A. Berry" <craigberry@mac.com>
7955              Date: Wed, 8 Nov 2000 00:24:12 -0600
7956              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
7957      Branch: perl
7958            ! configure.com
7959 ____________________________________________________________________________
7960 [  7603] By: jhi                                   on 2000/11/08  14:27:11
7961         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
7962              From: Robin Barker <rmb1@cise.npl.co.uk>
7963              Date: Wed, 8 Nov 2000 11:11:39 GMT
7964              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
7965      Branch: perl
7966            ! perlio.c
7967 ____________________________________________________________________________
7968 [  7602] By: jhi                                   on 2000/11/08  14:25:03
7969         Log: Fix for the tie-refhash string table leaks.
7970              
7971              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
7972              Date: Wed, 8 Nov 2000 13:03:04 GMT
7973              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
7974      Branch: perl
7975            ! t/lib/tie-refhash.t
7976 ____________________________________________________________________________
7977 [  7601] By: jhi                                   on 2000/11/08  14:21:08
7978         Log: Try to avoid flockless and emulationless places.
7979      Branch: perl
7980            ! t/pragma/warn/pp_sys
7981 ____________________________________________________________________________
7982 [  7600] By: jhi                                   on 2000/11/08  02:28:54
7983         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
7984              
7985              Subject: [PATCH] prototyped functions that should be overrideable
7986              From: "Casey R. Tweten" <crt@kiski.net>
7987              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
7988              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
7989      Branch: perl
7990            ! toke.c
7991 ____________________________________________________________________________
7992 [  7599] By: jhi                                   on 2000/11/08  01:12:05
7993         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
7994              
7995              Subject: [PATCH] perlbug.PL
7996              From: "Kurt D. Starsinic" <kstar@chapin.edu>
7997              Date: Mon, 6 Nov 2000 21:39:01 -0500
7998              Message-ID: <20001106213901.B20955@O2.chapin.edu>
7999      Branch: perl
8000            ! utils/perlbug.PL
8001 ____________________________________________________________________________
8002 [  7598] By: jhi                                   on 2000/11/07  23:42:00
8003         Log: Bad thinko in #7581 (I used the test program with the expanded
8004              values as-is).
8005      Branch: metaconfig
8006            ! U/compline/d_stdstdio.U
8007      Branch: perl
8008            ! Configure
8009 ____________________________________________________________________________
8010 [  7597] By: jhi                                   on 2000/11/07  21:43:29
8011         Log: Subject: [PATCH perl@7573] cygwin port
8012              From: "Fifer, Eric" <EFifer@sanwaint.com>
8013              Date: Tue, 7 Nov 2000 18:08:51 -0000 
8014              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
8015              
8016              Synchronize with Cygwin 1.1.5.
8017      Branch: perl
8018            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
8019            ! pod/perlport.pod unixish.h util.c
8020 ____________________________________________________________________________
8021 [  7596] By: jhi                                   on 2000/11/07  21:39:25
8022         Log: perlhack updates from H.Merijn Brand.
8023      Branch: perl
8024            ! pod/perlhack.pod
8025 ____________________________________________________________________________
8026 [  7595] By: jhi                                   on 2000/11/07  20:21:41
8027         Log: Update Changes.
8028      Branch: perl
8029            ! Changes patchlevel.h
8030 ____________________________________________________________________________
8031 [  7594] By: jhi                                   on 2000/11/07  19:18:58
8032         Log: Be more robust in Dynaloader.pm.
8033      Branch: perl
8034            ! ext/DynaLoader/DynaLoader_pm.PL
8035 ____________________________________________________________________________
8036 [  7593] By: jhi                                   on 2000/11/07  16:49:31
8037         Log: AUTHORS update.
8038      Branch: perl
8039            ! AUTHORS
8040 ____________________________________________________________________________
8041 [  7592] By: gsar                                  on 2000/11/07  16:39:51
8042         Log: normalize relative paths in virtualized current directory on windows,
8043              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
8044              returns)
8045      Branch: perl
8046            ! win32/vdir.h
8047 ____________________________________________________________________________
8048 [  7591] By: jhi                                   on 2000/11/07  16:04:26
8049         Log: Too profiler-happy: with optimization the #7590 actually makes
8050              the test to run 0.5% _slower_.  Requires much more instrumentation.
8051              Retract #7590.
8052      Branch: perl
8053            ! regcomp.c regcomp.h
8054 ____________________________________________________________________________
8055 [  7590] By: jhi                                   on 2000/11/07  15:51:13
8056         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
8057              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
8058              by using memset() and testing bytewise (as opposed to bitwise).
8059      Branch: perl
8060            ! regcomp.c regcomp.h
8061 ____________________________________________________________________________
8062 [  7589] By: jhi                                   on 2000/11/07  12:56:39
8063         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
8064              From: "Craig A. Berry" <craig.berry@psinetcs.com>
8065              Date: Mon, 06 Nov 2000 23:45:30 -0500
8066              Message-Id: <0011079735.AA973576259@univpress.com>
8067      Branch: perl
8068            ! configure.com t/lib/st-lock.t
8069 ____________________________________________________________________________
8070 [  7588] By: jhi                                   on 2000/11/07  01:03:28
8071         Log: Tweak #7587.
8072      Branch: perl
8073            ! pod/perldiag.pod
8074 ____________________________________________________________________________
8075 [  7587] By: jhi                                   on 2000/11/07  01:00:27
8076         Log: A doc addition for bug id 20001105.019, beware \p.
8077      Branch: perl
8078            ! pod/perldiag.pod
8079 ____________________________________________________________________________
8080 [  7586] By: jhi                                   on 2000/11/07  00:32:22
8081         Log: Fake support of holey files in win/dosish platforms.
8082              
8083              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
8084              From: kipp@shonanblue.ne.jp
8085              Date: Mon, 6 Nov 2000 13:30:55 -0800
8086              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
8087      Branch: perl
8088            ! ext/SDBM_File/sdbm/sdbm.c
8089 ____________________________________________________________________________
8090 [  7585] By: jhi                                   on 2000/11/07  00:12:54
8091         Log: Subject: Pod updates
8092              From: "Stephen P. Potter" <spp@spotter.yi.org>
8093              Date: Mon, 06 Nov 2000 18:56:43 -0500
8094              Message-Id: <200011062357.SAA18173@spotter.yi.org>
8095      Branch: perl
8096            ! README.dos README.os2 README.win32 pod/buildtoc.PL
8097            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
8098            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
8099            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
8100            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
8101            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
8102            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
8103            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
8104            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
8105            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
8106            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
8107            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
8108            ! pod/perltootc.pod pod/perlunicode.pod
8109 ____________________________________________________________________________
8110 [  7584] By: jhi                                   on 2000/11/07  00:04:17
8111         Log: Varargs don't always work too well if one puts an unsigned
8112              char on the stack and pop an unsigned quad off the stack.
8113              
8114              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
8115              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
8116              Date: Mon, 06 Nov 2000 15:19:05 -0800
8117              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
8118      Branch: perl
8119            ! utf8.c
8120 ____________________________________________________________________________
8121 [  7583] By: jhi                                   on 2000/11/06  23:58:48
8122         Log: %ENV note tweaks from Dan Sugalski.
8123      Branch: perl
8124            ! pod/perlport.pod vms/perlvms.pod
8125 ____________________________________________________________________________
8126 [  7582] By: jhi                                   on 2000/11/06  23:05:49
8127         Log: glibc5 detection by __GNU_LIBRARY__.
8128      Branch: perl
8129            ! toke.c
8130 ____________________________________________________________________________
8131 [  7581] By: jhi                                   on 2000/11/06  22:51:29
8132         Log: Make the stdio test program of 7427 less noisy while being 
8133              compiled so that Digital UNIX wouldn't get both
8134              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
8135              undefined.  This makes perlio happy.
8136      Branch: metaconfig
8137            ! U/compline/d_stdstdio.U
8138      Branch: perl
8139            ! Configure config_h.SH
8140 ____________________________________________________________________________
8141 [  7580] By: jhi                                   on 2000/11/06  22:41:41
8142         Log: Document %ENV = () portability issues.
8143      Branch: perl
8144            ! pod/perlport.pod vms/perlvms.pod
8145 ____________________________________________________________________________
8146 [  7579] By: jhi                                   on 2000/11/06  21:29:24
8147         Log: VOS updates from Paul Green.
8148      Branch: perl
8149            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
8150 ____________________________________________________________________________
8151 [  7578] By: jhi                                   on 2000/11/06  21:00:40
8152         Log: Sanitize the environment further.
8153      Branch: perl
8154            ! t/pragma/locale.t
8155 ____________________________________________________________________________
8156 [  7577] By: jhi                                   on 2000/11/06  20:53:51
8157         Log: Re-introduce 7552 lost in integration.
8158      Branch: perl
8159            ! perlio.c
8160 ____________________________________________________________________________
8161 [  7576] By: jhi                                   on 2000/11/06  20:33:46
8162         Log: Admit that the test leaks scalars.
8163      Branch: perl
8164            ! t/comp/proto.t
8165 ____________________________________________________________________________
8166 [  7575] By: jhi                                   on 2000/11/06  20:17:08
8167         Log: Integrate perlio.
8168      Branch: perl
8169           !> perlio.c
8170 ____________________________________________________________________________
8171 [  7574] By: nick                                  on 2000/11/06  20:07:28
8172         Log: Remove debug. Try (Mmap_t) on madvise() call.
8173      Branch: perlio
8174            ! perlio.c
8175 ____________________________________________________________________________
8176 [  7573] By: jhi                                   on 2000/11/06  13:56:05
8177         Log: Update Changes.
8178      Branch: perl
8179            ! Changes patchlevel.h
8180 ____________________________________________________________________________
8181 [  7572] By: jhi                                   on 2000/11/06  13:48:41
8182         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
8183              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8184              Date: Mon, 06 Nov 2000 10:11:42 +0100
8185              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
8186      Branch: perl
8187            ! pod/perlhack.pod
8188 ____________________________________________________________________________
8189 [  7571] By: jhi                                   on 2000/11/06  01:45:51
8190         Log: AUTHORS updates.
8191      Branch: perl
8192            ! AUTHORS
8193 ____________________________________________________________________________
8194 [  7570] By: jhi                                   on 2000/11/06  00:18:00
8195         Log: Fix for
8196              
8197              Subject: [ID 20000728.005] perl -P broken
8198              From: David Dyck <dcd@tc.fluke.com>
8199              Date: Fri, 28 Jul 2000 17:19:16 -0700
8200              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
8201              
8202              (hopefully).  The fix is also not complete, it seems to break
8203              BOM swallowing for libc5 systems, but until someone figures
8204              out a way to do this without ftell(), this will do.
8205      Branch: perl
8206            ! toke.c
8207 ____________________________________________________________________________
8208 [  7569] By: jhi                                   on 2000/11/06  00:05:30
8209         Log: Document that the evaled syntax errors cause scalar leaks.
8210      Branch: perl
8211            ! t/comp/proto.t
8212 ____________________________________________________________________________
8213 [  7568] By: jhi                                   on 2000/11/05  23:14:47
8214         Log: opmini.o can linger from Configures past.
8215      Branch: perl
8216            ! Makefile.SH
8217 ____________________________________________________________________________
8218 [  7567] By: jhi                                   on 2000/11/05  21:28:39
8219         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
8220              first argument correctly.
8221      Branch: perl
8222            ! perlio.c
8223 ____________________________________________________________________________
8224 [  7566] By: jhi                                   on 2000/11/05  21:15:56
8225         Log: Integrate perlio.
8226      Branch: perl
8227           !> perlio.c
8228 ____________________________________________________________________________
8229 [  7565] By: jhi                                   on 2000/11/05  21:15:13
8230         Log: Use -dM for gcc (the suggested patch did it only for Linux,
8231              but I think it can be generalized).
8232              
8233              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
8234              From: Pixel <pixel@mandrakesoft.com>
8235              Date: 05 Nov 2000 21:49:34 +0100 
8236              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
8237      Branch: perl
8238            ! ext/Errno/Errno_pm.PL
8239 ____________________________________________________________________________
8240 [  7564] By: nick                                  on 2000/11/05  21:09:18
8241         Log: Added a mmap layer as a "subclass" of perlio.
8242              PERLIO=mmap ./perl harness passes
8243      Branch: perlio
8244            ! perlio.c
8245 ____________________________________________________________________________
8246 [  7563] By: jhi                                   on 2000/11/05  19:48:55
8247         Log: Add a note for future generations about bug id 20000229.006.
8248      Branch: perl
8249            ! malloc.c
8250 ____________________________________________________________________________
8251 [  7562] By: jhi                                   on 2000/11/05  19:38:24
8252         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
8253      Branch: perl
8254            ! pp_ctl.c t/op/pos.t
8255 ____________________________________________________________________________
8256 [  7561] By: jhi                                   on 2000/11/05  18:21:46
8257         Log: Add =pod to be tidy.
8258      Branch: perl
8259            ! lib/Math/Complex.pm
8260 ____________________________________________________________________________
8261 [  7560] By: jhi                                   on 2000/11/05  17:38:46
8262         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
8263      Branch: perl
8264            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
8265            ! ext/Storable/Storable.xs t/lib/st-recurse.t
8266 ____________________________________________________________________________
8267 [  7559] By: jhi                                   on 2000/11/05  17:32:59
8268         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
8269              From: "Peter J. Farley III" <pjfarley@banet.net>
8270              Date: Sun, 05 Nov 2000 11:55:59 -0500
8271              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
8272      Branch: perl
8273            ! t/lib/syslog.t
8274 ____________________________________________________________________________
8275 [  7558] By: jhi                                   on 2000/11/05  17:29:19
8276         Log: Integrate perlio.
8277      Branch: perl
8278           !> perlio.c
8279 ____________________________________________________________________________
8280 [  7557] By: jhi                                   on 2000/11/05  17:22:01
8281         Log: A fix of sorts for 20000329.026, a better error message
8282              for a missing "use charnames" when using the \N{...}. 
8283      Branch: perl
8284            ! pod/perldiag.pod toke.c
8285 ____________________________________________________________________________
8286 [  7556] By: jhi                                   on 2000/11/05  16:33:50
8287         Log: Test tweak: show also the failed locales.
8288              
8289              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
8290              From: Lupe Christoph <lupe@lupe-christoph.de>         
8291              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
8292              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
8293      Branch: perl
8294            ! t/pragma/locale.t
8295 ____________________________________________________________________________
8296 [  7555] By: nick                                  on 2000/11/05  11:09:34
8297         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
8298              open RDWR so does not fail. (pragma/warnings 303 again...)
8299      Branch: perlio
8300            ! perlio.c
8301 ____________________________________________________________________________
8302 [  7554] By: nick                                  on 2000/11/05  10:10:13
8303         Log: Fix case where ungetc(f,EOF) was allowed.
8304              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
8305              so we can see similarities.
8306              Use types more carefully and a STDCHAR array in hope that this will
8307              fix Jarrko's 64bit machine.
8308      Branch: perlio
8309            ! perlio.c
8310 ____________________________________________________________________________
8311 [  7553] By: jhi                                   on 2000/11/05  01:12:16
8312         Log: Fix for
8313              
8314              Subject: [ID 20001004.007] taint propogation is inconsistent
8315              From: pimlott@idiomtech.com (Andrew Pimlott) 
8316              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
8317              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
8318              
8319              The culprit was sv_setsv() which was rather blindly
8320              propagating taint, which lead to behaviour where if
8321              a tainted anon hash value was seen all the hash values
8322              from then on at that level became tainted, or at any
8323              upper levels in the case of nested anon hashes.
8324      Branch: perl
8325            ! sv.c t/op/taint.t
8326 ____________________________________________________________________________
8327 [  7552] By: jhi                                   on 2000/11/04  23:44:18
8328         Log: Some cpps don't like splitting conditionals across several lines.
8329      Branch: perl
8330            ! perlio.c
8331 ____________________________________________________________________________
8332 [  7551] By: nick                                  on 2000/11/04  23:40:44
8333         Log: Integrate mainline
8334      Branch: perlio
8335           !> pp_hot.c t/op/taint.t
8336 ____________________________________________________________________________
8337 [  7550] By: nick                                  on 2000/11/04  23:39:05
8338         Log: Integrate mainline again
8339      Branch: perlio
8340           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
8341           !> t/lib/b.t t/op/misc.t util.c
8342 ____________________________________________________________________________
8343 [  7549] By: jhi                                   on 2000/11/04  23:14:01
8344         Log: Fix for
8345              
8346              Subject: [ID 20001004.006] undef is never tainted
8347              From: pimlott@idiomtech.com (Andrew Pimlott)
8348              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
8349              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
8350              
8351              An undef read from a slurped file was not tainted.
8352      Branch: perl
8353            ! pp_hot.c t/op/taint.t
8354 ____________________________________________________________________________
8355 [  7548] By: jhi                                   on 2000/11/04  22:56:21
8356         Log: Test tweak ($Config{useperlio} is by default undef) .
8357      Branch: perl
8358            ! t/lib/b.t
8359 ____________________________________________________________________________
8360 [  7547] By: jhi                                   on 2000/11/04  22:43:56
8361         Log: Integrate perlio.
8362      Branch: perl
8363           +> lib/perlio.pm
8364           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
8365           !> pod/perlapi.pod t/lib/b.t
8366 ____________________________________________________________________________
8367 [  7546] By: jhi                                   on 2000/11/04  22:40:59
8368         Log: Configure would use a bad $myuname from an old config.sh.
8369              
8370              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
8371              From: Andy Dougherty <doughera@lafayette.edu>
8372              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
8373              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
8374      Branch: metaconfig
8375            ! U/modified/Oldconfig.U
8376      Branch: perl
8377            ! Configure config_h.SH
8378 ____________________________________________________________________________
8379 [  7545] By: jhi                                   on 2000/11/04  22:36:54
8380         Log: Subject: Locales support (setlocale) fixes
8381              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
8382              Date: Sat, 4 Nov 2000 10:15:48 +0300 
8383              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
8384              
8385              Modified quite a bit to be more portable.
8386      Branch: perl
8387            ! embed.h embed.pl perl.h proto.h util.c
8388 ____________________________________________________________________________
8389 [  7544] By: jhi                                   on 2000/11/04  22:32:47
8390         Log: Dying is too strict here, better just skip.
8391      Branch: perl
8392            ! t/op/misc.t
8393 ____________________________________________________________________________
8394 [  7543] By: nick                                  on 2000/11/04  21:55:13
8395         Log: Merge mainline
8396      Branch: perlio
8397           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
8398           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
8399           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
8400           !> (integrate 64 files)
8401 ____________________________________________________________________________
8402 [  7542] By: jhi                                   on 2000/11/04  21:09:28
8403         Log: More Changes tweakery.
8404      Branch: perl
8405            ! Changes Porting/genlog
8406 ____________________________________________________________________________
8407 [  7541] By: jhi                                   on 2000/11/04  20:58:18
8408         Log: Changes fixups.
8409      Branch: perl
8410            ! Changes
8411 ____________________________________________________________________________
8412 [  7540] By: jhi                                   on 2000/11/04  20:42:38
8413         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
8414              create a "fast path" for locale name probing using "locale -a"
8415              if available, squash finally hopefully the s?printf resetting
8416              the numeric locale (since, IIUC perllocale, it never shouldn't). 
8417      Branch: perl
8418            ! sv.c t/op/misc.t t/pragma/locale.t
8419 ____________________________________________________________________________
8420 [  7539] By: nick                                  on 2000/11/04  19:56:10
8421         Log: PerlIO infrastructure complete.
8422      Branch: perlio
8423            + lib/perlio.pm
8424            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
8425 ____________________________________________________________________________
8426 [  7538] By: nick                                  on 2000/11/04  14:31:32
8427         Log: Type tweaks + less contorted allocation scheme
8428      Branch: perlio
8429            ! perlio.c
8430 ____________________________________________________________________________
8431 [  7537] By: nick                                  on 2000/11/04  12:40:42
8432         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
8433              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
8434              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
8435              sensible) which lead to some interesting fails.
8436      Branch: perlio
8437            ! perlio.c
8438 ____________________________________________________________________________
8439 [  7536] By: jhi                                   on 2000/11/04  00:20:02
8440         Log: Add FCNTL_CAN_LOCK.
8441              
8442              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
8443              From: Andy Dougherty <doughera@lafayette.edu>
8444              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
8445              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
8446              
8447              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
8448              From: Andy Dougherty <doughera@lafayette.edu>
8449              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
8450              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
8451      Branch: metaconfig/U/perl
8452            + d_fcntl_can_lock.U
8453            ! startperl.U
8454      Branch: perl
8455            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8456            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
8457            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
8458            ! vos/config.ga.h win32/config.bc win32/config.gc
8459            ! win32/config.vc
8460 ____________________________________________________________________________
8461 [  7535] By: nick                                  on 2000/11/03  22:19:10
8462         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
8463              - Works on Linux with
8464              perlio + unix
8465              stdio
8466              - Works on Solaris with
8467              perlio + unix
8468              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
8469              - Fails (hangs in openpid) if you try and stack
8470              perlio + stdio - Linux stdio's read() logic is hanging.
8471      Branch: perlio
8472            ! iperlsys.h perlio.c
8473 ____________________________________________________________________________
8474 [  7534] By: jhi                                   on 2000/11/03  15:16:02
8475         Log: Subject: Re: README.aix
8476              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8477              Date: Fri, 03 Nov 2000 16:03:15 +0100
8478              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
8479      Branch: perl
8480            ! README.aix
8481 ____________________________________________________________________________
8482 [  7533] By: jhi                                   on 2000/11/03  03:59:02
8483         Log: Subject: [PATCH 5.7.0] better messages from malloc()
8484              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8485              Date: Wed, 1 Nov 2000 23:39:56 -0500
8486              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
8487      Branch: perl
8488            ! malloc.c pod/perldiag.pod
8489 ____________________________________________________________________________
8490 [  7532] By: jhi                                   on 2000/11/03  00:11:56
8491         Log: The #7521 touched things it shouldn't have.
8492      Branch: perl
8493            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
8494 ____________________________________________________________________________
8495 [  7531] By: jhi                                   on 2000/11/02  22:32:33
8496         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
8497              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
8498              Date:     Thu, 2 Nov 2000 16:58:36 EST
8499              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
8500      Branch: perl
8501            ! vms/gen_shrfls.pl
8502 ____________________________________________________________________________
8503 [  7530] By: jhi                                   on 2000/11/02  22:08:49
8504         Log: Fix the problem discussed in
8505              
8506              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
8507              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
8508              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
8509              
8510              originally from Linc Madison.  Also Andreas König's comments
8511              taken into account.  Some other problems with Tie::SubstrHash
8512              fixed: didn't croak when the table exceeded the requested number
8513              of entries (as documented) but instead when the number of entries
8514              exceeded the size of the table, a croak() had an unnecessary \n,
8515              didn't have a CLEAR method, documented that there is no exists().
8516              Didn't fix to be strict-proof because the module uses &foo; and
8517              dynamic scope.  Added a test script exercizing both first tamely 
8518              the basic functionality, and then the failure cases reported by
8519              Linc Madison.
8520      Branch: perl
8521            + t/lib/tie-substrhash.t
8522            ! MANIFEST lib/Tie/SubstrHash.pm
8523 ____________________________________________________________________________
8524 [  7529] By: jhi                                   on 2000/11/02  17:58:08
8525         Log: recv() can fail and return undef.
8526              
8527              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
8528              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
8529              Date: Thu, 2 Nov 2000 20:12:20 +0300
8530              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
8531      Branch: perl
8532            ! lib/Net/Ping.pm
8533 ____________________________________________________________________________
8534 [  7528] By: jhi                                   on 2000/11/02  17:49:09
8535         Log: Detpyo.
8536      Branch: perl
8537            ! pod/perlop.pod
8538 ____________________________________________________________________________
8539 [  7527] By: jhi                                   on 2000/11/02  15:48:37
8540         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
8541              fix a autovivification bug in Tie::RefHash, add tests for both.
8542              
8543              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
8544              From: Edward Avis <epa98@doc.ic.ac.uk>
8545              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
8546              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
8547      Branch: perl
8548            + t/lib/tie-refhash.t
8549            ! MANIFEST lib/Tie/RefHash.pm
8550 ____________________________________________________________________________
8551 [  7526] By: jhi                                   on 2000/11/02  13:56:26
8552         Log: Test::Harness revealed buglets in the new DynaLoader.
8553              
8554              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
8555              From: andreas.koenig@anima.de (Andreas J. Koenig)
8556              Date: 02 Nov 2000 11:26:48 +0100 
8557              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
8558      Branch: perl
8559            ! ext/DynaLoader/DynaLoader_pm.PL
8560 ____________________________________________________________________________
8561 [  7525] By: jhi                                   on 2000/11/01  23:52:08
8562         Log: The entry for #7503 was missing.
8563      Branch: perl
8564            ! Changes
8565 ____________________________________________________________________________
8566 [  7524] By: jhi                                   on 2000/11/01  23:40:52
8567         Log: Update Changes.
8568      Branch: perl
8569            ! Changes patchlevel.h
8570 ____________________________________________________________________________
8571 [  7523] By: jhi                                   on 2000/11/01  22:57:09
8572         Log: More tweaking on the #7522 theme.
8573      Branch: perl
8574            ! ext/DynaLoader/DynaLoader_pm.PL
8575 ____________________________________________________________________________
8576 [  7522] By: jhi                                   on 2000/11/01  22:06:15
8577         Log: Expand %Config variables and %ENV variables only if
8578              so requested during build time using the
8579              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
8580              Not expanding makes relocating distributions easier.
8581      Branch: perl
8582            ! ext/DynaLoader/DynaLoader_pm.PL
8583 ____________________________________________________________________________
8584 [  7521] By: jhi                                   on 2000/11/01  20:56:34
8585         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
8586              and setgid() because they were just changing $< and $( which means
8587              only changing the real uid/gid, as opposed to changing both
8588              real and effective ids.  (The alternative way could have been
8589              in POSIX.pm to change $> and $), too, but making a direct call
8590              to the C API feels cleaner.)  Fixes the bug
8591              
8592              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
8593              From: "Garry T. Williams" <garry@zvolve.com>
8594              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
8595              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
8596      Branch: perl
8597            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
8598            ! ext/POSIX/typemap pod/perlvar.pod
8599 ____________________________________________________________________________
8600 [  7520] By: jhi                                   on 2000/11/01  20:08:33
8601         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
8602              From: "Garry T. Williams" <garry@zvolve.com>
8603              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
8604              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
8605      Branch: perl
8606            ! pod/perlsec.pod
8607 ____________________________________________________________________________
8608 [  7519] By: jhi                                   on 2000/11/01  20:01:22
8609         Log: Locale warning explanation tweak.
8610      Branch: perl
8611            ! pod/perldiag.pod
8612 ____________________________________________________________________________
8613 [  7518] By: jhi                                   on 2000/11/01  18:57:13
8614         Log: C.pm part of
8615              
8616              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
8617              From: Jarkko Hietaniemi <jhi@iki.fi>
8618              Date: Tue, 10 Oct 2000 08:22:28 -0500
8619              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
8620      Branch: perl
8621            ! ext/B/B/C.pm
8622 ____________________________________________________________________________
8623 [  7517] By: jhi                                   on 2000/11/01  18:41:59
8624         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
8625              From: Martien Verbruggen <mgjv@comdyn.com.au>
8626              Date: Fri, 6 Oct 2000 14:09:10 +1100
8627              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
8628      Branch: perl
8629            ! pod/perlop.pod
8630 ____________________________________________________________________________
8631 [  7516] By: jhi                                   on 2000/11/01  18:34:55
8632         Log: Generalize the Camel wording.
8633              
8634              Subject: Re: perlfaq style changes
8635              From: John Borwick <jhborwic@unity.ncsu.edu>
8636              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
8637              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
8638      Branch: perl
8639            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
8640 ____________________________________________________________________________
8641 [  7515] By: jhi                                   on 2000/11/01  16:52:31
8642         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
8643              From: pimlott@idiomtech.com (Andrew Pimlott)
8644              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
8645              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
8646      Branch: perl
8647            ! pod/perlsec.pod
8648 ____________________________________________________________________________
8649 [  7514] By: jhi                                   on 2000/11/01  15:03:40
8650         Log: More AIX lore.
8651      Branch: perl
8652            ! ext/re/hints/aix.pl
8653 ____________________________________________________________________________
8654 [  7513] By: jhi                                   on 2000/11/01  14:48:30
8655         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
8656              From: root <root@chronos.fi.muni.cz>
8657              Date: Wed, 1 Nov 2000 12:31:32 +0100
8658              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
8659      Branch: perl
8660            ! lib/Net/Ping.pm
8661 ____________________________________________________________________________
8662 [  7512] By: jhi                                   on 2000/11/01  14:46:47
8663         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
8664              From: Martin Husemann <martin@duskware.de>
8665              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
8666              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
8667      Branch: perl
8668            ! regcomp.c
8669 ____________________________________________________________________________
8670 [  7511] By: jhi                                   on 2000/11/01  14:39:50
8671         Log: AUTHORS updates.
8672      Branch: perl
8673            ! AUTHORS
8674 ____________________________________________________________________________
8675 [  7510] By: jhi                                   on 2000/11/01  14:29:50
8676         Log: Subject: [PATCH] startperl to respect versiononly
8677              From: Robin Barker <rmb1@cise.npl.co.uk> 
8678              Date: Tue, 31 Oct 2000 16:29:36 GMT
8679              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
8680      Branch: metaconfig/U/perl
8681            ! startperl.U
8682      Branch: perl
8683            ! Configure config_h.SH
8684 ____________________________________________________________________________
8685 [  7509] By: jhi                                   on 2000/11/01  14:19:53
8686         Log: printf UVs the correct way, noticed by Robin Barker.
8687      Branch: perl
8688            ! utf8.c
8689 ____________________________________________________________________________
8690 [  7508] By: jhi                                   on 2000/11/01  14:10:03
8691         Log: Do not cleanup *% because the % has special meanings in some
8692              shell environments.
8693      Branch: perl
8694            ! ext/Storable/Makefile.PL
8695 ____________________________________________________________________________
8696 [  7507] By: jhi                                   on 2000/11/01  14:06:00
8697         Log: The NonStop-UX libraries have a novel way to say NaN.
8698      Branch: perl
8699            ! t/lib/bigfltpm.t
8700 ____________________________________________________________________________
8701 [  7506] By: jhi                                   on 2000/11/01  14:03:35
8702         Log: The osname has been lowercased by now, from Tom Bates.
8703      Branch: metaconfig
8704            ! U/modified/Oldconfig.U
8705      Branch: perl
8706            ! Configure config_h.SH
8707 ____________________________________________________________________________
8708 [  7505] By: jhi                                   on 2000/10/31  19:18:39
8709         Log: The compiler is either gcc or cc, from Tom Bates.
8710      Branch: perl
8711            ! hints/nonstopux.sh
8712 ____________________________________________________________________________
8713 [  7504] By: jhi                                   on 2000/10/31  14:53:42
8714         Log: Update Changes.
8715      Branch: perl
8716            ! Changes patchlevel.h
8717 ____________________________________________________________________________
8718 [  7503] By: jhi                                   on 2000/10/31  14:30:50
8719         Log: Whitespace style tweak.  Was originally going to see to
8720              
8721              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
8722              From: Joe Smith <jms@inwap.com>
8723              Date: Mon, 30 Oct 2000 18:47:57 -0800
8724              Message-Id: <39FE32DD.24AAC4D@inwap.com>
8725              
8726              but that had already been taken care of.
8727      Branch: metaconfig
8728            ! U/compline/d_stdstdio.U
8729      Branch: perl
8730            ! Configure config_h.SH
8731 ____________________________________________________________________________
8732 [  7502] By: jhi                                   on 2000/10/31  14:25:02
8733         Log: AUTHORS tweaks.
8734      Branch: perl
8735            ! AUTHORS
8736 ____________________________________________________________________________
8737 [  7501] By: jhi                                   on 2000/10/31  14:23:59
8738         Log: Subject: perlfaq style changes
8739              From: John Borwick <jhborwic@unity.ncsu.edu>
8740              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
8741              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
8742      Branch: perl
8743            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
8744            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
8745            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
8746            ! pod/perlfaq9.pod
8747 ____________________________________________________________________________
8748 [  7500] By: jhi                                   on 2000/10/31  14:22:15
8749         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
8750              
8751              Subject: Re: [ID 20000918.005] ~ on wide chars
8752              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
8753              Date: Mon, 30 Oct 2000 21:09:55 -0800
8754              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
8755              
8756              (The ord() part of the patch skipped.)
8757      Branch: perl
8758            ! doop.c
8759 ____________________________________________________________________________
8760 [  7499] By: jhi                                   on 2000/10/31  14:20:08
8761         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
8762              From: Jens Hamisch <jens@Strawberry.COM>
8763              Date: Mon, 30 Oct 2000 15:17:07 +0100
8764              Message-Id: <20001030151707.A9597@Strawberry.COM>
8765      Branch: perl
8766            ! av.c
8767 ____________________________________________________________________________
8768 [  7498] By: jhi                                   on 2000/10/31  14:16:29
8769         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
8770              From: Peter Prymmer <pvhp@forte.com>
8771              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
8772              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
8773      Branch: perl
8774            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
8775            + ext/Encode/Encode/posix-bc.enc
8776            ! MANIFEST t/lib/encode.t
8777 ____________________________________________________________________________
8778 [  7497] By: jhi                                   on 2000/10/31  14:13:22
8779         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
8780              From: Peter Prymmer <pvhp@forte.com>
8781              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
8782              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
8783      Branch: perl
8784            ! t/lib/cgi-html.t
8785 ____________________________________________________________________________
8786 [  7496] By: jhi                                   on 2000/10/31  14:12:05
8787         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
8788              From: Peter Prymmer <pvhp@forte.com>
8789              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
8790              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
8791      Branch: perl
8792            ! t/lib/cgi-function.t
8793 ____________________________________________________________________________
8794 [  7495] By: jhi                                   on 2000/10/31  14:11:08
8795         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
8796              From: Peter Prymmer <pvhp@forte.com>
8797              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
8798              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
8799      Branch: perl
8800            + ext/re/hints/aix.pl
8801            ! MANIFEST ext/re/Makefile.PL
8802 ____________________________________________________________________________
8803 [  7494] By: jhi                                   on 2000/10/31  14:08:32
8804         Log: Use Errno magic.
8805              
8806              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
8807              From: Casey Tweten <perl@ctweten.amsite.com>
8808              Date: Mon, 30 Oct 2000 15:51:17 -0500
8809              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
8810      Branch: perl
8811            ! lib/File/Temp.pm
8812 ____________________________________________________________________________
8813 [  7493] By: jhi                                   on 2000/10/31  14:05:07
8814         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
8815              
8816              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
8817              From: Nicholas Clark <nick@ccl4.org>
8818              Date: Mon, 30 Oct 2000 17:38:45 +0000
8819              Message-ID: <20001030173845.O60355@plum.flirble.org>
8820      Branch: perl
8821            ! Makefile.SH utils/perlbug.PL
8822 ____________________________________________________________________________
8823 [  7492] By: nick                                  on 2000/10/30  19:37:23
8824         Log: Change files which are mysteriously different to mainline to be
8825              copies of mainline.
8826      Branch: perlio
8827            ! objXSUB.h perlapi.c pod/perlapi.pod
8828 ____________________________________________________________________________
8829 [  7491] By: nick                                  on 2000/10/30  18:05:54
8830         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
8831              - typo in endian code in putc.
8832              - Don't allow read of write-only files and vice-versa
8833              - and off-by-one in flush-all loop.
8834              Remove debug calls as they were using GCC specific features.
8835      Branch: perlio
8836            ! perlio.c
8837 ____________________________________________________________________________
8838 [  7490] By: nick                                  on 2000/10/29  21:45:45
8839         Log: Integrate mainline to perlio
8840      Branch: perlio
8841           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
8842           !> toke.c
8843 ____________________________________________________________________________
8844 [  7489] By: jhi                                   on 2000/10/29  21:11:08
8845         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
8846              From: andreas.koenig@anima.de (Andreas J. Koenig)
8847              Date: 29 Oct 2000 22:05:59 +0100
8848              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
8849      Branch: perl
8850            ! lib/ExtUtils/Manifest.pm
8851 ____________________________________________________________________________
8852 [  7488] By: jhi                                   on 2000/10/29  21:07:47
8853         Log: Tests for #7487.
8854              
8855              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
8856              From: andreas.koenig@anima.de (Andreas J. Koenig)
8857              Date: 29 Oct 2000 19:37:09 +0100
8858              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
8859      Branch: perl
8860            ! t/comp/proto.t
8861 ____________________________________________________________________________
8862 [  7487] By: jhi                                   on 2000/10/29  21:06:27
8863         Log: constsub spillage.
8864              
8865              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
8866              From: John Tobey <jtobey@john-edwin-tobey.org>
8867              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
8868              Message-Id: <m13pvSr-000FObC@feynman.localnet>
8869      Branch: perl
8870            ! op.c
8871 ____________________________________________________________________________
8872 [  7486] By: nick                                  on 2000/10/29  21:05:04
8873         Log: Integrate mainline to perlio branch
8874      Branch: perlio
8875           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
8876           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
8877           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
8878           +> vos/install_perl.cm
8879            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
8880            - vos/config.h vos/config_h.SH_orig
8881           !> (integrate 141 files)
8882 ____________________________________________________________________________
8883 [  7485] By: jhi                                   on 2000/10/29  21:00:47
8884         Log: Make \x{...} consistently produce UTF-8.
8885              
8886              Subject: Re: \x{...} is confused 
8887              From: Simon Cozens <simon@cozens.net>
8888              Date: Sun, 29 Oct 2000 19:36:48 +0000
8889              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
8890      Branch: perl
8891            ! t/pragma/utf8.t toke.c
8892 ____________________________________________________________________________
8893 [  7484] By: nick                                  on 2000/10/29  20:05:29
8894         Log: PerlIO passes all tests.
8895      Branch: perlio
8896            ! perlio.c
8897 ____________________________________________________________________________
8898 [  7483] By: jhi                                   on 2000/10/29  18:06:55
8899         Log: Update Changes.
8900      Branch: perl
8901            ! Changes patchlevel.h
8902 ____________________________________________________________________________
8903 [  7482] By: nick                                  on 2000/10/29  17:43:28
8904         Log: Include <unistd.h> to get correct lseek() prototype etc.
8905              (I thought perl.h did that) - down to two fails
8906              - comp/require.t (last test)
8907              - lib/io_xs.t - possibly import/export of FILE * ?
8908      Branch: perlio
8909            ! perlio.c
8910 ____________________________________________________________________________
8911 [  7481] By: jhi                                   on 2000/10/29  17:02:37
8912         Log: UTF-8 decoder tweak.
8913      Branch: perl
8914            ! utf8.c
8915 ____________________________________________________________________________
8916 [  7480] By: nick                                  on 2000/10/29  16:26:11
8917         Log: Fixed two bugs:
8918              - error code not being set on close (of broken pipe)
8919              - append mode was truncating.
8920              At least one seek/tell bug remains.
8921      Branch: perlio
8922            ! perlio.c
8923 ____________________________________________________________________________
8924 [  7479] By: nick                                  on 2000/10/29  11:18:16
8925         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
8926              in case of accidents. Still several worrying fails, no line disciplines yet.
8927      Branch: perlio
8928            ! iperlsys.h perlio.c
8929 ____________________________________________________________________________
8930 [  7478] By: jhi                                   on 2000/10/29  02:04:01
8931         Log: Add also emailless people.
8932      Branch: perl
8933            ! AUTHORS
8934 ____________________________________________________________________________
8935 [  7477] By: jhi                                   on 2000/10/29  01:36:00
8936         Log: The #7476 needs a MANIFEST change, too.
8937      Branch: perl
8938            ! MANIFEST
8939 ____________________________________________________________________________
8940 [  7476] By: jhi                                   on 2000/10/29  01:35:21
8941         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
8942      Branch: perl
8943            - MAINTAIN
8944            ! AUTHORS Changes
8945 ____________________________________________________________________________
8946 [  7475] By: jhi                                   on 2000/10/28  23:57:25
8947         Log: De-quoted-unreadable to ISO Latin 1.
8948              (There's one ISO-2022-JP name in Changes5.004.)
8949      Branch: perl
8950            ! Changes Changes5.6
8951 ____________________________________________________________________________
8952 [  7474] By: jhi                                   on 2000/10/28  19:13:06
8953         Log: Subject: [ID 20001027.007] uniq array in perlfaq
8954              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
8955              Date: Fri, 27 Oct 2000 19:28:30 +0200
8956              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
8957      Branch: perl
8958            ! pod/perlfaq4.pod
8959 ____________________________________________________________________________
8960 [  7473] By: jhi                                   on 2000/10/28  18:02:05
8961         Log: Locking null mutexes is not recommendable.
8962              
8963              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
8964              From: Hugo <hv@crypt.compulink.co.uk>
8965              Date: Sat, 28 Oct 2000 18:41:12 +0100
8966              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
8967      Branch: perl
8968            ! op.c
8969 ____________________________________________________________________________
8970 [  7472] By: jhi                                   on 2000/10/28  17:52:58
8971         Log: Better create a true mailing list for the repository keepers.
8972      Branch: perl
8973            ! Porting/repository.pod
8974 ____________________________________________________________________________
8975 [  7471] By: jhi                                   on 2000/10/28  17:28:24
8976         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
8977              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
8978      Branch: perl
8979            + Porting/repository.pod
8980            ! MANIFEST
8981 ____________________________________________________________________________
8982 [  7470] By: jhi                                   on 2000/10/28  17:20:54
8983         Log: Subject: DOC PATCH 5.6.0
8984              From: mjd@plover.com
8985              Date: 27 Oct 2000 17:32:44 -0000
8986              Message-ID: <20001027173244.23754.qmail@plover.com>
8987      Branch: perl
8988            ! pod/perlfunc.pod
8989 ____________________________________________________________________________
8990 [  7469] By: jhi                                   on 2000/10/28  17:16:45
8991         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
8992              From: "Peter J. Farley III" <pjfarley@banet.net>
8993              Date: Fri, 27 Oct 2000 20:32:56 -0400
8994              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
8995      Branch: perl
8996            ! README.dos
8997 ____________________________________________________________________________
8998 [  7468] By: jhi                                   on 2000/10/28  17:07:18
8999         Log: Make target reordering to avoid pointless re-makes.
9000              
9001              Subject: Re: Total re-make of 'make okfile' after 7451 ?
9002              From: Nicholas Clark <nick@ccl4.org>
9003              Date: Sat, 28 Oct 2000 00:31:02 +0100
9004              Message-ID: <20001028003101.A54517@plum.flirble.org>
9005      Branch: perl
9006            ! Makefile.SH
9007 ____________________________________________________________________________
9008 [  7467] By: jhi                                   on 2000/10/28  17:05:31
9009         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
9010              From: lvirden@cas.org
9011              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
9012              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
9013      Branch: perl
9014            ! README.os2
9015 ____________________________________________________________________________
9016 [  7466] By: jhi                                   on 2000/10/28  16:09:16
9017         Log: Upgrade to CPAN 1.58_55.
9018              
9019              Subject: CPAN.pm status
9020              From: andreas.koenig@anima.de (Andreas J. Koenig) 
9021              Date: 28 Oct 2000 08:18:00 +0200 
9022              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
9023      Branch: perl
9024            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
9025 ____________________________________________________________________________
9026 [  7465] By: jhi                                   on 2000/10/28  16:02:47
9027         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
9028      Branch: perl
9029            ! embed.h embed.pl perl.h proto.h toke.c
9030 ____________________________________________________________________________
9031 [  7464] By: nick                                  on 2000/10/28  10:43:44
9032         Log: Fix for sv_2iv() on "shared" value from keys %hash.
9033      Branch: perl
9034            ! sv.c
9035 ____________________________________________________________________________
9036 [  7463] By: jhi                                   on 2000/10/27  16:18:29
9037         Log: Update Changes.
9038      Branch: perl
9039            ! Changes patchlevel.h
9040 ____________________________________________________________________________
9041 [  7462] By: jhi                                   on 2000/10/27  16:17:44
9042         Log: Too enthusiastic editing in #7460.
9043      Branch: metaconfig
9044            ! U/modified/Oldsym.U
9045      Branch: perl
9046            ! Configure config_h.SH
9047 ____________________________________________________________________________
9048 [  7461] By: jhi                                   on 2000/10/27  15:37:38
9049         Log: Retract #7459, the script needs more work.
9050      Branch: perl
9051            - mkreef
9052            ! MANIFEST
9053 ____________________________________________________________________________
9054 [  7460] By: jhi                                   on 2000/10/27  15:23:14
9055         Log: Use $sort, $uniq (and $tr) consistently as wondered
9056              by Nicholas Clark.
9057      Branch: metaconfig
9058            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
9059            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
9060            ! U/modified/libc.U
9061      Branch: perl
9062            ! Configure config_h.SH
9063 ____________________________________________________________________________
9064 [  7459] By: jhi                                   on 2000/10/27  15:02:07
9065         Log: (Retracted by #7461)
9066              
9067              Add a shell script for creating/removing symbolic link farms,
9068              useful for keeping the source code read-only and doing the
9069              builds somewhere else.
9070      Branch: perl
9071            + mkreef
9072            ! MANIFEST
9073 ____________________________________________________________________________
9074 [  7458] By: jhi                                   on 2000/10/27  14:42:20
9075         Log: Do away with the fix_pl.
9076      Branch: perl
9077            - fix_pl
9078            ! MANIFEST Makefile.SH
9079 ____________________________________________________________________________
9080 [  7457] By: jhi                                   on 2000/10/27  12:43:13
9081         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
9082              From: Jens Hamisch <jens@Strawberry.COM>
9083              Date: Fri, 27 Oct 2000 14:38:21 +0200
9084              Message-Id: <20001027143821.B3366@Strawberry.COM>
9085      Branch: perl
9086            ! perl.h
9087 ____________________________________________________________________________
9088 [  7456] By: jhi                                   on 2000/10/27  12:33:42
9089         Log: Subject: [PATCH] todo
9090              From: Nicholas Clark <nick@ccl4.org>
9091              Date: Thu, 26 Oct 2000 22:32:29 +0100
9092              Message-ID: <20001026223229.A44540@plum.flirble.org>
9093      Branch: perl
9094            ! pod/perltodo.pod
9095 ____________________________________________________________________________
9096 [  7455] By: jhi                                   on 2000/10/27  12:02:21
9097         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
9098              From: John Tobey <jtobey@john-edwin-tobey.org>
9099              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
9100              Message-Id: <m13ozHF-000FObC@feynman.localnet>
9101      Branch: perl
9102            ! op.c t/pragma/sub_lval.t
9103 ____________________________________________________________________________
9104 [  7454] By: jhi                                   on 2000/10/27  11:59:42
9105         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
9106              From: sthoenna@efn.org
9107              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
9108              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
9109      Branch: perl
9110            ! pp.c t/op/assignwarn.t
9111 ____________________________________________________________________________
9112 [  7453] By: jhi                                   on 2000/10/27  00:15:08
9113         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
9114      Branch: perl
9115            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
9116            ! ext/Storable/Storable.xs t/lib/st-lock.t
9117 ____________________________________________________________________________
9118 [  7452] By: jhi                                   on 2000/10/26  13:05:52
9119         Log: Undo #7451, this seems to be a deficiency in Perforce,
9120              there is no per-file line-terminator type, only per-client.
9121      Branch: perl
9122            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
9123            ! win32/makefile.mk
9124 ____________________________________________________________________________
9125 [  7451] By: jhi                                   on 2000/10/26  04:56:03
9126         Log: Experimenting in DOS arcana.
9127      Branch: perl
9128            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
9129            ! win32/makefile.mk
9130 ____________________________________________________________________________
9131 [  7450] By: jhi                                   on 2000/10/26  04:50:52
9132         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
9133              From: "Peter J. Farley III" <pjfarley@banet.net>            
9134              Date: Wed, 25 Oct 2000 23:10:18 -0400
9135              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
9136      Branch: perl
9137            ! t/io/open.t
9138 ____________________________________________________________________________
9139 [  7449] By: jhi                                   on 2000/10/26  04:49:16
9140         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
9141              From: Hugo <hv@crypt.compulink.co.uk>
9142              Date: Thu, 26 Oct 2000 01:55:17 +0100
9143              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
9144              
9145              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
9146      Branch: perl
9147            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
9148 ____________________________________________________________________________
9149 [  7448] By: jhi                                   on 2000/10/26  04:38:36
9150         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
9151              From: Peter Prymmer <pvhp@forte.com>
9152              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
9153              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
9154      Branch: perl
9155            ! configure.com
9156 ____________________________________________________________________________
9157 [  7447] By: jhi                                   on 2000/10/25  23:20:02
9158         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
9159              in platforms that strictly require all the symbols being present
9160              at link time.
9161      Branch: perl
9162            ! handy.h
9163 ____________________________________________________________________________
9164 [  7446] By: jhi                                   on 2000/10/25  21:55:57
9165         Log: Update Changes.
9166      Branch: perl
9167            ! Changes patchlevel.h
9168 ____________________________________________________________________________
9169 [  7445] By: jhi                                   on 2000/10/25  21:27:08
9170         Log: Integrate with vmsperl #7430 by Charles Bailey:
9171              
9172              Cleanup from prior patch (Charles Lane?):
9173              - improve handling of MFDs in Basename and Path
9174              - default to no xsubpp line # munging when building debug images
9175      Branch: perl
9176           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
9177 ____________________________________________________________________________
9178 [  7444] By: jhi                                   on 2000/10/25  21:03:50
9179         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
9180              From: John Peacock <JPeacock@UnivPress.com>
9181              Date: Thu, 18 May 2000 11:55:27 -0400
9182              Message-ID: <3924126F.A58BE57A@UnivPress.com>
9183      Branch: perl
9184            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
9185            ! t/op/write.t
9186 ____________________________________________________________________________
9187 [  7443] By: jhi                                   on 2000/10/25  20:43:10
9188         Log: Temporary stopgap for the self-tying issue: for now only
9189              array and hash self-ties are verboten.  The real fix, of
9190              course, would be to comprehensively test (and implement?)
9191              and debug (and document) self-ties.
9192      Branch: perl
9193            ! pod/perldiag.pod pp_sys.c t/op/tie.t
9194 ____________________________________________________________________________
9195 [  7442] By: jhi                                   on 2000/10/25  20:14:30
9196         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
9197              From: Dan Sugalski <dan@sidhe.org>
9198              Date: Wed, 25 Oct 2000 13:36:35 -0400
9199              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
9200              
9201              plus regen global.sym.
9202      Branch: perl
9203            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
9204            ! thrdvar.h util.c
9205 ____________________________________________________________________________
9206 [  7441] By: jhi                                   on 2000/10/25  20:12:20
9207         Log: buildtoc target tweaks.
9208      Branch: perl
9209            ! pod/Makefile.SH
9210 ____________________________________________________________________________
9211 [  7440] By: jhi                                   on 2000/10/25  20:03:53
9212         Log: A new version of making the syslog test more robust.
9213              (Replaces #7421.)
9214              
9215              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
9216              From: "Kurt D. Starsinic" <kstar@chapin.edu>
9217              Date: Wed, 25 Oct 2000 12:13:54 -0400
9218              Message-ID: <20001025121354.B2264@O2.chapin.edu>
9219      Branch: perl
9220            ! t/lib/syslog.t
9221 ____________________________________________________________________________
9222 [  7439] By: jhi                                   on 2000/10/25  20:00:48
9223         Log: Continue the internal UTF-8 API tweaking.
9224              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
9225              used much more than the simpler API, now called utf8_to_uv_simple().
9226              Still not quite happy with API, too much partial duplication
9227              of functionality.
9228      Branch: perl
9229            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
9230            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
9231            ! regcomp.c regexec.c sv.c toke.c utf8.c
9232 ____________________________________________________________________________
9233 [  7438] By: jhi                                   on 2000/10/25  18:52:30
9234         Log: Allow poking holes at the UTF-8 decoding strictness.
9235      Branch: perl
9236            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
9237            ! utf8.h
9238 ____________________________________________________________________________
9239 [  7437] By: jhi                                   on 2000/10/25  13:53:05
9240         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
9241              UTF8LEN() and UTF8SKIP(). 
9242      Branch: perl
9243            ! pp.c utf8.c utf8.h
9244 ____________________________________________________________________________
9245 [  7436] By: jhi                                   on 2000/10/25  13:51:37
9246         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
9247              From: Nicholas Clark <nick@ccl4.org>
9248              Date: Wed, 25 Oct 2000 14:44:05 +0100
9249              Message-ID: <20001025144404.D27253@plum.flirble.org>
9250      Branch: perl
9251            ! pod/perlrun.pod
9252 ____________________________________________________________________________
9253 [  7435] By: jhi                                   on 2000/10/25  13:49:32
9254         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
9255              From: Mike Guy <mjtg@cam.ac.uk>
9256              Date: Tue, 24 Oct 2000 14:59:40 +0100
9257              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
9258      Branch: perl
9259            ! scope.c
9260 ____________________________________________________________________________
9261 [  7434] By: jhi                                   on 2000/10/25  13:48:41
9262         Log: AIX is picky about its symbol exports.  Solution for now
9263              is to include the deb.o explicitly to the re extension build.
9264              
9265              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
9266              From: Peter Prymmer <pvhp@forte.com>
9267              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
9268              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
9269      Branch: perl
9270            ! ext/re/Makefile.PL hints/aix.sh
9271 ____________________________________________________________________________
9272 [  7433] By: jhi                                   on 2000/10/25  13:46:49
9273         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
9274              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9275              Date: Wed, 25 Oct 2000 12:02:20 +0200
9276              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
9277      Branch: perl
9278            ! perlsdio.h
9279 ____________________________________________________________________________
9280 [  7432] By: jhi                                   on 2000/10/25  13:44:28
9281         Log: Subject: Minor update to find2perl, for portability
9282              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
9283              Date: Wed, 25 Oct 2000 12:05:47 +0100
9284              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
9285      Branch: perl
9286            ! x2p/find2perl.PL
9287 ____________________________________________________________________________
9288 [  7431] By: jhi                                   on 2000/10/25  13:40:39
9289         Log: Add targets to Makefile.SH, most importantly
9290              'regen_all' which also remembers to update vms/perly*.
9291      Branch: perl
9292            ! Makefile.SH
9293 ____________________________________________________________________________
9294 [  7430] By: bailey                                on 2000/10/25  03:13:53
9295         Log: Cleanup from prior patch (Charles Lane?):
9296              - improve handling of MFDs in Basename and Path
9297              - default to no xsubpp line # munging when building debug images
9298      Branch: vmsperl
9299            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
9300 ____________________________________________________________________________
9301 [  7429] By: jhi                                   on 2000/10/24  20:03:40
9302         Log: Podify README.epoc and README.vos.
9303      Branch: perl
9304            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
9305            ! pod/perlport.pod pod/perltoc.pod
9306 ____________________________________________________________________________
9307 [  7428] By: jhi                                   on 2000/10/24  19:10:33
9308         Log: Stratus VOS updates from Paul Green.
9309      Branch: perl
9310            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
9311            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
9312            - vos/config.def vos/config.h vos/config_h.SH_orig
9313            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
9314            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
9315 ____________________________________________________________________________
9316 [  7427] By: jhi                                   on 2000/10/24  18:59:48
9317         Log: Check if stdio supports tweaking lval and cnt simultaneously.
9318              
9319              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
9320              From: Nicholas Clark <nick@ccl4.org>
9321              Date: Mon, 23 Oct 2000 15:39:32 +0100
9322              Message-ID: <20001023153932.A10786@plum.flirble.org>
9323      Branch: metaconfig
9324            ! U/compline/d_stdstdio.U
9325      Branch: perl
9326            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9327            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
9328            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
9329            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
9330            ! vos/config.h vos/config_h.SH_orig win32/config.bc
9331            ! win32/config.gc win32/config.vc
9332 ____________________________________________________________________________
9333 [  7426] By: jhi                                   on 2000/10/24  17:57:44
9334         Log: Missed the header file changes from #7425.
9335      Branch: perl
9336            ! embed.h embed.pl objXSUB.h proto.h
9337 ____________________________________________________________________________
9338 [  7425] By: jhi                                   on 2000/10/24  17:55:17
9339         Log: Fix the bug reported in
9340              
9341              From: andreas.koenig@anima.de (Andreas J. Koenig)
9342              Subject: Encode bug?
9343              Date: 24 Oct 2000 14:01:26 +0200 
9344              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
9345              
9346              Also make is_utf8_char() stricter.
9347      Branch: perl
9348            ! ext/Encode/Encode.xs utf8.c
9349 ____________________________________________________________________________
9350 [  7424] By: jhi                                   on 2000/10/24  15:15:39
9351         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
9352              From: Peter Scott <Peter@PSDT.com>
9353              Date: Mon, 23 Oct 2000 19:46:01 -0700
9354              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
9355      Branch: perl
9356            ! pod/perlfaq5.pod
9357 ____________________________________________________________________________
9358 [  7423] By: jhi                                   on 2000/10/24  14:25:30
9359         Log: Test tweak to avoid pulling in the whole Config.
9360      Branch: perl
9361            ! t/lib/st-lock.t
9362 ____________________________________________________________________________
9363 [  7422] By: jhi                                   on 2000/10/24  14:03:16
9364         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
9365      Branch: perl
9366            ! pp.c
9367 ____________________________________________________________________________
9368 [  7421] By: jhi                                   on 2000/10/24  13:32:09
9369         Log: (Replaced by #7440.)
9370              
9371              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
9372              From: "Kurt D. Starsinic" <kstar@chapin.edu>
9373              Date: Mon, 23 Oct 2000 16:40:54 -0400
9374              Message-ID: <20001023164054.B14491@O2.chapin.edu>
9375      Branch: perl
9376            ! t/lib/syslog.t
9377 ____________________________________________________________________________
9378 [  7420] By: jhi                                   on 2000/10/24  13:30:53
9379         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
9380              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9381              Date: Mon, 23 Oct 2000 17:29:03 -0400
9382              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
9383      Branch: perl
9384            ! lib/ExtUtils/MM_Unix.pm
9385 ____________________________________________________________________________
9386 [  7419] By: jhi                                   on 2000/10/24  13:29:57
9387         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
9388              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9389              Date: Mon, 23 Oct 2000 19:01:32 -0400
9390              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
9391      Branch: perl
9392            ! utils/h2xs.PL
9393 ____________________________________________________________________________
9394 [  7418] By: jhi                                   on 2000/10/24  13:26:04
9395         Log: Replace #7409 with
9396              
9397              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
9398              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
9399              Date: Mon, 23 Oct 2000 20:08:56 +0200
9400              Message-ID: <20001023200855.A14850@nice.ram.loc>
9401      Branch: perl
9402            ! ext/Storable/Storable.pm t/lib/st-lock.t
9403 ____________________________________________________________________________
9404 [  7417] By: jhi                                   on 2000/10/24  13:17:52
9405         Log: Run vms/vms_yfix.pl, should have done that after changing
9406              perly.c in #7382.
9407      Branch: perl
9408            ! vms/perly_c.vms vms/perly_h.vms
9409 ____________________________________________________________________________
9410 [  7416] By: jhi                                   on 2000/10/24  02:55:33
9411         Log: Make the UTF-8 decoding stricter and more verbose when
9412              malformation happens.  This involved adding an argument
9413              to utf8_to_uv_chk(), which involved changing its prototype,
9414              and prefer STRLEN over I32 for the UTF-8 length, which as
9415              a domino effect necessitated changing the prototypes of
9416              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
9417              The stricter UTF-8 decoding checking uses Markus Kuhn's
9418              UTF-8 Decode Stress Tester from
9419              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
9420      Branch: perl
9421            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
9422            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
9423            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
9424            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
9425 ____________________________________________________________________________
9426 [  7415] By: jhi                                   on 2000/10/23  14:06:06
9427         Log: Update Changes.
9428      Branch: perl
9429            ! Changes patchlevel.h
9430 ____________________________________________________________________________
9431 [  7414] By: jhi                                   on 2000/10/23  12:39:52
9432         Log: Undo the basename() part of #7412 since the lib/basename
9433              tests would need upgrading too.
9434      Branch: perl
9435            ! lib/File/Basename.pm
9436 ____________________________________________________________________________
9437 [  7413] By: jhi                                   on 2000/10/23  12:19:27
9438         Log: Document PERL_INSTALL_ROOT of #7210.
9439      Branch: perl
9440            ! lib/ExtUtils/Install.pm
9441 ____________________________________________________________________________
9442 [  7412] By: jhi                                   on 2000/10/23  12:16:47
9443         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
9444      Branch: perl
9445            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
9446            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
9447 ____________________________________________________________________________
9448 [  7411] By: jhi                                   on 2000/10/23  12:07:41
9449         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
9450              From: Prymmer/Kahn <pvhp@best.com>
9451              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
9452              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
9453      Branch: perl
9454            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
9455 ____________________________________________________________________________
9456 [  7410] By: jhi                                   on 2000/10/23  04:10:11
9457         Log: The change #7187 was not so good on VMS.
9458              
9459              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
9460              From: "Craig A. Berry" <craig.berry@psinetcs.com>
9461              Date: Sun, 22 Oct 2000 23:03:08 -0500
9462              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
9463      Branch: perl
9464            ! utils/perldoc.PL
9465 ____________________________________________________________________________
9466 [  7409] By: jhi                                   on 2000/10/23  03:57:36
9467         Log: Avoid Storable locking on DJGPP for now.
9468              
9469              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
9470              From: "Peter J. Farley III" <pjfarley@banet.net>
9471              Date: Sun, 22 Oct 2000 20:00:00 -0400
9472              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
9473      Branch: perl
9474            ! ext/Storable/Storable.pm t/lib/st-lock.t
9475 ____________________________________________________________________________
9476 [  7408] By: jhi                                   on 2000/10/23  03:50:24
9477         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
9478              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
9479              Date: Sun, 22 Oct 2000 21:12:22 -0400
9480              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
9481      Branch: perl
9482            ! lib/vars.pm
9483 ____________________________________________________________________________
9484 [  7407] By: jhi                                   on 2000/10/23  03:43:12
9485         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
9486              From: Hugo <hv@crypt.compulink.co.uk>
9487              Date: Mon, 23 Oct 2000 00:47:22 +0100
9488              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
9489      Branch: perl
9490            ! regexec.c t/op/pat.t
9491 ____________________________________________________________________________
9492 [  7406] By: jhi                                   on 2000/10/23  03:40:29
9493         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
9494      Branch: perl
9495            ! lib/ExtUtils/MakeMaker.pm
9496 ____________________________________________________________________________
9497 [  7405] By: jhi                                   on 2000/10/22  21:32:00
9498         Log: Doc patch.
9499              
9500              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
9501              From: rspier@pobox.com (Robert Spier)
9502              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
9503              Message-ID: <14835.16112.13457.447971@rls.cx>
9504      Branch: perl
9505            ! lib/strict.pm
9506 ____________________________________________________________________________
9507 [  7404] By: jhi                                   on 2000/10/22  21:30:51
9508         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
9509              From: rspier@pobox.com (Robert Spier)
9510              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
9511              Message-ID: <14835.17223.72448.705566@rls.cx>
9512      Branch: perl
9513            ! lib/ExtUtils/MakeMaker.pm
9514 ____________________________________________________________________________
9515 [  7403] By: jhi                                   on 2000/10/22  21:24:11
9516         Log: Subject: [PATCH bleadperl] ripples from constsub patch
9517              From: John Tobey <jtobey@john-edwin-tobey.org>
9518              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
9519              Message-Id: <m13nSOB-000FObC@feynman.localnet>
9520      Branch: perl
9521            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
9522 ____________________________________________________________________________
9523 [  7402] By: jhi                                   on 2000/10/22  20:59:35
9524         Log: Support s?printf parameter reordering.
9525      Branch: perl
9526            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
9527 ____________________________________________________________________________
9528 [  7401] By: jhi                                   on 2000/10/22  19:19:14
9529         Log: Expand %Config variables only if explicitly so requested
9530              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
9531              
9532              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
9533              From: Gurusamy Sarathy <gsar@ActiveState.com>
9534              Date: Sun, 22 Oct 2000 11:47:32 -0700
9535              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
9536      Branch: perl
9537            ! Makefile.SH lib/lib_pm.PL
9538 ____________________________________________________________________________
9539 [  7400] By: jhi                                   on 2000/10/22  18:24:10
9540         Log: Move the #7390 test from warn/op to comp/redef.
9541              
9542              Subject: Re: Creating const subs for constants.
9543              From: John Tobey <jtobey@john-edwin-tobey.org>
9544              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
9545              Message-Id: <m13nG72-000FObC@feynman.localnet>               
9546      Branch: perl
9547            ! t/comp/redef.t t/pragma/warn/op
9548 ____________________________________________________________________________
9549 [  7399] By: jhi                                   on 2000/10/22  17:49:59
9550         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
9551              From: Nicholas Clark <nick@ccl4.org>
9552              Date: Sat, 21 Oct 2000 22:23:19 +0100
9553              Message-ID: <20001021222319.B45586@plum.flirble.org>
9554      Branch: perl
9555            ! ext/DynaLoader/DynaLoader_pm.PL
9556 ____________________________________________________________________________
9557 [  7398] By: jhi                                   on 2000/10/22  17:47:35
9558         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
9559              From: Hugo <hv@crypt.compulink.co.uk>
9560              Date: Sat, 21 Oct 2000 18:19:59 +0100
9561              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
9562      Branch: perl
9563            ! ext/B/B.pm ext/B/B/C.pm
9564 ____________________________________________________________________________
9565 [  7397] By: jhi                                   on 2000/10/22  17:35:18
9566         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
9567              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
9568              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
9569              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
9570      Branch: perl
9571            ! hints/openbsd.sh
9572 ____________________________________________________________________________
9573 [  7396] By: jhi                                   on 2000/10/22  17:19:46
9574         Log: Subject: installman go-faster stripes
9575              From: Nicholas Clark <nick@talking.bollo.cx>
9576              Date: Sat, 21 Oct 2000 17:24:53 +0100
9577              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
9578              
9579              Subject: Re: installman go-faster stripes
9580              From: Russ Allbery <rra@stanford.edu>
9581              Date: 21 Oct 2000 11:04:13 -0700
9582              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
9583      Branch: perl
9584            ! installman pod/pod2man.PL
9585 ____________________________________________________________________________
9586 [  7395] By: jhi                                   on 2000/10/22  17:17:35
9587         Log: Hints tweak from Anton Berezin.
9588      Branch: perl
9589            ! hints/freebsd.sh
9590 ____________________________________________________________________________
9591 [  7394] By: jhi                                   on 2000/10/22  04:50:04
9592         Log: Tweak the Is* definitions of Unicode character classes
9593              to better match the official categorizations; embrace
9594              the official categorizations; add the combining marks
9595              as alpha (and -numeric); fix DCinital (a typo and edito)
9596              to be DCmedial.
9597      Branch: perl
9598            + lib/unicode/Is/DCmedial.pl
9599            - lib/unicode/Is/DCinital.pl
9600            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
9601            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
9602            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
9603            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
9604 ____________________________________________________________________________
9605 [  7393] By: jhi                                   on 2000/10/21  18:06:05
9606         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
9607              From: Daniel Chetlin <daniel@chetlin.com>
9608              Date: Sat, 21 Oct 2000 02:57:03 -0700
9609              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
9610      Branch: perl
9611            + t/lib/tie-splice.t
9612            ! MANIFEST lib/Tie/Array.pm
9613 ____________________________________________________________________________
9614 [  7392] By: gsar                                  on 2000/10/21  18:05:15
9615         Log: resync utfperl branch with mainline
9616      Branch: utfperl
9617           !> (integrate 1760 files)
9618 ____________________________________________________________________________
9619 [  7391] By: jhi                                   on 2000/10/21  14:37:49
9620         Log: Testcases for a #7383,#7385 related bug.
9621              
9622              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
9623              From: Nicholas Clark <nick@ccl4.org>
9624              Date: Sat, 21 Oct 2000 15:04:51 +0100
9625              Message-ID: <20001021150451.A51566@plum.flirble.org>
9626      Branch: perl
9627            ! t/pragma/utf8.t
9628 ____________________________________________________________________________
9629 [  7390] By: jhi                                   on 2000/10/21  14:35:57
9630         Log: Add a testcase for #7389.
9631      Branch: perl
9632            ! t/pragma/warn/op
9633 ____________________________________________________________________________
9634 [  7389] By: jhi                                   on 2000/10/21  14:26:45
9635         Log: Subject: Re: Creating const subs for constants.
9636              From: John Tobey <jtobey@john-edwin-tobey.org>
9637              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
9638              Message-Id: <m13mo0N-000FObC@feynman.localnet>
9639      Branch: perl
9640            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
9641            ! proto.h sv.c
9642 ____________________________________________________________________________
9643 [  7388] By: nick                                  on 2000/10/21  11:44:23
9644         Log: Populate perlio branch
9645      Branch: perlio
9646           +> (branch 1760 files)
9647 ____________________________________________________________________________
9648 [  7387] By: nick                                  on 2000/10/21  10:52:05
9649         Log: Get branch back as replica of mainline via :
9650              p4 integrate -b utfperl
9651              p4 resolve -at ./...
9652      Branch: utfperl
9653           +> (branch 269 files)
9654            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
9655            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
9656            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
9657            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
9658            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
9659            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
9660            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
9661            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
9662            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
9663            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
9664            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
9665            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
9666            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
9667            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
9668            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
9669            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
9670            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
9671            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
9672            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
9673            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
9674            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
9675            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
9676            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
9677            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
9678            - lib/unicode/UCD300.html lib/unicode/Unicode.300
9679            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
9680            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
9681            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
9682            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
9683           !> (integrate 965 files)
9684 ____________________________________________________________________________
9685 [  7386] By: jhi                                   on 2000/10/21  01:31:12
9686         Log: Update Changes.
9687      Branch: perl
9688            ! Changes patchlevel.h
9689 ____________________________________________________________________________
9690 [  7385] By: jhi                                   on 2000/10/21  01:28:42
9691         Log: The #7383 was right only in the context of the original bug report,
9692              not in more general case.
9693      Branch: perl
9694            ! pp_hot.c
9695 ____________________________________________________________________________
9696 [  7384] By: jhi                                   on 2000/10/21  01:08:23
9697         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
9698      Branch: perl
9699            ! ext/IO/lib/IO/Select.pm
9700 ____________________________________________________________________________
9701 [  7383] By: jhi                                   on 2000/10/21  00:44:18
9702         Log: Fix for ID 20001020.006, concatenating an unset submatch
9703              with utf8 resulted in "Modification of a read-only value".
9704      Branch: perl
9705            ! pp_hot.c t/pragma/utf8.t
9706 ____________________________________________________________________________
9707 [  7382] By: jhi                                   on 2000/10/20  20:44:31
9708         Log: Make scan_num() reëntrant, as suggested in
9709              
9710              Subject: [PATCH perl@7229] Rentrant parser and yylex()
9711              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
9712              Date: Fri, 20 Oct 2000 14:17:27 +0100
9713              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
9714      Branch: perl
9715            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
9716            ! toke.c
9717 ____________________________________________________________________________
9718 [  7381] By: jhi                                   on 2000/10/20  20:07:29
9719         Log: Reëntrancy fix.
9720              
9721              Subject: [PATCH perl@7229] Rentrant parser and yylex()
9722              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
9723              Date: Fri, 20 Oct 2000 14:17:27 +0100
9724              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
9725      Branch: perl
9726            ! embed.h embed.pl perl.h proto.h toke.c
9727 ____________________________________________________________________________
9728 [  7380] By: jhi                                   on 2000/10/20  19:15:54
9729         Log: Don't write double values through long double pointers,
9730              based on a part of
9731              
9732              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
9733              From: Jens Hamisch <jens@Strawberry.COM>
9734              Date: Tue, 17 Oct 2000 08:39:36 +0200
9735              Message-Id: <20001017083936.A11104@Strawberry.COM>
9736      Branch: perl
9737            ! perl.h pp.c
9738 ____________________________________________________________________________
9739 [  7379] By: jhi                                   on 2000/10/20  18:43:37
9740         Log: Portability tweak on #7377.
9741              
9742              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
9743              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
9744              Date:     Fri, 20 Oct 2000 13:13:41 EDT
9745              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
9746      Branch: perl
9747            ! t/lib/dprof.t
9748 ____________________________________________________________________________
9749 [  7378] By: jhi                                   on 2000/10/20  12:57:19
9750         Log: SOCKS function redefinitions need prototypes, too, otherwise
9751              for example 32 bit versus 64 bit differences cause a lot of
9752              problems.  Part of
9753              
9754              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
9755              From: Jens Hamisch <jens@Strawberry.COM>
9756              Date: Tue, 17 Oct 2000 08:39:36 +0200
9757              Message-Id: <20001017083936.A11104@Strawberry.COM>
9758      Branch: perl
9759            ! doio.c pp_sys.c
9760 ____________________________________________________________________________
9761 [  7377] By: jhi                                   on 2000/10/20  12:37:12
9762         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
9763              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
9764              Date:     Fri, 20 Oct 2000 08:26:04 EDT
9765              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
9766      Branch: perl
9767            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
9768 ____________________________________________________________________________
9769 [  7376] By: jhi                                   on 2000/10/20  12:35:31
9770         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
9771              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
9772              Date:     Fri, 20 Oct 2000 07:48:15 EDT
9773              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
9774      Branch: perl
9775            ! configure.com vms/gen_shrfls.pl
9776 ____________________________________________________________________________
9777 [  7375] By: bailey                                on 2000/10/20  04:44:37
9778         Log: SYN SYN
9779      Branch: vmsperl
9780           +> (branch 134 files)
9781            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
9782            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
9783            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
9784            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
9785            - eg/cgi/frameset.cgi eg/cgi/index.html
9786            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
9787            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
9788            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
9789            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
9790            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
9791            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
9792            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
9793            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
9794            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
9795            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
9796            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
9797            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
9798            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
9799            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
9800            - lib/unicode/Props.txt lib/unicode/UCD300.html
9801            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
9802            - utils/perlbc.PL vms/subconfigure.com
9803           !> (integrate 785 files)
9804 ____________________________________________________________________________
9805 [  7374] By: jhi                                   on 2000/10/20  00:59:48
9806         Log: In the latest compiler builds cccdlflags must not become -fpic,
9807              from Wilfredo Sánchez.
9808      Branch: perl
9809            ! hints/darwin.sh
9810 ____________________________________________________________________________
9811 [  7373] By: jhi                                   on 2000/10/20  00:56:35
9812         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
9813              From: Tony Cook <tony@develop-help.com>
9814              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
9815              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
9816      Branch: perl
9817            ! pod/perlop.pod
9818 ____________________________________________________________________________
9819 [  7372] By: jhi                                   on 2000/10/19  19:34:40
9820         Log: Typo noted by Mark Lutz.
9821      Branch: perl
9822            ! t/op/64bitint.t
9823 ____________________________________________________________________________
9824 [  7371] By: jhi                                   on 2000/10/19  19:33:13
9825         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
9826      Branch: metaconfig
9827            ! U/modified/Cppsym.U U/modified/Oldconfig.U
9828      Branch: metaconfig/U/perl
9829            ! End.U dlsrc.U libperl.U
9830      Branch: perl
9831            + hints/nonstopux.sh
9832            ! Configure MANIFEST config_h.SH
9833 ____________________________________________________________________________
9834 [  7370] By: jhi                                   on 2000/10/19  17:18:08
9835         Log: Subject: PATCH do_print has 2 PerlIO_error()s
9836              From: nick@ccl4.org
9837              Date: Thu, 19 Oct 2000 18:09:20 +0100
9838              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
9839      Branch: perl
9840            ! doio.c
9841 ____________________________________________________________________________
9842 [  7369] By: jhi                                   on 2000/10/19  14:01:49
9843         Log: Update Changes.
9844      Branch: perl
9845            ! Changes patchlevel.h
9846 ____________________________________________________________________________
9847 [  7368] By: jhi                                   on 2000/10/19  13:04:29
9848         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
9849              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9850              Date: Wed, 18 Oct 2000 13:12:01 +0200
9851              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
9852      Branch: perl
9853            ! hints/aix.sh
9854 ____________________________________________________________________________
9855 [  7367] By: jhi                                   on 2000/10/19  02:22:40
9856         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
9857              of a 'pmshort' anywhere in the B, so the offending line was simply
9858              removed.
9859      Branch: perl
9860            ! ext/B/B/Debug.pm
9861 ____________________________________________________________________________
9862 [  7366] By: jhi                                   on 2000/10/19  02:12:37
9863         Log: Add the test case for the bug id 20000730.004 which seems
9864              to have been fixed by now.
9865      Branch: perl
9866            ! t/pragma/utf8.t
9867 ____________________________________________________________________________
9868 [  7365] By: jhi                                   on 2000/10/18  23:36:24
9869         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
9870              From: Hugo <hv@crypt.compulink.co.uk>
9871              Date: Wed, 18 Oct 2000 23:25:58 +0100
9872              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
9873      Branch: perl
9874            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
9875 ____________________________________________________________________________
9876 [  7364] By: jhi                                   on 2000/10/18  21:12:53
9877         Log: (retracted)
9878      Branch: perl
9879            ! pp.c
9880 ____________________________________________________________________________
9881 [  7363] By: jhi                                   on 2000/10/18  20:55:38
9882         Log: Missing change from #7362.
9883      Branch: perl
9884            ! win32/perlhost.h
9885 ____________________________________________________________________________
9886 [  7362] By: jhi                                   on 2000/10/18  20:52:01
9887         Log: Borland C fstat() never saw the fd as writable.
9888              
9889              Subject: fix for Borland's weak "stat" (perl@7211)
9890              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
9891              Date: Mon, 16 Oct 2000 09:55:03 +0400
9892              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
9893      Branch: perl
9894            ! win32/win32.c
9895 ____________________________________________________________________________
9896 [  7361] By: jhi                                   on 2000/10/18  17:43:50
9897         Log: Regen toc.
9898      Branch: perl
9899            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
9900 ____________________________________________________________________________
9901 [  7360] By: jhi                                   on 2000/10/18  17:07:44
9902         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9903              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
9904              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
9905              Date: Mon, 16 Oct 2000 15:19:49 +0200
9906      Branch: perl
9907            + README.aix
9908            ! MANIFEST
9909 ____________________________________________________________________________
9910 [  7359] By: jhi                                   on 2000/10/18  17:04:49
9911         Log: Subject: Pod patch for Devel::Peek
9912              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9913              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
9914              Date: Mon, 16 Oct 2000 12:26:34 +0200
9915      Branch: perl
9916            ! ext/Devel/Peek/Peek.pm
9917 ____________________________________________________________________________
9918 [  7358] By: jhi                                   on 2000/10/18  17:03:15
9919         Log: Make Cwd more bulletproof in chrooted environments.
9920              
9921              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
9922              From: "Eric E. Coe" <Eric.Coe@oracle.com>
9923              Date: Wed, 18 Oct 2000 04:03:54 -0400
9924              Message-Id: <39ED596A.70E599FE@oracle.com>
9925      Branch: perl
9926            ! lib/Cwd.pm
9927 ____________________________________________________________________________
9928 [  7357] By: jhi                                   on 2000/10/18  16:37:26
9929         Log: Disable the UTF8 downgrade croakage for now to avoid
9930              too many not okay messages.
9931      Branch: perl
9932            ! doio.c
9933 ____________________________________________________________________________
9934 [  7356] By: jhi                                   on 2000/10/17  23:29:41
9935         Log: Show the failed remote port, instead of the failing line number.
9936              
9937              Subject: [PATCH 5.6.1 Debugger] More diagnostics
9938              From: David Sparks <daves@ActiveState.com>
9939              Date: Tue, 17 Oct 2000 15:00:24 -0700
9940              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
9941      Branch: perl
9942            ! lib/perl5db.pl
9943 ____________________________________________________________________________
9944 [  7355] By: jhi                                   on 2000/10/17  14:11:31
9945         Log: On output try to downgrade to bytes, croak if impossible,
9946              from Simon Cozens.  This means that outputting >255 UTF8
9947              is impossible.  Consider this as a strong incentive to get
9948              the I/O disciplines implemented.
9949      Branch: perl
9950            ! doio.c pod/perldiag.pod sv.c
9951 ____________________________________________________________________________
9952 [  7354] By: jhi                                   on 2000/10/17  13:42:23
9953         Log: Clarify documentation on 'use bytes'.
9954              
9955              Subject: Re: What does 'use bytes' "mean" ?
9956              From: Simon Cozens <simon@cozens.net>
9957              Date: Mon, 18 Sep 2000 18:24:25 +0100
9958              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
9959      Branch: perl
9960            ! lib/bytes.pm
9961 ____________________________________________________________________________
9962 [  7353] By: jhi                                   on 2000/10/17  13:28:12
9963         Log: Workaround for a sfio bug where the stream error indicator
9964              is not cleared as documented.
9965              
9966              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
9967              From: Nicholas Clark <nick@ccl4.org>
9968              Date: Mon, 16 Oct 2000 18:28:23 +0100
9969              Message-ID: <20001016182823.J19700@plum.flirble.org>
9970      Branch: perl
9971            ! doio.c
9972 ____________________________________________________________________________
9973 [  7352] By: jhi                                   on 2000/10/17  13:06:19
9974         Log: More IoTYPE sprinkling.
9975      Branch: perl
9976            ! doio.c pp_hot.c
9977 ____________________________________________________________________________
9978 [  7351] By: jhi                                   on 2000/10/16  22:47:07
9979         Log: Detect early whether the std streams have gone bad.
9980              
9981              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
9982              Date: Mon, 16 Oct 2000 23:28:42 +0100
9983              From: Nicholas Clark <nick@ccl4.org>
9984              Message-ID: <20001016232842.A37942@plum.flirble.org>
9985      Branch: perl
9986            ! t/op/misc.t
9987 ____________________________________________________________________________
9988 [  7350] By: jhi                                   on 2000/10/16  22:45:16
9989         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
9990              From: "Peter J. Farley III" <pjfarley@banet.net>
9991              Date: Mon, 16 Oct 2000 18:15:59 -0400
9992              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
9993      Branch: perl
9994            ! djgpp/djgpp.c dosish.h t/io/open.t
9995 ____________________________________________________________________________
9996 [  7349] By: jhi                                   on 2000/10/16  22:36:45
9997         Log: perldelta tweak.
9998      Branch: perl
9999            ! pod/perldelta.pod
10000 ____________________________________________________________________________
10001 [  7348] By: jhi                                   on 2000/10/16  15:17:53
10002         Log: Update Changes.
10003      Branch: perl
10004            ! Changes patchlevel.h
10005 ____________________________________________________________________________
10006 [  7347] By: jhi                                   on 2000/10/16  13:55:27
10007         Log: Add the capability to include/exclude branches.
10008      Branch: perl
10009            ! Porting/genlog
10010 ____________________________________________________________________________
10011 [  7346] By: jhi                                   on 2000/10/16  13:18:04
10012         Log: Add Charles Lane.
10013      Branch: perl
10014            ! AUTHORS Changes
10015 ____________________________________________________________________________
10016 [  7345] By: jhi                                   on 2000/10/16  13:13:21
10017         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
10018      Branch: perl
10019            ! pod/perldelta.pod
10020 ____________________________________________________________________________
10021 [  7344] By: gsar                                  on 2000/10/16  09:30:21
10022         Log: integrate change#6220 from cfgperl
10023              
10024              Win32 patches from Benjamin Stuhl.
10025      Branch: maint-5.6/perl
10026           !> makedef.pl win32/win32.h
10027 ____________________________________________________________________________
10028 [  7343] By: gsar                                  on 2000/10/16  08:32:19
10029         Log: integrate changes#6221,6222 from cfgperl
10030              
10031              Remove tr///CU (the feature is to be obsoleted by better interfaces).
10032              From: simon@brecon.co.uk (Simon Cozens)
10033              Subject: [PATCH] Eliminate tr///[CU][CU]
10034              Date: 23 Jun 2000 11:05:40 GMT
10035              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
10036              
10037              doc typo fix
10038              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
10039              From: Ian Phillipps <Ian.Phillipps@iname.com>
10040              Date: Fri, 23 Jun 2000 10:40:58 +0100
10041              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
10042      Branch: maint-5.6/perl
10043           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
10044 ____________________________________________________________________________
10045 [  7342] By: gsar                                  on 2000/10/16  08:28:08
10046         Log: integrate change#6217 from cfgperl (in part)
10047              
10048              Rename the fdpid locking and integrate with Sarathy.
10049      Branch: maint-5.6/perl
10050           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
10051           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
10052           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
10053           !> win32/win32.c
10054 ____________________________________________________________________________
10055 [  7341] By: gsar                                  on 2000/10/16  08:23:39
10056         Log: integrate changes#6214..6216 from mainline
10057              
10058              @_ can't have junk in it even in the non-USE_ITHREADS case because
10059              caller() wants to populate @DB::args with it (causes a coredump
10060              in Carp::confess())
10061              
10062              tweak comment about @DB::args
10063              
10064              be more optimal about clearing @_
10065      Branch: maint-5.6/perl
10066           !> av.h cop.h pp_ctl.c t/op/runlevel.t
10067 ____________________________________________________________________________
10068 [  7340] By: gsar                                  on 2000/10/16  08:20:37
10069         Log: integrate changes#6207..6210 from cfgperl
10070              
10071              Subject: [PATCH 5.6.0] Threadsafe patches
10072              From: Dan Sugalski <dan@sidhe.org>
10073              To: perl5-porters@perl.org
10074              Date: Mon, 08 May 2000 18:08:13 -0400
10075              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
10076              
10077              Regen headers for #6207.
10078              
10079              Lock PL_fdpid against race conditions, based on:
10080              Subject: [PATCH 5.6.0]subprocess fixup for threads
10081              From: Dan Sugalski <dan@sidhe.org>
10082              To: perl5-porters@perl.org
10083              Date: Tue, 11 Apr 2000 17:02:32 -0400
10084              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
10085              
10086              Mopup for #6207 and #6209.
10087      Branch: maint-5.6/perl
10088           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
10089           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
10090           !> win32/win32.c
10091 ____________________________________________________________________________
10092 [  7339] By: gsar                                  on 2000/10/16  08:14:34
10093         Log: integrate change#6203 from cfgperl
10094              
10095              perldiag should refer to perlos2.pod not README.os2
10096      Branch: maint-5.6/perl
10097           !> pod/perldiag.pod
10098 ____________________________________________________________________________
10099 [  7338] By: gsar                                  on 2000/10/16  08:11:42
10100         Log: integrate change#6201 from mainline
10101              
10102              Perl_eval_pv() leaks 4 bytes every time it is called because it
10103              does a PUSHMARK that's never ever POPMARKed; in general, only
10104              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
10105              Perl_eval_[sp]v() don't because they don't take any incoming
10106              arguments (this leak has been around since the original version
10107              of perl_eval_pv() in 5.003_97e)
10108      Branch: maint-5.6/perl
10109           !> perl.c
10110 ____________________________________________________________________________
10111 [  7337] By: gsar                                  on 2000/10/16  08:08:47
10112         Log: integrate changes#6197..6200 from cfgperl
10113              
10114              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
10115              From: John Borwick <jhborwic@unity.ncsu.edu>
10116              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
10117              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
10118              
10119              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
10120              From: Dan Sugalski <dan@sidhe.org>
10121              To: vmsperl@perl.org, perl5-porters@perl.org
10122              Date: Fri, 02 Jun 2000 16:00:41 -0400
10123              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
10124              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
10125              
10126              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
10127              From: Dan Sugalski <dan@sidhe.org>
10128              To: perl5-porters@perl.org, vmsperl@perl.org
10129              Date: Fri, 02 Jun 2000 17:30:51 -0400
10130              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
10131              
10132              Update to cperl-mode.el 4.31 from
10133              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
10134              Subject: A couple of notes
10135              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10136              To: Mailing list Perl5 <perl5-porters@perl.org>
10137              Date: Sat, 3 Jun 2000 23:33:32 -0400
10138              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
10139      Branch: maint-5.6/perl
10140           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
10141           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
10142           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
10143           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
10144           !> vms/vmsish.h
10145 ____________________________________________________________________________
10146 [  7336] By: gsar                                  on 2000/10/16  08:03:46
10147         Log: integrate changes#6194,6195 from mainline
10148              
10149              fix small eval"" memory leaks under USE_ITHREADS
10150              
10151              fix yet another eval"" leak under USE_ITHREADS
10152      Branch: maint-5.6/perl
10153           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
10154           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
10155           !> vms/perly_c.vms
10156 ____________________________________________________________________________
10157 [  7335] By: gsar                                  on 2000/10/16  08:02:15
10158         Log: integrate changes#6190,6191 from mainline
10159              
10160              submit missing embed.pl change
10161              
10162              vec() loses numericalness (modified version of patch suggested
10163              by Robin Barker)
10164      Branch: maint-5.6/perl
10165           !> doop.c embed.pl t/op/vec.t
10166 ____________________________________________________________________________
10167 [  7334] By: gsar                                  on 2000/10/16  08:01:03
10168         Log: integrate change#6189 from mainline
10169              
10170              counting tr/// corrupts later operation (from M.J.T Guy)
10171      Branch: maint-5.6/perl
10172           !> doop.c t/op/tr.t
10173 ____________________________________________________________________________
10174 [  7333] By: gsar                                  on 2000/10/16  07:59:07
10175         Log: integrate changes#6183..6188 from mainline
10176              
10177              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
10178              <nick@ccl4.org>)
10179              
10180              tweak for change#6127
10181              
10182              remove incorrect documentation about implicit split to @_ in
10183              list context, which never really worked in perl 5 (from
10184              M.J.T. Guy)
10185              
10186              further qualify references to "alphanumeric" (from Wolfgang Laun
10187              <wolfgang.laun@alcatel.at>)
10188              
10189              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
10190              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
10191              
10192              h2xs tweaks
10193      Branch: maint-5.6/perl
10194           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
10195           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
10196           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
10197           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
10198           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
10199           !> pod/pod2latex.PL utils/h2xs.PL
10200 ____________________________________________________________________________
10201 [  7332] By: gsar                                  on 2000/10/16  07:53:52
10202         Log: integrate change#6179 from mainline
10203              
10204              buggy modulus on UVs introduced by change#3378 (resulted in
10205              4063328477 % 65535 amounting to 27406, instead of 27407)
10206      Branch: maint-5.6/perl
10207           !> pp.c t/op/arith.t
10208 ____________________________________________________________________________
10209 [  7331] By: gsar                                  on 2000/10/16  07:52:49
10210         Log: integrate changes#6176,6177,6178,6182 from cfgperl
10211              
10212              Single-quoted utf8 patch from Simon Cozens.
10213              
10214              Substitution utf8 patch from Simon Cozens.
10215              
10216              Be cleaner.
10217              
10218              Be Cleaner Part Deux.
10219      Branch: maint-5.6/perl
10220           !> Makefile.SH pp_hot.c toke.c
10221 ____________________________________________________________________________
10222 [  7330] By: gsar                                  on 2000/10/16  07:41:36
10223         Log: integrate change#6172 from mainline
10224              
10225              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
10226              (from Ilya Zakharevich)
10227      Branch: maint-5.6/perl
10228           !> regexec.c t/op/re_tests
10229 ____________________________________________________________________________
10230 [  7329] By: gsar                                  on 2000/10/16  07:40:25
10231         Log: integrate change#6171 from mainline
10232              
10233              scalar() doesn't force scalar context when used in void context
10234              (from Simon Cozens)
10235      Branch: maint-5.6/perl
10236           !> op.c t/op/wantarray.t
10237 ____________________________________________________________________________
10238 [  7328] By: gsar                                  on 2000/10/16  07:39:33
10239         Log: integrate change#6170 from mainline
10240              
10241              change#6142 needs tweaks to tests to work where there's no
10242              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
10243      Branch: maint-5.6/perl
10244           !> t/lib/filefind.t
10245 ____________________________________________________________________________
10246 [  7327] By: gsar                                  on 2000/10/16  07:35:34
10247         Log: integrate changes#6166..6168 from cfgperl
10248              
10249              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
10250              in case somebody wants to write an extension for more
10251              shadow database interfaces.
10252              
10253              tweak todo
10254              
10255              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
10256      Branch: maint-5.6/perl
10257           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
10258           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
10259           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
10260           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
10261           !> win32/config.vc win32/config_H.bc win32/config_H.gc
10262           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
10263 ____________________________________________________________________________
10264 [  7326] By: gsar                                  on 2000/10/16  07:29:05
10265         Log: integrate changes#6157,6159..6161,6164 from cfgperl
10266              
10267              Regen Configure to jive with #6149.
10268              
10269              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
10270              
10271              Changes for the File::Temp 0.08 (change #6159) test suite
10272              to fit better into the Perl distribution test framework.
10273              
10274              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
10275              both from Simon Cozens.
10276              
10277              detypo
10278      Branch: maint-5.6/perl
10279           +> pod/perlmodlib.PL pod/perlnewmod.pod
10280           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
10281           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
10282           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
10283           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
10284 ____________________________________________________________________________
10285 [  7325] By: gsar                                  on 2000/10/16  07:25:13
10286         Log: integrate change#6158 from vmsperl
10287              
10288              Add fallback to tmpfile for use in cases where user's relying on
10289              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
10290              Lane's patch)
10291      Branch: maint-5.6/perl
10292           !> vms/vms.c vms/vmsish.h
10293 ____________________________________________________________________________
10294 [  7324] By: gsar                                  on 2000/10/16  07:20:50
10295         Log: integrate changes#6153..6155 from mainline
10296              
10297              prettier Test::Harness output on failed tests (from Nicholas Clark
10298              <nick@Bagpuss.uk.boo.com>)
10299              
10300              avoid type mismatch warning
10301              
10302              small bug in change#6144; remove random \xA0 character that snuck
10303              in via change#6145
10304      Branch: maint-5.6/perl
10305           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
10306           !> perl.c
10307 ____________________________________________________________________________
10308 [  7323] By: gsar                                  on 2000/10/16  07:18:47
10309         Log: integrate changes#6151,6152 from mainline
10310              
10311              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
10312              
10313              cosmetic fixups of RE debug output (from Ilya Zakharevich)
10314      Branch: maint-5.6/perl
10315           !> regexec.c
10316 ____________________________________________________________________________
10317 [  7322] By: gsar                                  on 2000/10/16  07:17:25
10318         Log: integrate changes#6146..6150 from mainline
10319              
10320              doc typo
10321              
10322              add a make entry to Config.pm so "perl -V:make" works on VMS
10323              (from Peter Prymmer)
10324              
10325              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
10326              
10327              OS/2 tweaks for usethreads build (from Rocco Caputo
10328              <troc@netrus.net>)
10329              
10330              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
10331      Branch: maint-5.6/perl
10332           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
10333           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
10334           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
10335           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
10336           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
10337           !> warnings.pl x2p/a2p.h
10338 ____________________________________________________________________________
10339 [  7321] By: gsar                                  on 2000/10/16  07:14:02
10340         Log: integrate changes#6143..6145 from mainline
10341              
10342              MacOS support, part 1 (from Matthias Neeracher
10343              <neeri@iis.ee.ethz.ch>)
10344              
10345              MacOS support, part 2: make AutoSplit use File::Spec instead
10346              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
10347              <neeri@iis.ee.ethz.ch>)
10348              
10349              make xsubpp skip embedded pod (from Matthias Neeracher
10350              <neeri@iis.ee.ethz.ch>)
10351      Branch: maint-5.6/perl
10352           +> ext/DynaLoader/dl_mac.xs
10353           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
10354           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
10355           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
10356           !> pp_ctl.c proto.h toke.c util.c util.h
10357 ____________________________________________________________________________
10358 [  7320] By: gsar                                  on 2000/10/16  07:12:13
10359         Log: integrate changes#6141,6142 from mainline
10360              
10361              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
10362              forwarded by Peter Seebach from the bsdi-users mailing list.
10363              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
10364              
10365              File::Find fails to chdir when chasing symlinks (from
10366              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
10367      Branch: maint-5.6/perl
10368           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
10369 ____________________________________________________________________________
10370 [  7319] By: gsar                                  on 2000/10/16  07:04:30
10371         Log: integrate change#6139 from mainline
10372              
10373              revise mktables.PL for bugs and newness in Unicode 3.0
10374              (from James Bence <jbence@amgen.com>)
10375      Branch: maint-5.6/perl
10376           +> (branch 30 files)
10377           !> (integrate 49 files)
10378 ____________________________________________________________________________
10379 [  7318] By: gsar                                  on 2000/10/16  07:01:01
10380         Log: integrate changes#6137,6138 from mainline
10381              
10382              fix bogus redeclaration warning for "our" variables in different
10383              scopes
10384              
10385              add note about the handling of negative indices to tied arrays
10386              (from Michael G Schwern <schwern@pobox.com>)
10387      Branch: maint-5.6/perl
10388           !> op.c pod/perltie.pod t/pragma/strict-vars
10389 ____________________________________________________________________________
10390 [  7317] By: gsar                                  on 2000/10/16  06:58:46
10391         Log: integrate changes#6127..6136 from mainline
10392              
10393              call_method(...,G_EVAL) can longjmp() out if the method probing
10394              failed (from Gisle Aas)
10395              
10396              new perlxstut example for passing/returning refs to arrays
10397              (from David Lowe <dlowe@pootpoot.com>)
10398              
10399              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
10400              
10401              fix places that mean C<"word" character> but say C<alphanumeric
10402              character>
10403              
10404              avoid warnings in POSIX.pm (from Barrie Slaymaker)
10405              
10406              warnings::enabled() doesn't fall back to looking at $^W if
10407              caller isn't using lexical warnings (from Paul Marquess)
10408              
10409              elide bogus test in change#6132
10410              
10411              make Test::Harness use wait.h/WCOREDUMP if available
10412              (from Ben Tilly <ben_tilly@hotmail.com>)
10413              
10414              enable Test::Harness to dynamically determine column width etc.
10415              (from Rob Napier <rnapier@employees.org>)
10416              
10417              random pod typos (from Peter Scott <Peter@PSDT.com>)
10418      Branch: maint-5.6/perl
10419           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
10420           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
10421           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
10422           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
10423 ____________________________________________________________________________
10424 [  7316] By: gsar                                  on 2000/10/16  06:53:23
10425         Log: integrate change#6126 from mainline
10426              
10427              change#2879 broke rvalue autovivification of magicals such as
10428              ${$num} (reworked variant of patch suggested by Simon Cozens)
10429      Branch: maint-5.6/perl
10430           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
10431           !> pp_hot.c proto.h t/op/gv.t
10432 ____________________________________________________________________________
10433 [  7315] By: gsar                                  on 2000/10/16  06:51:38
10434         Log: integrate changes#6123,6125 from mainline
10435              
10436              clarify gotcha with #line directives (from Rocco Caputo
10437              <troc@netrus.net>)
10438              
10439              enable propagating exception objects via Perl_croak() in XS code
10440              (from Gisle Aas)
10441      Branch: maint-5.6/perl
10442           !> pod/perldebug.pod pod/perlsyn.pod util.c
10443 ____________________________________________________________________________
10444 [  7314] By: gsar                                  on 2000/10/16  06:49:28
10445         Log: integrate change#6122 from mainline
10446              
10447              downgrade fatal error on C<"foo@nosucharray.com"> to optional
10448              warning (from Mark-Jason Dominus)
10449      Branch: maint-5.6/perl
10450           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
10451           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
10452           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
10453           !> toke.c
10454 ____________________________________________________________________________
10455 [  7313] By: gsar                                  on 2000/10/16  06:46:54
10456         Log: integrate changes#6112..6121 from vmsperl
10457              
10458              Check for existence of file before trying to delete
10459              
10460              Ugly workaround for version-specific RTL error
10461              
10462              Urk -- undo previous removal of vmsish 'exit' change
10463              
10464              Add bounds checking for several strings (Charles Lane)
10465              
10466              Miscellaneous cosmetic fixes (Charles Lane)
10467              
10468              Treat sockets as special in sys(read|write) (Charles Lane et al.)
10469              
10470              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
10471              Flatten case labels in switch statements uniformly (Charles Bailey)
10472              
10473              Quiet error messages in vmsish.t (Charles Lane)
10474              
10475              Add missing escape (Charles Lane)
10476              
10477              Allow eliminate_macros() and fixpath() to handle space-delimited
10478              lists (based on fixes by Craig Berry)
10479      Branch: maint-5.6/perl
10480           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
10481           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
10482           !> vms/vmsish.h
10483 ____________________________________________________________________________
10484 [  7312] By: gsar                                  on 2000/10/16  06:41:18
10485         Log: integrate changes#6107,6110 from cfgperl
10486              
10487              Tweak the todo list.
10488              
10489              todo tweak
10490      Branch: maint-5.6/perl
10491           !> Todo-5.6
10492 ____________________________________________________________________________
10493 [  7311] By: gsar                                  on 2000/10/16  06:38:38
10494         Log: integrate changes#6104,6108 from mainline
10495              
10496              PL_sys_intern was being initialized too late on windows
10497              
10498              reenable fake signal handling on Windows, bugs and all
10499      Branch: maint-5.6/perl
10500           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
10501           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
10502           !> win32/win32.c
10503 ____________________________________________________________________________
10504 [  7310] By: gsar                                  on 2000/10/16  06:36:03
10505         Log: integrate changes#6095,6097..6103 from cfgperl
10506              
10507              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
10508              might be useful in future.
10509              
10510              Add a note about possible compilation problems from Allen Smith.
10511              
10512              Add a note about other, yet unsupported, shadow password APIs.
10513              
10514              Tweaks for the cc bugs from Allen Smith.
10515              
10516              More compilation tweakery from Allen Smith.
10517              
10518              Hints and test tweaks for Unicos.
10519              
10520              The test suite tweak in #6101 wasn't quite right.
10521              
10522              Test tweaking for Unicos continues.
10523      Branch: maint-5.6/perl
10524           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
10525           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
10526           !> t/lib/complex.t t/op/64bitint.t
10527 ____________________________________________________________________________
10528 [  7309] By: gsar                                  on 2000/10/16  06:29:41
10529         Log: integrate changes#6093,6094 from mainline
10530              
10531              fork() failure to create pseudo process sets errno=EAGAIN and returns
10532              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
10533              
10534              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
10535      Branch: maint-5.6/perl
10536           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
10537           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
10538 ____________________________________________________________________________
10539 [  7308] By: gsar                                  on 2000/10/16  06:27:29
10540         Log: integrate change#6092 from cfgperl
10541              
10542              Regen perltoc with the fixed buildtoc.
10543      Branch: maint-5.6/perl
10544           !> pod/perltoc.pod
10545 ____________________________________________________________________________
10546 [  7307] By: gsar                                  on 2000/10/16  06:26:40
10547         Log: integrate changes#6089,6090 from mainline
10548              
10549              buildtoc tweak to fix newline lossage
10550              
10551              concat doesn't preserve utf8-ness, and doesn't invalidate
10552              [NI]OK; added tests for both
10553      Branch: maint-5.6/perl
10554           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
10555 ____________________________________________________________________________
10556 [  7306] By: gsar                                  on 2000/10/16  06:24:05
10557         Log: integrate change#6088 from cfgperl
10558              
10559              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
10560              because we do not use those.  The HAS_GETSPNAM remains,
10561              though, because we still do use that.
10562      Branch: maint-5.6/perl
10563           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
10564           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
10565           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
10566           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
10567           !> win32/config.vc win32/config_H.bc win32/config_H.gc
10568           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
10569 ____________________________________________________________________________
10570 [  7305] By: gsar                                  on 2000/10/16  06:15:52
10571         Log: integrate changes#6084,6085,6087 from mainline
10572              
10573              substr() does not preserve utf8-ness (from Stefan Eissing
10574              <Eissing@medicaldataservice.de>); added tests
10575              
10576              repeat operator (x) doesn't preserve utf8-ness
10577              
10578              reverse() and quotemeta() weren't preserving utf8-ness; add tests
10579      Branch: maint-5.6/perl
10580           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
10581 ____________________________________________________________________________
10582 [  7304] By: gsar                                  on 2000/10/16  06:13:10
10583         Log: integrate changes#6077..6083 from mainline
10584              
10585              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
10586              and Tom Phoenix)
10587              
10588              workaround for CRT bug in chdir() (from Charles Lane, via
10589              Peter Prymmer)
10590              
10591              remove outdated kludge in Carp (NULLs are permitted in diagnostics
10592              now)
10593              
10594              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
10595              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
10596              
10597              better default perlbug categories for ok reports (from Richard Foley)
10598              
10599              peek.t non-portable to ithreads
10600              
10601              note about undocumented caller() return value (from M.J.T. Guy);
10602              yet another peek.t tweak
10603      Branch: maint-5.6/perl
10604           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
10605           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
10606           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
10607           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
10608           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
10609           !> vms/vmsish.h
10610 ____________________________________________________________________________
10611 [  7303] By: gsar                                  on 2000/10/16  06:03:18
10612         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
10613              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
10614              
10615              &HUGE_VAL is not defined, it exists.
10616              
10617              Do not warn that an infinity does not look like a number.
10618              
10619              Rewrite the pwent/spent logic to be a little bit more clearer.
10620              
10621              Continue on the pwent/spent case.
10622              
10623              Correct Freudian slip.
10624              
10625              Use HUGE_VALL if applicable.
10626              
10627              pwent/spent #ifdef imbalance.
10628              
10629              Infinite problems.
10630              
10631              Call getspnam() only iff needd.
10632              
10633              Test both the scalar and list contexts.
10634              
10635              Use setxxent()/endxxent().
10636              
10637              Complex tweakery.
10638              
10639              Unicos hint tweak.
10640              
10641              Be more forgiving in POSIX about HUGE_VALL.
10642              
10643              Detypo.
10644              
10645              The search of infinity continues, this time simplified.
10646              
10647              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
10648              in natively 64-bit platforms where a long is a quad (no need
10649              for long longs).  Also added bias for IVs.
10650              
10651              Complex tweaks.
10652              
10653              Introduce t/lib/peek.t.
10654              
10655              Make the test more portable.
10656      Branch: maint-5.6/perl
10657           +> t/lib/peek.t
10658            ! pp_sys.c
10659           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
10660           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
10661           !> t/op/pwent.t toke.c util.c
10662 ____________________________________________________________________________
10663 [  7302] By: gsar                                  on 2000/10/16  05:03:37
10664         Log: integrate changes#6066..6071 from mainline
10665              
10666              s/END/CHECK/
10667              
10668              replace direct call to sighandler() with (*PL_sighandlerp)()
10669              
10670              note about values()
10671              
10672              File::Spec compatibility update (from Barrie Slaymaker
10673              <barries@slaysys.com>)
10674              
10675              remove misleading comment (from M.J.T. Guy)
10676              
10677              misformatted perllocal.pod (from Tim Jenness
10678              <t.jenness@jach.hawaii.edu>)
10679      Branch: maint-5.6/perl
10680           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
10681           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
10682           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
10683           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
10684 ____________________________________________________________________________
10685 [  7301] By: gsar                                  on 2000/10/16  05:00:08
10686         Log: integrate changes#6061..6063 from mainline
10687              
10688              change#5921 neglected to make eq honor "use bytes"
10689              
10690              additional tests for utf8.t
10691              
10692              tokeq() could read unallocated field in argument
10693      Branch: maint-5.6/perl
10694           !> sv.c t/pragma/utf8.t toke.c
10695 ____________________________________________________________________________
10696 [  7300] By: gsar                                  on 2000/10/16  04:56:54
10697         Log: integrate changes#6046,6048,6057,6058 from mainline
10698              
10699              libscheck has insufficient checks for n32 libs (from
10700              Albert Chin-A-Young <china@thewrittenword.com>)
10701              
10702              add note about how $( doesn't interpolate in REs (from
10703              Philip Newton <newton@ficus.frogspace.net>)
10704              
10705              fix broken parsing of /\x{ab}/
10706              
10707              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
10708              (spotted by Donald Kinzer <dkinzer@premia.com>)
10709      Branch: maint-5.6/perl
10710           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
10711           !> t/pragma/utf8.t
10712 ____________________________________________________________________________
10713 [  7299] By: gsar                                  on 2000/10/16  04:52:50
10714         Log: integrate change#6044 from mainline
10715              
10716              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
10717              such that underscores are only ignored in literal numbers,
10718              "\x{...}", and hex/oct argument
10719      Branch: maint-5.6/perl
10720           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
10721 ____________________________________________________________________________
10722 [  7298] By: gsar                                  on 2000/10/16  04:50:53
10723         Log: integrate changes#6027..6043 from mainline
10724              
10725              podlators-1.02 update (from Russ Allbery)
10726              
10727              Pod::Man generates groff-incompatible macro definition (from
10728              Tom Christiansen)
10729              
10730              add CGI.pm v2.66 (from Lincoln Stein)
10731              
10732              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
10733              for @- and @+ (from Johan Vromans)
10734              
10735              small nits in diagnostics.pm (from Robin Barker)
10736              
10737              whitespace adjustments
10738              
10739              missing files in MANIFEST
10740              
10741              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
10742              to compensate
10743              
10744              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
10745              
10746              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
10747      Branch: maint-5.6/perl
10748           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
10749           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
10750           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
10751           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
10752           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
10753           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
10754           !> t/lib/cgi-html.t t/lib/cgi-request.t
10755 ____________________________________________________________________________
10756 [  7297] By: gsar                                  on 2000/10/16  04:44:30
10757         Log: integrate change#6025 from mainline
10758              
10759              Is{Alnum,Alpha,Word} don't match titlecase
10760              TODO: IsSpace is defined recursively!
10761              (both spotted by Larry)
10762      Branch: maint-5.6/perl
10763           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
10764           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
10765 ____________________________________________________________________________
10766 [  7296] By: gsar                                  on 2000/10/16  04:39:30
10767         Log: integrate change#6023 from mainline
10768              
10769              debugger stomps on $. (from M.J.T. Guy)
10770      Branch: maint-5.6/perl
10771           !> lib/perl5db.pl
10772 ____________________________________________________________________________
10773 [  7295] By: gsar                                  on 2000/10/16  04:38:02
10774         Log: integrate change#6022 from mainline
10775              
10776              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
10777      Branch: maint-5.6/perl
10778           !> sv.c
10779 ____________________________________________________________________________
10780 [  7294] By: gsar                                  on 2000/10/16  04:37:05
10781         Log: integrate changes#6018..6021 from mainline
10782              
10783              make lib/syslog.t portable to systems that don't have _PATH_LOG,
10784              make _PATH_LOG() return "" if unavailable
10785              
10786              windows portability tweaks
10787              
10788              test tweak
10789              
10790              remove Win2K issue in pod (fixed by change#6020)
10791      Branch: maint-5.6/perl
10792           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
10793           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
10794           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
10795 ____________________________________________________________________________
10796 [  7293] By: gsar                                  on 2000/10/16  04:20:00
10797         Log: integrate changes#6013..6015 from mainline
10798              
10799              tweak change#5945 to display correct switch name in diagnostic
10800              
10801              glob() loading File::Glob behind the scenes may cause syntax errors
10802              
10803              tweak test for portability
10804      Branch: maint-5.6/perl
10805           !> op.c perl.c pod/perldiag.pod t/lib/b.t
10806 ____________________________________________________________________________
10807 [  7292] By: gsar                                  on 2000/10/16  04:18:11
10808         Log: integrate changes#6005..6010 from mainline, cfgperl
10809              
10810              perldoc might fail via "use blib" (from Hugo van der Sanden)
10811              
10812              Regen Configure.
10813              
10814              note about compile failures and END blocks (from M.J.T. Guy)
10815              
10816              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
10817              
10818              (change#6009 integrated earlier in change#7255)
10819              
10820              clarify note about shadow password support (from
10821              gellyfish@gellyfish.com)
10822      Branch: maint-5.6/perl
10823           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
10824           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
10825           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
10826 ____________________________________________________________________________
10827 [  7291] By: gsar                                  on 2000/10/16  04:12:03
10828         Log: integrate changes#6002,6003 from mainline
10829              
10830              destructive sv_setsv() can lose UV-ness from source, causing
10831              numeric promotions/comparisons to fail to do the right thing
10832              
10833              allow REG_EXPAND_SZ keys in Windows registry (from
10834              John Clayton <John.Clayton@barclayscapital.com>)
10835      Branch: maint-5.6/perl
10836           !> sv.c win32/win32.c
10837 ____________________________________________________________________________
10838 [  7290] By: gsar                                  on 2000/10/16  04:10:19
10839         Log: integrate change#6001 from mainline
10840              
10841              support additional library locations via $Config{otherlibdirs}
10842              (from Andy Dougherty)
10843      Branch: maint-5.6/perl
10844           !> Configure INSTALL Porting/Glossary Porting/config.sh
10845           !> Porting/config_H config_h.SH epoc/config.sh perl.c
10846           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
10847           !> win32/config.bc win32/config.gc win32/config.vc
10848 ____________________________________________________________________________
10849 [  7289] By: gsar                                  on 2000/10/16  04:08:28
10850         Log: integrate change#5999 from mainline
10851              
10852              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
10853      Branch: maint-5.6/perl
10854           !> t/pragma/warn/toke toke.c
10855 ____________________________________________________________________________
10856 [  7288] By: gsar                                  on 2000/10/16  04:07:01
10857         Log: integrate changes#5997,5998 from cfgperl
10858              
10859              Preserve $!.
10860              
10861              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
10862      Branch: maint-5.6/perl
10863           !> lib/Math/Complex.pm
10864 ____________________________________________________________________________
10865 [  7287] By: gsar                                  on 2000/10/16  04:04:37
10866         Log: integrate change#5995 from mainline
10867              
10868              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
10869      Branch: maint-5.6/perl
10870           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
10871 ____________________________________________________________________________
10872 [  7286] By: gsar                                  on 2000/10/16  04:03:21
10873         Log: integrate change#5994 from mainline
10874              
10875              fix for missed accounting for null byte in pack("Z",...) (from
10876              M.J.T. Guy)
10877      Branch: maint-5.6/perl
10878           !> pp.c t/op/pack.t
10879 ____________________________________________________________________________
10880 [  7285] By: gsar                                  on 2000/10/16  04:02:11
10881         Log: integrate changes#5989..5993 from mainline
10882              
10883              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
10884              itself and no other (from Tom Hughes)
10885              
10886              use $ENV{LIB} to search for libs under Visual C compiler
10887              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
10888              
10889              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
10890              
10891              pod nit (from Simon Cozens)
10892              
10893              various minor tweaks seen on p5p
10894      Branch: maint-5.6/perl
10895           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
10896           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
10897           !> t/op/array.t toke.c
10898 ____________________________________________________________________________
10899 [  7284] By: gsar                                  on 2000/10/16  03:59:00
10900         Log: integrate changes#5978..5988 from mainline
10901              
10902              sync version numbers in File::Spec with the ones on CPAN
10903              (from Barrie Slaymaker)
10904              
10905              under useithreads, constant pad entries could inadvertantly be
10906              shared across threads (from Eric Blood <eblood@xmission.com>);
10907              added Eric's test case to testsuite
10908              
10909              allow Configure -S to run non-interactively (spotted by Greg Hudson
10910              <ghudson@mit.edu>)
10911              
10912              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
10913              prototype mismatch with CORE::glob(); update pod and tests to
10914              suit (File::Glob::glob() is still available for backward
10915              compatibility, but should be considered deprecated)
10916              
10917              avoid error in IO::Socket::INET when given an unknown service name
10918              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
10919              
10920              numeric conversion of non-number in change#3378 tramples on
10921              OOK offset, causing segfaults
10922              
10923              attributes::reftype() doesn't work on tied argument
10924              
10925              forked child may not exit correctly if it failed to open
10926              /dev/console (from Graham Barr)
10927              
10928              add regular expressions tutorial and quick-start guide (from
10929              Mark Kvale <kvale@phy.ucsf.edu>)
10930              
10931              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
10932              
10933              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
10934              <paul@miraclefish.com>)
10935      Branch: maint-5.6/perl
10936           +> pod/perlrequick.pod pod/perlretut.pod
10937           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
10938           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
10939           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
10940           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
10941           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
10942           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
10943           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
10944           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
10945 ____________________________________________________________________________
10946 [  7283] By: gsar                                  on 2000/10/16  03:52:14
10947         Log: integrate change#5977 from mainline
10948              
10949              autoquote barewords followed by newline and arrow properly
10950              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
10951      Branch: maint-5.6/perl
10952           !> t/pragma/warn/toke toke.c
10953 ____________________________________________________________________________
10954 [  7282] By: gsar                                  on 2000/10/16  03:50:48
10955         Log: integrate change#5976 from mainline
10956              
10957              DB_File v1.73 update (from Paul Marquess)
10958      Branch: maint-5.6/perl
10959           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
10960           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
10961 ____________________________________________________________________________
10962 [  7281] By: gsar                                  on 2000/10/16  03:49:14
10963         Log: integrate change#5975 from mainline
10964              
10965              allow sort() reentrancy (variant of patch suggested by
10966              Hugo van der Sanden)
10967      Branch: maint-5.6/perl
10968           !> pp_ctl.c t/op/sort.t
10969 ____________________________________________________________________________
10970 [  7280] By: gsar                                  on 2000/10/16  03:48:22
10971         Log: integrate change#5974 from mainline
10972              
10973              change#4197 somehow missed initializing PL_errors, meaning
10974              syntax error queueing wasn't working outside eval"" at all;
10975              also fixed eval"" to localize PL_error_count, so that compile-time
10976              eval's don't clobber the error state of the outer context
10977      Branch: maint-5.6/perl
10978           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
10979           !> t/pragma/warn/toke
10980 ____________________________________________________________________________
10981 [  7279] By: gsar                                  on 2000/10/16  03:46:21
10982         Log: integrate change#5973 from mainline
10983              
10984              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
10985      Branch: maint-5.6/perl
10986           !> regcomp.c regexec.c t/op/re_tests
10987 ____________________________________________________________________________
10988 [  7278] By: gsar                                  on 2000/10/16  03:44:54
10989         Log: integrate change#5971 from cfgperl
10990              
10991              Unicos tweaks from Mark P. Lutz.
10992      Branch: maint-5.6/perl
10993           !> hints/unicos.sh lib/Math/Complex.pm
10994 ____________________________________________________________________________
10995 [  7277] By: gsar                                  on 2000/10/16  03:42:59
10996         Log: integrate changes#5966..5970 from mainline
10997              
10998              add testsuite for B backends, fix bug in B::Deparse (from
10999              Simon Cozens <simon@brecon.co.uk>)
11000              
11001              improved docs on the warn_uninit diagnostic (from David Glasser
11002              and Simon Cozens)
11003              
11004              tolerate spaces in group names in test on solaris (from David Boyce
11005              <dsb@boyski.com>)
11006              
11007              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
11008              
11009              Data::Dumper fumbles negative numbers on 32-bit platforms where
11010              IV is >32bits
11011      Branch: maint-5.6/perl
11012           +> t/lib/b.t t/lib/syslog.t
11013           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
11014           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
11015           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
11016 ____________________________________________________________________________
11017 [  7276] By: gsar                                  on 2000/10/16  03:39:30
11018         Log: integrate change#5965 from mainline
11019              
11020              avoid "will not stay shared" warnings for our variables (from
11021              Robin Barker)
11022      Branch: maint-5.6/perl
11023           !> op.c t/pragma/warn/op
11024 ____________________________________________________________________________
11025 [  7275] By: gsar                                  on 2000/10/16  03:38:18
11026         Log: integrate change#5964 from mainline
11027              
11028              reformat to 72 columns (again)
11029      Branch: maint-5.6/perl
11030           !> pod/perldiag.pod
11031 ____________________________________________________________________________
11032 [  7274] By: gsar                                  on 2000/10/16  03:36:58
11033         Log: integrate change#5963 from mainline
11034              
11035              patch from Larry to make (\&) prototype work; added tests for
11036              the same
11037      Branch: maint-5.6/perl
11038           !> op.c t/comp/proto.t
11039 ____________________________________________________________________________
11040 [  7273] By: gsar                                  on 2000/10/16  03:35:51
11041         Log: integrate changes#5956..5962 from mainline
11042              
11043              better diagnostics on failed tests (from Ilya Zakharevich)
11044              
11045              pod nits (from A. C. Yardley <yardley@tanet.net>)
11046              
11047              change#3569 deleted some essential code, revert; avoid use of
11048              atexit() to make DynaLoader work properly on AIX under mod_perl
11049              (from Jens-Uwe Mager <jum@helios.de>)
11050              
11051              doubled words in pods (from Simon Cozens
11052              <simon.p.cozens@jp.pwcglobal.com>)
11053              
11054              better INSTALL notes on Solaris issues (from Dominic Dunlop)
11055              
11056              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
11057              
11058              updated README.hpux (from Jeff Okamoto)
11059      Branch: maint-5.6/perl
11060           !> INSTALL README.hpux emacs/cperl-mode.el
11061           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
11062           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
11063           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
11064           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
11065           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
11066           !> t/op/lex_assign.t
11067 ____________________________________________________________________________
11068 [  7272] By: gsar                                  on 2000/10/16  03:31:22
11069         Log: integrate change#5955 from mainline
11070              
11071              longstanding bug exposed by change#3307: sort arguments weren't
11072              compiled with the right wantarray context (ensuing runtime lookup
11073              via block_gimme() was getting the incidental context of the
11074              sort() itself)
11075      Branch: maint-5.6/perl
11076           !> op.c t/op/sort.t
11077 ____________________________________________________________________________
11078 [  7271] By: gsar                                  on 2000/10/16  03:29:11
11079         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
11080              branch
11081              
11082              Flatten the cpp jungle doing the nosuid checking.
11083              
11084              Do not assume sign propagation. (from M.J.T. Guy)
11085              
11086              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
11087              
11088              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
11089              Now pp_ncmp() returns undef is either operand is a NaN.
11090              
11091              On second thoughts frexp() does have two arguments.
11092              
11093              Document that tr() is not tr(1).
11094              
11095              Be more robust on "extreme" (large absolute value)
11096              arguments.  Originally reported by Daniel Connelly
11097              as a problem with asinh() on large negative arguments,
11098              asinh() used to bail out because an argument to log()
11099              ended up being zero.  Ilya Zakharevich proposed using
11100              Taylor's series in such cases, which for such large
11101              arguments is a very good approximation.
11102              
11103              Undo "use integer" addition from 64bitint as it seems
11104              to break most of the subtests in Digital UNIX;
11105              Unicos needs to find another way.
11106      Branch: maint-5.6/perl
11107           !> (integrate 29 files)
11108 ____________________________________________________________________________
11109 [  7270] By: gsar                                  on 2000/10/16  03:09:44
11110         Log: integrate changes#5948,5949,5950 from mainline
11111              
11112              typo in vars.pm that leads to cryptic message (from Piotr
11113              Piatkowski <kompas@kompas.usr.onet.pl>)
11114              
11115              make perldoc use the pod2man from the same version (from
11116              M.J.T. Guy)
11117              
11118              reformat perldiag to avoid long lines
11119      Branch: maint-5.6/perl
11120           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
11121 ____________________________________________________________________________
11122 [  7269] By: gsar                                  on 2000/10/16  03:05:54
11123         Log: integrate change#5947 from mainline
11124              
11125              use &dl_error rather than &dl_load_file as the guard for calling
11126              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
11127              statically built perl)
11128      Branch: maint-5.6/perl
11129           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
11130 ____________________________________________________________________________
11131 [  7268] By: gsar                                  on 2000/10/16  03:04:48
11132         Log: integrate change#5945 from mainline
11133              
11134              make module name mandatory after -M switch; reorder perldiag
11135              alphabetically (from Mark-Jason Dominus)
11136      Branch: maint-5.6/perl
11137           !> perl.c pod/perldiag.pod
11138 ____________________________________________________________________________
11139 [  7267] By: gsar                                  on 2000/10/16  03:03:01
11140         Log: integrate change#5939 from mainline
11141              
11142              more pod nits (from Larry Virden)
11143      Branch: maint-5.6/perl
11144           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
11145           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
11146           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
11147 ____________________________________________________________________________
11148 [  7266] By: gsar                                  on 2000/10/16  03:01:39
11149         Log: integrate change#5938 from mainline
11150              
11151              Consolidated B::Deparse fixes (from Stephen McCamant)
11152      Branch: maint-5.6/perl
11153           !> ext/B/B/Deparse.pm
11154 ____________________________________________________________________________
11155 [  7265] By: gsar                                  on 2000/10/16  03:00:43
11156         Log: integrate change#5936 from mainline
11157              
11158              additional tests for change#7263 (from Paul Marquess)
11159      Branch: maint-5.6/perl
11160           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
11161           !> t/pragma/warn/5nolint t/pragma/warn/6default
11162 ____________________________________________________________________________
11163 [  7264] By: gsar                                  on 2000/10/16  02:58:34
11164         Log: integrate change#5934 from mainline
11165              
11166              propagate lexical warnings from surrounding scope correctly
11167              within string eval() (from Paul Marquess)
11168      Branch: maint-5.6/perl
11169           !> pp_ctl.c t/pragma/warn/pp_ctl
11170 ____________________________________________________________________________
11171 [  7263] By: gsar                                  on 2000/10/16  02:56:53
11172         Log: integrate change#5932 from mainline
11173              
11174              add rsignal(), whichsig() and do_join() to public API list
11175              (mod_perl uses them to good advantage)
11176      Branch: maint-5.6/perl
11177           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
11178 ____________________________________________________________________________
11179 [  7262] By: gsar                                  on 2000/10/16  02:55:53
11180         Log: integrate change#5931 from mainline
11181              
11182              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
11183      Branch: maint-5.6/perl
11184           !> pp_hot.c regexec.c t/op/pat.t
11185 ____________________________________________________________________________
11186 [  7261] By: gsar                                  on 2000/10/16  02:55:01
11187         Log: integrate change#5930 from mainline
11188              
11189              small os390 tweaks (from Peter Prymmer)
11190      Branch: maint-5.6/perl
11191           !> config_h.SH makedepend.SH
11192 ____________________________________________________________________________
11193 [  7260] By: gsar                                  on 2000/10/16  02:54:10
11194         Log: integrate change#5929 from mainline
11195              
11196              pod nits
11197      Branch: maint-5.6/perl
11198           !> pod/perlguts.pod
11199 ____________________________________________________________________________
11200 [  7259] By: gsar                                  on 2000/10/16  02:52:55
11201         Log: integrate change#5927 from mainline
11202              
11203              arrange for next() to resume at the unstack op rather than the
11204              loop conditional, so that scope cleanup happens correctly
11205              (from Stephen McCamant)
11206      Branch: maint-5.6/perl
11207           !> op.c pp_ctl.c t/op/misc.t
11208 ____________________________________________________________________________
11209 [  7258] By: gsar                                  on 2000/10/16  02:51:38
11210         Log: integrate change#5926 from mainline
11211              
11212              on windows, reserve 16M of stack rather than 128M (allows more
11213              threads to run concurrently)
11214      Branch: maint-5.6/perl
11215           !> win32/Makefile win32/makefile.mk
11216 ____________________________________________________________________________
11217 [  7257] By: gsar                                  on 2000/10/16  02:50:37
11218         Log: integrate change#5925 from mainline
11219              
11220              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
11221      Branch: maint-5.6/perl
11222           !> toke.c
11223 ____________________________________________________________________________
11224 [  7256] By: gsar                                  on 2000/10/16  02:49:36
11225         Log: integrate change#5924 from mainline
11226              
11227              avoid using uninitialized memory in require version check
11228      Branch: maint-5.6/perl
11229           !> pp_ctl.c universal.c
11230 ____________________________________________________________________________
11231 [  7255] By: gsar                                  on 2000/10/16  02:48:03
11232         Log: integrate changes#5923,5928,6009 from mainline
11233              
11234              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
11235      Branch: maint-5.6/perl
11236           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
11237 ____________________________________________________________________________
11238 [  7254] By: gsar                                  on 2000/10/16  02:44:46
11239         Log: integrate change#5922 from mainline
11240              
11241              commentary about IoTYPE() (from Nathan Torkington)
11242      Branch: maint-5.6/perl
11243           !> sv.h
11244 ____________________________________________________________________________
11245 [  7253] By: gsar                                  on 2000/10/16  02:43:49
11246         Log: integrate change#5921 from mainline
11247              
11248              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
11249      Branch: maint-5.6/perl
11250           !> sv.c t/lib/charnames.t t/pragma/utf8.t
11251 ____________________________________________________________________________
11252 [  7252] By: gsar                                  on 2000/10/16  02:42:31
11253         Log: integrate change#5920 from mainline
11254              
11255              Larry's fix for buggy propagation of utf8-ness in join(); add test
11256      Branch: maint-5.6/perl
11257           !> doop.c t/op/ver.t
11258 ____________________________________________________________________________
11259 [  7251] By: gsar                                  on 2000/10/16  02:41:14
11260         Log: integrate changes#5915..5919 from mainline
11261              
11262              various (pod tweaks &c)
11263      Branch: maint-5.6/perl
11264           !> (integrate 33 files)
11265 ____________________________________________________________________________
11266 [  7250] By: gsar                                  on 2000/10/16  02:38:16
11267         Log: integrate change#5914 from mainline
11268              
11269              caller() wasn't returning the right number of elements for
11270              eval {...}
11271      Branch: maint-5.6/perl
11272           !> pp_ctl.c t/pragma/warn/9enabled
11273 ____________________________________________________________________________
11274 [  7249] By: gsar                                  on 2000/10/16  02:37:02
11275         Log: integrate change#5913 from mainline
11276              
11277              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
11278              (from Mark-Jason Dominus)
11279      Branch: maint-5.6/perl
11280           !> pod/perlfunc.pod
11281 ____________________________________________________________________________
11282 [  7248] By: gsar                                  on 2000/10/16  02:35:58
11283         Log: integrate change#5912 from mainline
11284              
11285              fix totally broken caching in UNIVERSAL::isa() (from
11286              Nick Ing-Simmons)
11287      Branch: maint-5.6/perl
11288           !> t/op/universal.t universal.c
11289 ____________________________________________________________________________
11290 [  7247] By: gsar                                  on 2000/10/16  02:34:27
11291         Log: integrate changes#5910,5911 from mainline
11292              
11293              typo in pod
11294              
11295              add linebreak properties from unicode/LineBrk.txt (from
11296              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
11297      Branch: maint-5.6/perl
11298           +> (branch 29 files)
11299           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
11300 ____________________________________________________________________________
11301 [  7246] By: gsar                                  on 2000/10/16  02:33:29
11302         Log: integrate change#5909 from mainline
11303              
11304              mode argument to do_binmode() should be file mode, not boolean
11305      Branch: maint-5.6/perl
11306           !> pp_sys.c
11307 ____________________________________________________________________________
11308 [  7245] By: gsar                                  on 2000/10/16  02:31:04
11309         Log: integrate change#5908 from mainline
11310              
11311              introduce illegal symbols into null package so that
11312              gv_fetchpv(...,TRUE) always returns a valid GV even when the
11313              symbol is trapped by strictures (avoids coredumps)
11314      Branch: maint-5.6/perl
11315           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
11316           !> t/pragma/strict-vars
11317 ____________________________________________________________________________
11318 [  7244] By: jhi                                   on 2000/10/16  02:29:54
11319         Log: Subject: $Carp::ExportLevel confusion in Exporter
11320              From: "Ben Tilly" <ben_tilly@hotmail.com>
11321              Date: Sat, 14 Oct 2000 16:44:34 EDT
11322              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
11323      Branch: perl
11324            ! lib/Exporter/Heavy.pm
11325 ____________________________________________________________________________
11326 [  7243] By: jhi                                   on 2000/10/16  02:28:33
11327         Log: Subject: [PATCH perlguts.pod] Document offset hack
11328              From: Simon Cozens <simon@cozens.net>
11329              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
11330              Date: Sat, 14 Oct 2000 19:32:25 +0100
11331      Branch: perl
11332            ! pod/perlguts.pod
11333 ____________________________________________________________________________
11334 [  7242] By: gsar                                  on 2000/10/16  02:26:51
11335         Log: integrate changes#5905,5906,5907,6064 from mainline
11336              
11337              printf/sprintf didn't get quad types right under use64bitint
11338      Branch: maint-5.6/perl
11339           !> pp_sys.c sv.c t/op/64bitint.t
11340 ____________________________________________________________________________
11341 [  7241] By: jhi                                   on 2000/10/16  02:22:44
11342         Log: Subject: small pod patch
11343              From: Dan Boorstein <dan_boo@bellsouth.net>
11344              Date: Sat, 14 Oct 2000 14:29:24 -0400
11345              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
11346      Branch: perl
11347            ! pod/perlfaq7.pod pod/perlmod.pod
11348 ____________________________________________________________________________
11349 [  7240] By: jhi                                   on 2000/10/16  02:13:46
11350         Log: -w cleanup.
11351              
11352              Subject: Re: Problems with bleadperl 
11353              From: "Stephen P. Potter" <spp@ds.net>
11354              Date: Fri, 13 Oct 2000 13:32:49 -0400
11355              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
11356      Branch: perl
11357            ! t/pragma/overload.t
11358 ____________________________________________________________________________
11359 [  7239] By: jhi                                   on 2000/10/16  01:41:18
11360         Log: One more ~utf8 tweak.
11361      Branch: perl
11362            ! t/op/bop.t
11363 ____________________________________________________________________________
11364 [  7238] By: jhi                                   on 2000/10/16  01:34:14
11365         Log: Tweak the test of #7235.
11366      Branch: perl
11367            ! t/op/bop.t
11368 ____________________________________________________________________________
11369 [  7237] By: jhi                                   on 2000/10/16  01:25:04
11370         Log: Fix a couple of compiler-noted nits in #7235.
11371      Branch: perl
11372            ! pp.c
11373 ____________________________________________________________________________
11374 [  7236] By: jhi                                   on 2000/10/16  01:22:46
11375         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
11376      Branch: perl
11377            ! pp.c pp_hot.c
11378 ____________________________________________________________________________
11379 [  7235] By: jhi                                   on 2000/10/15  16:24:44
11380         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
11381              
11382              From: Simon Cozens <simon@cozens.net>
11383              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
11384              Date: Sat, 14 Oct 2000 20:52:13 +0100
11385              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
11386      Branch: perl
11387            ! pp.c t/op/bop.t utf8.h
11388 ____________________________________________________________________________
11389 [  7234] By: jhi                                   on 2000/10/15  15:19:29
11390         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
11391              The problem was that rx->minlen was in chars while pp_split()
11392              thought it would be in bytes. 
11393      Branch: perl
11394            ! pp.c t/pragma/utf8.t
11395 ____________________________________________________________________________
11396 [  7233] By: jhi                                   on 2000/10/14  20:24:24
11397         Log: Document FNCASE=y as discussed in the bug 20000902.009.
11398      Branch: perl
11399            ! README.dos
11400 ____________________________________________________________________________
11401 [  7232] By: jhi                                   on 2000/10/14  18:52:21
11402         Log: Add test for bug id 20000427.003 (which seems to have
11403              been fixed) (also duplicate as 20000427.004, though
11404              with a higher severity).  Move one utf8 from op/append
11405              to pragma/utf8, tag the tests with bug ids.
11406      Branch: perl
11407            ! t/op/append.t t/pragma/utf8.t
11408 ____________________________________________________________________________
11409 [  7231] By: jhi                                   on 2000/10/14  17:28:37
11410         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
11411      Branch: perl
11412            ! t/pragma/utf8.t
11413 ____________________________________________________________________________
11414 [  7230] By: jhi                                   on 2000/10/14  14:24:50
11415         Log: Needs to be conditional on SunOS 4.
11416              
11417              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
11418              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
11419              Date: Sat, 14 Oct 2000 13:37:49 +0100
11420              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
11421      Branch: metaconfig/U/perl
11422            ! End.U
11423      Branch: perl
11424            ! Configure myconfig.SH pod/perldelta.pod
11425 ____________________________________________________________________________
11426 [  7229] By: jhi                                   on 2000/10/14  00:49:22
11427         Log: Update Changes.
11428      Branch: perl
11429            ! Changes patchlevel.h
11430 ____________________________________________________________________________
11431 [  7228] By: jhi                                   on 2000/10/14  00:46:10
11432         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
11433              From: Peter Prymmer <pvhp@forte.com>
11434              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
11435              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
11436      Branch: perl
11437            ! lib/utf8.pm
11438 ____________________________________________________________________________
11439 [  7227] By: jhi                                   on 2000/10/13  23:20:30
11440         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
11441      Branch: perl
11442            ! t/op/tie.t
11443 ____________________________________________________________________________
11444 [  7226] By: jhi                                   on 2000/10/13  22:14:32
11445         Log: Tweak #7225.
11446              
11447              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
11448              From: Peter Prymmer <pvhp@forte.com>
11449              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
11450              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
11451      Branch: perl
11452            ! t/op/sprintf.t
11453 ____________________________________________________________________________
11454 [  7225] By: jhi                                   on 2000/10/13  22:11:31
11455         Log: op/sprintf.t patch for OS/390 (and any other host with limited
11456              floating-point exponent length)
11457              
11458              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
11459              From: Dominic Dunlop <domo@computer.org>
11460              Date: Fri, 13 Oct 2000 19:17:57 +0200
11461              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
11462      Branch: perl
11463            ! t/op/sprintf.t
11464 ____________________________________________________________________________
11465 [  7224] By: jhi                                   on 2000/10/13  18:40:48
11466         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
11467      Branch: perl
11468            ! toke.c
11469 ____________________________________________________________________________
11470 [  7223] By: jhi                                   on 2000/10/13  18:37:13
11471         Log: Thinko in #7222.
11472      Branch: perl
11473            ! utf8.c
11474 ____________________________________________________________________________
11475 [  7222] By: jhi                                   on 2000/10/13  18:05:23
11476         Log: Use UTF8SKIP(), from Simon Cozens.
11477      Branch: perl
11478            ! utf8.c
11479 ____________________________________________________________________________
11480 [  7221] By: jhi                                   on 2000/10/13  15:43:19
11481         Log: (accidentally empty check-in)
11482      Branch: perl
11483            ! utf8.c
11484 ____________________________________________________________________________
11485 [  7220] By: jhi                                   on 2000/10/13  15:23:51
11486         Log: Add (optimistically) Storable to static extensions.
11487      Branch: perl
11488            ! hints/uwin.sh hints/vmesa.sh
11489 ____________________________________________________________________________
11490 [  7219] By: jhi                                   on 2000/10/13  15:20:05
11491         Log: Amdahl UTS doesn't seem to do dynaloading.
11492      Branch: perl
11493            ! hints/uts.sh
11494 ____________________________________________________________________________
11495 [  7218] By: jhi                                   on 2000/10/13  15:15:20
11496         Log: Slight tweak of the code to appease Amdahl UTS cc.
11497      Branch: perl
11498            ! pp.c
11499 ____________________________________________________________________________
11500 [  7217] By: jhi                                   on 2000/10/13  14:50:42
11501         Log: In Amdahl UTS "struct sv" is defined by a system header,
11502              <ksync.h>.
11503      Branch: perl
11504            ! perl.h sv.h
11505 ____________________________________________________________________________
11506 [  7216] By: jhi                                   on 2000/10/13  11:58:25
11507         Log: Ilya implemented the memory profiling API.
11508      Branch: perl
11509            ! Todo
11510 ____________________________________________________________________________
11511 [  7215] By: jhi                                   on 2000/10/13  02:56:38
11512         Log: Subject: [PATCH 5.7.0] Perl API for mstats
11513              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11514              Date: Thu, 12 Oct 2000 22:52:40 -0400
11515              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
11516      Branch: perl
11517            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
11518 ____________________________________________________________________________
11519 [  7214] By: jhi                                   on 2000/10/13  02:55:38
11520         Log: Subject: [PATCH 5.7.0] IVs in mtats
11521              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11522              Date: Thu, 12 Oct 2000 22:51:04 -0400
11523              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
11524      Branch: perl
11525            ! malloc.c perl.h
11526 ____________________________________________________________________________
11527 [  7213] By: jhi                                   on 2000/10/13  02:31:47
11528         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
11529      Branch: perl
11530            ! pod/perldiag.pod pp_sys.c
11531 ____________________________________________________________________________
11532 [  7212] By: jhi                                   on 2000/10/13  01:27:38
11533         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
11534              From: Peter Prymmer <pvhp@forte.com>
11535              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
11536              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
11537      Branch: perl
11538            ! t/op/oct.t
11539 ____________________________________________________________________________
11540 [  7211] By: jhi                                   on 2000/10/13  00:35:09
11541         Log: Update Changes.
11542      Branch: perl
11543            ! Changes patchlevel.h
11544 ____________________________________________________________________________
11545 [  7210] By: jhi                                   on 2000/10/12  23:59:40
11546         Log: The Install.pm third of
11547              
11548              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
11549              From: Bill Campbell <bill@celestial.com>
11550              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
11551              Date: Thu, 5 Oct 2000 18:04:51 -0700
11552      Branch: perl
11553            ! lib/ExtUtils/Install.pm
11554 ____________________________________________________________________________
11555 [  7209] By: jhi                                   on 2000/10/12  23:58:43
11556         Log: Two thirds of
11557              
11558              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
11559              Date: Thu, 5 Oct 2000 18:04:51 -0700
11560              From: Bill Campbell <bill@celestial.com>
11561              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
11562              
11563              The Install.pm changes will be submitted separately because
11564              they need some work and discussion still.
11565      Branch: perl
11566            ! lib/getopts.pl lib/termcap.pl
11567 ____________________________________________________________________________
11568 [  7208] By: jhi                                   on 2000/10/12  23:41:19
11569         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
11570              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
11571              Date:     Thu, 12 Oct 2000 07:30:02 EDT
11572              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
11573      Branch: perl
11574            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
11575            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
11576 ____________________________________________________________________________
11577 [  7207] By: jhi                                   on 2000/10/12  23:39:01
11578         Log: An updated EBCDIC tr patch.
11579              
11580              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
11581              From: Peter Prymmer <pvhp@forte.com>
11582              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
11583              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
11584      Branch: perl
11585            ! t/op/tr.t
11586 ____________________________________________________________________________
11587 [  7206] By: jhi                                   on 2000/10/12  23:34:55
11588         Log: Upgrade to CPAN 1.58, from Andreas König.
11589      Branch: perl
11590            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
11591 ____________________________________________________________________________
11592 [  7205] By: jhi                                   on 2000/10/12  23:29:08
11593         Log: Introduce the man[24-8] variables, from Andy Dougherty.
11594      Branch: metaconfig/U/perl
11595            + mandirs.U mandirstyle.U
11596      Branch: perl
11597            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11598            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
11599            ! vos/config.h vos/config.pl vos/config_h.SH_orig
11600            ! win32/config.bc win32/config.gc win32/config.vc
11601 ____________________________________________________________________________
11602 [  7204] By: gsar                                  on 2000/10/12  18:11:24
11603         Log: restore change#7202
11604      Branch: perl
11605            ! mg.c
11606 ____________________________________________________________________________
11607 [  7203] By: gsar                                  on 2000/10/12  18:09:40
11608         Log: another test of the Emergency Broadcast System--back out 
11609              change#7202
11610      Branch: perl
11611            ! mg.c
11612 ____________________________________________________________________________
11613 [  7202] By: gsar                                  on 2000/10/12  16:40:47
11614         Log: (submitted on behalf of Jarkko)
11615              Fix the lib/encode.t subtest 6 failure as reported by Andreas
11616              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
11617              was unearthed by change 7182, as was a bug in HTML::Entities.
11618      Branch: perl
11619            ! mg.c
11620 ____________________________________________________________________________
11621 [  7201] By: jhi                                   on 2000/10/11  03:16:05
11622         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
11623      Branch: perl
11624            ! pp_hot.c t/pragma/utf8.t
11625 ____________________________________________________________________________
11626 [  7200] By: jhi                                   on 2000/10/11  00:40:30
11627         Log: The #7198 was a false alarm.
11628      Branch: perl
11629            ! pp_hot.c
11630 ____________________________________________________________________________
11631 [  7199] By: jhi                                   on 2000/10/11  00:26:04
11632         Log: Remove duplicated code.
11633      Branch: perl
11634            ! t/lib/cgi-html.t
11635 ____________________________________________________________________________
11636 [  7198] By: jhi                                   on 2000/10/10  23:30:46
11637         Log: (Retracted by #7200.)
11638      Branch: perl
11639            ! pp_hot.c
11640 ____________________________________________________________________________
11641 [  7197] By: jhi                                   on 2000/10/10  21:49:30
11642         Log: Add the test case for #7190, from the original bug report
11643              by Andreas König.
11644      Branch: perl
11645            ! t/pragma/utf8.t
11646 ____________________________________________________________________________
11647 [  7196] By: jhi                                   on 2000/10/10  21:40:49
11648         Log: Reapply Andy's patch and regen Configure.
11649      Branch: perl
11650            ! Configure INSTALL Makefile.SH Porting/Glossary
11651            ! Porting/config.sh config_h.SH epoc/config.sh installperl
11652            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
11653            ! win32/config.vc
11654 ____________________________________________________________________________
11655 [  7195] By: jhi                                   on 2000/10/10  21:09:30
11656         Log: Use the versiononly instead of the installscripts,
11657              retract the changes 7146 and 7147.
11658      Branch: perl
11659            ! Configure INSTALL Makefile.SH Porting/Glossary
11660            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
11661            ! installperl uconfig.sh vos/config.def win32/config.bc
11662            ! win32/config.gc win32/config.vc
11663 ____________________________________________________________________________
11664 [  7194] By: jhi                                   on 2000/10/10  21:06:15
11665         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
11666              From: Peter Prymmer <pvhp@forte.com>
11667              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
11668              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
11669      Branch: perl
11670            ! t/op/ver.t
11671 ____________________________________________________________________________
11672 [  7193] By: jhi                                   on 2000/10/10  21:05:12
11673         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
11674              From: Peter Prymmer <pvhp@forte.com>
11675              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
11676              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
11677      Branch: perl
11678            ! t/op/tr.t
11679 ____________________________________________________________________________
11680 [  7192] By: jhi                                   on 2000/10/10  20:57:30
11681         Log: Add versiononly, delete installscripts, from Andy Dougherty.
11682      Branch: metaconfig
11683            - U/installdirs/installscripts.U
11684      Branch: metaconfig/U/perl
11685            + versiononly.U
11686 ____________________________________________________________________________
11687 [  7191] By: jhi                                   on 2000/10/10  19:41:21
11688         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
11689              From: Peter Prymmer <pvhp@forte.com>
11690              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
11691              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
11692      Branch: perl
11693            ! pod/perlebcdic.pod
11694 ____________________________________________________________________________
11695 [  7190] By: jhi                                   on 2000/10/10  19:26:14
11696         Log: Subject: Re: utf8 concat, mg_get
11697              From: Simon Cozens <simon@cozens.net>
11698              Date: Tue, 10 Oct 2000 17:40:17 +0100
11699              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
11700      Branch: perl
11701            ! pp_hot.c
11702 ____________________________________________________________________________
11703 [  7189] By: jhi                                   on 2000/10/10  19:23:03
11704         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
11705              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
11706              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
11707              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
11708      Branch: perl
11709            ! lib/ExtUtils/MM_Unix.pm
11710 ____________________________________________________________________________
11711 [  7188] By: jhi                                   on 2000/10/10  15:31:24
11712         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
11713              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
11714              Date: Fri, 14 Jul 2000 10:47:36 +0100
11715              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
11716      Branch: perl
11717            ! README.win32
11718 ____________________________________________________________________________
11719 [  7187] By: jhi                                   on 2000/10/10  13:30:10
11720         Log: Quote the temp file name, needed in Win32 because the
11721              default name unfortunately contains spaces, shouldn't
11722              hurt elsewhere.
11723              
11724              Subject: FW: perldoc fails if $TEMP contains spaces
11725              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
11726              Date: Thu, 14 Sep 2000 08:58:45 +0100
11727              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
11728      Branch: perl
11729            ! utils/perldoc.PL
11730 ____________________________________________________________________________
11731 [  7186] By: jhi                                   on 2000/10/10  13:16:27
11732         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
11733              From: hv@hugo.hybyte.com
11734              Date: Tue, 10 Oct 2000 14:10:20 +0100
11735              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
11736      Branch: perl
11737            ! t/lib/thr5005.t util.c
11738 ____________________________________________________________________________
11739 [  7185] By: jhi                                   on 2000/10/10  12:06:22
11740         Log: Upgrade to podlators 1.04, from Russ Allbery.
11741      Branch: perl
11742            ! lib/Pod/Man.pm lib/Pod/Text.pm
11743 ____________________________________________________________________________
11744 [  7184] By: jhi                                   on 2000/10/10  12:01:32
11745         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
11746      Branch: perl
11747            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
11748 ____________________________________________________________________________
11749 [  7183] By: jhi                                   on 2000/10/09  23:47:15
11750         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
11751              From: Peter Prymmer <pvhp@forte.com>
11752              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
11753              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
11754      Branch: perl
11755            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
11756 ____________________________________________________________________________
11757 [  7182] By: jhi                                   on 2000/10/09  23:43:16
11758         Log: Make eq work again with utf8 (disabling the upgrading
11759              should no more be necessary since the copies of the
11760              scalars are upgraded, not the scalars themselves).
11761              Takes care of ID 20001009.001.  (The claimed length()
11762              bug in 20001009.001 seems bogus to me.)
11763      Branch: perl
11764            ! sv.c t/pragma/utf8.t
11765 ____________________________________________________________________________
11766 [  7181] By: gsar                                  on 2000/10/09  19:41:54
11767         Log: tweak for change#7173
11768      Branch: perl
11769            ! win32/win32sck.c
11770 ____________________________________________________________________________
11771 [  7180] By: gsar                                  on 2000/10/09  19:26:56
11772         Log: on Windows, clean targets might not work under some flavors of the shell
11773      Branch: perl
11774            ! win32/Makefile win32/makefile.mk
11775 ____________________________________________________________________________
11776 [  7179] By: jhi                                   on 2000/10/09  19:21:02
11777         Log: Update Changes.
11778      Branch: perl
11779            ! Changes patchlevel.h
11780 ____________________________________________________________________________
11781 [  7178] By: jhi                                   on 2000/10/09  19:18:23
11782         Log: Warn about unknown scripts.
11783              
11784              Subject: Re: ideas? patches? [PATCH bleadperl]
11785              From: Dominic Dunlop <domo@computer.org>
11786              Date: Mon, 9 Oct 2000 14:57:17 +0200
11787              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
11788      Branch: perl
11789            ! lib/charnames.pm
11790 ____________________________________________________________________________
11791 [  7177] By: jhi                                   on 2000/10/09  19:13:27
11792         Log: Change #7160 had a nasty typo.
11793      Branch: metaconfig
11794            ! U/compline/Compile.U
11795      Branch: perl
11796            ! Configure config_h.SH
11797 ____________________________________________________________________________
11798 [  7176] By: gsar                                  on 2000/10/09  18:59:33
11799         Log: pod nit
11800      Branch: perl
11801            ! pod/perlport.pod
11802 ____________________________________________________________________________
11803 [  7175] By: gsar                                  on 2000/10/09  18:54:28
11804         Log: Windows9x doesn't support link(), despite what Config.pm
11805              might think
11806      Branch: perl
11807            ! lib/ExtUtils/Manifest.pm
11808 ____________________________________________________________________________
11809 [  7174] By: gsar                                  on 2000/10/09  18:50:03
11810         Log: avoid nonportable example code
11811      Branch: perl
11812            ! lib/File/Copy.pm
11813 ____________________________________________________________________________
11814 [  7173] By: gsar                                  on 2000/10/09  18:46:54
11815         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
11816              being used) when closing a socket handle
11817      Branch: perl
11818            ! win32/win32.c win32/win32.h win32/win32sck.c
11819 ____________________________________________________________________________
11820 [  7172] By: gsar                                  on 2000/10/09  18:41:40
11821         Log: on Windows, cwd strings in the environment should be of the
11822              form =X:=X:\foo instead of =X=X:\foo\
11823      Branch: perl
11824            ! win32/vdir.h
11825 ____________________________________________________________________________
11826 [  7171] By: gsar                                  on 2000/10/09  18:30:09
11827         Log: on Windows, LoadLibrary() could load an extension DLL multiple
11828              times if forward slashes are used in the path
11829      Branch: perl
11830            ! win32/win32.c
11831 ____________________________________________________________________________
11832 [  7170] By: jhi                                   on 2000/10/09  17:53:59
11833         Log: Add a todo note about overloadable assertions.
11834      Branch: perl
11835            ! Todo-5.6
11836 ____________________________________________________________________________
11837 [  7169] By: jhi                                   on 2000/10/09  13:43:45
11838         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
11839              From: mjd@plover.com
11840              Date: 9 Oct 2000 00:24:44 -0000
11841              Message-ID: <20001009002444.10616.qmail@plover.com>
11842      Branch: perl
11843            ! pod/perldebguts.pod
11844 ____________________________________________________________________________
11845 [  7168] By: nick                                  on 2000/10/08  13:16:33
11846         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
11847              is not right thing to do on (e.g. x86). Network order is also "right" for
11848              X fonts.
11849      Branch: perl
11850            ! ext/Encode/Encode.pm
11851 ____________________________________________________________________________
11852 [  7167] By: nick                                  on 2000/10/08  12:54:42
11853         Log: Make "encodings" work post-install when Encode/*.enc files may not
11854              be in same directory as Encode.pm
11855      Branch: perl
11856            ! ext/Encode/Encode.pm
11857 ____________________________________________________________________________
11858 [  7166] By: nick                                  on 2000/10/08  11:51:26
11859         Log: Work round the fact that $hash->{$key} does not take into account
11860              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
11861              so that key is always in the "expected" encoding - i.e. same way we put
11862              it in the hash.
11863      Branch: perl
11864            ! ext/Encode/Encode.pm
11865 ____________________________________________________________________________
11866 [  7165] By: gsar                                  on 2000/10/08  04:15:29
11867         Log: save_re_context() could reset PL_curcop to freed memory, causing core
11868              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
11869      Branch: perl
11870            ! pp_ctl.c
11871 ____________________________________________________________________________
11872 [  7164] By: jhi                                   on 2000/10/06  20:51:48
11873         Log: UTF8ize split() so that the cloned substrings get the UTF8
11874              flag of the original scalar.  Problem reported by Simon Cozens.
11875      Branch: perl
11876            ! pp.c t/pragma/utf8.t
11877 ____________________________________________________________________________
11878 [  7163] By: nick                                  on 2000/10/06  20:48:34
11879         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
11880              got a false +ve and so did not reach code which would have un-FAKEd the SV.
11881      Branch: perl
11882            ! sv.c
11883 ____________________________________________________________________________
11884 [  7162] By: nick                                  on 2000/10/06  20:25:37
11885         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
11886              To fix  (sort {$a <=> $b} keys %hash) in particular but
11887              should cover a number of other as-yet-unknown cases as well.
11888      Branch: perl
11889            ! sv.c
11890 ____________________________________________________________________________
11891 [  7161] By: jhi                                   on 2000/10/06  19:56:18
11892         Log: Change the version number of Tie::Handle in the core to 4.0,
11893              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
11894              
11895              Subject: Note on Tie::Handle
11896              From: andreas.koenig@anima.de (Andreas J. Koenig)
11897              Date:      06 Oct 2000 21:48:58 +0200
11898              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
11899      Branch: perl
11900            ! lib/Tie/Handle.pm
11901 ____________________________________________________________________________
11902 [  7160] By: jhi                                   on 2000/10/06  18:20:35
11903         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
11904              as the first option of cc/ld because of ultrapicky compilers
11905              (e.g. OS/390 R2.5)
11906      Branch: metaconfig
11907            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
11908            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
11909            ! U/compline/orderlib.U U/modified/Cppsym.U
11910            ! U/modified/d_access.U
11911      Branch: metaconfig/U/perl
11912            ! Checkcc.U d_dlsymun.U gccvers.U
11913      Branch: perl
11914            ! Configure config_h.SH
11915 ____________________________________________________________________________
11916 [  7159] By: jhi                                   on 2000/10/06  13:56:39
11917         Log: Update Changes.
11918      Branch: perl
11919            ! Changes patchlevel.h
11920 ____________________________________________________________________________
11921 [  7158] By: jhi                                   on 2000/10/06  12:48:40
11922         Log: Eliminate $Is_VMS code from the test.
11923              
11924              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
11925              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
11926              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
11927              Date:     Thu, 5 Oct 2000 07:46:33 EDT
11928      Branch: perl
11929            ! t/lib/b.t
11930 ____________________________________________________________________________
11931 [  7157] By: jhi                                   on 2000/10/06  12:47:13
11932         Log: Also the $ccflags is needed for the C compiler check.
11933              
11934              Subject: Configure (check for C-compiler)
11935              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11936              Date: Fri, 06 Oct 2000 08:47:15 +0200
11937              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
11938      Branch: metaconfig/U/perl
11939            ! Checkcc.U
11940      Branch: perl
11941            ! Configure config_h.SH
11942 ____________________________________________________________________________
11943 [  7156] By: jhi                                   on 2000/10/06  11:45:15
11944         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
11945      Branch: perl
11946            ! perl.c pp_ctl.c sv.h utf8.c
11947 ____________________________________________________________________________
11948 [  7155] By: jhi                                   on 2000/10/06  11:40:41
11949         Log: IO::Handle->syswrite() did not handle length omission
11950              like CORE::syswrite() does.
11951              
11952              Subject: [Fwd] IO::Handle, syswrite and arguments
11953              From: Graham Barr <gbarr@pobox.com>
11954              Date: Fri, 6 Oct 2000 10:22:05 +0100
11955              Message-ID: <20001006102205.U6312@pobox.com>
11956              
11957              The original patch from andrew@ugh.net.au.
11958      Branch: perl
11959            ! ext/IO/lib/IO/Handle.pm
11960 ____________________________________________________________________________
11961 [  7154] By: jhi                                   on 2000/10/06  01:42:15
11962         Log: Tweak #7153.
11963      Branch: perl
11964            ! utf8.h
11965 ____________________________________________________________________________
11966 [  7153] By: jhi                                   on 2000/10/06  00:39:55
11967         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
11968      Branch: perl
11969            ! utf8.h
11970 ____________________________________________________________________________
11971 [  7152] By: jhi                                   on 2000/10/06  00:38:11
11972         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
11973      Branch: perl
11974            ! perl.c pp_ctl.c sv.h utf8.c
11975 ____________________________________________________________________________
11976 [  7151] By: jhi                                   on 2000/10/06  00:36:38
11977         Log: Subject: Re: Questions about Tie::Array and perl modules
11978              From: Nick Ing-Simmons <nik@tiuk.ti.com>
11979              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
11980              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
11981              
11982              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
11983      Branch: perl
11984            ! lib/Tie/Array.pm t/op/array.t
11985 ____________________________________________________________________________
11986 [  7150] By: jhi                                   on 2000/10/05  00:20:45
11987         Log: Regen Changes.
11988      Branch: perl
11989            ! Changes patchlevel.h
11990 ____________________________________________________________________________
11991 [  7149] By: jhi                                   on 2000/10/05  00:20:01
11992         Log: Regen toc.
11993      Branch: perl
11994            ! pod/perltoc.pod
11995 ____________________________________________________________________________
11996 [  7148] By: jhi                                   on 2000/10/04  23:35:08
11997         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
11998              reported several times by Dominic Dunlop, for example in
11999              ID 20000315.008.  Patch from Dominic.  Patch affects at
12000              least MachTen, and possibly other oldish BSDs. Should not
12001              break non-broken platforms (tested on LinuxPPC). 
12002      Branch: perl
12003            ! doio.c
12004 ____________________________________________________________________________
12005 [  7147] By: jhi                                   on 2000/10/04  23:26:34
12006         Log: The one that got away from 7146.
12007      Branch: metaconfig
12008            + U/installdirs/installscripts.U
12009 ____________________________________________________________________________
12010 [  7146] By: jhi                                   on 2000/10/04  23:25:04
12011         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
12012              suggested by H. Merijn Brand.
12013      Branch: perl
12014            ! Configure INSTALL Makefile.SH Porting/Glossary
12015            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
12016            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
12017            ! win32/config.vc
12018 ____________________________________________________________________________
12019 [  7145] By: jhi                                   on 2000/10/04  22:08:21
12020         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
12021              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12022              Date: Wed, 4 Oct 2000 17:37:46 -0400
12023              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
12024      Branch: perl
12025            ! utils/h2xs.PL
12026 ____________________________________________________________________________
12027 [  7144] By: jhi                                   on 2000/10/04  18:11:41
12028         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
12029              From: Jeff Pinyan <jeffp@crusoe.net>
12030              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
12031              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
12032      Branch: perl
12033            ! pod/perlrun.pod
12034 ____________________________________________________________________________
12035 [  7143] By: jhi                                   on 2000/10/04  18:09:58
12036         Log: Subject: perlhack.pod Patch for Externals Tools
12037              From: Fisher Mark <fisherm@tce.com>
12038              Date: Tue, 3 Oct 2000 15:43:27 -0500 
12039              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
12040      Branch: perl
12041            ! pod/perlhack.pod
12042 ____________________________________________________________________________
12043 [  7142] By: jhi                                   on 2000/10/04  18:08:41
12044         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
12045              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
12046              Date:     Wed, 4 Oct 2000 12:11:11 EDT
12047              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
12048      Branch: perl
12049            ! vms/vms.c
12050 ____________________________________________________________________________
12051 [  7141] By: jhi                                   on 2000/10/04  12:20:16
12052         Log: Subject: [PATCH 5.7.0] h2xs not working
12053              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12054              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
12055              Date: Tue, 3 Oct 2000 21:43:01 -0400
12056              
12057              Subject: [PATCH 5.7.0] h2xs not documenting the created module
12058              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12059              Date: Tue, 3 Oct 2000 22:55:19 -0400
12060              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
12061      Branch: perl
12062            ! utils/h2xs.PL
12063 ____________________________________________________________________________
12064 [  7140] By: jhi                                   on 2000/10/04  11:53:44
12065         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
12066              From: nick@babyhippo.com
12067              Date: Wed, 4 Oct 2000 12:06:45 +0100
12068              Message-Id: <20001004120645.A7356@babyhippo.com>
12069              
12070              Retract 7118 and 7135.
12071      Branch: perl
12072            ! installman installperl op.c t/pragma/subs.t
12073 ____________________________________________________________________________
12074 [  7139] By: jhi                                   on 2000/10/03  22:09:41
12075         Log: It is possible to have no hosts database at all.  Pointed out in
12076              
12077              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
12078              From: Peter Prymmer <pvhp@forte.com>
12079              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
12080              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
12081      Branch: metaconfig
12082            ! U/modified/myhostname.U
12083      Branch: perl
12084            ! Configure config_h.SH
12085 ____________________________________________________________________________
12086 [  7138] By: jhi                                   on 2000/10/03  21:49:49
12087         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
12088              From: Peter Prymmer <pvhp@forte.com>
12089              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
12090              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
12091      Branch: perl
12092            ! pp_sys.c
12093 ____________________________________________________________________________
12094 [  7137] By: jhi                                   on 2000/10/03  20:10:05
12095         Log: One remaining nit less at the VMS mailbox sizing.
12096      Branch: perl
12097            ! vms/vms.c
12098 ____________________________________________________________________________
12099 [  7136] By: jhi                                   on 2000/10/03  20:08:47
12100         Log: Test harness update to sync with the new perlcc,
12101              from Simon Cozens.
12102      Branch: perl
12103            ! t/TEST t/UTEST
12104 ____________________________________________________________________________
12105 [  7135] By: jhi                                   on 2000/10/03  15:15:42
12106         Log: Subject: Re: PATCH for 20001003.004
12107              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
12108              From: "AARON B. DOSSETT" <aaron@iglou.com>
12109              Message-Id: <E13gTay-0006od-00@iglou.com>
12110      Branch: perl
12111            ! installman installperl
12112 ____________________________________________________________________________
12113 [  7134] By: jhi                                   on 2000/10/03  15:00:34
12114         Log: Subject: [ID 20001003.006] B::Debug not -w clean
12115              From: Nicholas Clark <nick@babyhippo.co.uk>
12116              Date: Tue, 03 Oct 2000 15:46:32 +0100
12117              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
12118      Branch: perl
12119            ! ext/B/B/Debug.pm
12120 ____________________________________________________________________________
12121 [  7133] By: jhi                                   on 2000/10/03  14:58:39
12122         Log: Scale down the VMS message boxes, by Charles Lane.
12123              Fix for ID 20000903.009, workaround at
12124              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
12125      Branch: perl
12126            ! vms/vms.c
12127 ____________________________________________________________________________
12128 [  7132] By: jhi                                   on 2000/10/03  11:20:37
12129         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
12130      Branch: perl
12131            + t/lib/st-lock.t t/lib/st-utf8.t
12132            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
12133            ! ext/Storable/Storable.xs t/lib/st-recurse.t
12134 ____________________________________________________________________________
12135 [  7131] By: jhi                                   on 2000/10/03  03:38:23
12136         Log: Encode nits.
12137      Branch: perl
12138            ! MANIFEST Makefile.SH
12139 ____________________________________________________________________________
12140 [  7130] By: jhi                                   on 2000/10/03  03:31:05
12141         Log: Update Changes.
12142      Branch: perl
12143            ! Changes patchlevel.h
12144 ____________________________________________________________________________
12145 [  7129] By: jhi                                   on 2000/10/03  02:24:02
12146         Log: Misplaced else.
12147      Branch: metaconfig/U/perl
12148            ! d_strtoll.U
12149      Branch: perl
12150            ! Configure config_h.SH
12151 ____________________________________________________________________________
12152 [  7128] By: jhi                                   on 2000/10/03  02:08:29
12153         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
12154              From: sthoenna@efn.org
12155              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
12156              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
12157      Branch: metaconfig/U/perl
12158            ! d_strtoll.U
12159      Branch: perl
12160            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
12161 ____________________________________________________________________________
12162 [  7127] By: jhi                                   on 2000/10/03  01:13:14
12163         Log: Update Changes.
12164      Branch: perl
12165            ! Changes patchlevel.h
12166 ____________________________________________________________________________
12167 [  7126] By: jhi                                   on 2000/10/03  00:57:08
12168         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
12169              as suggested by Olaf Flebbe and Nick Clark.
12170      Branch: perl
12171            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
12172 ____________________________________________________________________________
12173 [  7125] By: jhi                                   on 2000/10/03  00:50:56
12174         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
12175              From: Nick Clark <nick@plum.flirble.org>
12176              Date: Mon, 2 Oct 2000 11:03:24 +0100
12177              Message-Id: <20001002110324.D20073@plum.flirble.org>
12178              
12179              Also fixes bug ID 20001002.005.
12180      Branch: perl
12181            ! t/lib/encode.t
12182 ____________________________________________________________________________
12183 [  7124] By: jhi                                   on 2000/10/03  00:34:59
12184         Log: Subject: [PATCH 5.7.0] Epoc update
12185              From: Olaf Flebbe <o.flebbe@gmx.de>
12186              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
12187              Message-ID: <26423.969484586@www10.gmx.net>
12188      Branch: perl
12189            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
12190            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
12191            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
12192            ! util.c util.h
12193 ____________________________________________________________________________
12194 [  7123] By: jhi                                   on 2000/10/03  00:30:07
12195         Log: Regen headers.
12196      Branch: perl
12197            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
12198 ____________________________________________________________________________
12199 [  7122] By: jhi                                   on 2000/10/03  00:10:48
12200         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
12201      Branch: perl
12202            ! hints/openbsd.sh
12203 ____________________________________________________________________________
12204 [  7121] By: jhi                                   on 2000/10/03  00:05:06
12205         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
12206              From: <abigail@foad.org>
12207              Date: Tue, 26 Sep 2000 13:36:14 -0400
12208              Message-ID: <20000926173614.4356.qmail@foad.org>
12209      Branch: perl
12210            ! pod/perlop.pod
12211 ____________________________________________________________________________
12212 [  7120] By: jhi                                   on 2000/10/03  00:04:00
12213         Log: Inside require() $^S was always left undefined.
12214              
12215              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
12216              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12217              Date: Wed, 27 Sep 2000 18:54:49 -0400
12218              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
12219      Branch: perl
12220            ! cop.h mg.c pp_ctl.c util.c
12221 ____________________________________________________________________________
12222 [  7119] By: jhi                                   on 2000/10/03  00:00:16
12223         Log: Subject: [PATCH] DLL not restartabke with threaded perl
12224              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
12225              Date: Thu, 28 Sep 2000 09:20:46 +0100
12226              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
12227      Branch: perl
12228            ! perl.c
12229 ____________________________________________________________________________
12230 [  7118] By: jhi                                   on 2000/10/02  23:59:20
12231         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
12232              From: Nicholas Clark <nick@ccl4.org>
12233              Date: Thu, 28 Sep 2000 11:52:24 +0100
12234              Message-ID: <20000928115224.D7924@plum.flirble.org>
12235      Branch: perl
12236            ! op.c
12237 ____________________________________________________________________________
12238 [  7117] By: jhi                                   on 2000/10/02  23:57:51
12239         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
12240              From: Nicholas Clark <nick@babyhippo.co.uk>
12241              Date: Thu, 28 Sep 2000 12:18:10 +0100
12242              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
12243              
12244              Did not apply cleanly, manual intervention was needed.
12245      Branch: perl
12246            ! ext/B/B/Bytecode.pm utils/perlcc.PL
12247 ____________________________________________________________________________
12248 [  7116] By: jhi                                   on 2000/10/02  23:50:40
12249         Log: Document the issue (is not a syntax error, kind of)
12250              
12251              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
12252              From: Nicholas Clark <nick@ccl4.org>
12253              Date: Thu, 28 Sep 2000 17:12:42 +0100
12254              Message-ID: <20000928171242.K7924@plum.flirble.org>
12255      Branch: perl
12256            ! pod/perldata.pod
12257 ____________________________________________________________________________
12258 [  7115] By: jhi                                   on 2000/10/02  23:48:58
12259         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
12260              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12261              Date: Thu, 28 Sep 2000 21:55:31 -0400
12262              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
12263      Branch: perl
12264            ! regexec.c
12265 ____________________________________________________________________________
12266 [  7114] By: jhi                                   on 2000/10/02  23:47:57
12267         Log: Subject: DOC PATCH 5.6.0
12268              From: mjd@plover.com
12269              Date: 30 Sep 2000 06:02:34 -0000
12270              Message-ID: <20000930060234.4559.qmail@plover.com>
12271      Branch: perl
12272            ! pod/perldebguts.pod
12273 ____________________________________________________________________________
12274 [  7113] By: jhi                                   on 2000/10/02  23:46:43
12275         Log: SOCK_DGRAM and listen() do not mix as reported in
12276              
12277              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
12278              From: Petter Reinholdtsen <pere@hungry.com>
12279              Date: Sun, 1 Oct 2000 10:57:20 +0800
12280              Message-Id: <200010010257.KAA05735@localhost.localdomain>
12281              
12282              The patch for 5.7.0+ had to be reengineered, though.
12283      Branch: perl
12284            ! ext/IO/lib/IO/Socket/UNIX.pm
12285 ____________________________________________________________________________
12286 [  7112] By: jhi                                   on 2000/10/02  23:36:57
12287         Log: Subject: Re: [PATCH 5.005_64 missed]
12288              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12289              Date: Sun, 1 Oct 2000 18:50:10 -0400
12290              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
12291      Branch: perl
12292            ! pod/perlxs.pod
12293 ____________________________________________________________________________
12294 [  7111] By: jhi                                   on 2000/10/02  23:35:40
12295         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
12296              From: Radu Greab <radu@netsoft.ro>
12297              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
12298              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
12299      Branch: perl
12300            ! op.c opcode.pl t/op/substr.t
12301 ____________________________________________________________________________
12302 [  7110] By: jhi                                   on 2000/10/02  23:32:38
12303         Log: Subject: [PATCH] Fix aliasing of tied filehandles
12304              From: Daniel Chetlin <daniel@chetlin.com>
12305              Date: Mon, 2 Oct 2000 14:53:27 -0700
12306              Message-ID: <20001002145327.C1617@ilmd>
12307      Branch: perl
12308            ! perl.h pp_hot.c t/op/tiehandle.t
12309 ____________________________________________________________________________
12310 [  7109] By: jhi                                   on 2000/10/02  23:31:30
12311         Log: s/Robin Parker/Robin Barker/
12312      Branch: perl
12313            ! Changes5.6
12314 ____________________________________________________________________________
12315 [  7108] By: jhi                                   on 2000/10/02  23:15:46
12316         Log: Retract #7091 as suggested in
12317              
12318              From: Robin Barker <rmb1@cise.npl.co.uk> 
12319              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
12320              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
12321              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
12322      Branch: perl
12323            ! embed.pl proto.h
12324 ____________________________________________________________________________
12325 [  7107] By: nick                                  on 2000/10/02  18:23:14
12326         Log: A few tweaks to get Tk803 to work with Encode scheme.
12327      Branch: perl
12328            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
12329 ____________________________________________________________________________
12330 [  7106] By: nick                                  on 2000/10/01  21:34:14
12331         Log: Add checking cases to Encode's toUnicode and fromUnicode.
12332      Branch: perl
12333            ! ext/Encode/Encode.pm
12334 ____________________________________________________________________________
12335 [  7105] By: nick                                  on 2000/10/01  17:18:01
12336         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
12337              To read and use them.
12338              Add a lib/encode.t which checks a few things.
12339      Branch: perl
12340            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
12341            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
12342            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
12343            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
12344            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
12345            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
12346            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
12347            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
12348            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
12349            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
12350            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
12351            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
12352            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
12353            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
12354            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
12355            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
12356            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
12357            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
12358            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
12359            + ext/Encode/Encode/iso2022-jp.enc
12360            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
12361            + ext/Encode/Encode/iso8859-1.enc
12362            + ext/Encode/Encode/iso8859-2.enc
12363            + ext/Encode/Encode/iso8859-3.enc
12364            + ext/Encode/Encode/iso8859-4.enc
12365            + ext/Encode/Encode/iso8859-5.enc
12366            + ext/Encode/Encode/iso8859-6.enc
12367            + ext/Encode/Encode/iso8859-7.enc
12368            + ext/Encode/Encode/iso8859-8.enc
12369            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
12370            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
12371            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
12372            + ext/Encode/Encode/macCentEuro.enc
12373            + ext/Encode/Encode/macCroatian.enc
12374            + ext/Encode/Encode/macCyrillic.enc
12375            + ext/Encode/Encode/macDingbats.enc
12376            + ext/Encode/Encode/macGreek.enc
12377            + ext/Encode/Encode/macIceland.enc
12378            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
12379            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
12380            + ext/Encode/Encode/macTurkish.enc
12381            + ext/Encode/Encode/macUkraine.enc
12382            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
12383            + t/lib/encode.t
12384            ! MANIFEST ext/Encode/Encode.pm
12385 ____________________________________________________________________________
12386 [  7104] By: nick                                  on 2000/09/30  13:04:30
12387         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
12388              From: Daniel Chetlin <daniel@chetlin.com>
12389              Date: Mon, 18 Sep 2000 05:05:40 -0700
12390              Message-Id: <20000918050540.C652@ilmd>
12391      Branch: perl
12392            ! lib/overload.pm sv.c t/pragma/overload.t
12393 ____________________________________________________________________________
12394 [  7103] By: nick                                  on 2000/09/30  12:53:36
12395         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
12396              From: Johan Vromans <jvromans@squirrel.nl>
12397              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
12398              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
12399      Branch: perl
12400            ! pod/Makefile.SH
12401 ____________________________________________________________________________
12402 [  7102] By: nick                                  on 2000/09/30  12:52:31
12403         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
12404              From: Spider Boardman <spider@Orb.Nashua.NH.US>
12405              Date: Sat, 16 Sep 2000 16:36:45 -0400
12406              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
12407      Branch: perl
12408            ! ext/B/B/Deparse.pm
12409 ____________________________________________________________________________
12410 [  7101] By: nick                                  on 2000/09/30  12:51:41
12411         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
12412              From: Craig A. Berry <craig.berry@psinetcs.com>
12413              Date: Sat, 16 Sep 2000 10:11:10 -0500
12414              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
12415      Branch: perl
12416            ! vms/vms.c
12417 ____________________________________________________________________________
12418 [  7100] By: nick                                  on 2000/09/30  12:50:33
12419         Log: Subject: Re: unicode support and perl [ID 20000901.097]
12420              From: Spider Boardman <spider@Orb.Nashua.NH.US>
12421              Date: Fri, 15 Sep 2000 16:37:58 -0400
12422              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
12423      Branch: perl
12424            ! t/op/append.t
12425 ____________________________________________________________________________
12426 [  7099] By: nick                                  on 2000/09/30  12:49:35
12427         Log: Subject: Re: unicode support and perl [ID 20000901.097]
12428              From: Spider Boardman <spider@Orb.Nashua.NH.US>
12429              Date: Fri, 15 Sep 2000 16:25:30 -0400
12430              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
12431      Branch: perl
12432            ! pp_hot.c
12433 ____________________________________________________________________________
12434 [  7098] By: nick                                  on 2000/09/30  12:48:00
12435         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
12436              From: Gisle Aas <gisle@ActiveState.com>
12437              Date: 15 Sep 2000 16:23:41 +0200
12438              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
12439      Branch: perl
12440            ! toke.c
12441 ____________________________________________________________________________
12442 [  7097] By: nick                                  on 2000/09/30  12:45:16
12443         Log: Subject: [PATCH] Nits in perlmod.pod
12444              From: Daniel Chetlin <daniel@chetlin.com>
12445              Date: Fri, 15 Sep 2000 02:04:09 -0700
12446              Message-Id: <20000915020409.A2104@ilmd>
12447      Branch: perl
12448            ! pod/perlmod.pod
12449 ____________________________________________________________________________
12450 [  7096] By: nick                                  on 2000/09/30  12:18:00
12451         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
12452              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
12453              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
12454              0 to checking to get the warning.
12455      Branch: perl
12456            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
12457            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
12458            ! regexec.c sv.c toke.c utf8.c
12459 ____________________________________________________________________________
12460 [  7095] By: nick                                  on 2000/09/15  16:55:59
12461         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
12462              
12463              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
12464              From: Spider Boardman <spider@Orb.Nashua.NH.US>
12465              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
12466              Date: Fri, 15 Sep 2000 06:37:30 -0400
12467      Branch: perl
12468            ! ext/Encode/Encode.xs sv.c
12469 ____________________________________________________________________________
12470 [  7094] By: jhi                                   on 2000/09/15  03:23:32
12471         Log: Update Changes.
12472      Branch: perl
12473            ! Changes patchlevel.h
12474 ____________________________________________________________________________
12475 [  7093] By: jhi                                   on 2000/09/15  03:11:44
12476         Log: Fix for the charnames.t failures from Spider Boardman.
12477      Branch: perl
12478            ! toke.c
12479 ____________________________________________________________________________
12480 [  7092] By: jhi                                   on 2000/09/15  00:15:48
12481         Log: Botched the #7090 check-in.
12482      Branch: perl
12483            ! sv.c
12484 ____________________________________________________________________________
12485 [  7091] By: jhi                                   on 2000/09/14  23:33:24
12486         Log: Part of #7081 didn't come through.
12487      Branch: perl
12488            ! embed.pl proto.h
12489 ____________________________________________________________________________
12490 [  7090] By: jhi                                   on 2000/09/14  23:17:39
12491         Log: Subject: Re: perl@7078 
12492              From: Spider Boardman <spider@web.zk3.dec.com>
12493              Date: Thu, 14 Sep 2000 19:06:36 -0400
12494              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
12495      Branch: perl
12496            ! sv.c toke.c
12497 ____________________________________________________________________________
12498 [  7089] By: jhi                                   on 2000/09/14  23:11:21
12499         Log: Small portability tweaks.
12500      Branch: perl
12501            ! ext/Encode/Encode.xs
12502 ____________________________________________________________________________
12503 [  7088] By: jhi                                   on 2000/09/14  22:57:23
12504         Log: Fake return to pacify picky compilers.
12505      Branch: perl
12506            ! ext/Encode/Encode.xs
12507 ____________________________________________________________________________
12508 [  7087] By: jhi                                   on 2000/09/14  22:53:37
12509         Log: Subject: [PATCH] utf8.c apidoc
12510              From: Simon Cozens <simon@cozens.net>
12511              Date: Thu, 14 Sep 2000 23:46:57 +0100
12512              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
12513      Branch: perl
12514            ! perlapi.c pod/perlapi.pod utf8.c
12515 ____________________________________________________________________________
12516 [  7086] By: jhi                                   on 2000/09/14  22:40:38
12517         Log: We don't need to count the high bit bytes, a boolean is enough. 
12518      Branch: perl
12519            ! sv.c
12520 ____________________________________________________________________________
12521 [  7085] By: jhi                                   on 2000/09/14  21:20:09
12522         Log: Replace #7084 with
12523              
12524              Subject: Re: perl@7078 
12525              From: Spider Boardman <spider@web.zk3.dec.com>
12526              Date: Thu, 14 Sep 2000 17:09:36 -0400
12527              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
12528      Branch: perl
12529            ! sv.c utf8.c
12530 ____________________________________________________________________________
12531 [  7084] By: jhi                                   on 2000/09/14  20:03:34
12532         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
12533              convertable to bytes by checking it doesn't go above 0xc3
12534              
12535              Subject: Re: perl@7078
12536              From: Simon Cozens <simon@cozens.net>
12537              Date: Thu, 14 Sep 2000 20:59:19 +0100
12538              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
12539      Branch: perl
12540            ! utf8.c
12541 ____________________________________________________________________________
12542 [  7083] By: jhi                                   on 2000/09/14  19:38:47
12543         Log: Subject: Re: perl@7078
12544              From: Simon Cozens <simon@cozens.net>
12545              Date: Thu, 14 Sep 2000 20:13:09 +0100
12546              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
12547      Branch: perl
12548            ! t/op/bop.t
12549 ____________________________________________________________________________
12550 [  7082] By: jhi                                   on 2000/09/14  17:50:44
12551         Log: The one that got away.
12552      Branch: perl
12553            ! lib/File/Find.pm
12554 ____________________________________________________________________________
12555 [  7081] By: jhi                                   on 2000/09/14  17:45:35
12556         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
12557              From: Robin Barker <rmb1@cise.npl.co.uk>
12558              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
12559              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
12560      Branch: perl
12561            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
12562            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
12563            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
12564            ! regcomp.c toke.c universal.c
12565 ____________________________________________________________________________
12566 [  7080] By: jhi                                   on 2000/09/14  17:40:35
12567         Log: Problems picked up by AIX cc.
12568              
12569              Subject: Re: perl@7078 (patch included)
12570              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12571              Date: Thu, 14 Sep 2000 18:53:30 +0200
12572              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
12573      Branch: perl
12574            ! ext/Encode/Encode.xs
12575 ____________________________________________________________________________
12576 [  7079] By: jhi                                   on 2000/09/14  17:38:27
12577         Log: Subject: File::Find 5.7.0 POD nits
12578              From: Rich Morin <rdm@cfcl.com>
12579              Date: Wed, 13 Sep 2000 22:03:58 -0700
12580              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
12581      Branch: perl
12582            ! lib/File/Find.pm
12583 ____________________________________________________________________________
12584 [  7078] By: jhi                                   on 2000/09/14  14:58:20
12585         Log: Update Changes.
12586      Branch: perl
12587            ! Changes patchlevel.h
12588 ____________________________________________________________________________
12589 [  7077] By: jhi                                   on 2000/09/14  14:55:54
12590         Log: Compilation warnings and an error.
12591      Branch: perl
12592            ! sv.c
12593 ____________________________________________________________________________
12594 [  7076] By: jhi                                   on 2000/09/14  14:42:56
12595         Log: Fix for a parsing bug, not for the original bug.
12596              
12597              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
12598              From: Spider Boardman <spider@web.zk3.dec.com>
12599              Date: Wed, 13 Sep 2000 17:52:20 -0400
12600              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
12601      Branch: perl
12602            ! regcomp.c
12603 ____________________________________________________________________________
12604 [  7075] By: jhi                                   on 2000/09/14  14:40:40
12605         Log: Batch of UTF-8 patches from Simon Cozens.
12606      Branch: perl
12607            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
12608            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
12609            ! toke.c utf8.c
12610 ____________________________________________________________________________
12611 [  7074] By: jhi                                   on 2000/09/14  14:29:58
12612         Log: Subject: Re: Two advertising clauses need to be removed
12613              From: Russ Allbery <rra@stanford.edu>
12614              Date: 13 Sep 2000 18:50:26 -0700
12615              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
12616      Branch: perl
12617            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
12618 ____________________________________________________________________________
12619 [  7073] By: jhi                                   on 2000/09/14  14:28:20
12620         Log: Subject: [PATCH] de-wall t/README
12621              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
12622              Date: Wed, 13 Sep 2000 17:46:55 -0700
12623              Message-ID: <//Bw5gzkge/e092yn@efn.org>
12624      Branch: perl
12625            ! t/README
12626 ____________________________________________________________________________
12627 [  7072] By: jhi                                   on 2000/09/14  14:25:10
12628         Log: Hints optimization.
12629              
12630              Subject: Minor nit
12631              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12632              Date: Wed, 13 Sep 2000 21:42:07 +0200
12633              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
12634      Branch: perl
12635            ! hints/hpux.sh
12636 ____________________________________________________________________________
12637 [  7071] By: jhi                                   on 2000/09/14  14:23:30
12638         Log: Allow chop() and chomp() to be overridden.
12639              
12640              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
12641              From: "Casey R. Tweten" <crt@kiski.net>
12642              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
12643              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
12644      Branch: perl
12645            ! toke.c
12646 ____________________________________________________________________________
12647 [  7070] By: jhi                                   on 2000/09/14  14:20:36
12648         Log: The return value of setlocale must be copied away.
12649              
12650              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
12651              From: Alan Burlison <Alan.Burlison@uk.sun.com>
12652              Date: Wed, 13 Sep 2000 16:27:37 +0100 
12653              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
12654      Branch: perl
12655            ! util.c
12656 ____________________________________________________________________________
12657 [  7069] By: jhi                                   on 2000/09/14  14:16:27
12658         Log: Remove vestiges of tr//CU.
12659              
12660              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
12661              From: Nick Clark <nick@plum.flirble.org>
12662              Date: Tue, 12 Sep 2000 22:50:14 +0100
12663              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
12664              
12665              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
12666              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
12667              Date: Tue, 12 Sep 2000 21:38:48 -0700
12668              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
12669      Branch: perl
12670            ! op.h pod/perlunicode.pod
12671 ____________________________________________________________________________
12672 [  7068] By: jhi                                   on 2000/09/13  14:18:39
12673         Log: Add the Encode extension.  The code is still largely just skeleton.
12674      Branch: perl
12675            + ext/Encode/Encode.pm ext/Encode/Encode.xs
12676            + ext/Encode/Makefile.PL ext/Encode/Todo
12677            ! MANIFEST Todo-5.6
12678 ____________________________________________________________________________
12679 [  7067] By: jhi                                   on 2000/09/12  17:43:33
12680         Log: Allow for whitespace between "#" and "line" in cpp output.
12681              
12682              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
12683              From: Calle Dybedahl <calle@lysator.liu.se>
12684              Date: 12 Sep 2000 19:38:02 +0200 
12685              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
12686      Branch: perl
12687            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
12688 ____________________________________________________________________________
12689 [  7066] By: gsar                                  on 2000/09/12  17:24:29
12690         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
12691              initialization in all the threads on Windows
12692      Branch: perl
12693            ! win32/win32.c
12694 ____________________________________________________________________________
12695 [  7065] By: jhi                                   on 2000/09/12  15:11:31
12696         Log: Update Changes.
12697      Branch: perl
12698            ! Changes patchlevel.h
12699 ____________________________________________________________________________
12700 [  7064] By: jhi                                   on 2000/09/12  14:54:54
12701         Log: Retract #7062, the pod tests are not ready.
12702      Branch: perl
12703            ! t/TEST t/harness
12704 ____________________________________________________________________________
12705 [  7063] By: jhi                                   on 2000/09/12  14:25:41
12706         Log: The #7054 truncated Configure badly.
12707      Branch: metaconfig/U/perl
12708            ! End.U
12709      Branch: perl
12710            ! Configure config_h.SH
12711 ____________________________________________________________________________
12712 [  7062] By: jhi                                   on 2000/09/12  14:08:32
12713         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
12714              From: sthoenna@efn.org
12715              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
12716              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
12717      Branch: perl
12718            ! t/TEST t/harness
12719 ____________________________________________________________________________
12720 [  7061] By: jhi                                   on 2000/09/12  14:07:18
12721         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
12722              From: sthoenna@efn.org
12723              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
12724              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
12725      Branch: perl
12726            ! pod/perlxs.pod
12727 ____________________________________________________________________________
12728 [  7060] By: jhi                                   on 2000/09/12  14:06:08
12729         Log: Break up the myconfig lines a bit.
12730              
12731              Subject: perlbug/perl -V output format
12732              From: sthoenna@efn.org
12733              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
12734              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
12735      Branch: perl
12736            ! myconfig.SH
12737 ____________________________________________________________________________
12738 [  7059] By: jhi                                   on 2000/09/12  14:05:04
12739         Log: Test for the #7049.
12740              
12741              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
12742              From: andreas.koenig@anima.de (Andreas J. Koenig)
12743              Date: 12 Sep 2000 06:42:01 +0200
12744              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
12745      Branch: perl
12746            ! t/op/my.t
12747 ____________________________________________________________________________
12748 [  7058] By: jhi                                   on 2000/09/12  14:03:05
12749         Log: Subject: [patch: perl@7045] vms updates
12750              From: Peter Prymmer <pvhp@forte.com>
12751              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
12752              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
12753      Branch: perl
12754            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
12755 ____________________________________________________________________________
12756 [  7057] By: jhi                                   on 2000/09/12  14:00:51
12757         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
12758              From: sthoenna@efn.org
12759              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
12760              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
12761      Branch: perl
12762            ! t/op/64bitint.t
12763 ____________________________________________________________________________
12764 [  7056] By: jhi                                   on 2000/09/12  13:58:14
12765         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
12766              From: Jeff Pinyan <jeffp@crusoe.net>
12767              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
12768              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
12769      Branch: perl
12770            ! pod/perlfunc.pod
12771 ____________________________________________________________________________
12772 [  7055] By: jhi                                   on 2000/09/12  13:56:32
12773         Log: Do in VMS as the #7054 does.
12774      Branch: perl
12775            ! configure.com
12776 ____________________________________________________________________________
12777 [  7054] By: jhi                                   on 2000/09/12  13:50:31
12778         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
12779              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
12780              Date: Mon, 11 Sep 2000 08:33:09 +0100
12781              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
12782      Branch: metaconfig/U/perl
12783            ! End.U
12784      Branch: perl
12785            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
12786            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
12787 ____________________________________________________________________________
12788 [  7053] By: jhi                                   on 2000/09/12  13:29:19
12789         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
12790              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
12791              Date:     Tue, 12 Sep 2000 08:35:59 EDT
12792              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
12793      Branch: perl
12794            ! vms/test.com
12795 ____________________________________________________________________________
12796 [  7052] By: jhi                                   on 2000/09/11  23:01:50
12797         Log: Document the SvUTF8*().
12798      Branch: perl
12799            ! pod/perlapi.pod sv.h
12800 ____________________________________________________________________________
12801 [  7051] By: gsar                                  on 2000/09/11  14:46:30
12802         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
12803              (missed a spot when fixing up op_pmreplroot hack for ithreads)
12804      Branch: perl
12805            ! op.c t/op/split.t
12806 ____________________________________________________________________________
12807 [  7050] By: nick                                  on 2000/09/11  10:03:51
12808         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
12809              
12810              Subject: borland C++ win32.c tweak
12811              From: Vadim Konovalov <vkonovalov@lucent.com>
12812              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
12813              Date: Mon, 11 Sep 2000 11:22:33 +0400
12814      Branch: perl
12815            ! win32/win32.c
12816 ____________________________________________________________________________
12817 [  7049] By: nick                                  on 2000/09/11  09:57:33
12818         Log: Point fix for s/// on foreach (keys %xxx).
12819      Branch: perl
12820            ! pp_hot.c
12821 ____________________________________________________________________________
12822 [  7048] By: jhi                                   on 2000/09/10  23:37:09
12823         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
12824              by Pod::Text, from Brad Appleton.
12825      Branch: perl
12826            ! t/pod/testp2pt.pl
12827 ____________________________________________________________________________
12828 [  7047] By: jhi                                   on 2000/09/10  14:32:53
12829         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
12830              by Russ Allbery.
12831      Branch: perl
12832            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
12833 ____________________________________________________________________________
12834 [  7046] By: jhi                                   on 2000/09/10  14:15:08
12835         Log: Upgrade to CPAN 1.57_65, from Andreas König.
12836      Branch: perl
12837            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
12838 ____________________________________________________________________________
12839 [  7045] By: jhi                                   on 2000/09/08  21:36:32
12840         Log: Update Changes.
12841      Branch: perl
12842            ! Changes patchlevel.h
12843 ____________________________________________________________________________
12844 [  7044] By: jhi                                   on 2000/09/08  21:29:56
12845         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
12846              From: Peter Prymmer <pvhp@forte.com>
12847              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
12848              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
12849      Branch: perl
12850            ! configure.com
12851 ____________________________________________________________________________
12852 [  7043] By: jhi                                   on 2000/09/08  21:27:50
12853         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
12854              From: Peter Prymmer <pvhp@forte.com>
12855              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
12856              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
12857      Branch: perl
12858            ! Makefile.SH installperl
12859 ____________________________________________________________________________
12860 [  7042] By: jhi                                   on 2000/09/08  21:23:21
12861         Log: Continue #7041.
12862      Branch: perl
12863            ! cygwin/Makefile.SHs os2/Makefile.SHs
12864 ____________________________________________________________________________
12865 [  7041] By: jhi                                   on 2000/09/08  21:18:10
12866         Log: Do away with memory models cruft.  Sorry, PDP users.
12867      Branch: metaconfig
12868            ! U/modified/cc.U U/modified/libpth.U
12869      Branch: perl
12870            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
12871            ! Porting/config_H cflags.SH config_h.SH configure.com
12872            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
12873            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
12874            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
12875 ____________________________________________________________________________
12876 [  7040] By: jhi                                   on 2000/09/08  14:34:18
12877         Log: Major rewrite of s2p.  And I mean really major, it is
12878              an implementation of sed in perl.  If called as s2p it
12879              will function as s2p.  Note: needs non-UNIXifying.
12880              
12881              Subject: s2p
12882              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
12883              Date: Mon, 28 Aug 2000 14:05:12 +0200
12884              Message-ID: <39AA5578.2102E2AA@alcatel.at>
12885      Branch: perl
12886            ! x2p/s2p.PL
12887 ____________________________________________________________________________
12888 [  7039] By: jhi                                   on 2000/09/08  14:19:49
12889         Log: Re-allow vec() for characters > 255.
12890              
12891              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
12892              From: Spider Boardman <spider@web.zk3.dec.com>
12893              Date: Fri, 08 Sep 2000 02:21:02 -0400
12894              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
12895      Branch: perl
12896            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
12897            ! t/op/vec.t
12898 ____________________________________________________________________________
12899 [  7038] By: jhi                                   on 2000/09/08  14:14:18
12900         Log: Subject: [PATCH lib/Benchmark.pm]
12901              From: <abigail@foad.org>
12902              Date: Thu, 7 Sep 2000 15:03:20 -0400
12903              Message-ID: <20000907190320.888.qmail@foad.org>
12904      Branch: perl
12905            ! lib/Benchmark.pm
12906 ____________________________________________________________________________
12907 [  7037] By: jhi                                   on 2000/09/08  14:11:06
12908         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
12909              
12910              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
12911              From: Spider Boardman <spider@web.zk3.dec.com>
12912              Date: Fri, 08 Sep 2000 01:30:27 -0400
12913              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
12914      Branch: perl
12915            ! op.c
12916 ____________________________________________________________________________
12917 [  7036] By: jhi                                   on 2000/09/08  14:08:58
12918         Log: Subject: [ID 20000908.002] perlipc documentation bug.
12919              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
12920              Date: Fri, 08 Sep 2000 12:38:32 +0200
12921              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
12922      Branch: perl
12923            ! pod/perlipc.pod
12924 ____________________________________________________________________________
12925 [  7035] By: jhi                                   on 2000/09/08  14:03:12
12926         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
12927              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12928              Date: Fri, 08 Sep 2000 11:47:34 +0200
12929              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
12930      Branch: perl
12931            ! hints/dec_osf.sh
12932 ____________________________________________________________________________
12933 [  7034] By: jhi                                   on 2000/09/08  13:59:35
12934         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
12935              From: Simon Cozens <simon@cozens.net>
12936              Date: Thu, 7 Sep 2000 20:40:38 +0100
12937              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
12938      Branch: perl
12939            ! pp_hot.c
12940 ____________________________________________________________________________
12941 [  7033] By: jhi                                   on 2000/09/08  04:03:03
12942         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
12943              From: "Larry W. Virden" <lvirden@cas.org>
12944              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
12945              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
12946      Branch: perl
12947            ! pod/perldiag.pod
12948 ____________________________________________________________________________
12949 [  7032] By: jhi                                   on 2000/09/07  22:18:30
12950         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
12951              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
12952              Date: Mon, 04 Sep 2000 13:16:38 -0700
12953              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
12954      Branch: perl
12955            ! lib/perl5db.pl
12956 ____________________________________________________________________________
12957 [  7031] By: jhi                                   on 2000/09/07  22:02:29
12958         Log: Fix the ccversion detection for 5.1 and beyond.
12959              
12960              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
12961              From: Spider Boardman <spider@leggy.zk3.dec.com>
12962              Date: Thu, 7 Sep 2000 17:54:27 -0400
12963              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
12964      Branch: perl
12965            ! hints/dec_osf.sh
12966 ____________________________________________________________________________
12967 [  7030] By: jhi                                   on 2000/09/07  19:12:28
12968         Log: Fix for
12969              
12970              Subject: [ID 20000903.001] \w in utf8-strings
12971              From: Marc Lehmann <pcg@goof.com>
12972              Date: Sun, 03 Sep 2000 09:44:29 +0200
12973              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
12974              
12975              and various related nits.
12976      Branch: perl
12977            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
12978 ____________________________________________________________________________
12979 [  7029] By: jhi                                   on 2000/09/07  18:49:09
12980         Log: Fix the URL, but the server is still missing in action.
12981              
12982              Subject: [ID 20000905.002] perlfaq1.pod URL error
12983              From: "Larry W. Virden" <lvirden@cas.org>
12984              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
12985              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
12986      Branch: perl
12987            ! pod/perlfaq1.pod
12988 ____________________________________________________________________________
12989 [  7028] By: jhi                                   on 2000/09/07  18:47:13
12990         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
12991              From: Hugo <hv@crypt.compulink.co.uk>
12992              Date: Tue, 05 Sep 2000 14:13:37 +0100
12993              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
12994      Branch: perl
12995            ! toke.c
12996 ____________________________________________________________________________
12997 [  7027] By: jhi                                   on 2000/09/07  18:45:35
12998         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
12999              From: Daniel Chetlin <daniel@chetlin.com>
13000              Date: Tue, 5 Sep 2000 04:57:07 -0700
13001              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
13002      Branch: perl
13003            ! pod/perlfaq6.pod pod/perlop.pod
13004 ____________________________________________________________________________
13005 [  7026] By: jhi                                   on 2000/09/07  18:44:01
13006         Log: Document the new ref() semantics.
13007              
13008              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
13009              From: Gisle Aas <gisle@ActiveState.com>
13010              Date: 05 Sep 2000 08:10:30 +0200
13011              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
13012      Branch: perl
13013            ! pod/perldelta.pod
13014 ____________________________________________________________________________
13015 [  7025] By: jhi                                   on 2000/09/07  18:42:27
13016         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
13017              
13018              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
13019              From: Gisle Aas <gisle@ActiveState.com>
13020              Date: 05 Sep 2000 08:11:40 +0200
13021              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
13022      Branch: perl
13023            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
13024 ____________________________________________________________________________
13025 [  7024] By: jhi                                   on 2000/09/07  18:39:32
13026         Log: Subject: [PATCH] Modernize Opcode.pm documentation
13027              From: Gisle Aas <gisle@ActiveState.com>
13028              Date: 4 Sep 2000 00:18:55 -0000
13029              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
13030      Branch: perl
13031            ! ext/Opcode/Opcode.pm
13032 ____________________________________________________________________________
13033 [  7023] By: jhi                                   on 2000/09/07  18:37:42
13034         Log: Subject: [PATCH] Tied filehandle documentation
13035              From: Gisle Aas <gisle@ActiveState.com>
13036              Date: 4 Sep 2000 00:14:40 -0000
13037              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
13038      Branch: perl
13039            ! pod/perlfunc.pod pod/perltie.pod
13040 ____________________________________________________________________________
13041 [  7022] By: jhi                                   on 2000/09/07  18:35:37
13042         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
13043              From: Gisle Aas <gisle@ActiveState.com>
13044              Date: 4 Sep 2000 00:04:22 -0000
13045              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
13046      Branch: perl
13047            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
13048 ____________________________________________________________________________
13049 [  7021] By: jhi                                   on 2000/09/07  18:33:22
13050         Log: Subject: small apidoc fix
13051              From: Marc Lehmann <pcg@goof.com>
13052              Date: Sun, 3 Sep 2000 05:12:06 +0200
13053              Message-ID: <20000903051206.A5909@cerebro.laendle>
13054      Branch: perl
13055            ! pod/perlapi.pod utf8.c
13056 ____________________________________________________________________________
13057 [  7020] By: jhi                                   on 2000/09/07  16:14:57
13058         Log: Tiny perldelta nits.
13059      Branch: perl
13060            ! pod/perldelta.pod
13061 ____________________________________________________________________________
13062 [  7019] By: jhi                                   on 2000/09/07  16:04:20
13063         Log: Guard against bad string->int conversion for quads.
13064      Branch: perl
13065            ! t/op/64bitint.t
13066 ____________________________________________________________________________
13067 [  7018] By: jhi                                   on 2000/09/06  17:07:03
13068         Log: Update Unicode todo list.
13069      Branch: perl
13070            ! Todo-5.6
13071 ____________________________________________________________________________
13072 [  7017] By: jhi                                   on 2000/09/05  21:16:01
13073         Log: Document the SvIOK_.*UV().
13074      Branch: perl
13075            ! pod/perlapi.pod sv.h
13076 ____________________________________________________________________________
13077 [  7016] By: nick                                  on 2000/09/03  21:54:46
13078         Log: Hash lookup of constant strings optimization:
13079              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
13080              to string table (as per sharepvn). Add newSV_pvn_share to create such
13081              a thing. Make hv.c compare addresses of strings and skip string compare
13082              if equal. Make method_named and helem ops use these shared-string SVs
13083              when arg is constant. Make keys op return shared-string SVs (less clearly
13084              a win).
13085      Branch: perl
13086            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
13087            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
13088            ! pod/perlintern.pod pp_hot.c proto.h sv.c
13089 ____________________________________________________________________________
13090 [  7015] By: jhi                                   on 2000/09/02  17:48:59
13091         Log: This is 5.7.0.
13092      Branch: perl
13093            ! Changes
13094 ____________________________________________________________________________
13095 [  7014] By: jhi                                   on 2000/09/02  17:35:45
13096         Log: Changes and patchlevel tweaks.
13097      Branch: perl
13098            ! Changes patchlevel.h
13099 ____________________________________________________________________________
13100 [  7013] By: jhi                                   on 2000/09/02  17:30:50
13101         Log: Update Changes.
13102      Branch: perl
13103            ! Changes patchlevel.h
13104 ____________________________________________________________________________
13105 [  7012] By: nick                                  on 2000/09/02  17:25:20
13106         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
13107      Branch: perl
13108            ! gv.c lib/overload.pm
13109 ____________________________________________________________________________
13110 [  7011] By: jhi                                   on 2000/09/02  17:16:25
13111         Log: Update perlhist.
13112      Branch: perl
13113            ! pod/perlhist.pod
13114 ____________________________________________________________________________
13115 [  7010] By: jhi                                   on 2000/09/02  17:01:35
13116         Log: perldelta nits.
13117      Branch: perl
13118            ! pod/perldelta.pod
13119 ____________________________________________________________________________
13120 [  7009] By: nick                                  on 2000/09/02  16:48:35
13121         Log: If overloaded %{} etc. return the object do not loop.
13122              Thus  sub deref { $_[0] } functions if object is wanted type.
13123      Branch: perl
13124            ! pp.h
13125 ____________________________________________________________________________
13126 [  7008] By: jhi                                   on 2000/09/02  16:26:11
13127         Log: Retab MANIFEST.
13128      Branch: perl
13129            ! ext/Storable/MANIFEST
13130 ____________________________________________________________________________
13131 [  7007] By: jhi                                   on 2000/09/02  16:23:02
13132         Log: Make certain cc is set before trying to run it.
13133      Branch: perl
13134            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
13135 ____________________________________________________________________________
13136 [  7006] By: jhi                                   on 2000/09/02  15:45:41
13137         Log: Unicode notes.
13138      Branch: perl
13139            ! pod/perldelta.pod
13140 ____________________________________________________________________________
13141 [  7005] By: jhi                                   on 2000/09/02  15:42:11
13142         Log: Various Configure nits by Philip Newton,
13143              plus the ebcdic one by me.
13144      Branch: metaconfig
13145            + U/modified/pager.U
13146            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
13147      Branch: metaconfig/U/perl
13148            ! Devel.U quadfio.U
13149      Branch: perl
13150            ! Configure config_h.SH
13151 ____________________________________________________________________________
13152 [  7004] By: jhi                                   on 2000/09/02  15:06:14
13153         Log: Apparently avoiding the swapping is too costly.
13154              
13155              From: "Ben Tilly" <ben_tilly@hotmail.com>
13156              Subject: Re: the door is closed.
13157              Date: Fri, 01 Sep 2000 20:23:16 EDT
13158              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
13159      Branch: perl
13160            ! pod/perlfaq4.pod
13161 ____________________________________________________________________________
13162 [  7003] By: nick                                  on 2000/09/02  12:26:04
13163         Log: Undo part of change 6489 which looks like a bulk edit which
13164              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
13165              The supressing of main:: on return from select() is undesirable.
13166      Branch: perl
13167            ! pp_sys.c
13168 ____________________________________________________________________________
13169 [  7002] By: jhi                                   on 2000/09/01  23:08:54
13170         Log: Update Changes.
13171      Branch: perl
13172            ! Changes patchlevel.h
13173 ____________________________________________________________________________
13174 [  7001] By: jhi                                   on 2000/09/01  23:00:13
13175         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
13176              From: Peter Prymmer <pvhp@forte.com>
13177              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
13178              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
13179              
13180              plus rework the http: spots as suggested by Tom Christiansen,
13181              plus regen perltoc.
13182      Branch: perl
13183            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
13184            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
13185 ____________________________________________________________________________
13186 [  7000] By: jhi                                   on 2000/09/01  22:36:01
13187         Log: Only the first line, thank you very much.
13188      Branch: perl
13189            ! hints/solaris_2.sh
13190 ____________________________________________________________________________
13191 [  6999] By: gsar                                  on 2000/09/01  22:16:40
13192         Log: change#6791 accidentally clobbered change#6710, put it back
13193      Branch: perl
13194            ! win32/win32.c
13195 ____________________________________________________________________________
13196 [  6998] By: jhi                                   on 2000/09/01  22:14:16
13197         Log: Mention the HP-UX LP64 freak failure.
13198      Branch: perl
13199            ! pod/perldelta.pod
13200 ____________________________________________________________________________
13201 [  6997] By: jhi                                   on 2000/09/01  21:48:32
13202         Log: Detypo.
13203      Branch: perl
13204            ! hints/hpux.sh
13205 ____________________________________________________________________________
13206 [  6996] By: jhi                                   on 2000/09/01  21:27:10
13207         Log: Update Changes.
13208      Branch: perl
13209            ! Changes patchlevel.h
13210 ____________________________________________________________________________
13211 [  6995] By: jhi                                   on 2000/09/01  21:14:24
13212         Log: Mi splgn s gnin.g
13213      Branch: perl
13214            ! pp_ctl.c
13215 ____________________________________________________________________________
13216 [  6994] By: jhi                                   on 2000/09/01  21:09:54
13217         Log: Subject: http:// in L<>
13218              From: Nicholas Clark <nick@ccl4.org>
13219              Date: Fri, 1 Sep 2000 22:03:21 +0100
13220              Message-ID: <20000901220321.B72074@plum.flirble.org>
13221      Branch: perl
13222            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
13223 ____________________________________________________________________________
13224 [  6993] By: jhi                                   on 2000/09/01  21:06:54
13225         Log: Update to Storable 1.0, from Raphael Manfredi.
13226      Branch: perl
13227            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
13228            ! ext/Storable/Makefile.PL ext/Storable/README
13229            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
13230            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
13231            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
13232            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
13233            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
13234            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
13235 ____________________________________________________________________________
13236 [  6992] By: jhi                                   on 2000/09/01  20:43:05
13237         Log: Mention known sfio+linux buglet.
13238      Branch: perl
13239            ! pod/perldelta.pod
13240 ____________________________________________________________________________
13241 [  6991] By: jhi                                   on 2000/09/01  20:40:11
13242         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
13243              From: Peter Prymmer <pvhp@forte.com>
13244              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
13245              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
13246      Branch: perl
13247            ! vms/vms.c
13248 ____________________________________________________________________________
13249 [  6990] By: jhi                                   on 2000/09/01  20:25:26
13250         Log: Retract #6986.
13251      Branch: perl
13252            ! hints/solaris_2.sh
13253 ____________________________________________________________________________
13254 [  6989] By: jhi                                   on 2000/09/01  20:23:00
13255         Log: Mergesort is back.
13256      Branch: perl
13257            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
13258 ____________________________________________________________________________
13259 [  6988] By: jhi                                   on 2000/09/01  19:37:40
13260         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
13261              From: Mike Guy <mjtg@cam.ac.uk>
13262              Date: Fri, 01 Sep 2000 17:43:33 +0100
13263              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
13264      Branch: perl
13265            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
13266            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
13267 ____________________________________________________________________________
13268 [  6987] By: jhi                                   on 2000/09/01  19:17:10
13269         Log: Regen perltoc.
13270      Branch: perl
13271            ! pod/perltoc.pod
13272 ____________________________________________________________________________
13273 [  6986] By: jhi                                   on 2000/09/01  18:51:10
13274         Log: Subject: Re: Solaris x86 has no SPARC libraries!
13275              From: Lupe Christoph <lupe@lupe-christoph.de>
13276              Date: Fri, 1 Sep 2000 20:41:20 +0200
13277              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
13278      Branch: perl
13279            ! hints/solaris_2.sh
13280 ____________________________________________________________________________
13281 [  6985] By: jhi                                   on 2000/09/01  18:28:10
13282         Log: Update Changes.
13283      Branch: perl
13284            ! Changes patchlevel.h
13285 ____________________________________________________________________________
13286 [  6984] By: jhi                                   on 2000/09/01  18:26:53
13287         Log: Feature ordering tweak.
13288      Branch: perl
13289            ! myconfig.SH
13290 ____________________________________________________________________________
13291 [  6983] By: jhi                                   on 2000/09/01  18:19:50
13292         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
13293              From: <abigail@foad.org>
13294              Date: Fri, 1 Sep 2000 13:07:32 -0400
13295              Message-ID: <20000901170732.18249.qmail@foad.org>
13296      Branch: perl
13297            ! t/pragma/overload.t
13298 ____________________________________________________________________________
13299 [  6982] By: jhi                                   on 2000/09/01  18:17:54
13300         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
13301              so that case-ignoring systems like DCL can tell them from
13302              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
13303      Branch: metaconfig/U/perl
13304            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
13305      Branch: perl
13306            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13307            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
13308            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
13309            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
13310            ! vos/config.def vos/config.h vos/config_h.SH_orig
13311            ! win32/config.bc win32/config.gc win32/config.vc
13312 ____________________________________________________________________________
13313 [  6981] By: nick                                  on 2000/09/01  17:21:57
13314         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
13315              warning when UNTIE exists and instead pass the cound of extra references to
13316              the UNTIE method.
13317      Branch: perl
13318            ! pod/perltie.pod pp_sys.c
13319 ____________________________________________________________________________
13320 [  6980] By: jhi                                   on 2000/09/01  16:54:44
13321         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
13322              From: Peter Prymmer <pvhp@forte.com>
13323              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
13324              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
13325      Branch: perl
13326            ! configure.com
13327 ____________________________________________________________________________
13328 [  6979] By: jhi                                   on 2000/09/01  16:06:20
13329         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
13330              From: Mike Guy <mjtg@cam.ac.uk> 
13331              Date: Fri, 01 Sep 2000 16:49:27 +0100
13332              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
13333      Branch: perl
13334            ! t/base/rs.t
13335 ____________________________________________________________________________
13336 [  6978] By: jhi                                   on 2000/09/01  16:00:42
13337         Log: Update to PodParser 1.18, from Brad Appleton.
13338      Branch: perl
13339            ! lib/Pod/Checker.pm t/pod/find.t
13340 ____________________________________________________________________________
13341 [  6977] By: jhi                                   on 2000/09/01  14:48:58
13342         Log: Subject: Nit in Configure (bleadperl@6961)
13343              From: Lupe Christoph <lupe@lupe-christoph.de>
13344              Date: Fri, 1 Sep 2000 16:34:29 +0200
13345              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
13346      Branch: metaconfig
13347            ! U/compline/ccflags.U
13348      Branch: perl
13349            ! Configure config_h.SH
13350 ____________________________________________________________________________
13351 [  6976] By: jhi                                   on 2000/09/01  14:39:52
13352         Log: Update Changes.
13353      Branch: perl
13354            ! Changes patchlevel.h
13355 ____________________________________________________________________________
13356 [  6975] By: jhi                                   on 2000/09/01  14:37:36
13357         Log: microperl config update.
13358      Branch: perl
13359            ! uconfig.h uconfig.sh
13360 ____________________________________________________________________________
13361 [  6974] By: jhi                                   on 2000/09/01  14:36:53
13362         Log: Document known deficiencies.
13363      Branch: perl
13364            ! pod/perldelta.pod
13365 ____________________________________________________________________________
13366 [  6973] By: jhi                                   on 2000/09/01  14:10:20
13367         Log: Mention warnings fixes and updates.
13368      Branch: perl
13369            ! pod/perldelta.pod
13370 ____________________________________________________________________________
13371 [  6972] By: jhi                                   on 2000/09/01  14:01:52
13372         Log: Drop unused argument.
13373              
13374              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
13375              From: Spider Boardman <spider@web.zk3.dec.com>
13376              Date: Thu, 31 Aug 2000 16:10:15 -0400
13377              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
13378      Branch: perl
13379            ! toke.c
13380 ____________________________________________________________________________
13381 [  6971] By: jhi                                   on 2000/09/01  13:59:24
13382         Log: Add the overload warnings to perldiag.
13383      Branch: perl
13384            ! lib/overload.pm pod/perldiag.pod
13385 ____________________________________________________________________________
13386 [  6970] By: jhi                                   on 2000/09/01  13:55:10
13387         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
13388              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
13389              Date: Fri, 1 Sep 2000 13:43:15 +0100 
13390              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
13391      Branch: perl
13392            ! lib/overload.pm t/pragma/overload.t
13393 ____________________________________________________________________________
13394 [  6969] By: jhi                                   on 2000/09/01  13:52:27
13395         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
13396              From: <abigail@foad.org>
13397              Date: Fri, 1 Sep 2000 05:46:54 -0400
13398              Message-ID: <20000901094654.6476.qmail@foad.org>
13399      Branch: perl
13400            ! lib/overload.pm
13401 ____________________________________________________________________________
13402 [  6968] By: jhi                                   on 2000/09/01  13:50:05
13403         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
13404              From: Daniel Chetlin <daniel@chetlin.com>
13405              Date: Fri, 1 Sep 2000 02:10:55 -0700
13406              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
13407      Branch: perl
13408            ! pod/perlretut.pod
13409 ____________________________________________________________________________
13410 [  6967] By: jhi                                   on 2000/09/01  13:47:54
13411         Log: Part of the solution.
13412              
13413              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
13414              From: Mike Guy <mjtg@cam.ac.uk>
13415              Date: Fri, 01 Sep 2000 14:16:01 +0100
13416              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
13417      Branch: perl
13418            ! gv.c mg.c
13419 ____________________________________________________________________________
13420 [  6966] By: jhi                                   on 2000/09/01  13:46:17
13421         Log: Subject: CPAN.pm beta 1.57_57 for the core
13422              From: andreas.koenig@anima.de (Andreas J. Koenig)
13423              Date: 01 Sep 2000 15:16:31 +0200
13424              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
13425      Branch: perl
13426            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
13427 ____________________________________________________________________________
13428 [  6965] By: jhi                                   on 2000/09/01  13:43:18
13429         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
13430              From: "Craig A. Berry" <craig.berry@psinetcs.com>
13431              Date: Fri, 01 Sep 2000 01:47:22 -0500
13432              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
13433      Branch: perl
13434            ! pod/perldelta.pod vms/vms.c
13435 ____________________________________________________________________________
13436 [  6964] By: jhi                                   on 2000/09/01  13:35:35
13437         Log: File::Temp patches from Andreas König,
13438              
13439              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
13440              From: andreas.koenig@anima.de (Andreas J. Koenig)
13441              Date: 01 Sep 2000 10:07:20 +0200
13442              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
13443              
13444              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
13445              From: andreas.koenig@anima.de (Andreas J. Koenig)
13446              Date: 31 Aug 2000 23:26:08 +0200
13447              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
13448      Branch: perl
13449            ! lib/File/Temp.pm t/lib/ftmp-security.t
13450 ____________________________________________________________________________
13451 [  6963] By: jhi                                   on 2000/09/01  02:22:24
13452         Log: Retract the mergesort code, way too incompatible licensing
13453              and copyrights.
13454      Branch: perl
13455            ! pod/perldelta.pod pp_ctl.c
13456 ____________________________________________________________________________
13457 [  6962] By: jhi                                   on 2000/08/31  23:27:32
13458         Log: Update Changes.
13459      Branch: perl
13460            ! Changes patchlevel.h
13461 ____________________________________________________________________________
13462 [  6961] By: jhi                                   on 2000/08/31  23:20:04
13463         Log: Small tweaks all over.
13464      Branch: metaconfig
13465            ! U/compline/d_gconvert.U
13466      Branch: perl
13467            ! AUTHORS Configure config_h.SH pp_ctl.c
13468 ____________________________________________________________________________
13469 [  6960] By: jhi                                   on 2000/08/31  22:39:36
13470         Log: Further rewording.
13471      Branch: perl
13472            ! pp_ctl.c
13473 ____________________________________________________________________________
13474 [  6959] By: jhi                                   on 2000/08/31  21:26:44
13475         Log: More address tweaking.
13476      Branch: perl
13477            ! AUTHORS Changes
13478 ____________________________________________________________________________
13479 [  6958] By: jhi                                   on 2000/08/31  20:47:25
13480         Log: AUTHORS tweaks, from Peter Prymmer.
13481              
13482              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
13483              From: Peter Prymmer <pvhp@forte.com>
13484              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
13485              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
13486      Branch: perl
13487            ! AUTHORS MAINTAIN
13488 ____________________________________________________________________________
13489 [  6957] By: jhi                                   on 2000/08/31  20:34:43
13490         Log: perldelta tweaks.
13491      Branch: perl
13492            ! pod/perldelta.pod
13493 ____________________________________________________________________________
13494 [  6956] By: jhi                                   on 2000/08/31  19:11:06
13495         Log: Regen perltoc.
13496      Branch: perl
13497            ! pod/perltoc.pod
13498 ____________________________________________________________________________
13499 [  6955] By: jhi                                   on 2000/08/31  19:06:30
13500         Log: Clarify the mergesort situation.
13501      Branch: perl
13502            ! pp_ctl.c
13503 ____________________________________________________________________________
13504 [  6954] By: jhi                                   on 2000/08/31  18:24:17
13505         Log: Move the Solaris 7 scan to use64bitall, make the
13506              failure to find 64-bot sparc libc to mention the
13507              possibility of being in an intel, from Lupe and Alan.
13508      Branch: perl
13509            ! hints/solaris_2.sh
13510 ____________________________________________________________________________
13511 [  6953] By: jhi                                   on 2000/08/31  18:09:20
13512         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
13513              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
13514      Branch: metaconfig
13515            ! U/compline/d_gconvert.U U/threads/archname.U
13516      Branch: metaconfig/U/perl
13517            ! perlxv.U
13518      Branch: perl
13519            ! Configure config_h.SH sv.c
13520 ____________________________________________________________________________
13521 [  6952] By: jhi                                   on 2000/08/31  17:42:24
13522         Log: :: not allowed in pathnames, change to .
13523              
13524              Subject: [PATCH perl@6938] cygwin port
13525              From: "Fifer, Eric" <EFifer@sanwaint.com>
13526              Date: Thu, 31 Aug 2000 16:32:59 +0100
13527              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
13528      Branch: metaconfig/U/perl
13529            ! perlxv.U
13530 ____________________________________________________________________________
13531 [  6951] By: jhi                                   on 2000/08/31  17:02:05
13532         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
13533      Branch: perl
13534            ! perl.h
13535 ____________________________________________________________________________
13536 [  6950] By: jhi                                   on 2000/08/31  16:26:08
13537         Log: More author updates.
13538              
13539              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
13540              From: Simon Cozens <simon@cozens.net>
13541              Date: Thu, 31 Aug 2000 17:13:32 +0100
13542              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
13543      Branch: perl
13544            ! AUTHORS
13545 ____________________________________________________________________________
13546 [  6949] By: jhi                                   on 2000/08/31  16:04:49
13547         Log: POSIX doesn't report long double values under -Duselongdouble
13548              when the long doubles are "real" (bigger than doubles).
13549              
13550              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
13551              From: Spider Boardman <spider@peano.zk3.dec.com>
13552              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
13553              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
13554      Branch: perl
13555            ! ext/POSIX/POSIX.xs
13556 ____________________________________________________________________________
13557 [  6948] By: jhi                                   on 2000/08/31  15:25:10
13558         Log: Update Changes.
13559      Branch: perl
13560            ! Changes patchlevel.h
13561 ____________________________________________________________________________
13562 [  6947] By: jhi                                   on 2000/08/31  15:22:29
13563         Log: Document UNTIE in a very minimalistic way.
13564      Branch: perl
13565            ! pod/perlfunc.pod pod/perltie.pod
13566 ____________________________________________________________________________
13567 [  6946] By: jhi                                   on 2000/08/31  15:15:23
13568         Log: Document known failures.
13569      Branch: perl
13570            ! pod/perldelta.pod
13571 ____________________________________________________________________________
13572 [  6945] By: jhi                                   on 2000/08/31  15:07:00
13573         Log: Don't attach -ld to the archname if pointless.
13574      Branch: metaconfig
13575            ! U/threads/archname.U
13576      Branch: perl
13577            ! Configure config_h.SH
13578 ____________________________________________________________________________
13579 [  6944] By: jhi                                   on 2000/08/31  14:37:42
13580         Log: Wrap the test in eval.
13581              
13582              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
13583              From: Tim Jenness <timj@jach.hawaii.edu>
13584              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
13585              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
13586      Branch: perl
13587            ! t/lib/ftmp-security.t
13588 ____________________________________________________________________________
13589 [  6943] By: jhi                                   on 2000/08/31  14:30:57
13590         Log: Make -Dusemorebits find long doubles in Solaris.
13591      Branch: perl
13592            ! hints/solaris_2.sh
13593 ____________________________________________________________________________
13594 [  6942] By: jhi                                   on 2000/08/31  13:48:45
13595         Log: Clarify the third case of ftmp-security warnings.
13596      Branch: perl
13597            ! INSTALL
13598 ____________________________________________________________________________
13599 [  6941] By: jhi                                   on 2000/08/31  13:40:31
13600         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
13601              From: <abigail@foad.org>
13602              Date: Thu, 31 Aug 2000 01:35:05 -0400
13603              Message-ID: <20000831053505.32120.qmail@foad.org>
13604      Branch: perl
13605            ! pod/perldelta.pod
13606 ____________________________________________________________________________
13607 [  6940] By: jhi                                   on 2000/08/31  13:38:48
13608         Log: Issue useful diagnostic on unknown pod commands.
13609              
13610              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
13611              From: <abigail@foad.org>
13612              Date: Thu, 31 Aug 2000 03:41:18 -0400
13613              Message-ID: <20000831074118.24880.qmail@foad.org>
13614      Branch: perl
13615            ! lib/Pod/Man.pm
13616 ____________________________________________________________________________
13617 [  6939] By: jhi                                   on 2000/08/31  13:34:33
13618         Log: Reveal Borland's isnan.
13619              
13620              Subject: build with BC++ tweak
13621              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
13622              Date: Thu, 31 Aug 2000 13:09:37 +0400
13623              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
13624      Branch: perl
13625            ! win32/win32.h
13626 ____________________________________________________________________________
13627 [  6938] By: jhi                                   on 2000/08/31  05:01:20
13628         Log: Update Changes.
13629      Branch: perl
13630            ! Changes patchlevel.h
13631 ____________________________________________________________________________
13632 [  6937] By: jhi                                   on 2000/08/31  04:26:23
13633         Log: sscanf() may be the only way to read long doubles from strings.
13634      Branch: metaconfig/U/perl
13635            ! longdblfio.U
13636      Branch: perl
13637            ! Configure config_h.SH perl.h util.c
13638 ____________________________________________________________________________
13639 [  6936] By: jhi                                   on 2000/08/31  04:18:19
13640         Log: The #6929 was too skimpy.
13641      Branch: perl
13642            ! sv.c
13643 ____________________________________________________________________________
13644 [  6935] By: jhi                                   on 2000/08/31  02:47:07
13645         Log: Subject: Re: typos in pods
13646              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
13647              Date: Wed, 30 Aug 2000 19:25:34 -0700
13648              Message-ID: <eIcr5gzkg25X092yn@efn.org>
13649      Branch: perl
13650            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
13651 ____________________________________________________________________________
13652 [  6934] By: jhi                                   on 2000/08/31  02:42:55
13653         Log: Missed one Unicode file.
13654      Branch: perl
13655            + lib/unicode/UCDFF301.html
13656 ____________________________________________________________________________
13657 [  6933] By: jhi                                   on 2000/08/30  23:42:27
13658         Log: Update Changes.
13659      Branch: perl
13660            ! Changes patchlevel.h
13661 ____________________________________________________________________________
13662 [  6932] By: jhi                                   on 2000/08/30  23:40:07
13663         Log: Mention UNTIE in perldelta.  Still needs documenting
13664              in perltie et alia.
13665      Branch: perl
13666            ! pod/perldelta.pod
13667 ____________________________________________________________________________
13668 [  6931] By: jhi                                   on 2000/08/30  23:36:02
13669         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
13670              From: <abigail@foad.org>
13671              Date: Wed, 30 Aug 2000 19:28:07 -0400
13672              Message-ID: <20000830232807.305.qmail@foad.org>
13673      Branch: perl
13674            ! pod/perldelta.pod
13675 ____________________________________________________________________________
13676 [  6930] By: jhi                                   on 2000/08/30  23:32:40
13677         Log: Update to Unicode 3.0.1.
13678      Branch: perl
13679            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
13680            + lib/unicode/PropList.txt lib/unicode/README.perl
13681            + lib/unicode/UCD301.html lib/unicode/Unicode.301
13682            - lib/unicode/Props.txt lib/unicode/UCD300.html
13683            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
13684            ! (edit 257 files)
13685 ____________________________________________________________________________
13686 [  6929] By: jhi                                   on 2000/08/30  22:38:18
13687         Log: Heap decorruption.
13688              
13689              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
13690              From: Alan Burlison <Alan.Burlison@uk.sun.com>
13691              Date: Wed, 30 Aug 2000 22:39:52 +0100
13692              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
13693      Branch: perl
13694            ! sv.c
13695 ____________________________________________________________________________
13696 [  6928] By: jhi                                   on 2000/08/30  22:29:34
13697         Log: Retract the dummy test, skip the security tests (instead of failing),
13698              explain what the warnings mean.
13699      Branch: perl
13700            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
13701 ____________________________________________________________________________
13702 [  6927] By: jhi                                   on 2000/08/30  22:14:13
13703         Log: Change the internal implementation of sort() to be mergesort
13704              instead of quicksort, from John Linderman <jpl@research.att.com>.
13705              Gives us better worst case, better average case, and stability.
13706              What's there not to like?  (Small fixes for threaded builds
13707              were required).
13708      Branch: perl
13709            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
13710 ____________________________________________________________________________
13711 [  6926] By: jhi                                   on 2000/08/30  20:55:20
13712         Log: A better fix for the Socket building problem from Craig Berry.
13713      Branch: perl
13714            ! vms/vms.c
13715 ____________________________________________________________________________
13716 [  6925] By: jhi                                   on 2000/08/30  20:20:25
13717         Log: Subject: [PATCH] Re: UNTIE method 
13718              From: Nick Ing-Simmons <nik@tiuk.ti.com>
13719              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
13720              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
13721      Branch: perl
13722            ! pp_sys.c t/op/tie.t
13723 ____________________________________________________________________________
13724 [  6924] By: jhi                                   on 2000/08/30  20:17:11
13725         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
13726              From: "Craig A. Berry" <craig.berry@psinetcs.com>
13727              Date: Wed, 30 Aug 2000 15:03:14 -0500
13728              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
13729      Branch: perl
13730            ! vms/vms.c
13731 ____________________________________________________________________________
13732 [  6923] By: jhi                                   on 2000/08/30  20:15:18
13733         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
13734              From: "Craig A. Berry" <craig.berry@psinetcs.com>
13735              Date: Wed, 30 Aug 2000 13:30:36 -0500
13736              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
13737      Branch: perl
13738            ! vms/vms.c
13739 ____________________________________________________________________________
13740 [  6922] By: jhi                                   on 2000/08/30  19:54:43
13741         Log: Better options for rsync.
13742      Branch: perl
13743            ! pod/perlhack.pod
13744 ____________________________________________________________________________
13745 [  6921] By: jhi                                   on 2000/08/30  19:40:16
13746         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
13747              From: Rick Delaney <rick@consumercontact.com>
13748              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
13749              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
13750      Branch: perl
13751            ! pod/perlfunc.pod
13752 ____________________________________________________________________________
13753 [  6920] By: jhi                                   on 2000/08/30  19:36:40
13754         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
13755              From: Peter Prymmer <pvhp@forte.com>
13756              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
13757              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
13758      Branch: perl
13759            ! configure.com
13760 ____________________________________________________________________________
13761 [  6919] By: jhi                                   on 2000/08/30  14:52:02
13762         Log: Update Changes.
13763      Branch: perl
13764            ! Changes patchlevel.h
13765 ____________________________________________________________________________
13766 [  6918] By: jhi                                   on 2000/08/30  14:48:34
13767         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
13768      Branch: perl
13769            ! lib/ExtUtils/typemap
13770 ____________________________________________________________________________
13771 [  6917] By: jhi                                   on 2000/08/30  14:46:34
13772         Log: Subject: typos in pods
13773              From: Nicholas Clark <nick@ccl4.org>
13774              Date: Wed, 30 Aug 2000 01:12:50 +0100
13775              Message-ID: <20000830011249.A61388@plum.flirble.org>
13776      Branch: perl
13777            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
13778            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
13779            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
13780            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
13781 ____________________________________________________________________________
13782 [  6916] By: jhi                                   on 2000/08/30  14:19:09
13783         Log: Document Storable problems on Crays.  (Will have
13784              to document all the other Storable problems, too.)
13785      Branch: perl
13786            ! pod/perldelta.pod
13787 ____________________________________________________________________________
13788 [  6915] By: jhi                                   on 2000/08/30  14:06:02
13789         Log: Subject: [PATCH] fix misc cast warnings
13790              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
13791              Date: Tue, 29 Aug 2000 23:16:14 -0700
13792              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
13793      Branch: perl
13794            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
13795            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
13796            ! os2/os2ish.h
13797 ____________________________________________________________________________
13798 [  6914] By: jhi                                   on 2000/08/30  14:03:45
13799         Log: Timestamp mismatch again.  Need to fix this dependence on
13800              config_h.SH timestamp, since it's the contents of config_h.SH
13801              that matter.
13802      Branch: perl
13803            ! uconfig.h uconfig.sh
13804 ____________________________________________________________________________
13805 [  6913] By: jhi                                   on 2000/08/30  13:54:06
13806         Log: Don't say "Perl 5.0 source kit".
13807      Branch: perl
13808            ! perl.c
13809 ____________________________________________________________________________
13810 [  6912] By: jhi                                   on 2000/08/30  13:51:24
13811         Log: Reset archname and archname64 always, forcing them be
13812              recomputed at each Configure run, make Configure and
13813              the hints files agree on the naming of largefiles variables.
13814      Branch: metaconfig
13815            ! U/threads/archname.U
13816      Branch: metaconfig/U/perl
13817            ! use64bits.U
13818      Branch: perl
13819            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
13820            ! hints/linux.sh hints/solaris_2.sh
13821 ____________________________________________________________________________
13822 [  6911] By: jhi                                   on 2000/08/30  13:30:13
13823         Log: Put back the slice accidentally removed by #6907.
13824      Branch: perl
13825            ! hints/solaris_2.sh
13826 ____________________________________________________________________________
13827 [  6910] By: jhi                                   on 2000/08/30  01:24:26
13828         Log: Be consistent: other Net::get* do export theirs.
13829              
13830              Subject: Re: Net::protoent does not export 'getproto'
13831              From: Yasushi Nakajima <sey@jkc.co.jp>
13832              Date: Wed, 30 Aug 2000 09:53:14 +0900
13833              Message-Id: <200008300051.DAA24700@taku.hut.fi>
13834      Branch: perl
13835            ! lib/Net/protoent.pm
13836 ____________________________________________________________________________
13837 [  6909] By: jhi                                   on 2000/08/30  01:17:25
13838         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
13839              From: Gurusamy Sarathy <gsar@ActiveState.com>
13840              Date: Tue, 29 Aug 2000 17:17:07 -0700
13841              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
13842      Branch: perl
13843            ! cop.h
13844 ____________________________________________________________________________
13845 [  6908] By: jhi                                   on 2000/08/30  00:58:05
13846         Log: Update Changes.
13847      Branch: perl
13848            ! Changes patchlevel.h
13849 ____________________________________________________________________________
13850 [  6907] By: jhi                                   on 2000/08/30  00:57:22
13851         Log: Introduce ccname to keep track of what compiler kind of we have.
13852      Branch: metaconfig/U/perl
13853            ! Checkcc.U gccvers.U
13854      Branch: perl
13855            ! Configure config_h.SH hints/solaris_2.sh
13856 ____________________________________________________________________________
13857 [  6906] By: jhi                                   on 2000/08/30  00:25:47
13858         Log: Put back the flags dump as reasoned in
13859              
13860              Subject: Re: [PATCH] Glob dumping
13861              From: Mike Guy <mjtg@cam.ac.uk> 
13862              Date: Tue, 29 Aug 2000 21:41:32 +0100
13863              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
13864      Branch: perl
13865            ! dump.c t/lib/peek.t
13866 ____________________________________________________________________________
13867 [  6905] By: jhi                                   on 2000/08/30  00:16:17
13868         Log: Make the epsilon to be relative, not absolute.
13869              
13870              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
13871              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
13872              Date: Tue, 29 Aug 2000 19:58:56 -0400
13873              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
13874      Branch: perl
13875            ! t/lib/trig.t
13876 ____________________________________________________________________________
13877 [  6904] By: jhi                                   on 2000/08/30  00:13:09
13878         Log: From now on, Gisle is on my list of usual suspects :-)
13879              Retract #6902.
13880      Branch: perl
13881            ! ext/Opcode/Safe.pm
13882 ____________________________________________________________________________
13883 [  6903] By: jhi                                   on 2000/08/29  23:51:20
13884         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
13885              From: "Craig A. Berry" <craig.berry@psinetcs.com>
13886              Date: Tue, 29 Aug 2000 18:43:26 -0500
13887              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
13888      Branch: perl
13889            + vms/vmspipe.com
13890            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
13891            ! vms/vms.c
13892 ____________________________________________________________________________
13893 [  6902] By: jhi                                   on 2000/08/29  23:44:14
13894         Log: Retry what #6882 attempted.
13895              
13896              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
13897              From: Gisle Aas <gisle@ActiveState.com>
13898              Date: 30 Aug 2000 00:33:09 +0200
13899              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
13900      Branch: perl
13901            ! ext/Opcode/Safe.pm
13902 ____________________________________________________________________________
13903 [  6901] By: jhi                                   on 2000/08/29  22:59:32
13904         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
13905              From: Hugo <hv@crypt.compulink.co.uk>
13906              Date: Mon, 12 Jun 2000 19:36:08 +0100
13907              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
13908      Branch: perl
13909            ! sv.c
13910 ____________________________________________________________________________
13911 [  6900] By: jhi                                   on 2000/08/29  22:58:35
13912         Log: Admit that we are leaking scalars.
13913              
13914              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
13915              From: Spider Boardman <spider@leggy.zk3.dec.com>
13916              Date: Tue, 29 Aug 2000 18:48:29 -0400
13917              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
13918      Branch: perl
13919            ! t/pragma/warnings.t
13920 ____________________________________________________________________________
13921 [  6899] By: jhi                                   on 2000/08/29  20:53:13
13922         Log: Update Changes.
13923      Branch: perl
13924            ! Changes patchlevel.h
13925 ____________________________________________________________________________
13926 [  6898] By: jhi                                   on 2000/08/29  20:46:21
13927         Log: Undo namespace pollution of #6878.
13928              
13929              Subject: Re: Net::protoent does not export 'getproto'
13930              From: Mike Guy <mjtg@cam.ac.uk>
13931              Date: Tue, 29 Aug 2000 21:32:37 +0100
13932              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
13933      Branch: perl
13934            ! lib/Net/protoent.pm
13935 ____________________________________________________________________________
13936 [  6897] By: jhi                                   on 2000/08/29  20:44:29
13937         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
13938              From: Peter Prymmer <pvhp@forte.com>
13939              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
13940              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
13941      Branch: perl
13942            ! pod/perlebcdic.pod
13943 ____________________________________________________________________________
13944 [  6896] By: jhi                                   on 2000/08/29  20:40:57
13945         Log: There's no point repeating the 'revision' (5) of perl5.
13946      Branch: metaconfig/U/perl
13947            ! Devel.U patchlevel.U
13948      Branch: perl
13949            ! Configure config_h.SH
13950 ____________________________________________________________________________
13951 [  6895] By: jhi                                   on 2000/08/29  20:16:58
13952         Log: Regen Configure for #6894.
13953      Branch: metaconfig/U/perl
13954            ! perladmin.U
13955      Branch: perl
13956            ! Configure config_h.SH
13957 ____________________________________________________________________________
13958 [  6894] By: jhi                                   on 2000/08/29  19:59:52
13959         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
13960              From: "Philip Newton" <Philip.Newton@gmx.net>
13961              Date: Tue, 29 Aug 2000 21:39:14 +0200
13962              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
13963      Branch: perl
13964            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
13965            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
13966            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
13967            ! utils/perlbug.PL
13968 ____________________________________________________________________________
13969 [  6893] By: jhi                                   on 2000/08/29  19:55:30
13970         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
13971              From: "Philip Newton" <Philip.Newton@gmx.net>
13972              Date: Tue, 29 Aug 2000 21:39:14 +0200
13973              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
13974      Branch: perl
13975            ! installhtml
13976 ____________________________________________________________________________
13977 [  6892] By: jhi                                   on 2000/08/29  19:53:59
13978         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
13979              From: "Philip Newton" <Philip.Newton@gmx.net>
13980              Date: Tue, 29 Aug 2000 21:48:18 +0200
13981              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
13982      Branch: perl
13983            ! lib/File/Temp.pm
13984 ____________________________________________________________________________
13985 [  6891] By: jhi                                   on 2000/08/29  18:30:03
13986         Log: Nail the ID 20000828.023.
13987      Branch: perl
13988            ! ext/Storable/Storable.xs
13989 ____________________________________________________________________________
13990 [  6890] By: jhi                                   on 2000/08/29  16:50:17
13991         Log: Under usethreads the dumped variable is IN_PAD.
13992              
13993              Subject: Re: [PATCH] Glob dumping
13994              From: Gisle Aas <gisle@ActiveState.com>
13995              Date: 29 Aug 2000 18:45:05 +0200
13996              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
13997      Branch: perl
13998            ! t/lib/peek.t
13999 ____________________________________________________________________________
14000 [  6889] By: jhi                                   on 2000/08/29  15:17:37
14001         Log: Update Changes.
14002      Branch: perl
14003            ! Changes patchlevel.h
14004 ____________________________________________________________________________
14005 [  6888] By: jhi                                   on 2000/08/29  14:49:59
14006         Log: Retract #6882, broke the safe tests.
14007      Branch: perl
14008            ! ext/Opcode/Safe.pm
14009 ____________________________________________________________________________
14010 [  6887] By: jhi                                   on 2000/08/29  14:47:06
14011         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
14012              From: Gisle Aas <gisle@ActiveState.com> 
14013              Date: 09 Jun 2000 20:00:11 +0200
14014              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
14015      Branch: perl
14016            ! utils/perldoc.PL
14017 ____________________________________________________________________________
14018 [  6886] By: jhi                                   on 2000/08/29  14:42:45
14019         Log: The #6881 removed one dump line.
14020      Branch: perl
14021            ! t/lib/peek.t
14022 ____________________________________________________________________________
14023 [  6885] By: jhi                                   on 2000/08/29  14:30:47
14024         Log: Don't forget to tidy up.
14025      Branch: perl
14026            ! t/lib/ftmp-security.t
14027 ____________________________________________________________________________
14028 [  6884] By: jhi                                   on 2000/08/29  14:25:17
14029         Log: Disabling the one test is a bit tricky.
14030      Branch: perl
14031            ! t/lib/ftmp-security.t
14032 ____________________________________________________________________________
14033 [  6883] By: jhi                                   on 2000/08/29  14:16:25
14034         Log: Disable one of the tests for now.
14035      Branch: perl
14036            ! t/lib/ftmp-security.t
14037 ____________________________________________________________________________
14038 [  6882] By: jhi                                   on 2000/08/29  14:05:50
14039         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
14040              From: gisle@aas.no
14041              Date: 29 Aug 2000 10:35:06 -0000
14042              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
14043      Branch: perl
14044            ! ext/Opcode/Safe.pm
14045 ____________________________________________________________________________
14046 [  6881] By: jhi                                   on 2000/08/29  14:03:51
14047         Log: Subject: [PATCH] Glob dumping
14048              From: Gisle Aas <gisle@ActiveState.com>
14049              Date: 29 Aug 2000 07:59:42 -0000
14050              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
14051      Branch: perl
14052            ! dump.c
14053 ____________________________________________________________________________
14054 [  6880] By: jhi                                   on 2000/08/29  14:02:01
14055         Log: Subject: [PATCH] Warnings in B::Deparse
14056              From: <abigail@foad.org>
14057              Date: Tue, 29 Aug 2000 00:00:01 -0400
14058              Message-ID: <20000829040001.2999.qmail@foad.org>
14059      Branch: perl
14060            ! ext/B/B/Deparse.pm
14061 ____________________________________________________________________________
14062 [  6879] By: jhi                                   on 2000/08/29  13:57:26
14063         Log: Missed a change in #6869.
14064      Branch: perl
14065            ! mg.c
14066 ____________________________________________________________________________
14067 [  6878] By: jhi                                   on 2000/08/29  13:45:04
14068         Log: Subject: Net::protoent does not export 'getproto'
14069              From: Yasushi Nakajima <sey@jkc.co.jp>
14070              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
14071      Branch: perl
14072            ! lib/Net/protoent.pm
14073 ____________________________________________________________________________
14074 [  6877] By: jhi                                   on 2000/08/29  13:39:19
14075         Log: Patches all over for people and the files they (hopefully) care about.
14076      Branch: perl
14077            ! AUTHORS Changes MAINTAIN
14078 ____________________________________________________________________________
14079 [  6876] By: jhi                                   on 2000/08/29  12:53:54
14080         Log: Fix for thinko in #6848.
14081              
14082              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
14083              From: Lupe Christoph <lupe@lupe-christoph.de>
14084              Date: Tue, 29 Aug 2000 09:04:08 +0200
14085              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
14086      Branch: perl
14087            ! ext/Thread/Thread.xs
14088 ____________________________________________________________________________
14089 [  6875] By: jhi                                   on 2000/08/29  12:50:14
14090         Log: Update to Getopt::Long 2.24, from Johan Vromans.
14091      Branch: perl
14092            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
14093 ____________________________________________________________________________
14094 [  6874] By: jhi                                   on 2000/08/29  02:09:53
14095         Log: Use minimal @INC in tests, most of the time just '../lib',
14096              so that we simply can't pick up stuff from other Perls than
14097              the one we are testing.  Pointed out by
14098              
14099              From: Mike Guy <mjtg@cam.ac.uk>
14100              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
14101              Date: Fri, 25 Aug 2000 15:15:59 +0100
14102              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
14103      Branch: perl
14104            ! (edit 185 files)
14105 ____________________________________________________________________________
14106 [  6873] By: jhi                                   on 2000/08/29  01:07:11
14107         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
14108              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
14109              Date: Mon, 28 Aug 2000 17:45:52 -0700
14110              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
14111      Branch: perl
14112            ! Makefile.SH hints/os2.sh
14113 ____________________________________________________________________________
14114 [  6872] By: jhi                                   on 2000/08/28  23:33:39
14115         Log: Subject: [PATCH bleedperl@6866] spellings
14116              From: marcel@codewerk.com (Marcel Grunauer)
14117              Date: Tue, 29 Aug 2000 01:19:59 +0200
14118              Message-Id: <200008282319.BAA29862@gandalf.local>
14119      Branch: perl
14120            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
14121            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
14122            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
14123 ____________________________________________________________________________
14124 [  6871] By: jhi                                   on 2000/08/28  23:22:09
14125         Log: Take out the SUIDMAIL thing, that will not be
14126              a problem in 5.7.*.
14127      Branch: perl
14128            ! patchlevel.h
14129 ____________________________________________________________________________
14130 [  6870] By: jhi                                   on 2000/08/28  23:19:30
14131         Log: -S is the silent flag, -s is the strip flag.
14132              
14133              Subject: [PATCH] Re: [PATCH] make no-install          
14134              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
14135              Date: Mon, 28 Aug 2000 15:12:55 -0700
14136              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
14137      Branch: perl
14138            ! Makefile.SH
14139 ____________________________________________________________________________
14140 [  6869] By: jhi                                   on 2000/08/28  23:12:05
14141         Log: Subject: [PATCH bleedperl@6856] warnings fixes
14142              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
14143              Date: Mon, 28 Aug 2000 23:55:06 +0100
14144              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
14145      Branch: perl
14146            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
14147            ! warnings.h warnings.pl
14148 ____________________________________________________________________________
14149 [  6868] By: jhi                                   on 2000/08/28  21:38:22
14150         Log: Potential cruft.
14151      Branch: perl
14152            ! Makefile.SH
14153 ____________________________________________________________________________
14154 [  6867] By: jhi                                   on 2000/08/28  21:35:36
14155         Log: Update Changes.
14156      Branch: perl
14157            ! Changes patchlevel.h
14158 ____________________________________________________________________________
14159 [  6866] By: jhi                                   on 2000/08/28  21:33:49
14160         Log: Subject: hv.h Doc Patch
14161              From: Fisher Mark <fisherm@tce.com>
14162              Date: Mon, 28 Aug 2000 16:24:59 -0500
14163              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
14164      Branch: perl
14165            ! hv.h
14166 ____________________________________________________________________________
14167 [  6865] By: jhi                                   on 2000/08/28  21:02:15
14168         Log: Add -ld to archname on long tr...double platforms.
14169      Branch: metaconfig
14170            ! U/threads/archname.U
14171      Branch: perl
14172            ! Configure config_h.SH
14173 ____________________________________________________________________________
14174 [  6864] By: jhi                                   on 2000/08/28  20:38:59
14175         Log: An attempt to fix the problem reported in
14176              
14177              Subject: Building perl@6856 using gcc/AIX 4.3.3 
14178              From: Daniel Muino <dmuino@afip.gov.ar> 
14179              Date: Mon, 28 Aug 2000 15:50:01 -0300   
14180              Message-ID: <20000828155001.A14403@con2-dgi>
14181              
14182              I can't test this properly since the gcc installation I have
14183              access to seems to be botched (gcc is calling the AIX cpp,
14184              a losing proposition...)
14185      Branch: perl
14186            ! hints/aix.sh
14187 ____________________________________________________________________________
14188 [  6863] By: jhi                                   on 2000/08/28  18:57:52
14189         Log: Fix for ID 20000828.001, long doubles were not formatted
14190              correctly (showed up in $], which stopped installing perl).
14191      Branch: perl
14192            ! sv.c
14193 ____________________________________________________________________________
14194 [  6862] By: jhi                                   on 2000/08/28  18:07:15
14195         Log: Typo in #6858.
14196      Branch: perl
14197            ! lib/Cwd.pm
14198 ____________________________________________________________________________
14199 [  6861] By: jhi                                   on 2000/08/28  17:57:27
14200         Log: opmini.o may be left around if a build is interrupted.
14201      Branch: perl
14202            ! Makefile.SH
14203 ____________________________________________________________________________
14204 [  6860] By: jhi                                   on 2000/08/28  16:52:50
14205         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
14206              From: Daniel Chetlin <daniel@chetlin.com>
14207              Date: Mon, 28 Aug 2000 01:14:18 -0700
14208              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
14209      Branch: perl
14210            ! lib/overload.pm
14211 ____________________________________________________________________________
14212 [  6859] By: jhi                                   on 2000/08/28  16:08:46
14213         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
14214              From: Nicholas Clark <nick@ccl4.org>
14215              Date: Mon, 28 Aug 2000 16:03:27 +0100
14216              Message-Id: <20000828160327.C49785@plum.flirble.org>
14217      Branch: perl
14218            ! ext/ByteLoader/bytecode.h
14219 ____________________________________________________________________________
14220 [  6858] By: jhi                                   on 2000/08/28  16:02:10
14221         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
14222              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
14223              Date: Mon, 28 Aug 2000 13:08:30 +0200
14224              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
14225      Branch: perl
14226            ! lib/Cwd.pm
14227 ____________________________________________________________________________
14228 [  6857] By: jhi                                   on 2000/08/28  15:42:47
14229         Log: display_format used as a class method without arguments was broken,
14230              reported in
14231              
14232              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
14233              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
14234              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
14235              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
14236      Branch: perl
14237            ! lib/Math/Complex.pm t/lib/complex.t
14238 ____________________________________________________________________________
14239 [  6856] By: jhi                                   on 2000/08/27  22:09:48
14240         Log: Update Changes.
14241      Branch: perl
14242            ! Changes patchlevel.h
14243 ____________________________________________________________________________
14244 [  6855] By: jhi                                   on 2000/08/27  21:59:21
14245         Log: Retract #6853 (false alarm).
14246      Branch: perl
14247            ! lib/ExtUtils/xsubpp
14248 ____________________________________________________________________________
14249 [  6854] By: jhi                                   on 2000/08/27  21:37:44
14250         Log: Update Changes.
14251      Branch: perl
14252            ! Changes patchlevel.h
14253 ____________________________________________________________________________
14254 [  6853] By: jhi                                   on 2000/08/27  21:37:16
14255         Log: Subject: [PATCH perl@6850] workaround for xsubpp
14256              From: Hugo <hv@crypt.compulink.co.uk>
14257              Date: Sun, 27 Aug 2000 22:30:25 +0100
14258              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
14259      Branch: perl
14260            ! lib/ExtUtils/xsubpp
14261 ____________________________________________________________________________
14262 [  6852] By: jhi                                   on 2000/08/27  21:33:58
14263         Log: Big-endian 64-bit patch from Raphael Manfredi.
14264      Branch: perl
14265            ! ext/Storable/Storable.xs
14266 ____________________________________________________________________________
14267 [  6851] By: jhi                                   on 2000/08/27  21:22:21
14268         Log: More ruthless editing from Hugo van der Sanden.
14269      Branch: perl
14270            ! pod/perldelta.pod
14271 ____________________________________________________________________________
14272 [  6850] By: jhi                                   on 2000/08/27  16:11:46
14273         Log: Update Changes.
14274      Branch: perl
14275            ! Changes patchlevel.h
14276 ____________________________________________________________________________
14277 [  6849] By: jhi                                   on 2000/08/27  16:11:05
14278         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
14279      Branch: perl
14280            ! configpm pod/perldelta.pod
14281 ____________________________________________________________________________
14282 [  6848] By: jhi                                   on 2000/08/27  15:35:08
14283         Log: Use the actual thread type, not the pointer-to-struct.
14284      Branch: perl
14285            ! ext/Thread/Thread.xs
14286 ____________________________________________________________________________
14287 [  6847] By: jhi                                   on 2000/08/27  15:30:49
14288         Log: Test nit.
14289      Branch: perl
14290            ! t/pragma/warn/pp_sys
14291 ____________________________________________________________________________
14292 [  6846] By: jhi                                   on 2000/08/27  15:19:02
14293         Log: Passing -R in ldflags makes now it to appear in the default
14294              for lddlflags, just like with -L.
14295              
14296              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
14297              From: Lupe Christoph <lupe@lupe-christoph.de>
14298              Date: Sun, 27 Aug 2000 10:28:21 +0200
14299              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
14300      Branch: metaconfig/U/perl
14301            ! dlsrc.U
14302      Branch: perl
14303            ! Configure
14304 ____________________________________________________________________________
14305 [  6845] By: jhi                                   on 2000/08/27  15:08:54
14306         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
14307              From: Alan Burlison <Alan.Burlison@uk.sun.com>
14308              Date: Sat, 26 Aug 2000 22:23:27 +0100
14309              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
14310      Branch: perl
14311            ! lib/ExtUtils/MM_Unix.pm
14312 ____________________________________________________________________________
14313 [  6844] By: jhi                                   on 2000/08/27  15:02:37
14314         Log: DJGPP update from Laszlo Molnar.
14315              
14316              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
14317              From: ml1050 <ml1050@freemail.hu>
14318              Date: Sat, 26 Aug 2000 23:24:40 +0200
14319              Message-Id: <20000826232440.A439@freemail.hu>
14320      Branch: perl
14321            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
14322            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
14323 ____________________________________________________________________________
14324 [  6843] By: jhi                                   on 2000/08/27  14:53:58
14325         Log: Subject: installman buglet
14326              From: Lupe Christoph <lupe@lupe-christoph.de>
14327              Date: Sun, 27 Aug 2000 14:38:59 +0200
14328              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
14329      Branch: perl
14330            ! installman
14331 ____________________________________________________________________________
14332 [  6842] By: jhi                                   on 2000/08/27  14:52:08
14333         Log: Can't get the test to reliably work thanks to the
14334              inaccurateness of floating point.  "Resolves" bug ids
14335              20000826.003, 20000826.009, 20000826.010,
14336      Branch: perl
14337            ! t/lib/trig.t
14338 ____________________________________________________________________________
14339 [  6841] By: jhi                                   on 2000/08/26  15:53:58
14340         Log: Update Changes.
14341      Branch: perl
14342            ! Changes patchlevel.h
14343 ____________________________________________________________________________
14344 [  6840] By: jhi                                   on 2000/08/26  14:23:03
14345         Log: grep -e isn't portable.
14346              
14347              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
14348              From: chris@broadband.att.com
14349              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
14350              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
14351      Branch: perl
14352            ! hints/solaris_2.sh
14353 ____________________________________________________________________________
14354 [  6839] By: jhi                                   on 2000/08/26  14:12:23
14355         Log: no-install target a la make -n.
14356              
14357              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
14358              From: <abigail@foad.org>
14359              Date: Sat, 26 Aug 2000 03:57:34 -0400
14360              Message-ID: <20000826075735.18912.qmail@foad.org>
14361      Branch: perl
14362            ! Makefile.SH installman installperl
14363 ____________________________________________________________________________
14364 [  6838] By: jhi                                   on 2000/08/26  14:06:33
14365         Log: Retract #6826 as the #6828 should be do the same
14366              in a More Correct Way.
14367      Branch: perl
14368            ! installperl
14369 ____________________________________________________________________________
14370 [  6837] By: jhi                                   on 2000/08/26  05:24:00
14371         Log: More casting.
14372      Branch: perl
14373            ! ext/Storable/Storable.xs
14374 ____________________________________________________________________________
14375 [  6836] By: jhi                                   on 2000/08/26  05:05:46
14376         Log: Nicer in decimal.
14377      Branch: perl
14378            ! ext/Storable/Storable.xs
14379 ____________________________________________________________________________
14380 [  6835] By: jhi                                   on 2000/08/26  05:03:50
14381         Log: There be no UVdf.
14382      Branch: perl
14383            ! ext/Storable/Storable.xs
14384 ____________________________________________________________________________
14385 [  6834] By: jhi                                   on 2000/08/26  05:00:18
14386         Log: Continue IVdfing and UVxfing.
14387      Branch: perl
14388            ! ext/Storable/Storable.xs
14389 ____________________________________________________________________________
14390 [  6833] By: jhi                                   on 2000/08/26  04:53:14
14391         Log: Use IVdf.
14392      Branch: perl
14393            ! ext/Storable/Storable.xs
14394 ____________________________________________________________________________
14395 [  6832] By: jhi                                   on 2000/08/26  04:40:41
14396         Log: Document PTR2XX and INT2PTR.
14397      Branch: perl
14398            ! pod/perlguts.pod
14399 ____________________________________________________________________________
14400 [  6831] By: jhi                                   on 2000/08/26  04:33:18
14401         Log: Use UVxf, PTR2UV, NVff.
14402      Branch: perl
14403            ! ext/Storable/Storable.xs
14404 ____________________________________________________________________________
14405 [  6830] By: jhi                                   on 2000/08/26  04:31:32
14406         Log: Update the test count.
14407      Branch: perl
14408            ! t/lib/trig.t
14409 ____________________________________________________________________________
14410 [  6829] By: jhi                                   on 2000/08/26  03:05:50
14411         Log: Subject: [PATCH] installation not quite silent yet.
14412              From: <abigail@foad.org>
14413              Date: Fri, 25 Aug 2000 20:07:53 -0400
14414              Message-ID: <20000826000753.7822.qmail@foad.org>
14415      Branch: perl
14416            ! installman installperl
14417 ____________________________________________________________________________
14418 [  6828] By: jhi                                   on 2000/08/26  03:05:14
14419         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
14420              From: Spider Boardman <spider@web.zk3.dec.com>
14421              Date: Fri, 25 Aug 2000 19:12:40 -0400
14422              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
14423      Branch: perl
14424            ! gv.c
14425 ____________________________________________________________________________
14426 [  6827] By: jhi                                   on 2000/08/25  23:54:34
14427         Log: Support preserving extremely big/small angles.
14428      Branch: perl
14429            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
14430 ____________________________________________________________________________
14431 [  6826] By: jhi                                   on 2000/08/25  23:01:20
14432         Log: Patch installperl to be long double-aware.
14433              
14434              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
14435              From: Spider Boardman <spider@web.zk3.dec.com>
14436              Date: Fri, 25 Aug 2000 18:15:23 -0400
14437              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
14438      Branch: perl
14439            ! installperl
14440 ____________________________________________________________________________
14441 [  6825] By: jhi                                   on 2000/08/25  22:58:25
14442         Log: Remove duplicately applied patch shards.
14443              
14444              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
14445              From: Spider Boardman <spider@leggy.zk3.dec.com>
14446              Date: Fri, 25 Aug 2000 16:45:03 -0400
14447              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
14448      Branch: perl
14449            ! t/lib/cgi-html.t
14450 ____________________________________________________________________________
14451 [  6824] By: jhi                                   on 2000/08/25  22:57:00
14452         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
14453              From: Daniel Chetlin <daniel@chetlin.com>
14454              Date: Fri, 25 Aug 2000 12:23:16 -0700
14455              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
14456              
14457              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
14458              From: Daniel Chetlin <daniel@chetlin.com>
14459              Date: Fri, 25 Aug 2000 14:47:19 -0700
14460              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
14461      Branch: perl
14462            ! installman
14463 ____________________________________________________________________________
14464 [  6823] By: jhi                                   on 2000/08/25  22:44:17
14465         Log: Timestamp problem?
14466      Branch: perl
14467            ! uconfig.h uconfig.sh
14468 ____________________________________________________________________________
14469 [  6822] By: jhi                                   on 2000/08/25  19:01:06
14470         Log: One forgotten file from #6816.
14471      Branch: perl
14472            ! vos/config.h
14473 ____________________________________________________________________________
14474 [  6821] By: jhi                                   on 2000/08/25  18:56:39
14475         Log: Regen Changes.
14476      Branch: perl
14477            ! Changes patchlevel.h
14478 ____________________________________________________________________________
14479 [  6820] By: jhi                                   on 2000/08/25  18:52:35
14480         Log: Fix Changes ordering.
14481      Branch: perl
14482            ! Changes
14483 ____________________________________________________________________________
14484 [  6819] By: jhi                                   on 2000/08/25  18:50:25
14485         Log: Update Changes.
14486      Branch: perl
14487            ! Changes patchlevel.h
14488 ____________________________________________________________________________
14489 [  6818] By: jhi                                   on 2000/08/25  18:47:45
14490         Log: Tweak the sfio/useperlio logic, hopefully as wished in
14491              
14492              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
14493              From: Nicholas Clark <nick@babyhippo.co.uk>
14494              Date: Fri, 25 Aug 2000 12:01:45 +0100
14495              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
14496      Branch: metaconfig/U/perl
14497            ! d_sfio.U
14498      Branch: perl
14499            ! Configure
14500 ____________________________________________________________________________
14501 [  6817] By: jhi                                   on 2000/08/25  18:32:51
14502         Log: Allow microperl to assume <math.h>, without it the math
14503              functions like floor() are assumed to return int, which makes
14504              for core dumps in machines where integer and floating register
14505              don't mix.
14506      Branch: perl
14507            ! uconfig.h uconfig.sh
14508 ____________________________________________________________________________
14509 [  6816] By: jhi                                   on 2000/08/25  18:27:17
14510         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
14511              the problem reported in
14512              
14513              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
14514              From: danhale@us.ibm.com
14515              Date: Fri, 25 Aug 2000 10:58:06 -0400
14516              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
14517      Branch: metaconfig/U/perl
14518            + d_socks5_init.U
14519      Branch: perl
14520            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
14521            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
14522            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
14523            ! win32/config.gc win32/config.vc
14524 ____________________________________________________________________________
14525 [  6815] By: jhi                                   on 2000/08/25  17:43:31
14526         Log: A solution for the retrieve_fd autosplit warning,
14527              idea suggested by Mike Guy.
14528      Branch: perl
14529            ! ext/Storable/Storable.pm
14530 ____________________________________________________________________________
14531 [  6814] By: jhi                                   on 2000/08/25  17:16:03
14532         Log: Add install-silent target.
14533      Branch: perl
14534            ! Makefile.SH
14535 ____________________________________________________________________________
14536 [  6813] By: jhi                                   on 2000/08/25  17:14:23
14537         Log: Subject: Re: [PATCH] More silencing of installman.
14538              From: <abigail@foad.org>
14539              Date: Thu, 24 Aug 2000 19:27:03 -0400
14540              Message-ID: <20000824232703.7001.qmail@foad.org>
14541              
14542              Subject: Re: [PATCH] More silencing of installman.
14543              From: <abigail@foad.org>
14544              Date: Fri, 25 Aug 2000 03:00:58 -0400
14545              Message-ID: <20000825070058.10697.qmail@foad.org>
14546      Branch: perl
14547            ! installman
14548 ____________________________________________________________________________
14549 [  6812] By: jhi                                   on 2000/08/25  17:11:28
14550         Log: installperl --verbose and --silent.
14551              
14552              Subject: Re: [PATCH] More silencing of installman.
14553              From: <abigail@foad.org>
14554              Message-ID: <20000825064430.9719.qmail@foad.org>
14555              Date: Fri, 25 Aug 2000 02:44:30 -0400
14556      Branch: perl
14557            ! installperl
14558 ____________________________________________________________________________
14559 [  6811] By: jhi                                   on 2000/08/25  17:05:43
14560         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
14561              From: "Peter J. Farley III" <pjfarley@banet.net>
14562              Date: Thu, 24 Aug 2000 21:58:03 -0400
14563              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
14564              
14565              (applied slightly modified)
14566      Branch: perl
14567            ! lib/ExtUtils/MM_Unix.pm
14568 ____________________________________________________________________________
14569 [  6810] By: jhi                                   on 2000/08/25  17:01:18
14570         Log: Missing parts of 
14571              
14572              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
14573              From: Peter Prymmer <pvhp@forte.com>
14574              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
14575              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
14576      Branch: perl
14577            ! t/lib/cgi-html.t
14578 ____________________________________________________________________________
14579 [  6809] By: jhi                                   on 2000/08/25  16:46:32
14580         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
14581              From: "Craig A. Berry" <craig.berry@psinetcs.com>
14582              Date: Thu, 24 Aug 2000 19:13:11 -0500
14583              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
14584      Branch: perl
14585            ! vms/vms.c
14586 ____________________________________________________________________________
14587 [  6808] By: jhi                                   on 2000/08/25  16:39:22
14588         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
14589              From: Peter Prymmer <pvhp@forte.com>
14590              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
14591              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
14592      Branch: perl
14593            ! configure.com
14594 ____________________________________________________________________________
14595 [  6807] By: jhi                                   on 2000/08/25  16:36:37
14596         Log: Better wording for the vec lvalue diagnostic.
14597              
14598              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
14599              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
14600              Date: Wed, 23 Aug 2000 14:12:16 -0400
14601              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
14602      Branch: perl
14603            ! pod/perldiag.pod
14604 ____________________________________________________________________________
14605 [  6806] By: jhi                                   on 2000/08/24  18:17:22
14606         Log: Subject: [PATCH] More silencing of installman.
14607              From: <abigail@foad.org>
14608              Date: Thu, 24 Aug 2000 14:01:44 -0400
14609              Message-ID: <20000824180144.20062.qmail@foad.org>
14610      Branch: perl
14611            ! installman
14612 ____________________________________________________________________________
14613 [  6805] By: jhi                                   on 2000/08/24  15:00:31
14614         Log: Update Changes.
14615      Branch: perl
14616            ! Changes patchlevel.h
14617 ____________________________________________________________________________
14618 [  6804] By: jhi                                   on 2000/08/24  14:59:07
14619         Log: Regen perltoc.
14620      Branch: perl
14621            ! pod/perltoc.pod
14622 ____________________________________________________________________________
14623 [  6803] By: jhi                                   on 2000/08/24  14:44:39
14624         Log: Show the doc file, not the temp file.
14625      Branch: perl
14626            ! installman
14627 ____________________________________________________________________________
14628 [  6802] By: jhi                                   on 2000/08/24  14:41:53
14629         Log: Continue silencing.
14630      Branch: perl
14631            ! installman
14632 ____________________________________________________________________________
14633 [  6801] By: jhi                                   on 2000/08/24  14:34:40
14634         Log: Actually do something with the silencer option.
14635      Branch: perl
14636            ! installman
14637 ____________________________________________________________________________
14638 [  6800] By: jhi                                   on 2000/08/24  14:26:22
14639         Log: Make installman to recognize the silence flag -S.
14640      Branch: perl
14641            ! installman
14642 ____________________________________________________________________________
14643 [  6799] By: jhi                                   on 2000/08/24  13:49:38
14644         Log: DOS patches and portability/porting notes, from Tim Jenness.
14645      Branch: perl
14646            ! lib/File/Temp.pm
14647 ____________________________________________________________________________
14648 [  6798] By: jhi                                   on 2000/08/24  13:48:27
14649         Log: Create directories in silence.
14650              
14651              Subject: [PATCH] Another silencer for MakeMaker
14652              From: andreas.koenig@anima.de (Andreas J. Koenig)
14653              Date: 24 Aug 2000 14:18:52 +0200
14654              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
14655      Branch: perl
14656            ! lib/ExtUtils/Command.pm
14657 ____________________________________________________________________________
14658 [  6797] By: jhi                                   on 2000/08/24  13:46:42
14659         Log: More liberal parsing of version numbers.
14660              
14661              Subject: Re: CPAN.pm beta for testing available
14662              From: andreas.koenig@anima.de (Andreas J. Koenig)
14663              Date: 24 Aug 2000 13:51:57 +0200
14664              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
14665      Branch: perl
14666            ! lib/CPAN.pm
14667 ____________________________________________________________________________
14668 [  6796] By: jhi                                   on 2000/08/24  13:44:36
14669         Log: Make "make install" by default silent.  A new "install-verbose"
14670              target is verbose.
14671      Branch: perl
14672            ! Makefile.SH
14673 ____________________________________________________________________________
14674 [  6795] By: jhi                                   on 2000/08/24  13:39:14
14675         Log: Add silencer flags to installperl.
14676              
14677              Subject: [PATCH] Making installperl silent.
14678              From: <abigail@foad.org>
14679              Date: Thu, 24 Aug 2000 05:01:45 -0400
14680              Message-ID: <20000824090145.13141.qmail@foad.org>
14681      Branch: perl
14682            ! installperl
14683 ____________________________________________________________________________
14684 [  6794] By: jhi                                   on 2000/08/24  13:35:50
14685         Log: installperl couldn't tell whether it had run tests or not.
14686              
14687              Subject: [PATCH] Re: installperl and t/TEST
14688              From: <abigail@foad.org>
14689              Date: Thu, 24 Aug 2000 04:00:53 -0400
14690              Message-ID: <20000824080053.2494.qmail@foad.org>
14691      Branch: perl
14692            ! Makefile.SH installperl
14693 ____________________________________________________________________________
14694 [  6793] By: jhi                                   on 2000/08/24  13:27:50
14695         Log: Drop the separate perlbc, perlcc -b should be enough.
14696      Branch: perl
14697            - utils/perlbc.PL
14698            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
14699 ____________________________________________________________________________
14700 [  6792] By: jhi                                   on 2000/08/24  04:41:30
14701         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
14702              plus the typo fix from Peter Prymmer.
14703      Branch: perl
14704            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
14705            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
14706 ____________________________________________________________________________
14707 [  6791] By: jhi                                   on 2000/08/24  02:10:43
14708         Log: Replace #6705 with a minimal doc patch.
14709              
14710              Subject: [PATCH 5.6.0] replace change #6705
14711              From: Jan Dubois <jand@ActiveState.com>
14712              Date: Wed, 23 Aug 2000 18:31:51 -0700
14713              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
14714      Branch: perl
14715            ! lib/Win32.pod win32/win32.c
14716 ____________________________________________________________________________
14717 [  6790] By: jhi                                   on 2000/08/23  17:52:00
14718         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
14719              From: Mike Guy <mjtg@cam.ac.uk>
14720              Date: Wed, 23 Aug 2000 18:38:46 +0100
14721              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
14722      Branch: perl
14723            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
14724 ____________________________________________________________________________
14725 [  6789] By: jhi                                   on 2000/08/23  15:34:21
14726         Log: Update Changes.
14727      Branch: perl
14728            ! Changes patchlevel.h
14729 ____________________________________________________________________________
14730 [  6788] By: jhi                                   on 2000/08/23  15:33:40
14731         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
14732              From: Wilfredo Sánchez <wsanchez@apple.com>
14733              Date: Tue, 22 Aug 2000 19:31:27 -0700
14734              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
14735      Branch: perl
14736            ! perl.h
14737 ____________________________________________________________________________
14738 [  6787] By: jhi                                   on 2000/08/23  15:29:31
14739         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
14740              From: Spider Boardman <spider@leggy.zk3.dec.com>
14741              Date: Wed, 23 Aug 2000 10:33:23 -0400
14742              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
14743      Branch: perl
14744            ! lib/Pod/Html.pm
14745 ____________________________________________________________________________
14746 [  6786] By: jhi                                   on 2000/08/23  15:28:11
14747         Log: Bad makefile.
14748      Branch: perl
14749            ! ext/B/Makefile.PL
14750 ____________________________________________________________________________
14751 [  6785] By: jhi                                   on 2000/08/23  14:37:04
14752         Log: Update Changes.
14753      Branch: perl
14754            ! Changes patchlevel.h
14755 ____________________________________________________________________________
14756 [  6784] By: jhi                                   on 2000/08/23  13:58:41
14757         Log: Portability fix from Hugo van der Sanden.
14758      Branch: perl
14759            ! ext/re/Makefile.PL
14760 ____________________________________________________________________________
14761 [  6783] By: jhi                                   on 2000/08/23  13:53:53
14762         Log: Storable support, v-version fixes.
14763              
14764              Subject: CPAN.pm beta for testing available
14765              From: andreas.koenig@anima.de (Andreas J. Koenig)
14766              Date: 22 Aug 2000 23:31:33 +0200
14767              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
14768      Branch: perl
14769            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
14770 ____________________________________________________________________________
14771 [  6782] By: jhi                                   on 2000/08/23  13:51:26
14772         Log: Mac and other portability updates from Chris Nandor.
14773      Branch: perl
14774            ! pod/perlmodinstall.pod
14775 ____________________________________________________________________________
14776 [  6781] By: jhi                                   on 2000/08/23  13:47:33
14777         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
14778              From: Peter Prymmer <pvhp@forte.com>
14779              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
14780              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
14781      Branch: perl
14782            ! ext/Storable/Storable.xs
14783 ____________________________________________________________________________
14784 [  6780] By: jhi                                   on 2000/08/23  13:33:34
14785         Log: VMS MMS (make) wants null action.
14786      Branch: perl
14787            ! ext/B/Makefile.PL
14788 ____________________________________________________________________________
14789 [  6779] By: jhi                                   on 2000/08/22  19:44:47
14790         Log: Forgot portability nit.
14791      Branch: perl
14792            ! t/lib/st-forgive.t
14793 ____________________________________________________________________________
14794 [  6778] By: jhi                                   on 2000/08/22  19:35:25
14795         Log: Be portable.
14796      Branch: perl
14797            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
14798            ! t/lib/st-store.t
14799 ____________________________________________________________________________
14800 [  6777] By: jhi                                   on 2000/08/22  18:50:53
14801         Log: Update Changes.
14802      Branch: perl
14803            ! Changes patchlevel.h
14804 ____________________________________________________________________________
14805 [  6776] By: jhi                                   on 2000/08/22  18:44:46
14806         Log: cSVOPo_*v things index into the current PL_curpad
14807              under ithreads, which is different from the curpad
14808              used by the XSUB.  (In other words, the code as-is
14809              before this patch wouldn't work under ithreads.)
14810              From Sarathy.
14811      Branch: perl
14812            ! ext/B/B.xs
14813 ____________________________________________________________________________
14814 [  6775] By: jhi                                   on 2000/08/22  18:18:37
14815         Log: Make the selection of NVff et al stricter.
14816      Branch: metaconfig/U/perl
14817            ! perlxvf.U
14818      Branch: perl
14819            ! Configure config_h.SH
14820 ____________________________________________________________________________
14821 [  6774] By: jhi                                   on 2000/08/22  17:19:42
14822         Log: perldelta nits.
14823      Branch: perl
14824            ! pod/perldelta.pod
14825 ____________________________________________________________________________
14826 [  6773] By: jhi                                   on 2000/08/22  17:06:26
14827         Log: Long double fixes from Spider Boardman.
14828              
14829              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
14830              From: system PRIVILEGED account <root@peano.zk3.dec.com>
14831              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
14832              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
14833      Branch: perl
14834            ! t/lib/bigfltpm.t t/lib/st-06compat.t
14835 ____________________________________________________________________________
14836 [  6772] By: jhi                                   on 2000/08/22  15:04:53
14837         Log: Update Changes.
14838      Branch: perl
14839            ! Changes patchlevel.h
14840 ____________________________________________________________________________
14841 [  6771] By: jhi                                   on 2000/08/22  15:01:44
14842         Log: perldelta fixes from Hugo van der Sanden.
14843      Branch: perl
14844            ! pod/perldelta.pod
14845 ____________________________________________________________________________
14846 [  6770] By: jhi                                   on 2000/08/22  14:34:49
14847         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
14848              From: Hugo <hv@crypt.compulink.co.uk>
14849              Date: Tue, 22 Aug 2000 11:21:53 +0100
14850              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
14851      Branch: perl
14852            ! regcomp.c
14853 ____________________________________________________________________________
14854 [  6769] By: jhi                                   on 2000/08/22  14:30:02
14855         Log: Add Yitzchak, reformat.
14856      Branch: perl
14857            ! Changes config_h.SH
14858 ____________________________________________________________________________
14859 [  6768] By: jhi                                   on 2000/08/22  14:21:35
14860         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
14861              and Spider Boardman.
14862      Branch: metaconfig
14863            ! U/compline/d_gconvert.U
14864      Branch: perl
14865            ! Configure
14866 ____________________________________________________________________________
14867 [  6767] By: jhi                                   on 2000/08/22  14:11:24
14868         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
14869              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
14870              Date: Mon, 21 Aug 2000 19:08:31 -0700
14871              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
14872      Branch: perl
14873            - ext/Storable/patchlevel.h
14874            ! MANIFEST ext/Storable/MANIFEST
14875 ____________________________________________________________________________
14876 [  6766] By: jhi                                   on 2000/08/22  13:49:29
14877         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
14878              From: Peter Prymmer <pvhp@forte.com>
14879              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
14880              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
14881      Branch: perl
14882            ! configure.com ext/Storable/Makefile.PL
14883 ____________________________________________________________________________
14884 [  6765] By: jhi                                   on 2000/08/22  13:44:59
14885         Log: Subject: [PATCH blead] B:: missing dependency
14886              From: Hugo <hv@crypt.compulink.co.uk>
14887              Date: Tue, 22 Aug 2000 06:44:33 +0100
14888              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
14889      Branch: perl
14890            ! ext/B/Makefile.PL
14891 ____________________________________________________________________________
14892 [  6764] By: jhi                                   on 2000/08/22  13:38:12
14893         Log: More bytecompiler.
14894      Branch: perl
14895            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
14896 ____________________________________________________________________________
14897 [  6763] By: jhi                                   on 2000/08/22  13:36:44
14898         Log: Bytecompiler patches from Benjamin Stuhl.
14899      Branch: perl
14900            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
14901            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
14902            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
14903            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
14904            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
14905            ! perl.c perlapi.h pod/perldelta.pod
14906 ____________________________________________________________________________
14907 [  6762] By: jhi                                   on 2000/08/21  23:43:40
14908         Log: An obsoleted diagnostic.
14909      Branch: perl
14910            ! pod/perldelta.pod
14911 ____________________________________________________________________________
14912 [  6761] By: jhi                                   on 2000/08/21  23:01:45
14913         Log: The #6759 wasn't quite right.
14914      Branch: perl
14915            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
14916            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
14917            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
14918            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
14919            ! t/lib/st-tieditems.t
14920 ____________________________________________________________________________
14921 [  6760] By: jhi                                   on 2000/08/21  22:35:49
14922         Log: Be verydeepclean.
14923      Branch: perl
14924            ! Makefile.SH
14925 ____________________________________________________________________________
14926 [  6759] By: jhi                                   on 2000/08/21  22:25:40
14927         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
14928              From: Peter Prymmer <pvhp@forte.com>
14929              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
14930              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
14931      Branch: perl
14932            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
14933            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
14934            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
14935            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
14936            ! t/lib/st-tieditems.t
14937 ____________________________________________________________________________
14938 [  6758] By: jhi                                   on 2000/08/21  22:22:32
14939         Log: Few more casts, need reported in
14940              
14941              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
14942              From: Mike Stok <mike@stok.co.uk>
14943              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
14944              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
14945              
14946              and
14947              
14948              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
14949              From: abigail@foad.org
14950              Date: 21 Aug 2000 21:31:34 -0000
14951              Message-Id: <20000821213134.30170.qmail@foad.org>
14952      Branch: perl
14953            ! ext/Storable/Storable.xs
14954 ____________________________________________________________________________
14955 [  6757] By: jhi                                   on 2000/08/21  18:37:07
14956         Log: Update Changes.
14957      Branch: perl
14958            ! Changes patchlevel.h
14959 ____________________________________________________________________________
14960 [  6756] By: jhi                                   on 2000/08/21  18:34:02
14961         Log: A pod nit.
14962              
14963              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
14964              From: <abigail@foad.org>
14965              Date: Mon, 21 Aug 2000 14:00:16 -0400
14966              Message-ID: <20000821180016.28627.qmail@foad.org>
14967      Branch: perl
14968            ! pod/perlre.pod
14969 ____________________________________________________________________________
14970 [  6755] By: jhi                                   on 2000/08/21  18:30:56
14971         Log: Use PodParser 1.18 new test.
14972      Branch: perl
14973            ! t/pod/special_seqs.t t/pod/special_seqs.xr
14974 ____________________________________________________________________________
14975 [  6754] By: jhi                                   on 2000/08/21  18:28:35
14976         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
14977              patches cannot be applied since #6712 conflicts.
14978      Branch: perl
14979            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
14980 ____________________________________________________________________________
14981 [  6753] By: jhi                                   on 2000/08/21  18:15:11
14982         Log: Weed out some smaller changes.
14983      Branch: perl
14984            ! pod/perldelta.pod
14985 ____________________________________________________________________________
14986 [  6752] By: jhi                                   on 2000/08/21  18:02:30
14987         Log: Also under djgpp the timestamps are funky.
14988      Branch: perl
14989            ! t/op/stat.t
14990 ____________________________________________________________________________
14991 [  6751] By: jhi                                   on 2000/08/21  17:55:56
14992         Log: Tweak the floating point output routine preferences.
14993      Branch: metaconfig
14994            ! U/compline/d_gconvert.U
14995      Branch: perl
14996            ! Configure
14997 ____________________________________________________________________________
14998 [  6750] By: jhi                                   on 2000/08/21  17:51:29
14999         Log: Unicos/mk requires elaborate paranoia.
15000      Branch: perl
15001            ! lib/Math/Complex.pm
15002 ____________________________________________________________________________
15003 [  6749] By: gsar                                  on 2000/08/21  16:53:31
15004         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
15005      Branch: perl
15006            ! lib/Cwd.pm
15007 ____________________________________________________________________________
15008 [  6748] By: gsar                                  on 2000/08/21  16:22:19
15009         Log: free TLS slot properly on Windows
15010      Branch: perl
15011            ! thread.h win32/perllib.c win32/win32thread.h
15012 ____________________________________________________________________________
15013 [  6747] By: jhi                                   on 2000/08/21  16:20:58
15014         Log: Rename the macro argument because some preprocessors
15015              can't tell the difference and expand arguments also inside
15016              double quoted strings.
15017      Branch: perl
15018            ! regcomp.c
15019 ____________________________________________________________________________
15020 [  6746] By: jhi                                   on 2000/08/21  16:09:41
15021         Log: Support long doubles in Storable.
15022              
15023              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
15024              From: Radu Greab <radu@netsoft.ro>
15025              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
15026              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
15027      Branch: perl
15028            ! ext/Storable/Storable.xs
15029 ____________________________________________________________________________
15030 [  6745] By: jhi                                   on 2000/08/21  15:51:40
15031         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
15032              From: "Fifer, Eric" <EFifer@sanwaint.com>
15033              Date: Mon, 21 Aug 2000 15:34:49 +0100
15034              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
15035      Branch: perl
15036            ! t/pragma/warn/9enabled
15037 ____________________________________________________________________________
15038 [  6744] By: jhi                                   on 2000/08/21  15:39:35
15039         Log: Document the endianness of Alpha more precisely.
15040      Branch: perl
15041            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
15042            ! pod/perlport.pod
15043 ____________________________________________________________________________
15044 [  6743] By: jhi                                   on 2000/08/21  14:47:05
15045         Log: perldelta fixes from the p5p crowd.
15046      Branch: perl
15047            ! pod/perldelta.pod pod/perlop.pod
15048 ____________________________________________________________________________
15049 [  6742] By: jhi                                   on 2000/08/21  13:34:51
15050         Log: Update to Pod::LaTeX 0.53.
15051              
15052              Subject: [PATCH] lib/Pod/LaTeX.pm updates
15053              From: Tim Jenness <timj@jach.hawaii.edu>
15054              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
15055              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
15056      Branch: perl
15057            ! lib/Pod/LaTeX.pm
15058 ____________________________________________________________________________
15059 [  6741] By: jhi                                   on 2000/08/21  13:33:01
15060         Log: Subject: [PATCH] os2.c fix for use64bitint
15061              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
15062              Date: Mon, 21 Aug 2000 01:32:25 -0700
15063              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
15064      Branch: perl
15065            ! os2/os2.c
15066 ____________________________________________________________________________
15067 [  6740] By: jhi                                   on 2000/08/21  13:28:52
15068         Log: Array context keeps slithering in.
15069              
15070              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
15071              From: Daniel Chetlin <daniel@chetlin.com>
15072              Date: Sun, 20 Aug 2000 21:40:25 -0700
15073              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
15074      Branch: perl
15075            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
15076            ! pod/perldebtut.pod
15077 ____________________________________________________________________________
15078 [  6739] By: jhi                                   on 2000/08/21  13:23:55
15079         Log: Big-endian quad fixes for Storable from Radu Greab,
15080              plus few explicit null casts for picky compilers.
15081      Branch: perl
15082            ! ext/Storable/Storable.xs
15083 ____________________________________________________________________________
15084 [  6738] By: gsar                                  on 2000/08/21  05:56:13
15085         Log: small tweaks for change#6705: avoid C++ style comments in C code;
15086              use Perl's malloc API rather than the low level system one
15087      Branch: perl
15088            ! win32/win32.c
15089 ____________________________________________________________________________
15090 [  6737] By: gsar                                  on 2000/08/21  05:35:41
15091         Log: add Storable to list of extensions on Windows
15092      Branch: perl
15093            ! win32/Makefile win32/makefile.mk
15094 ____________________________________________________________________________
15095 [  6736] By: jhi                                   on 2000/08/21  02:57:53
15096         Log: Update Changes.
15097      Branch: perl
15098            ! Changes patchlevel.h
15099 ____________________________________________________________________________
15100 [  6735] By: jhi                                   on 2000/08/21  02:57:20
15101         Log: Draft 0.
15102      Branch: perl
15103            ! pod/perldelta.pod
15104 ____________________________________________________________________________
15105 [  6734] By: jhi                                   on 2000/08/21  02:57:03
15106         Log: Add Storable 0.7.2 from Raphael Manfredi,
15107              plus the patch from
15108              
15109              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
15110              From: Radu Greab <radu@netsoft.ro>
15111              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
15112              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
15113              
15114              plus changes to get Storable to compile with
15115              picky ANSI compilers.
15116      Branch: perl
15117            + ext/Storable/ChangeLog ext/Storable/MANIFEST
15118            + ext/Storable/Makefile.PL ext/Storable/README
15119            + ext/Storable/Storable.pm ext/Storable/Storable.xs
15120            + ext/Storable/patchlevel.h t/lib/st-06compat.t
15121            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
15122            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
15123            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
15124            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
15125            + t/lib/st-tieditems.t
15126            ! MANIFEST
15127 ____________________________________________________________________________
15128 [  6733] By: jhi                                   on 2000/08/21  02:29:09
15129         Log: The correct cleaning order is an art.
15130      Branch: perl
15131            ! Makefile.SH
15132 ____________________________________________________________________________
15133 [  6732] By: jhi                                   on 2000/08/21  01:23:39
15134         Log: The #6724 is here.
15135      Branch: perl
15136            ! t/lib/ftmp-security.t
15137 ____________________________________________________________________________
15138 [  6731] By: jhi                                   on 2000/08/20  23:17:03
15139         Log: s/this one/the 5.6.0 release/
15140      Branch: perl
15141            ! pod/perl56delta.pod
15142 ____________________________________________________________________________
15143 [  6730] By: jhi                                   on 2000/08/20  23:07:34
15144         Log: Mention perlebcdic and perlposix-bc.
15145      Branch: perl
15146            ! pod/perlport.pod
15147 ____________________________________________________________________________
15148 [  6729] By: jhi                                   on 2000/08/20  21:32:59
15149         Log: Document the number of exponent digits.
15150      Branch: perl
15151            ! pod/perlfunc.pod
15152 ____________________________________________________________________________
15153 [  6728] By: jhi                                   on 2000/08/20  21:16:47
15154         Log: Use File::Spec->tmpdir().
15155              
15156              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
15157              From: Tim Jenness <timj@jach.hawaii.edu>
15158              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
15159              MIME-Version: 1.0
15160              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
15161      Branch: perl
15162            ! utils/perlbug.PL
15163 ____________________________________________________________________________
15164 [  6727] By: jhi                                   on 2000/08/20  20:43:32
15165         Log: Update Changes.
15166      Branch: perl
15167            ! Changes patchlevel.h
15168 ____________________________________________________________________________
15169 [  6726] By: jhi                                   on 2000/08/20  20:41:44
15170         Log: The veryclean target needs to clobber.
15171      Branch: perl
15172            ! Makefile.SH
15173 ____________________________________________________________________________
15174 [  6725] By: jhi                                   on 2000/08/20  20:37:38
15175         Log: Document odd vs even subreleases and -Dusedevel.
15176      Branch: perl
15177            ! INSTALL
15178 ____________________________________________________________________________
15179 [  6724] By: jhi                                   on 2000/08/20  19:58:05
15180         Log: Use temporary directory instead of current directory.
15181              
15182              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
15183              From: Tim Jenness <timj@jach.hawaii.edu>
15184              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
15185              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
15186      Branch: perl
15187            ! t/lib/ftmp-security.t
15188 ____________________________________________________________________________
15189 [  6723] By: jhi                                   on 2000/08/20  19:55:55
15190         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
15191              From: andreas.koenig@anima.de (Andreas J. Koenig)
15192              Date: 20 Aug 2000 15:52:03 +0200
15193              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
15194      Branch: perl
15195            ! lib/ExtUtils/MM_Unix.pm
15196 ____________________________________________________________________________
15197 [  6722] By: jhi                                   on 2000/08/20  19:46:01
15198         Log: Update to CGI 2.72, from Lincoln Stein.
15199      Branch: perl
15200            ! lib/CGI.pm
15201 ____________________________________________________________________________
15202 [  6721] By: jhi                                   on 2000/08/20  19:43:54
15203         Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
15204              From: Radu Greab <radu@netsoft.ro>
15205              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
15206              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
15207      Branch: perl
15208            ! ext/GDBM_File/GDBM_File.xs
15209 ____________________________________________________________________________
15210 [  6720] By: jhi                                   on 2000/08/20  19:42:01
15211         Log: pp_open() could pass an uninitialized filename down to do_open9().
15212      Branch: perl
15213            ! pp_sys.c
15214 ____________________________________________________________________________
15215 [  6719] By: jhi                                   on 2000/08/20  14:06:41
15216         Log: UTF8 concat fixes.
15217              
15218              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
15219              From: Hugo <hv@crypt.compulink.co.uk>
15220              Date: Sun, 20 Aug 2000 07:30:46 +0100
15221              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
15222      Branch: perl
15223            ! pp_hot.c t/op/append.t
15224 ____________________________________________________________________________
15225 [  6718] By: jhi                                   on 2000/08/20  02:09:37
15226         Log: Let's try #6717 again.
15227      Branch: perl
15228            ! lib/File/Temp.pm
15229 ____________________________________________________________________________
15230 [  6717] By: jhi                                   on 2000/08/20  01:56:55
15231         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
15232              From: "Craig A. Berry" <craig.berry@metamorgs.com>
15233              Date: Sat, 19 Aug 2000 18:15:39 -0500
15234              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
15235      Branch: perl
15236            ! lib/File/Temp.pm
15237 ____________________________________________________________________________
15238 [  6716] By: jhi                                   on 2000/08/19  15:50:11
15239         Log: Update Changes.
15240      Branch: perl
15241            ! Changes patchlevel.h
15242 ____________________________________________________________________________
15243 [  6715] By: jhi                                   on 2000/08/19  15:39:09
15244         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
15245              From: Jonathan D Johnston <jdjohnston2@juno.com>
15246              Date: Thu, 17 Aug 2000 23:13:01 -0400       
15247              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
15248      Branch: perl
15249            ! pod/perlfunc.pod
15250 ____________________________________________________________________________
15251 [  6714] By: jhi                                   on 2000/08/19  15:34:04
15252         Log: Introduce a 'veryclean' target that is like 'distclean'
15253              but also removes *~ and *.orig.
15254      Branch: perl
15255            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
15256            ! utils/Makefile x2p/Makefile.SH
15257 ____________________________________________________________________________
15258 [  6713] By: jhi                                   on 2000/08/19  14:15:45
15259         Log: Put back the long double avoidance code to POSIX.xs
15260              because VMS seems to need it still.
15261      Branch: perl
15262            ! ext/POSIX/POSIX.xs
15263 ____________________________________________________________________________
15264 [  6712] By: jhi                                   on 2000/08/19  14:10:41
15265         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
15266              From: Peter Prymmer <pvhp@forte.com>
15267              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
15268              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
15269      Branch: perl
15270            ! lib/Pod/Find.pm t/pod/find.t
15271 ____________________________________________________________________________
15272 [  6711] By: jhi                                   on 2000/08/19  14:09:19
15273         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
15274              From: Peter Prymmer <pvhp@forte.com>
15275              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
15276              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
15277              cc: vmsperl@perl.org
15278      Branch: perl
15279            ! t/lib/peek.t
15280 ____________________________________________________________________________
15281 [  6710] By: jhi                                   on 2000/08/19  14:08:01
15282         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
15283              From: Jan Dubois <jand@ActiveState.com>
15284              Date: Fri, 18 Aug 2000 16:31:48 -0700
15285              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
15286      Branch: perl
15287            ! win32/win32.c
15288 ____________________________________________________________________________
15289 [  6709] By: jhi                                   on 2000/08/19  14:06:57
15290         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
15291              
15292              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
15293              From: Spider.Boardman@Orb.Nashua.NH.US
15294              Date: Fri, 18 Aug 2000 18:41:14 -0400
15295              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
15296      Branch: perl
15297            ! regcomp.c
15298 ____________________________________________________________________________
15299 [  6708] By: jhi                                   on 2000/08/18  22:04:49
15300         Log: Update Changes.
15301      Branch: perl
15302            ! Changes patchlevel.h
15303 ____________________________________________________________________________
15304 [  6707] By: jhi                                   on 2000/08/18  21:55:14
15305         Log: Add warnif(), check warnings further up the stack,
15306              all the warnings functions now can take an optional object reference.
15307              
15308              Subject: [PATCH bleedperl@6691] warnings pragma update
15309              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
15310              Date: Fri, 18 Aug 2000 22:42:06 +0100
15311              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
15312      Branch: perl
15313            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
15314            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
15315            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
15316 ____________________________________________________________________________
15317 [  6706] By: jhi                                   on 2000/08/18  21:41:45
15318         Log: Typo in pp_complement().
15319              
15320              Subject: [PATCH perl-current] Deparse
15321              From: Peter Scott <Peter@PSDT.com>
15322              Date: Fri, 18 Aug 2000 12:44:37 -0700
15323              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
15324      Branch: perl
15325            ! ext/B/B/Deparse.pm
15326 ____________________________________________________________________________
15327 [  6705] By: jhi                                   on 2000/08/18  21:25:59
15328         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
15329              From: Jan Dubois <jand@ActiveState.com>
15330              Date: Fri, 18 Aug 2000 14:22:51 -0700
15331              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
15332      Branch: perl
15333            ! lib/Win32.pod win32/win32.c
15334 ____________________________________________________________________________
15335 [  6704] By: jhi                                   on 2000/08/18  21:16:14
15336         Log: Don't eat leading os from index entries.
15337              
15338              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
15339              From: Russ Allbery <rra@stanford.edu>
15340              Date: 10 Aug 2000 20:49:25 -0700
15341              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
15342      Branch: perl
15343            ! lib/Pod/Man.pm
15344 ____________________________________________________________________________
15345 [  6703] By: jhi                                   on 2000/08/18  21:07:06
15346         Log: Add [[:blank:]] as suggested in
15347              
15348              Subject: [ID 20000716.024] [=cc=] / [:blank:]
15349              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
15350              Date: Sun, 16 Jul 2000 17:55:29 -0700
15351              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
15352              
15353              (the [=cc=] has already been taken care of by #6439
15354              so the whole bug report can be closed)
15355              
15356              and make [[:space:]] to be equivalent to isspace(3)
15357              (as opposed to \s, which is isSPACE()).  The difference
15358              is that now [[:space:]] matches the mythical vertical tab,
15359              while \s doesn't.
15360      Branch: perl
15361            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
15362            ! regexec.c t/op/pat.t
15363 ____________________________________________________________________________
15364 [  6702] By: jhi                                   on 2000/08/18  18:47:47
15365         Log: The new tests were missing from #6415.
15366      Branch: perl
15367            ! t/op/bop.t
15368 ____________________________________________________________________________
15369 [  6701] By: jhi                                   on 2000/08/18  18:20:40
15370         Log: Document the NDBM_File and ODBM_File as SDBM_File
15371              was documented in #6417.
15372      Branch: perl
15373            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
15374            ! ext/SDBM_File/SDBM_File.pm
15375 ____________________________________________________________________________
15376 [  6700] By: jhi                                   on 2000/08/18  18:10:39
15377         Log: Subject: [PATCH perl@6698] cygwin port
15378              From: "Fifer, Eric" <EFifer@sanwaint.com>
15379              Date: Fri, 18 Aug 2000 17:30:05 +0100
15380              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
15381      Branch: perl
15382            ! lib/File/Temp.pm
15383 ____________________________________________________________________________
15384 [  6699] By: jhi                                   on 2000/08/18  16:21:49
15385         Log: Document code point which makes if (defined %stash::) to work
15386              (noted by Spider Boardman).
15387      Branch: perl
15388            ! op.c
15389 ____________________________________________________________________________
15390 [  6698] By: jhi                                   on 2000/08/18  13:43:27
15391         Log: Update Changes.
15392      Branch: perl
15393            ! Changes patchlevel.h
15394 ____________________________________________________________________________
15395 [  6697] By: jhi                                   on 2000/08/18  13:35:57
15396         Log: Tiny Getopt::Long patch from Johan Vromans.
15397      Branch: perl
15398            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
15399 ____________________________________________________________________________
15400 [  6696] By: jhi                                   on 2000/08/18  13:26:14
15401         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
15402              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
15403              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
15404              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
15405      Branch: perl
15406            ! pod/perldiag.pod pod/perlsyn.pod
15407 ____________________________________________________________________________
15408 [  6695] By: jhi                                   on 2000/08/18  13:13:26
15409         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
15410              From: Daniel Chetlin <daniel@chetlin.com>
15411              Date: Fri, 18 Aug 2000 03:13:36 -0700
15412              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
15413      Branch: perl
15414            ! pod/perlfunc.pod
15415 ____________________________________________________________________________
15416 [  6694] By: jhi                                   on 2000/08/18  13:08:05
15417         Log: Subject: [PATCH] perltrap.pod spring cleaning
15418              From: Daniel Chetlin <daniel@chetlin.com>
15419              Date: Fri, 18 Aug 2000 03:06:54 -0700
15420              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
15421              
15422              plus Mike Guy's nitfix.
15423      Branch: perl
15424            ! pod/perltrap.pod
15425 ____________________________________________________________________________
15426 [  6693] By: jhi                                   on 2000/08/18  13:00:26
15427         Log: Unbuffer the output.
15428              
15429              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
15430              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
15431              Date: Thu, 17 Aug 2000 18:39:29 -0700
15432              Message-ID: <RPJn5gzkgydf092yn@efn.org>
15433      Branch: perl
15434            ! t/op/fork.t
15435 ____________________________________________________________________________
15436 [  6692] By: jhi                                   on 2000/08/18  05:19:17
15437         Log: Delete the image, too, not just its MANIFEStation.
15438      Branch: perl
15439            - lib/CGI/eg/wilogo.gif
15440 ____________________________________________________________________________
15441 [  6691] By: jhi                                   on 2000/08/18  05:10:26
15442         Log: Propagate new Configure vars.
15443      Branch: perl
15444            ! configure.com epoc/config.sh uconfig.h uconfig.sh
15445            ! vos/config.def vos/config.h vos/config_h.SH_orig
15446            ! win32/config.bc win32/config.gc win32/config.vc
15447            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
15448 ____________________________________________________________________________
15449 [  6690] By: jhi                                   on 2000/08/18  04:30:56
15450         Log: Update Changes.
15451      Branch: perl
15452            ! Changes patchlevel.h
15453 ____________________________________________________________________________
15454 [  6689] By: jhi                                   on 2000/08/18  04:12:30
15455         Log: Fix the lib/complex failure of
15456              
15457              From: abigail@foad.org
15458              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
15459              Date: 15 Aug 2000 04:06:38 -0000
15460              Message-Id: <20000815040638.8524.qmail@foad.org> 
15461              
15462              Linux long double accuracy issue: something that
15463              when printed with %g looks like "2" but int() of it is 1.
15464      Branch: perl
15465            ! lib/Math/Complex.pm
15466 ____________________________________________________________________________
15467 [  6688] By: jhi                                   on 2000/08/18  03:15:35
15468         Log: The byteorder code in #6671 was wrong.
15469      Branch: perl
15470            ! configpm
15471 ____________________________________________________________________________
15472 [  6687] By: jhi                                   on 2000/08/18  02:08:42
15473         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
15474              From: Jan Dubois <jand@ActiveState.com>
15475              Date: Thu, 17 Aug 2000 18:31:55 -0700
15476              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
15477      Branch: perl
15478            ! sv.c
15479 ____________________________________________________________________________
15480 [  6686] By: jhi                                   on 2000/08/18  02:04:15
15481         Log: Use NVs in POSIX math, not doubles.
15482              
15483              From: abigail@foad.org
15484              Subject: [ID 20000817.014] POSIX & modfl
15485              Date: 17 Aug 2000 20:49:18 -0000
15486              Message-Id: <20000817204918.23123.qmail@foad.org>
15487      Branch: perl
15488            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
15489 ____________________________________________________________________________
15490 [  6685] By: jhi                                   on 2000/08/18  02:02:12
15491         Log: Introduce NVef, NVff, and NVgf, use the middle one.
15492              (helps for lib/peek + Linux + long doubles)  Reported in
15493              
15494              From: abigail@foad.org
15495              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
15496              Date: 15 Aug 2000 04:06:38 -0000
15497              Message-Id: <20000815040638.8524.qmail@foad.org> 
15498              
15499              (note: the lib/complex failure has not yet been addressed)
15500      Branch: metaconfig/U/perl
15501            ! perlxvf.U
15502      Branch: perl
15503            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15504            ! config_h.SH dump.c perl.h pod/perlguts.pod
15505 ____________________________________________________________________________
15506 [  6684] By: jhi                                   on 2000/08/17  23:22:19
15507         Log: Add byteorder to the myconfig output.
15508      Branch: perl
15509            ! myconfig.SH
15510 ____________________________________________________________________________
15511 [  6683] By: jhi                                   on 2000/08/17  23:20:19
15512         Log: The image doth not exist, spotted by Johan Vromans.
15513      Branch: perl
15514            ! MANIFEST
15515 ____________________________________________________________________________
15516 [  6682] By: jhi                                   on 2000/08/17  22:38:16
15517         Log: Document what the backtick returns if the command fails.
15518      Branch: perl
15519            ! pod/perlop.pod
15520 ____________________________________________________________________________
15521 [  6681] By: jhi                                   on 2000/08/17  22:33:12
15522         Log: Do not use prototyping here.
15523              
15524              Subject: [ID 20000817.016] [PATCH] Peek.xs
15525              From: abigail@foad.org
15526              Date: 17 Aug 2000 20:55:56 -0000
15527              Message-Id: <20000817205556.24270.qmail@foad.org>
15528      Branch: perl
15529            ! ext/Devel/Peek/Makefile.PL
15530 ____________________________________________________________________________
15531 [  6680] By: jhi                                   on 2000/08/17  19:46:43
15532         Log: Don't propose using modules built for 5.005 if no binary
15533              compatibility with 5.005 is attempted.
15534              
15535              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
15536              Subject: Minor nit with 5.7.0 (6655)
15537              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
15538              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
15539      Branch: metaconfig
15540            ! U/installdirs/inc_version_list.U
15541      Branch: perl
15542            ! Configure config_h.SH
15543 ____________________________________________________________________________
15544 [  6679] By: jhi                                   on 2000/08/17  19:16:39
15545         Log: Microperl config update.
15546      Branch: perl
15547            ! uconfig.h uconfig.sh
15548 ____________________________________________________________________________
15549 [  6678] By: jhi                                   on 2000/08/17  19:16:13
15550         Log: The #6648 wasn't protective enough for limited platforms
15551              (like microperl).
15552      Branch: perl
15553            ! dump.c sv.c
15554 ____________________________________________________________________________
15555 [  6677] By: jhi                                   on 2000/08/17  14:46:35
15556         Log: Update Changes.
15557      Branch: perl
15558            ! Changes patchlevel.h
15559 ____________________________________________________________________________
15560 [  6676] By: jhi                                   on 2000/08/17  14:44:02
15561         Log: Add perlebcdic from Peter Prymmer, regen toc.
15562      Branch: perl
15563            + pod/perlebcdic.pod
15564            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
15565 ____________________________________________________________________________
15566 [  6675] By: jhi                                   on 2000/08/17  14:41:52
15567         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
15568      Branch: perl
15569            ! pod/perldebtut.pod
15570 ____________________________________________________________________________
15571 [  6674] By: jhi                                   on 2000/08/17  14:29:43
15572         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
15573              
15574              Subject: [ID 20000724.006] -DLEAKTEST problem
15575              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
15576              Date: Tue, 25 Jul 2000 00:36:32 -0500
15577              Message-Id: <20000725003632.A26186@www.llamacom.com>
15578              
15579              Reminder sent
15580              
15581              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
15582              From: Hugo <hv@crypt.compulink.co.uk>
15583              Date: Thu, 17 Aug 2000 15:23:42 +0100
15584              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
15585      Branch: perl
15586            ! util.c
15587 ____________________________________________________________________________
15588 [  6673] By: jhi                                   on 2000/08/17  04:07:10
15589         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
15590              From: John Peacock <JPeacock@UnivPress.com>
15591              Date: Tue, 01 Aug 2000 09:38:12 -0400
15592              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
15593      Branch: perl
15594            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
15595 ____________________________________________________________________________
15596 [  6672] By: jhi                                   on 2000/08/17  03:04:35
15597         Log: Subject: [PATCH] Cwd.pm now uses strict
15598              From: Tim Jenness <timj@jach.hawaii.edu>
15599              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
15600              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
15601      Branch: perl
15602            ! lib/Cwd.pm
15603 ____________________________________________________________________________
15604 [  6671] By: jhi                                   on 2000/08/17  02:16:35
15605         Log: Make $Config{byteorder} more magical so that it is
15606              dynamically computed: nice for 'fat binaries'.
15607              
15608              Subject: [PATCH]: default byteorder
15609              From: Wilfredo Sánchez <wsanchez@apple.com>
15610              Date: Mon, 31 Jul 2000 19:45:31 -0700
15611              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
15612      Branch: perl
15613            ! configpm
15614 ____________________________________________________________________________
15615 [  6670] By: gsar                                  on 2000/08/17  01:22:21
15616         Log: move WNOHANG definition to where other such things are
15617      Branch: perl
15618            ! win32/win32.h
15619 ____________________________________________________________________________
15620 [  6669] By: jhi                                   on 2000/08/17  01:19:17
15621         Log: Update Changes.
15622      Branch: perl
15623            ! Changes patchlevel.h
15624 ____________________________________________________________________________
15625 [  6668] By: jhi                                   on 2000/08/17  01:16:29
15626         Log: Doc nits spotted by Richard Soderberg.
15627      Branch: perl
15628            ! README.posix-bc README.vmesa
15629 ____________________________________________________________________________
15630 [  6667] By: jhi                                   on 2000/08/17  01:12:11
15631         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
15632              From: "Casey R. Tweten" <crt@kiski.net>
15633              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
15634              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
15635      Branch: perl
15636            ! pod/perldebtut.pod
15637 ____________________________________________________________________________
15638 [  6666] By: jhi                                   on 2000/08/17  01:09:31
15639         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
15640              From: "Casey R. Tweten" <crt@kiski.net>
15641              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
15642              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
15643      Branch: perl
15644            ! lib/Shell.pm
15645 ____________________________________________________________________________
15646 [  6665] By: gsar                                  on 2000/08/17  01:03:52
15647         Log: add "ok" targets from change#6632 in makefile.mk
15648      Branch: perl
15649            ! pod/perlport.pod win32/Makefile win32/makefile.mk
15650 ____________________________________________________________________________
15651 [  6664] By: gsar                                  on 2000/08/17  00:56:11
15652         Log: avoid warnings from dense compiler
15653      Branch: perl
15654            ! win32/win32.c
15655 ____________________________________________________________________________
15656 [  6663] By: jhi                                   on 2000/08/17  00:51:49
15657         Log: Tweak the regex compilation errors once more.
15658      Branch: perl
15659            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
15660            ! t/op/regmesg.t t/pragma/warn/regcomp
15661 ____________________________________________________________________________
15662 [  6662] By: gsar                                  on 2000/08/17  00:28:19
15663         Log: trailing new %ENV entries weren't being pushed into the real
15664              environment of subprocesses on Windows
15665      Branch: perl
15666            ! t/op/magic.t win32/perlhost.h
15667 ____________________________________________________________________________
15668 [  6661] By: gsar                                  on 2000/08/17  00:19:20
15669         Log: waitpid() now handles externally spawned pids correctly;
15670              fixes for backtick/wait/waitpid failures on Windows 9x
15671              
15672              these changes make the pid returned by process functions on
15673              Windows 9x always positive by clearing the high bit (which
15674              is always set on Win9x); pseudo-process PIDs are likewise
15675              always negative now on Win9x (just as on NT/2000)
15676      Branch: perl
15677            ! pp_sys.c win32/perlhost.h win32/win32.c
15678 ____________________________________________________________________________
15679 [  6660] By: jhi                                   on 2000/08/17  00:04:32
15680         Log: Retract #6645.
15681      Branch: perl
15682            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15683            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
15684            ! t/op/sprintf.t
15685 ____________________________________________________________________________
15686 [  6659] By: gsar                                  on 2000/08/16  23:59:28
15687         Log: on windows, the return values from wait() and waitpid() don't
15688              match those of pseudo-pids
15689      Branch: perl
15690            ! pp_sys.c t/op/fork.t util.c win32/win32.c
15691 ____________________________________________________________________________
15692 [  6658] By: gsar                                  on 2000/08/16  23:56:14
15693         Log: pod nit seen in passing
15694      Branch: perl
15695            ! pod/perlfunc.pod
15696 ____________________________________________________________________________
15697 [  6657] By: gsar                                  on 2000/08/16  23:53:42
15698         Log: change#6328 could make close(SOCKET) return false on windows
15699              when it shouldn't
15700      Branch: perl
15701            ! win32/win32sck.c
15702 ____________________________________________________________________________
15703 [  6656] By: gsar                                  on 2000/08/16  23:46:57
15704         Log: check that the number pseudo children doesn't exceed
15705              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
15706              the WaitForMultipleObjects() limit that would cause wait()
15707              to crash)
15708              
15709              wait() and waitpid() could potentially be rewritten to use
15710              more than one thread to do the waiting to eliminate this
15711              limitation
15712      Branch: perl
15713            ! win32/perlhost.h
15714 ____________________________________________________________________________
15715 [  6655] By: jhi                                   on 2000/08/16  14:11:05
15716         Log: Update Changes.
15717      Branch: perl
15718            ! Changes patchlevel.h
15719 ____________________________________________________________________________
15720 [  6654] By: jhi                                   on 2000/08/16  14:10:12
15721         Log: Update to perldebtut 1.9, from Richard Foley.
15722      Branch: perl
15723            ! pod/perldebtut.pod
15724 ____________________________________________________________________________
15725 [  6653] By: jhi                                   on 2000/08/16  14:08:17
15726         Log: Change the regx compilation error markers to use = instead of <
15727              since pod makes using the latter quite messy.  Reported in
15728              ID 20000814.006 by Abigail and in
15729              Subject: Unknown escape E<> ?
15730              From: Lupe Christoph <lupe@lupe-christoph.de>
15731              Date: Fri, 11 Aug 2000 00:30:27 +0200
15732              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
15733      Branch: perl
15734            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
15735            ! t/op/regmesg.t t/pragma/warn/regcomp
15736 ____________________________________________________________________________
15737 [  6652] By: jhi                                   on 2000/08/16  13:25:31
15738         Log: Change the perlbug address to perl.org since it's more forgiving.
15739              
15740              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
15741              From: abigail@foad.org
15742              Date: 15 Aug 2000 04:15:40 -0000
15743              Message-Id: <20000815041540.8633.qmail@foad.org>
15744      Branch: perl
15745            ! utils/perlbug.PL
15746 ____________________________________________________________________________
15747 [  6651] By: jhi                                   on 2000/08/16  13:22:35
15748         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
15749              From: Tim Jenness <timj@jach.hawaii.edu>
15750              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
15751              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
15752      Branch: perl
15753            ! lib/Cwd.pm
15754 ____________________________________________________________________________
15755 [  6650] By: jhi                                   on 2000/08/16  13:18:13
15756         Log: Update to CPAN 1.57.
15757              
15758              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
15759              From: andreas.koenig@anima.de (Andreas J. Koenig)
15760              Date: 16 Aug 2000 15:09:46 +0200
15761              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
15762      Branch: perl
15763            ! lib/CPAN.pm
15764 ____________________________________________________________________________
15765 [  6649] By: jhi                                   on 2000/08/16  13:12:31
15766         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
15767              From: "Larry W. Virden" <lvirden@cas.org>
15768              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
15769              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
15770      Branch: perl
15771            ! README.hpux
15772 ____________________________________________________________________________
15773 [  6648] By: jhi                                   on 2000/08/16  13:03:53
15774         Log: The numeric locale was reset to "C" by s?printf and never restored.
15775              
15776              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
15777              From: Christian Kirsch <ck@held.mind.de>
15778              Date: Wed, 9 Aug 2000 17:05:17 +0200
15779              Message-Id: <20000809170517.A25389@held>
15780              
15781              No test since adding the failing example to locale.t
15782              does not fail -- probably because the locale settings are so
15783              thoroughly tweaked by that time.  Running the example standalone
15784              does fail, though.  UPDATE: test case added at change #7540.
15785      Branch: perl
15786            ! dump.c perl.h pp.c pp_ctl.c sv.c
15787 ____________________________________________________________________________
15788 [  6647] By: jhi                                   on 2000/08/16  00:07:54
15789         Log: Update Changes and test semi-automatic patchlevel updating.
15790      Branch: perl
15791            ! Changes patchlevel.h
15792 ____________________________________________________________________________
15793 [  6646] By: jhi                                   on 2000/08/15  23:35:07
15794         Log: Fix a dependency problem.
15795              
15796              Subject: [PATCH: 6640] VMS Makefile.SH update
15797              From: Peter Prymmer <pvhp@forte.com>
15798              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
15799              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
15800      Branch: perl
15801            ! vms/descrip_mms.template
15802 ____________________________________________________________________________
15803 [  6645] By: jhi                                   on 2000/08/15  23:33:23
15804         Log: (Retracted by #6660)
15805              
15806              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
15807              From: Dominic Dunlop <domo@computer.org>
15808              Date: Tue, 15 Aug 2000 22:20:52 +0200
15809              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
15810      Branch: metaconfig/U/perl
15811            + d_printfed.U
15812      Branch: perl
15813            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15814            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
15815            ! t/op/sprintf.t
15816 ____________________________________________________________________________
15817 [  6644] By: jhi                                   on 2000/08/15  21:17:20
15818         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
15819              From: abigail@foad.org
15820              Date: 15 Aug 2000 20:12:41 -0000
15821              Message-Id: <20000815201241.25556.qmail@foad.org>
15822      Branch: perl
15823            ! INSTALL
15824 ____________________________________________________________________________
15825 [  6643] By: jhi                                   on 2000/08/15  21:15:28
15826         Log: (an already applied patch)
15827      Branch: perl
15828            ! lib/CGI.pm
15829 ____________________________________________________________________________
15830 [  6642] By: gsar                                  on 2000/08/15  19:54:05
15831         Log: magic callbacks all need to have same type signature
15832      Branch: perl
15833            ! embed.pl mg.c proto.h
15834 ____________________________________________________________________________
15835 [  6641] By: jhi                                   on 2000/08/15  17:56:27
15836         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)
15837              From: Mike Guy <mjtg@cam.ac.uk>
15838              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
15839              Date: Tue, 15 Aug 2000 18:26:45 +0100
15840              
15841              Only the peek.t part applied, not the hash quality part.
15842      Branch: perl
15843            ! t/lib/peek.t
15844 ____________________________________________________________________________
15845 [  6640] By: jhi                                   on 2000/08/15  16:37:37
15846         Log: Update Changes.
15847      Branch: perl
15848            ! Changes
15849 ____________________________________________________________________________
15850 [  6639] By: jhi                                   on 2000/08/15  16:34:55
15851         Log: Missed a file from #6638.
15852      Branch: perl
15853            ! lib/File/Temp.pm
15854 ____________________________________________________________________________
15855 [  6638] By: jhi                                   on 2000/08/15  16:33:19
15856         Log: Subject: [PATCH perl@6620] cygwin port
15857              From: "Fifer, Eric" <EFifer@sanwaint.com>
15858              Date: Tue, 15 Aug 2000 17:00:49 +0100
15859              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
15860      Branch: perl
15861            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
15862 ____________________________________________________________________________
15863 [  6637] By: jhi                                   on 2000/08/15  16:29:22
15864         Log: Subject: [PATCH] debugger exit code should reflect user exit code
15865              From: Mike Guy <mjtg@cam.ac.uk>
15866              Date: Tue, 15 Aug 2000 16:55:59 +0100
15867              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
15868      Branch: perl
15869            ! lib/perl5db.pl
15870 ____________________________________________________________________________
15871 [  6636] By: jhi                                   on 2000/08/15  15:30:58
15872         Log: Update Changes.
15873      Branch: perl
15874            ! Changes
15875 ____________________________________________________________________________
15876 [  6635] By: jhi                                   on 2000/08/15  15:27:21
15877         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
15878      Branch: metaconfig
15879            ! U/mkglossary U/mksample
15880      Branch: metaconfig/U/perl
15881            ! Devel.U
15882      Branch: perl
15883            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15884 ____________________________________________________________________________
15885 [  6634] By: jhi                                   on 2000/08/15  14:11:55
15886         Log: Don't blow limited stacks, a lower number is enough to
15887              tickle the lookbehind limit.
15888              
15889              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
15890              From: Dominic Dunlop <domo@computer.org>
15891              Date: Tue, 15 Aug 2000 13:51:24 +0200
15892              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
15893      Branch: perl
15894            ! t/op/regmesg.t
15895 ____________________________________________________________________________
15896 [  6633] By: jhi                                   on 2000/08/15  14:01:46
15897         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
15898              From: Mike Guy <mjtg@cam.ac.uk>
15899              Date: Tue, 15 Aug 2000 12:10:50 +0100
15900              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
15901      Branch: perl
15902            ! utils/perldoc.PL
15903 ____________________________________________________________________________
15904 [  6632] By: jhi                                   on 2000/08/15  13:58:48
15905         Log: make ok etc also for win32.
15906              
15907              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
15908              From: Prymmer/Kahn <pvhp@best.com>
15909              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
15910              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
15911      Branch: perl
15912            ! win32/Makefile
15913 ____________________________________________________________________________
15914 [  6631] By: jhi                                   on 2000/08/15  13:45:03
15915         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
15916      Branch: perl
15917            ! lib/Test.pm
15918 ____________________________________________________________________________
15919 [  6630] By: jhi                                   on 2000/08/15  03:25:09
15920         Log: Update Changes.
15921      Branch: perl
15922            ! Changes
15923 ____________________________________________________________________________
15924 [  6629] By: jhi                                   on 2000/08/15  03:23:53
15925         Log: magic_regdatum_set() is void, not int.
15926      Branch: perl
15927            ! embed.pl mg.c proto.h
15928 ____________________________________________________________________________
15929 [  6628] By: jhi                                   on 2000/08/15  03:08:02
15930         Log: Make the user to give up his firstborn, err, to knowingly
15931              verify installing an unstable developer release.  Also bump
15932              the release to 5.7.0, but leave a patch tag in the local
15933              patches saying that this is not yet the real thing.
15934      Branch: metaconfig
15935            ! U/modified/Instruct.U
15936      Branch: metaconfig/U/perl
15937            + Devel.U
15938      Branch: perl
15939            ! Configure patchlevel.h
15940 ____________________________________________________________________________
15941 [  6627] By: jhi                                   on 2000/08/14  22:32:52
15942         Log: README.os2 update.
15943              
15944              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
15945              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
15946              Date: Wed, 02 Aug 2000 21:55:09 -0700
15947              Message-ID: <tsPi5gzkgegX092yn@efn.org>
15948      Branch: perl
15949            ! README.os2
15950 ____________________________________________________________________________
15951 [  6626] By: jhi                                   on 2000/08/14  21:00:02
15952         Log: Subject: Re: File::Temp problems on VMS in bleedperl
15953              From: Tim Jenness <timj@jach.hawaii.edu>
15954              cc: vmsperl@perl.org
15955              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
15956              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
15957      Branch: perl
15958            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
15959 ____________________________________________________________________________
15960 [  6625] By: jhi                                   on 2000/08/14  20:52:16
15961         Log: Add SUIDMAIL as was done for the CERT alert.
15962      Branch: perl
15963            ! patchlevel.h
15964 ____________________________________________________________________________
15965 [  6624] By: jhi                                   on 2000/08/14  20:48:50
15966         Log: Subject: sfio2000
15967              From: Daniel Muino <dmuino@afip.gov.ar>
15968              Date: Mon, 14 Aug 2000 16:58:11 -0300
15969              Message-ID: <20000814165811.B16368@con2-dgi>
15970      Branch: perl
15971            ! perlsdio.h perlsfio.h
15972 ____________________________________________________________________________
15973 [  6623] By: jhi                                   on 2000/08/14  20:47:36
15974         Log: Subject: warning: storage class after type is obsolescent
15975              From: Daniel Muino <dmuino@afip.gov.ar>
15976              Date: Mon, 14 Aug 2000 16:42:47 -0300
15977              Message-ID: <20000814164247.A16368@con2-dgi>
15978      Branch: perl
15979            ! regcomp.pl regnodes.h
15980 ____________________________________________________________________________
15981 [  6622] By: jhi                                   on 2000/08/14  20:43:05
15982         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
15983              From: abigail@foad.org
15984              Date: 14 Aug 2000 20:00:10 -0000
15985              Message-Id: <20000814200010.27271.qmail@foad.org>
15986      Branch: perl
15987            ! Changes
15988 ____________________________________________________________________________
15989 [  6621] By: jhi                                   on 2000/08/14  15:23:05
15990         Log: Update Changes.
15991      Branch: perl
15992            ! Changes
15993 ____________________________________________________________________________
15994 [  6620] By: jhi                                   on 2000/08/14  15:22:14
15995         Log: Subject: Re: [PATCH] @+, @- readonly
15996              From: Mike Guy <mjtg@cam.ac.uk>
15997              Date: Mon, 14 Aug 2000 15:26:55 +0100
15998              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
15999      Branch: perl
16000            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
16001            ! sv.c t/op/pat.t
16002 ____________________________________________________________________________
16003 [  6619] By: jhi                                   on 2000/08/14  14:12:08
16004         Log: Update Changes.
16005      Branch: perl
16006            ! Changes
16007 ____________________________________________________________________________
16008 [  6618] By: jhi                                   on 2000/08/14  14:09:34
16009         Log: For now remove the mail code.
16010      Branch: perl
16011            ! perl.c
16012 ____________________________________________________________________________
16013 [  6617] By: jhi                                   on 2000/08/14  14:08:28
16014         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
16015      Branch: perl
16016            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
16017            ! pod/perlfaq8.pod pod/perlsec.pod
16018 ____________________________________________________________________________
16019 [  6616] By: jhi                                   on 2000/08/14  14:00:11
16020         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
16021              From: Mike Guy <mjtg@cam.ac.uk>
16022              Date: Mon, 14 Aug 2000 08:26:02 +0100
16023              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
16024      Branch: perl
16025            ! lib/perl5db.pl
16026 ____________________________________________________________________________
16027 [  6615] By: jhi                                   on 2000/08/14  13:58:45
16028         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
16029              From: Mike Guy <mjtg@cam.ac.uk>
16030              Date: Mon, 14 Aug 2000 08:04:22 +0100
16031              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
16032      Branch: perl
16033            ! gv.c mg.c t/op/pat.t
16034 ____________________________________________________________________________
16035 [  6614] By: jhi                                   on 2000/08/14  13:56:45
16036         Log: Subject: Test fails / warnings with perl-current #6612
16037              From: Mike Guy <mjtg@cam.ac.uk>
16038              Date: Mon, 14 Aug 2000 07:57:23 +0100
16039              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
16040      Branch: perl
16041            ! t/lib/b.t t/lib/peek.t
16042 ____________________________________________________________________________
16043 [  6613] By: jhi                                   on 2000/08/14  13:45:33
16044         Log: VMS configure.com update continues.
16045      Branch: perl
16046            - vms/configure.com
16047            ! MANIFEST configure.com
16048 ____________________________________________________________________________
16049 [  6612] By: jhi                                   on 2000/08/13  22:13:35
16050         Log: Update Changes.
16051      Branch: perl
16052            ! Changes
16053 ____________________________________________________________________________
16054 [  6611] By: jhi                                   on 2000/08/13  16:21:45
16055         Log: Upgrade to CGI 2.71, from Lincoln Stein.
16056      Branch: perl
16057            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
16058 ____________________________________________________________________________
16059 [  6610] By: jhi                                   on 2000/08/13  15:09:16
16060         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
16061              From: Mike Guy <mjtg@cam.ac.uk>
16062              Date: Sun, 13 Aug 2000 13:45:51 +0100
16063              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
16064      Branch: perl
16065            ! t/op/regmesg.t
16066 ____________________________________________________________________________
16067 [  6609] By: jhi                                   on 2000/08/13  14:31:26
16068         Log: Andreas says that 1.56 is fine, so reverting back to it.
16069      Branch: perl
16070            ! lib/CPAN.pm
16071 ____________________________________________________________________________
16072 [  6608] By: jhi                                   on 2000/08/13  05:34:20
16073         Log: Update Changes.
16074      Branch: perl
16075            ! Changes
16076 ____________________________________________________________________________
16077 [  6607] By: jhi                                   on 2000/08/13  05:32:01
16078         Log: Put back the \z changes of #5406 to CPAN.pm.
16079      Branch: perl
16080            ! lib/CPAN.pm
16081 ____________________________________________________________________________
16082 [  6606] By: jhi                                   on 2000/08/13  05:20:16
16083         Log: Fix-n-skip the tests under 5005threads.
16084      Branch: perl
16085            ! t/lib/b.t
16086 ____________________________________________________________________________
16087 [  6605] By: jhi                                   on 2000/08/13  05:07:48
16088         Log: Fix the test for 5005threads.
16089      Branch: perl
16090            ! t/lib/peek.t
16091 ____________________________________________________________________________
16092 [  6604] By: jhi                                   on 2000/08/13  03:35:37
16093         Log: Should have deleted this in #6603.
16094      Branch: perl
16095            - vms/subconfigure.com
16096 ____________________________________________________________________________
16097 [  6603] By: jhi                                   on 2000/08/12  18:29:32
16098         Log: Rewrite of vms/subconfigure.com as configure.com,
16099              from Peter Prymmer and the vmsperl crew.
16100      Branch: perl
16101            + vms/configure.com
16102            ! MANIFEST
16103 ____________________________________________________________________________
16104 [  6602] By: jhi                                   on 2000/08/11  13:00:01
16105         Log: PlainText.pm is dead.
16106      Branch: perl
16107            - lib/Pod/PlainText.pm
16108            ! MANIFEST
16109 ____________________________________________________________________________
16110 [  6601] By: jhi                                   on 2000/08/11  04:06:45
16111         Log: Update Changes.
16112      Branch: perl
16113            ! Changes
16114 ____________________________________________________________________________
16115 [  6600] By: jhi                                   on 2000/08/11  04:06:10
16116         Log: Add a few missing files, update MANIFEST.
16117      Branch: perl
16118            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
16119            + lib/Pod/PlainText.pm t/pod/find.t
16120            ! MANIFEST t/op/regmesg.t
16121 ____________________________________________________________________________
16122 [  6599] By: jhi                                   on 2000/08/11  03:31:10
16123         Log: Add Perl debugging tutorial, regen toc. 
16124              
16125              Subject: perldebtut.pod
16126              From: Richard Foley <Richard.Foley@m.dasa.de>
16127              Date: Wed, 09 Aug 2000 10:17:15 +0200
16128              Message-id: <3991138B.262247B8@m.dasa.de>
16129      Branch: perl
16130            + pod/perldebtut.pod
16131            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
16132 ____________________________________________________________________________
16133 [  6598] By: jhi                                   on 2000/08/11  02:48:56
16134         Log: tiny Changes edit
16135      Branch: perl
16136            ! Changes
16137 ____________________________________________________________________________
16138 [  6597] By: jhi                                   on 2000/08/11  02:39:04
16139         Log: Tests for #6589.
16140              
16141              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
16142              From: simon@brecon.co.uk (Simon Cozens)
16143              Date: 11 Aug 2000 02:24:52 GMT
16144              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
16145      Branch: perl
16146            ! t/lib/b.t
16147 ____________________________________________________________________________
16148 [  6596] By: jhi                                   on 2000/08/11  01:50:07
16149         Log: Update Changes.
16150      Branch: perl
16151            ! Changes
16152 ____________________________________________________________________________
16153 [  6595] By: jhi                                   on 2000/08/11  01:47:16
16154         Log: nitfix
16155      Branch: perl
16156            ! Changes
16157 ____________________________________________________________________________
16158 [  6594] By: jhi                                   on 2000/08/11  01:36:16
16159         Log: Subject: Getting perlio and threads to compile
16160              From: Lupe Christoph <lupe@lupe-christoph.de>
16161              Date: Wed, 9 Aug 2000 11:35:54 +0200
16162              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
16163              
16164              (the Solaris version changes in Configure skipped)
16165      Branch: perl
16166            ! hints/solaris_2.sh thread.h
16167 ____________________________________________________________________________
16168 [  6593] By: jhi                                   on 2000/08/11  01:30:16
16169         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
16170              From: simon@brecon.co.uk (Simon Cozens)
16171              Date: 1 Aug 2000 06:55:19 GMT
16172              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
16173      Branch: perl
16174            ! lib/utf8.pm
16175 ____________________________________________________________________________
16176 [  6592] By: jhi                                   on 2000/08/11  01:26:39
16177         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
16178              From: Peter Scott <Peter@PeterScott.com>
16179              Date: Thu, 10 Aug 2000 08:23:27 -0700
16180              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
16181      Branch: perl
16182            ! lib/perl5db.pl
16183 ____________________________________________________________________________
16184 [  6591] By: jhi                                   on 2000/08/11  01:22:02
16185         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
16186              From: Hugo <hv@crypt.compulink.co.uk>
16187              Date: Thu, 10 Aug 2000 19:23:04 +0100
16188              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
16189      Branch: perl
16190            ! regexec.c t/op/pat.t
16191 ____________________________________________________________________________
16192 [  6590] By: jhi                                   on 2000/08/11  01:19:19
16193         Log: Preprocessing and postprocessing for File::Find.
16194              
16195              Subject: Patch to Find::File.pm to allow alphabetical results
16196              From: Joe Smith <jsmith@inwap.com>
16197              Date: Wed, 9 Aug 2000 02:44:54 -0700
16198              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
16199      Branch: perl
16200            ! lib/File/Find.pm
16201 ____________________________________________________________________________
16202 [  6589] By: jhi                                   on 2000/08/11  01:12:39
16203         Log: B::Deparse didn't do sub attributes.
16204              
16205              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
16206              From: simon@brecon.co.uk (Simon Cozens)
16207              Date: 9 Aug 2000 04:49:20 GMT
16208              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
16209      Branch: perl
16210            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
16211 ____________________________________________________________________________
16212 [  6588] By: jhi                                   on 2000/08/11  01:06:40
16213         Log: Subject: debugger "d" command doesnt check line number
16214              From: Mike Guy <mjtg@cam.ac.uk>
16215              Date: Tue, 08 Aug 2000 21:54:29 +0100
16216              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
16217      Branch: perl
16218            ! lib/perl5db.pl mg.c pod/perldiag.pod
16219 ____________________________________________________________________________
16220 [  6587] By: jhi                                   on 2000/08/11  00:45:03
16221         Log: sleep(1) does not necessarily return 1.
16222              
16223              Subject: [PATCH bleadperl] op/lex_assign.t  
16224              From: Hugo <hv@crypt.compulink.co.uk>
16225              Date: Thu, 03 Aug 2000 14:34:22 +0100        
16226              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
16227      Branch: perl
16228            ! t/op/lex_assign.t
16229 ____________________________________________________________________________
16230 [  6586] By: jhi                                   on 2000/08/11  00:31:50
16231         Log: Document the IO::Select timeout.
16232      Branch: perl
16233            ! ext/IO/lib/IO/Select.pm
16234 ____________________________________________________________________________
16235 [  6585] By: jhi                                   on 2000/08/11  00:13:54
16236         Log: Forgot contributor.
16237      Branch: perl
16238            ! Changes
16239 ____________________________________________________________________________
16240 [  6584] By: jhi                                   on 2000/08/11  00:09:19
16241         Log: detypo
16242      Branch: perl
16243            ! Changes
16244 ____________________________________________________________________________
16245 [  6583] By: jhi                                   on 2000/08/11  00:07:53
16246         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
16247              
16248              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
16249              From: Mike Guy <mjtg@cam.ac.uk> 
16250              Date: Thu, 10 Aug 2000 15:50:54 +0100
16251              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
16252      Branch: perl
16253            ! sv.c t/op/int.t
16254 ____________________________________________________________________________
16255 [  6582] By: jhi                                   on 2000/08/10  23:29:32
16256         Log: Update Changes.
16257      Branch: perl
16258            ! Changes
16259 ____________________________________________________________________________
16260 [  6581] By: jhi                                   on 2000/08/10  23:26:16
16261         Log: Put back the std @INC thing.
16262      Branch: perl
16263            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
16264            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
16265            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
16266            ! t/lib/gol-oo.t
16267 ____________________________________________________________________________
16268 [  6580] By: jhi                                   on 2000/08/10  23:03:34
16269         Log: Update to CGI 2.70, from Lincoln Stein.
16270      Branch: perl
16271            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
16272            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
16273            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
16274            ! t/lib/cgi-request.t
16275 ____________________________________________________________________________
16276 [  6579] By: jhi                                   on 2000/08/10  22:41:50
16277         Log: Update to CPAN 1.56, from Andreas König.
16278      Branch: perl
16279            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
16280 ____________________________________________________________________________
16281 [  6578] By: jhi                                   on 2000/08/10  22:38:13
16282         Log: Update to Pod::Parser 1.17, from Brad Appleton.
16283      Branch: perl
16284            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
16285            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
16286            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
16287            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
16288            ! t/pod/include.t t/pod/included.t t/pod/lref.t
16289            ! t/pod/multiline_items.t t/pod/nested_items.t
16290            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
16291            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
16292            ! t/pod/special_seqs.t
16293 ____________________________________________________________________________
16294 [  6577] By: jhi                                   on 2000/08/10  22:35:41
16295         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
16296      Branch: perl
16297            ! AUTHORS MAINTAIN
16298 ____________________________________________________________________________
16299 [  6576] By: jhi                                   on 2000/08/10  22:24:54
16300         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
16301      Branch: perl
16302            + t/lib/gol-oo.t
16303            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
16304            ! t/lib/gol-compat.t t/lib/gol-linkage.t
16305 ____________________________________________________________________________
16306 [  6575] By: jhi                                   on 2000/08/10  22:02:07
16307         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
16308      Branch: perl
16309            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
16310 ____________________________________________________________________________
16311 [  6574] By: jhi                                   on 2000/08/10  21:55:03
16312         Log: Iterating perl6 description.
16313      Branch: perl
16314            ! pod/perlfaq1.pod
16315 ____________________________________________________________________________
16316 [  6573] By: jhi                                   on 2000/08/10  21:48:26
16317         Log: Revert the sv.c part of #6559, a better fix is needed.
16318      Branch: perl
16319            ! sv.c
16320 ____________________________________________________________________________
16321 [  6572] By: jhi                                   on 2000/08/10  20:33:43
16322         Log: It's the 2ndO'ROSSC.
16323      Branch: perl
16324            ! pod/perlfaq1.pod
16325 ____________________________________________________________________________
16326 [  6571] By: jhi                                   on 2000/08/10  15:55:48
16327         Log: detypo
16328      Branch: perl
16329            ! pod/perlfaq1.pod
16330 ____________________________________________________________________________
16331 [  6570] By: jhi                                   on 2000/08/10  14:11:17
16332         Log: An exceptionally sticky typo.
16333      Branch: perl
16334            ! Changes
16335 ____________________________________________________________________________
16336 [  6569] By: jhi                                   on 2000/08/10  14:09:33
16337         Log: detypo (and test Changes updating script)
16338      Branch: perl
16339            ! Changes
16340 ____________________________________________________________________________
16341 [  6568] By: jhi                                   on 2000/08/10  14:07:07
16342         Log: Update Changes.
16343      Branch: perl
16344            ! Changes
16345 ____________________________________________________________________________
16346 [  6567] By: jhi                                   on 2000/08/10  14:06:19
16347         Log: Amend the description of Perl6.
16348              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
16349              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
16350              Date: Wed, 9 Aug 2000 22:11:06 -0500
16351              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
16352      Branch: perl
16353            ! pod/perlfaq1.pod
16354 ____________________________________________________________________________
16355 [  6566] By: jhi                                   on 2000/08/10  13:58:57
16356         Log: Subject: Remove dead entry in perldiag
16357              From: Mike Guy <mjtg@cam.ac.uk>
16358              Date: Thu, 10 Aug 2000 14:19:19 +0100
16359              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
16360      Branch: perl
16361            ! pod/perldiag.pod
16362 ____________________________________________________________________________
16363 [  6565] By: jhi                                   on 2000/08/10  13:51:48
16364         Log: Zero entries were skipped, fix from Adrian Goalby
16365              <argoalby@yahoo.co.uk>
16366      Branch: perl
16367            ! lib/unicode/Number.pl lib/unicode/mktables.PL
16368 ____________________________________________________________________________
16369 [  6564] By: jhi                                   on 2000/08/10  13:00:12
16370         Log: Subject: [PATCH 5.6.0] cygwin port
16371              From: "Fifer, Eric" <EFifer@sanwaint.com>
16372              Date: Thu, 10 Aug 2000 13:15:36 +0100
16373              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
16374      Branch: perl
16375            ! README.cygwin hints/cygwin.sh
16376 ____________________________________________________________________________
16377 [  6563] By: jhi                                   on 2000/08/10  12:55:16
16378         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
16379      Branch: perl
16380            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
16381 ____________________________________________________________________________
16382 [  6562] By: gsar                                  on 2000/08/10  08:38:39
16383         Log: warn is a macro, avoid using at a variable to avoid warnings
16384              in some configurations; readdir.t is too conservative in
16385              estimating number of *.t's
16386      Branch: perl
16387            ! t/op/readdir.t util.c
16388 ____________________________________________________________________________
16389 [  6561] By: jhi                                   on 2000/08/09  23:35:42
16390         Log: Update Changes.
16391      Branch: perl
16392            ! Changes
16393 ____________________________________________________________________________
16394 [  6560] By: jhi                                   on 2000/08/09  23:05:47
16395         Log: Subject: Re: enhanced(?) regex error messages
16396              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
16397              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
16398              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
16399              
16400              (plus two small patches sent privately)
16401              (this still seems to leave few test failures)
16402      Branch: perl
16403            + t/op/regmesg.t
16404            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
16405            ! t/pragma/warn/regcomp
16406 ____________________________________________________________________________
16407 [  6559] By: jhi                                   on 2000/08/09  20:41:18
16408         Log: (The fix did work but was not right, retracted in #6573)
16409              
16410              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
16411              From: Christian Kirsch <ck@held.mind.de>
16412              Date: Wed, 9 Aug 2000 17:05:17 +0200
16413              Message-Id: <20000809170517.A25389@held>
16414      Branch: perl
16415            ! sv.c t/pragma/locale.t
16416 ____________________________________________________________________________
16417 [  6558] By: jhi                                   on 2000/08/08  22:34:08
16418         Log: Tiny updates on the contributors list.
16419      Branch: perl
16420            ! Changes
16421 ____________________________________________________________________________
16422 [  6557] By: jhi                                   on 2000/08/08  19:34:28
16423         Log: Double check that we have a dirhandle.
16424      Branch: perl
16425            ! util.c
16426 ____________________________________________________________________________
16427 [  6556] By: jhi                                   on 2000/08/08  19:01:51
16428         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
16429              May be repopulated with fresh maintained examples.
16430      Branch: perl
16431            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
16432            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
16433            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
16434            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
16435            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
16436            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
16437            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
16438            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
16439            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
16440            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
16441            + lib/CGI/eg/wilogo_gif.uu
16442            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
16443            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
16444            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
16445            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
16446            - eg/cgi/frameset.cgi eg/cgi/index.html
16447            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
16448            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
16449            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
16450            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
16451            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
16452            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
16453            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
16454            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
16455            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
16456            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
16457            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
16458            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
16459            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
16460            - eg/van/vanish eg/who eg/wrapsuid
16461            ! MANIFEST
16462 ____________________________________________________________________________
16463 [  6555] By: jhi                                   on 2000/08/08  18:51:08
16464         Log: Delete chat2 as requested by Randal.
16465              
16466              Subject: Re: perlfaq8 coyness
16467              From: merlyn@stonehenge.com (Randal L. Schwartz) 
16468              Date: 15 May 2000 18:52:42 -0700 
16469              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
16470      Branch: perl
16471            - lib/chat2.pl
16472            ! MANIFEST
16473 ____________________________________________________________________________
16474 [  6554] By: jhi                                   on 2000/08/08  18:31:35
16475         Log: Regen global.sym.
16476      Branch: perl
16477            ! global.sym
16478 ____________________________________________________________________________
16479 [  6553] By: jhi                                   on 2000/08/08  18:28:13
16480         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
16481              (either perlbug or p5p ate the original), plus regen
16482              perlapi and perltoc. 
16483      Branch: perl
16484            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
16485            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
16486            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
16487            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
16488            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
16489            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
16490            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
16491            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
16492            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
16493            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
16494 ____________________________________________________________________________
16495 [  6552] By: jhi                                   on 2000/08/08  18:06:29
16496         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
16497              From: Mike Guy <mjtg@cam.ac.uk>
16498              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
16499              Date: Tue, 08 Aug 2000 15:51:27 +0100
16500      Branch: perl
16501            ! doop.c sv.h t/op/join.t t/pragma/overload.t
16502 ____________________________________________________________________________
16503 [  6551] By: jhi                                   on 2000/08/08  18:01:11
16504         Log: Re-apply #6549.
16505      Branch: perl
16506            ! lib/perl5db.pl
16507 ____________________________________________________________________________
16508 [  6550] By: jhi                                   on 2000/08/08  17:43:08
16509         Log: Accidental retraction of #6549.
16510      Branch: perl
16511            ! lib/perl5db.pl
16512 ____________________________________________________________________________
16513 [  6549] By: jhi                                   on 2000/08/08  17:40:04
16514         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
16515              From: Mike Guy <mjtg@cam.ac.uk>
16516              Date: Mon, 07 Aug 2000 21:49:58 +0100
16517              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
16518      Branch: perl
16519            ! lib/perl5db.pl
16520 ____________________________________________________________________________
16521 [  6548] By: jhi                                   on 2000/08/08  17:37:57
16522         Log: Document here-doc better.
16523              
16524              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
16525              From: Mike Guy <mjtg@cam.ac.uk>
16526              Date: Mon, 07 Aug 2000 14:02:09 +0100
16527              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
16528      Branch: perl
16529            ! pod/perldata.pod
16530 ____________________________________________________________________________
16531 [  6547] By: jhi                                   on 2000/08/08  17:33:34
16532         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
16533              From: "Randy J. Ray" <rjray@redhat.com>
16534              Date: Mon, 07 Aug 2000 19:12:25 -0700
16535              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
16536      Branch: perl
16537            ! perl.c pod/perlrun.pod
16538 ____________________________________________________________________________
16539 [  6546] By: jhi                                   on 2000/08/08  17:29:26
16540         Log: Subject: Re: enhanced(?) regex error messages 
16541              From: Hugo <hv@crypt.compulink.co.uk>
16542              Date: Tue, 08 Aug 2000 03:25:51 +0100
16543              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
16544              
16545              plus Capitalize the error messages, plus perldiag them.
16546      Branch: perl
16547            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
16548 ____________________________________________________________________________
16549 [  6545] By: jhi                                   on 2000/08/08  13:59:28
16550         Log: Augment #6539 a bit: don't croak if there's magic in the air.
16551              
16552              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
16553              From: Hugo <hv@crypt.compulink.co.uk>
16554              Date: Tue, 08 Aug 2000 03:02:03 +0100
16555              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
16556      Branch: perl
16557            ! pp.c t/op/bless.t
16558 ____________________________________________________________________________
16559 [  6544] By: jhi                                   on 2000/08/07  21:11:52
16560         Log: Make the test -w clean.
16561      Branch: perl
16562            ! t/op/bless.t
16563 ____________________________________________________________________________
16564 [  6543] By: jhi                                   on 2000/08/07  19:49:53
16565         Log: use warnings instead of $^W.
16566      Branch: perl
16567            ! t/op/bless.t
16568 ____________________________________________________________________________
16569 [  6542] By: jhi                                   on 2000/08/07  17:41:41
16570         Log: Disable a portability warning Because We Know What We Are Doing.
16571      Branch: perl
16572            ! t/op/bless.t
16573 ____________________________________________________________________________
16574 [  6541] By: jhi                                   on 2000/08/07  17:29:51
16575         Log: Tiny tidying on report_evil_fh().
16576      Branch: perl
16577            ! util.c
16578 ____________________________________________________________________________
16579 [  6540] By: jhi                                   on 2000/08/07  16:37:38
16580         Log: Make regular expression parse error messages easier to understand.
16581              
16582              Subject: Re: enhanced(?) regex error messages
16583              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
16584              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
16585              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
16586      Branch: perl
16587            ! regcomp.c
16588 ____________________________________________________________________________
16589 [  6539] By: jhi                                   on 2000/08/07  16:12:27
16590         Log: Make bless(REF, REF) a fatal error, add bless tests.
16591              
16592              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
16593              From: Hugo <hv@crypt.compulink.co.uk>
16594              Date: Mon, 07 Aug 2000 16:59:38 +0100
16595              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
16596      Branch: perl
16597            + t/op/bless.t
16598            ! MANIFEST pod/perldiag.pod pp.c sv.c
16599 ____________________________________________________________________________
16600 [  6538] By: jhi                                   on 2000/08/07  15:59:43
16601         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
16602              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
16603              Date: Thu, 3 Aug 2000 14:29:21 -0700
16604              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
16605      Branch: perl
16606            ! lib/lib_pm.PL
16607 ____________________________________________________________________________
16608 [  6537] By: jhi                                   on 2000/08/07  15:47:18
16609         Log: Retract #6419 for now since it breaks in AFS and MachTen.
16610      Branch: perl
16611            ! lib/Cwd.pm
16612 ____________________________________________________________________________
16613 [  6536] By: jhi                                   on 2000/08/07  15:05:29
16614         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
16615              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
16616              The security hole exists only in suidperls, which isn't
16617              installed or even built by default.
16618      Branch: perl
16619            ! perl.c
16620 ____________________________________________________________________________
16621 [  6535] By: jhi                                   on 2000/08/07  14:45:14
16622         Log: tr memory corruption fix from Simon Cozens.
16623      Branch: perl
16624            ! doop.c
16625 ____________________________________________________________________________
16626 [  6534] By: jhi                                   on 2000/08/06  11:38:16
16627         Log: Document a bit that UDP is not what you might think.
16628              
16629              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
16630              From: Lupe Christoph <lupe@lupe-christoph.de>
16631              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
16632              Date: Mon, 24 Jul 2000 08:59:15 +0200
16633      Branch: perl
16634            ! pod/perlipc.pod
16635 ____________________________________________________________________________
16636 [  6533] By: jhi                                   on 2000/08/06  11:35:01
16637         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
16638              From: Jeff Pinyan <jeffp@hut.crusoe.net>
16639              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
16640              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
16641      Branch: perl
16642            ! pod/perlfunc.pod
16643 ____________________________________________________________________________
16644 [  6532] By: jhi                                   on 2000/08/06  03:45:41
16645         Log: Have symbols for the IoTYPEs.
16646      Branch: perl
16647            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
16648 ____________________________________________________________________________
16649 [  6531] By: jhi                                   on 2000/08/06  01:33:55
16650         Log: Continue fixing the io warnings.  This also
16651              sort of fixes bug ID 20000802.003: the core dump
16652              is no more.  Whether the current behaviour is correct
16653              (giving a warning: "Not a format reference"), is another matter.
16654      Branch: perl
16655            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
16656            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
16657 ____________________________________________________________________________
16658 [  6530] By: jhi                                   on 2000/08/05  21:33:12
16659         Log: Change the Policy policy: now -Dprefix= with an existing
16660              Policy.sh and prefix == siteprefix == vendorprefix, then all
16661              of them follow along the new prefix.
16662              
16663              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
16664              From: Andy Dougherty <doughera@lafayette.edu>
16665              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
16666              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
16667      Branch: perl
16668            ! Policy_sh.SH
16669 ____________________________________________________________________________
16670 [  6529] By: jhi                                   on 2000/08/05  18:57:28
16671         Log: Zap lib/Sys directory when cleaning up.
16672      Branch: perl
16673            ! Makefile.SH
16674 ____________________________________________________________________________
16675 [  6528] By: jhi                                   on 2000/08/05  18:40:44
16676         Log: Essential prototype changes were missing from #6527.
16677              Also make report_evil_fh() more bomb-proof.
16678      Branch: perl
16679            ! embed.h util.c
16680 ____________________________________________________________________________
16681 [  6527] By: jhi                                   on 2000/08/05  03:22:05
16682         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
16683              From: "Ronald F. Guilmette" <rfg@monkeys.com>
16684              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
16685              Message-Id: <200007242247.PAA52177@monkeys.com>
16686      Branch: perl
16687            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
16688 ____________________________________________________________________________
16689 [  6526] By: jhi                                   on 2000/08/04  21:23:27
16690         Log: gcc versions might have (parentheses) in them.
16691      Branch: metaconfig/U/perl
16692            ! gccvers.U
16693      Branch: perl
16694            ! Configure config_h.SH
16695 ____________________________________________________________________________
16696 [  6525] By: jhi                                   on 2000/08/04  20:23:12
16697         Log: Weed buglets pointed out by
16698              
16699              From: Lupe Christoph <lupe@lupe-christoph.de>
16700              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
16701              Date: Fri, 4 Aug 2000 17:34:39 +0200
16702              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
16703      Branch: metaconfig/U/perl
16704            ! gccvers.U uselfs.U
16705      Branch: perl
16706            ! Configure config_h.SH
16707 ____________________________________________________________________________
16708 [  6524] By: jhi                                   on 2000/08/04  19:02:08
16709         Log: Warn under -w if lstat(FH) is attempted.
16710              
16711              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
16712              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
16713              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
16714              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
16715      Branch: perl
16716            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
16717            ! t/pragma/warn/pp_sys
16718 ____________________________________________________________________________
16719 [  6523] By: jhi                                   on 2000/08/04  12:31:11
16720         Log: Subject: New perlcc, take 2
16721              From: simon@brecon.co.uk (Simon Cozens)
16722              Date: 4 Aug 2000 06:21:04 GMT
16723              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
16724      Branch: perl
16725            ! utils/perlcc.PL
16726 ____________________________________________________________________________
16727 [  6522] By: jhi                                   on 2000/08/04  12:26:33
16728         Log: Subject: Re: Array vs. List context
16729              From: Daniel Chetlin <daniel@chetlin.com>
16730              Date: Fri, 4 Aug 2000 00:22:44 -0700
16731              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
16732      Branch: perl
16733            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
16734            ! pod/perlfaq4.pod
16735 ____________________________________________________________________________
16736 [  6521] By: jhi                                   on 2000/08/04  12:22:38
16737         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
16738              From: Raymund Will <ray@caldera.de>
16739              Date: Fri, 4 Aug 2000 12:07:09 +0200
16740              Message-Id: <20000804120709.A14982@caldera.de>
16741      Branch: perl
16742            ! configure.gnu
16743 ____________________________________________________________________________
16744 [  6520] By: jhi                                   on 2000/08/04  04:09:06
16745         Log: After the #6519 a warning about stat() is just that,
16746              not about a filetest, which now have their own warning.
16747      Branch: perl
16748            ! pod/perldiag.pod
16749 ____________________________________________________________________________
16750 [  6519] By: jhi                                   on 2000/08/04  04:06:30
16751         Log: In the warnings call filehandles consistently so;
16752              add "unopened" warning for stat().
16753      Branch: perl
16754            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
16755            ! t/pragma/warn/pp_sys
16756 ____________________________________________________________________________
16757 [  6518] By: jhi                                   on 2000/08/04  02:55:35
16758         Log: Subject: Minor tweak to perlvar.pod
16759              From: "Stephen P. Potter" <spp@ds.net>
16760              Date: Tue, 18 Apr 2000 09:26:03 -0400
16761              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
16762      Branch: perl
16763            ! pod/perlvar.pod
16764 ____________________________________________________________________________
16765 [  6517] By: jhi                                   on 2000/08/04  02:50:08
16766         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
16767              From: "Clinton Pierce" <cpierce1@ford.com>
16768              Date: Wed, 21 Jul 1999 16:45:31 -0400
16769              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
16770              
16771              Fix by Stephen Potter (visible in the bug db but not in p5p?)
16772      Branch: perl
16773            ! pod/perlfunc.pod pod/perlop.pod
16774 ____________________________________________________________________________
16775 [  6516] By: jhi                                   on 2000/08/04  02:09:25
16776         Log: This is 6512.  Really.
16777      Branch: perl
16778            ! dump.c
16779 ____________________________________________________________________________
16780 [  6515] By: jhi                                   on 2000/08/04  01:25:50
16781         Log: mention the idea of @( and @)
16782      Branch: perl
16783            ! Todo-5.6
16784 ____________________________________________________________________________
16785 [  6514] By: bailey                                on 2000/08/04  01:18:46
16786         Log: YA resync with mainstem, including VMS patches from others
16787      Branch: vmsperl
16788           +> (branch 48 files)
16789            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
16790           !> (integrate 354 files)
16791 ____________________________________________________________________________
16792 [  6513] By: jhi                                   on 2000/08/04  01:18:18
16793         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
16794              From: Mark Dickinson <dickins3@fas.harvard.edu>
16795              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
16796              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
16797      Branch: perl
16798            ! t/op/grent.t t/op/pwent.t
16799 ____________________________________________________________________________
16800 [  6512] By: jhi                                   on 2000/08/04  01:14:06
16801         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
16802              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
16803              Date: Wed, 02 Aug 2000 10:51:01 +0100
16804              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
16805      Branch: perl
16806            ! sv.c
16807 ____________________________________________________________________________
16808 [  6511] By: jhi                                   on 2000/08/04  00:57:00
16809         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
16810              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
16811              Date: Thu, 03 Aug 2000 17:20:04 -0700
16812              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
16813      Branch: metaconfig
16814            ! U/modified/Cppsym.U
16815      Branch: perl
16816            ! Configure config_h.SH
16817 ____________________________________________________________________________
16818 [  6510] By: jhi                                   on 2000/08/04  00:25:28
16819         Log: detypo
16820      Branch: perl
16821            ! Makefile.SH
16822 ____________________________________________________________________________
16823 [  6509] By: jhi                                   on 2000/08/03  23:43:18
16824         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
16825              From: Dominic Dunlop <domo@computer.org>
16826              Date: Thu, 3 Aug 2000 22:16:46 +0200
16827              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
16828      Branch: perl
16829            ! t/op/sprintf.t
16830 ____________________________________________________________________________
16831 [  6508] By: jhi                                   on 2000/08/03  23:40:37
16832         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
16833              From: Hugo <hv@crypt.compulink.co.uk>
16834              Date: Thu, 03 Aug 2000 18:25:30 +0100
16835              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
16836      Branch: perl
16837            ! regcomp.c t/op/re_tests
16838 ____________________________________________________________________________
16839 [  6507] By: jhi                                   on 2000/08/03  23:38:28
16840         Log: Subject: [PATCH] sv.h documentation - SvLEN
16841              From: Mike Guy <mjtg@cam.ac.uk>
16842              Date: Thu, 03 Aug 2000 14:43:09 +0100
16843              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
16844      Branch: perl
16845            ! sv.h
16846 ____________________________________________________________________________
16847 [  6506] By: jhi                                   on 2000/08/03  15:49:14
16848         Log: Disable the fix_pl hack for now.
16849      Branch: perl
16850            ! Makefile.SH
16851 ____________________________________________________________________________
16852 [  6505] By: jhi                                   on 2000/08/03  13:49:04
16853         Log: Add a URL for FSF.
16854              
16855              Subject: Patch for README
16856              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
16857              Date: Wed, 2 Aug 2000 13:25:09 -0500
16858              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
16859      Branch: perl
16860            ! README
16861 ____________________________________________________________________________
16862 [  6504] By: jhi                                   on 2000/08/03  13:29:19
16863         Log: Be more informative on what is skipped and why,
16864              also repeat the list at the end.
16865      Branch: perl
16866            ! Porting/p4desc
16867 ____________________________________________________________________________
16868 [  6503] By: jhi                                   on 2000/08/03  13:07:05
16869         Log: Circumvent the removal of .patch by fix_pl.
16870              
16871              Subject: Re: [ID 20000802.011] unable to 'make test'          
16872              From: simon@brecon.co.uk (Simon Cozens) 
16873              Date: 3 Aug 2000 04:17:00 GMT
16874              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
16875      Branch: perl
16876            ! Makefile.SH
16877 ____________________________________________________________________________
16878 [  6502] By: jhi                                   on 2000/08/03  00:14:34
16879         Log: Add the missing setproctitle unit.
16880      Branch: metaconfig/U/perl
16881            + d_setproctitle.U
16882 ____________________________________________________________________________
16883 [  6501] By: jhi                                   on 2000/08/03  00:00:26
16884         Log: The subtest 4 may fail also on VOBS, as pointed out
16885              by Nick Ing-Simmons in November 1999, bug id 19991124.003
16886              (but the failure in that bug report isn't the subtest 4).
16887      Branch: perl
16888            ! t/op/stat.t
16889 ____________________________________________________________________________
16890 [  6500] By: jhi                                   on 2000/08/02  23:49:30
16891         Log: Better skip message for the test; one of the two problems in
16892              
16893              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
16894              From: Lupe Christoph <lupe@lupe-christoph.de>
16895              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
16896              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
16897      Branch: perl
16898            ! t/op/numconvert.t
16899 ____________________________________________________________________________
16900 [  6499] By: jhi                                   on 2000/08/02  22:49:16
16901         Log: Allow "no Module;" even if there is no 'unimport'.
16902              
16903              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
16904              From: mjd@plover.com
16905              Date: 24 Mar 2000 15:24:34 -0000
16906              Message-Id: <20000324152434.15160.qmail@plover.com>
16907      Branch: perl
16908            ! gv.c
16909 ____________________________________________________________________________
16910 [  6498] By: jhi                                   on 2000/08/02  22:42:58
16911         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
16912              that are hopefully soon put into use.
16913      Branch: perl
16914            ! opcode.h opcode.pl opnames.h
16915 ____________________________________________________________________________
16916 [  6497] By: gsar                                  on 2000/08/02  22:28:59
16917         Log: require.t needs binmode() to work on windows
16918      Branch: perl
16919            ! t/comp/require.t
16920 ____________________________________________________________________________
16921 [  6496] By: jhi                                   on 2000/08/02  22:08:51
16922         Log: Document the IVdf UVuf UVof UVxf.
16923      Branch: perl
16924            ! pod/perlguts.pod
16925 ____________________________________________________________________________
16926 [  6495] By: jhi                                   on 2000/08/02  21:54:26
16927         Log: detypo #6494
16928      Branch: perl
16929            ! ext/Data/Dumper/Dumper.xs
16930 ____________________________________________________________________________
16931 [  6494] By: jhi                                   on 2000/08/02  21:49:17
16932         Log: Dump UVs as UVs in Data::Dumper.
16933              
16934              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
16935              From: Gurusamy Sarathy <gsar@ActiveState.com>
16936              Date: Thu, 27 Apr 2000 12:26:25 -0700
16937              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
16938      Branch: perl
16939            ! ext/Data/Dumper/Dumper.xs
16940 ____________________________________________________________________________
16941 [  6493] By: jhi                                   on 2000/08/02  17:01:58
16942         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
16943              From: Hugo <hv@crypt.compulink.co.uk>
16944              Date: Wed, 02 Aug 2000 14:53:56 +0100
16945              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
16946      Branch: perl
16947            ! regexec.c t/op/re_tests
16948 ____________________________________________________________________________
16949 [  6492] By: jhi                                   on 2000/08/02  15:02:46
16950         Log: The new setproctitle() feature is available only in 
16951              bleeding edge FreeBSD.  From Paul Saab.
16952      Branch: perl
16953            ! mg.c
16954 ____________________________________________________________________________
16955 [  6491] By: jhi                                   on 2000/08/02  13:34:36
16956         Log: The tr utf8 patching continues.
16957              
16958              Subject: Re: #6469, too many tests claimed in require.t
16959              From: simon@brecon.co.uk (Simon Cozens)
16960              Date: 2 Aug 2000 02:37:17 GMT
16961              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
16962              
16963              (the logic of the test was the wrong way round in the patch)
16964      Branch: perl
16965            ! doop.c
16966 ____________________________________________________________________________
16967 [  6490] By: jhi                                   on 2000/08/02  13:27:38
16968         Log: The name of a filehandle does not have <these>.
16969      Branch: perl
16970            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
16971            ! t/pragma/warn/pp_sys util.c
16972 ____________________________________________________________________________
16973 [  6489] By: jhi                                   on 2000/08/02  04:26:46
16974         Log: Remove the extraneous "main::" prefix from all the
16975              "opened only for", "on closed", and "never opened" warnings.
16976              
16977              Subject: Re: inappropriate warning
16978              From: Gurusamy Sarathy <gsar@ActiveState.com>
16979              Date: Mon, 20 Mar 2000 11:28:02 -0800
16980              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
16981      Branch: perl
16982            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
16983            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
16984            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
16985 ____________________________________________________________________________
16986 [  6488] By: jhi                                   on 2000/08/02  03:02:57
16987         Log: memcpy has n o in it, as pinted ut by Sarathy.
16988      Branch: perl
16989            ! pod/perlguts.pod
16990 ____________________________________________________________________________
16991 [  6487] By: jhi                                   on 2000/08/02  02:44:51
16992         Log: Document in one place the memory abstractions used in Perl core.
16993              
16994              Subject: Re: Memory abstraction
16995              From: simon@brecon.co.uk (Simon Cozens)
16996              Date: 2 Aug 2000 02:20:23 GMT
16997              Organization: Earth.li Origins
16998      Branch: perl
16999            ! pod/perlguts.pod
17000 ____________________________________________________________________________
17001 [  6486] By: jhi                                   on 2000/08/02  02:41:57
17002         Log: regen_headers, regen perltoc.
17003      Branch: perl
17004            ! perlapi.c pod/perltoc.pod
17005 ____________________________________________________________________________
17006 [  6485] By: jhi                                   on 2000/08/02  01:43:33
17007         Log: "This little thing tests for a file .patch, and if it contains
17008              a number, pops into patchlevel.h" (making it easier to track
17009              which development version people are reporting bugs against)
17010              
17011              Subject: Patchlevel autogeneration for repository perls
17012              From: simon@brecon.co.uk (Simon Cozens)
17013              Date: 14 Jul 2000 07:12:15 GMT
17014              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
17015      Branch: perl
17016            + fix_pl
17017            ! MANIFEST Makefile.SH
17018 ____________________________________________________________________________
17019 [  6484] By: jhi                                   on 2000/08/02  01:32:54
17020         Log: FreeBSD 3.* updates from
17021              
17022              From: Paul Saab <ps@yahoo-inc.com>
17023              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
17024              Date: Tue, 1 Aug 2000 15:41:39 -0700
17025              Message-Id: <20000801154139.A53740@yahoo-inc.com>
17026      Branch: perl
17027            ! hints/freebsd.sh
17028 ____________________________________________________________________________
17029 [  6483] By: jhi                                   on 2000/08/02  01:27:44
17030         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
17031              instead one must use setproctitle().  This was already addressed
17032              by change #6457, but the below has a new variant for FreeBSD 4.0
17033              or later, and the matter is also documented more.
17034              
17035              From: Paul Saab <ps@yahoo-inc.com>
17036              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
17037              Date: Tue, 1 Aug 2000 15:41:39 -0700
17038              Message-Id: <20000801154139.A53740@yahoo-inc.com>
17039      Branch: metaconfig/U/perl
17040            + i_libutil.U
17041      Branch: perl
17042            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
17043 ____________________________________________________________________________
17044 [  6482] By: jhi                                   on 2000/08/01  22:17:32
17045         Log: The test from this
17046              
17047              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
17048              Date: Sat, 15 Apr 2000 17:03:44 +0100
17049              From: Tom Hughes <tom@compton.nu>
17050              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
17051              
17052              was missing, the code change went in as #5989
17053              (which had a different test?)
17054      Branch: perl
17055            ! t/op/misc.t
17056 ____________________________________________________________________________
17057 [  6481] By: jhi                                   on 2000/08/01  21:48:38
17058         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
17059              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
17060              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
17061              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
17062      Branch: perl
17063            ! perl.h
17064 ____________________________________________________________________________
17065 [  6480] By: jhi                                   on 2000/08/01  18:05:28
17066         Log: Make p4desc to skip non-mainperl branches by default.
17067      Branch: perl
17068            ! Porting/p4desc
17069 ____________________________________________________________________________
17070 [  6479] By: jhi                                   on 2000/08/01  17:29:19
17071         Log: If gccosandvers is equal to osname, clear gccosandvers.
17072      Branch: metaconfig/U/perl
17073            ! gccvers.U
17074      Branch: perl
17075            ! Configure config_h.SH
17076 ____________________________________________________________________________
17077 [  6478] By: jhi                                   on 2000/08/01  15:54:08
17078         Log: BOM patching from Simon Cozens.
17079      Branch: perl
17080            ! toke.c
17081 ____________________________________________________________________________
17082 [  6477] By: jhi                                   on 2000/08/01  04:50:33
17083         Log: Stash away the largefiles flags and libswanted.
17084      Branch: perl
17085            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
17086 ____________________________________________________________________________
17087 [  6476] By: gsar                                  on 2000/08/01  04:24:24
17088         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
17089              on Windows)
17090      Branch: perl
17091            ! t/pragma/utf8.t utf8.c win32/win32.c
17092 ____________________________________________________________________________
17093 [  6475] By: jhi                                   on 2000/08/01  03:35:24
17094         Log: Make chr() for values >127 to create utf8 when under utf8.
17095              
17096              Subject: Re: uft8/chr()
17097              From: simon@brecon.co.uk (Simon Cozens)
17098              Date: 1 Aug 2000 02:37:02 GMT
17099              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
17100      Branch: perl
17101            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
17102 ____________________________________________________________________________
17103 [  6474] By: jhi                                   on 2000/08/01  02:36:18
17104         Log: In Digital UNIX warn if gcc explicitly chosen because even
17105              2.95.2 is known to cause problems.
17106      Branch: perl
17107            ! hints/dec_osf.sh
17108 ____________________________________________________________________________
17109 [  6473] By: jhi                                   on 2000/08/01  02:00:56
17110         Log: Make the safety catch for buggy gccs work with triple version
17111              numbers like 2.95.2.  Reported in
17112              
17113              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
17114              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
17115              Date: Mon, 31 Jul 2000 14:55:06 +0200
17116              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
17117      Branch: perl
17118            ! hints/dec_osf.sh
17119 ____________________________________________________________________________
17120 [  6472] By: jhi                                   on 2000/08/01  01:13:33
17121         Log: Subject: fix and question re: waitpid() under win32
17122              From: Brian Clarke <clarke@appliedmeta.com>
17123              Date: Fri, 28 Jul 2000 15:18:29 -0400
17124              Message-ID: <3981DC85.290314EB@appliedmeta.com>
17125              
17126              Slightly reformatted and WNOHANG # define moved to win32.h
17127              so that also POSIX.xs sees it, as suggsted by Sarathy.
17128      Branch: perl
17129            ! win32/win32.c win32/win32.h
17130 ____________________________________________________________________________
17131 [  6471] By: jhi                                   on 2000/08/01  00:55:05
17132         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
17133              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
17134              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
17135              Date: Mon, 31 Jul 2000 13:28:51 +0100
17136              
17137              (aka ID 20000730.002)
17138      Branch: perl
17139            ! op.c t/op/tr.t
17140 ____________________________________________________________________________
17141 [  6470] By: jhi                                   on 2000/07/31  23:34:42
17142         Log: Document the problem with -P in HP-UX and its workaround.
17143              
17144              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
17145              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
17146              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
17147              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
17148      Branch: perl
17149            ! README.hpux
17150 ____________________________________________________________________________
17151 [  6469] By: jhi                                   on 2000/07/31  04:15:02
17152         Log: The swallow_bom() saga continues.  The #23 of require.t
17153              (UTF16-LE) still fails (silently, no output) but the #22
17154              (UTF16-BE) seems to be working now.  The root of the
17155              failure may be in sv_gets(): is it UTF-16LE-aware,
17156              especially when it comes to line endings? 
17157      Branch: perl
17158            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
17159            ! t/comp/require.t toke.c utf8.c
17160 ____________________________________________________________________________
17161 [  6468] By: jhi                                   on 2000/07/30  19:05:48
17162         Log: Find green threads before native threads.
17163              
17164              Subject: Re: Patch to jpl/JNI/Makefile.PL
17165              From: Jens Thomsen <jens@fiend.cis.com>
17166              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
17167              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
17168      Branch: perl
17169            ! jpl/JNI/Makefile.PL
17170 ____________________________________________________________________________
17171 [  6467] By: jhi                                   on 2000/07/30  18:36:22
17172         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
17173      Branch: perl
17174            ! doop.c
17175 ____________________________________________________________________________
17176 [  6466] By: jhi                                   on 2000/07/30  04:37:29
17177         Log: A new version of the "remove UPPERACSE string comparison"
17178              operators.  The problem with the previous one (change #6454)
17179              was that it was for Perl 5.6.0.  From Paul Marquess.
17180      Branch: perl
17181            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
17182            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
17183            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
17184 ____________________________________________________________________________
17185 [  6465] By: jhi                                   on 2000/07/29  22:39:56
17186         Log: Do not upgrade SVs into utf8 just because they participate
17187              in eq or cmp.  Reported and fix suggested in
17188              
17189              Subject: [ID 20000720.009] sv_eq UTF8 bug
17190              From: "Simon Cozens" <simon@othersideofthe.earth.li>
17191              Date: 21 Jul 2000 04:37:29 -0000
17192              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
17193              
17194              Exercise for the kind reader: should we or should we not
17195              cache the utf8 conversion alonside the SV? (as magic,
17196              as thestrxfrm()ed version is cached under use locale)
17197              Argue both for and against.
17198      Branch: perl
17199            ! sv.c
17200 ____________________________________________________________________________
17201 [  6464] By: jhi                                   on 2000/07/29  22:36:22
17202         Log: Subject: UTF8 concat
17203              From: simon@brecon.co.uk (Simon Cozens) 
17204              Date: 30 Jun 2000 06:13:25 GMT
17205              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
17206              
17207              (with a memory leak fixed, plus a few casts added)
17208              
17209              This also seems to help for
17210              
17211              Subject: [ID 20000716.015] join UTF8 weirdness
17212              From: root <root@ak-71.mind.de> 
17213              Date: Sat, 15 Jul 2000 15:29:54 +0200
17214              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
17215              
17216              (from Andreas König)
17217      Branch: perl
17218            ! pp_hot.c
17219 ____________________________________________________________________________
17220 [  6463] By: jhi                                   on 2000/07/29  00:55:39
17221         Log: Tune the comments and hopefully stop a memory leak.
17222      Branch: perl
17223            ! toke.c utf8.c
17224 ____________________________________________________________________________
17225 [  6462] By: jhi                                   on 2000/07/29  00:16:53
17226         Log: The problem described in this
17227              
17228              Subject: [ID 20000322.018] named chars aren't magical enough
17229              From: root <root@dixie.cscaper.com>     
17230              Date: Wed, 22 Mar 2000 18:37:42 -0700
17231              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
17232              
17233              has been fixed in perl 5.6.0 but just in case added a test
17234              to keep it away.  (The report from Joseph Hall.)
17235      Branch: perl
17236            ! t/lib/charnames.t
17237 ____________________________________________________________________________
17238 [  6461] By: jhi                                   on 2000/07/28  23:56:36
17239         Log: Tiny fixes for #6460.
17240      Branch: metaconfig/U/perl
17241            ! gccvers.U
17242      Branch: perl
17243            ! Configure config_h.SH
17244 ____________________________________________________________________________
17245 [  6460] By: jhi                                   on 2000/07/28  23:24:41
17246         Log: Warn if the version of the operating system used to compile gcc
17247              differs from the current version of the operating system.
17248              Also display the gcc compilation os and version in myconfig.
17249              Inspiration from
17250              
17251              Subject: Re: [ID 20000710.003] ERRORS!!         
17252              From: "Kurt D. Starsinic" <kstar@chapin.edu>
17253              Date: Mon, 10 Jul 2000 15:54:16 -0400
17254              Message-ID: <20000710155416.A1384@O2.chapin.edu>
17255      Branch: metaconfig/U/perl
17256            ! gccvers.U
17257      Branch: perl
17258            ! Configure config_h.SH myconfig.SH
17259 ____________________________________________________________________________
17260 [  6459] By: jhi                                   on 2000/07/28  22:00:32
17261         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
17262              letter to $Config{osvers}.
17263      Branch: metaconfig
17264            ! U/modified/Oldconfig.U
17265      Branch: perl
17266            ! Configure config_h.SH
17267 ____________________________________________________________________________
17268 [  6458] By: jhi                                   on 2000/07/28  04:15:39
17269         Log: Back out #6454, doesn't seem to work.
17270              (Reason: that patch was for perl 5.6.0, not perl-current)
17271              (A version of the patch for perl-current came in later as #6466)
17272      Branch: perl
17273            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
17274            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
17275            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
17276 ____________________________________________________________________________
17277 [  6457] By: jhi                                   on 2000/07/27  23:31:49
17278         Log: Use setproctitle() if available to modify $0.
17279              
17280              Subject: setting $* on BSD4 broken
17281              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
17282              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
17283              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
17284      Branch: metaconfig
17285            ! U/modified/Myinit.U
17286      Branch: perl
17287            ! Configure config_h.SH mg.c
17288 ____________________________________________________________________________
17289 [  6456] By: jhi                                   on 2000/07/27  14:50:47
17290         Log: Allow "no AutoLoader;", based on change #6444,
17291              suggested by Graham Barr.
17292      Branch: perl
17293            ! lib/AutoLoader.pm
17294 ____________________________________________________________________________
17295 [  6455] By: jhi                                   on 2000/07/27  14:19:10
17296         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
17297              From: rspier@pobox.com (Robert Spier)
17298              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
17299              Message-ID: <14720.15855.787664.424783@rls.cx>
17300      Branch: perl
17301            ! pod/perldiag.pod
17302 ____________________________________________________________________________
17303 [  6454] By: jhi                                   on 2000/07/27  14:03:02
17304         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
17305              for a long time).
17306              
17307              Reported in
17308              
17309              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
17310              From: Ryan Herbert <rherbert@sycamorehq.com>
17311              Date: Mon, 17 Jul 2000 11:40:42 -0400
17312              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
17313              
17314              Patched in
17315              
17316              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
17317              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
17318              Date: Wed, 26 Jul 2000 23:40:18 +0100
17319              Message-ID: <000001bff752$79511880$0a17073e@tiny>
17320              
17321              based on an earlier patch from Stephen P. Potter.
17322              
17323              (Removed later by change #6458 because this patch was for
17324              perl 5.6.0, not perl-current)
17325      Branch: perl
17326            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
17327            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
17328            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
17329 ____________________________________________________________________________
17330 [  6453] By: jhi                                   on 2000/07/27  13:48:02
17331         Log: Subject: [PATCH] fixes bug 20000508.004
17332              From: Michael Stevens <mstevens@globnix.org>
17333              Date: Thu, 27 Jul 2000 13:49:04 +0100
17334              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
17335      Branch: perl
17336            ! pod/perldata.pod
17337 ____________________________________________________________________________
17338 [  6452] By: jhi                                   on 2000/07/26  23:51:26
17339         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
17340              and Craig A. Berry.
17341      Branch: perl
17342            ! lib/File/Temp.pm pod/perlport.pod
17343 ____________________________________________________________________________
17344 [  6451] By: jhi                                   on 2000/07/26  19:43:30
17345         Log: Be wary of close()s, too.
17346              
17347              Subject: Re: [PATCH] perlbug cleanup
17348              From: Tim Jenness <t.jenness@jach.hawaii.edu>
17349              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
17350              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
17351      Branch: perl
17352            ! utils/perlbug.PL
17353 ____________________________________________________________________________
17354 [  6450] By: jhi                                   on 2000/07/26  18:41:40
17355         Log: Subject: Minor doc patch: handy.h
17356              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
17357              Date: Wed, 26 Jul 2000 15:34:25 -0300
17358              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
17359      Branch: perl
17360            ! handy.h pod/perlapi.pod
17361 ____________________________________________________________________________
17362 [  6449] By: jhi                                   on 2000/07/26  18:23:55
17363         Log: Subject: [PATCH] minor doc change - perlguts
17364              From: Michael Stevens <mstevens@globnix.org>
17365              Date: Thu, 13 Jul 2000 12:39:18 +0100
17366              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
17367      Branch: perl
17368            ! pod/perlguts.pod
17369 ____________________________________________________________________________
17370 [  6448] By: jhi                                   on 2000/07/26  18:20:30
17371         Log: open() wariness in perlbug.
17372              
17373              Subject: [PATCH] perlbug cleanup
17374              From: Michael Stevens <mstevens@globnix.org>
17375              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
17376              Date: Thu, 13 Jul 2000 15:52:23 +0100
17377      Branch: perl
17378            ! utils/perlbug.PL
17379 ____________________________________________________________________________
17380 [  6447] By: jhi                                   on 2000/07/26  18:13:04
17381         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
17382      Branch: perl
17383            ! lib/File/Temp.pm t/lib/ftmp-security.t
17384 ____________________________________________________________________________
17385 [  6446] By: jhi                                   on 2000/07/26  18:06:32
17386         Log: docfix from Peter Scott <Peter@PSDT.com>.
17387      Branch: perl
17388            ! pod/perlfunc.pod
17389 ____________________________________________________________________________
17390 [  6445] By: jhi                                   on 2000/07/26  17:53:31
17391         Log: Fix *foo{FORMAT}.
17392              
17393              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17394              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
17395              Date: Wed, 26 Jul 2000 19:51:02 +0200
17396              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
17397              
17398              From: Graham Barr <gbarr@pobox.com>
17399              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
17400              Date: Wed, 26 Jul 2000 17:38:36 +0100
17401              Message-ID: <20000726173836.L472@pobox.com>
17402      Branch: perl
17403            ! pp.c sv.c t/op/gv.t
17404 ____________________________________________________________________________
17405 [  6444] By: jhi                                   on 2000/07/26  17:49:14
17406         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
17407              from Graham Barr in the module list.
17408      Branch: perl
17409            ! gv.c pod/perlobj.pod
17410 ____________________________________________________________________________
17411 [  6443] By: jhi                                   on 2000/07/26  16:06:56
17412         Log: More split() doc and test patches from Mike Guy.
17413      Branch: perl
17414            ! pod/perlfunc.pod t/op/split.t
17415 ____________________________________________________________________________
17416 [  6442] By: jhi                                   on 2000/07/26  16:05:30
17417         Log: MacOS nits from Matthias Neeracher.
17418      Branch: perl
17419            ! perl.c pp_ctl.c
17420 ____________________________________________________________________________
17421 [  6441] By: jhi                                   on 2000/07/26  04:39:57
17422         Log: Subject: [PATCH] split /^/
17423              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
17424              Date: Tue, 25 Jul 2000 14:18:57 +0100
17425              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
17426              
17427              (with notes from tchrist and gbarr)
17428      Branch: perl
17429            ! pod/perlfunc.pod t/op/split.t
17430 ____________________________________________________________________________
17431 [  6440] By: jhi                                   on 2000/07/26  04:32:32
17432         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
17433              From: Peter Prymmer <pvhp@forte.com>
17434              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
17435              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
17436      Branch: perl
17437            ! vms/munchconfig.c
17438 ____________________________________________________________________________
17439 [  6439] By: jhi                                   on 2000/07/26  04:31:01
17440         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
17441              to be fatal errors (instead of by default ignoring them, and
17442              ignoring with a bug: even though -w gave an error, the opening [
17443              was left in)  Reported in:
17444              
17445              Subject: [ID 20000716.024] [=cc=] / [:blank:]
17446              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
17447              Date: Sun, 16 Jul 2000 17:55:29 -0700
17448              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
17449      Branch: perl
17450            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
17451 ____________________________________________________________________________
17452 [  6438] By: jhi                                   on 2000/07/25  15:41:15
17453         Log: Subject: [PATCH] av.c apidoc
17454              From: simon@brecon.co.uk (Simon Cozens)
17455              Date: 24 Jul 2000 06:40:52 GMT
17456              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
17457      Branch: perl
17458            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
17459            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
17460 ____________________________________________________________________________
17461 [  6437] By: jhi                                   on 2000/07/25  14:05:36
17462         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
17463              From: "Stephen P. Potter" <spp@ds.net>
17464              Date: Mon, 24 Jul 2000 14:22:23 -0400
17465              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
17466      Branch: perl
17467            ! pod/perllocale.pod
17468 ____________________________________________________________________________
17469 [  6436] By: jhi                                   on 2000/07/25  14:02:03
17470         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
17471              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
17472              Date: Mon, 24 Jul 2000 18:04:28 +0100
17473              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
17474      Branch: perl
17475            ! t/lib/syslfs.t t/op/lfs.t
17476 ____________________________________________________________________________
17477 [  6435] By: jhi                                   on 2000/07/25  13:59:28
17478         Log: Get UTF16 BOMs working.  Patch from
17479              
17480              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
17481              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
17482              Date: Tue, 25 Jul 2000 12:52:45 +0100
17483              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
17484              
17485              and notes from
17486              
17487              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
17488              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
17489              Date: Tue, 25 Jul 2000 11:43:25 +0100
17490              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
17491      Branch: perl
17492            ! t/comp/require.t toke.c utf8.c
17493 ____________________________________________________________________________
17494 [  6434] By: jhi                                   on 2000/07/25  02:39:54
17495         Log: Make the "uninit variable" warning to say "concat or string"
17496              or "join or string" when in concat or join .
17497              
17498              Subject: Re: [ID 20000403.009] uninitialised concatenation???
17499              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
17500              Date: Tue, 04 Apr 2000 18:22:58 +0100
17501              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
17502              
17503              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
17504              From: William R Ward <hermit@BayView.COM>
17505              Date: Thu, 30 Mar 2000 19:50:03 -0800
17506              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
17507      Branch: perl
17508            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
17509            ! t/pragma/warn/op t/pragma/warn/sv
17510 ____________________________________________________________________________
17511 [  6433] By: jhi                                   on 2000/07/24  17:52:56
17512         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
17513      Branch: perl
17514            ! lib/File/Spec/VMS.pm
17515 ____________________________________________________________________________
17516 [  6432] By: jhi                                   on 2000/07/24  17:44:44
17517         Log: Test cases for #6431.
17518              
17519              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
17520              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
17521              Date: Mon, 24 Jul 2000 15:32:29 +0100
17522              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
17523      Branch: perl
17524            ! t/op/pat.t t/op/split.t
17525 ____________________________________________________________________________
17526 [  6431] By: jhi                                   on 2000/07/24  17:43:17
17527         Log: Bind op fix.
17528              
17529              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
17530              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
17531              Date: Mon, 17 Jul 2000 20:04:56 +0100
17532              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
17533      Branch: perl
17534            ! op.c
17535 ____________________________________________________________________________
17536 [  6430] By: jhi                                   on 2000/07/24  03:42:42
17537         Log: Subject: [ID 20000716.023] syslog test fails without sockets
17538              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
17539              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
17540              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
17541      Branch: metaconfig/U/perl
17542            ! Extensions.U
17543      Branch: perl
17544            ! Configure config_h.SH
17545 ____________________________________________________________________________
17546 [  6429] By: jhi                                   on 2000/07/24  03:11:52
17547         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
17548              case, but add also notes explaining the relationship of this
17549              patch and the earlier notes by Sarathy.
17550              
17551              Subject: Map is still slow
17552              From: "Ben Tilly" <ben_tilly@hotmail.com>
17553              Date: Sat, 15 Jul 2000 17:23:27 EDT
17554              Message-ID: <20000715212327.21656.qmail@hotmail.com>
17555      Branch: perl
17556            ! pp_ctl.c
17557 ____________________________________________________________________________
17558 [  6428] By: jhi                                   on 2000/07/24  02:58:52
17559         Log: Documentation to explain the behaviour of map().
17560              
17561              Subject: Re: Map is still slow 
17562              From: Gurusamy Sarathy <gsar@ActiveState.com>
17563              Date: Sat, 15 Jul 2000 16:05:09 -0700
17564              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
17565      Branch: perl
17566            ! pp_ctl.c
17567 ____________________________________________________________________________
17568 [  6427] By: jhi                                   on 2000/07/24  02:50:03
17569         Log: Add tests for
17570              [ID 19991110.003] another matching finding by pcre author
17571              which has already been fixed by some patch, as verified in
17572              
17573              Subject: Re: two regex bugs from the mists of time (well, last November)
17574              From: Hugo <hv@crypt.compulink.co.uk>
17575              Date: Sat, 22 Jul 2000 18:12:58 +0100
17576              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
17577      Branch: perl
17578            ! t/op/re_tests
17579 ____________________________________________________________________________
17580 [  6426] By: jhi                                   on 2000/07/24  02:11:20
17581         Log: A missing 'break' after the [[:space:]] switch case.
17582              
17583              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
17584              From: "Stephen P. Potter" <spp@ds.net>
17585              Date: Tue, 18 Jul 2000 16:25:17 -0400
17586              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
17587      Branch: perl
17588            ! regcomp.c
17589 ____________________________________________________________________________
17590 [  6425] By: jhi                                   on 2000/07/24  02:06:12
17591         Log: The output might have been produced in the wrong order.
17592              
17593              Subject: [ID 20000720.003] [PATCH] t/op/write.t
17594              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
17595              Date: Thu, 20 Jul 2000 18:49:18 +0100
17596              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
17597      Branch: perl
17598            ! t/op/write.t
17599 ____________________________________________________________________________
17600 [  6424] By: jhi                                   on 2000/07/24  02:00:07
17601         Log: Use STDOUT consistently.
17602              
17603              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
17604              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
17605              Date: Thu, 20 Jul 2000 18:04:01 +0100
17606              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
17607      Branch: perl
17608            ! lib/Test/Harness.pm
17609 ____________________________________________________________________________
17610 [  6423] By: jhi                                   on 2000/07/24  01:54:54
17611         Log: Protect against "wild next"s, that is, callbacks doing "next"
17612              instead of "return".
17613              
17614              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
17615              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
17616              Date: Tue, 18 Jul 2000 11:30:16 +0100
17617              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
17618      Branch: perl
17619            ! lib/File/Find.pm
17620 ____________________________________________________________________________
17621 [  6422] By: jhi                                   on 2000/07/24  01:35:47
17622         Log: Out-of-date note removed.
17623              
17624              Subject: [PATCH] documentation perlipc
17625              From: rspier@pobox.com (Robert Spier)
17626              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
17627              Message-ID: <14711.35178.572612.502654@rls.cx>
17628      Branch: perl
17629            ! pod/perlipc.pod
17630 ____________________________________________________________________________
17631 [  6421] By: jhi                                   on 2000/07/24  00:09:18
17632         Log: Send all installperl messages to STDERR and be -w clean.
17633              
17634              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
17635              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
17636              Date: Sat, 22 Jul 2000 14:02:11 +0100
17637              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
17638      Branch: perl
17639            ! installperl
17640 ____________________________________________________________________________
17641 [  6420] By: jhi                                   on 2000/07/24  00:04:19
17642         Log: Decutandpasto.
17643              
17644              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
17645              From: "Richard Soderberg" <rs@crystalflame.net>
17646              Date: Sun, 23 Jul 2000 01:37:23 -0700
17647              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
17648      Branch: perl
17649            ! pod/perlipc.pod
17650 ____________________________________________________________________________
17651 [  6419] By: jhi                                   on 2000/07/24  00:01:12
17652         Log: A cleaner abs_path().
17653              Subject: Re: unix alternative to Cwd.pm
17654              From: Jeff Pinyan <jeffp@crusoe.net>
17655              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
17656              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
17657      Branch: perl
17658            ! lib/Cwd.pm
17659 ____________________________________________________________________________
17660 [  6418] By: jhi                                   on 2000/07/23  23:48:56
17661         Log: Detypo.
17662              
17663              Subject: [PATCH perl-current] Typo in hints/powerux.sh
17664              From: "Richard Soderberg" <rs@crystalflame.net>
17665              Date: Sun, 23 Jul 2000 01:27:33 -0700
17666              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
17667      Branch: perl
17668            ! hints/powerux.sh
17669 ____________________________________________________________________________
17670 [  6417] By: jhi                                   on 2000/07/17  22:13:31
17671         Log: Subject: SDBM_File documentation
17672              From: mjd@plover.com
17673              Date: 16 Jul 2000 17:41:17 -0000
17674              Message-ID: <20000716174117.18515.qmail@plover.com>
17675      Branch: perl
17676            ! ext/SDBM_File/SDBM_File.pm
17677 ____________________________________________________________________________
17678 [  6416] By: jhi                                   on 2000/07/17  19:13:26
17679         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
17680      Branch: perl
17681            ! hints/mpeix.sh mpeix/relink
17682 ____________________________________________________________________________
17683 [  6415] By: jhi                                   on 2000/07/15  14:11:02
17684         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
17685              the utf8 'characters' can be more than one octet).
17686              
17687              Date: Sat, 15 Jul 2000 00:21:56 +0100
17688              From: Tom Hughes <tom@compton.nu>
17689              Subject: Re: [ID 20000714.002]
17690              Message-ID: <db2334de49.tom@compton.compton.nu>
17691              
17692              Reported in
17693              
17694              Subject: [ID 20000714.002]
17695              From: "Simon Cozens" <simon@othersideofthe.earth.li>
17696              Date: 14 Jul 2000 15:13:09 -0000
17697              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
17698      Branch: perl
17699            ! doop.c
17700 ____________________________________________________________________________
17701 [  6414] By: jhi                                   on 2000/07/15  03:13:41
17702         Log: another VMS build tweak from Peter Prymmer
17703      Branch: perl
17704            ! vms/descrip_mms.template
17705 ____________________________________________________________________________
17706 [  6413] By: jhi                                   on 2000/07/15  03:10:40
17707         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
17708      Branch: perl
17709            ! vms/perlvms.pod
17710 ____________________________________________________________________________
17711 [  6412] By: jhi                                   on 2000/07/15  00:31:05
17712         Log: More docs for sv functions.
17713              
17714              Subject: [PATCH cfgperl] sv.c apidoc
17715              From: simon@brecon.co.uk (Simon Cozens)
17716              Date: 13 Jul 2000 09:00:20 GMT
17717              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
17718              
17719              Subject: Re: [PATCH cfgperl] sv.c apidoc
17720              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
17721              Date: Thu, 13 Jul 2000 12:27:41 +0100
17722              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
17723              
17724              Subject: Re: [PATCH cfgperl] sv.c apidoc
17725              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
17726              Date: Thu, 13 Jul 2000 13:23:09 +0100
17727              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
17728              
17729              Subject: Re: [PATCH cfgperl] sv.c apidoc
17730              From: simon@brecon.co.uk (Simon Cozens)
17731              Date: 14 Jul 2000 06:51:02 GMT
17732              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
17733      Branch: perl
17734            ! embed.pl pod/perlapi.pod sv.c
17735 ____________________________________________________________________________
17736 [  6411] By: jhi                                   on 2000/07/15  00:10:41
17737         Log: lib/b test fixes from Peter Prymmer.
17738      Branch: perl
17739            ! t/lib/b.t
17740 ____________________________________________________________________________
17741 [  6410] By: jhi                                   on 2000/07/15  00:02:09
17742         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
17743              From: Hugo <hv@crypt.compulink.co.uk>
17744              Date: Fri, 14 Jul 2000 23:05:20 +0100
17745              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
17746              
17747              Didn't anymore apply, but that point still could use another fix.
17748      Branch: perl
17749            ! pod/perlfunc.pod
17750 ____________________________________________________________________________
17751 [  6409] By: jhi                                   on 2000/07/14  23:15:15
17752         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
17753              not in pod, from Peter Prymmer
17754      Branch: perl
17755            ! vms/descrip_mms.template
17756 ____________________________________________________________________________
17757 [  6408] By: jhi                                   on 2000/07/14  20:35:05
17758         Log: The bug report
17759              [ID 19991110.002] minimal matching discrepancy found by pcre author
17760              seems to have been fixed (though differently from what was suggested
17761              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
17762      Branch: perl
17763            ! t/op/re_tests
17764 ____________________________________________________________________________
17765 [  6407] By: jhi                                   on 2000/07/14  17:38:08
17766         Log: Fix AutoSplit to use File::Spec the right way in VMS,
17767              from Peter Prymmer.
17768      Branch: perl
17769            ! lib/AutoSplit.pm
17770 ____________________________________________________________________________
17771 [  6406] By: jhi                                   on 2000/07/14  14:13:22
17772         Log: Merge perlhacktut into perlhack, update perlguts.
17773              
17774              Subject: Re: Perlhacktut
17775              From: simon@brecon.co.uk (Simon Cozens)
17776              Date: 14 Jul 2000 06:49:21 GMT
17777              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
17778              
17779              Subject: Re: Perlhacktut
17780              From: simon@brecon.co.uk (Simon Cozens)
17781              Date: 14 Jul 2000 07:09:45 GMT
17782              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
17783      Branch: perl
17784            ! pod/perlguts.pod pod/perlhack.pod
17785 ____________________________________________________________________________
17786 [  6405] By: jhi                                   on 2000/07/14  14:02:31
17787         Log: Integrate with Sarathy.
17788      Branch: cfgperl
17789           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
17790           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
17791           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
17792 ____________________________________________________________________________
17793 [  6404] By: gsar                                  on 2000/07/14  12:15:02
17794         Log: PERL_OBJECT build tweaks
17795      Branch: perl
17796            ! toke.c
17797 ____________________________________________________________________________
17798 [  6403] By: gsar                                  on 2000/07/14  11:23:41
17799         Log: inconsistent types needs casts
17800      Branch: perl
17801            ! toke.c
17802 ____________________________________________________________________________
17803 [  6402] By: gsar                                  on 2000/07/14  11:12:04
17804         Log: typos in change#6399, regen headers
17805      Branch: perl
17806            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
17807 ____________________________________________________________________________
17808 [  6401] By: gsar                                  on 2000/07/14  10:59:12
17809         Log: typecasts needed for change#6394
17810      Branch: perl
17811            ! toke.c
17812 ____________________________________________________________________________
17813 [  6400] By: gsar                                  on 2000/07/14  10:49:37
17814         Log: integrate cfgperl contents into mainline
17815      Branch: perl
17816           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
17817           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
17818 ____________________________________________________________________________
17819 [  6399] By: gsar                                  on 2000/07/14  10:38:35
17820         Log: enable UTF-16 filter by default if relevant BOM is seen; various
17821              cleanups (typos, misformatted code, and small bugs)
17822      Branch: perl
17823            ! doop.c embed.pl mg.c op.c pp.c toke.c
17824 ____________________________________________________________________________
17825 [  6398] By: gsar                                  on 2000/07/14  08:55:38
17826         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
17827              name suggests anyway)
17828      Branch: perl
17829            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
17830 ____________________________________________________________________________
17831 [  6397] By: gsar                                  on 2000/07/14  08:44:33
17832         Log: move new variables to the end of the interpreter structure (for
17833              bincompat in code that doesn't #include XSUB.h)
17834      Branch: perl
17835            ! intrpvar.h
17836 ____________________________________________________________________________
17837 [  6396] By: gsar                                  on 2000/07/14  08:13:58
17838         Log: MakeMaker should not remove editor backups (*~) on `make clean`
17839              by default (completes change#6383)
17840      Branch: perl
17841            ! lib/ExtUtils/MM_Unix.pm
17842 ____________________________________________________________________________
17843 [  6395] By: jhi                                   on 2000/07/14  05:20:33
17844         Log: Replace change #6337 with a better one.
17845              
17846              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
17847              From: Hugo <hv@crypt.compulink.co.uk>
17848              Date: Fri, 14 Jul 2000 04:16:20 +0100
17849              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
17850      Branch: cfgperl
17851            ! regexec.c t/op/re_tests
17852 ____________________________________________________________________________
17853 [  6394] By: jhi                                   on 2000/07/14  01:33:59
17854         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
17855      Branch: cfgperl
17856            ! embed.pl global.sym proto.h toke.c
17857 ____________________________________________________________________________
17858 [  6393] By: jhi                                   on 2000/07/13  23:41:23
17859         Log: remove discarded test
17860      Branch: cfgperl
17861            ! MANIFEST
17862 ____________________________________________________________________________
17863 [  6392] By: jhi                                   on 2000/07/13  23:32:25
17864         Log: The {multiplier} of a fixed substring was overlooked which
17865              caused a wrong initial search offset for that substring.
17866              
17867              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
17868              From: Hugo <hv@crypt.compulink.co.uk>
17869              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
17870              Date: Thu, 13 Jul 2000 19:27:13 +0100
17871      Branch: cfgperl
17872            ! regcomp.c t/op/re_tests
17873 ____________________________________________________________________________
17874 [  6391] By: jhi                                   on 2000/07/13  16:37:42
17875         Log: typo fix from Craig Berry
17876      Branch: cfgperl
17877            ! vms/subconfigure.com
17878 ____________________________________________________________________________
17879 [  6390] By: jhi                                   on 2000/07/13  13:20:12
17880         Log: Integrate with Sarathy.
17881      Branch: cfgperl
17882            - t/op/method2entersub.t
17883           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
17884           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
17885           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
17886           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
17887 ____________________________________________________________________________
17888 [  6389] By: jhi                                   on 2000/07/13  13:18:48
17889         Log: Detypo from Peter Prymmer, part of #6388.
17890      Branch: cfgperl
17891            ! Configure config_h.SH
17892      Branch: metaconfig
17893            ! U/modified/d_longlong.U
17894 ____________________________________________________________________________
17895 [  6388] By: gsar                                  on 2000/07/13  06:33:40
17896         Log: typos (spotted by Peter Prymmer)
17897      Branch: perl
17898            ! Configure t/lib/english.t
17899 ____________________________________________________________________________
17900 [  6387] By: gsar                                  on 2000/07/13  05:35:28
17901         Log: new selfloader.t in change#6183 doesn't close DATA handles,
17902              and thus fails to clean up tmp files on dosish platforms
17903      Branch: perl
17904            ! t/lib/selfloader.t
17905 ____________________________________________________________________________
17906 [  6386] By: gsar                                  on 2000/07/12  21:42:39
17907         Log: sprintf test tweaks (from Dominic Dunlop)
17908      Branch: perl
17909            ! t/op/sprintf.t
17910 ____________________________________________________________________________
17911 [  6385] By: gsar                                  on 2000/07/12  21:33:46
17912         Log: fix bugs in processing %v-*d and similar format specs (from
17913              Avi Finkel <avi@finkel.org>)
17914      Branch: perl
17915            ! sv.c t/op/sprintf.t
17916 ____________________________________________________________________________
17917 [  6384] By: gsar                                  on 2000/07/12  16:04:19
17918         Log: readd missing perldelta.pod changes from changes#6339,6376
17919      Branch: perl
17920            ! pod/perldelta.pod
17921 ____________________________________________________________________________
17922 [  6383] By: gsar                                  on 2000/07/12  16:00:51
17923         Log: don't clobber *.orig files on *clean targets
17924      Branch: perl
17925            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
17926 ____________________________________________________________________________
17927 [  6382] By: gsar                                  on 2000/07/12  07:59:12
17928         Log: fix broken integrations in cfgperl
17929      Branch: cfgperl
17930           !> Changes pod/perldelta.pod
17931 ____________________________________________________________________________
17932 [  6381] By: gsar                                  on 2000/07/12  07:42:17
17933         Log: integrate cfgperl changes into mainline
17934      Branch: perl
17935            ! Changes
17936           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
17937           !> pod/perlre.pod
17938 ____________________________________________________________________________
17939 [  6380] By: gsar                                  on 2000/07/12  07:31:00
17940         Log: get sprintf.t to adjust properly for 3-digit exponents
17941      Branch: perl
17942            ! t/op/sprintf.t
17943 ____________________________________________________________________________
17944 [  6379] By: gsar                                  on 2000/07/12  06:40:04
17945         Log: change#6174 needs corresponding change in win32/config_h.PL,
17946              which grovels through config_h.SH to find the config.h name
17947      Branch: perl
17948            ! win32/config_h.PL
17949 ____________________________________________________________________________
17950 [  6378] By: jhi                                   on 2000/07/12  05:03:59
17951         Log: Do the cc sanity check both before the hints and
17952              after the cc selction.
17953      Branch: cfgperl
17954            ! Configure config_h.SH
17955      Branch: metaconfig
17956            ! U/modified/Oldconfig.U U/modified/cc.U
17957      Branch: metaconfig/U/perl
17958            + Checkcc.U
17959 ____________________________________________________________________________
17960 [  6377] By: jhi                                   on 2000/07/12  02:49:22
17961         Log: Fix nits noticed by Boston.pm.
17962      Branch: cfgperl
17963            ! pod/perlre.pod
17964 ____________________________________________________________________________
17965 [  6376] By: jhi                                   on 2000/07/11  21:22:13
17966         Log: Configure cosmetics and perldelta.
17967      Branch: cfgperl
17968            ! Configure config_h.SH pod/perldelta.pod
17969      Branch: metaconfig
17970            ! U/modified/cc.U
17971 ____________________________________________________________________________
17972 [  6375] By: gsar                                  on 2000/07/11  21:17:35
17973         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
17974      Branch: perl
17975            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
17976            ! win32/win32sck.c
17977 ____________________________________________________________________________
17978 [  6374] By: gsar                                  on 2000/07/11  20:48:50
17979         Log: tweak for build failure under multiplicity
17980      Branch: perl
17981            ! toke.c
17982 ____________________________________________________________________________
17983 [  6373] By: gsar                                  on 2000/07/11  20:37:23
17984         Log: integrate cfgperl changes#6325..6373 into mainline
17985              (NOTE: today's batch of integrations still untested)
17986      Branch: perl
17987           +> ext/DynaLoader/hints/netbsd.pl
17988            ! Changes
17989           !> (integrate 26 files)
17990 ____________________________________________________________________________
17991 [  6372] By: jhi                                   on 2000/07/11  20:30:36
17992         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
17993              regen perltoc.
17994      Branch: cfgperl
17995            + pod/perlbook.pod
17996            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
17997            ! pod/perltoc.pod
17998 ____________________________________________________________________________
17999 [  6371] By: jhi                                   on 2000/07/11  20:08:56
18000         Log: Minor cleanups on the booklist.
18001      Branch: cfgperl
18002            ! pod/perlfaq2.pod
18003 ____________________________________________________________________________
18004 [  6370] By: jhi                                   on 2000/07/11  19:31:13
18005         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
18006      Branch: cfgperl
18007            ! t/pragma/overload.t
18008 ____________________________________________________________________________
18009 [  6369] By: gsar                                  on 2000/07/11  19:27:48
18010         Log: integrate cfgperl changes#6293..6324 into mainline
18011      Branch: perl
18012           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
18013            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
18014           !> (integrate 30 files)
18015 ____________________________________________________________________________
18016 [  6368] By: gsar                                  on 2000/07/11  19:18:57
18017         Log: skip integrate of problematic change#6292 from cfgperl into mainline
18018      Branch: perl
18019           !> pp_hot.c
18020 ____________________________________________________________________________
18021 [  6367] By: gsar                                  on 2000/07/11  19:17:21
18022         Log: integrate cfgperl changes#6288..6290 into mainline
18023      Branch: perl
18024           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
18025 ____________________________________________________________________________
18026 [  6366] By: gsar                                  on 2000/07/11  19:11:18
18027         Log: integrate cfgperl changes#6268..6282 into mainline
18028      Branch: perl
18029           !> (integrate 30 files)
18030 ____________________________________________________________________________
18031 [  6365] By: gsar                                  on 2000/07/11  18:57:00
18032         Log: delete new accidentally branched file
18033      Branch: perl
18034            - t/op/method2entersub.t
18035 ____________________________________________________________________________
18036 [  6364] By: gsar                                  on 2000/07/11  18:55:13
18037         Log: skip integrate of change#6267 from cfgperl into mainline (the
18038              method call optimization is flawed without additional hints
18039              from user about immutableness of @ISA and no runtime method
18040              definitions)
18041      Branch: perl
18042           +> t/op/method2entersub.t
18043           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
18044           !> perl.h t/op/sprintf.t xsutils.c
18045 ____________________________________________________________________________
18046 [  6363] By: gsar                                  on 2000/07/11  18:49:43
18047         Log: integrate cfgperl changes#6261..6266 into mainline
18048      Branch: perl
18049           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
18050           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
18051           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
18052           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
18053 ____________________________________________________________________________
18054 [  6362] By: gsar                                  on 2000/07/11  18:43:26
18055         Log: integrate cfgperl changes#6252..6260 into mainline
18056      Branch: perl
18057           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
18058           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
18059           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
18060           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
18061 ____________________________________________________________________________
18062 [  6361] By: gsar                                  on 2000/07/11  18:37:12
18063         Log: skip integrate of problematic change#6251 from cfgperl into mainline
18064      Branch: perl
18065           !> lib/Exporter.pm
18066 ____________________________________________________________________________
18067 [  6360] By: gsar                                  on 2000/07/11  18:34:56
18068         Log: integrate cfgperl change#6250 into mainline
18069      Branch: perl
18070           +> t/op/my_stash.t
18071           !> MANIFEST embed.pl proto.h toke.c
18072 ____________________________________________________________________________
18073 [  6359] By: gsar                                  on 2000/07/11  18:21:19
18074         Log: integrate cfgperl changes#6242..6249 into mainline
18075      Branch: perl
18076           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
18077           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
18078           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
18079           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
18080           !> t/lib/peek.t utf8.c
18081 ____________________________________________________________________________
18082 [  6358] By: gsar                                  on 2000/07/11  18:15:45
18083         Log: skip integrate of problematic change#6241 from cfgperl into mainline
18084      Branch: perl
18085           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
18086 ____________________________________________________________________________
18087 [  6357] By: jhi                                   on 2000/07/11  18:15:16
18088         Log: Fix for
18089              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
18090              From: Roderick Schertler <roderick@argon.org> 
18091              Date: Tue, 11 Jul 2000 13:55:05 -0400 
18092              Message-Id: <200007111755.NAA05077@jones.argon.org> 
18093      Branch: cfgperl
18094            ! doio.c
18095 ____________________________________________________________________________
18096 [  6356] By: jhi                                   on 2000/07/11  18:12:51
18097         Log: Typo in #6341.
18098      Branch: cfgperl
18099            ! pp_hot.c
18100 ____________________________________________________________________________
18101 [  6355] By: gsar                                  on 2000/07/11  18:12:10
18102         Log: integrate cfgperl changes#6231..6240 into mainline
18103      Branch: perl
18104           +> pod/perlutil.pod
18105           !> (integrate 35 files)
18106 ____________________________________________________________________________
18107 [  6354] By: jhi                                   on 2000/07/11  18:04:34
18108         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
18109              From: Dominic Dunlop <domo@computer.org> 
18110              Date: Tue, 11 Jul 2000 12:27:33 +0200 
18111              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
18112              
18113              Replaces change #6268.
18114      Branch: cfgperl
18115            ! t/op/sprintf.t
18116 ____________________________________________________________________________
18117 [  6353] By: gsar                                  on 2000/07/11  17:59:51
18118         Log: skip integrate of problematic change#6230 from cfgperl into mainline
18119              (a later version of File::Spec is already in mainline)
18120      Branch: perl
18121           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
18122           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
18123 ____________________________________________________________________________
18124 [  6352] By: gsar                                  on 2000/07/11  17:57:48
18125         Log: integrate cfgperl changes#6224..6229 into mainline
18126      Branch: perl
18127           +> lib/lib.pm.PL
18128            - lib/lib.pm
18129           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
18130           !> lib/English.pm op.c t/lib/english.t
18131 ____________________________________________________________________________
18132 [  6351] By: gsar                                  on 2000/07/11  17:50:10
18133         Log: skip integrate of problematic change#6223 from cfgperl into mainline
18134      Branch: perl
18135           !> doio.c
18136 ____________________________________________________________________________
18137 [  6350] By: gsar                                  on 2000/07/11  17:48:28
18138         Log: integrate cfgperl changes#6220..6222 into mainline
18139      Branch: perl
18140           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
18141           !> toke.c utf8.c win32/win32.h
18142 ____________________________________________________________________________
18143 [  6349] By: gsar                                  on 2000/07/11  17:46:13
18144         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
18145              mainline
18146      Branch: perl
18147           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
18148           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
18149           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
18150 ____________________________________________________________________________
18151 [  6348] By: jhi                                   on 2000/07/11  17:45:49
18152         Log: README.posix-bc podified from Thomas Dorner.
18153      Branch: cfgperl
18154            ! README.posix-bc
18155 ____________________________________________________________________________
18156 [  6347] By: gsar                                  on 2000/07/11  17:42:04
18157         Log: integrate cfgperl change#6217 into mainline
18158      Branch: perl
18159           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
18160           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
18161           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
18162 ____________________________________________________________________________
18163 [  6346] By: gsar                                  on 2000/07/11  17:39:37
18164         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
18165              mainline
18166      Branch: perl
18167           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
18168           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
18169           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
18170           !> perlapi.h pod/perlapi.pod
18171 ____________________________________________________________________________
18172 [  6345] By: gsar                                  on 2000/07/11  17:36:42
18173         Log: integrate cfgperl changes#6207..6210 into mainline
18174      Branch: perl
18175           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
18176           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
18177 ____________________________________________________________________________
18178 [  6344] By: gsar                                  on 2000/07/11  17:31:20
18179         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
18180              mainline
18181      Branch: perl
18182           !> (integrate 40 files)
18183 ____________________________________________________________________________
18184 [  6343] By: gsar                                  on 2000/07/11  17:19:08
18185         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
18186      Branch: perl
18187           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
18188            ! Changes
18189           !> (integrate 34 files)
18190 ____________________________________________________________________________
18191 [  6342] By: jhi                                   on 2000/07/11  16:05:48
18192         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
18193              To: perl5-porters@perl.org
18194              From: Karsten Sperling <spiff@phreax.net>
18195              Date: Mon, 10 Jul 2000 15:12:52 +0200
18196              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
18197      Branch: cfgperl
18198            ! lib/Symbol.pm
18199 ____________________________________________________________________________
18200 [  6341] By: jhi                                   on 2000/07/11  15:59:23
18201         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
18202              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
18203              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
18204              Date: Fri, 07 Jul 2000 17:57:16 +0100
18205      Branch: cfgperl
18206            ! pp_hot.c
18207 ____________________________________________________________________________
18208 [  6340] By: jhi                                   on 2000/07/11  15:55:47
18209         Log: Subject: Re: format bug report  [Patch]
18210              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18211              Date: Wed, 05 Jul 2000 13:12:52 +0200
18212              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
18213              
18214              Subject: Re: format bug report  [Patch]
18215              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18216              Date: Wed, 05 Jul 2000 14:10:01 +0200
18217              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
18218      Branch: cfgperl
18219            ! t/op/write.t toke.c
18220 ____________________________________________________________________________
18221 [  6339] By: jhi                                   on 2000/07/11  13:54:09
18222         Log: Be less forgiving about ambiguous and illegal tr ranges.
18223              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
18224              From: Mark-Jason Dominus <mjd@plover.com>
18225              Date: Tue, 04 Jul 2000 10:00:12 -0400
18226              Message-ID: <20000704140012.17772.qmail@plover.com>
18227              
18228              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
18229              From: Mark-Jason Dominus <mjd@plover.com>
18230              Date: Wed, 05 Jul 2000 09:37:36 -0400
18231              Message-ID: <20000705133736.27293.qmail@plover.com>
18232      Branch: cfgperl
18233            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
18234 ____________________________________________________________________________
18235 [  6338] By: jhi                                   on 2000/07/11  13:31:24
18236         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
18237              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
18238              Date: Tue, 11 Jul 2000 13:50:51 +0100
18239              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
18240      Branch: cfgperl
18241            ! sv.c
18242 ____________________________________________________________________________
18243 [  6337] By: jhi                                   on 2000/07/11  13:29:14
18244         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
18245              From: Hugo <hv@crypt.compulink.co.uk>
18246              Date: Tue, 11 Jul 2000 12:44:50 +0100
18247              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
18248      Branch: cfgperl
18249            ! regexec.c t/op/re_tests
18250 ____________________________________________________________________________
18251 [  6336] By: jhi                                   on 2000/07/11  13:26:47
18252         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
18253              From: simon@brecon.co.uk (Simon Cozens)
18254              Date: 7 Jul 2000 11:26:09 GMT
18255              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
18256      Branch: cfgperl
18257            ! mg.c
18258 ____________________________________________________________________________
18259 [  6335] By: jhi                                   on 2000/07/11  13:23:37
18260         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
18261              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
18262              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
18263              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
18264      Branch: cfgperl
18265            + ext/DynaLoader/hints/netbsd.pl
18266            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
18267 ____________________________________________________________________________
18268 [  6334] By: jhi                                   on 2000/07/11  13:20:38
18269         Log: Subject: PATCH perlguts.pod: Document D and d magic types
18270              From: mjd@plover.com
18271              Date: 5 Jul 2000 18:01:51 -0000
18272              Message-ID: <20000705180151.29413.qmail@plover.com>
18273      Branch: cfgperl
18274            ! pod/perlguts.pod
18275 ____________________________________________________________________________
18276 [  6333] By: jhi                                   on 2000/07/11  13:15:51
18277         Log: Precedence goof, fix based on
18278              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
18279              From: Hugo <hv@crypt.compulink.co.uk>
18280              Date: Tue, 11 Jul 2000 12:52:38 +0100
18281              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
18282      Branch: cfgperl
18283            ! t/op/taint.t
18284 ____________________________________________________________________________
18285 [  6332] By: jhi                                   on 2000/07/11  12:40:17
18286         Log: Integrate with Sarathy.
18287      Branch: cfgperl
18288           !> win32/win32sck.c
18289 ____________________________________________________________________________
18290 [  6331] By: jhi                                   on 2000/07/10  20:14:16
18291         Log: Sprinkle ldlibpath.
18292      Branch: cfgperl
18293            ! pod/Makefile.SH
18294 ____________________________________________________________________________
18295 [  6330] By: jhi                                   on 2000/07/10  17:54:49
18296         Log: More POSIX.pod tweaks.
18297      Branch: cfgperl
18298            ! ext/POSIX/POSIX.pod
18299 ____________________________________________________________________________
18300 [  6329] By: jhi                                   on 2000/07/10  14:02:12
18301         Log: Reorder perl.pod once more.
18302      Branch: cfgperl
18303            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
18304 ____________________________________________________________________________
18305 [  6328] By: gsar                                  on 2000/07/10  07:06:00
18306         Log: accept() leaks memory on windows due to incorrect ordering of
18307              closesocket() and fclose() calls
18308      Branch: perl
18309            ! win32/win32sck.c
18310 ____________________________________________________________________________
18311 [  6327] By: gsar                                  on 2000/07/10  06:49:17
18312         Log: winsock options weren't being set in all threads under ithreads
18313              (caused send()s from second and subsequent threads to fail)
18314      Branch: perl
18315            ! win32/win32sck.c
18316 ____________________________________________________________________________
18317 [  6326] By: jhi                                   on 2000/07/08  02:45:40
18318         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
18319              was cast to an unsigned (32-bit) integer with wild abandon.
18320      Branch: cfgperl
18321            ! ext/Devel/DProf/DProf.xs
18322 ____________________________________________________________________________
18323 [  6325] By: jhi                                   on 2000/07/07  18:50:33
18324         Log: Remove perlbook, update perlfaq book listing,
18325              rearrange perl.pod, regenerate perltoc.
18326      Branch: cfgperl
18327            - pod/perlbook.pod
18328            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
18329            ! pod/perlfaq2.pod pod/perltoc.pod
18330 ____________________________________________________________________________
18331 [  6324] By: jhi                                   on 2000/07/07  14:03:40
18332         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
18333      Branch: cfgperl
18334            ! sv.h toke.c
18335 ____________________________________________________________________________
18336 [  6323] By: jhi                                   on 2000/07/06  16:03:55
18337         Log: Fix complaints of buildtoc.
18338      Branch: cfgperl
18339            + lib/Win32.pod
18340            - pod/Win32.pod
18341            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
18342 ____________________________________________________________________________
18343 [  6322] By: jhi                                   on 2000/07/06  15:15:52
18344         Log: Add =head1 NAMEs so that buildtoc is happy.
18345              (The CGI::Util nit reported to Lincoln.)
18346      Branch: cfgperl
18347            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
18348            ! pod/perltoc.pod
18349 ____________________________________________________________________________
18350 [  6321] By: jhi                                   on 2000/07/06  03:16:04
18351         Log: Config is being used.
18352      Branch: cfgperl
18353            ! t/op/method.t
18354 ____________________________________________________________________________
18355 [  6320] By: jhi                                   on 2000/07/06  03:13:13
18356         Log: Integrate with Sarathy.
18357      Branch: cfgperl
18358           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
18359 ____________________________________________________________________________
18360 [  6319] By: jhi                                   on 2000/07/06  03:11:46
18361         Log: Autogenerate pod/Makefile and pod/buildtoc.
18362              buildtoc also checks whether the existin pods are
18363              mentioned in MANIFEST and perl.pod, and vice versa.
18364              (None of the thusly found discrepancies fixed yet.)
18365              roffitall also needs to be autogenerated similarly but it
18366              seems so badly out of date that I didn't touch it yet.
18367      Branch: cfgperl
18368            + pod/Makefile.SH pod/buildtoc.PL
18369            - pod/Makefile pod/buildtoc
18370            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
18371 ____________________________________________________________________________
18372 [  6318] By: gsar                                  on 2000/07/05  22:10:54
18373         Log: fix UNC path handling on Windows under ithreads, and chdir()
18374              return value when given a non-existent directory
18375      Branch: perl
18376            ! win32/vdir.h
18377 ____________________________________________________________________________
18378 [  6317] By: gsar                                  on 2000/07/05  22:08:19
18379         Log: winsock cleanup never done on Windows (leads to handle leaks)
18380      Branch: perl
18381            ! win32/perllib.c win32/win32sck.c
18382 ____________________________________________________________________________
18383 [  6316] By: gsar                                  on 2000/07/05  22:06:19
18384         Log: some debugger output does not go to the socket when RemotePort is set
18385      Branch: perl
18386            ! lib/perl5db.pl
18387 ____________________________________________________________________________
18388 [  6315] By: jhi                                   on 2000/07/05  00:25:21
18389         Log: Integrate with Sarathy, preliminary fix for unicos
18390              alignment problems in [ID 20000612.002] Perl problem on Cray system.
18391      Branch: cfgperl
18392            ! sv.h
18393           !> pp_hot.c
18394 ____________________________________________________________________________
18395 [  6314] By: gsar                                  on 2000/07/04  23:34:02
18396         Log: tyop in change#6306
18397      Branch: perl
18398            ! pp_hot.c
18399 ____________________________________________________________________________
18400 [  6313] By: jhi                                   on 2000/07/04  22:14:38
18401         Log: Multiline string literals ENONPORTABLE.
18402      Branch: cfgperl
18403            ! pp_hot.c
18404 ____________________________________________________________________________
18405 [  6312] By: jhi                                   on 2000/07/04  20:34:44
18406         Log: Integrate with Sarathy.
18407      Branch: cfgperl
18408           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
18409           !> t/op/method.t
18410 ____________________________________________________________________________
18411 [  6311] By: jhi                                   on 2000/07/04  20:30:56
18412         Log: More POSIX.pod embellishment.
18413      Branch: cfgperl
18414            ! ext/POSIX/POSIX.pod
18415 ____________________________________________________________________________
18416 [  6310] By: gsar                                  on 2000/07/04  17:28:48
18417         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
18418      Branch: perl
18419            ! t/lib/b.t
18420 ____________________________________________________________________________
18421 [  6309] By: jhi                                   on 2000/07/04  17:22:18
18422         Log: The #6308 required a little bit more.
18423      Branch: cfgperl
18424            ! Makefile.SH win32/Makefile
18425 ____________________________________________________________________________
18426 [  6308] By: jhi                                   on 2000/07/04  16:35:24
18427         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
18428      Branch: cfgperl
18429            + lib/lib_pm.PL
18430            - lib/lib.pm.PL
18431            ! MANIFEST Makefile.SH
18432 ____________________________________________________________________________
18433 [  6307] By: jhi                                   on 2000/07/04  16:28:58
18434         Log: Win32 patches for cfgperl from Sarathy.
18435      Branch: cfgperl
18436            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
18437            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
18438            ! thread.h toke.c util.c win32/Makefile win32/win32.c
18439 ____________________________________________________________________________
18440 [  6306] By: gsar                                  on 2000/07/04  16:28:40
18441         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
18442              (from Richard Soderberg <rs@oregonnet.com>)
18443      Branch: perl
18444            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
18445 ____________________________________________________________________________
18446 [  6305] By: jhi                                   on 2000/07/04  16:24:24
18447         Log: Integrate with Sarathy.
18448      Branch: cfgperl
18449           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
18450           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
18451           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
18452           !> proto.h win32/win32.c
18453 ____________________________________________________________________________
18454 [  6304] By: gsar                                  on 2000/07/04  16:17:24
18455         Log: missing perldiag entry for unpack("w",...) diagnostic (from
18456              Andreas Koenig)
18457      Branch: perl
18458            ! pod/perldiag.pod
18459 ____________________________________________________________________________
18460 [  6303] By: gsar                                  on 2000/07/04  16:14:44
18461         Log: remove rel2abs prototypes (from Barrie Slaymaker)
18462      Branch: perl
18463            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
18464            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
18465 ____________________________________________________________________________
18466 [  6302] By: gsar                                  on 2000/07/04  04:59:35
18467         Log: adjust change#6299
18468      Branch: perl
18469            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
18470            ! win32/win32.c
18471 ____________________________________________________________________________
18472 [  6301] By: jhi                                   on 2000/07/04  04:50:07
18473         Log: Integrate with Sarathy.
18474      Branch: cfgperl
18475           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
18476           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
18477           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
18478 ____________________________________________________________________________
18479 [  6300] By: gsar                                  on 2000/07/04  04:42:09
18480         Log: PERL_OBJECT build tweak
18481      Branch: perl
18482            ! perl.h
18483 ____________________________________________________________________________
18484 [  6299] By: gsar                                  on 2000/07/04  04:37:00
18485         Log: fix memory leak on Windows (PL_sys_intern contents were never
18486              freed)
18487      Branch: perl
18488            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
18489            ! perlapi.c proto.h win32/win32.c
18490 ____________________________________________________________________________
18491 [  6298] By: gsar                                  on 2000/07/04  04:15:59
18492         Log: fix large memory leak that has been around for ever, masked by
18493              -DPURIFY (most of the arenas were never freed!)
18494      Branch: perl
18495            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
18496 ____________________________________________________________________________
18497 [  6297] By: gsar                                  on 2000/07/04  04:07:46
18498         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
18499      Branch: perl
18500            ! perl.c
18501 ____________________________________________________________________________
18502 [  6296] By: jhi                                   on 2000/06/30  18:28:37
18503         Log: Elaborate POSIX.pod.  Still needs work.
18504      Branch: cfgperl
18505            ! ext/POSIX/POSIX.pod
18506 ____________________________________________________________________________
18507 [  6295] By: jhi                                   on 2000/06/30  14:58:18
18508         Log: Point to perlipc for more SysV IPC examples.
18509      Branch: cfgperl
18510            ! pod/perlfunc.pod
18511 ____________________________________________________________________________
18512 [  6294] By: gsar                                  on 2000/06/30  14:47:45
18513         Log: slurp mode fix in change#4736 still not quite right
18514      Branch: perl
18515            ! pp_hot.c t/io/argv.t
18516 ____________________________________________________________________________
18517 [  6293] By: jhi                                   on 2000/06/30  12:02:55
18518         Log: Integrate with Sarathy.
18519      Branch: cfgperl
18520           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
18521 ____________________________________________________________________________
18522 [  6292] By: jhi                                   on 2000/06/30  12:01:11
18523         Log: From: simon@brecon.co.uk (Simon Cozens)
18524              Subject: UTF8 concat
18525              Date: 30 Jun 2000 06:13:25 GMT
18526              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
18527      Branch: cfgperl
18528            ! pp_hot.c
18529 ____________________________________________________________________________
18530 [  6291] By: gsar                                  on 2000/06/30  04:37:33
18531         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
18532              when @_ is modified, causing coredumps
18533      Branch: perl
18534            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
18535 ____________________________________________________________________________
18536 [  6290] By: jhi                                   on 2000/06/30  02:21:44
18537         Log: Integrate with Sarathy.
18538      Branch: cfgperl
18539           !> vms/vms.c vms/vmsish.h
18540 ____________________________________________________________________________
18541 [  6289] By: jhi                                   on 2000/06/30  02:21:02
18542         Log: Check VERSIONs.
18543      Branch: cfgperl
18544            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
18545            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
18546            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
18547 ____________________________________________________________________________
18548 [  6288] By: jhi                                   on 2000/06/30  02:18:52
18549         Log: Integrate with Sarathy.
18550      Branch: cfgperl
18551           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
18552           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
18553           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
18554           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
18555 ____________________________________________________________________________
18556 [  6287] By: gsar                                  on 2000/06/30  02:17:08
18557         Log: integrate vmsperl changes into mainline
18558      Branch: perl
18559           !> vms/vms.c vms/vmsish.h
18560 ____________________________________________________________________________
18561 [  6285] By: gsar                                  on 2000/06/30  02:05:28
18562         Log: localize %INC in a Safe compartment so that use/require work
18563              (many other magic globals probably need similar treatment)
18564      Branch: perl
18565            ! ext/Opcode/Opcode.xs
18566 ____________________________________________________________________________
18567 [  6284] By: gsar                                  on 2000/06/30  01:54:54
18568         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
18569              about Windows
18570      Branch: perl
18571            ! pod/perlembed.pod
18572 ____________________________________________________________________________
18573 [  6283] By: jhi                                   on 2000/06/30  01:50:10
18574         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
18575              From: Barrie Slaymaker <barries@jester.slaysys.com>
18576              Date: Wed, 28 Jun 2000 11:35:29 -0400
18577              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
18578      Branch: perl
18579            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
18580            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
18581            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
18582            ! lib/File/Spec/Win32.pm
18583 ____________________________________________________________________________
18584 [  6282] By: jhi                                   on 2000/06/29  22:57:22
18585         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
18586              From: Dan Sugalski <dan@sidhe.org>
18587              Date: Tue, 06 Jun 2000 11:59:50 -0400
18588              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
18589      Branch: cfgperl
18590            ! vms/vms.c
18591 ____________________________________________________________________________
18592 [  6281] By: jhi                                   on 2000/06/29  22:52:50
18593         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
18594              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
18595              Date: Wed, 7 Jun 2000 04:02:04 -0500
18596              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
18597      Branch: cfgperl
18598            ! utils/h2xs.PL
18599 ____________________________________________________________________________
18600 [  6280] By: jhi                                   on 2000/06/29  22:45:47
18601         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
18602              From: rspier@pobox.com (Robert Spier)
18603              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
18604              Message-ID: <14654.31913.845602.610277@rls.cx>
18605      Branch: cfgperl
18606            ! utils/h2xs.PL
18607 ____________________________________________________________________________
18608 [  6279] By: jhi                                   on 2000/06/29  22:38:16
18609         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
18610              From: Tim Ayers <tayers@bridge.com>
18611              Date: Thu, 08 Jun 2000 08:11:06 +0200
18612              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
18613              [resent by Richard Foley, Message-Id probably wrong]
18614      Branch: cfgperl
18615            ! pod/perlsub.pod
18616 ____________________________________________________________________________
18617 [  6278] By: jhi                                   on 2000/06/29  22:21:45
18618         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
18619              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
18620              Date: Fri, 09 Jun 2000 12:39:27 -0400
18621              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
18622              (plus update the version "number" of Text::Wrap)
18623      Branch: cfgperl
18624            ! lib/Text/Wrap.pm
18625 ____________________________________________________________________________
18626 [  6277] By: jhi                                   on 2000/06/29  22:13:10
18627         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
18628              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
18629              Date: Mon, 12 Jun 2000 14:55:59 +0100
18630              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
18631      Branch: cfgperl
18632            ! pod/perlfunc.pod
18633 ____________________________________________________________________________
18634 [  6276] By: jhi                                   on 2000/06/29  22:11:06
18635         Log: Subject: [PATCH] Re: eval documentation: context
18636              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
18637              Date: Mon, 12 Jun 2000 15:07:29 +0100
18638              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
18639      Branch: cfgperl
18640            ! pod/perlfunc.pod
18641 ____________________________________________________________________________
18642 [  6275] By: jhi                                   on 2000/06/29  21:59:46
18643         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
18644              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
18645              Date: Tue, 13 Jun 2000 02:43:48 -0500
18646              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
18647      Branch: cfgperl
18648            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
18649 ____________________________________________________________________________
18650 [  6274] By: jhi                                   on 2000/06/29  21:56:14
18651         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
18652              From: Andy Dougherty <doughera@lafayette.edu>
18653              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
18654              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
18655      Branch: cfgperl
18656            ! ext/File/Glob/Glob.pm
18657 ____________________________________________________________________________
18658 [  6273] By: jhi                                   on 2000/06/29  21:49:09
18659         Log: Subject: [PATCH] xsub attributes
18660              From: Doug MacEachern <dougm@covalent.net>
18661              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
18662              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
18663      Branch: cfgperl
18664            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
18665            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
18666 ____________________________________________________________________________
18667 [  6272] By: jhi                                   on 2000/06/29  21:41:28
18668         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
18669              From: Tom Phoenix <rootbeer@redcat.com>
18670              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
18671              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
18672      Branch: cfgperl
18673            ! lib/Net/Ping.pm
18674 ____________________________________________________________________________
18675 [  6271] By: jhi                                   on 2000/06/29  21:36:55
18676         Log: Subject: PATCH pod/perltie.pod
18677              From: Ian Phillipps <Ian.Phillipps@iname.com>
18678              Date: Fri, 16 Jun 2000 00:17:19 +0100
18679              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
18680              (only the first hunk, the second hunk had already been done
18681              by some other patch)
18682      Branch: cfgperl
18683            ! pod/perltie.pod
18684 ____________________________________________________________________________
18685 [  6270] By: jhi                                   on 2000/06/29  21:24:51
18686         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
18687              From: Nicholas Clark <nick@talking.bollo.cx>
18688              Date: Fri, 23 Jun 2000 16:21:15 +0100
18689              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
18690      Branch: cfgperl
18691            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
18692            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
18693 ____________________________________________________________________________
18694 [  6269] By: jhi                                   on 2000/06/29  19:38:15
18695         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
18696              silence few compiler warnings.
18697      Branch: cfgperl
18698            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
18699 ____________________________________________________________________________
18700 [  6268] By: jhi                                   on 2000/06/29  18:21:50
18701         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
18702              From: Dominic Dunlop <domo@computer.org> 
18703              Date: Thu, 29 Jun 2000 12:32:39 +0200 
18704              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
18705      Branch: cfgperl
18706            ! t/op/sprintf.t
18707 ____________________________________________________________________________
18708 [  6267] By: jhi                                   on 2000/06/29  18:16:07
18709         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
18710              From: Doug MacEachern <dougm@covalent.net>
18711              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
18712              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
18713      Branch: cfgperl
18714            + t/op/method2entersub.t
18715            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
18716            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
18717            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
18718            ! xsutils.c
18719 ____________________________________________________________________________
18720 [  6266] By: jhi                                   on 2000/06/29  15:11:15
18721         Log: Subject: [PATCH 5.6.0] cygwin port
18722              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
18723              From: "Fifer, Eric" <EFifer@sanwaint.com>
18724              Date: Thu, 29 Jun 2000 12:58:29 +0100
18725      Branch: cfgperl
18726            ! cygwin/Makefile.SHs
18727 ____________________________________________________________________________
18728 [  6265] By: jhi                                   on 2000/06/29  15:04:05
18729         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
18730              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
18731              Date: Wed, 28 Jun 2000 17:50:12 -0700
18732              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
18733      Branch: cfgperl
18734            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
18735 ____________________________________________________________________________
18736 [  6264] By: jhi                                   on 2000/06/29  15:00:57
18737         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
18738              From: Marty Lucich <marty@netcom.com>
18739              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
18740              Message-Id: <200006282116.OAA11148@netcom.com>
18741              ccdlflags update (the BSD/OS 4.1 part had already been taken
18742              care of by #6141).
18743      Branch: cfgperl
18744            ! hints/bsdos.sh
18745 ____________________________________________________________________________
18746 [  6263] By: jhi                                   on 2000/06/29  13:47:44
18747         Log: tr fixes from Simon Cozens
18748      Branch: cfgperl
18749            ! doop.c
18750 ____________________________________________________________________________
18751 [  6262] By: jhi                                   on 2000/06/28  18:46:01
18752         Log: Subject: 5.6.0 Patch for EPOC
18753              From: Olaf Flebbe <o.flebbe@gmx.de>
18754              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
18755              Message-ID: <23449.960929969@www11.gmx.net>
18756      Branch: cfgperl
18757            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
18758            ! epoc/epocish.h
18759 ____________________________________________________________________________
18760 [  6261] By: jhi                                   on 2000/06/28  18:29:07
18761         Log: Subject: Re: [PATCH cfgperl] BOMs away!
18762              From: simon@brecon.co.uk (Simon Cozens)
18763              Date: 17 Jun 2000 11:49:57 GMT
18764              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
18765      Branch: cfgperl
18766            ! pod/perldiag.pod t/comp/require.t toke.c
18767 ____________________________________________________________________________
18768 [  6260] By: jhi                                   on 2000/06/28  17:47:16
18769         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
18770              From: simon@brecon.co.uk (Simon Cozens) 
18771              Date: 17 Jun 2000 11:56:44 GMT 
18772              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
18773              pack U0, pack C0
18774      Branch: cfgperl
18775            ! pod/perlfunc.pod pp.c t/op/pack.t
18776 ____________________________________________________________________________
18777 [  6259] By: jhi                                   on 2000/06/28  16:43:17
18778         Log: perlnewmod was missing from MANIFEST.
18779      Branch: cfgperl
18780            ! MANIFEST
18781 ____________________________________________________________________________
18782 [  6258] By: jhi                                   on 2000/06/28  15:54:30
18783         Log: linenumber tweak
18784      Branch: cfgperl
18785            ! t/pragma/warn/regcomp
18786 ____________________________________________________________________________
18787 [  6257] By: jhi                                   on 2000/06/28  15:50:44
18788         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
18789              From: Doug MacEachern <dougm@covalent.net>
18790              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
18791              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
18792              (one part of the patch had been applied earlier)
18793      Branch: cfgperl
18794            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
18795 ____________________________________________________________________________
18796 [  6256] By: jhi                                   on 2000/06/28  15:40:22
18797         Log: tweaks from Simon Cozens to further fix tr/// under utf8
18798      Branch: cfgperl
18799            ! doop.c
18800 ____________________________________________________________________________
18801 [  6255] By: jhi                                   on 2000/06/28  15:33:45
18802         Log: small thinko tweaks
18803      Branch: cfgperl
18804            ! lib/IPC/Open3.pm t/op/my_stash.t
18805 ____________________________________________________________________________
18806 [  6254] By: jhi                                   on 2000/06/28  15:33:25
18807         Log: Subject: tr///, help wanted.
18808              From: simon@brecon.co.uk (Simon Cozens)
18809              Date: 28 Jun 2000 11:29:04 GMT
18810              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
18811      Branch: cfgperl
18812            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
18813            ! pp_proto.h proto.h t/op/tr.t
18814 ____________________________________________________________________________
18815 [  6253] By: jhi                                   on 2000/06/28  15:09:17
18816         Log: Paranoia tweak on #6249.
18817              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
18818              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
18819              Date: Sun, 25 Jun 2000 23:43:12 -0400
18820              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
18821      Branch: cfgperl
18822            ! lib/IPC/Open3.pm
18823 ____________________________________________________________________________
18824 [  6252] By: jhi                                   on 2000/06/28  15:01:38
18825         Log: Document #6249 and #6251.
18826      Branch: cfgperl
18827            ! lib/Exporter.pm lib/IPC/Open3.pm
18828 ____________________________________________________________________________
18829 [  6251] By: jhi                                   on 2000/06/28  14:50:43
18830         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
18831              From: Doug MacEachern <dougm@covalent.net>
18832              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
18833              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
18834      Branch: cfgperl
18835            ! lib/Exporter.pm
18836 ____________________________________________________________________________
18837 [  6250] By: jhi                                   on 2000/06/28  14:45:23
18838         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
18839              From: Doug MacEachern <dougm@covalent.net>
18840              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
18841              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
18842      Branch: cfgperl
18843            + t/op/my_stash.t
18844            ! MANIFEST embed.pl global.sym proto.h toke.c
18845 ____________________________________________________________________________
18846 [  6249] By: jhi                                   on 2000/06/28  14:36:34
18847         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
18848              From: Frank Tobin <ftobin@uiuc.edu>
18849              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
18850              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
18851      Branch: cfgperl
18852            ! lib/IPC/Open3.pm
18853 ____________________________________________________________________________
18854 [  6248] By: jhi                                   on 2000/06/28  14:11:25
18855         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
18856              From: Mark-Jason Dominus <mjd@plover.com>
18857              Date: Tue, 27 Jun 2000 22:36:42 -0400
18858              Message-ID: <20000628023642.12166.qmail@plover.com>
18859      Branch: cfgperl
18860            ! pod/perlfunc.pod
18861 ____________________________________________________________________________
18862 [  6247] By: jhi                                   on 2000/06/27  12:46:37
18863         Log: Tweak $VERSION, patch from Doug MacEachern.
18864      Branch: cfgperl
18865            ! lib/File/Spec.pm
18866 ____________________________________________________________________________
18867 [  6246] By: jhi                                   on 2000/06/27  03:34:46
18868         Log: Allow for standalone testing.
18869      Branch: cfgperl
18870            ! t/lib/filefunc.t t/lib/filespec.t
18871 ____________________________________________________________________________
18872 [  6245] By: jhi                                   on 2000/06/27  02:50:02
18873         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
18874              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
18875              Date: Sat, 24 Jun 2000 13:06:20 +0100
18876              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
18877      Branch: cfgperl
18878            ! ext/DynaLoader/DynaLoader_pm.PL
18879 ____________________________________________________________________________
18880 [  6244] By: jhi                                   on 2000/06/27  02:46:10
18881         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
18882              From: Doug MacEachern <dougm@covalent.net>
18883              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
18884              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
18885      Branch: cfgperl
18886            ! gv.c sv.c t/lib/peek.t
18887 ____________________________________________________________________________
18888 [  6243] By: jhi                                   on 2000/06/27  02:38:07
18889         Log: Subject: [PATCH] is_utf8_string
18890              From: simon@brecon.co.uk (Simon Cozens)
18891              Date: 26 Jun 2000 02:25:59 GMT
18892              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
18893      Branch: cfgperl
18894            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
18895            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
18896            ! proto.h utf8.c
18897 ____________________________________________________________________________
18898 [  6242] By: jhi                                   on 2000/06/27  02:24:00
18899         Log: Subject: [PATCH] bytes<->utf8 fixes
18900              From: simon@brecon.co.uk (Simon Cozens)
18901              Date: 26 Jun 2000 04:55:45 GMT
18902              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
18903      Branch: cfgperl
18904            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
18905 ____________________________________________________________________________
18906 [  6241] By: jhi                                   on 2000/06/27  02:12:42
18907         Log: Do no -warn on \_, only on \alpha.
18908              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
18909              From: David Dyck <dcd@tc.fluke.com>
18910              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
18911              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
18912      Branch: cfgperl
18913            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
18914 ____________________________________________________________________________
18915 [  6240] By: jhi                                   on 2000/06/27  02:00:01
18916         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
18917              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
18918              Date: Mon, 26 Jun 2000 18:40:14 +0100
18919              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
18920      Branch: cfgperl
18921            ! utils/h2xs.PL
18922 ____________________________________________________________________________
18923 [  6239] By: jhi                                   on 2000/06/27  01:53:40
18924         Log: Configure maintenance.  Sever some dependency cycles,
18925              separate gccversion from the cc unit,
18926              address [ID 20000623.006] Configure script patch for using gcc on AIX
18927              (but solve it a little bit differently),
18928              unduplex some accidentally duplicated units,
18929              suggest using gcc if no cc available
18930              (p5p thread: "Solaris configure: counterproposal", 1999-09)
18931      Branch: cfgperl
18932            ! Configure Todo-5.6 config_h.SH
18933      Branch: metaconfig
18934            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
18935            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
18936      Branch: metaconfig/U/perl
18937            + gccvers.U
18938            ! d_getespwnam.U d_getprpwnam.U i_prot.U
18939 ____________________________________________________________________________
18940 [  6238] By: jhi                                   on 2000/06/25  18:04:56
18941         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
18942              From: Dan Sugalski <dan@sidhe.org>
18943              Date: Fri, 23 Jun 2000 17:00:00 -0400
18944              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
18945      Branch: cfgperl
18946            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
18947 ____________________________________________________________________________
18948 [  6237] By: jhi                                   on 2000/06/25  16:36:45
18949         Log: Tweak embed.pl, regen headers.
18950      Branch: cfgperl
18951            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
18952            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
18953            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
18954            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
18955            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
18956 ____________________________________________________________________________
18957 [  6236] By: jhi                                   on 2000/06/25  15:26:42
18958         Log: Regen headers.
18959      Branch: cfgperl
18960            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
18961            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
18962            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
18963            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
18964            ! regnodes.h warnings.h
18965 ____________________________________________________________________________
18966 [  6235] By: jhi                                   on 2000/06/23  19:39:35
18967         Log: The thread begun by
18968              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
18969              From: Kevin.Ruscoe@ubsw.com
18970              Date: Fri, 16 Jun 2000 16:38:51 +0100
18971              Message-Id: <H000019b03c300d6@MHS>
18972      Branch: cfgperl
18973            ! hints/solaris_2.sh
18974 ____________________________________________________________________________
18975 [  6234] By: jhi                                   on 2000/06/23  19:23:36
18976         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
18977              because when run as services (Win32ese for daemons)
18978              no environment variables are set and tmpdir ends up as /tmp,
18979              which is ambiguous.
18980              
18981              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
18982              From: matt@sergeant.org
18983              Date: 16 Jun 2000 16:30:43 -0000
18984              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
18985      Branch: cfgperl
18986            ! lib/File/Spec/Win32.pm
18987 ____________________________________________________________________________
18988 [  6233] By: jhi                                   on 2000/06/23  19:18:58
18989         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
18990              From: Mark-Jason Dominus <mjd@plover.com>
18991              Date: Fri, 16 Jun 2000 20:53:04 -0400
18992              Message-ID: <20000617005304.8008.qmail@plover.com>
18993      Branch: cfgperl
18994            ! op.h
18995 ____________________________________________________________________________
18996 [  6232] By: jhi                                   on 2000/06/23  16:10:02
18997         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
18998              From: simon@brecon.co.uk (Simon Cozens)
18999              Date: 19 Jun 2000 15:18:27 GMT
19000              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
19001              
19002              plus update pod/Makefile and regenerate perltoc
19003      Branch: cfgperl
19004            + pod/perlutil.pod
19005            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
19006 ____________________________________________________________________________
19007 [  6231] By: jhi                                   on 2000/06/23  15:19:18
19008         Log: Subject: [PATCH 5.6.0] cygwin port
19009              From: "Fifer, Eric" <EFifer@sanwaint.com>
19010              Date: Tue, 20 Jun 2000 14:30:58 +0100
19011              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
19012      Branch: cfgperl
19013            ! README.cygwin lib/File/Find.pm
19014 ____________________________________________________________________________
19015 [  6230] By: jhi                                   on 2000/06/23  14:25:21
19016         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
19017      Branch: cfgperl
19018            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
19019            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
19020            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
19021            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
19022 ____________________________________________________________________________
19023 [  6229] By: jhi                                   on 2000/06/23  14:13:34
19024         Log: Subject: README.hpux version 0.6.1
19025              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
19026              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
19027              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
19028      Branch: cfgperl
19029            ! README.hpux
19030 ____________________________________________________________________________
19031 [  6228] By: jhi                                   on 2000/06/23  14:07:20
19032         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
19033              From: Doug MacEachern <dougm@covalent.net>
19034              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
19035              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
19036      Branch: cfgperl
19037            ! op.c
19038 ____________________________________________________________________________
19039 [  6227] By: jhi                                   on 2000/06/23  14:01:06
19040         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
19041              From: Doug MacEachern <dougm@covalent.net>
19042              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
19043              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
19044      Branch: cfgperl
19045            + lib/lib.pm.PL
19046            - lib/lib.pm
19047            ! MANIFEST Makefile.SH
19048 ____________________________________________________________________________
19049 [  6226] By: jhi                                   on 2000/06/23  13:53:07
19050         Log: Subject: [PATCH] remove forward declarations in Socket.pm
19051              From: Doug MacEachern <dougm@covalent.net>
19052              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
19053              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
19054              
19055              From: Doug MacEachern <dougm@covalent.net>
19056              Subject: Re: [PATCH] remove forward declarations in Socket.pm
19057              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
19058              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
19059      Branch: cfgperl
19060            ! ext/Socket/Socket.pm op.c
19061 ____________________________________________________________________________
19062 [  6225] By: jhi                                   on 2000/06/23  13:41:52
19063         Log: Add source code filenames to apidoc.
19064              From: simon@brecon.co.uk (Simon Cozens)
19065              Subject: [PATCH embed.pl] Source X-ref
19066              Date: 22 Jun 2000 02:18:49 GMT
19067              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
19068      Branch: cfgperl
19069            ! embed.pl
19070 ____________________________________________________________________________
19071 [  6224] By: jhi                                   on 2000/06/23  13:32:33
19072         Log: A way to avoid English.pm performance hit.
19073              From: root <root@jester.slaysys.com>
19074              Subject: [YAPATCH English.pm] My turn to putt again
19075              Date: Thu, 22 Jun 2000 20:33:58 -0400
19076              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
19077      Branch: cfgperl
19078            ! lib/English.pm t/lib/english.t
19079 ____________________________________________________________________________
19080 [  6223] By: jhi                                   on 2000/06/23  13:27:06
19081         Log: Avoid double close().
19082              Subject: [PATCH] avoid double close()
19083              From: Doug MacEachern <dougm@covalent.net>
19084              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
19085              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
19086      Branch: cfgperl
19087            ! doio.c
19088 ____________________________________________________________________________
19089 [  6222] By: jhi                                   on 2000/06/23  13:25:54
19090         Log: doc typo fix
19091              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
19092              From: Ian Phillipps <Ian.Phillipps@iname.com>
19093              Date: Fri, 23 Jun 2000 10:40:58 +0100
19094              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
19095      Branch: cfgperl
19096            ! lib/Pod/Usage.pm
19097 ____________________________________________________________________________
19098 [  6221] By: jhi                                   on 2000/06/23  13:24:15
19099         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
19100              From: simon@brecon.co.uk (Simon Cozens)
19101              Subject: [PATCH] Eliminate tr///[CU][CU]
19102              Date: 23 Jun 2000 11:05:40 GMT
19103              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
19104      Branch: cfgperl
19105            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
19106 ____________________________________________________________________________
19107 [  6220] By: jhi                                   on 2000/06/22  16:07:51
19108         Log: Win32 patches from Benjamin Stuhl.
19109      Branch: cfgperl
19110            ! makedef.pl win32/win32.h
19111 ____________________________________________________________________________
19112 [  6219] By: jhi                                   on 2000/06/22  16:06:34
19113         Log: Bytecode patches from Benjamin Stuhl.
19114      Branch: cfgperl
19115            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
19116            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
19117            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
19118 ____________________________________________________________________________
19119 [  6218] By: jhi                                   on 2000/06/15  23:54:16
19120         Log: Bytecode patches from Benjamin Stuhl.
19121      Branch: cfgperl
19122            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
19123 ____________________________________________________________________________
19124 [  6217] By: jhi                                   on 2000/06/09  13:38:29
19125         Log: Rename the fdpid locking and integrate with Sarathy.
19126      Branch: cfgperl
19127            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
19128            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
19129            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
19130            ! win32/win32.c
19131           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
19132 ____________________________________________________________________________
19133 [  6216] By: gsar                                  on 2000/06/08  14:54:21
19134         Log: be more optimal about clearing @_
19135      Branch: perl
19136            ! cop.h
19137 ____________________________________________________________________________
19138 [  6215] By: gsar                                  on 2000/06/08  14:33:04
19139         Log: tweak comment about @DB::args
19140      Branch: perl
19141            ! av.h pp_ctl.c
19142 ____________________________________________________________________________
19143 [  6214] By: gsar                                  on 2000/06/08  13:57:54
19144         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
19145              caller() wants to populate @DB::args with it (causes a coredump
19146              in Carp::confess())
19147      Branch: perl
19148            ! cop.h t/op/runlevel.t
19149 ____________________________________________________________________________
19150 [  6213] By: gsar                                  on 2000/06/08  07:06:35
19151         Log: back out change#6106 (seems problematic)
19152      Branch: perl
19153            ! hints/solaris_2.sh
19154 ____________________________________________________________________________
19155 [  6212] By: jhi                                   on 2000/06/07  03:10:36
19156         Log: Continuing mopup for #6204.
19157      Branch: cfgperl
19158            ! ext/B/defsubs_h.PL
19159 ____________________________________________________________________________
19160 [  6211] By: jhi                                   on 2000/06/07  02:41:50
19161         Log: Mopup for #6204.
19162              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
19163              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
19164              This is comes from const() where POK isn't on when expected.
19165      Branch: cfgperl
19166            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
19167            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
19168            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
19169            ! perlapi.h pod/perlapi.pod
19170 ____________________________________________________________________________
19171 [  6210] By: jhi                                   on 2000/06/07  01:56:29
19172         Log: Mopup for #6207 and #6209.
19173      Branch: cfgperl
19174            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
19175 ____________________________________________________________________________
19176 [  6209] By: jhi                                   on 2000/06/07  01:33:12
19177         Log: Lock PL_fdpid against race conditions, based on:
19178              Subject: [PATCH 5.6.0]subprocess fixup for threads
19179              From: Dan Sugalski <dan@sidhe.org>
19180              To: perl5-porters@perl.org
19181              Date: Tue, 11 Apr 2000 17:02:32 -0400
19182              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
19183      Branch: cfgperl
19184            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
19185            ! win32/win32.c
19186 ____________________________________________________________________________
19187 [  6208] By: jhi                                   on 2000/06/07  01:05:23
19188         Log: Regen headers for #6207.
19189      Branch: cfgperl
19190            ! embed.h global.sym objXSUB.h proto.h
19191 ____________________________________________________________________________
19192 [  6207] By: jhi                                   on 2000/06/06  23:43:13
19193         Log: Subject: [PATCH 5.6.0] Threadsafe patches
19194              From: Dan Sugalski <dan@sidhe.org>
19195              To: perl5-porters@perl.org
19196              Date: Mon, 08 May 2000 18:08:13 -0400
19197              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
19198      Branch: cfgperl
19199            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
19200            ! proto.h sv.h util.c
19201 ____________________________________________________________________________
19202 [  6206] By: jhi                                   on 2000/06/06  23:21:23
19203         Log: Subject: [PATCH] Eliminate $a/$b in pod
19204              From: David Glasser <me@davidglasser.net>
19205              To: perl5-porters@perl.org
19206              Date: Mon, 29 May 2000 21:15:59 -0400
19207              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
19208      Branch: cfgperl
19209            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
19210            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
19211            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
19212            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
19213            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
19214            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
19215            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
19216            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
19217            ! pod/perlvar.pod pod/perlxs.pod
19218 ____________________________________________________________________________
19219 [  6205] By: jhi                                   on 2000/06/06  23:12:14
19220         Log: Subject: [PATCH] Win32 improvements
19221              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
19222              To: gsar@activestate.com, perl5-porters@perl.org
19223              Date: Mon, 29 May 2000 17:22:24 PDT
19224              Message-ID: <20000530002224.91142.qmail@hotmail.com>
19225              (MUA had mangled many lines by wordwrapping)
19226      Branch: cfgperl
19227            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
19228 ____________________________________________________________________________
19229 [  6204] By: jhi                                   on 2000/06/06  23:01:50
19230         Log: Subject: [PATCH] B::Bytecode patches
19231              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
19232              To: gsar@activestate.com, jhi@iki.fi
19233              Cc: perl5-porters@perl.org
19234              Message-ID: <20000602202526.48694.qmail@hotmail.com>
19235              (MUA had mangled many lines by wordwrapping)
19236      Branch: cfgperl
19237            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
19238            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
19239            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
19240            ! intrpvar.h perl.c
19241 ____________________________________________________________________________
19242 [  6203] By: jhi                                   on 2000/06/06  22:32:43
19243         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
19244              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
19245              Date: Tue, 06 Jun 2000 13:07:45 -0700
19246              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
19247      Branch: cfgperl
19248            ! pod/perldiag.pod
19249 ____________________________________________________________________________
19250 [  6202] By: jhi                                   on 2000/06/06  19:38:35
19251         Log: Integrate with Sarathy.
19252      Branch: cfgperl
19253           !> perl.c
19254 ____________________________________________________________________________
19255 [  6201] By: gsar                                  on 2000/06/06  00:42:59
19256         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
19257              does a PUSHMARK that's never ever POPMARKed; in general, only
19258              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
19259              Perl_eval_[sp]v() don't because they don't take any incoming
19260              arguments (this leak has been around since the original version
19261              of perl_eval_pv() in 5.003_97e)
19262      Branch: perl
19263            ! perl.c
19264 ____________________________________________________________________________
19265 [  6200] By: jhi                                   on 2000/06/04  03:44:52
19266         Log: Update to cperl-mode.el 4.31 from
19267              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
19268              Subject: A couple of notes
19269              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19270              To: Mailing list Perl5 <perl5-porters@perl.org>
19271              Date: Sat, 3 Jun 2000 23:33:32 -0400
19272              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
19273      Branch: cfgperl
19274            ! emacs/cperl-mode.el
19275 ____________________________________________________________________________
19276 [  6199] By: jhi                                   on 2000/06/03  15:11:05
19277         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
19278              From: Dan Sugalski <dan@sidhe.org>
19279              To: perl5-porters@perl.org, vmsperl@perl.org
19280              Date: Fri, 02 Jun 2000 17:30:51 -0400
19281              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
19282      Branch: cfgperl
19283            ! vms/descrip_mms.template vms/gen_shrfls.pl
19284 ____________________________________________________________________________
19285 [  6198] By: jhi                                   on 2000/06/03  14:59:15
19286         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
19287              From: Dan Sugalski <dan@sidhe.org>
19288              To: vmsperl@perl.org, perl5-porters@perl.org
19289              Date: Fri, 02 Jun 2000 16:00:41 -0400
19290              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
19291              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
19292      Branch: cfgperl
19293            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
19294            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
19295            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
19296 ____________________________________________________________________________
19297 [  6197] By: jhi                                   on 2000/06/03  14:41:30
19298         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
19299              From: John Borwick <jhborwic@unity.ncsu.edu>
19300              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
19301              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
19302      Branch: cfgperl
19303            ! pod/perlsyn.pod
19304 ____________________________________________________________________________
19305 [  6196] By: jhi                                   on 2000/06/03  14:38:09
19306         Log: Integrate with Sarathy.
19307      Branch: cfgperl
19308           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
19309           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
19310           !> vms/perly_c.vms
19311 ____________________________________________________________________________
19312 [  6195] By: gsar                                  on 2000/06/02  22:43:13
19313         Log: fix yet another eval"" leak under USE_ITHREADS
19314      Branch: perl
19315            ! op.c
19316 ____________________________________________________________________________
19317 [  6194] By: gsar                                  on 2000/06/02  18:22:06
19318         Log: fix small eval"" memory leaks under USE_ITHREADS
19319      Branch: perl
19320            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
19321            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
19322            ! vms/perly_c.vms
19323 ____________________________________________________________________________
19324 [  6193] By: jhi                                   on 2000/06/01  13:03:56
19325         Log: Signals-be-gone for microperl.
19326      Branch: cfgperl
19327            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
19328 ____________________________________________________________________________
19329 [  6192] By: jhi                                   on 2000/06/01  12:52:02
19330         Log: Integrate with Sarathy.
19331      Branch: cfgperl
19332           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
19333           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
19334           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
19335           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
19336           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
19337           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
19338           !> t/op/vec.t utils/h2xs.PL
19339 ____________________________________________________________________________
19340 [  6191] By: gsar                                  on 2000/06/01  09:38:21
19341         Log: vec() loses numericalness (modified version of patch suggested
19342              by Robin Barker)
19343      Branch: perl
19344            ! doop.c t/op/vec.t
19345 ____________________________________________________________________________
19346 [  6190] By: gsar                                  on 2000/06/01  09:26:15
19347         Log: submit missing embed.pl change
19348      Branch: perl
19349            ! embed.pl
19350 ____________________________________________________________________________
19351 [  6189] By: gsar                                  on 2000/06/01  09:05:34
19352         Log: counting tr/// corrupts later operation (from M.J.T Guy)
19353      Branch: perl
19354            ! doop.c t/op/tr.t
19355 ____________________________________________________________________________
19356 [  6188] By: gsar                                  on 2000/06/01  08:58:39
19357         Log: h2xs tweaks
19358      Branch: perl
19359            ! utils/h2xs.PL
19360 ____________________________________________________________________________
19361 [  6187] By: gsar                                  on 2000/06/01  08:50:07
19362         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
19363              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
19364      Branch: perl
19365            + lib/Pod/LaTeX.pm
19366            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
19367            ! pod/pod2latex.PL
19368 ____________________________________________________________________________
19369 [  6186] By: gsar                                  on 2000/06/01  08:24:40
19370         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
19371              <wolfgang.laun@alcatel.at>)
19372      Branch: perl
19373            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
19374            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
19375 ____________________________________________________________________________
19376 [  6185] By: gsar                                  on 2000/06/01  08:12:00
19377         Log: remove incorrect documentation about implicit split to @_ in
19378              list context, which never really worked in perl 5 (from
19379              M.J.T. Guy)
19380      Branch: perl
19381            ! pod/perlfunc.pod pod/perltrap.pod
19382 ____________________________________________________________________________
19383 [  6184] By: gsar                                  on 2000/06/01  07:52:27
19384         Log: tweak for change#6127
19385      Branch: perl
19386            ! perl.c
19387 ____________________________________________________________________________
19388 [  6183] By: gsar                                  on 2000/06/01  07:41:02
19389         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
19390              <nick@ccl4.org>)
19391      Branch: perl
19392            + t/lib/selfloader.t
19393            ! MANIFEST lib/SelfLoader.pm
19394 ____________________________________________________________________________
19395 [  6182] By: jhi                                   on 2000/06/01  00:34:42
19396         Log: Be Cleaner Part Deux.
19397      Branch: cfgperl
19398            ! Makefile.SH
19399 ____________________________________________________________________________
19400 [  6181] By: jhi                                   on 2000/06/01  00:32:09
19401         Log: Integrate with Sarathy.
19402      Branch: cfgperl
19403           !> pp.c t/op/arith.t
19404 ____________________________________________________________________________
19405 [  6180] By: jhi                                   on 2000/06/01  00:31:13
19406         Log: microperl nits from Simon Cozens.
19407      Branch: cfgperl
19408            + uconfig.h
19409            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
19410            ! unixish.h
19411 ____________________________________________________________________________
19412 [  6179] By: gsar                                  on 2000/05/31  22:37:51
19413         Log: buggy modulus on UVs introduced by change#3378 (resulted in
19414              4063328477 % 65535 amounting to 27406, instead of 27407)
19415      Branch: perl
19416            ! pp.c t/op/arith.t
19417 ____________________________________________________________________________
19418 [  6178] By: jhi                                   on 2000/05/31  21:52:41
19419         Log: Be cleaner.
19420      Branch: cfgperl
19421            ! Makefile.SH
19422 ____________________________________________________________________________
19423 [  6177] By: jhi                                   on 2000/05/31  21:47:33
19424         Log: Substitution utf8 patch from Simon Cozens.
19425      Branch: cfgperl
19426            ! pp_hot.c
19427 ____________________________________________________________________________
19428 [  6176] By: jhi                                   on 2000/05/31  21:45:34
19429         Log: Single-quoted utf8 patch from Simon Cozens.
19430      Branch: cfgperl
19431            ! toke.c
19432 ____________________________________________________________________________
19433 [  6175] By: jhi                                   on 2000/05/31  21:40:18
19434         Log: Integrate with Sarathy.
19435      Branch: cfgperl
19436           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
19437 ____________________________________________________________________________
19438 [  6174] By: jhi                                   on 2000/05/31  21:37:31
19439         Log: microperl changes from Simon Cozens; Makefile for microperl
19440              written from scratch; few casts added as microperl compilation
19441              doesn't have all prototypes available.
19442      Branch: cfgperl
19443            + Makefile.micro README.micro Todo.micro uconfig.sh
19444            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
19445            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
19446      Branch: metaconfig
19447            + U/modified/Config_h.U
19448 ____________________________________________________________________________
19449 [  6173] By: jhi                                   on 2000/05/31  20:00:24
19450         Log: metaconfig maintenance.
19451      Branch: metaconfig
19452            + U/modified/Inhdr.U U/typedefs/inotype.U
19453      Branch: metaconfig/U/perl
19454            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
19455            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
19456 ____________________________________________________________________________
19457 [  6172] By: gsar                                  on 2000/05/31  05:05:42
19458         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
19459              (from Ilya Zakharevich)
19460      Branch: perl
19461            ! regexec.c t/op/re_tests
19462 ____________________________________________________________________________
19463 [  6171] By: gsar                                  on 2000/05/31  05:01:47
19464         Log: scalar() doesn't force scalar context when used in void context
19465              (from Simon Cozens)
19466      Branch: perl
19467            ! op.c t/op/wantarray.t
19468 ____________________________________________________________________________
19469 [  6170] By: gsar                                  on 2000/05/31  04:41:33
19470         Log: change#6142 needs tweaks to tests to work where there's no symlink()
19471              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
19472      Branch: perl
19473            ! t/lib/filefind.t
19474 ____________________________________________________________________________
19475 [  6169] By: gsar                                  on 2000/05/31  04:29:49
19476         Log: integrate cfgperl contents into mainline
19477      Branch: perl
19478           +> pod/perlmodlib.PL pod/perlnewmod.pod
19479           !> (integrate 42 files)
19480 ____________________________________________________________________________
19481 [  6168] By: jhi                                   on 2000/05/30  22:53:37
19482         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
19483      Branch: cfgperl
19484            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19485            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
19486            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
19487            ! win32/config.bc win32/config.gc win32/config.vc
19488            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
19489            ! win32/config_h.PL win32/config_sh.PL
19490      Branch: metaconfig/U/perl
19491            ! perlxv.U
19492 ____________________________________________________________________________
19493 [  6167] By: jhi                                   on 2000/05/30  22:20:21
19494         Log: tweak todo 
19495      Branch: cfgperl
19496            ! Todo-5.6
19497 ____________________________________________________________________________
19498 [  6166] By: jhi                                   on 2000/05/30  22:11:51
19499         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
19500              in case somebody wants to write an extension for more
19501              shadow database interfaces.
19502      Branch: cfgperl
19503            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19504            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
19505            ! vos/config.def vos/config.h vos/config_h.SH_orig
19506            ! win32/config.bc win32/config.gc win32/config.vc
19507            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
19508      Branch: metaconfig
19509            ! U/modified/Myinit.U
19510      Branch: metaconfig/U/perl
19511            + d_getespwnam.U d_getprpwnam.U i_prot.U
19512 ____________________________________________________________________________
19513 [  6165] By: jhi                                   on 2000/05/30  18:35:34
19514         Log: Integrate with Sarathy.
19515      Branch: cfgperl
19516           !> op.c
19517 ____________________________________________________________________________
19518 [  6164] By: jhi                                   on 2000/05/30  18:30:16
19519         Log: detypo
19520      Branch: cfgperl
19521            ! Configure config_h.SH
19522      Branch: metaconfig/U/perl
19523            ! perlxv.U
19524 ____________________________________________________________________________
19525 [  6163] By: gsar                                  on 2000/05/30  03:24:03
19526         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
19527      Branch: perl
19528            ! op.c
19529 ____________________________________________________________________________
19530 [  6162] By: gsar                                  on 2000/05/30  03:09:38
19531         Log: fix memory leak in method call optimization (change#3768);
19532              made C<eval "$x->foo()"> leak
19533      Branch: perl
19534            ! op.c
19535 ____________________________________________________________________________
19536 [  6161] By: jhi                                   on 2000/05/29  17:56:26
19537         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
19538              both from Simon Cozens.
19539      Branch: cfgperl
19540            + pod/perlmodlib.PL pod/perlnewmod.pod
19541            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
19542            ! pod/perlmodlib.pod pod/perltoc.pod
19543 ____________________________________________________________________________
19544 [  6160] By: jhi                                   on 2000/05/29  17:23:55
19545         Log: Changes for the File::Temp 0.08 (change #6159) test suite
19546              to fit better into the Perl distribution test framework.
19547      Branch: cfgperl
19548            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
19549            ! t/lib/ftmp-tempfile.t
19550 ____________________________________________________________________________
19551 [  6159] By: jhi                                   on 2000/05/29  16:55:36
19552         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
19553      Branch: cfgperl
19554            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
19555            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
19556 ____________________________________________________________________________
19557 [  6158] By: bailey                                on 2000/05/29  16:22:08
19558         Log: Add fallback to tmpfile for use in cases where user's relying on
19559              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
19560              Lane's patch)
19561      Branch: vmsperl
19562            ! vms/vms.c vms/vmsish.h
19563 ____________________________________________________________________________
19564 [  6157] By: jhi                                   on 2000/05/29  03:10:36
19565         Log: Regen Configure to jive with #6149.
19566      Branch: cfgperl
19567            ! Configure
19568      Branch: metaconfig
19569            ! U/modified/Getfile.U
19570 ____________________________________________________________________________
19571 [  6156] By: jhi                                   on 2000/05/29  03:01:38
19572         Log: Integrate with Sarathy.
19573      Branch: cfgperl
19574           +> ext/DynaLoader/dl_mac.xs
19575           !> (integrate 38 files)
19576 ____________________________________________________________________________
19577 [  6155] By: gsar                                  on 2000/05/28  21:15:58
19578         Log: small bug in change#6144; remove random \xA0 character that snuck
19579              in via change#6145
19580      Branch: perl
19581            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
19582 ____________________________________________________________________________
19583 [  6154] By: gsar                                  on 2000/05/28  21:04:19
19584         Log: avoid type mismatch warning
19585      Branch: perl
19586            ! perl.c
19587 ____________________________________________________________________________
19588 [  6153] By: gsar                                  on 2000/05/28  20:58:31
19589         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
19590              <nick@Bagpuss.uk.boo.com>)
19591      Branch: perl
19592            ! lib/Test/Harness.pm
19593 ____________________________________________________________________________
19594 [  6152] By: gsar                                  on 2000/05/28  20:53:42
19595         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
19596      Branch: perl
19597            ! regexec.c
19598 ____________________________________________________________________________
19599 [  6151] By: gsar                                  on 2000/05/28  20:50:28
19600         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
19601      Branch: perl
19602            ! regexec.c
19603 ____________________________________________________________________________
19604 [  6150] By: gsar                                  on 2000/05/28  20:39:58
19605         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
19606      Branch: perl
19607            ! pod/perlrequick.pod
19608 ____________________________________________________________________________
19609 [  6149] By: gsar                                  on 2000/05/28  20:35:16
19610         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
19611              <troc@netrus.net>)
19612      Branch: perl
19613            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
19614            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
19615            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
19616            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
19617 ____________________________________________________________________________
19618 [  6148] By: gsar                                  on 2000/05/28  20:21:07
19619         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
19620      Branch: perl
19621            ! lib/ExtUtils/MM_Unix.pm
19622 ____________________________________________________________________________
19623 [  6147] By: gsar                                  on 2000/05/28  20:12:41
19624         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
19625              (from Peter Prymmer)
19626      Branch: perl
19627            ! vms/subconfigure.com
19628 ____________________________________________________________________________
19629 [  6146] By: gsar                                  on 2000/05/28  20:06:15
19630         Log: doc typo
19631      Branch: perl
19632            ! lib/warnings.pm warnings.h warnings.pl
19633 ____________________________________________________________________________
19634 [  6145] By: gsar                                  on 2000/05/28  18:44:33
19635         Log: make xsubpp skip embedded pod (from Matthias Neeracher
19636              <neeri@iis.ee.ethz.ch>)
19637      Branch: perl
19638            ! lib/ExtUtils/xsubpp
19639 ____________________________________________________________________________
19640 [  6144] By: gsar                                  on 2000/05/28  18:42:49
19641         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
19642              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
19643              <neeri@iis.ee.ethz.ch>)
19644      Branch: perl
19645            ! lib/AutoSplit.pm
19646 ____________________________________________________________________________
19647 [  6143] By: gsar                                  on 2000/05/28  18:41:12
19648         Log: MacOS support, part 1 (from Matthias Neeracher
19649              <neeri@iis.ee.ethz.ch>)
19650      Branch: perl
19651            + ext/DynaLoader/dl_mac.xs
19652            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
19653            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
19654            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
19655            ! util.h
19656 ____________________________________________________________________________
19657 [  6142] By: gsar                                  on 2000/05/28  18:21:51
19658         Log: File::Find fails to chdir when chasing symlinks (from
19659              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
19660      Branch: perl
19661            ! lib/File/Find.pm t/lib/filefind.t
19662 ____________________________________________________________________________
19663 [  6141] By: jhi                                   on 2000/05/28  14:25:15
19664         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
19665              forwarded by Peter Seebach from the bsdi-users mailing list.
19666              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
19667      Branch: perl
19668            ! hints/bsdos.sh
19669 ____________________________________________________________________________
19670 [  6140] By: jhi                                   on 2000/05/28  14:11:57
19671         Log: Integrate with Sarathy.
19672      Branch: cfgperl
19673           +> (branch 30 files)
19674           !> (integrate 93 files)
19675 ____________________________________________________________________________
19676 [  6139] By: gsar                                  on 2000/05/28  10:01:48
19677         Log: revise mktables.PL for bugs and newness in Unicode 3.0
19678              (from James Bence <jbence@amgen.com>)
19679      Branch: perl
19680            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
19681            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
19682            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
19683            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
19684            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
19685            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
19686            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
19687            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
19688            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
19689            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
19690            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
19691            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
19692            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
19693            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
19694            + lib/unicode/Is/SylWU.pl
19695            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
19696            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
19697            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
19698            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
19699            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
19700            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
19701            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
19702            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
19703            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
19704            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
19705            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
19706            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
19707            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
19708            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
19709            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
19710            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
19711            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
19712            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
19713            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
19714            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
19715            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
19716            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
19717            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
19718            ! lib/unicode/Makefile lib/unicode/mktables.PL
19719 ____________________________________________________________________________
19720 [  6138] By: gsar                                  on 2000/05/28  08:50:32
19721         Log: add note about the handling of negative indices to tied arrays
19722              (from Michael G Schwern <schwern@pobox.com>)
19723      Branch: perl
19724            ! pod/perltie.pod
19725 ____________________________________________________________________________
19726 [  6137] By: gsar                                  on 2000/05/28  08:46:10
19727         Log: fix bogus redeclaration warning for "our" variables in different
19728              scopes
19729      Branch: perl
19730            ! op.c t/pragma/strict-vars
19731 ____________________________________________________________________________
19732 [  6136] By: gsar                                  on 2000/05/28  08:31:20
19733         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
19734      Branch: perl
19735            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
19736 ____________________________________________________________________________
19737 [  6135] By: gsar                                  on 2000/05/28  08:17:50
19738         Log: enable Test::Harness to dynamically determine column width etc.
19739              (from Rob Napier <rnapier@employees.org>)
19740      Branch: perl
19741            ! lib/Test/Harness.pm
19742 ____________________________________________________________________________
19743 [  6134] By: gsar                                  on 2000/05/28  08:13:39
19744         Log: make Test::Harness use wait.h/WCOREDUMP if available
19745              (from Ben Tilly <ben_tilly@hotmail.com>)
19746      Branch: perl
19747            ! lib/Test/Harness.pm
19748 ____________________________________________________________________________
19749 [  6133] By: gsar                                  on 2000/05/28  08:08:05
19750         Log: elide bogus test in change#6132
19751      Branch: perl
19752            ! t/pragma/warn/9enabled
19753 ____________________________________________________________________________
19754 [  6132] By: gsar                                  on 2000/05/28  08:03:14
19755         Log: warnings::enabled() doesn't fall back to looking at $^W if
19756              caller isn't using lexical warnings (from Paul Marquess)
19757      Branch: perl
19758            ! pp_ctl.c t/pragma/warn/9enabled
19759 ____________________________________________________________________________
19760 [  6131] By: gsar                                  on 2000/05/28  07:57:47
19761         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
19762      Branch: perl
19763            ! ext/POSIX/POSIX.pm
19764 ____________________________________________________________________________
19765 [  6130] By: gsar                                  on 2000/05/28  07:29:12
19766         Log: fix places that mean C<"word" character> but say C<alphanumeric
19767              character>
19768      Branch: perl
19769            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
19770 ____________________________________________________________________________
19771 [  6129] By: gsar                                  on 2000/05/28  07:18:41
19772         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
19773      Branch: perl
19774            ! vms/test.com
19775 ____________________________________________________________________________
19776 [  6128] By: gsar                                  on 2000/05/28  07:12:55
19777         Log: new perlxstut example for passing/returning refs to arrays
19778              (from David Lowe <dlowe@pootpoot.com>)
19779      Branch: perl
19780            ! pod/perlxstut.pod
19781 ____________________________________________________________________________
19782 [  6127] By: gsar                                  on 2000/05/28  07:02:50
19783         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
19784              failed (from Gisle Aas)
19785      Branch: perl
19786            ! cop.h perl.c
19787 ____________________________________________________________________________
19788 [  6126] By: gsar                                  on 2000/05/28  06:39:53
19789         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
19790              (reworked variant of patch suggested by Simon Cozens)
19791      Branch: perl
19792            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
19793            ! pp_hot.c proto.h t/op/gv.t
19794 ____________________________________________________________________________
19795 [  6125] By: gsar                                  on 2000/05/28  05:14:55
19796         Log: enable propagating exception objects via Perl_croak() in XS code
19797              (from Gisle Aas)
19798      Branch: perl
19799            ! util.c
19800 ____________________________________________________________________________
19801 [  6124] By: gsar                                  on 2000/05/28  05:07:28
19802         Log: integrate vmsperl contents into mainline
19803      Branch: perl
19804           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
19805           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
19806           !> vms/vmsish.h
19807 ____________________________________________________________________________
19808 [  6123] By: gsar                                  on 2000/05/28  05:03:53
19809         Log: clarify gotcha with #line directives (from Rocco Caputo
19810              <troc@netrus.net>)
19811      Branch: perl
19812            ! pod/perldebug.pod pod/perlsyn.pod
19813 ____________________________________________________________________________
19814 [  6122] By: gsar                                  on 2000/05/28  04:58:29
19815         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
19816              (from Mark-Jason Dominus)
19817      Branch: perl
19818            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
19819            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
19820            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
19821            ! toke.c
19822 ____________________________________________________________________________
19823 [  6121] By: bailey                                on 2000/05/25  04:46:54
19824         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
19825              lists (based on fixes by Craig Berry)
19826      Branch: vmsperl
19827            ! lib/File/Spec/VMS.pm
19828 ____________________________________________________________________________
19829 [  6120] By: bailey                                on 2000/05/25  04:25:38
19830         Log: Add missing escape (Charles Lane)
19831      Branch: vmsperl
19832            ! t/op/lex_assign.t
19833 ____________________________________________________________________________
19834 [  6119] By: bailey                                on 2000/05/25  04:21:25
19835         Log: Quiet error messages in vmsish.t (Charles Lane)
19836      Branch: vmsperl
19837            ! vms/ext/vmsish.t
19838 ____________________________________________________________________________
19839 [  6118] By: bailey                                on 2000/05/25  04:17:57
19840         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
19841              Flatten case labels in switch statements uniformly (Charles Bailey)
19842      Branch: vmsperl
19843            ! vms/vms.c
19844 ____________________________________________________________________________
19845 [  6117] By: bailey                                on 2000/05/25  03:58:09
19846         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
19847      Branch: vmsperl
19848            ! vms/vmsish.h
19849 ____________________________________________________________________________
19850 [  6116] By: bailey                                on 2000/05/25  03:11:15
19851         Log: Miscellaneous cosmetic fixes (Charles Lane)
19852      Branch: vmsperl
19853            ! lib/ExtUtils/MM_VMS.pm
19854 ____________________________________________________________________________
19855 [  6115] By: bailey                                on 2000/05/25  03:10:36
19856         Log: Add bounds checking for several strings (Charles Lane)
19857      Branch: vmsperl
19858            ! vms/vms.c
19859 ____________________________________________________________________________
19860 [  6114] By: bailey                                on 2000/05/25  02:25:34
19861         Log: Urk -- undo previous removal of vmsish 'exit' change
19862      Branch: vmsperl
19863            ! vms/ext/vmsish.pm vms/vmsish.h
19864 ____________________________________________________________________________
19865 [  6113] By: bailey                                on 2000/05/24  02:24:40
19866         Log: Ugly workaround for version-specific RTL error
19867      Branch: vmsperl
19868            ! vms/vms.c
19869 ____________________________________________________________________________
19870 [  6112] By: bailey                                on 2000/05/24  02:19:55
19871         Log: Check for existence of file before trying to delete
19872      Branch: vmsperl
19873            ! vms/test.com
19874 ____________________________________________________________________________
19875 [  6111] By: bailey                                on 2000/05/23  23:35:13
19876         Log: Resync with mainline prior to post-5.6.0 updates
19877      Branch: vmsperl
19878           +> (branch 49 files)
19879            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
19880            ! vms/ext/vmsish.pm
19881           !> (integrate 334 files)
19882 ____________________________________________________________________________
19883 [  6110] By: jhi                                   on 2000/05/23  19:28:32
19884         Log: todo tweak
19885      Branch: cfgperl
19886            ! Todo-5.6
19887 ____________________________________________________________________________
19888 [  6109] By: jhi                                   on 2000/05/18  17:38:54
19889         Log: Integrate with Sarathy.
19890      Branch: cfgperl
19891           !> mg.c perl.h win32/perlhost.h
19892 ____________________________________________________________________________
19893 [  6108] By: gsar                                  on 2000/05/17  02:24:56
19894         Log: reenable fake signal handling on Windows, bugs and all
19895      Branch: perl
19896            ! mg.c perl.h win32/perlhost.h
19897 ____________________________________________________________________________
19898 [  6107] By: jhi                                   on 2000/05/15  18:01:41
19899         Log: Tweak the todo list.
19900      Branch: cfgperl
19901            ! Todo-5.6
19902 ____________________________________________________________________________
19903 [  6106] By: jhi                                   on 2000/05/15  13:41:48
19904         Log: The (Configure) script refuses to go on, after asking for
19905              'You may also choose to try maximal 64-bitness....'.
19906              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
19907              -- Patrick Zima
19908              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
19909      Branch: cfgperl
19910            ! hints/solaris_2.sh
19911 ____________________________________________________________________________
19912 [  6105] By: jhi                                   on 2000/05/11  14:37:43
19913         Log: Integrate with Sarathy.
19914      Branch: cfgperl
19915           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
19916           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
19917 ____________________________________________________________________________
19918 [  6104] By: gsar                                  on 2000/05/11  03:39:07
19919         Log: PL_sys_intern was being initialized too late on windows
19920      Branch: perl
19921            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
19922            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
19923 ____________________________________________________________________________
19924 [  6103] By: jhi                                   on 2000/05/09  19:42:20
19925         Log: Test tweaking for Unicos continues.
19926      Branch: cfgperl
19927            ! t/op/64bitint.t
19928 ____________________________________________________________________________
19929 [  6102] By: jhi                                   on 2000/05/09  16:47:27
19930         Log: The test suite tweak in #6101 wasn't quite right.
19931      Branch: cfgperl
19932            ! t/lib/complex.t
19933 ____________________________________________________________________________
19934 [  6101] By: jhi                                   on 2000/05/09  15:35:34
19935         Log: Hints and test tweaks for Unicos.
19936      Branch: cfgperl
19937            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
19938 ____________________________________________________________________________
19939 [  6100] By: jhi                                   on 2000/05/08  21:15:06
19940         Log: More compilation tweakery from Allen Smith.
19941      Branch: cfgperl
19942            ! hints/irix_6.sh
19943 ____________________________________________________________________________
19944 [  6099] By: jhi                                   on 2000/05/08  19:21:18
19945         Log: Tweaks for the cc bugs from Allen Smith.
19946      Branch: cfgperl
19947            ! hints/irix_6.sh
19948 ____________________________________________________________________________
19949 [  6098] By: jhi                                   on 2000/05/08  19:13:37
19950         Log: Add a note about other, yet unsupported, shadow password APIs.
19951      Branch: cfgperl
19952            ! pp_sys.c
19953 ____________________________________________________________________________
19954 [  6097] By: jhi                                   on 2000/05/08  18:46:34
19955         Log: Add a note about possible compilation problems from Allen Smith.
19956      Branch: cfgperl
19957            ! hints/irix_6.sh
19958 ____________________________________________________________________________
19959 [  6096] By: jhi                                   on 2000/05/08  17:33:10
19960         Log: Integrate with Sarathy.
19961      Branch: cfgperl
19962           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
19963           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
19964 ____________________________________________________________________________
19965 [  6095] By: jhi                                   on 2000/05/08  16:21:33
19966         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
19967              might be useful in future.
19968      Branch: cfgperl
19969            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19970            ! config_h.SH
19971      Branch: metaconfig
19972            ! U/installdirs/inc_version_list.U
19973      Branch: metaconfig/U/perl
19974            ! perlxv.U
19975 ____________________________________________________________________________
19976 [  6094] By: gsar                                  on 2000/05/08  14:22:22
19977         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
19978      Branch: perl
19979            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
19980            ! hints/cygwin.sh pp_sys.c
19981 ____________________________________________________________________________
19982 [  6093] By: gsar                                  on 2000/05/08  12:52:28
19983         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
19984              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
19985      Branch: perl
19986            ! pp_sys.c sv.c win32/perlhost.h
19987 ____________________________________________________________________________
19988 [  6092] By: jhi                                   on 2000/05/07  22:40:34
19989         Log: Regen perltoc with the fixed buildtoc.
19990      Branch: cfgperl
19991            ! pod/perltoc.pod
19992 ____________________________________________________________________________
19993 [  6091] By: jhi                                   on 2000/05/07  22:24:16
19994         Log: Integrate with Sarathy.
19995      Branch: cfgperl
19996           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
19997           !> t/op/substr.t toke.c
19998 ____________________________________________________________________________
19999 [  6090] By: gsar                                  on 2000/05/07  19:47:07
20000         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
20001              [NI]OK; added tests for both
20002      Branch: perl
20003            ! perl.c pp_hot.c sv.c t/op/substr.t
20004 ____________________________________________________________________________
20005 [  6089] By: gsar                                  on 2000/05/07  18:18:38
20006         Log: buildtoc tweak to fix newline lossage
20007      Branch: perl
20008            ! pod/buildtoc
20009 ____________________________________________________________________________
20010 [  6088] By: jhi                                   on 2000/05/07  16:35:36
20011         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
20012              because we do not use those.  The HAS_GETSPNAM remains,
20013              though, because we still do use that.
20014      Branch: cfgperl
20015            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20016            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
20017            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
20018            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
20019            ! win32/config.vc win32/config_H.bc win32/config_H.gc
20020            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
20021 ____________________________________________________________________________
20022 [  6087] By: gsar                                  on 2000/05/07  16:05:16
20023         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
20024      Branch: perl
20025            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
20026 ____________________________________________________________________________
20027 [  6086] By: jhi                                   on 2000/05/07  15:27:07
20028         Log: Integrate with Sarathy.
20029      Branch: cfgperl
20030           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
20031           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
20032           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
20033           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
20034           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
20035           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
20036 ____________________________________________________________________________
20037 [  6085] By: gsar                                  on 2000/05/07  05:52:02
20038         Log: repeat operator (x) doesn't preserve utf8-ness
20039      Branch: perl
20040            ! pp.c t/op/substr.t
20041 ____________________________________________________________________________
20042 [  6084] By: gsar                                  on 2000/05/07  05:39:55
20043         Log: substr() does not preserve utf8-ness (from Stefan Eissing
20044              <Eissing@medicaldataservice.de>); added tests
20045      Branch: perl
20046            ! pp.c t/op/substr.t
20047 ____________________________________________________________________________
20048 [  6083] By: gsar                                  on 2000/05/07  05:24:46
20049         Log: note about undocumented caller() return value (from M.J.T. Guy);
20050              yet another peek.t tweak
20051      Branch: perl
20052            ! pod/perlfunc.pod t/lib/peek.t
20053 ____________________________________________________________________________
20054 [  6082] By: gsar                                  on 2000/05/07  05:08:40
20055         Log: peek.t non-portable to ithreads
20056      Branch: perl
20057            ! t/lib/peek.t
20058 ____________________________________________________________________________
20059 [  6081] By: gsar                                  on 2000/05/07  04:17:04
20060         Log: better default perlbug categories for ok reports (from Richard Foley)
20061      Branch: perl
20062            ! utils/perlbug.PL
20063 ____________________________________________________________________________
20064 [  6080] By: gsar                                  on 2000/05/07  04:08:07
20065         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
20066              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
20067      Branch: perl
20068            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
20069            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
20070            ! AUTHORS MAINTAIN MANIFEST
20071 ____________________________________________________________________________
20072 [  6079] By: gsar                                  on 2000/05/07  04:01:38
20073         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
20074      Branch: perl
20075            ! lib/Carp/Heavy.pm
20076 ____________________________________________________________________________
20077 [  6078] By: gsar                                  on 2000/05/07  01:24:19
20078         Log: workaround for CRT bug in chdir() (from Charles Lane, via
20079              Peter Prymmer)
20080      Branch: perl
20081            ! iperlsys.h vms/vms.c vms/vmsish.h
20082 ____________________________________________________________________________
20083 [  6077] By: gsar                                  on 2000/05/07  01:22:23
20084         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
20085              and Tom Phoenix)
20086      Branch: perl
20087            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
20088 ____________________________________________________________________________
20089 [  6076] By: gsar                                  on 2000/05/06  17:36:29
20090         Log: integrate cfgperl contents into mainline
20091      Branch: perl
20092           +> t/lib/peek.t
20093           !> Configure MANIFEST Porting/Glossary Porting/config.sh
20094           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
20095           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
20096           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
20097 ____________________________________________________________________________
20098 [  6075] By: jhi                                   on 2000/05/05  18:56:10
20099         Log: Make the test more portable.
20100      Branch: cfgperl
20101            ! t/lib/peek.t
20102 ____________________________________________________________________________
20103 [  6074] By: jhi                                   on 2000/05/05  18:49:20
20104         Log: Introduce t/lib/peek.t.
20105      Branch: cfgperl
20106            + t/lib/peek.t
20107            ! MANIFEST
20108 ____________________________________________________________________________
20109 [  6073] By: jhi                                   on 2000/05/05  14:30:45
20110         Log: Complex tweaks.
20111      Branch: cfgperl
20112            ! lib/Math/Complex.pm t/lib/complex.t
20113 ____________________________________________________________________________
20114 [  6072] By: jhi                                   on 2000/05/05  12:27:13
20115         Log: Integrate with Sarathy.
20116      Branch: cfgperl
20117           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
20118           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
20119           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
20120           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
20121 ____________________________________________________________________________
20122 [  6071] By: gsar                                  on 2000/05/05  02:24:46
20123         Log: misformatted perllocal.pod (from Tim Jenness
20124              <t.jenness@jach.hawaii.edu>)
20125      Branch: perl
20126            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
20127 ____________________________________________________________________________
20128 [  6070] By: gsar                                  on 2000/05/05  02:16:52
20129         Log: remove misleading comment (from M.J.T. Guy)
20130      Branch: perl
20131            ! t/lib/anydbm.t
20132 ____________________________________________________________________________
20133 [  6069] By: gsar                                  on 2000/05/05  02:15:13
20134         Log: File::Spec compatibility update (from Barrie Slaymaker
20135              <barries@slaysys.com>)
20136      Branch: perl
20137            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
20138            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
20139 ____________________________________________________________________________
20140 [  6068] By: gsar                                  on 2000/05/05  02:01:50
20141         Log: note about values()
20142      Branch: perl
20143            ! pod/perlfunc.pod
20144 ____________________________________________________________________________
20145 [  6067] By: gsar                                  on 2000/05/05  01:33:09
20146         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
20147      Branch: perl
20148            ! win32/win32.c
20149 ____________________________________________________________________________
20150 [  6066] By: gsar                                  on 2000/05/05  01:23:43
20151         Log: s/END/CHECK/
20152      Branch: perl
20153            ! perl.c
20154 ____________________________________________________________________________
20155 [  6065] By: jhi                                   on 2000/05/04  17:30:22
20156         Log: Integrate with Sarathy.
20157      Branch: cfgperl
20158           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
20159 ____________________________________________________________________________
20160 [  6064] By: gsar                                  on 2000/05/04  17:26:14
20161         Log: change#5905 wasn't quite right--it's intent only applies when arguments
20162              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
20163      Branch: perl
20164            ! pp_sys.c sv.c
20165 ____________________________________________________________________________
20166 [  6063] By: gsar                                  on 2000/05/04  16:52:29
20167         Log: tokeq() could read unallocated field in argument
20168      Branch: perl
20169            ! toke.c
20170 ____________________________________________________________________________
20171 [  6062] By: gsar                                  on 2000/05/04  16:34:51
20172         Log: additional tests for utf8.t
20173      Branch: perl
20174            ! t/pragma/utf8.t
20175 ____________________________________________________________________________
20176 [  6061] By: gsar                                  on 2000/05/04  16:09:28
20177         Log: change#5921 neglected to make eq honor "use bytes"
20178      Branch: perl
20179            ! sv.c
20180 ____________________________________________________________________________
20181 [  6060] By: jhi                                   on 2000/05/04  15:30:16
20182         Log: Integrate with Sarathy.
20183      Branch: cfgperl
20184           !> perl.c regcomp.c t/pragma/utf8.t
20185 ____________________________________________________________________________
20186 [  6059] By: jhi                                   on 2000/05/04  15:26:37
20187         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
20188              in natively 64-bit platforms where a long is a quad (no need
20189              for long longs).  Also added bias for IVs.
20190      Branch: cfgperl
20191            ! toke.c
20192 ____________________________________________________________________________
20193 [  6058] By: gsar                                  on 2000/05/04  00:19:14
20194         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
20195              (spotted by Donald Kinzer <dkinzer@premia.com>)
20196      Branch: perl
20197            ! perl.c
20198 ____________________________________________________________________________
20199 [  6057] By: gsar                                  on 2000/05/03  18:34:01
20200         Log: fix broken parsing of /\x{ab}/
20201      Branch: perl
20202            ! regcomp.c t/pragma/utf8.t
20203 ____________________________________________________________________________
20204 [  6056] By: jhi                                   on 2000/05/03  17:57:16
20205         Log: The search of infinity continues, this time simplified.
20206      Branch: cfgperl
20207            ! lib/Math/Complex.pm
20208 ____________________________________________________________________________
20209 [  6055] By: jhi                                   on 2000/05/03  17:45:30
20210         Log: Detypo.
20211      Branch: cfgperl
20212            ! hints/unicos.sh
20213 ____________________________________________________________________________
20214 [  6054] By: jhi                                   on 2000/05/02  22:28:27
20215         Log: Be more forgiving in POSIX about HUGE_VALL.
20216      Branch: cfgperl
20217            ! ext/POSIX/POSIX.xs
20218 ____________________________________________________________________________
20219 [  6053] By: jhi                                   on 2000/05/02  22:25:05
20220         Log: Integrate with Sarathy.
20221      Branch: cfgperl
20222           !> hints/irix_6.sh pod/perlop.pod
20223 ____________________________________________________________________________
20224 [  6052] By: jhi                                   on 2000/05/02  22:24:31
20225         Log: Unicos hint tweak.
20226      Branch: cfgperl
20227            ! hints/unicos.sh
20228 ____________________________________________________________________________
20229 [  6051] By: jhi                                   on 2000/05/02  22:21:26
20230         Log: Complex tweakery.
20231      Branch: cfgperl
20232            ! lib/Math/Complex.pm t/lib/complex.t
20233 ____________________________________________________________________________
20234 [  6050] By: jhi                                   on 2000/05/02  19:26:22
20235         Log: Use setxxent()/endxxent().
20236      Branch: cfgperl
20237            ! t/op/grent.t t/op/pwent.t
20238 ____________________________________________________________________________
20239 [  6049] By: jhi                                   on 2000/05/02  19:06:02
20240         Log: Test both the scalar and list contexts.
20241      Branch: cfgperl
20242            ! t/op/grent.t t/op/pwent.t
20243 ____________________________________________________________________________
20244 [  6048] By: gsar                                  on 2000/05/02  18:29:10
20245         Log: add note about how $( doesn't interpolate in REs (from
20246              Philip Newton <newton@ficus.frogspace.net>)
20247      Branch: perl
20248            ! pod/perlop.pod
20249 ____________________________________________________________________________
20250 [  6047] By: jhi                                   on 2000/05/02  17:41:24
20251         Log: Call getspnam() only iff needd.
20252      Branch: cfgperl
20253            ! pp_sys.c
20254 ____________________________________________________________________________
20255 [  6046] By: gsar                                  on 2000/05/02  17:07:25
20256         Log: libscheck has insufficient checks for n32 libs (from
20257              Albert Chin-A-Young <china@thewrittenword.com>)
20258      Branch: perl
20259            ! hints/irix_6.sh
20260 ____________________________________________________________________________
20261 [  6045] By: jhi                                   on 2000/05/02  13:57:17
20262         Log: Integrate with Sarathy.
20263      Branch: cfgperl
20264           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
20265           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
20266 ____________________________________________________________________________
20267 [  6044] By: gsar                                  on 2000/05/02  06:48:19
20268         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
20269              such that underscores are only ignored in literal numbers,
20270              "\x{...}", and hex/oct argument
20271      Branch: perl
20272            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
20273 ____________________________________________________________________________
20274 [  6043] By: gsar                                  on 2000/05/02  02:22:29
20275         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
20276      Branch: perl
20277            ! pod/perlretut.pod
20278 ____________________________________________________________________________
20279 [  6042] By: gsar                                  on 2000/05/02  02:17:51
20280         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
20281      Branch: perl
20282            ! pod/perltrap.pod
20283 ____________________________________________________________________________
20284 [  6041] By: gsar                                  on 2000/05/02  01:53:51
20285         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
20286              to compensate
20287      Branch: perl
20288            ! Porting/makerel
20289 ____________________________________________________________________________
20290 [  6040] By: gsar                                  on 2000/05/02  01:51:57
20291         Log: missing files in MANIFEST
20292      Branch: perl
20293            ! MANIFEST
20294 ____________________________________________________________________________
20295 [  6039] By: jhi                                   on 2000/05/02  00:36:46
20296         Log: Infinite problems.
20297      Branch: cfgperl
20298            ! lib/Math/Complex.pm
20299 ____________________________________________________________________________
20300 [  6038] By: jhi                                   on 2000/05/02  00:06:38
20301         Log: pwent/spent #ifdef imbalance.
20302      Branch: cfgperl
20303            ! pp_sys.c
20304 ____________________________________________________________________________
20305 [  6037] By: jhi                                   on 2000/05/01  22:50:11
20306         Log: Use HUGE_VALL if applicable.
20307      Branch: cfgperl
20308            ! ext/POSIX/POSIX.xs util.c
20309 ____________________________________________________________________________
20310 [  6036] By: jhi                                   on 2000/05/01  22:20:53
20311         Log: Correct Freudian slip.
20312      Branch: cfgperl
20313            ! pp_sys.c
20314 ____________________________________________________________________________
20315 [  6035] By: jhi                                   on 2000/05/01  21:07:38
20316         Log: Continue on the pwent/spent case.
20317      Branch: cfgperl
20318            ! pp_sys.c
20319 ____________________________________________________________________________
20320 [  6034] By: jhi                                   on 2000/05/01  17:45:14
20321         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
20322              adjustments in 6032 conflicted badly with this, will have
20323              to revisit them later.
20324      Branch: cfgperl
20325           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
20326           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
20327           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
20328           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
20329           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
20330           !> t/lib/cgi-html.t t/lib/cgi-request.t
20331 ____________________________________________________________________________
20332 [  6033] By: jhi                                   on 2000/05/01  17:40:49
20333         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
20334      Branch: cfgperl
20335            ! pp_sys.c
20336 ____________________________________________________________________________
20337 [  6032] By: gsar                                  on 2000/05/01  15:56:32
20338         Log: whitespace adjustments
20339      Branch: perl
20340            ! pp_sys.c
20341 ____________________________________________________________________________
20342 [  6031] By: gsar                                  on 2000/05/01  15:19:41
20343         Log: small nits in diagnostics.pm (from Robin Barker)
20344      Branch: perl
20345            ! lib/diagnostics.pm pod/perldiag.pod
20346 ____________________________________________________________________________
20347 [  6030] By: gsar                                  on 2000/05/01  08:39:18
20348         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
20349              for @- and @+ (from Johan Vromans)
20350      Branch: perl
20351            ! lib/English.pm pod/perlvar.pod
20352 ____________________________________________________________________________
20353 [  6029] By: gsar                                  on 2000/05/01  08:16:10
20354         Log: add CGI.pm v2.66 (from Lincoln Stein)
20355      Branch: perl
20356            + lib/CGI/Util.pm t/lib/cgi-pretty.t
20357            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
20358            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
20359            ! t/lib/cgi-html.t t/lib/cgi-request.t
20360 ____________________________________________________________________________
20361 [  6028] By: gsar                                  on 2000/05/01  06:34:41
20362         Log: Pod::Man generates groff-incompatible macro definition (from
20363              Tom Christiansen)
20364      Branch: perl
20365            ! lib/Pod/Man.pm
20366 ____________________________________________________________________________
20367 [  6027] By: gsar                                  on 2000/05/01  06:31:36
20368         Log: podlators-1.02 update (from Russ Allbery)
20369      Branch: perl
20370            ! lib/Pod/Man.pm lib/Pod/Text.pm
20371 ____________________________________________________________________________
20372 [  6026] By: jhi                                   on 2000/04/30  23:24:23
20373         Log: Integrate with Sarathy.
20374      Branch: cfgperl
20375           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
20376           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
20377           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
20378           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
20379           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
20380           !> t/lib/syslog.t toke.c win32/win32.h
20381 ____________________________________________________________________________
20382 [  6025] By: gsar                                  on 2000/04/30  18:17:47
20383         Log: Is{Alnum,Alpha,Word} don't match titlecase
20384              
20385              TODO: IsSpace is defined recursively!
20386              
20387              (both spotted by Larry)
20388      Branch: perl
20389            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
20390            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
20391 ____________________________________________________________________________
20392 [  6024] By: gsar                                  on 2000/04/30  17:50:19
20393         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
20394              (from Hugo van der Sanden)
20395      Branch: perl
20396            ! toke.c
20397 ____________________________________________________________________________
20398 [  6023] By: gsar                                  on 2000/04/30  17:14:43
20399         Log: debugger stomps on $. (from M.J.T. Guy)
20400      Branch: perl
20401            ! lib/perl5db.pl
20402 ____________________________________________________________________________
20403 [  6022] By: gsar                                  on 2000/04/30  16:59:22
20404         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
20405      Branch: perl
20406            ! sv.c
20407 ____________________________________________________________________________
20408 [  6021] By: gsar                                  on 2000/04/29  21:00:08
20409         Log: remove Win2K issue in pod (fixed by change#6020)
20410      Branch: perl
20411            ! README.win32 pod/perl56delta.pod
20412 ____________________________________________________________________________
20413 [  6020] By: gsar                                  on 2000/04/29  20:51:49
20414         Log: test tweak
20415      Branch: perl
20416            ! t/lib/open3.t
20417 ____________________________________________________________________________
20418 [  6019] By: gsar                                  on 2000/04/29  20:34:27
20419         Log: windows portability tweaks
20420      Branch: perl
20421            ! t/lib/b.t win32/win32.h
20422 ____________________________________________________________________________
20423 [  6018] By: gsar                                  on 2000/04/29  19:55:24
20424         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
20425              make _PATH_LOG() return "" if unavailable
20426      Branch: perl
20427            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
20428            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
20429 ____________________________________________________________________________
20430 [  6017] By: jhi                                   on 2000/04/28  22:49:46
20431         Log: Integrate with Sarathy.
20432      Branch: cfgperl
20433           !> op.c perl.c pod/perldiag.pod t/lib/b.t
20434 ____________________________________________________________________________
20435 [  6016] By: jhi                                   on 2000/04/28  22:46:14
20436         Log: Do not warn that an infinity does not look like a number.
20437      Branch: cfgperl
20438            ! sv.c
20439 ____________________________________________________________________________
20440 [  6015] By: gsar                                  on 2000/04/28  22:35:49
20441         Log: tweak test for portability
20442      Branch: perl
20443            ! t/lib/b.t
20444 ____________________________________________________________________________
20445 [  6014] By: gsar                                  on 2000/04/28  22:05:31
20446         Log: glob() loading File::Glob behind the scenes may cause syntax errors
20447      Branch: perl
20448            ! op.c
20449 ____________________________________________________________________________
20450 [  6013] By: gsar                                  on 2000/04/28  21:25:22
20451         Log: tweak change#5945 to display correct switch name in diagnostic
20452      Branch: perl
20453            ! perl.c pod/perldiag.pod
20454 ____________________________________________________________________________
20455 [  6012] By: jhi                                   on 2000/04/28  21:08:12
20456         Log: Integrate with Sarathy.
20457      Branch: cfgperl
20458           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
20459           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
20460           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
20461 ____________________________________________________________________________
20462 [  6011] By: jhi                                   on 2000/04/28  21:04:46
20463         Log: &HUGE_VAL is not defined, it exists.
20464      Branch: cfgperl
20465            ! lib/Math/Complex.pm
20466 ____________________________________________________________________________
20467 [  6010] By: gsar                                  on 2000/04/28  21:02:58
20468         Log: clarify note about shadow password support (from
20469              gellyfish@gellyfish.com)
20470      Branch: perl
20471            ! pod/perlfunc.pod
20472 ____________________________________________________________________________
20473 [  6009] By: gsar                                  on 2000/04/28  21:00:00
20474         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
20475      Branch: perl
20476            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
20477 ____________________________________________________________________________
20478 [  6008] By: gsar                                  on 2000/04/28  20:56:33
20479         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
20480      Branch: perl
20481            ! installperl vms/subconfigure.com
20482 ____________________________________________________________________________
20483 [  6007] By: gsar                                  on 2000/04/28  20:51:21
20484         Log: note about compile failures and END blocks (from M.J.T. Guy)
20485      Branch: perl
20486            ! pod/perl56delta.pod pod/perlmod.pod
20487 ____________________________________________________________________________
20488 [  6006] By: jhi                                   on 2000/04/28  20:42:14
20489         Log: Regen Configure.
20490      Branch: cfgperl
20491            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20492            ! config_h.SH
20493 ____________________________________________________________________________
20494 [  6005] By: gsar                                  on 2000/04/28  20:41:16
20495         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
20496      Branch: perl
20497            ! utils/perldoc.PL
20498 ____________________________________________________________________________
20499 [  6004] By: jhi                                   on 2000/04/28  20:28:21
20500         Log: Integrate with Sarathy.
20501      Branch: cfgperl
20502           !> Configure INSTALL Porting/Glossary Porting/config.sh
20503           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
20504           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
20505           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
20506           !> win32/config.vc win32/win32.c
20507 ____________________________________________________________________________
20508 [  6003] By: gsar                                  on 2000/04/28  20:11:20
20509         Log: allow REG_EXPAND_SZ keys in Windows registry (from
20510              John Clayton <John.Clayton@barclayscapital.com>)
20511      Branch: perl
20512            ! win32/win32.c
20513 ____________________________________________________________________________
20514 [  6002] By: gsar                                  on 2000/04/28  19:34:16
20515         Log: destructive sv_setsv() can lose UV-ness from source, causing
20516              numeric promotions/comparisons to fail to do the right thing
20517      Branch: perl
20518            ! sv.c
20519 ____________________________________________________________________________
20520 [  6001] By: gsar                                  on 2000/04/28  18:44:15
20521         Log: support additional library locations via $Config{otherlibdirs}
20522              (from Andy Dougherty)
20523      Branch: perl
20524            ! Configure INSTALL Porting/Glossary Porting/config.sh
20525            ! Porting/config_H config_h.SH epoc/config.sh perl.c
20526            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
20527            ! win32/config.bc win32/config.gc win32/config.vc
20528 ____________________________________________________________________________
20529 [  6000] By: gsar                                  on 2000/04/28  18:26:58
20530         Log: reworked otherlibdirs.U (from Andy Dougherty)
20531      Branch: metaconfig
20532            ! U/installdirs/otherlibdirs.U
20533 ____________________________________________________________________________
20534 [  5999] By: gsar                                  on 2000/04/28  18:17:07
20535         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
20536      Branch: perl
20537            ! t/pragma/warn/toke toke.c
20538 ____________________________________________________________________________
20539 [  5998] By: jhi                                   on 2000/04/28  13:32:17
20540         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
20541      Branch: cfgperl
20542            ! lib/Math/Complex.pm
20543 ____________________________________________________________________________
20544 [  5997] By: jhi                                   on 2000/04/28  13:14:04
20545         Log: Preserve $!.
20546      Branch: cfgperl
20547            ! lib/Math/Complex.pm
20548 ____________________________________________________________________________
20549 [  5996] By: jhi                                   on 2000/04/28  12:59:23
20550         Log: Integrate with Sarathy.
20551      Branch: cfgperl
20552           +> pod/perlrequick.pod pod/perlretut.pod
20553           !> (integrate 51 files)
20554 ____________________________________________________________________________
20555 [  5995] By: gsar                                  on 2000/04/28  09:37:36
20556         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
20557      Branch: perl
20558            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
20559 ____________________________________________________________________________
20560 [  5994] By: gsar                                  on 2000/04/28  09:33:26
20561         Log: fix for missed accounting for null byte in pack("Z",...) (from
20562              M.J.T. Guy)
20563      Branch: perl
20564            ! pp.c t/op/pack.t
20565 ____________________________________________________________________________
20566 [  5993] By: gsar                                  on 2000/04/28  09:30:05
20567         Log: various minor tweaks seen on p5p
20568      Branch: perl
20569            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
20570 ____________________________________________________________________________
20571 [  5992] By: gsar                                  on 2000/04/28  09:08:19
20572         Log: pod nit (from Simon Cozens)
20573      Branch: perl
20574            ! pod/perlop.pod
20575 ____________________________________________________________________________
20576 [  5991] By: gsar                                  on 2000/04/28  09:06:36
20577         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
20578      Branch: perl
20579            ! README.posix-bc hints/posix-bc.sh
20580 ____________________________________________________________________________
20581 [  5990] By: gsar                                  on 2000/04/28  08:54:52
20582         Log: use $ENV{LIB} to search for libs under Visual C compiler
20583              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
20584      Branch: perl
20585            ! lib/ExtUtils/Liblist.pm
20586 ____________________________________________________________________________
20587 [  5989] By: gsar                                  on 2000/04/28  08:27:12
20588         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
20589              itself and no other (from Tom Hughes)
20590      Branch: perl
20591            ! t/op/array.t toke.c
20592 ____________________________________________________________________________
20593 [  5988] By: gsar                                  on 2000/04/28  08:01:38
20594         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
20595              <paul@miraclefish.com>)
20596      Branch: perl
20597            ! lib/ExtUtils/MakeMaker.pm
20598 ____________________________________________________________________________
20599 [  5987] By: gsar                                  on 2000/04/28  07:53:09
20600         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
20601      Branch: perl
20602            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
20603 ____________________________________________________________________________
20604 [  5986] By: gsar                                  on 2000/04/28  07:44:17
20605         Log: add regular expressions tutorial and quick-start guide (from
20606              Mark Kvale <kvale@phy.ucsf.edu>)
20607      Branch: perl
20608            + pod/perlrequick.pod pod/perlretut.pod
20609            ! AUTHORS MAINTAIN MANIFEST
20610 ____________________________________________________________________________
20611 [  5985] By: gsar                                  on 2000/04/28  07:30:28
20612         Log: forked child may not exit correctly if it failed to open
20613              /dev/console (from Graham Barr)
20614      Branch: perl
20615            ! ext/Sys/Syslog/Syslog.pm
20616 ____________________________________________________________________________
20617 [  5984] By: gsar                                  on 2000/04/28  07:27:20
20618         Log: attributes::reftype() doesn't work on tied argument
20619      Branch: perl
20620            ! xsutils.c
20621 ____________________________________________________________________________
20622 [  5983] By: gsar                                  on 2000/04/28  07:15:04
20623         Log: numeric conversion of non-number in change#3378 tramples on
20624              OOK offset, causing segfaults
20625      Branch: perl
20626            ! sv.c
20627 ____________________________________________________________________________
20628 [  5982] By: gsar                                  on 2000/04/28  04:48:25
20629         Log: avoid error in IO::Socket::INET when given an unknown service name
20630              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
20631      Branch: perl
20632            ! ext/IO/lib/IO/Socket/INET.pm
20633 ____________________________________________________________________________
20634 [  5981] By: gsar                                  on 2000/04/28  04:31:31
20635         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
20636              prototype mismatch with CORE::glob(); update pod and tests to
20637              suit (File::Glob::glob() is still available for backward
20638              compatibility, but should be considered deprecated)
20639      Branch: perl
20640            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
20641            ! t/lib/glob-taint.t
20642 ____________________________________________________________________________
20643 [  5980] By: gsar                                  on 2000/04/28  03:47:29
20644         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
20645              <ghudson@mit.edu>)
20646      Branch: metaconfig
20647            ! U/modified/Options.U
20648      Branch: perl
20649            ! Configure
20650 ____________________________________________________________________________
20651 [  5979] By: gsar                                  on 2000/04/28  03:07:54
20652         Log: under useithreads, constant pad entries could inadvertantly be
20653              shared across threads (from Eric Blood <eblood@xmission.com>);
20654              added Eric's test case to testsuite
20655      Branch: perl
20656            ! op.c t/op/misc.t
20657 ____________________________________________________________________________
20658 [  5978] By: gsar                                  on 2000/04/27  21:13:00
20659         Log: sync version numbers in File::Spec with the ones on CPAN
20660              (from Barrie Slaymaker)
20661      Branch: perl
20662            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
20663            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
20664            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
20665 ____________________________________________________________________________
20666 [  5977] By: gsar                                  on 2000/04/27  21:07:29
20667         Log: autoquote barewords followed by newline and arrow properly
20668              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
20669      Branch: perl
20670            ! t/pragma/warn/toke toke.c
20671 ____________________________________________________________________________
20672 [  5976] By: gsar                                  on 2000/04/27  20:41:20
20673         Log: DB_File v1.73 update (from Paul Marquess)
20674      Branch: perl
20675            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
20676            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
20677 ____________________________________________________________________________
20678 [  5975] By: gsar                                  on 2000/04/27  20:34:24
20679         Log: allow sort() reentrancy (variant of patch suggested by
20680              Hugo van der Sanden)
20681      Branch: perl
20682            ! pp_ctl.c t/op/sort.t
20683 ____________________________________________________________________________
20684 [  5974] By: gsar                                  on 2000/04/27  19:46:57
20685         Log: change#4197 somehow missed initializing PL_errors, meaning
20686              sytax error queueing wasn't working outside eval"" at all;
20687              also fixed eval"" to localize PL_error_count, so that compile-time
20688              eval's don't clobber the error state of the outer context
20689      Branch: perl
20690            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
20691            ! t/pragma/warn/toke
20692 ____________________________________________________________________________
20693 [  5973] By: gsar                                  on 2000/04/27  18:29:05
20694         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
20695      Branch: perl
20696            ! regcomp.c regexec.c t/op/re_tests
20697 ____________________________________________________________________________
20698 [  5972] By: jhi                                   on 2000/04/27  18:22:41
20699         Log: Integrate with Sarathy.
20700      Branch: cfgperl
20701           +> t/lib/b.t t/lib/syslog.t
20702           !> (integrate 31 files)
20703 ____________________________________________________________________________
20704 [  5971] By: jhi                                   on 2000/04/27  18:18:46
20705         Log: Unicos tweaks from Mark P. Lutz.
20706      Branch: cfgperl
20707            ! hints/unicos.sh lib/Math/Complex.pm
20708 ____________________________________________________________________________
20709 [  5970] By: gsar                                  on 2000/04/27  18:05:11
20710         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
20711              IV is >32bits
20712      Branch: perl
20713            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
20714 ____________________________________________________________________________
20715 [  5969] By: gsar                                  on 2000/04/27  17:50:56
20716         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
20717      Branch: perl
20718            + t/lib/syslog.t
20719            ! MANIFEST ext/Sys/Syslog/Syslog.pm
20720 ____________________________________________________________________________
20721 [  5968] By: gsar                                  on 2000/04/27  17:44:49
20722         Log: tolerate spaces in group names in test on solaris (from David Boyce
20723              <dsb@boyski.com>)
20724      Branch: perl
20725            ! t/op/groups.t
20726 ____________________________________________________________________________
20727 [  5967] By: gsar                                  on 2000/04/27  17:41:22
20728         Log: improved docs on the warn_uninit diagnostic (from David Glasser
20729              and Simon Cozens)
20730      Branch: perl
20731            ! pod/perldiag.pod
20732 ____________________________________________________________________________
20733 [  5966] By: gsar                                  on 2000/04/27  16:54:58
20734         Log: add testsuite for B backends, fix bug in B::Deparse (from
20735              Simon Cozens <simon@brecon.co.uk>)
20736      Branch: perl
20737            + t/lib/b.t
20738            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
20739 ____________________________________________________________________________
20740 [  5965] By: gsar                                  on 2000/04/27  16:10:37
20741         Log: avoid "will not stay shared" warnings for our variables (from
20742              Robin Barker)
20743      Branch: perl
20744            ! op.c t/pragma/warn/op
20745 ____________________________________________________________________________
20746 [  5964] By: gsar                                  on 2000/04/27  07:05:05
20747         Log: reformat to 72 columns (again)
20748      Branch: perl
20749            ! pod/perldiag.pod
20750 ____________________________________________________________________________
20751 [  5963] By: gsar                                  on 2000/04/27  06:28:31
20752         Log: patch from Larry to make (\&) prototype work; added tests for
20753              the same
20754      Branch: perl
20755            ! op.c t/comp/proto.t
20756 ____________________________________________________________________________
20757 [  5962] By: gsar                                  on 2000/04/27  06:15:47
20758         Log: updated README.hpux (from Jeff Okamoto)
20759      Branch: perl
20760            ! README.hpux
20761 ____________________________________________________________________________
20762 [  5961] By: gsar                                  on 2000/04/27  05:55:03
20763         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
20764      Branch: perl
20765            ! emacs/cperl-mode.el
20766 ____________________________________________________________________________
20767 [  5960] By: gsar                                  on 2000/04/27  05:49:26
20768         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
20769      Branch: perl
20770            ! INSTALL
20771 ____________________________________________________________________________
20772 [  5959] By: gsar                                  on 2000/04/27  05:33:41
20773         Log: doubled words in pods (from Simon Cozens
20774              <simon.p.cozens@jp.pwcglobal.com>)
20775      Branch: perl
20776            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
20777            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
20778            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
20779            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
20780            ! pod/perltootc.pod
20781 ____________________________________________________________________________
20782 [  5958] By: gsar                                  on 2000/04/27  05:11:39
20783         Log: change#3569 deleted some essential code, revert; avoid use of
20784              atexit() to make DynaLoader work properly on AIX under mod_perl
20785              (from Jens-Uwe Mager <jum@helios.de>)
20786      Branch: perl
20787            ! ext/DynaLoader/dl_aix.xs
20788 ____________________________________________________________________________
20789 [  5957] By: gsar                                  on 2000/04/27  04:54:51
20790         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
20791      Branch: perl
20792            ! pod/perlmod.pod
20793 ____________________________________________________________________________
20794 [  5956] By: gsar                                  on 2000/04/27  04:51:47
20795         Log: better diagnostics on failed tests (from Ilya Zakharevich)
20796      Branch: perl
20797            ! t/op/lex_assign.t
20798 ____________________________________________________________________________
20799 [  5955] By: gsar                                  on 2000/04/27  04:26:44
20800         Log: longstanding bug exposed by change#3307: sort arguments weren't
20801              compiled with the right wantarray context (ensuing runtime lookup
20802              via block_gimme() was getting the incidental context of the
20803              sort() itself)
20804      Branch: perl
20805            ! op.c t/op/sort.t
20806 ____________________________________________________________________________
20807 [  5954] By: gsar                                  on 2000/04/26  23:42:12
20808         Log: integrate cfgperl contents into mainline
20809      Branch: perl
20810           !> (integrate 30 files)
20811 ____________________________________________________________________________
20812 [  5953] By: jhi                                   on 2000/04/26  23:06:42
20813         Log: Integrate with Sarathy.
20814      Branch: cfgperl
20815           !> README.win32 ext/B/B/Deparse.pm
20816           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
20817           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
20818           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
20819           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
20820           !> utils/perldoc.PL vms/perlvms.pod
20821 ____________________________________________________________________________
20822 [  5952] By: jhi                                   on 2000/04/26  23:03:46
20823         Log: Undo "use integer" addition from 64bitint as it seems
20824              to break most of the subtests in Digital UNIX;
20825              Unicos needs to find another way.
20826      Branch: cfgperl
20827            ! t/op/64bitint.t
20828 ____________________________________________________________________________
20829 [  5951] By: jhi                                   on 2000/04/26  22:57:53
20830         Log: Be more robust on "extreme" (large absolute value)
20831              arguments.  Originally reported by Daniel Connelly
20832              as a problem with asinh() on large negative arguments,
20833              asinh() used to bail out because an argument to log()
20834              ended up being zero.  Ilya Zakharevich proposed using
20835              Taylor's series in such cases, which for such large
20836              arguments is a very good approximation.
20837      Branch: cfgperl
20838            ! lib/Math/Complex.pm t/lib/complex.t
20839 ____________________________________________________________________________
20840 [  5950] By: gsar                                  on 2000/04/25  19:13:12
20841         Log: reformat perldiag to avoid long lines
20842      Branch: perl
20843            ! pod/perldiag.pod
20844 ____________________________________________________________________________
20845 [  5949] By: gsar                                  on 2000/04/25  18:41:11
20846         Log: make perldoc use the pod2man from the same version (from
20847              M.J.T. Guy)
20848      Branch: perl
20849            ! utils/perldoc.PL
20850 ____________________________________________________________________________
20851 [  5948] By: gsar                                  on 2000/04/25  18:21:57
20852         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
20853              <kompas@kompas.usr.onet.pl>)
20854      Branch: perl
20855            ! lib/vars.pm
20856 ____________________________________________________________________________
20857 [  5947] By: gsar                                  on 2000/04/25  18:11:53
20858         Log: use &dl_error rather than &dl_load_file as the guard for calling
20859              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
20860              statically built perl)
20861      Branch: perl
20862            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
20863 ____________________________________________________________________________
20864 [  5946] By: jhi                                   on 2000/04/25  17:37:54
20865         Log: Document that tr() is not tr(1).
20866      Branch: cfgperl
20867            ! pod/perlop.pod
20868 ____________________________________________________________________________
20869 [  5945] By: gsar                                  on 2000/04/25  16:34:33
20870         Log: make module name mandatory after -M switch; reorder perldiag
20871              alphabetically (from Mark-Jason Dominus)
20872      Branch: perl
20873            ! perl.c pod/perldiag.pod
20874 ____________________________________________________________________________
20875 [  5944] By: jhi                                   on 2000/04/25  01:15:18
20876         Log: On second thoughts frexp() does have two arguments.
20877      Branch: cfgperl
20878            ! perl.h
20879 ____________________________________________________________________________
20880 [  5943] By: jhi                                   on 2000/04/24  22:56:32
20881         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
20882              Now pp_ncmp() returns undef is either operand is a NaN.
20883      Branch: cfgperl
20884            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20885            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
20886            ! vms/subconfigure.com vos/config.def vos/config.h
20887            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
20888            ! win32/config.vc win32/config_H.bc win32/config_H.gc
20889            ! win32/config_H.vc
20890      Branch: metaconfig/U/perl
20891            + d_modfl.U
20892 ____________________________________________________________________________
20893 [  5942] By: jhi                                   on 2000/04/24  19:45:17
20894         Log: Regen Configure to match #5937.
20895      Branch: cfgperl
20896            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20897            ! config_h.SH
20898      Branch: metaconfig
20899            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
20900 ____________________________________________________________________________
20901 [  5941] By: jhi                                   on 2000/04/24  19:24:11
20902         Log: Further Unicos fixes for Mark Lutz.
20903      Branch: cfgperl
20904            ! hints/unicos.sh pp_ctl.c
20905 ____________________________________________________________________________
20906 [  5940] By: jhi                                   on 2000/04/24  19:09:06
20907         Log: Various Unicos 10.0.0.6 fixes.
20908              
20909              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
20910              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
20911              Reply-To: tecmpl1@triton.ca.boeing.com 
20912              To: perl5-porters@perl.org 
20913              Date: Fri, 14 Apr 2000 20:21:00 GMT 
20914              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
20915      Branch: cfgperl
20916            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
20917 ____________________________________________________________________________
20918 [  5939] By: gsar                                  on 2000/04/24  19:01:24
20919         Log: more pod nits (from Larry Virden)
20920      Branch: perl
20921            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
20922            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
20923            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
20924 ____________________________________________________________________________
20925 [  5938] By: gsar                                  on 2000/04/24  18:54:01
20926         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
20927      Branch: perl
20928            ! ext/B/B/Deparse.pm
20929 ____________________________________________________________________________
20930 [  5937] By: jhi                                   on 2000/04/24  17:39:00
20931         Log: Integrate with Sarathy.
20932      Branch: cfgperl
20933           +> (branch 31 files)
20934           !> (integrate 73 files)
20935 ____________________________________________________________________________
20936 [  5936] By: gsar                                  on 2000/04/24  17:30:06
20937         Log: additional tests for change#5934 (from Paul Marquess, who also
20938              sent in the same fix)
20939      Branch: perl
20940            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
20941            ! t/pragma/warn/5nolint t/pragma/warn/6default
20942 ____________________________________________________________________________
20943 [  5935] By: jhi                                   on 2000/04/24  17:26:05
20944         Log: Do not assume sign propagation.
20945              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
20946              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
20947              To: payner@ncifcrf.gov, perl5-porters@perl.org 
20948              Date: Tue, 18 Apr 2000 18:24:49 +0100 
20949              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
20950      Branch: cfgperl
20951            ! t/op/bop.t t/op/misc.t
20952 ____________________________________________________________________________
20953 [  5934] By: gsar                                  on 2000/04/24  17:16:54
20954         Log: propagate lexical warnings from surrounding scope correctly
20955              within string eval()
20956      Branch: perl
20957            ! pp_ctl.c t/pragma/warn/pp_ctl
20958 ____________________________________________________________________________
20959 [  5933] By: jhi                                   on 2000/04/24  17:01:07
20960         Log: Flatten the cpp jungle doing the nosuid checking.
20961      Branch: cfgperl
20962            ! perl.c
20963 ____________________________________________________________________________
20964 [  5932] By: gsar                                  on 2000/04/24  09:08:14
20965         Log: add rsignal(), whichsig() and do_join() to public API list
20966              (mod_perl uses them to good advantage)
20967      Branch: perl
20968            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
20969 ____________________________________________________________________________
20970 [  5931] By: gsar                                  on 2000/04/24  09:01:40
20971         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
20972      Branch: perl
20973            ! pp_hot.c regexec.c t/op/pat.t
20974 ____________________________________________________________________________
20975 [  5930] By: gsar                                  on 2000/04/24  08:58:33
20976         Log: small os390 tweaks (from Peter Prymmer)
20977      Branch: perl
20978            ! config_h.SH makedepend.SH
20979 ____________________________________________________________________________
20980 [  5929] By: gsar                                  on 2000/04/24  08:55:25
20981         Log: pod nits
20982      Branch: perl
20983            ! pod/perlguts.pod
20984 ____________________________________________________________________________
20985 [  5928] By: gsar                                  on 2000/04/24  08:50:13
20986         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
20987      Branch: perl
20988            ! ext/IO/lib/IO/Poll.pm
20989 ____________________________________________________________________________
20990 [  5927] By: gsar                                  on 2000/04/24  08:43:24
20991         Log: arrange for next() to resume at the unstack op rather than the
20992              loop conditional, so that scope cleanup happens correctly
20993              (from Stephen McCamant)
20994      Branch: perl
20995            ! op.c pp_ctl.c t/op/misc.t
20996 ____________________________________________________________________________
20997 [  5926] By: gsar                                  on 2000/04/24  08:18:40
20998         Log: on windows, reserve 16M of stack rather than 128M (allows more
20999              threads to run concurrently)
21000      Branch: perl
21001            ! win32/Makefile win32/makefile.mk
21002 ____________________________________________________________________________
21003 [  5925] By: gsar                                  on 2000/04/24  08:13:52
21004         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
21005      Branch: perl
21006            ! toke.c
21007 ____________________________________________________________________________
21008 [  5924] By: gsar                                  on 2000/04/24  08:08:59
21009         Log: avoid using uninitialized memory in require version check
21010      Branch: perl
21011            ! pp_ctl.c universal.c
21012 ____________________________________________________________________________
21013 [  5923] By: gsar                                  on 2000/04/24  07:20:14
21014         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
21015      Branch: perl
21016            ! ext/IO/lib/IO/Poll.pm
21017 ____________________________________________________________________________
21018 [  5922] By: gsar                                  on 2000/04/24  07:08:42
21019         Log: commentary about IoTYPE() (from Nathan Torkington)
21020      Branch: perl
21021            ! sv.h
21022 ____________________________________________________________________________
21023 [  5921] By: gsar                                  on 2000/04/24  06:58:26
21024         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
21025              by fix
21026      Branch: perl
21027            ! sv.c t/lib/charnames.t t/pragma/utf8.t
21028 ____________________________________________________________________________
21029 [  5920] By: gsar                                  on 2000/04/24  06:37:59
21030         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
21031      Branch: perl
21032            ! doop.c t/op/ver.t
21033 ____________________________________________________________________________
21034 [  5919] By: gsar                                  on 2000/04/24  06:21:58
21035         Log: Configure might miss old directories when prefix must be
21036              expanded (from Robin Barker)
21037      Branch: metaconfig
21038            ! U/installdirs/inc_version_list.U
21039      Branch: perl
21040            ! Configure
21041 ____________________________________________________________________________
21042 [  5918] By: gsar                                  on 2000/04/24  06:16:11
21043         Log: VMS nits in glob() test (from Charles Lane)
21044      Branch: perl
21045            ! t/lib/glob-basic.t
21046 ____________________________________________________________________________
21047 [  5917] By: gsar                                  on 2000/04/24  06:11:56
21048         Log: various pod nits (from Larry Virden and others)
21049      Branch: perl
21050            ! README.amiga README.hpux README.machten README.os2
21051            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
21052            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
21053            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
21054            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
21055            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
21056            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
21057            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
21058            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
21059 ____________________________________________________________________________
21060 [  5916] By: gsar                                  on 2000/04/24  05:52:43
21061         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
21062              <wjones@tc.fluke.com>)
21063      Branch: perl
21064            ! t/lib/glob-basic.t
21065 ____________________________________________________________________________
21066 [  5915] By: gsar                                  on 2000/04/24  05:07:01
21067         Log: supported platforms mixed up
21068      Branch: perl
21069            ! pod/perl56delta.pod pod/perlport.pod
21070 ____________________________________________________________________________
21071 [  5914] By: gsar                                  on 2000/04/24  04:56:08
21072         Log: caller() wasn't returning the right number of elements for
21073              eval {...}
21074      Branch: perl
21075            ! pp_ctl.c t/pragma/warn/9enabled
21076 ____________________________________________________________________________
21077 [  5913] By: gsar                                  on 2000/04/24  04:35:41
21078         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
21079              Mark-Jason Dominus)
21080      Branch: perl
21081            ! pod/perlfunc.pod
21082 ____________________________________________________________________________
21083 [  5912] By: gsar                                  on 2000/04/24  04:17:15
21084         Log: fix totally broken caching in UNIVERSAL::isa() (from
21085              Nick Ing-Simmons)
21086      Branch: perl
21087            ! t/op/universal.t universal.c
21088 ____________________________________________________________________________
21089 [  5911] By: gsar                                  on 2000/04/24  03:39:47
21090         Log: add linebreak properties from unicode/LineBrk.txt (from
21091              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
21092      Branch: perl
21093            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
21094            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
21095            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
21096            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
21097            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
21098            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
21099            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
21100            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
21101            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
21102            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
21103            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
21104            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
21105            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
21106            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
21107            + lib/unicode/Is/LbrkZW.pl
21108            ! lib/unicode/mktables.PL
21109 ____________________________________________________________________________
21110 [  5910] By: gsar                                  on 2000/04/24  03:23:10
21111         Log: typo in pod
21112      Branch: perl
21113            ! ext/Thread/Thread.pm
21114 ____________________________________________________________________________
21115 [  5909] By: gsar                                  on 2000/04/24  03:22:03
21116         Log: mode argument to do_binmode() should be file mode, not boolean
21117      Branch: perl
21118            ! pp_sys.c
21119 ____________________________________________________________________________
21120 [  5908] By: gsar                                  on 2000/04/16  16:51:08
21121         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
21122              always returns a valid GV even when the symbol is trapped by strictures
21123              (avoids coredumps)
21124              
21125              TODO: the C<package;> hack needs similar treatment
21126      Branch: perl
21127            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
21128            ! t/pragma/strict-vars
21129 ____________________________________________________________________________
21130 [  5907] By: jhi                                   on 2000/03/31  23:42:56
21131         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
21132              an assumption which #5905 demolished.
21133      Branch: cfgperl
21134            ! pp_sys.c
21135 ____________________________________________________________________________
21136 [  5906] By: jhi                                   on 2000/03/31  18:54:37
21137         Log: Typo in #5905.
21138      Branch: cfgperl
21139            ! t/op/64bitint.t
21140 ____________________________________________________________________________
21141 [  5905] By: jhi                                   on 2000/03/31  18:50:54
21142         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
21143              reported by Joseph N. Hall.  The bug was that even with use64bitint
21144              one had to use the prefixes q, L, or ll with printf/sprintf,
21145              contrary to the documentation and common sense.
21146      Branch: cfgperl
21147            ! sv.c t/op/64bitint.t
21148 ____________________________________________________________________________
21149 [  5904] By: gsar                                  on 2000/03/28  02:31:32
21150         Log: add Changes, perldelta.pod
21151      Branch: perl
21152            + Changes pod/perldelta.pod
21153 ____________________________________________________________________________
21154 [  5903] By: gsar                                  on 2000/03/28  02:03:55
21155         Log: rename Changes and perldelta.pod
21156      Branch: perl
21157           +> Changes5.6 pod/perl56delta.pod
21158            - Changes pod/perldelta.pod
21159            ! MANIFEST
21160 ____________________________________________________________________________
21161 [  5902] By: gsar                                  on 2000/03/28  01:59:14
21162         Log: create maint-5.6 branch
21163      Branch: maint-5.6/perl
21164           +> (branch 1611 files)
21165 ____________________________________________________________________________
21166 [  5901] By: jhi                                   on 2000/03/23  05:48:43
21167         Log: Integrate with Sarathy.
21168      Branch: cfgperl
21169           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
21170 ____________________________________________________________________________
21171 [  5900] By: gsar                                  on 2000/03/23  05:42:43
21172         Log: three guesses on what this is :-)
21173      Branch: perl
21174            ! Changes