threads::shared disabling
[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.2          Development release working toward v5.8
32 --------------
33 ____________________________________________________________________________
34 [ 14014] By: jhi                                   on 2002/01/02  15:12:57
35         Log: One more iteration of the ibcmp_utf8() interface,
36              hopefully this is a convergent iteration...
37      Branch: perl
38            ! embed.pl pod/perlapi.pod proto.h regexec.c t/op/pat.t utf8.c
39 ____________________________________________________________________________
40 [ 14013] By: ams                                   on 2002/01/02  13:43:58
41         Log: Upgrade to podlators-1.19.
42      Branch: perl
43            + lib/Pod/t/man.t lib/Pod/t/text-errors.t
44            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm
45            ! lib/Pod/Text/Termcap.pm lib/Pod/t/basic.cap
46            ! lib/Pod/t/basic.clr lib/Pod/t/basic.man lib/Pod/t/basic.ovr
47            ! lib/Pod/t/basic.pod lib/Pod/t/basic.txt
48 ____________________________________________________________________________
49 [ 14012] By: ams                                   on 2002/01/02  09:48:51
50         Log: Subject: [ID 20011219.004] Pod::Usage does not terminate with a true value
51              From: martyn@inpharmatica.co.uk
52              Date: Wed, 19 Dec 2001 19:05:00 +0000
53              Message-Id: <E16Gm1U-00005z-00@baker-st.inpharmatica.co.uk>
54      Branch: perl
55            ! lib/Pod/Usage.pm
56 ____________________________________________________________________________
57 [ 14010] By: jhi                                   on 2002/01/02  03:59:22
58         Log: Make ibcmp_utf8() optionally progress in either string for
59              as long as it takes and optionally record how far it got.
60      Branch: perl
61            ! embed.h embed.pl pod/perlapi.pod proto.h regexec.c utf8.c
62 ____________________________________________________________________________
63 [ 14009] By: jhi                                   on 2002/01/02  00:35:15
64         Log: Once more try to get the PPPort Makefile right.
65      Branch: perl
66            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/ppport_h.PL
67 ____________________________________________________________________________
68 [ 14008] By: jhi                                   on 2002/01/02  00:03:27
69         Log: -Wall silencing.
70      Branch: perl
71            ! utf8.c
72 ____________________________________________________________________________
73 [ 14007] By: jhi                                   on 2002/01/01  23:48:19
74         Log: Subject: [PATCH B::Deparse] alternate way to figure out prototypes
75              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
76              Date: Tue, 1 Jan 2002 22:45:21 +0100       
77              Message-ID: <20020101224521.A691@rafael>
78      Branch: perl
79            ! ext/B/B/Deparse.pm
80 ____________________________________________________________________________
81 [ 14006] By: jhi                                   on 2002/01/01  23:40:10
82         Log: VOS tweak from Paul Green: VOS has different O_BINARY
83              and O_TEXT, but VOS always uses LF, never CRLF.
84      Branch: perl
85            ! perl.h
86 ____________________________________________________________________________
87 [ 14005] By: jhi                                   on 2002/01/01  23:34:25
88         Log: Make ibcmp_utf8() more robust and make regmatch() use it.
89      Branch: perl
90            ! regexec.c utf8.c
91 ____________________________________________________________________________
92 [ 14004] By: jhi                                   on 2002/01/01  18:27:50
93         Log: Now that to_utf8_fold() was fixed.
94      Branch: perl
95            ! regcomp.c regexec.c
96 ____________________________________________________________________________
97 [ 14003] By: jhi                                   on 2002/01/01  18:04:02
98         Log: Integrate perlio; experimental binmode() re-coding.
99      Branch: perl
100           !> perlio.c
101 ____________________________________________________________________________
102 [ 14002] By: jhi                                   on 2002/01/01  17:53:44
103         Log: Document the to_utf8_*() functions.
104      Branch: perl
105            ! embed.pl pod/perlapi.pod utf8.c
106 ____________________________________________________________________________
107 [ 14001] By: jhi                                   on 2002/01/01  17:29:05
108         Log: Better support for multicharacter foldings.
109              Now all but two of the CaseFold.txt cases work-- but
110              only when the target string is single-character, more
111              debugging needed.
112      Branch: perl
113            ! regexec.c
114 ____________________________________________________________________________
115 [ 14000] By: ams                                   on 2002/01/01  15:59:43
116         Log: Subject: [PATCH] don't installperl pods
117              From: Nicholas Clark <nick@unfortu.net>
118              Date: Tue, 1 Jan 2002 16:44:12 +0000
119              Message-Id: <20020101164411.A3157@Bagpuss.unfortu.net>
120      Branch: perl
121            ! installperl
122 ____________________________________________________________________________
123 [ 13999] By: ams                                   on 2002/01/01  14:34:04
124         Log: Subject: [PATCH] perldiag.pod transposition
125              From: Nicholas Clark <nick@unfortu.net>
126              Date: Tue, 1 Jan 2002 15:03:52 +0000
127              Message-Id: <20020101150350.A2963@Bagpuss.unfortu.net>
128      Branch: perl
129            ! pod/perldiag.pod
130 ____________________________________________________________________________
131 [ 13998] By: ams                                   on 2002/01/01  13:36:49
132         Log: Subject: [PATCH perldiag] Corrections : unknown warning category
133              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
134              Date: Tue, 1 Jan 2002 15:12:36 +0100
135              Message-Id: <20020101151236.A951@rafael>
136      Branch: perl
137            ! pod/perldiag.pod
138 ____________________________________________________________________________
139 [ 13997] By: ams                                   on 2002/01/01  13:33:06
140         Log: Subject: [better PATCH] Re: Low-lights of Win32 / bleadperl
141              From: Nicholas Clark <nick@unfortu.net>
142              Date: Tue, 1 Jan 2002 13:13:17 +0000
143              Message-Id: <20020101131316.A475@Bagpuss.unfortu.net>
144      Branch: perl
145            ! ext/Socket/socketpair.t
146 ____________________________________________________________________________
147 [ 13996] By: ams                                   on 2002/01/01  04:44:28
148         Log: Subject: [PATCH @13746] Leaner exporter
149              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
150              Date: Mon, 31 Dec 2001 18:16:08 -0500
151              Message-Id: <20011231181608.A29253@math.ohio-state.edu>
152      Branch: perl
153            ! ext/B/t/stash.t lib/Exporter.pm lib/Exporter/Heavy.pm
154 ____________________________________________________________________________
155 [ 13995] By: ams                                   on 2002/01/01  04:29:44
156         Log: Subject: [PATCH @13746] h2xs broken
157              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
158              Date: Mon, 31 Dec 2001 17:48:55 -0500
159              Message-Id: <20011231174855.A29128@math.ohio-state.edu>
160      Branch: perl
161            ! utils/h2xs.PL
162 ____________________________________________________________________________
163 [ 13994] By: ams                                   on 2002/01/01  04:25:46
164         Log: Subject: Re: [PATCH @13746] uninstalled build of modules broken
165              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
166              Date: Mon, 31 Dec 2001 17:42:25 -0500
167              Message-Id: <20011231174225.A29048@math.ohio-state.edu>
168      Branch: perl
169            ! lib/ExtUtils/MM_Unix.pm
170 ____________________________________________________________________________
171 [ 13993] By: jhi                                   on 2002/01/01  03:45:24
172         Log: Rename the variables to be a bit more consistent.
173      Branch: perl
174            ! utf8.c
175 ____________________________________________________________________________
176 [ 13992] By: jhi                                   on 2002/01/01  03:35:01
177         Log: Unnecessary/Lingering UTF8 flag might mess up caseless matching
178              (found by Jeffrey Friedl)
179      Branch: perl
180            ! regexec.c t/op/pat.t utf8.c
181 ____________________________________________________________________________
182 [ 13990] By: jhi                                   on 2001/12/31  17:13:12
183         Log: Update Changes.
184      Branch: perl
185            ! Changes patchlevel.h
186 ____________________________________________________________________________
187 [ 13989] By: jhi                                   on 2001/12/31  16:47:28
188         Log: Less unused ones.
189      Branch: perl
190            ! regexec.c
191 ____________________________________________________________________________
192 [ 13988] By: jhi                                   on 2001/12/31  16:46:29
193         Log: Unused variable.
194      Branch: perl
195            ! regcomp.c
196 ____________________________________________________________________________
197 [ 13987] By: jhi                                   on 2001/12/31  16:41:15
198         Log: Forgotten file.
199      Branch: perl
200            ! MANIFEST
201 ____________________________________________________________________________
202 [ 13986] By: jhi                                   on 2001/12/31  16:35:57
203         Log: Subject: Re: Cygwin: one down one to go 
204              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
205              Date: Mon, 31 Dec 2001 18:34:36 +0100
206              Message-Id: <20011231183002.E067.H.M.BRAND@hccnet.nl>
207      Branch: perl
208            ! cygwin/Makefile.SHs
209 ____________________________________________________________________________
210 [ 13985] By: jhi                                   on 2001/12/31  16:33:08
211         Log: Add some comments to the recent Unicode case-folding saga.
212      Branch: perl
213            ! regcomp.c regexec.c
214 ____________________________________________________________________________
215 [ 13984] By: jhi                                   on 2001/12/31  16:19:13
216         Log: Slight comment tweakage.
217      Branch: perl
218            ! ext/I18N/Langinfo/Langinfo.t
219 ____________________________________________________________________________
220 [ 13983] By: jhi                                   on 2001/12/31  16:05:18
221         Log: Clarify the BeOS O_TEXT/O_BINARY situation.
222      Branch: perl
223            ! perl.h
224 ____________________________________________________________________________
225 [ 13982] By: jhi                                   on 2001/12/31  15:05:36
226         Log: Subject: [ PATCH] Cygwin: one down one to go
227              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
228              Date: Mon, 31 Dec 2001 17:03:40 +0100
229              Message-Id: <20011231170025.E05B.H.M.BRAND@hccnet.nl>
230      Branch: perl
231            ! lib/Pod/t/basic.t
232 ____________________________________________________________________________
233 [ 13981] By: jhi                                   on 2001/12/31  14:44:03
234         Log: Tweak the dependencies not to recompile everytime,
235              as suggested by NI-S.
236      Branch: perl
237            ! ext/Devel/PPPort/Makefile.PL
238 ____________________________________________________________________________
239 [ 13980] By: jhi                                   on 2001/12/31  14:29:17
240         Log: Planning still not right.
241      Branch: perl
242            ! lib/User/grent.t
243 ____________________________________________________________________________
244 [ 13979] By: jhi                                   on 2001/12/31  14:19:55
245         Log: Subject: [PATCH lib/User/grent.t] Double double test test header header
246              From: Michael G Schwern <schwern@pobox.com>
247              Date: Sun, 30 Dec 2001 18:07:55 -0500
248              Message-ID: <20011230230755.GG12840@blackrider>
249              
250              (lib/User/grent, really)
251      Branch: perl
252            ! lib/User/grent.t
253 ____________________________________________________________________________
254 [ 13978] By: jhi                                   on 2001/12/31  14:17:55
255         Log: Integrate perlio; cleanup, in particular avoid accidental
256              PerlIO_flush(NULL) if PerlIONext is NULL.
257      Branch: perl
258           !> ext/Devel/PPPort/MANIFEST perlio.c perliol.h
259 ____________________________________________________________________________
260 [ 13977] By: jhi                                   on 2001/12/31  14:15:58
261         Log: Subject: typo in IO::Socket::INET.pm
262              From: mjd@plover.com
263              Date: 31 Dec 2001 14:31:10 -0000
264              Message-ID: <20011231143110.4989.qmail@plover.com>
265      Branch: perl
266            ! ext/IO/lib/IO/Socket/INET.pm
267 ____________________________________________________________________________
268 [ 13974] By: jhi                                   on 2001/12/31  04:59:53
269         Log: Subject: Re: [PATCH] Basic bad prototype detection
270              From: Sam Tregar <sam@tregar.com>
271              Date: Mon, 31 Dec 2001 00:50:30 -0500 (EST)
272              Message-ID: <Pine.LNX.4.33.0112310017090.9102-200000@localhost.localdomain>
273      Branch: perl
274            ! t/comp/proto.t toke.c
275 ____________________________________________________________________________
276 [ 13973] By: jhi                                   on 2001/12/31  04:14:45
277         Log: Subject: [PATCH] configure.com / scriptdirexp
278              From: "Craig A. Berry" <craigberry@mac.com>
279              Date: Sun, 30 Dec 2001 15:47:28 -0600
280              Message-Id: <a05101004b8553b205841@[172.16.52.1]>
281      Branch: perl
282            ! configure.com
283 ____________________________________________________________________________
284 [ 13972] By: jhi                                   on 2001/12/31  04:07:35
285         Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t] resolve problems with tools_other() and htmlifypods
286              From: Abe Timmerman <abe@ztreet.demon.nl>
287              Date: Mon, 31 Dec 2001 03:55:27 +0100
288              Message-ID: <u0kv2ussgukot09trgjkosn8uootjkcebv@4ax.com>
289      Branch: perl
290            ! lib/ExtUtils/t/MM_Win32.t
291 ____________________________________________________________________________
292 [ 13971] By: jhi                                   on 2001/12/31  04:05:46
293         Log: Subject: [PATCH] Basic bad prototype detection
294              From: Sam Tregar <sam@tregar.com> 
295              Date: Sun, 30 Dec 2001 19:57:55 -0500 (EST) 
296              Message-ID: <Pine.LNX.4.33.0112301948270.9102-200000@localhost.localdomain>
297      Branch: perl
298            ! pod/perldiag.pod t/comp/proto.t toke.c
299 ____________________________________________________________________________
300 [ 13970] By: jhi                                   on 2001/12/31  03:53:54
301         Log: Makefiles are sloppy about the exe suffix
302              (from Paul Green)
303      Branch: perl
304            ! Makefile.SH x2p/Makefile.SH
305 ____________________________________________________________________________
306 [ 13969] By: jhi                                   on 2001/12/31  03:42:15
307         Log: Delay folding until necessary; start of handling
308              folding into several characters.
309      Branch: perl
310            ! regcomp.c regexec.c
311 ____________________________________________________________________________
312 [ 13968] By: jhi                                   on 2001/12/31  00:35:35
313         Log: gcc -Wall dewhine.
314      Branch: perl
315            ! regexec.c
316 ____________________________________________________________________________
317 [ 13967] By: jhi                                   on 2001/12/31  00:29:37
318         Log: More Unicode folding tweaks, avoid potential false matches.
319      Branch: perl
320            ! regexec.c
321 ____________________________________________________________________________
322 [ 13966] By: jhi                                   on 2001/12/30  23:30:56
323         Log: Make that six wrongs.
324      Branch: perl
325            ! regexec.c utf8.c
326 ____________________________________________________________________________
327 [ 13965] By: jhi                                   on 2001/12/30  23:12:17
328         Log: Four wrongs can make a right.
329      Branch: perl
330            ! regexec.c utf8.c
331 ____________________________________________________________________________
332 [ 13964] By: jhi                                   on 2001/12/30  21:12:25
333         Log: Fix all the I case foldings as per CaseFold.txt.
334      Branch: perl
335            ! regcomp.c regexec.c
336 ____________________________________________________________________________
337 [ 13963] By: jhi                                   on 2001/12/30  20:04:32
338         Log: Fix all the C(ommon) case foldings as per CaseFold.txt.
339      Branch: perl
340            ! lib/unicore/To/Fold.pl lib/unicore/mktables regcomp.c
341            ! regexec.c utf8.c
342 ____________________________________________________________________________
343 [ 13961] By: jhi                                   on 2001/12/30  17:35:45
344         Log: Integrate perlio; more win32 stuff:
345              
346              A. Use Perl_my_socketpair()
347              B. Use PerlSock_xxxx() rather than raw xxxx() so we get to
348              load winsock.
349              C. (In passing) work round fact that $$ is now SvREADONLY
350              so we need to take special measures to set it during
351              pseudo-fork.
352      Branch: perl
353           !> util.c win32/perlhost.h
354 ____________________________________________________________________________
355 [ 13960] By: jhi                                   on 2001/12/30  17:33:24
356         Log: Fix ppport.h for Unix.
357      Branch: perl
358            + ext/Devel/PPPort/ppport_h.PL
359            - ext/Devel/PPPort/ppport.h.PL
360            ! MANIFEST ext/Devel/PPPort/Makefile.PL
361 ____________________________________________________________________________
362 [ 13958] By: jhi                                   on 2001/12/30  16:33:58
363         Log: Integrate perlio; win32 kicking.
364      Branch: perl
365           +> ext/Devel/PPPort/ppport.h.PL
366           !> embed.h embed.pl ext/Devel/PPPort/Makefile.PL
367           !> ext/Devel/PPPort/t/test.t ext/Errno/Errno_pm.PL global.sym
368           !> proto.h
369 ____________________________________________________________________________
370 [ 13956] By: jhi                                   on 2001/12/30  16:32:11
371         Log: Must look for cat also in $PATH (noticed by Philip Newton).
372      Branch: perl
373            ! Configure
374 ____________________________________________________________________________
375 [ 13955] By: jhi                                   on 2001/12/30  16:19:46
376         Log: Subject: [PATCH] POSIX to understand _SC_PAGESIZE
377              From: Blair Zajac <blair@orcaware.com>
378              Date: Sat, 29 Dec 2001 22:37:03 -0800
379              Message-ID: <3C2EB60F.BB4321DD@orcaware.com>
380      Branch: perl
381            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
382 ____________________________________________________________________________
383 [ 13954] By: jhi                                   on 2001/12/30  16:17:44
384         Log: Regen files.
385      Branch: perl
386            ! embed.h global.sym pod/perlapi.pod uconfig.h
387 ____________________________________________________________________________
388 [ 13953] By: jhi                                   on 2001/12/30  15:57:25
389         Log: Subject: [PATCH] -t without -w 
390              From: Michael G Schwern <schwern@pobox.com>
391              Date: Sat, 29 Dec 2001 23:46:25 -0500
392              Message-ID: <20011230044625.GA14386@blackrider>
393      Branch: perl
394            ! perl.c pod/perlrun.pod pp_ctl.c t/run/switcht.t warnings.h
395            ! warnings.pl
396 ____________________________________________________________________________
397 [ 13952] By: jhi                                   on 2001/12/30  15:52:59
398         Log: Subject: Re: Win32 snag - File::Find File::Spec and Config.pm
399              From: Dave Rolsky <autarch@urth.org>               
400              Date: Sat, 29 Dec 2001 23:16:54 -0600 (CST) 
401              Message-ID: <Pine.LNX.4.43.0112292305270.16562-100000@urth.org>
402              
403              $^O is NetWare, not Netware.
404      Branch: perl
405            ! lib/ExtUtils/MakeMaker.pm lib/File/Spec.pm
406 ____________________________________________________________________________
407 [ 13951] By: jhi                                   on 2001/12/30  15:51:19
408         Log: Sarathy thinks undoing C++ comments from C++ files
409              is a bit too zealous.
410      Branch: perl
411            ! win32/perlhost.h win32/vmem.h
412 ____________________________________________________________________________
413 [ 13947] By: nick                                  on 2001/12/30  11:35:51
414         Log: More Cwd tidy up
415      Branch: perl
416            ! MANIFEST installperl
417 ____________________________________________________________________________
418 [ 13946] By: nick                                  on 2001/12/30  11:12:42
419         Log: Undo a mess trying Cwd.pm in its ext directory
420      Branch: perl
421            + lib/Cwd.pm
422            - ext/Cwd/Cwd.pm
423 ____________________________________________________________________________
424 [ 13943] By: jhi                                   on 2001/12/29  21:30:48
425         Log: Update Changes.
426      Branch: perl
427            ! Changes patchlevel.h
428 ____________________________________________________________________________
429 [ 13942] By: jhi                                   on 2001/12/29  21:12:02
430         Log: Subject: [PATCH] cleaner close on tests, take 2
431              From: andreas.koenig@anima.de (Andreas J. Koenig)
432              Date: 29 Dec 2001 21:42:37 +0100
433              Message-ID: <m33d1tvjuq.fsf@anima.de>
434              
435              (the DB_File patches)
436      Branch: perl
437            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
438            ! ext/DB_File/t/db-recno.t
439 ____________________________________________________________________________
440 [ 13941] By: jhi                                   on 2001/12/29  20:25:22
441         Log: Integrate perlio; regen'ed config_H.?c
442      Branch: perl
443           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
444 ____________________________________________________________________________
445 [ 13940] By: jhi                                   on 2001/12/29  20:22:57
446         Log: Subject: [PATCH] cleaner close on tests, take 2             
447              From: andreas.koenig@anima.de (Andreas J. Koenig)
448              Date: 29 Dec 2001 21:42:37 +0100
449              Message-ID: <m33d1tvjuq.fsf@anima.de>
450              
451              (except for the three DB_File patch fragments)
452      Branch: perl
453            ! ext/Devel/DProf/DProf.t ext/PerlIO/t/encoding.t
454            ! ext/SDBM_File/sdbm.t ext/Storable/t/store.t lib/strict.t
455            ! t/cmd/while.t t/comp/cpp.aux t/comp/multiline.t
456            ! t/comp/require.t t/comp/script.t t/io/argv.t t/io/dup.t
457            ! t/lib/filter-util.pl t/op/anonsub.t t/op/do.t t/op/inccode.t
458            ! t/op/runlevel.t t/op/write.t t/run/switches.t
459 ____________________________________________________________________________
460 [ 13939] By: jhi                                   on 2001/12/29  20:17:55
461         Log: Subject: [PATCH] from the non-ANSI comment police (was: it won't compile on win32)  
462              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
463              Date: Sat, 29 Dec 2001 20:38:59 +0100
464              Message-Id: <20011229203646.24CF.H.M.BRAND@hccnet.nl>      
465              
466              (NetWare tree not touched because it's very //)
467      Branch: perl
468            ! XSUB.h os2/os2.c perl.h win32/include/netdb.h
469            ! win32/include/sys/socket.h win32/perlhost.h win32/vmem.h
470            ! wince/include/errno.h wince/include/netdb.h
471            ! wince/include/sys/socket.h wince/include/sys/stat.h
472            ! wince/perllib.c wince/perlmain.c wince/win32.h
473            ! wince/win32iop.h wince/win32thread.c wince/win32thread.h
474            ! wince/wince.c wince/wince.h wince/wincesck.c x2p/a2py.c
475 ____________________________________________________________________________
476 [ 13937] By: jhi                                   on 2001/12/29  18:28:36
477         Log: Give up on serious testing of langinfo().  Leave the old
478              code in place, though.
479      Branch: perl
480            ! ext/I18N/Langinfo/Langinfo.t
481 ____________________________________________________________________________
482 [ 13935] By: jhi                                   on 2001/12/29  17:36:08
483         Log: Integrate perlio;
484              
485              Define the two socket error numbers in terms of WSAEXXXXX equivalents
486              
487              Fudge Config.pm so File::Spec does not croak.
488      Branch: perl
489           !> win32/FindExt.pm win32/win32.h
490 ____________________________________________________________________________
491 [ 13932] By: jhi                                   on 2001/12/29  17:24:24
492         Log: VOS tweaks from Paul Green.
493              
494              The Configure tweaks: the _exe needs to be
495              set after the init; VOS has fd 3 hardwired to /dev/tty;
496              the grep/ln/make substitutions really need to stick.
497      Branch: perl
498            ! Configure hints/vos.sh perl.h util.c vos/build.cm
499            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
500            ! vos/config.ga.h vos/vosish.h
501 ____________________________________________________________________________
502 [ 13930] By: jhi                                   on 2001/12/29  15:35:00
503         Log: Subject: [PATCH] Pod whitespace cleanup, round 0.                
504              From: coral@eekeek.org
505              Date: Fri, 28 Dec 2001 19:58:22 -0500      
506              Message-Id: <200112290058.fBT0wMD26750@eekeek.org>
507      Branch: perl
508            ! pod/perl561delta.pod pod/perl572delta.pod pod/perlapi.pod
509            ! pod/perldelta.pod pod/perlfaq4.pod pod/perlfaq6.pod
510            ! pod/perlfaq7.pod pod/perlfunc.pod pod/perlpacktut.pod
511            ! pod/perlunicode.pod pod/perlxs.pod util.c
512 ____________________________________________________________________________
513 [ 13929] By: jhi                                   on 2001/12/29  15:31:20
514         Log: op/exec Win32 patch from Schwern via Abe Timmerman.
515      Branch: perl
516            ! t/op/exec.t
517 ____________________________________________________________________________
518 [ 13928] By: jhi                                   on 2001/12/29  15:30:14
519         Log: Subject: [PATCH lib/Pod/t/InputObjects.t] 
520              From: Abe Timmerman <abe@ztreet.demon.nl>
521              Date: Sat, 29 Dec 2001 13:10:06 +0100
522              Message-ID: <cibr2u4f2ksggo4bgt8ijdkfn783avvvj4@4ax.com>           
523      Branch: perl
524            + lib/Pod/t/InputObjects.t
525 ____________________________________________________________________________
526 [ 13927] By: jhi                                   on 2001/12/29  15:27:39
527         Log: Integrate perlio;
528              
529              Quick fix (after couple of clever fixes failed) for
530              "accept leaks memory" fail [ID 20011223.001]
531              
532              Nick Clark's embed.pl fix for my_socketpair
533      Branch: perl
534           !> embed.h embed.pl global.sym pod/perlapi.pod pp_sys.c proto.h
535 ____________________________________________________________________________
536 [ 13925] By: jhi                                   on 2001/12/29  15:21:53
537         Log: Slight tweaks on the MM_Win32.t.
538      Branch: perl
539            ! lib/ExtUtils/t/MM_Win32.t
540 ____________________________________________________________________________
541 [ 13924] By: jhi                                   on 2001/12/29  15:16:47
542         Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t]
543              From: Abe Timmerman <abe@ztreet.demon.nl>
544              Date: Sat, 29 Dec 2001 12:51:36 +0100
545              Message-ID: <bmar2u8jdib45442jh1ht3e3i1qhlaek59@4ax.com>
546      Branch: perl
547            + lib/ExtUtils/t/MM_Win32.t
548            ! MANIFEST
549 ____________________________________________________________________________
550 [ 13922] By: jhi                                   on 2001/12/29  15:09:00
551         Log: Subject: [PATCH] Module names and other nits
552              From: Autrijus Tang <autrijus@autrijus.org>                 
553              Date: Sat, 29 Dec 2001 01:59:28 +0800
554              Message-ID: <20011229015928.A29712@geb.elixus.org>              
555      Branch: perl
556            ! lib/Exporter/Heavy.pm pod/perl561delta.pod pod/perl56delta.pod
557            ! pod/perldebguts.pod pod/perldebug.pod pod/perlfaq4.pod
558            ! pod/perlfaq6.pod pod/perlfunc.pod pod/perlguts.pod
559            ! pod/perlpacktut.pod pod/perlsub.pod pod/perltodo.pod
560            ! pod/perlunicode.pod pod/perlutil.pod pod/perlxs.pod
561 ____________________________________________________________________________
562 [ 13921] By: jhi                                   on 2001/12/29  15:05:08
563         Log: socketpair tweaks from Nicholas Clark.
564      Branch: perl
565            ! ext/Socket/socketpair.t util.c
566 ____________________________________________________________________________
567 [ 13919] By: jhi                                   on 2001/12/28  17:01:39
568         Log: Retract #13917.
569      Branch: perl
570            ! doop.c
571 ____________________________________________________________________________
572 [ 13918] By: jhi                                   on 2001/12/28  17:00:53
573         Log: Subject: provisional MakeMaker patch for VMS
574              From: "Craig A. Berry" <craigberry@mac.com> 
575              Date: Thu, 27 Dec 2001 22:29:37 -0600
576              Message-Id: <a05101004b8515264aa3a@[172.16.52.1]>
577      Branch: perl
578            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
579 ____________________________________________________________________________
580 [ 13917] By: jhi                                   on 2001/12/28  16:57:19
581         Log: (retracted by #13919)
582      Branch: perl
583            ! doop.c
584 ____________________________________________________________________________
585 [ 13915] By: jhi                                   on 2001/12/28  01:16:45
586         Log: Remove debris in any case.
587      Branch: perl
588            ! Configure
589 ____________________________________________________________________________
590 [ 13914] By: jhi                                   on 2001/12/28  00:22:10
591         Log: Subject: [PATCH] Re: B::walksymtable oddness
592              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
593              Date: Thu, 27 Dec 2001 19:14:24 +0100
594              Message-ID: <3C2B7310.861.18820D0@localhost>
595      Branch: perl
596            ! ext/B/B.pm
597 ____________________________________________________________________________
598 [ 13913] By: jhi                                   on 2001/12/27  23:57:34
599         Log: Subject: [PATCH] because (sys)?read doesn't reset buffers
600              From: Nicholas Clark <nick@unfortu.net> 
601              Date: Fri, 28 Dec 2001 00:43:02 +0000
602              Message-ID: <20011228004301.B23373@Bagpuss.unfortu.net>
603      Branch: perl
604            ! ext/Socket/socketpair.t
605 ____________________________________________________________________________
606 [ 13912] By: jhi                                   on 2001/12/27  23:56:20
607         Log: Fast Latin1<->UTF-8 conversion for older Perls.
608      Branch: perl
609            ! pod/perluniintro.pod
610 ____________________________________________________________________________
611 [ 13911] By: jhi                                   on 2001/12/27  14:52:45
612         Log: Update Changes.
613      Branch: perl
614            ! Changes patchlevel.h
615 ____________________________________________________________________________
616 [ 13910] By: jhi                                   on 2001/12/27  14:32:23
617         Log: More wait status trickery for BeOS.
618      Branch: perl
619            ! ext/POSIX/POSIX.xs
620 ____________________________________________________________________________
621 [ 13908] By: jhi                                   on 2001/12/27  14:15:27
622         Log: Try to catch the SIGBUS, as suggested by Nicholas Clark.
623      Branch: perl
624            ! Configure
625 ____________________________________________________________________________
626 [ 13907] By: jhi                                   on 2001/12/27  14:05:09
627         Log: Subject: [ID 20011227.002] Not OK: perl v5.7.2 +DEVEL13884 on i386-freebsd 4.4-stable (UNINSTALLED)
628              From: gbarr@monty.mutatus.co.uk
629              Date: 27 Dec 2001 14:41:36 -0000
630              Message-Id: <20011227144136.71851.qmail@monty.mutatus.co.uk>    
631      Branch: perl
632            ! lib/ExtUtils/t/Embed.t
633 ____________________________________________________________________________
634 [ 13906] By: jhi                                   on 2001/12/27  13:58:18
635         Log: Subject: [PATCH] Re: socketpair emulation
636              From: Nicholas Clark <nick@unfortu.net> 
637              Date: Wed, 26 Dec 2001 20:08:14 +0000
638              Message-ID: <20011226200813.A11903@Bagpuss.unfortu.net>
639      Branch: perl
640            ! ext/Socket/socketpair.t
641 ____________________________________________________________________________
642 [ 13905] By: jhi                                   on 2001/12/27  13:55:03
643         Log: Subject: [DOC PATCH] left is right and right is left
644              From: Philip Newton <Philip.Newton@gmx.net>
645              Date: Thu, 27 Dec 2001 10:04:17 +0100
646              Message-ID: <vsol2uchfg3ruf0rfjf33b75544nv21uhi@4ax.com>
647      Branch: perl
648            ! pod/perlfunc.pod pod/perlport.pod
649 ____________________________________________________________________________
650 [ 13904] By: jhi                                   on 2001/12/27  13:53:25
651         Log: Subject: [PATCH] check return of close
652              From: andreas.koenig@anima.de (Andreas J. Koenig)            
653              Date: 27 Dec 2001 09:47:30 +0100
654              Message-ID: <m3ellhgicd.fsf@anima.de> 
655              
656              Subject: [PATCH] improve error reporting
657              From: andreas.koenig@anima.de (Andreas J. Koenig)            
658              Date: 27 Dec 2001 09:54:55 +0100
659              Message-ID: <m3adw5gi00.fsf@anima.de> 
660              
661              Subject: [PATCH] check return value of close
662              From: andreas.koenig@anima.de (Andreas J. Koenig)            
663              Date: 27 Dec 2001 10:03:55 +0100
664              Message-ID: <m3666tghl0.fsf@anima.de> 
665              
666              Subject: [PATCH] return of close
667              From: andreas.koenig@anima.de (Andreas J. Koenig)            
668              Date: 27 Dec 2001 10:22:15 +0100
669              Message-ID: <m31yhhggqg.fsf@anima.de> 
670      Branch: perl
671            ! ext/IO/lib/IO/t/io_dir.t lib/warnings.t t/cmd/subval.t
672            ! t/io/fflush.t
673 ____________________________________________________________________________
674 [ 13903] By: jhi                                   on 2001/12/27  13:44:57
675         Log: Subject: [PATCH] check return of close
676              From: andreas.koenig@anima.de (Andreas J. Koenig)            
677              Date: 27 Dec 2001 09:47:30 +0100
678              Message-ID: <m3ellhgicd.fsf@anima.de> 
679      Branch: perl
680            ! t/base/rs.t
681 ____________________________________________________________________________
682 [ 13902] By: jhi                                   on 2001/12/27  13:38:30
683         Log: Subject: [PATCH] better error diagnosis from t/op/sysio.t
684              From: andreas.koenig@anima.de (Andreas J. Koenig)
685              Date: 27 Dec 2001 09:21:16 +0100
686              Message-ID: <m3n105gjk3.fsf@anima.de>
687      Branch: perl
688            ! t/op/sysio.t
689 ____________________________________________________________________________
690 [ 13901] By: jhi                                   on 2001/12/27  13:35:03
691         Log: Subject: [PATCH] Re: ExtUtils::MM_Cygwin test failures (was Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK))
692              From: "Gerrit P. Haase" <gp@familiehaase.de>
693              Date: Thu, 27 Dec 2001 09:23:55 +0100 
694              Message-ID: <98211521662.20011227092355@familiehaase.de>
695      Branch: perl
696            ! lib/ExtUtils/t/MM_Cygwin.t
697 ____________________________________________________________________________
698 [ 13899] By: jhi                                   on 2001/12/26  21:30:13
699         Log: Replace the awful (most likely generated and not very persistent)
700              URL with something tangible.
701      Branch: perl
702            ! README.hpux
703 ____________________________________________________________________________
704 [ 13898] By: jhi                                   on 2001/12/26  21:21:01
705         Log: Naughty /dev/printer (ls -l, really) of IRIX.
706      Branch: perl
707            ! t/op/stat.t
708 ____________________________________________________________________________
709 [ 13897] By: jhi                                   on 2001/12/26  20:56:09
710         Log: Upgrade to Net::Ping 2.10.
711      Branch: perl
712            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/t/100_load.t
713            ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
714            ! lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
715            ! lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
716 ____________________________________________________________________________
717 [ 13896] By: jhi                                   on 2001/12/26  20:15:32
718         Log: BeOS has times() tick of 1000000, not CLK_TCK (1000)
719              (this showed up in Benchmark.t)
720      Branch: perl
721            ! pp_sys.c
722 ____________________________________________________________________________
723 [ 13895] By: jhi                                   on 2001/12/26  19:52:03
724         Log: BeOS updates.
725      Branch: perl
726            ! README.beos beos/beos.c
727 ____________________________________________________________________________
728 [ 13894] By: jhi                                   on 2001/12/26  19:31:38
729         Log: Subject: Re: bleadperl doesn't compile
730              From: "Gerrit P. Haase" <gp@familiehaase.de>
731              Date: Wed, 26 Dec 2001 21:29:08 +0100
732              Message-ID: <22168634623.20011226212908@familiehaase.de>
733              
734              Cygwin with multiplicity.
735      Branch: perl
736            ! perlio.c
737 ____________________________________________________________________________
738 [ 13893] By: jhi                                   on 2001/12/26  19:11:49
739         Log: Subject: [PATCH] Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK)
740              From: Nicholas Clark <nick@ccl4.org>
741              Date: Wed, 26 Dec 2001 19:07:33 +0000
742              Message-ID: <20011226190732.J48842@plum.flirble.org>            
743              
744              socketpair() (un)signedness nit.
745      Branch: perl
746            ! util.c
747 ____________________________________________________________________________
748 [ 13892] By: jhi                                   on 2001/12/26  19:10:15
749         Log: Subject: Re: [PATCH] Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK)
750              From: Nicholas Clark <nick@ccl4.org>
751              Date: Wed, 26 Dec 2001 19:19:47 +0000
752              Message-ID: <20011226191946.K48842@plum.flirble.org>
753              
754              Use report_evil_fh().
755      Branch: perl
756            ! doio.c
757 ____________________________________________________________________________
758 [ 13891] By: jhi                                   on 2001/12/26  18:58:09
759         Log: Bad $? assumptions.
760      Branch: perl
761            ! ext/POSIX/POSIX.pod pod/perlfunc.pod pod/perlport.pod
762 ____________________________________________________________________________
763 [ 13890] By: jhi                                   on 2001/12/26  17:47:57
764         Log: Net::Ping isn't going to work much without
765              the Socket extension; fail more gracefully.
766      Branch: perl
767            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
768            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
769            ! lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
770            ! lib/Net/Ping/t/300_ping_stream.t
771 ____________________________________________________________________________
772 [ 13888] By: jhi                                   on 2001/12/26  17:18:59
773         Log: test -d /system is a bit too generic test for VOS
774              (false hit in BeOS)
775      Branch: perl
776            ! Configure
777 ____________________________________________________________________________
778 [ 13887] By: jhi                                   on 2001/12/26  17:13:27
779         Log: No AF_UNIX in BeOS.
780      Branch: perl
781            ! util.c
782 ____________________________________________________________________________
783 [ 13886] By: jhi                                   on 2001/12/26  17:07:39
784         Log: FAQ sync.
785      Branch: perl
786            ! pod/perlfaq5.pod
787 ____________________________________________________________________________
788 [ 13885] By: jhi                                   on 2001/12/25  16:24:10
789         Log: Update Changes.
790      Branch: perl
791            ! Changes patchlevel.h
792 ____________________________________________________________________________
793 [ 13884] By: jhi                                   on 2001/12/25  16:20:19
794         Log: Make -t equal -tw.
795      Branch: perl
796            ! perl.c pod/perlrun.pod
797 ____________________________________________________________________________
798 [ 13883] By: jhi                                   on 2001/12/25  15:56:49
799         Log: Subject: Re: Not OK 13881
800              From: John Peacock <jpeacock@rowman.com>
801              Date: Tue, 25 Dec 2001 06:02:12 -0500
802              Message-ID: <3C285CB4.8040006@rowman.com>
803      Branch: perl
804            ! embed.h embed.pl global.sym pod/perlapi.pod util.c
805 ____________________________________________________________________________
806 [ 13882] By: jhi                                   on 2001/12/25  15:45:52
807         Log: Subject: Re: Not OK 13881
808              From: andreas.koenig@anima.de (Andreas J. Koenig)
809              Date: 25 Dec 2001 07:33:23 +0100
810              Message-ID: <m3bsgnajws.fsf@anima.de>
811      Branch: perl
812            ! op.c
813 ____________________________________________________________________________
814 [ 13881] By: jhi                                   on 2001/12/24  23:47:53
815         Log: Subject: PATCH: Restore "Can't declare scalar dereference in my" error
816              From: Mark-Jason Dominus <mjd@plover.com>    
817              Date: Mon, 24 Dec 2001 18:14:48 -0500
818              Message-ID: <20011224231448.25826.qmail@plover.com>
819      Branch: perl
820            ! op.c t/op/eval.t
821 ____________________________________________________________________________
822 [ 13880] By: jhi                                   on 2001/12/24  22:58:18
823         Log: Subject: [PATCH]: ExtUtils::MM_* and File::Spec 
824              From: Dave Rolsky <autarch@urth.org>
825              Date: Mon, 24 Dec 2001 13:27:23 -0600 (CST) 
826              Message-ID: <Pine.LNX.4.43.0112241305020.21723-100000@urth.org>
827      Branch: perl
828            + lib/File/Spec/Cygwin.pm lib/File/Spec/NW5.pm
829            ! MANIFEST lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_NW5.pm
830            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
831            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
832            ! lib/File/Spec.pm lib/File/Spec/Win32.pm
833 ____________________________________________________________________________
834 [ 13879] By: jhi                                   on 2001/12/24  18:52:10
835         Log: Subject: [PATCH] and [BUG]   \X and \C fixed, \X still dorked 
836              From: Jeffrey Friedl <jfriedl@yahoo.com>
837              Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST)           
838              Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>
839              
840              The rest of the tests for plus few extras.
841      Branch: perl
842            ! t/op/pat.t
843 ____________________________________________________________________________
844 [ 13877] By: jhi                                   on 2001/12/24  17:13:53
845         Log: No-op.
846      Branch: perl
847            ! Configure
848 ____________________________________________________________________________
849 [ 13876] By: jhi                                   on 2001/12/24  17:13:16
850         Log: More constant casting.
851      Branch: perl
852            ! regexec.c
853 ____________________________________________________________________________
854 [ 13875] By: jhi                                   on 2001/12/24  16:47:30
855         Log: Subject: perlhack.pod 
856              From: "John P. Linderman" <jpl@research.att.com>
857              Date: Sun, 23 Dec 2001 16:16:10 -0500 (EST) 
858              Message-Id: <200112232116.QAA18463@raptor.research.att.com>
859      Branch: perl
860            ! pod/perlhack.pod
861 ____________________________________________________________________________
862 [ 13874] By: jhi                                   on 2001/12/24  16:41:03
863         Log: File::Find patch patches from Thomas Wegner.
864      Branch: perl
865            ! lib/File/Find.pm
866 ____________________________________________________________________________
867 [ 13873] By: jhi                                   on 2001/12/24  16:38:10
868         Log: Subject: Re: socketpair emulation 
869              From: Nicholas Clark <nick@unfortu.net>                 
870              Date: Mon, 24 Dec 2001 16:11:30 +0000                 
871              Message-ID: <20011224161129.A1520@Bagpuss.unfortu.net>          
872      Branch: perl
873            ! ext/Socket/socketpair.t
874 ____________________________________________________________________________
875 [ 13872] By: jhi                                   on 2001/12/24  02:53:02
876         Log: Must cast constants if they can be quads.
877      Branch: perl
878            ! regcomp.c
879 ____________________________________________________________________________
880 [ 13871] By: jhi                                   on 2001/12/24  01:40:12
881         Log: Promote the e/uid to wide enough un/signed integers
882              and printf them as such.
883      Branch: perl
884            ! taint.c
885 ____________________________________________________________________________
886 [ 13869] By: jhi                                   on 2001/12/24  01:14:06
887         Log: The U32 alignment test wasn't really working, noticed
888              by Paul Green.  Now the test works, but this means that
889              we may see coredumps from the test.   I sure hope MMUless
890              places don't crash on the test.
891      Branch: perl
892            ! Configure
893 ____________________________________________________________________________
894 [ 13867] By: jhi                                   on 2001/12/23  23:46:18
895         Log: More VOS tweaks.
896      Branch: perl
897            ! Configure
898 ____________________________________________________________________________
899 [ 13866] By: jhi                                   on 2001/12/23  16:43:29
900         Log: The funky final sigma casefolding.
901      Branch: perl
902            ! regcomp.c regexec.c t/op/pat.t utf8.h
903 ____________________________________________________________________________
904 [ 13865] By: jhi                                   on 2001/12/23  13:55:23
905         Log: Update Changes.
906      Branch: perl
907            ! Changes patchlevel.h
908 ____________________________________________________________________________
909 [ 13864] By: jhi                                   on 2001/12/23  13:50:25
910         Log: Move the \C and \X to pat.t.
911      Branch: perl
912            ! t/op/pat.t t/op/re_tests
913 ____________________________________________________________________________
914 [ 13863] By: jhi                                   on 2001/12/23  04:04:20
915         Log: More logical test ordering.
916      Branch: perl
917            ! perl.h
918 ____________________________________________________________________________
919 [ 13862] By: jhi                                   on 2001/12/23  01:47:23
920         Log: Integrate perlio;
921              
922              Add at least the "important" PerlIO_xxxx functions to embed.pl
923              so that they get implicit pTHX_ and we can avoid slow dTHX.
924              
925              Put PerlIO stuff inside EXTERN C
926              
927              Win32 and makedef.pl fall-out of PerlIO/pTHX stuff
928      Branch: perl
929           !> embed.h embed.pl ext/IO/IO.xs global.sym globals.c makedef.pl
930           !> perlio.c perlio.h perlio.sym pod/perlapi.pod proto.h
931           !> win32/win32.c
932 ____________________________________________________________________________
933 [ 13861] By: jhi                                   on 2001/12/23  01:38:54
934         Log: Even more \X fixing.
935      Branch: perl
936            ! regexec.c t/op/pat.t
937 ____________________________________________________________________________
938 [ 13860] By: jhi                                   on 2001/12/23  01:29:45
939         Log: More \X fixing.
940      Branch: perl
941            ! regexec.c t/op/pat.t
942 ____________________________________________________________________________
943 [ 13859] By: jhi                                   on 2001/12/23  00:57:10
944         Log: Fix encoding pragma.
945      Branch: perl
946            ! regcomp.c
947 ____________________________________________________________________________
948 [ 13858] By: jhi                                   on 2001/12/23  00:12:51
949         Log: Subject: socketpair emulation
950              From: Nicholas Clark <nick@unfortu.net>
951              Date: Sat, 22 Dec 2001 18:38:18 +0000
952              Message-ID: <20011222183817.A12020@Bagpuss.unfortu.net>
953      Branch: perl
954            + ext/Socket/socketpair.t
955            ! MANIFEST embed.h embed.pl global.sym perl.h pod/perlfunc.pod
956            ! pp_sys.c proto.h util.c
957 ____________________________________________________________________________
958 [ 13857] By: jhi                                   on 2001/12/22  23:53:26
959         Log: Subject: [PATCH] and [BUG]   \X and \C fixed, \X still dorked        
960              From: Jeffrey Friedl <jfriedl@yahoo.com>
961              Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST) 
962              Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>  
963              
964              (partially applied, most of the new tests need to be rethought)
965      Branch: perl
966            ! regcomp.c t/op/re_tests
967 ____________________________________________________________________________
968 [ 13856] By: jhi                                   on 2001/12/22  23:45:35
969         Log: Small tweaks.
970      Branch: perl
971            ! handy.h regexec.c
972 ____________________________________________________________________________
973 [ 13855] By: jhi                                   on 2001/12/22  20:10:01
974         Log: Unicode casefolding continues.
975              (lib/encoding.t still failing.)
976      Branch: perl
977            ! regexec.c t/op/pat.t
978 ____________________________________________________________________________
979 [ 13850] By: jhi                                   on 2001/12/22  17:41:40
980         Log: Rework the make logic (again).
981      Branch: perl
982            ! Configure
983 ____________________________________________________________________________
984 [ 13849] By: jhi                                   on 2001/12/22  16:40:24
985         Log: Integrate perlio;
986              Fix mis-parse of autoloaded usage code by declaring the sub
987              Correct checking code which Ilya spotted was tripped by CR at EOF.
988              The CR at EOF fix earlier broke CR at end-of-buffer.
989      Branch: perl
990            ! regexec.c
991           !> ext/POSIX/POSIX.pm perlio.c sv.c
992 ____________________________________________________________________________
993 [ 13844] By: jhi                                   on 2001/12/22  04:27:46
994         Log: More Unicode casing fixes.
995      Branch: perl
996            ! regexec.c t/op/pat.t
997 ____________________________________________________________________________
998 [ 13843] By: jhi                                   on 2001/12/22  02:47:08
999         Log: Unicode casefolding fixes.
1000      Branch: perl
1001            ! op.c regcomp.c regexec.c t/op/pat.t
1002 ____________________________________________________________________________
1003 [ 13842] By: jhi                                   on 2001/12/21  22:32:14
1004         Log: Subject: [PATCH B::Deparse] __DATA__ and packages
1005              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
1006              Date: Sat, 22 Dec 2001 00:01:29 +0100
1007              Message-ID: <20011222000129.A713@rafael>
1008      Branch: perl
1009            ! ext/B/B/Deparse.pm
1010 ____________________________________________________________________________
1011 [ 13841] By: jhi                                   on 2001/12/21  20:38:28
1012         Log: VOS config from Paul Green.
1013      Branch: perl
1014            ! hints/vos.sh
1015 ____________________________________________________________________________
1016 [ 13840] By: jhi                                   on 2001/12/21  20:00:43
1017         Log: Subject: [PATCH @13746] CreateTTY on OS/2
1018              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1019              Date: Fri, 21 Dec 2001 15:59:45 -0500
1020              Message-ID: <20011221155945.A6806@math.ohio-state.edu>
1021      Branch: perl
1022            ! lib/perl5db.pl
1023 ____________________________________________________________________________
1024 [ 13839] By: jhi                                   on 2001/12/21  19:52:49
1025         Log: Subject: [PATCH @13746] uninstalled build of modules broken
1026              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1027              Date: Fri, 21 Dec 2001 15:49:09 -0500
1028              Message-ID: <20011221154909.A6760@math.ohio-state.edu>
1029      Branch: perl
1030            ! lib/ExtUtils/MM_Unix.pm
1031 ____________________________________________________________________________
1032 [ 13838] By: jhi                                   on 2001/12/21  19:52:09
1033         Log: Subject: [PATCH @13746] OS/2 File::* modules
1034              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1035              Date: Fri, 21 Dec 2001 15:43:24 -0500
1036              Message-ID: <20011221154324.A6524@math.ohio-state.edu>
1037      Branch: perl
1038            ! lib/File/Basename.pm lib/File/Spec/OS2.pm
1039 ____________________________________________________________________________
1040 [ 13837] By: jhi                                   on 2001/12/21  19:49:41
1041         Log: Subject: [PATCH] perltie.pod (or what does it mean?)
1042              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
1043              Date: Fri, 21 Dec 2001 17:29:07 +0100
1044              Message-ID: <3C236353.6625C4C0@alcatel.at>
1045      Branch: perl
1046            ! pod/perltie.pod
1047 ____________________________________________________________________________
1048 [ 13835] By: jhi                                   on 2001/12/21  19:47:03
1049         Log: Further VOS tweaks: the _exe needs to be introduced
1050              in the very beginning, and the make/gmake needs special
1051              VOS logic.
1052      Branch: perl
1053            ! Configure Makefile.SH
1054 ____________________________________________________________________________
1055 [ 13834] By: jhi                                   on 2001/12/21  15:12:26
1056         Log: Update Changes.
1057      Branch: perl
1058            ! Changes patchlevel.h
1059 ____________________________________________________________________________
1060 [ 13832] By: jhi                                   on 2001/12/21  14:46:24
1061         Log: Also the search for cat needs to be _exe-aware.
1062      Branch: perl
1063            ! Configure
1064 ____________________________________________________________________________
1065 [ 13831] By: jhi                                   on 2001/12/21  13:43:53
1066         Log: Subject: [PATCH] ext/B/B/Xref.pm adding "our" recognition
1067              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
1068              Date: Fri, 21 Dec 2001 14:02:01 +0100
1069              Message-ID: <3C2332C9.7CFED5F2@alcatel.at>
1070      Branch: perl
1071            ! ext/B/B/Xref.pm
1072 ____________________________________________________________________________
1073 [ 13830] By: jhi                                   on 2001/12/21  13:42:31
1074         Log: packing I32 with L is not nice, need l; from Wolfgang Laun.
1075      Branch: perl
1076            ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
1077            ! ext/B/t/assembler.t
1078 ____________________________________________________________________________
1079 [ 13829] By: jhi                                   on 2001/12/21  13:39:06
1080         Log: Subject: [ PATCH ] Smoke 13820 /pro/3gl/CPAN/perl-current
1081              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1082              Date: Fri, 21 Dec 2001 11:15:38 +0100
1083              Message-Id: <20011221104035.4B4F.H.M.BRAND@hccnet.nl>
1084      Branch: perl
1085            ! hv.c
1086 ____________________________________________________________________________
1087 [ 13828] By: jhi                                   on 2001/12/21  01:59:10
1088         Log: A plan is good.
1089      Branch: perl
1090            ! ext/re/re.t
1091 ____________________________________________________________________________
1092 [ 13827] By: jhi                                   on 2001/12/21  01:57:48
1093         Log: Subject: [REPATCH MANIFEST, ext/re/re.t] Tests for re pragma
1094              From: chromatic <chromatic@rmci.net>
1095              Date: Thu, 20 Dec 2001 16:16:48 -0700
1096              Message-ID: <20011220231726.23878.qmail@onion.perl.org>
1097      Branch: perl
1098            + ext/re/re.t
1099            ! MANIFEST
1100 ____________________________________________________________________________
1101 [ 13826] By: jhi                                   on 2001/12/21  01:34:37
1102         Log: Synchronize the skippage message.
1103      Branch: perl
1104            ! lib/ExtUtils/t/MM_OS2.t
1105 ____________________________________________________________________________
1106 [ 13825] By: jhi                                   on 2001/12/21  01:32:42
1107         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/t/MM_OS2.t] Tests for ExtUtils::MM_OS2
1108              From: chromatic <chromatic@rmci.net>
1109              Date: Thu, 20 Dec 2001 16:09:10 -0700
1110              Message-ID: <20011220230948.18010.qmail@onion.perl.org>
1111      Branch: perl
1112            + lib/ExtUtils/t/MM_OS2.t
1113            ! MANIFEST
1114 ____________________________________________________________________________
1115 [ 13824] By: jhi                                   on 2001/12/21  01:14:12
1116         Log: Subject: perlfunc.pod patch re flock via fcntl
1117              From: "Tye McQueen" <tye@metronet.com>
1118              Date: Thu, 20 Dec 2001 14:52:19 -0600 (CST) 
1119              Message-Id: <200112202052.fBKKqKH16263@metronet.com>
1120      Branch: perl
1121            ! pod/perlfunc.pod
1122 ____________________________________________________________________________
1123 [ 13823] By: jhi                                   on 2001/12/21  00:54:49
1124         Log: Make using U+FDD0..U+FDEF (noncharacters since Unicode 3.1),
1125              U+...FFFE, U+...FFFF, and characters beyond U+10FFFF
1126              (the Unicode maximum code point) warnable offenses.
1127      Branch: perl
1128            ! embed.h embed.pl global.sym op.c pod/perlapi.pod pp.c proto.h
1129            ! t/op/each.t t/op/pat.t t/op/qq.t utf8.c utf8.h
1130 ____________________________________________________________________________
1131 [ 13822] By: jhi                                   on 2001/12/20  20:59:55
1132         Log: Sterner admonishment on -t.
1133      Branch: perl
1134            ! pod/perlrun.pod
1135 ____________________________________________________________________________
1136 [ 13821] By: jhi                                   on 2001/12/20  20:53:42
1137         Log: Subject: [PATCH B::Dpparse] minor qr// fix
1138              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1139              Date: Thu, 20 Dec 2001 22:53:34 +0100
1140              Message-ID: <20011220225334.A735@rafael>
1141      Branch: perl
1142            ! ext/B/B/Deparse.pm
1143 ____________________________________________________________________________
1144 [ 13820] By: jhi                                   on 2001/12/20  15:18:25
1145         Log: Subject: [PATCH} typo fix in Carp/Heavy.pm
1146              From: Robert Spier <rspier@pobox.com>
1147              Date: Thu, 20 Dec 2001 08:10:00 -0800
1148              Message-ID: <15394.3416.693353.107334@rls.cx>
1149      Branch: perl
1150            ! lib/Carp/Heavy.pm
1151 ____________________________________________________________________________
1152 [ 13819] By: jhi                                   on 2001/12/20  14:56:30
1153         Log: Integrate perlio (pTHX_ fixes for :win32 layer)
1154      Branch: perl
1155           !> win32/win32io.c
1156 ____________________________________________________________________________
1157 [ 13818] By: jhi                                   on 2001/12/20  14:53:05
1158         Log: Subject: Re: [PATCH pod/perliol.pod] resend
1159              From: Stas Bekman <stas@stason.org>
1160              Date: Thu, 20 Dec 2001 17:15:09 +0800 (SGT)
1161              Message-ID: <Pine.LNX.4.40.0112201714210.23498-100000@hope.stason.org>
1162      Branch: perl
1163            ! pod/perliol.pod
1164 ____________________________________________________________________________
1165 [ 13817] By: jhi                                   on 2001/12/20  14:51:24
1166         Log: Fix up the APIs noone hopefully uses.
1167      Branch: perl
1168            ! utf8.c
1169 ____________________________________________________________________________
1170 [ 13816] By: jhi                                   on 2001/12/20  14:18:56
1171         Log: Subject: [PATCH] Carp.pm caller_info returns wrong info for eval
1172              Date: Wed, 19 Dec 2001 14:13:38 -0800
1173              From: Robert Spier <rspier@pobox.com>
1174              Message-ID: <15393.4370.605214.548582@rls.cx>
1175      Branch: perl
1176            ! lib/Carp.t lib/Carp/Heavy.pm
1177 ____________________________________________________________________________
1178 [ 13813] By: jhi                                   on 2001/12/19  21:29:49
1179         Log: Some bincompat clawbacks.
1180      Branch: perl
1181            ! embed.h embed.pl embedvar.h perlapi.h proto.h thrdvar.h utf8.c
1182            ! wince/perldll.def
1183 ____________________________________________________________________________
1184 [ 13812] By: jhi                                   on 2001/12/19  17:56:53
1185         Log: gcc pacifying (RH 7.1/ia64).
1186      Branch: perl
1187            ! pp.c
1188 ____________________________________________________________________________
1189 [ 13811] By: jhi                                   on 2001/12/19  16:55:09
1190         Log: Update Changes.
1191      Branch: perl
1192            ! Changes patchlevel.h
1193 ____________________________________________________________________________
1194 [ 13810] By: jhi                                   on 2001/12/19  16:50:12
1195         Log: Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
1196              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
1197              Date: Wed, 19 Dec 2001 12:35:07 +0100
1198              Message-ID: <3C207B6B.A687A8EC@alcatel.at>
1199              
1200              Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
1201              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1202              Date: Wed, 19 Dec 2001 17:34:51 +0000
1203              Message-Id: <200112191734.fBJHYpd30715@crypt.compulink.co.uk>
1204      Branch: perl
1205            ! pod/perlre.pod
1206 ____________________________________________________________________________
1207 [ 13809] By: jhi                                   on 2001/12/19  16:47:11
1208         Log: Integrate perlio.
1209      Branch: perl
1210           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
1211           !> ext/PerlIO/Via/Via.xs perlio.c perliol.h
1212 ____________________________________________________________________________
1213 [ 13807] By: jhi                                   on 2001/12/19  15:59:02
1214         Log: One more embedded (?sx) de-embedded, from Wolfgang Laun.
1215      Branch: perl
1216            ! ext/B/B/Assembler.pm
1217 ____________________________________________________________________________
1218 [ 13806] By: jhi                                   on 2001/12/19  15:08:29
1219         Log: Reword the alarm explanation.
1220      Branch: perl
1221            ! pod/perlfunc.pod
1222 ____________________________________________________________________________
1223 [ 13805] By: jhi                                   on 2001/12/19  15:04:03
1224         Log: Subject: [PATCH @13746] OS/2 build
1225              From: Ilya Zakharevich <ilya@math.ohio-state.edu> 
1226              Date: Wed, 19 Dec 2001 02:45:41 -0500
1227              Message-ID: <20011219024541.A29803@math.ohio-state.edu>        
1228              
1229              (skipped the t/TEST change)
1230      Branch: perl
1231            ! lib/English.t lib/ExtUtils/t/Embed.t lib/File/stat.t
1232            ! lib/Shell.t os2/Makefile.SHs os2/OS2/REXX/DLL/Makefile.PL
1233            ! os2/os2.c os2/perlrexx.c t/op/alarm.t util.c
1234 ____________________________________________________________________________
1235 [ 13804] By: jhi                                   on 2001/12/19  14:55:26
1236         Log: Upgrade to Net::Ping 2.09.
1237      Branch: perl
1238            + lib/Net/Ping/CHANGES lib/Net/Ping/README
1239            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
1240            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
1241            + lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
1242            + lib/Net/Ping/t/300_ping_stream.t
1243            ! MANIFEST lib/Net/Ping.pm
1244 ____________________________________________________________________________
1245 [ 13802] By: jhi                                   on 2001/12/19  14:25:27
1246         Log: B::Assembler/B::Disassembler patches and test;
1247              from Wolfgang Laun.
1248              
1249              TODO: getting perlcc working.
1250      Branch: perl
1251            + ext/B/t/assembler.t
1252            ! MANIFEST ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
1253 ____________________________________________________________________________
1254 [ 13801] By: jhi                                   on 2001/12/19  14:18:10
1255         Log: Can't printf U8s as UVs.
1256      Branch: perl
1257            ! utf8.c
1258 ____________________________________________________________________________
1259 [ 13800] By: jhi                                   on 2001/12/19  14:12:02
1260         Log: Subject: Re: [PATCH] ...while $var = glob(...)
1261              From: Robin Houston <robin@kitsite.com> 
1262              Date: Wed, 19 Dec 2001 13:48:55 +0000
1263              Message-ID: <20011219134855.A20452@puffinry.freeserve.co.uk>        
1264              
1265              Not exactly a glob test but internal-logically correct.
1266      Branch: perl
1267            ! t/op/glob.t
1268 ____________________________________________________________________________
1269 [ 13799] By: jhi                                   on 2001/12/19  13:51:37
1270         Log: Subject: [PATCH lib/lib_pm.PL lib/lib.t] portability snag
1271              From: Michael G Schwern <schwern@pobox.com> 
1272              Date: Wed, 19 Dec 2001 07:42:54 -0500
1273              Message-ID: <20011219124254.GF8630@blackrider>
1274      Branch: perl
1275            + lib/lib.t
1276            ! MANIFEST lib/lib_pm.PL
1277 ____________________________________________________________________________
1278 [ 13798] By: jhi                                   on 2001/12/19  13:35:59
1279         Log: Integrate with perlio.
1280      Branch: perl
1281           !> hv.c hv.h scope.c util.c
1282 ____________________________________________________________________________
1283 [ 13793] By: jhi                                   on 2001/12/19  04:58:51
1284         Log: Regen toc.
1285      Branch: perl
1286            ! pod/perltoc.pod
1287 ____________________________________________________________________________
1288 [ 13792] By: jhi                                   on 2001/12/19  04:56:42
1289         Log: FAQ sync.
1290      Branch: perl
1291            ! pod/perlfaq5.pod
1292 ____________________________________________________________________________
1293 [ 13791] By: jhi                                   on 2001/12/19  04:38:47
1294         Log: Reformat round.
1295      Branch: perl
1296            ! pod/perlunicode.pod
1297 ____________________________________________________________________________
1298 [ 13790] By: jhi                                   on 2001/12/19  04:32:06
1299         Log: Subject: [PATCH] pod/perlunicode.pod
1300              From: Jeffrey Friedl <jfriedl@yahoo.com>
1301              Date: Tue, 18 Dec 2001 21:31:13 -0800 (PST) 
1302              Message-Id: <200112190531.fBJ5VDp57308@ventrue.corp.yahoo.com> 
1303      Branch: perl
1304            ! pod/perlunicode.pod
1305 ____________________________________________________________________________
1306 [ 13789] By: jhi                                   on 2001/12/19  04:16:39
1307         Log: Subject: Re: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
1308              From: Jeffrey Friedl <jfriedl@yahoo.com>
1309              Date: Tue, 18 Dec 2001 21:13:59 -0800 (PST) 
1310              Message-Id: <200112190513.fBJ5DxN56315@ventrue.corp.yahoo.com> 
1311      Branch: perl
1312            ! pod/perluniintro.pod
1313 ____________________________________________________________________________
1314 [ 13788] By: jhi                                   on 2001/12/19  03:54:08
1315         Log: Slight pod reformatting.
1316      Branch: perl
1317            ! pod/perluniintro.pod
1318 ____________________________________________________________________________
1319 [ 13787] By: jhi                                   on 2001/12/19  03:41:45
1320         Log: Subject: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
1321              From: Jeffrey Friedl <jfriedl@yahoo.com>    
1322              Date: Tue, 18 Dec 2001 20:27:42 -0800 (PST)
1323              Message-Id: <200112190427.fBJ4RgP53458@ventrue.corp.yahoo.com>
1324      Branch: perl
1325            ! pod/perluniintro.pod
1326 ____________________________________________________________________________
1327 [ 13786] By: jhi                                   on 2001/12/19  01:14:04
1328         Log: Subject: Re: [ID 20011213.001] Segfault with overload and Test
1329              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1330              Date: Wed, 19 Dec 2001 01:45:23 +0000
1331              Message-Id: <200112190145.fBJ1jNt23668@crypt.compulink.co.uk>
1332      Branch: perl
1333            ! sv.c
1334 ____________________________________________________________________________
1335 [ 13785] By: jhi                                   on 2001/12/19  01:11:45
1336         Log: Subject: Porting/checkURL.pl
1337              From: abigail@foad.org
1338              Date: Tue, 18 Dec 2001 19:03:22 +0100          
1339              Message-ID: <20011218180322.8278.qmail@foad.org> 
1340      Branch: perl
1341            ! Porting/checkURL.pl
1342 ____________________________________________________________________________
1343 [ 13783] By: jhi                                   on 2001/12/19  00:26:34
1344         Log: A bit too oversweeping matching in #13778.
1345      Branch: perl
1346            ! Configure
1347 ____________________________________________________________________________
1348 [ 13782] By: jhi                                   on 2001/12/19  00:09:10
1349         Log: Re-gen Configure based on #13778..13781.
1350      Branch: perl
1351            ! Configure config_h.SH
1352 ____________________________________________________________________________
1353 [ 13767] By: jhi                                   on 2001/12/18  22:13:14
1354         Log: Subject: Re: Benchmark.t failure on Linux
1355              From: Nicholas Clark <nick@ccl4.org>
1356              Date: Tue, 18 Dec 2001 22:51:25 +0000
1357              Message-ID: <20011218225124.N21702@plum.flirble.org>
1358      Branch: perl
1359            ! lib/Benchmark.t
1360 ____________________________________________________________________________
1361 [ 13766] By: jhi                                   on 2001/12/18  22:07:35
1362         Log: Re-applying #13752 until a better solution can be found.
1363      Branch: perl
1364            ! lib/ExtUtils/t/MM_Unix.t
1365 ____________________________________________________________________________
1366 [ 13765] By: jhi                                   on 2001/12/18  21:05:13
1367         Log: Subject: [PATCH] Suggested doc enhancement(?) to Exporter.pm
1368              From: "Giroux, Mike (Exchange)" <mgiroux@bear.com>
1369              Date: Tue, 18 Dec 2001 12:05:40 -0500
1370              Message-ID: <03CF7D5B2CFFD211990300A0C95DEA0C080BEB5A@whmsx18.is.bear.com>
1371      Branch: perl
1372            ! lib/Exporter.pm
1373 ____________________________________________________________________________
1374 [ 13764] By: jhi                                   on 2001/12/18  20:58:44
1375         Log: %g -> NVgf cleanup, based on Schwern's RedHat 7.1/Alpha
1376              findings -- some of the warnings I can't explain except
1377              by NVgf being detected wrong, though.
1378      Branch: perl
1379            ! dump.c pp.c sv.c x2p/a2p.h x2p/str.c
1380 ____________________________________________________________________________
1381 [ 13763] By: jhi                                   on 2001/12/18  20:54:28
1382         Log: Subject: [PATCH] pod/perluniintro.pod
1383              From: Jeffrey Friedl <jfriedl@yahoo.com>
1384              Date: Tue, 18 Dec 2001 10:27:45 -0800 (PST)
1385              Message-Id: <200112181827.fBIIRjv16547@ventrue.corp.yahoo.com>
1386      Branch: perl
1387            ! pod/perluniintro.pod
1388 ____________________________________________________________________________
1389 [ 13762] By: jhi                                   on 2001/12/18  17:49:07
1390         Log: ".pm" is the native executable suffix in VOS.
1391      Branch: perl
1392            ! hints/vos.sh
1393 ____________________________________________________________________________
1394 [ 13761] By: jhi                                   on 2001/12/18  15:57:39
1395         Log: Integrate perlio;
1396              Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashes
1397      Branch: perl
1398           !> ext/Devel/Peek/Peek.t hv.c hv.h scope.c sv.c t/lib/access.t
1399 ____________________________________________________________________________
1400 [ 13759] By: jhi                                   on 2001/12/18  15:54:19
1401         Log: (Undone by #13766.)
1402              Retract #13752.
1403      Branch: perl
1404            ! lib/ExtUtils/t/MM_Unix.t
1405 ____________________________________________________________________________
1406 [ 13758] By: jhi                                   on 2001/12/18  15:26:18
1407         Log: Echoes of #13757.
1408      Branch: perl
1409            ! t/lib/warnings/utf8
1410 ____________________________________________________________________________
1411 [ 13757] By: jhi                                   on 2001/12/18  15:24:50
1412         Log: Make the utf8 malformedness messages more verbose.
1413      Branch: perl
1414            ! lib/utf8.t utf8.c
1415 ____________________________________________________________________________
1416 [ 13755] By: jhi                                   on 2001/12/18  14:05:26
1417         Log: README.aix updates from Jens-Uwe Mager.
1418      Branch: perl
1419            ! README.aix
1420 ____________________________________________________________________________
1421 [ 13754] By: jhi                                   on 2001/12/18  14:03:31
1422         Log: Subject: [PATCH lib/Benchmark.t] Show value of $fastslow on failure
1423              From: Michael G Schwern <schwern@pobox.com>
1424              Date: Tue, 18 Dec 2001 00:58:18 -0500
1425              Message-ID: <20011218055818.GC4362@blackrider>
1426      Branch: perl
1427            ! lib/Benchmark.t
1428 ____________________________________________________________________________
1429 [ 13753] By: jhi                                   on 2001/12/18  14:02:49
1430         Log: Subject: [PATCH lib/ExtUtils/t/Installed.t] Making it somewhat more portable
1431              From: Michael G Schwern <schwern@pobox.com>
1432              Date: Tue, 18 Dec 2001 00:40:38 -0500
1433              Message-ID: <20011218054038.GB4362@blackrider>
1434      Branch: perl
1435            ! lib/ExtUtils/Installed.pm lib/ExtUtils/t/Installed.t
1436 ____________________________________________________________________________
1437 [ 13752] By: jhi                                   on 2001/12/18  14:01:44
1438         Log: (reintroduced by #13766)
1439              (retracted by #13759)
1440              
1441              Subject: [PATCH lib/ExtUtils/t/MM_Unix.t] All the world's not a Unix
1442              From: Michael G Schwern <schwern@pobox.com>  
1443              Date: Tue, 18 Dec 2001 00:00:23 -0500
1444              Message-ID: <20011218050023.GA27893@blackrider>
1445      Branch: perl
1446            ! lib/ExtUtils/t/MM_Unix.t
1447 ____________________________________________________________________________
1448 [ 13751] By: jhi                                   on 2001/12/18  13:59:32
1449         Log: Re-patch #13749.
1450      Branch: perl
1451            ! t/op/glob.t
1452 ____________________________________________________________________________
1453 [ 13750] By: jhi                                   on 2001/12/18  13:56:34
1454         Log: Subject: [doc patch] s{(?<=perldeb)ug}{guts}
1455              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1456              Date: Tue, 18 Dec 2001 12:55:43 +0000
1457              Message-Id: <200112181255.fBICthb09977@crypt.compulink.co.uk>
1458      Branch: perl
1459            ! ext/Devel/Peek/Peek.pm
1460 ____________________________________________________________________________
1461 [ 13749] By: jhi                                   on 2001/12/18  13:55:12
1462         Log: Subject: Third time lucky? (Re: [PATCH] ...while $var = glob(...))
1463              From: Robin Houston <robin@kitsite.com> 
1464              Date: Tue, 18 Dec 2001 14:54:33 +0000
1465              Message-ID: <20011218145433.A18835@puffinry.freeserve.co.uk>
1466      Branch: perl
1467            ! t/op/glob.t
1468 ____________________________________________________________________________
1469 [ 13748] By: jhi                                   on 2001/12/17  23:54:41
1470         Log: Subject: [PATCH] slightly more for Exporter.pm
1471              From: Nicholas Clark <nick@ccl4.org>
1472              Date: Tue, 18 Dec 2001 00:22:03 +0000
1473              Message-ID: <20011218002203.M21702@plum.flirble.org>
1474      Branch: perl
1475            ! lib/Exporter.pm
1476 ____________________________________________________________________________
1477 [ 13747] By: jhi                                   on 2001/12/17  21:59:07
1478         Log: Subject: [PATCH] Re: chomp/chop prototype changed?
1479              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1480              Date: Mon, 17 Dec 2001 16:37:18 +0100
1481              Message-ID: <20011217163718.A2292@rafael>
1482              
1483              Subject: Re: [PATCH] Re: chomp/chop prototype changed?
1484              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1485              Date: Mon, 17 Dec 2001 23:17:06 +0100
1486              Message-ID: <20011217231706.A730@rafael>
1487      Branch: perl
1488            ! pod/perlsub.pod pp.c toke.c
1489 ____________________________________________________________________________
1490 [ 13746] By: jhi                                   on 2001/12/17  20:22:08
1491         Log: Update Changes.
1492      Branch: perl
1493            ! Changes patchlevel.h
1494 ____________________________________________________________________________
1495 [ 13745] By: jhi                                   on 2001/12/17  20:12:37
1496         Log: New test warrants a MANIFEST entry.
1497      Branch: perl
1498            ! MANIFEST
1499 ____________________________________________________________________________
1500 [ 13744] By: jhi                                   on 2001/12/17  19:27:40
1501         Log: Subject: Re: [PATCH] ...while $var = glob(...)
1502              From: Robin Houston <robin@kitsite.com>
1503              Date: Mon, 17 Dec 2001 20:27:30 +0000
1504              Message-ID: <20011217202730.A17817@puffinry.freeserve.co.uk>
1505              
1506              Can't portably unlink open files.
1507      Branch: perl
1508            ! t/op/glob.t
1509 ____________________________________________________________________________
1510 [ 13743] By: jhi                                   on 2001/12/17  19:26:34
1511         Log: perluniintro tweaks as suggested by Jeffrey Friedl.
1512      Branch: perl
1513            ! pod/perluniintro.pod
1514 ____________________________________________________________________________
1515 [ 13742] By: jhi                                   on 2001/12/17  19:18:52
1516         Log: Move typeglob test from glob.t to gv.t.
1517      Branch: perl
1518            ! t/op/glob.t t/op/gv.t
1519 ____________________________________________________________________________
1520 [ 13741] By: jhi                                   on 2001/12/17  19:12:16
1521         Log: Subject: Re: [PATCH] ...while $var = glob(...)                
1522              From: Robin Houston <robin@kitsite.com> 
1523              Date: Mon, 17 Dec 2001 20:07:02 +0000                 
1524              Message-ID: <20011217200702.A17721@puffinry.freeserve.co.uk>
1525      Branch: perl
1526            ! t/op/glob.t
1527 ____________________________________________________________________________
1528 [ 13740] By: jhi                                   on 2001/12/17  19:11:29
1529         Log: Demote the surrogate and non-character errors to warnings.
1530      Branch: perl
1531            ! pod/perldiag.pod t/lib/warnings/utf8 t/op/ord.t utf8.c
1532 ____________________________________________________________________________
1533 [ 13739] By: jhi                                   on 2001/12/17  18:47:41
1534         Log: Subject: [PATCH] more POSIX tests, and more autoloading
1535              From: Nicholas Clark <nick@ccl4.org>
1536              Date: Mon, 17 Dec 2001 18:27:47 +0000
1537              Message-ID: <20011217182747.D21702@plum.flirble.org>
1538      Branch: perl
1539            ! ext/POSIX/POSIX.pm ext/POSIX/t/posix.t
1540 ____________________________________________________________________________
1541 [ 13738] By: jhi                                   on 2001/12/17  18:43:55
1542         Log: Subject: [PATCH] ...while $var = glob(...)
1543              From: Robin Houston <robin@kitsite.com> 
1544              Date: Mon, 17 Dec 2001 15:51:54 +0000
1545              Message-ID: <20011217155153.A311@robin.kitsite.com>
1546      Branch: perl
1547            ! op.c
1548 ____________________________________________________________________________
1549 [ 13737] By: jhi                                   on 2001/12/17  18:38:33
1550         Log: Subject: [PATCH] -t and the core tests; -t and PERL5OPT
1551              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1552              Date: Mon, 17 Dec 2001 15:23:01 +0100
1553              Message-ID: <20011217152301.A704@rafael>
1554      Branch: perl
1555            ! perl.c pod/perldiag.pod pod/perlrun.pod t/run/runenv.t
1556 ____________________________________________________________________________
1557 [ 13736] By: jhi                                   on 2001/12/17  18:36:20
1558         Log: The system() vs $SIG{ARLM} is no more a todo.
1559      Branch: perl
1560            ! t/op/alarm.t
1561 ____________________________________________________________________________
1562 [ 13735] By: jhi                                   on 2001/12/17  18:34:43
1563         Log: Subject: [PATCH t/op/alarm.t MANIFEST] alarm() test, take two
1564              From: Michael G Schwern <schwern@pobox.com>
1565              Date: Sun, 16 Dec 2001 23:59:01 -0500
1566              Message-ID: <20011217045901.GL17232@blackrider>
1567      Branch: perl
1568            + t/op/alarm.t
1569            ! MANIFEST
1570 ____________________________________________________________________________
1571 [ 13734] By: jhi                                   on 2001/12/17  17:54:19
1572         Log: s/UNIX/Unix/
1573      Branch: perl
1574            ! MANIFEST
1575 ____________________________________________________________________________
1576 [ 13733] By: jhi                                   on 2001/12/17  17:50:22
1577         Log: Move ExtUtils tests to lib/ExtUtils/t.
1578      Branch: perl
1579            + lib/ExtUtils/t/Command.t lib/ExtUtils/t/Embed.t
1580            + lib/ExtUtils/t/ExtUtils.t lib/ExtUtils/t/Installed.t
1581            + lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
1582            + lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/Manifest.t
1583            + lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
1584            + lib/ExtUtils/t/testlib.t
1585            - lib/ExtUtils.t lib/ExtUtils/Command.t lib/ExtUtils/Embed.t
1586            - lib/ExtUtils/Installed.t lib/ExtUtils/MM_Cygwin.t
1587            - lib/ExtUtils/MM_Unix.t lib/ExtUtils/MM_VMS.t
1588            - lib/ExtUtils/Manifest.t lib/ExtUtils/Mkbootstrap.t
1589            - lib/ExtUtils/Packlist.t lib/ExtUtils/testlib.t
1590            ! MANIFEST
1591 ____________________________________________________________________________
1592 [ 13732] By: jhi                                   on 2001/12/17  17:45:33
1593         Log: Subject: [PATCH] MM_Unix tests, and some questions
1594              From: Tels <perl_dummy@bloodgate.com>
1595              Date: Sun, 16 Dec 2001 22:29:13 +0100 (CET)                
1596              Message-Id: <200112162132.XAA12694@tiku.hut.fi>
1597              
1598              Subject: Re: [PATCH] MM_Unix tests, and some questions
1599              From: Tels <perl_dummy@bloodgate.com>
1600              Date: Mon, 17 Dec 2001 00:29:11 +0100 (CET)                
1601              Message-Id: <200112162332.BAA25411@tiku.hut.fi>
1602      Branch: perl
1603            + lib/ExtUtils/MM_Unix.t
1604            ! MANIFEST lib/ExtUtils/MM_Unix.pm
1605 ____________________________________________________________________________
1606 [ 13731] By: jhi                                   on 2001/12/17  17:31:35
1607         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] miniperl found before perl
1608              From: Michael G Schwern <schwern@pobox.com>
1609              Date: Sun, 16 Dec 2001 17:53:55 -0500
1610              Message-ID: <20011216225354.GE8900@blackrider>
1611      Branch: perl
1612            ! lib/ExtUtils/MM_Unix.pm
1613 ____________________________________________________________________________
1614 [ 13730] By: jhi                                   on 2001/12/17  17:26:44
1615         Log: Subject: [PATCH ext/B/B/Deparse.pm] Re: [ID 20011216.005] B::Deparse turns legal code into illegal ones.
1616              From: Michael G Schwern <schwern@pobox.com>                
1617              Date: Sun, 16 Dec 2001 16:12:55 -0500
1618              Message-ID: <20011216211255.GV8900@blackrider>
1619      Branch: perl
1620            ! ext/B/B/Deparse.pm
1621 ____________________________________________________________________________
1622 [ 13729] By: jhi                                   on 2001/12/17  17:25:09
1623         Log: Subject: [PATCH] Exporter.pm
1624              From: Nicholas Clark <nick@ccl4.org>
1625              Date: Sun, 16 Dec 2001 19:24:25 +0000
1626              Message-ID: <20011216192425.R21702@plum.flirble.org>
1627      Branch: perl
1628            ! lib/Exporter.pm
1629 ____________________________________________________________________________
1630 [ 13728] By: jhi                                   on 2001/12/17  17:20:51
1631         Log: Subject: [PATCH] Exporter.t (and question)
1632              From: Nicholas Clark <nick@ccl4.org>
1633              Date: Sun, 16 Dec 2001 17:24:55 +0000
1634              Message-ID: <20011216172455.P21702@plum.flirble.org>
1635      Branch: perl
1636            ! lib/Exporter.t
1637 ____________________________________________________________________________
1638 [ 13727] By: jhi                                   on 2001/12/17  17:18:21
1639         Log: Subject: Re: perl@13661
1640              From: "John P. Linderman" <jpl@research.att.com>              
1641              Date: Mon, 17 Dec 2001 07:11:27 -0500 (EST)           
1642              Message-Id: <200112171211.HAA71597@raptor.research.att.com>
1643      Branch: perl
1644            ! pp_sort.c
1645 ____________________________________________________________________________
1646 [ 13726] By: jhi                                   on 2001/12/17  16:57:57
1647         Log: Subject: Will the real Unicode encoding please stand up?
1648              From: Jeffrey Friedl <jfriedl@yahoo.com>
1649              Date: Sun, 16 Dec 2001 11:36:32 -0800 (PST)
1650              Message-Id: <200112161936.fBGJaWe41263@ventrue.corp.yahoo.com>
1651      Branch: perl
1652            ! pod/perluniintro.pod
1653 ____________________________________________________________________________
1654 [ 13725] By: jhi                                   on 2001/12/17  16:43:09
1655         Log: Integrate perlio; interruptable system().
1656      Branch: perl
1657           !> util.c
1658 ____________________________________________________________________________
1659 [ 13722] By: jhi                                   on 2001/12/16  16:12:57
1660         Log: Disallow also Unicode ranges 0xFDD0..0xFDEF and
1661              0xFFFE..0xFFFF.  Ranges 0x...FFFE..0x...FFFF in general,
1662              and characters beyond 0x10FFF should be disallowed, too,
1663              but some tests would need changing, but more importantly some
1664              APIs would need remodeling since one can easily generate such
1665              characters either by bitwise complements, tr complements, or
1666              v-strings.
1667      Branch: perl
1668            ! pod/perldiag.pod utf8.c
1669 ____________________________________________________________________________
1670 [ 13721] By: jhi                                   on 2001/12/16  15:34:52
1671         Log: Make surrogates illegal also on EBCDIC.
1672      Branch: perl
1673            ! utf8.c
1674 ____________________________________________________________________________
1675 [ 13720] By: jhi                                   on 2001/12/16  14:49:18
1676         Log: Subject: [patch @13687] Unicode::Collate 0.10
1677              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>               
1678              Date: Sun, 16 Dec 2001 21:22:12 +0900
1679              Message-Id: <20011216211615.8ED5.BQW10602@nifty.com>
1680      Branch: perl
1681            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
1682            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
1683 ____________________________________________________________________________
1684 [ 13719] By: jhi                                   on 2001/12/16  14:39:34
1685         Log: More documentation for the encoding pragma.
1686      Branch: perl
1687            ! lib/encoding.pm
1688 ____________________________________________________________________________
1689 [ 13718] By: jhi                                   on 2001/12/16  14:34:02
1690         Log: Subject: [PATCH] lib/open.pm 
1691              From: Jeffrey Friedl <jfriedl@yahoo.com>
1692              Date: Sat, 15 Dec 2001 23:07:42 -0800 (PST)
1693              Message-Id: <200112160707.fBG77g896350@ventrue.corp.yahoo.com>
1694      Branch: perl
1695            ! lib/open.pm
1696 ____________________________________________________________________________
1697 [ 13717] By: jhi                                   on 2001/12/16  14:18:49
1698         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Installed.t] Add tests for ExtUtils::Installed
1699              From: chromatic <chromatic@rmci.net>
1700              Date: Sat, 15 Dec 2001 23:24:40 -0700
1701              Message-ID: <20011216062507.71492.qmail@onion.perl.org>
1702      Branch: perl
1703            + lib/ExtUtils/Installed.t
1704            ! MANIFEST
1705 ____________________________________________________________________________
1706 [ 13716] By: jhi                                   on 2001/12/16  14:17:10
1707         Log: Subject: [PATCH lib/diagnostics.pm] Little warning nit
1708              From: Michael G Schwern <schwern@pobox.com>
1709              Date: Sun, 16 Dec 2001 01:14:00 -0500
1710              Message-ID: <20011216061400.GC8900@blackrider>
1711      Branch: perl
1712            ! lib/diagnostics.pm
1713 ____________________________________________________________________________
1714 [ 13715] By: jhi                                   on 2001/12/16  14:16:17
1715         Log: Subject: [PATCH] Re: [PATCH t/test.pl] diagnostics to STDERR
1716              From: Michael G Schwern <schwern@pobox.com>
1717              Date: Sun, 16 Dec 2001 01:12:42 -0500
1718              Message-ID: <20011216061242.GB8900@blackrider>
1719      Branch: perl
1720            ! t/test.pl
1721 ____________________________________________________________________________
1722 [ 13714] By: jhi                                   on 2001/12/16  04:21:53
1723         Log: I sometimes outsmart myself.
1724      Branch: perl
1725            ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
1726 ____________________________________________________________________________
1727 [ 13713] By: jhi                                   on 2001/12/16  03:24:34
1728         Log: Subject: [PATCH lib/AutoSplit.pm]  Fwd: [russell-belfast-pm@futureless.org: Re: This is the __END__] 
1729              From: Michael G Schwern <schwern@pobox.com>
1730              Date: Sat, 15 Dec 2001 15:08:29 -0500
1731              Message-ID: <20011215200829.GK1548@blackrider>
1732      Branch: perl
1733            ! lib/AutoSplit.pm
1734 ____________________________________________________________________________
1735 [ 13712] By: jhi                                   on 2001/12/16  03:22:39
1736         Log: perlunicode enchancements suggested by Jeffrey Friedl.
1737      Branch: perl
1738            ! pod/perlunicode.pod
1739 ____________________________________________________________________________
1740 [ 13711] By: jhi                                   on 2001/12/16  03:00:44
1741         Log: Subject: [PATCH] perlunicode.pod
1742              From: Jeffrey Friedl <jfriedl@yahoo.com>
1743              Date: Sat, 15 Dec 2001 19:17:09 -0800 (PST) 
1744              Message-Id: <200112160317.fBG3H9M82618@ventrue.corp.yahoo.com>
1745      Branch: perl
1746            ! pod/perlunicode.pod
1747 ____________________________________________________________________________
1748 [ 13710] By: jhi                                   on 2001/12/16  02:57:09
1749         Log: Subject: RESENT - [PATCH] utf8_heavy.pl 
1750              From: Jeffrey Friedl <jfriedl@yahoo.com>
1751              Date: Sat, 15 Dec 2001 19:55:01 -0800 (PST) 
1752              Message-Id: <200112160355.fBG3t1t84835@ventrue.corp.yahoo.com>
1753      Branch: perl
1754            ! lib/utf8_heavy.pl
1755 ____________________________________________________________________________
1756 [ 13709] By: jhi                                   on 2001/12/16  02:47:36
1757         Log: Can't create surrogates; so can't match them, either.
1758      Branch: perl
1759            ! pod/perlunicode.pod
1760 ____________________________________________________________________________
1761 [ 13708] By: jhi                                   on 2001/12/16  02:46:07
1762         Log: Subject: [PATCH t/test.pl] diagnostics to STDERR
1763              From: Michael G Schwern <schwern@pobox.com>
1764              Date: Sat, 15 Dec 2001 21:20:35 -0500
1765              Message-ID: <20011216022035.GE5672@blackrider>
1766      Branch: perl
1767            ! t/test.pl
1768 ____________________________________________________________________________
1769 [ 13707] By: jhi                                   on 2001/12/16  02:45:06
1770         Log: Make creating UTF-8 surrogates a punishable act.
1771      Branch: perl
1772            ! pod/perldiag.pod pod/perlunicode.pod t/op/ord.t utf8.c
1773 ____________________________________________________________________________
1774 [ 13706] By: jhi                                   on 2001/12/15  23:00:56
1775         Log: Support \p{All}, \p{IsAssigned}, \p{IsUnassigned}.
1776      Branch: perl
1777            + lib/unicore/In/172.pl lib/unicore/In/173.pl
1778            ! MANIFEST lib/unicore/In.pl lib/unicore/In/164.pl
1779            ! lib/unicore/In/165.pl lib/unicore/In/166.pl
1780            ! lib/unicore/In/167.pl lib/unicore/In/168.pl
1781            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
1782            ! lib/unicore/In/171.pl lib/unicore/mktables lib/utf8_heavy.pl
1783 ____________________________________________________________________________
1784 [ 13705] By: jhi                                   on 2001/12/15  22:17:10
1785         Log: Subject: [PATCH B::Deparse] rcatline support ($_.=<ARGV>)
1786              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1787              Date: Sat, 15 Dec 2001 23:21:43 +0100
1788              Message-ID: <20011215232143.A11790@rafael>
1789      Branch: perl
1790            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
1791 ____________________________________________________________________________
1792 [ 13704] By: jhi                                   on 2001/12/15  22:09:20
1793         Log: Make charnames more robust.
1794      Branch: perl
1795            ! lib/charnames.pm
1796 ____________________________________________________________________________
1797 [ 13703] By: jhi                                   on 2001/12/15  17:30:55
1798         Log: The hoops one has to jump through.
1799      Branch: perl
1800            ! ext/I18N/Langinfo/Langinfo.pm
1801 ____________________________________________________________________________
1802 [ 13702] By: jhi                                   on 2001/12/15  17:18:49
1803         Log: Subject: [PATCH] perlstyle.pod nit on warnings
1804              From: Autrijus Tang <autrijus@egb.elixus.org>
1805              Date: Sat, 15 Dec 2001 04:24:34 -0800
1806              Message-ID: <20011215122434.GA1682@egb.elixus.org> 
1807      Branch: perl
1808            ! pod/perlstyle.pod
1809 ____________________________________________________________________________
1810 [ 13701] By: jhi                                   on 2001/12/15  17:17:47
1811         Log: I don't think we are in FooOS, Toto.
1812      Branch: perl
1813            ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
1814 ____________________________________________________________________________
1815 [ 13700] By: jhi                                   on 2001/12/15  17:15:50
1816         Log: Subject: Re: Untested modules update:  There's more than we thought
1817              From: chromatic <chromatic@rmci.net>
1818              Date: Fri, 14 Dec 2001 17:20:24 -0700
1819              Message-ID: <20011215002049.37259.qmail@onion.perl.org>
1820      Branch: perl
1821            + lib/ExtUtils/MM_Cygwin.t
1822            ! MANIFEST
1823 ____________________________________________________________________________
1824 [ 13699] By: jhi                                   on 2001/12/15  17:14:26
1825         Log: Subject: [PATCH t/TEST] -bytecompile & -compile for testing perlcc
1826              From: Michael G Schwern <schwern@pobox.com> 
1827              Date: Fri, 14 Dec 2001 20:59:42 -0500
1828              Message-ID: <20011215015942.GF28596@blackrider>
1829      Branch: perl
1830            ! t/TEST
1831 ____________________________________________________________________________
1832 [ 13698] By: jhi                                   on 2001/12/15  17:13:35
1833         Log: Subject: [PATCH MANIFEST ext/B/t/bblock.t] Compile test
1834              From: Michael G Schwern <schwern@pobox.com> 
1835              Date: Fri, 14 Dec 2001 20:03:46 -0500
1836              Message-ID: <20011215010346.GD28596@blackrider>
1837      Branch: perl
1838            + ext/B/t/bblock.t
1839            ! MANIFEST
1840 ____________________________________________________________________________
1841 [ 13697] By: jhi                                   on 2001/12/15  17:12:32
1842         Log: Subject: [PATCH ext/B/B/Bblock.pm] Some weak docs
1843              From: Michael G Schwern <schwern@pobox.com> 
1844              Date: Fri, 14 Dec 2001 19:59:13 -0500
1845              Message-ID: <20011215005913.GC28596@blackrider>
1846      Branch: perl
1847            ! ext/B/B/Bblock.pm
1848 ____________________________________________________________________________
1849 [ 13696] By: jhi                                   on 2001/12/15  17:11:32
1850         Log: Subject: [PATCH MANIFEST ext/B/t/asmdata.t] B::Asmdata test 
1851              From: Michael G Schwern <schwern@pobox.com> 
1852              Date: Fri, 14 Dec 2001 19:36:12 -0500
1853              Message-ID: <20011215003611.GA28596@blackrider>
1854      Branch: perl
1855            + ext/B/t/asmdata.t
1856            ! MANIFEST
1857 ____________________________________________________________________________
1858 [ 13695] By: jhi                                   on 2001/12/15  17:10:05
1859         Log: Subject: [PATCH bytecode.pl] Adding B::Asmdata docs
1860              From: Michael G Schwern <schwern@pobox.com> 
1861              Date: Fri, 14 Dec 2001 19:14:14 -0500
1862              Message-ID: <20011215001414.GA25077@blackrider>
1863      Branch: perl
1864            ! bytecode.pl ext/B/B/Asmdata.pm
1865 ____________________________________________________________________________
1866 [ 13694] By: jhi                                   on 2001/12/15  17:00:44
1867         Log: Permissions.
1868      Branch: perl
1869            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
1870            ! ext/Devel/PPPort/module3.c
1871 ____________________________________________________________________________
1872 [ 13693] By: jhi                                   on 2001/12/14  23:48:59
1873         Log: Benchmark test from Nicholas Clark.
1874      Branch: perl
1875            + lib/Benchmark.t
1876            ! MANIFEST lib/Benchmark.pm
1877 ____________________________________________________________________________
1878 [ 13692] By: jhi                                   on 2001/12/14  23:33:28
1879         Log: Mithing.
1880      Branch: perl
1881            + lib/Attribute/Handlers/demo/demo2.pl
1882            + lib/Attribute/Handlers/demo/demo3.pl
1883            + lib/Attribute/Handlers/demo/demo4.pl
1884 ____________________________________________________________________________
1885 [ 13691] By: jhi                                   on 2001/12/14  21:26:08
1886         Log: Silence compiler worries found by Schwern/Digital cc.
1887      Branch: perl
1888            ! perlio.c sv.c x2p/str.c
1889 ____________________________________________________________________________
1890 [ 13690] By: jhi                                   on 2001/12/14  20:26:51
1891         Log: User may not have a valid home directory even if
1892              getpwuid() succedds.
1893      Branch: perl
1894            ! ext/File/Glob/t/basic.t
1895 ____________________________________________________________________________
1896 [ 13689] By: jhi                                   on 2001/12/14  18:14:52
1897         Log: Integrate with perlio.  (No changes, but that's okay.)
1898      Branch: perl
1899           !> doio.c lib/Exporter.pm perlio.c perliol.h pod/perlmodlib.pod
1900 ____________________________________________________________________________
1901 [ 13688] By: jhi                                   on 2001/12/14  18:06:18
1902         Log: Add a Configure hints file for VOS: the POSIX support
1903              of VOS is getting close to the point where it can run
1904              Configure (some Configure tweaks will be required).
1905      Branch: perl
1906            + hints/vos.sh
1907            ! MANIFEST
1908 ____________________________________________________________________________
1909 [ 13687] By: jhi                                   on 2001/12/14  16:15:17
1910         Log: Update Changes.
1911      Branch: perl
1912            ! Changes patchlevel.h
1913 ____________________________________________________________________________
1914 [ 13686] By: jhi                                   on 2001/12/14  16:07:02
1915         Log: Reintroduce Attribute::Handlers with Spider's fixes.
1916      Branch: perl
1917            + lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
1918            + lib/Attribute/Handlers/README
1919            + lib/Attribute/Handlers/demo/Demo.pm
1920            + lib/Attribute/Handlers/demo/Descriptions.pm
1921            + lib/Attribute/Handlers/demo/MyClass.pm
1922            + lib/Attribute/Handlers/demo/demo.pl
1923            + lib/Attribute/Handlers/demo/demo_call.pl
1924            + lib/Attribute/Handlers/demo/demo_chain.pl
1925            + lib/Attribute/Handlers/demo/demo_cycle.pl
1926            + lib/Attribute/Handlers/demo/demo_hashdir.pl
1927            + lib/Attribute/Handlers/demo/demo_phases.pl
1928            + lib/Attribute/Handlers/demo/demo_range.pl
1929            + lib/Attribute/Handlers/demo/demo_rawdata.pl
1930            + lib/Attribute/Handlers/t/multi.t
1931            ! MANIFEST pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
1932 ____________________________________________________________________________
1933 [ 13684] By: jhi                                   on 2001/12/14  14:43:40
1934         Log: Subject: [PATCH taint.c intrpvar.h perl.c ...] -t taint warnings
1935              From: Michael G Schwern <schwern@pobox.com> 
1936              Date: Thu, 13 Dec 2001 19:27:08 -0500
1937              Message-ID: <20011214002707.GA10532@blackrider>
1938              
1939              (reword the perlrun -t description a bit,
1940              and move the Itaint_warn to the bottom of
1941              the intrpvar.h for binary compatibility)
1942      Branch: perl
1943            + t/run/switcht.t
1944            ! MANIFEST embedvar.h intrpvar.h lib/Test/Harness.pm perl.c
1945            ! perlapi.h pod/perlrun.pod t/TEST taint.c
1946 ____________________________________________________________________________
1947 [ 13682] By: jhi                                   on 2001/12/14  04:10:37
1948         Log: Detypo.
1949      Branch: perl
1950            ! utf8.c
1951 ____________________________________________________________________________
1952 [ 13681] By: jhi                                   on 2001/12/14  04:07:08
1953         Log: Buffer overflow checks.
1954      Branch: perl
1955            ! utf8.c
1956 ____________________________________________________________________________
1957 [ 13680] By: jhi                                   on 2001/12/13  21:30:14
1958         Log: Subject: [ID 20011213.009] Not OK: perl v5.7.2 +DEVEL13660 on alpha-dec_osf-perlio-ld 5.1 (UNINSTALLED)
1959              From: Spider Boardman <spider@leggy.zk3.dec.com>
1960              Date: Thu, 13 Dec 2001 15:32:51 -0500
1961              Message-Id: <200112132032.PAA203491@leggy.zk3.dec.com>
1962      Branch: perl
1963            ! lib/ExtUtils/Embed.t
1964 ____________________________________________________________________________
1965 [ 13679] By: jhi                                   on 2001/12/13  21:27:31
1966         Log: More on the Unicode "line" definition.
1967      Branch: perl
1968            ! pod/perlunicode.pod
1969 ____________________________________________________________________________
1970 [ 13678] By: jhi                                   on 2001/12/13  21:18:47
1971         Log: Open-ended VERSION?
1972      Branch: perl
1973            ! lib/ExtUtils/Install.pm
1974 ____________________________________________________________________________
1975 [ 13677] By: jhi                                   on 2001/12/13  19:13:13
1976         Log: Subject: [PATCH] Better make distclean
1977              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1978              Date: Thu, 13 Dec 2001 21:10:18 +0100
1979              Message-Id: <20011213204542.0321.H.M.BRAND@hccnet.nl>
1980      Branch: perl
1981            ! Makefile.SH
1982 ____________________________________________________________________________
1983 [ 13676] By: jhi                                   on 2001/12/13  17:11:42
1984         Log: Remove Memoize::Saves as requested by mjd.
1985      Branch: perl
1986            - lib/Memoize/Saves.pm
1987            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod
1988 ____________________________________________________________________________
1989 [ 13675] By: jhi                                   on 2001/12/13  16:16:12
1990         Log: Subject: [PATCH ExtUtils::Install] Old RCS $Date$ tag
1991              From: Michael G Schwern <schwern@pobox.com>
1992              Date: Tue, 11 Dec 2001 23:17:32 -0500
1993              Message-ID: <20011212041732.GS17250@blackrider>
1994      Branch: perl
1995            ! lib/ExtUtils/Install.pm
1996 ____________________________________________________________________________
1997 [ 13674] By: jhi                                   on 2001/12/13  16:12:19
1998         Log: Subject: [PATCH] Re: use utf8; with bad utf8
1999              From: Nicholas Clark <nick@ccl4.org>
2000              Date: Thu, 13 Dec 2001 17:09:39 +0000
2001              Message-ID: <20011213170939.L21702@plum.flirble.org>
2002      Branch: perl
2003            ! t/lib/1_compile.t
2004 ____________________________________________________________________________
2005 [ 13673] By: jhi                                   on 2001/12/13  16:09:18
2006         Log: Subject: (LONG!) Sort benchmarks and patch
2007              From: "John P. Linderman" <jpl@research.att.com>
2008              Date: Thu, 13 Dec 2001 09:50:58 -0500 (EST)
2009              Message-Id: <200112131450.JAA84836@raptor.research.att.com>
2010      Branch: perl
2011            ! pp_sort.c
2012 ____________________________________________________________________________
2013 [ 13672] By: jhi                                   on 2001/12/13  14:19:28
2014         Log: Unadorned numbers evil.
2015      Branch: perl
2016            ! pp.c regcomp.c regexec.c utf8.c utf8.h
2017 ____________________________________________________________________________
2018 [ 13671] By: jhi                                   on 2001/12/13  13:35:47
2019         Log: "preprocessing directive not recognized within macro arg"
2020      Branch: perl
2021            ! ext/Data/Dumper/Dumper.xs
2022 ____________________________________________________________________________
2023 [ 13670] By: jhi                                   on 2001/12/13  13:32:37
2024         Log: Subject: Clarifying the documentation of goto            
2025              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>      
2026              Date: Thu, 13 Dec 2001 08:57:38 -0500
2027              Message-ID: <3C18BD8B@operamail.com>
2028      Branch: perl
2029            ! pod/perlfunc.pod
2030 ____________________________________________________________________________
2031 [ 13669] By: jhi                                   on 2001/12/13  04:38:19
2032         Log: It could be possible for the case-insensitive
2033              Unicode-aware string comparison to wander off
2034              to the la-la land.
2035      Branch: perl
2036            ! embed.h embed.pl pod/perlapi.pod pod/perlunicode.pod proto.h
2037            ! regexec.c utf8.c
2038 ____________________________________________________________________________
2039 [ 13668] By: jhi                                   on 2001/12/13  02:48:14
2040         Log: Subject: [PATCH] Re: [PATCH t/test.pl t/op/stat.t lib/Net/hostent.t] Unbail out
2041              From: Michael G Schwern <schwern@pobox.com> 
2042              Date: Wed, 12 Dec 2001 21:53:46 -0500
2043              Message-ID: <20011213025346.GH25129@blackrider>
2044      Branch: perl
2045            ! lib/Net/hostent.t t/op/stat.t t/test.pl
2046 ____________________________________________________________________________
2047 [ 13667] By: jhi                                   on 2001/12/13  02:47:27
2048         Log: Subject: [PATCH t/io/fs.t] Proper skip tests and VMS unlink
2049              From: Michael G Schwern <schwern@pobox.com> 
2050              Date: Wed, 12 Dec 2001 20:33:42 -0500
2051              Message-ID: <20011213013342.GX25129@blackrider>
2052      Branch: perl
2053            ! t/io/fs.t
2054 ____________________________________________________________________________
2055 [ 13666] By: jhi                                   on 2001/12/12  23:22:27
2056         Log: Subject: Re: [PATCH] use utf8; tests
2057              From: Nicholas Clark <nick@ccl4.org>
2058              Date: Thu, 13 Dec 2001 00:16:58 +0000
2059              Message-ID: <20011213001658.I21702@plum.flirble.org>
2060      Branch: perl
2061            ! lib/utf8.t
2062 ____________________________________________________________________________
2063 [ 13665] By: jhi                                   on 2001/12/12  21:45:49
2064         Log: EPOC fixes from Olaf Flebbe.
2065      Branch: perl
2066            ! README.epoc epoc/config.sh epoc/createpkg.pl
2067            ! ext/Data/Dumper/Dumper.xs ext/Errno/Errno_pm.PL
2068 ____________________________________________________________________________
2069 [ 13664] By: jhi                                   on 2001/12/12  21:33:50
2070         Log: Subject: [PATCH perl@13661] VMS test fix-ups
2071              From: "Craig A. Berry" <craigberry@mac.com>
2072              Date: Wed, 12 Dec 2001 16:27:48 -0600
2073              Message-Id: <5.1.0.14.2.20011212154350.01be3618@exchi01>
2074      Branch: perl
2075            ! lib/Net/hostent.t t/io/fs.t
2076 ____________________________________________________________________________
2077 [ 13663] By: jhi                                   on 2001/12/12  19:59:56
2078         Log: Subject: Re: Next cygwin round.
2079              From: "Gerrit P. Haase" <gp@familiehaase.de>
2080              Date: Wed, 12 Dec 2001 21:59:00 +0100
2081              Message-ID: <122343874595.20011212215900@familiehaase.de>
2082      Branch: perl
2083            ! t/io/fs.t
2084 ____________________________________________________________________________
2085 [ 13662] By: jhi                                   on 2001/12/12  19:12:36
2086         Log: Subject: [PATCH] use utf8; tests
2087              From: Nicholas Clark <nick@ccl4.org>
2088              Date: Wed, 12 Dec 2001 20:07:04 +0000
2089              Message-ID: <20011212200704.E21702@plum.flirble.org>
2090      Branch: perl
2091            ! lib/utf8.t t/test.pl
2092 ____________________________________________________________________________
2093 [ 13661] By: jhi                                   on 2001/12/12  15:24:42
2094         Log: Update Changes.
2095      Branch: perl
2096            ! Changes patchlevel.h
2097 ____________________________________________________________________________
2098 [ 13660] By: jhi                                   on 2001/12/12  15:04:03
2099         Log: Subject: [PATCH] Passing in env to perl_parse did not work
2100              From: Gisle Aas <gisle@ActiveState.com>
2101              Date: 11 Dec 2001 20:52:57 -0800
2102              Message-ID: <lrheqxniom.fsf@caliper.activestate.com>
2103      Branch: perl
2104            ! perl.c perl.h
2105 ____________________________________________________________________________
2106 [ 13659] By: jhi                                   on 2001/12/12  14:33:30
2107         Log: Fixes for casting problems detected on a SuSE 7.2 Itanium,
2108              mostly gcc -Wall complaining about the argument of %p not
2109              being a void *.
2110      Branch: perl
2111            ! perlio.c regcomp.c taint.c toke.c
2112 ____________________________________________________________________________
2113 [ 13657] By: jhi                                   on 2001/12/12  14:08:49
2114         Log: Try YP/NIS also from /usr/lib/yp.
2115      Branch: perl
2116            ! Configure
2117 ____________________________________________________________________________
2118 [ 13656] By: jhi                                   on 2001/12/12  14:05:28
2119         Log: Subject: [PATCH Configure t/op/grent.t] ypcat working, but NIS not used
2120              From: Michael G Schwern <schwern@pobox.com>                
2121              Date: Wed, 12 Dec 2001 05:27:02 -0500      
2122              Message-ID: <20011212102702.GW17250@blackrider>
2123              
2124              (the op/grent part)
2125      Branch: perl
2126            ! t/op/grent.t
2127 ____________________________________________________________________________
2128 [ 13655] By: jhi                                   on 2001/12/12  14:01:55
2129         Log: Weed out .files from ls and readdir() results.
2130      Branch: perl
2131            ! t/op/stat.t
2132 ____________________________________________________________________________
2133 [ 13654] By: jhi                                   on 2001/12/12  13:45:21
2134         Log: Subject: Re: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"  
2135              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
2136              Date: Wed, 12 Dec 2001 10:52:21 +0100
2137              Message-ID: <200112121052210220.001ACE6B@smtp.chello.at>
2138      Branch: perl
2139            ! lib/File/Find.pm
2140 ____________________________________________________________________________
2141 [ 13653] By: jhi                                   on 2001/12/12  13:34:06
2142         Log: Subject: [PATCH] doio fatal on cygwin for 13651
2143              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>               
2144              Date: Wed, 12 Dec 2001 11:28:13 +0100      
2145              Message-Id: <20011212112548.4611.H.M.BRAND@hccnet.nl>
2146      Branch: perl
2147            ! doio.c
2148 ____________________________________________________________________________
2149 [ 13652] By: jhi                                   on 2001/12/12  13:32:51
2150         Log: Get the whole line of ls, makes debugging easier
2151              (from Schwern)
2152      Branch: perl
2153            ! t/op/stat.t
2154 ____________________________________________________________________________
2155 [ 13651] By: jhi                                   on 2001/12/12  05:42:05
2156         Log: rename() must be tested even without link()
2157              or the utime() and rename-directory tests fail.
2158              (Also got the BeOS utime atime/time the wrong way round.)
2159      Branch: perl
2160            ! t/io/fs.t
2161 ____________________________________________________________________________
2162 [ 13650] By: jhi                                   on 2001/12/12  05:36:31
2163         Log: Now that the beos.c is compiled at the main level
2164              the header is in the beos/
2165      Branch: perl
2166            ! beos/beos.c
2167 ____________________________________________________________________________
2168 [ 13649] By: jhi                                   on 2001/12/12  04:25:21
2169         Log: Must remember to require Socket.
2170      Branch: perl
2171            ! ext/Sys/Syslog/syslog.t
2172 ____________________________________________________________________________
2173 [ 13648] By: jhi                                   on 2001/12/12  04:12:05
2174         Log: In BeOS Errno must resort to actual compilation
2175              and execution for some of the error constants.
2176      Branch: perl
2177            ! ext/Errno/Errno_pm.PL
2178 ____________________________________________________________________________
2179 [ 13647] By: jhi                                   on 2001/12/12  03:23:26
2180         Log: BeOS still has no good sockets.
2181      Branch: perl
2182            ! ext/IO/lib/IO/t/io_sel.t
2183 ____________________________________________________________________________
2184 [ 13646] By: jhi                                   on 2001/12/12  03:19:56
2185         Log: BeOS sockets are not true sockets.
2186      Branch: perl
2187            ! ext/IO/lib/IO/t/io_poll.t
2188 ____________________________________________________________________________
2189 [ 13645] By: jhi                                   on 2001/12/12  03:14:32
2190         Log: No Socket, no Syslog.
2191      Branch: perl
2192            ! ext/Sys/Syslog/syslog.t
2193 ____________________________________________________________________________
2194 [ 13644] By: jhi                                   on 2001/12/12  03:12:46
2195         Log: (On some platforms) missing truncate FH.
2196      Branch: perl
2197            ! pod/perltodo.pod
2198 ____________________________________________________________________________
2199 [ 13643] By: jhi                                   on 2001/12/12  03:09:37
2200         Log: io/fs cleanup: testing on win32/cygwin/netware/djgpp/...
2201              and vms would be muchly appreciated.
2202      Branch: perl
2203            ! t/io/fs.t
2204 ____________________________________________________________________________
2205 [ 13642] By: jhi                                   on 2001/12/12  02:32:05
2206         Log: utime() updates only the mtime in BeOS. 
2207      Branch: perl
2208            ! pod/perlport.pod
2209 ____________________________________________________________________________
2210 [ 13641] By: jhi                                   on 2001/12/12  01:50:13
2211         Log: No link(), no need to dSP.
2212      Branch: perl
2213            ! pp_sys.c
2214 ____________________________________________________________________________
2215 [ 13640] By: jhi                                   on 2001/12/12  01:49:40
2216         Log: Missing argument.
2217      Branch: perl
2218            ! utf8.c
2219 ____________________________________________________________________________
2220 [ 13639] By: jhi                                   on 2001/12/12  01:44:39
2221         Log: (1) To assume any setuid programs is silly.
2222              (2) Chaining tests with booleans means that some
2223              of them may not get run which means getting out
2224              of test count sync.
2225      Branch: perl
2226            ! t/op/stat.t
2227 ____________________________________________________________________________
2228 [ 13638] By: jhi                                   on 2001/12/12  01:12:49
2229         Log: The beos.c needs to be in the main directory.
2230      Branch: perl
2231            ! hints/beos.sh
2232 ____________________________________________________________________________
2233 [ 13637] By: jhi                                   on 2001/12/12  00:37:20
2234         Log: Detypo and rename.
2235      Branch: perl
2236            ! doio.c perl.h perlio.c perliol.h
2237 ____________________________________________________________________________
2238 [ 13636] By: jhi                                   on 2001/12/12  00:22:16
2239         Log: This time I test compiled.  Honest.
2240      Branch: perl
2241            ! beos/beos.c
2242 ____________________________________________________________________________
2243 [ 13635] By: jhi                                   on 2001/12/11  22:57:07
2244         Log: Subject: [PATCH] slightly more pack tests
2245              From: Nicholas Clark <nick@ccl4.org>
2246              Date: Tue, 11 Dec 2001 23:41:23 +0000
2247              Message-ID: <20011211234123.Y21702@plum.flirble.org>
2248      Branch: perl
2249            ! t/op/pack.t
2250 ____________________________________________________________________________
2251 [ 13634] By: jhi                                   on 2001/12/11  21:49:58
2252         Log: Subject: [PATCH perl@13600] Gconvert for VMS again
2253              From: "Craig A. Berry" <craigberry@mac.com>
2254              Date: Tue, 11 Dec 2001 16:39:13 -0600
2255              Message-Id: <5.1.0.14.2.20011211162600.02a4b008@exchi01>
2256      Branch: perl
2257            ! configure.com
2258 ____________________________________________________________________________
2259 [ 13632] By: jhi                                   on 2001/12/11  21:48:26
2260         Log: Subject: $Config{perlpath} and -Dversiononly
2261              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2262              Date: Tue, 11 Dec 2001 23:32:33 +0100
2263              Message-ID: <20011211233233.A11587@rafael>
2264      Branch: perl
2265            ! Configure
2266 ____________________________________________________________________________
2267 [ 13631] By: jhi                                   on 2001/12/11  21:01:00
2268         Log: Subject: [PATCH] _qq pack.t Re: [PATCH] tests for hash assignment
2269              From: Nicholas Clark <nick@ccl4.org>
2270              Date: Tue, 11 Dec 2001 21:59:36 +0000
2271              Message-ID: <20011211215935.W21702@plum.flirble.org>
2272      Branch: perl
2273            ! t/op/pack.t
2274 ____________________________________________________________________________
2275 [ 13630] By: jhi                                   on 2001/12/11  20:16:29
2276         Log: More UTF-8 API docs.
2277      Branch: perl
2278            ! embed.pl pod/perlapi.pod pod/perlunicode.pod utf8.c
2279 ____________________________________________________________________________
2280 [ 13629] By: jhi                                   on 2001/12/11  19:17:16
2281         Log: Subject: [PATCH] Re: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
2282              From: Nicholas Clark <nick@ccl4.org>
2283              Date: Tue, 11 Dec 2001 20:08:59 +0000
2284              Message-ID: <20011211200859.S21702@plum.flirble.org>
2285      Branch: perl
2286            ! t/op/pack.t
2287 ____________________________________________________________________________
2288 [ 13628] By: jhi                                   on 2001/12/11  19:13:57
2289         Log: Subject: Re: use utf8; with bad utf8
2290              From: Nicholas Clark <nick@ccl4.org>
2291              Date: Tue, 11 Dec 2001 19:49:21 +0000
2292              Message-ID: <20011211194921.R21702@plum.flirble.org>
2293      Branch: perl
2294            ! lib/utf8.t
2295 ____________________________________________________________________________
2296 [ 13627] By: jhi                                   on 2001/12/11  17:29:01
2297         Log: Can't spell worth a dam.  (Try Three Gorges.)
2298      Branch: perl
2299            ! beos/beos.c
2300 ____________________________________________________________________________
2301 [ 13626] By: jhi                                   on 2001/12/11  15:55:51
2302         Log: We need DWIM cpps.
2303      Branch: perl
2304            ! perlio.c
2305 ____________________________________________________________________________
2306 [ 13625] By: jhi                                   on 2001/12/11  15:53:41
2307         Log: The unixish.h needs to be found and the waitpid wrapper
2308              could use a proto.
2309      Branch: perl
2310            ! beos/beosish.h
2311 ____________________________________________________________________________
2312 [ 13624] By: jhi                                   on 2001/12/11  15:27:06
2313         Log: The BeOS waitpid() seems to be broken,
2314              have a wrapper for it.
2315      Branch: perl
2316            + beos/beos.c beos/beosish.h
2317            ! MANIFEST hints/beos.sh perl.h
2318 ____________________________________________________________________________
2319 [ 13623] By: jhi                                   on 2001/12/11  15:12:18
2320         Log: Unlean the leaning tower of Babel.
2321      Branch: perl
2322            ! perl.h
2323 ____________________________________________________________________________
2324 [ 13622] By: jhi                                   on 2001/12/11  14:34:53
2325         Log: Retract #13607 until we figure out what to do with autouse.
2326      Branch: perl
2327            ! lib/Carp.pm
2328 ____________________________________________________________________________
2329 [ 13621] By: jhi                                   on 2001/12/11  14:33:14
2330         Log: Try to handle platforms that have O_TEXT != O_BINARY but
2331              which are not DOSish, BeOS being one of such platforms.
2332              Ideally this should be a Configure test, not a hardwired
2333              cpp symbol test... 
2334      Branch: perl
2335            ! doio.c perl.h perlio.c perliol.h
2336 ____________________________________________________________________________
2337 [ 13620] By: jhi                                   on 2001/12/11  13:56:17
2338         Log: Subject: [PATCH lib/Term/Cap.pm lib/Term/Cap.t] Sync changes in CPAN version
2339              From: Jonathan Stowe <gellyfish@gellyfish.com>
2340              Date: Tue, 11 Dec 2001 07:28:45 +0000 (GMT) 
2341              Message-ID: <Pine.LNX.4.33.0112110720470.31242-100000@orpheus.gellyfish.com>
2342      Branch: perl
2343            ! lib/Term/Cap.pm lib/Term/Cap.t
2344 ____________________________________________________________________________
2345 [ 13619] By: jhi                                   on 2001/12/11  13:51:21
2346         Log: Subject: [patch perlio.c] test for NULL before derefencing
2347              From: Stas Bekman <stas@stason.org>
2348              Date: Tue, 11 Dec 2001 16:17:55 +0800
2349              Message-ID: <3C15C133.8@stason.org>
2350      Branch: perl
2351            ! perlio.c
2352 ____________________________________________________________________________
2353 [ 13617] By: jhi                                   on 2001/12/11  05:22:08
2354         Log: BeOS has socket() but not enough to build a working Socket.
2355              Go figure.  ("BONE" (BeOS NEtworking?) is some sort of rumored
2356              new networking implementation, which is rumored to fix the
2357              non-standardness of sockets, but it's apparently not publicly
2358              available, and anything to do with BeOS has become quite
2359              complicated with the sale of the Be assets to Palm.)
2360      Branch: perl
2361            ! Configure
2362 ____________________________________________________________________________
2363 [ 13611] By: jhi                                   on 2001/12/11  04:29:32
2364         Log: Subject: Exporter's documentation shouldn't lie               
2365              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
2366              Date: Mon, 10 Dec 2001 21:30:20 -0500
2367              Message-ID: <3C4AA201@operamail.com>
2368      Branch: perl
2369            ! lib/Exporter.pm
2370 ____________________________________________________________________________
2371 [ 13610] By: jhi                                   on 2001/12/11  04:28:31
2372         Log: Make Errno better in BeOS (the second hunk is
2373              good on any platform).  Still not working in BeOS
2374              are the E constants that refer BeOS native error
2375              constants (B_...) which are enums (*groan*).
2376      Branch: perl
2377            ! ext/Errno/Errno_pm.PL
2378 ____________________________________________________________________________
2379 [ 13609] By: jhi                                   on 2001/12/11  00:59:31
2380         Log: The BeOS linker seems to link the last seen symbol,
2381              not the first (so the symbols of op.o from libperl.so
2382              would get linked to miniperl instead of the symbols of
2383              opmini.o)-- use the same trick as for NeXT4 for linking
2384              miniperl.
2385      Branch: perl
2386            ! Makefile.SH
2387 ____________________________________________________________________________
2388 [ 13608] By: jhi                                   on 2001/12/11  00:49:15
2389         Log: Subject: Re: [PATCH] tests for hash assignment
2390              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2391              Date: Tue, 11 Dec 2001 01:48:55 +0000
2392              Message-Id: <200112110148.fBB1mtl19148@crypt.compulink.co.uk>
2393      Branch: perl
2394            ! utf8.c
2395 ____________________________________________________________________________
2396 [ 13607] By: jhi                                   on 2001/12/11  00:40:47
2397         Log: (retracted by #13622)
2398              
2399              Subject: RE: More verbose POD for Carp
2400              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
2401              Date: Mon, 10 Dec 2001 20:23:20 -0500
2402              Message-ID: <3C4A3566@operamail.com>
2403      Branch: perl
2404            ! lib/Carp.pm
2405 ____________________________________________________________________________
2406 [ 13606] By: jhi                                   on 2001/12/11  00:39:20
2407         Log: Subject: [PATCH follow-up] (was Re: [PATCH perl@13600] cat2type in tests for VMS)
2408              From: "Craig A. Berry" <craigberry@mac.com>
2409              Date: Mon, 10 Dec 2001 18:25:37 -0600
2410              Message-Id: <5.1.0.14.2.20011210174517.029c7ec0@mail.mac.com>
2411      Branch: perl
2412            ! t/op/write.t t/test.pl
2413 ____________________________________________________________________________
2414 [ 13605] By: jhi                                   on 2001/12/11  00:37:54
2415         Log: Subject: [PATCH t/io/multiline.t] Cleanup and $. check
2416              From: Michael G Schwern <schwern@pobox.com>
2417              Date: Mon, 10 Dec 2001 08:00:01 -0500
2418              Message-ID: <20011210130000.GK1770@blackrider>
2419      Branch: perl
2420            ! t/comp/multiline.t
2421 ____________________________________________________________________________
2422 [ 13604] By: jhi                                   on 2001/12/10  22:51:44
2423         Log: Subject: Re: [PATCH] tests for hash assignment
2424              From: Nicholas Clark <nick@ccl4.org>
2425              Date: Mon, 10 Dec 2001 23:22:28 +0000
2426              Message-ID: <20011210232228.M21702@plum.flirble.org>
2427      Branch: perl
2428            + t/op/hashassign.t
2429            ! MANIFEST t/op/each.t t/test.pl
2430 ____________________________________________________________________________
2431 [ 13603] By: jhi                                   on 2001/12/10  21:34:46
2432         Log: Subject: [PATCH perl@13600] cat2type in tests for VMS
2433              From: "Craig A. Berry" <craigberry@mac.com>
2434              Date: Mon, 10 Dec 2001 16:38:14 -0600
2435              Message-Id: <5.1.0.14.2.20011210154846.01aef188@exchi01>
2436      Branch: perl
2437            ! ext/IO/lib/IO/t/io_dup.t t/comp/multiline.t t/io/dup.t
2438 ____________________________________________________________________________
2439 [ 13602] By: jhi                                   on 2001/12/10  19:52:01
2440         Log: Subject: [PATCH perl@13600] configure.com fixes
2441              From: "Craig A. Berry" <craigberry@mac.com>
2442              Date: Mon, 10 Dec 2001 14:40:20 -0600
2443              Message-Id: <5.1.0.14.2.20011210142528.01aff2e8@exchi01>
2444      Branch: perl
2445            ! configure.com
2446 ____________________________________________________________________________
2447 [ 13601] By: jhi                                   on 2001/12/10  18:25:30
2448         Log: Silence BeOS compilation moaning.
2449      Branch: perl
2450            ! perl.h
2451 ____________________________________________________________________________
2452 [ 13600] By: jhi                                   on 2001/12/10  15:11:40
2453         Log: Update Changes.
2454      Branch: perl
2455            ! Changes patchlevel.h
2456 ____________________________________________________________________________
2457 [ 13599] By: jhi                                   on 2001/12/10  13:35:57
2458         Log: Subject: [PATCH lib/ExtUtils/Command.t] Bad touch
2459              From: Michael G Schwern <schwern@pobox.com>
2460              Date: Mon, 10 Dec 2001 01:21:03 -0500
2461              Message-ID: <20011210062103.GC1770@blackrider>
2462      Branch: perl
2463            ! lib/ExtUtils/Command.t
2464 ____________________________________________________________________________
2465 [ 13598] By: jhi                                   on 2001/12/10  13:35:20
2466         Log: Subject: [PATCH t/op/groups.t] Need @INC = '../lib' mantra
2467              From: Michael G Schwern <schwern@pobox.com>
2468              Date: Mon, 10 Dec 2001 01:10:57 -0500
2469              Message-ID: <20011210061057.GB1770@blackrider>
2470      Branch: perl
2471            ! t/op/groups.t
2472 ____________________________________________________________________________
2473 [ 13597] By: jhi                                   on 2001/12/10  13:33:51
2474         Log: Retract #13596, #13593 should do the trick.
2475      Branch: perl
2476            ! t/op/stat.t
2477 ____________________________________________________________________________
2478 [ 13596] By: jhi                                   on 2001/12/10  13:31:38
2479         Log: (retracted by #13597, #13593 does the job better)
2480              
2481              Subject: [PATCH t/op/stat.t] -B/-T Cygwin fix
2482              From: Michael G Schwern <schwern@pobox.com>
2483              Date: Mon, 10 Dec 2001 00:53:16 -0500
2484              Message-ID: <20011210055316.GA1770@blackrider>
2485      Branch: perl
2486            ! t/op/stat.t
2487 ____________________________________________________________________________
2488 [ 13595] By: jhi                                   on 2001/12/10  13:28:30
2489         Log: Subject: [PATCH lib/AutoSplit.t] Too fast for FAT filesystems
2490              From: Michael G Schwern <schwern@pobox.com> 
2491              Date: Mon, 10 Dec 2001 02:19:14 -0500
2492              Message-ID: <20011210071914.GF1770@blackrider>
2493      Branch: perl
2494            ! lib/AutoSplit.t
2495 ____________________________________________________________________________
2496 [ 13594] By: jhi                                   on 2001/12/10  13:26:24
2497         Log: Subject: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
2498              From: Michael G Schwern <schwern@pobox.com>
2499              Date: Mon, 10 Dec 2001 02:47:40 -0500
2500              Message-ID: <20011210074739.GH1770@blackrider>
2501      Branch: perl
2502            ! t/op/pack.t
2503 ____________________________________________________________________________
2504 [ 13593] By: jhi                                   on 2001/12/10  13:22:49
2505         Log: Subject: [PATCH t/test.pl] Moving Cygwin .exe logic into which_perl
2506              From: Michael G Schwern <schwern@pobox.com>
2507              Date: Mon, 10 Dec 2001 02:54:22 -0500
2508              Message-ID: <20011210075422.GI1770@blackrider>
2509      Branch: perl
2510            ! t/test.pl
2511 ____________________________________________________________________________
2512 [ 13592] By: jhi                                   on 2001/12/10  13:21:06
2513         Log: Subject: Re: [ID 20011209.005] perl "u2" eats RAM
2514              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
2515              Date: Mon, 10 Dec 2001 08:45:20 +0100
2516              Message-ID: <3C146810.60B5B7C0@alcatel.at>
2517      Branch: perl
2518            ! pp_pack.c
2519 ____________________________________________________________________________
2520 [ 13591] By: jhi                                   on 2001/12/10  13:18:17
2521         Log: Subject: [PATCH] Re: [PATCH t/io/openpid.t] Cleanup
2522              From: Michael G Schwern <schwern@pobox.com>
2523              Date: Mon, 10 Dec 2001 03:27:02 -0500
2524              Message-ID: <20011210082702.GN1770@blackrider>
2525      Branch: perl
2526            ! t/io/openpid.t
2527 ____________________________________________________________________________
2528 [ 13590] By: jhi                                   on 2001/12/10  13:17:08
2529         Log: More chmod +w.
2530      Branch: perl
2531            ! Porting/makerel
2532 ____________________________________________________________________________
2533 [ 13589] By: jhi                                   on 2001/12/10  04:21:59
2534         Log: Just skip the readability test if running as root.
2535      Branch: perl
2536            ! lib/Net/t/netrc.t
2537 ____________________________________________________________________________
2538 [ 13588] By: jhi                                   on 2001/12/10  04:03:10
2539         Log: Tell about the downside of safe signals.
2540      Branch: perl
2541            ! pod/perldelta.pod
2542 ____________________________________________________________________________
2543 [ 13587] By: jhi                                   on 2001/12/10  03:38:20
2544         Log: Make the whole -lperl thing NetBSD only until we
2545              find some other platform that needs the same.
2546      Branch: perl
2547            ! lib/ExtUtils/MM_Unix.pm
2548 ____________________________________________________________________________
2549 [ 13586] By: jhi                                   on 2001/12/10  03:13:59
2550         Log: Subject: [PATCH t/op/pack.t] Cleanup
2551              From: Michael G Schwern <schwern@pobox.com> 
2552              Date: Sun, 9 Dec 2001 23:08:26 -0500
2553              Message-ID: <20011210040826.GD660@blackrider>
2554      Branch: perl
2555            ! t/op/pack.t
2556 ____________________________________________________________________________
2557 [ 13585] By: jhi                                   on 2001/12/10  02:47:01
2558         Log: Add threads support for NetBSD.
2559              
2560              This is also the first (I think) Perl threads build with
2561              the GNU pth ( http://www.gnu.org/software/pth/pth.html ).
2562              NetBSD does not as of yet have true kernel POSIX threads,
2563              but the user-level pth seems to be doing pretty well--
2564              the only failure is that threads/t/basic okays 6 and 7
2565              consistently seem be arriving in the reverse order.
2566              Well, gdbm.t is also failing: 'Undefined PLT symbol
2567              "gdbm_open" (reloc type = 7, symnum = 28)', but I'm
2568              guessing that GDBM would need a threaded rebuild.
2569      Branch: perl
2570            ! hints/netbsd.sh
2571 ____________________________________________________________________________
2572 [ 13582] By: jhi                                   on 2001/12/10  02:01:26
2573         Log: Update the ithreads selection info in Configure,
2574              as suggested by Michael Schwern.
2575      Branch: perl
2576            ! Configure
2577 ____________________________________________________________________________
2578 [ 13581] By: jhi                                   on 2001/12/10  01:56:14
2579         Log: Clearing locale environment simply doesn't seem to
2580              guarantee that (nl_)langinfo(CODESET) would return nil.
2581              (I for example get "ISO8859-1", so <guess>maybe there can
2582              be per-system default settings at work</guess>.)
2583      Branch: perl
2584            ! lib/open.t
2585 ____________________________________________________________________________
2586 [ 13580] By: jhi                                   on 2001/12/10  01:53:11
2587         Log: Subject: RE: Exporter fixes reversed in 13540?
2588              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
2589              Date: Sun, 9 Dec 2001 12:55:15 -0500
2590              Message-ID: <3C13F455@operamail.com>
2591      Branch: perl
2592            ! lib/open.pm
2593 ____________________________________________________________________________
2594 [ 13579] By: jhi                                   on 2001/12/10  01:26:53
2595         Log: Root is the lizard king.
2596      Branch: perl
2597            ! lib/Net/t/netrc.t
2598 ____________________________________________________________________________
2599 [ 13578] By: jhi                                   on 2001/12/10  01:01:24
2600         Log: Telling how many tests we are expecting helps.
2601      Branch: perl
2602            ! ext/POSIX/t/waitpid.t
2603 ____________________________________________________________________________
2604 [ 13577] By: jhi                                   on 2001/12/10  00:38:09
2605         Log: Add a test case for waitpid(): from Rocco Caputo.
2606      Branch: perl
2607            + ext/POSIX/t/waitpid.t
2608            ! MANIFEST
2609 ____________________________________________________________________________
2610 [ 13576] By: jhi                                   on 2001/12/10  00:15:19
2611         Log: Subject: [PATCH] Term::ReadLine tweaks and test
2612              From: Richard Clamp <richardc@unixbeard.net>
2613              Date: Mon, 10 Dec 2001 00:51:47 +0000
2614              Message-ID: <20011210005147.GA1073@mirth.demon.co.uk>
2615      Branch: perl
2616            + lib/Term/ReadLine.t
2617            ! MANIFEST lib/Term/ReadLine.pm
2618 ____________________________________________________________________________
2619 [ 13575] By: jhi                                   on 2001/12/10  00:04:56
2620         Log: Subject: [patch] non-blocking waitpid(-1,WNOHANG) for MSWin32
2621              From: Rocco Caputo <troc@netrus.net>
2622              Date: Sun, 9 Dec 2001 18:12:38 -0500
2623              Message-ID: <20011209181238.A803@eyrie.homenet>
2624      Branch: perl
2625            ! win32/win32.c
2626 ____________________________________________________________________________
2627 [ 13574] By: jhi                                   on 2001/12/09  23:49:19
2628         Log: make sure that va_start() has matching va_end();
2629              from OpenBSD 3.0.
2630      Branch: perl
2631            ! x2p/util.c
2632 ____________________________________________________________________________
2633 [ 13573] By: jhi                                   on 2001/12/09  23:45:57
2634         Log: h2ph updates from OpenBSD 3.0.
2635      Branch: perl
2636            ! utils/h2ph.PL
2637 ____________________________________________________________________________
2638 [ 13572] By: jhi                                   on 2001/12/09  23:44:25
2639         Log: OpenBSD hints update from OpenBSD 3.0.
2640      Branch: perl
2641            ! hints/openbsd.sh
2642 ____________________________________________________________________________
2643 [ 13571] By: jhi                                   on 2001/12/09  23:32:08
2644         Log: DJGPP tweaks from Laszlo Molnar.
2645      Branch: perl
2646            ! djgpp/config.over lib/File/Find/t/find.t
2647            ! lib/File/Find/t/taint.t t/pod/find.t
2648 ____________________________________________________________________________
2649 [ 13570] By: jhi                                   on 2001/12/09  23:28:55
2650         Log: Subject: [PATCH README.cygwin] 64bit ints & Cygwin98 ok
2651              From: Michael G Schwern <schwern@pobox.com> 
2652              Date: Sun, 9 Dec 2001 19:28:12 -0500
2653              Message-ID: <20011210002812.GF13586@blackrider>
2654      Branch: perl
2655            ! README.cygwin
2656 ____________________________________________________________________________
2657 [ 13569] By: jhi                                   on 2001/12/09  21:51:37
2658         Log: README.cygwin update from Gerrit P. Haase.
2659      Branch: perl
2660            ! README.cygwin
2661 ____________________________________________________________________________
2662 [ 13568] By: jhi                                   on 2001/12/09  21:49:06
2663         Log: Apply NetBSD patch-ag: shared/static linking,
2664              but make the change less intrusive on non-NetBSD.
2665      Branch: perl
2666            ! lib/ExtUtils/MM_Unix.pm
2667 ____________________________________________________________________________
2668 [ 13567] By: jhi                                   on 2001/12/09  21:09:10
2669         Log: Apply NetBSD patch-af: handle both -[LR] and -Wl,-R linker paths.
2670      Branch: perl
2671            ! lib/ExtUtils/Liblist.pm
2672 ____________________________________________________________________________
2673 [ 13566] By: jhi                                   on 2001/12/09  20:55:32
2674         Log: Apply NetBSD patch-ae: another gcc sparc64 bug.
2675      Branch: perl
2676            ! regcomp.c
2677 ____________________________________________________________________________
2678 [ 13565] By: jhi                                   on 2001/12/09  20:50:57
2679         Log: Apply NetBSD patch-ad: a gcc sparc64 code generation bug.
2680      Branch: perl
2681            ! pp.c
2682 ____________________________________________________________________________
2683 [ 13564] By: jhi                                   on 2001/12/09  20:38:48
2684         Log: Apply NetBSD patch-ac.
2685              (the fix has already been done: change #9706, fully qualified
2686              pathnames in packlists)
2687      Branch: perl
2688            ! lib/ExtUtils/Install.pm
2689 ____________________________________________________________________________
2690 [ 13563] By: jhi                                   on 2001/12/09  20:32:52
2691         Log: Apply NetBSD patch-ab: NetBSD hints update.
2692      Branch: perl
2693            ! hints/netbsd.sh
2694 ____________________________________________________________________________
2695 [ 13561] By: jhi                                   on 2001/12/09  20:31:14
2696         Log: NetBSD has <ieeefp.h> but hidden.
2697      Branch: perl
2698            ! hints/netbsd.sh
2699 ____________________________________________________________________________
2700 [ 13560] By: jhi                                   on 2001/12/09  20:29:35
2701         Log: Implement NetBSD patch-aa.
2702      Branch: perl
2703            ! Configure
2704 ____________________________________________________________________________
2705 [ 13559] By: jhi                                   on 2001/12/09  19:21:45
2706         Log: Subject: Re: [ID 20011206.006] File::Find calls lstat on wrong object before wanted()
2707              From: "Wolfgang Laun" <wolfgang.laun@chello.at>             
2708              Date: Sun, 09 Dec 2001 13:40:58 +0100
2709              Message-ID: <200112091340580550.008ED513@smtp.chello.at>
2710              
2711              (The lstat()s were there in 5.6.1: what happened to them?)
2712      Branch: perl
2713            ! lib/File/Find.pm
2714 ____________________________________________________________________________
2715 [ 13558] By: jhi                                   on 2001/12/09  19:04:23
2716         Log: Quickie documentation of the C UTF-8 API.
2717      Branch: perl
2718            ! pod/perlunicode.pod
2719 ____________________________________________________________________________
2720 [ 13557] By: jhi                                   on 2001/12/09  18:36:20
2721         Log: Subject: bleadperl on cygwin weirdness...
2722              From: "Gerrit P. Haase" <gp@familiehaase.de>
2723              Date: Sun, 9 Dec 2001 20:31:28 +0100
2724              Message-ID: <13779422183.20011209203128@familiehaase.de>          
2725              
2726              (plus libperl*.dll version portability tweaks)
2727      Branch: perl
2728            ! lib/ExtUtils/Embed.t
2729 ____________________________________________________________________________
2730 [ 13556] By: jhi                                   on 2001/12/09  18:21:46
2731         Log: Instead of muting symbol export error if under eval,
2732              delay the errors until the croak().
2733              
2734              (replaces #13408)
2735      Branch: perl
2736            ! lib/Exporter/Heavy.pm
2737 ____________________________________________________________________________
2738 [ 13555] By: jhi                                   on 2001/12/09  18:09:12
2739         Log: Basegroup 0 is a cygwin_nt thing.
2740      Branch: perl
2741            ! t/op/groups.t
2742 ____________________________________________________________________________
2743 [ 13554] By: jhi                                   on 2001/12/09  17:57:44
2744         Log: Also WinME is LoseLink.
2745      Branch: perl
2746            ! t/op/stat.t
2747 ____________________________________________________________________________
2748 [ 13553] By: jhi                                   on 2001/12/09  16:25:52
2749         Log: Forgotten checkin.
2750      Branch: perl
2751            ! lib/User/grent.t
2752 ____________________________________________________________________________
2753 [ 13552] By: jhi                                   on 2001/12/09  16:23:14
2754         Log: Subject: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"
2755              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
2756              Date: Sun, 09 Dec 2001 13:45:06 +0100
2757              Message-ID: <200112091345060760.00929EA9@smtp.chello.at>
2758      Branch: perl
2759            ! lib/File/Find.pm
2760 ____________________________________________________________________________
2761 [ 13551] By: jhi                                   on 2001/12/09  16:18:20
2762         Log: Tweakback.
2763      Branch: perl
2764            ! lib/Net/hostent.t
2765 ____________________________________________________________________________
2766 [ 13550] By: jhi                                   on 2001/12/09  16:01:55
2767         Log: Subject: [PATCH lib/User/grent.t] More Cygwin98 group oddities
2768              From: Michael G Schwern <schwern@pobox.com>
2769              Date: Sat, 8 Dec 2001 14:48:38 -0500
2770              Message-ID: <20011208194838.GA8650@blackrider>
2771      Branch: perl
2772            ! t/op/grent.t
2773 ____________________________________________________________________________
2774 [ 13549] By: jhi                                   on 2001/12/09  15:40:28
2775         Log: Subject: [README.cygwin] Removing old expected test failures
2776              From: Michael G Schwern <schwern@pobox.com>
2777              Date: Sat, 8 Dec 2001 15:38:28 -0500
2778              Message-ID: <20011208203828.GB9017@blackrider>
2779      Branch: perl
2780            ! README.cygwin
2781 ____________________________________________________________________________
2782 [ 13548] By: jhi                                   on 2001/12/09  15:37:48
2783         Log: Subject: [PATCH lib/Net/hostent.t] Cleanup and Cygwin98 oddity
2784              From: Michael G Schwern <schwern@pobox.com>                
2785              Date: Sat, 8 Dec 2001 15:26:59 -0500
2786              Message-ID: <20011208202659.GA9017@blackrider> 
2787      Branch: perl
2788            ! lib/Net/hostent.t
2789 ____________________________________________________________________________
2790 [ 13547] By: jhi                                   on 2001/12/09  15:33:43
2791         Log: Subject: [PATCH t/op/stat.t] Cygwin98 fakes hard links
2792              From: Michael G Schwern <schwern@pobox.com> 
2793              Date: Sat, 8 Dec 2001 15:06:16 -0500
2794              Message-ID: <20011208200616.GA8915@blackrider>
2795      Branch: perl
2796            ! t/op/stat.t
2797 ____________________________________________________________________________
2798 [ 13546] By: jhi                                   on 2001/12/09  15:31:19
2799         Log: Developer deprecations and an incompatibility.
2800      Branch: perl
2801            ! pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
2802 ____________________________________________________________________________
2803 [ 13545] By: jhi                                   on 2001/12/09  15:27:14
2804         Log: Shoo.
2805      Branch: perl
2806            - lib/Attribute/Handlers.pm
2807 ____________________________________________________________________________
2808 [ 13544] By: jhi                                   on 2001/12/09  15:20:08
2809         Log: Remove Attribute::Handlers, as per Damian's request.
2810              (Because of fixing the my variables to be now handled
2811              in run-time, the whole internals of the A::H needs to
2812              be rewritten and Damian will not have time for that
2813              for months.)
2814      Branch: perl
2815            - lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
2816            - lib/Attribute/Handlers/demo/Demo.pm
2817            - lib/Attribute/Handlers/demo/Descriptions.pm
2818            - lib/Attribute/Handlers/demo/MyClass.pm
2819            - lib/Attribute/Handlers/demo/demo.pl
2820            - lib/Attribute/Handlers/demo/demo2.pl
2821            - lib/Attribute/Handlers/demo/demo3.pl
2822            - lib/Attribute/Handlers/demo/demo4.pl
2823            - lib/Attribute/Handlers/demo/demo_call.pl
2824            - lib/Attribute/Handlers/demo/demo_chain.pl
2825            - lib/Attribute/Handlers/demo/demo_cycle.pl
2826            - lib/Attribute/Handlers/demo/demo_hashdir.pl
2827            - lib/Attribute/Handlers/demo/demo_phases.pl
2828            - lib/Attribute/Handlers/demo/demo_range.pl
2829            - lib/Attribute/Handlers/demo/demo_rawdata.pl
2830            - lib/Attribute/Handlers/t/multi.t
2831            ! MANIFEST lib/Attribute/Handlers.pm pod/perldelta.pod
2832            ! pod/perlmodlib.pod pod/perltoc.pod
2833 ____________________________________________________________________________
2834 [ 13543] By: jhi                                   on 2001/12/09  15:00:50
2835         Log: Subject: Re: attributes are broken
2836              From: Spider Boardman <spider@Orb.Nashua.NH.US>
2837              Date: Sun, 09 Dec 2001 00:09:23 -0500
2838              Message-Id: <200112090509.AAA02053@Orb.Nashua.NH.US>              
2839      Branch: perl
2840            ! dump.c embed.h embed.pl lib/attributes.pm op.c op.h
2841            ! pod/perldelta.pod pod/perltoc.pod proto.h t/op/attrs.t
2842            ! xsutils.c
2843 ____________________________________________________________________________
2844 [ 13542] By: jhi                                   on 2001/12/09  14:49:46
2845         Log: Forgotten checkin.
2846      Branch: perl
2847            ! lib/Pod/Text.pm
2848 ____________________________________________________________________________
2849 [ 13541] By: jhi                                   on 2001/12/09  14:48:15
2850         Log: uconfig.h update.
2851      Branch: perl
2852            ! uconfig.h
2853 ____________________________________________________________________________
2854 [ 13540] By: jhi                                   on 2001/12/08  18:39:51
2855         Log: Update Changes.
2856      Branch: perl
2857            ! Changes patchlevel.h
2858 ____________________________________________________________________________
2859 [ 13539] By: jhi                                   on 2001/12/08  18:28:02
2860         Log: Note that some of the Unicode features are
2861              dependent on perlio.
2862      Branch: perl
2863            ! pod/perluniintro.pod
2864 ____________________________________________________________________________
2865 [ 13538] By: jhi                                   on 2001/12/08  17:53:00
2866         Log: Regen perlapi, regen toc.
2867      Branch: perl
2868            ! pod/perlapi.pod pod/perltoc.pod
2869 ____________________________________________________________________________
2870 [ 13537] By: jhi                                   on 2001/12/08  17:44:48
2871         Log: FAQ sync.
2872      Branch: perl
2873            ! pod/perlfaq4.pod pod/perlfaq6.pod
2874 ____________________________________________________________________________
2875 [ 13536] By: jhi                                   on 2001/12/08  17:37:53
2876         Log: Subject: [PATCH] Fix odd language in an sv.c comment
2877              From: coral@eekeek.org
2878              Date: Sat, 8 Dec 2001 12:19:39 -0500
2879              Message-Id: <200112081719.fB8HJdZ14747@eekeek.org>
2880      Branch: perl
2881            ! sv.c
2882 ____________________________________________________________________________
2883 [ 13535] By: jhi                                   on 2001/12/08  15:29:18
2884         Log: Subject: [PATCH lib/vmsish.t] Small test name abuse.
2885              From: Michael G Schwern <schwern@pobox.com>
2886              Date: Fri, 7 Dec 2001 20:03:45 -0500
2887              Message-ID: <20011208010345.GD642@blackrider>
2888              
2889              Subject: [PATCH vms/test.com] Goodbye frightening echo kludge!
2890              From: Michael G Schwern <schwern@pobox.com>
2891              Date: Fri, 7 Dec 2001 20:13:54 -0500
2892              Message-ID: <20011208011354.GE642@blackrider>
2893              
2894              Subject: [PATCH t/io/pipe.t t/test.pl] Cleanup & $NO_ENDING
2895              From: Michael G Schwern <schwern@pobox.com>
2896              Date: Fri, 7 Dec 2001 21:47:36 -0500
2897              Message-ID: <20011208024736.GH642@blackrider>
2898              
2899              Subject: [PATCH t/op/exec.t] Piping and newline on pipe tests
2900              From: Michael G Schwern <schwern@pobox.com>
2901              Date: Fri, 7 Dec 2001 23:09:43 -0500
2902              Message-ID: <20011208040943.GK642@blackrider>
2903              
2904              Subject: [PATCH] vms/test.com -- skip tty tests when not interactive
2905              Message-Id: <a05101004b83754903506@[172.16.52.1]>
2906              Date: Fri, 7 Dec 2001 23:28:15 -0600
2907              From: "Craig A. Berry" <craigberry@mac.com>
2908      Branch: perl
2909            ! lib/vmsish.t t/io/pipe.t t/op/exec.t t/test.pl vms/test.com
2910 ____________________________________________________________________________
2911 [ 13534] By: jhi                                   on 2001/12/08  15:16:14
2912         Log: Integrate perlio.
2913      Branch: perl
2914           !> doio.c lib/Exporter/Heavy.pm lib/open.t op.c perlio.c
2915           !> perliol.h pod/perlfunc.pod pod/perltoc.pod pp.c
2916 ____________________________________________________________________________
2917 [ 13533] By: jhi                                   on 2001/12/08  15:13:39
2918         Log: Retract #11156 since Sarathy has found that it breaks code:
2919              http://bugs.ActiveState.com/show_bug.cgi?id=18457
2920              http://bugs.ActiveState.com/show_bug.cgi?id=18858
2921      Branch: perl
2922            ! op.c sv.c t/op/pos.t
2923 ____________________________________________________________________________
2924 [ 13532] By: nick                                  on 2001/12/08  14:11:12
2925         Log: Integrate mainline
2926      Branch: perlio
2927           !> Changes doop.c patchlevel.h pod/perluniintro.pod t/op/chop.t
2928           !> t/op/magic.t t/op/stat.t t/run/switches.t t/test.pl
2929 ____________________________________________________________________________
2930 [ 13531] By: nick                                  on 2001/12/08  13:48:21
2931         Log: Tweak multi-arg open error messages
2932      Branch: perlio
2933            ! perlio.c
2934 ____________________________________________________________________________
2935 [ 13530] By: nick                                  on 2001/12/08  10:20:06
2936         Log: Allow multi-arg open() if opening layer declares this legal.
2937      Branch: perlio
2938            ! doio.c perlio.c perliol.h
2939 ____________________________________________________________________________
2940 [ 13529] By: jhi                                   on 2001/12/07  23:48:58
2941         Log: Subject: [PATCH t/run/switches.t] Declaring mostly TODO
2942              From: Michael G Schwern <schwern@pobox.com>       
2943              Date: Fri, 7 Dec 2001 19:41:31 -0500
2944              Message-ID: <20011208004131.GC642@blackrider>
2945      Branch: perl
2946            ! t/run/switches.t t/test.pl
2947 ____________________________________________________________________________
2948 [ 13528] By: jhi                                   on 2001/12/07  23:47:26
2949         Log: Subject: [PATCH t/op/stat.t] Declaring -t STDIN w/pipe TODO
2950              From: Michael G Schwern <schwern@pobox.com>       
2951              Date: Fri, 7 Dec 2001 19:12:44 -0500
2952              Message-ID: <20011208001244.GB642@blackrider>
2953      Branch: perl
2954            ! t/op/stat.t
2955 ____________________________________________________________________________
2956 [ 13527] By: jhi                                   on 2001/12/07  22:31:22
2957         Log: Subject: [PATCH t/op/magic.t] Puut... The TODO... Beck!
2958              From: Michael G Schwern <schwern@pobox.com>
2959              Date: Fri, 7 Dec 2001 17:28:57 -0500
2960              Message-ID: <20011207222857.GI23210@blackrider>
2961      Branch: perl
2962            ! t/op/magic.t
2963 ____________________________________________________________________________
2964 [ 13526] By: jhi                                   on 2001/12/07  22:27:46
2965         Log: which_perl: if File::Spec fails, assume "./" and hope for the best.
2966      Branch: perl
2967            ! t/test.pl
2968 ____________________________________________________________________________
2969 [ 13525] By: jhi                                   on 2001/12/07  22:21:25
2970         Log: which_perl: delay as much a possible till runtime.
2971      Branch: perl
2972            ! t/test.pl
2973 ____________________________________________________________________________
2974 [ 13524] By: jhi                                   on 2001/12/07  21:58:15
2975         Log: Further tweakage to which_perl().
2976      Branch: perl
2977            ! t/test.pl
2978 ____________________________________________________________________________
2979 [ 13523] By: jhi                                   on 2001/12/07  21:57:30
2980         Log: perluniintro tweaks.
2981      Branch: perl
2982            ! pod/perluniintro.pod
2983 ____________________________________________________________________________
2984 [ 13522] By: jhi                                   on 2001/12/07  21:01:02
2985         Log: Tweak the $Perl computation.
2986      Branch: perl
2987            ! t/test.pl
2988 ____________________________________________________________________________
2989 [ 13521] By: jhi                                   on 2001/12/07  17:27:02
2990         Log: Subject: Re: [PATCH] chom?p needs to remove read only fakery
2991              From: Nicholas Clark <nick@ccl4.org>
2992              Date: Fri, 7 Dec 2001 17:06:56 +0000
2993              Message-ID: <20011207170656.G21702@plum.flirble.org>
2994      Branch: perl
2995            ! doop.c t/op/chop.t
2996 ____________________________________________________________________________
2997 [ 13520] By: jhi                                   on 2001/12/07  15:55:34
2998         Log: Update Changes.
2999      Branch: perl
3000            ! Changes patchlevel.h
3001 ____________________________________________________________________________
3002 [ 13519] By: jhi                                   on 2001/12/07  15:32:58
3003         Log: Missing ).
3004      Branch: perl
3005            ! t/test.pl
3006 ____________________________________________________________________________
3007 [ 13518] By: jhi                                   on 2001/12/07  15:24:32
3008         Log: Allow several arguments to display().
3009      Branch: perl
3010            ! t/test.pl
3011 ____________________________________________________________________________
3012 [ 13517] By: jhi                                   on 2001/12/07  15:19:20
3013         Log: /dev/stdout could be either a character special file
3014              or a named pipe, so let's pretend it doesn't exist.
3015      Branch: perl
3016            ! t/op/stat.t
3017 ____________________________________________________________________________
3018 [ 13516] By: nick                                  on 2001/12/07  15:09:23
3019         Log: Integrate again - can I catch up ?
3020      Branch: perlio
3021           !> t/test.pl
3022 ____________________________________________________________________________
3023 [ 13515] By: nick                                  on 2001/12/07  15:08:17
3024         Log: Integrate mainline some more
3025      Branch: perlio
3026           !> README.hpux hints/linux.sh pod/perlfunc.pod
3027 ____________________________________________________________________________
3028 [ 13514] By: nick                                  on 2001/12/07  15:07:15
3029         Log: Integrate mainline
3030      Branch: perlio
3031           +> djgpp/djgpp.h ext/Devel/PPPort/Changes
3032           +> ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
3033           +> ext/Devel/PPPort/module3.c ext/Devel/PPPort/t/test.t
3034           +> hints/super-ux.sh lib/File/Spec/t/Functions.t
3035           +> lib/File/Spec/t/Spec.t lib/File/Spec/t/rel2abs2rel.t
3036           +> lib/Math/BigInt/t/bare_mbi.t pod/perl561delta.pod
3037           +> t/lib/Math/BigInt/BareCalc.pm
3038            - ext/Devel/PPPort/harness/Harness.pm
3039            - ext/Devel/PPPort/harness/Harness.xs
3040            - ext/Devel/PPPort/harness/Makefile.PL
3041            - ext/Devel/PPPort/harness/module2.c
3042            - ext/Devel/PPPort/harness/module3.c
3043            - ext/Devel/PPPort/harness/t/test.t lib/File/Spec.t
3044            - lib/File/Spec/Functions.t
3045           !> (integrate 103 files)
3046 ____________________________________________________________________________
3047 [ 13513] By: jhi                                   on 2001/12/07  14:58:06
3048         Log: Add display() for displaying icky scalars.
3049      Branch: perl
3050            ! t/test.pl
3051 ____________________________________________________________________________
3052 [ 13511] By: jhi                                   on 2001/12/07  14:40:58
3053         Log: Subject: [ID 20011207.001] documentation bug for waitpid
3054              From: Jan-Pieter Cornet <john@pc.xs4all.nl>
3055              Date: Fri, 7 Dec 2001 12:44:56 +0100
3056              Message-Id: <200112071144.MAA12790@pc.xs4all.nl>
3057      Branch: perl
3058            ! pod/perlfunc.pod
3059 ____________________________________________________________________________
3060 [ 13510] By: jhi                                   on 2001/12/07  14:38:39
3061         Log: gcc version matching didn't.
3062      Branch: perl
3063            ! hints/linux.sh
3064 ____________________________________________________________________________
3065 [ 13509] By: jhi                                   on 2001/12/07  14:21:33
3066         Log: Subject: HP renamed their servers              
3067              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3068              Date: Fri, 07 Dec 2001 12:07:22 +0100
3069              Message-Id: <20011207120501.E16F.H.M.BRAND@hccnet.nl>
3070      Branch: perl
3071            ! README.hpux
3072 ____________________________________________________________________________
3073 [ 13508] By: jhi                                   on 2001/12/07  14:01:41
3074         Log: Subject: Re: [patch pod/perlport.pod] wrong escape
3075              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
3076              Date: Fri, 7 Dec 2001 00:24:55 -0500
3077              Message-ID: <20011207002455.D529632@linguist.thayer.dartmouth.edu>
3078      Branch: perl
3079            ! pod/perlport.pod
3080 ____________________________________________________________________________
3081 [ 13507] By: jhi                                   on 2001/12/07  03:07:03
3082         Log: Subject: [PATCH t/op/exec.t t/base/lex.t] Test For Echo, take 2
3083              From: Michael G Schwern <schwern@pobox.com> 
3084              Date: Thu, 6 Dec 2001 22:56:34 -0500
3085              Message-ID: <20011207035634.GO22648@blackrider>
3086      Branch: perl
3087            ! t/base/lex.t t/op/exec.t
3088 ____________________________________________________________________________
3089 [ 13506] By: jhi                                   on 2001/12/07  03:05:38
3090         Log: Subject: [PATCH t/test.pl ...] which_perl for safer $^Xing
3091              From: Michael G Schwern <schwern@pobox.com>
3092              Date: Thu, 6 Dec 2001 22:45:44 -0500
3093              Message-ID: <20011207034544.GN22648@blackrider>
3094              
3095              (plus op/ref tweak)
3096      Branch: perl
3097            ! t/comp/script.t t/io/open.t t/op/ref.t t/op/stat.t
3098            ! t/run/kill_perl.t t/test.pl
3099 ____________________________________________________________________________
3100 [ 13505] By: jhi                                   on 2001/12/07  01:30:25
3101         Log: Upgrade to Math::BigInt 1.48.
3102      Branch: perl
3103            + lib/Math/BigInt/t/bare_mbi.t t/lib/Math/BigInt/BareCalc.pm
3104            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
3105            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
3106            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
3107            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
3108            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
3109            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
3110 ____________________________________________________________________________
3111 [ 13504] By: jhi                                   on 2001/12/07  00:56:58
3112         Log: Mention also perl56delta in case somone is upgrading from
3113              Perl 5.005_03.
3114      Branch: perl
3115            ! pod/perldelta.pod
3116 ____________________________________________________________________________
3117 [ 13503] By: jhi                                   on 2001/12/07  00:46:55
3118         Log: Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
3119              From: Michael G Schwern <schwern@pobox.com>
3120              Date: Thu, 6 Dec 2001 15:15:28 -0500
3121              Message-ID: <20011206201528.GF16414@blackrider>
3122              
3123              (just the term.t, not the lex.t)
3124              
3125              Subject: [PATCH t/comp/script.t] Elimininating needless logic, runs from t/ now
3126              From: Michael G Schwern <schwern@pobox.com>
3127              Date: Thu, 6 Dec 2001 15:22:22 -0500
3128              Message-ID: <20011206202222.GG16414@blackrider>
3129              
3130              Subject: [PATCH t/run/kill_perl.t] Eliminationg needless $^X logic
3131              From: Michael G Schwern <schwern@pobox.com>
3132              Date: Thu, 6 Dec 2001 15:31:58 -0500
3133              Message-ID: <20011206203158.GI16414@blackrider>
3134              
3135              Subject: [PATCH t/io/open.t t/test.pl] Cleanup and echo purge
3136              From: Michael G Schwern <schwern@pobox.com>
3137              Date: Thu, 6 Dec 2001 17:38:55 -0500
3138              Message-ID: <20011206223855.GC22648@blackrider>
3139      Branch: perl
3140            ! t/base/term.t t/comp/script.t t/io/open.t t/run/kill_perl.t
3141            ! t/test.pl
3142 ____________________________________________________________________________
3143 [ 13502] By: jhi                                   on 2001/12/06  22:15:49
3144         Log: Update the thr5005 situation.
3145      Branch: perl
3146            ! pod/perldelta.pod
3147 ____________________________________________________________________________
3148 [ 13501] By: jhi                                   on 2001/12/06  22:06:28
3149         Log: perldelta borrowings from perl561delta.
3150      Branch: perl
3151            ! pod/perldelta.pod
3152 ____________________________________________________________________________
3153 [ 13500] By: jhi                                   on 2001/12/06  21:21:59
3154         Log: Add the 5.6.1 perldelta as perl561delta.
3155              (Makes it easier to steal stuff for perldelta :-)
3156      Branch: perl
3157            + pod/perl561delta.pod
3158            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
3159 ____________________________________________________________________________
3160 [ 13499] By: jhi                                   on 2001/12/06  20:46:04
3161         Log: Retract #13496 for now.
3162      Branch: perl
3163            ! t/base/lex.t t/base/term.t
3164 ____________________________________________________________________________
3165 [ 13498] By: jhi                                   on 2001/12/06  20:16:04
3166         Log: Subject: [PATCH per@13492] (was Re: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix)
3167              From: "Craig A. Berry" <craigberry@mac.com>
3168              Date: Thu, 6 Dec 2001 14:54:36 -0600
3169              Message-Id: <a05101000b8358a58eb28@[172.16.52.1]>
3170      Branch: perl
3171            ! vms/ext/filespec.t
3172 ____________________________________________________________________________
3173 [ 13496] By: jhi                                   on 2001/12/06  19:47:53
3174         Log: (retracted by #13499)
3175              
3176              Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
3177              From: Michael G Schwern <schwern@pobox.com>
3178              Date: Thu, 6 Dec 2001 15:15:28 -0500
3179              Message-ID: <20011206201528.GF16414@blackrider>
3180      Branch: perl
3181            ! t/base/lex.t t/base/term.t
3182 ____________________________________________________________________________
3183 [ 13495] By: jhi                                   on 2001/12/06  17:56:15
3184         Log: Subject: [PATCH t/op/stat.t] VMS has no link count
3185              From: Michael G Schwern <schwern@pobox.com>
3186              Date: Thu, 6 Dec 2001 13:54:48 -0500
3187              Message-ID: <20011206185448.GC16414@blackrider>
3188      Branch: perl
3189            ! t/op/stat.t
3190 ____________________________________________________________________________
3191 [ 13494] By: jhi                                   on 2001/12/06  17:54:14
3192         Log: The #4 has nothing to do with Unicode.
3193      Branch: perl
3194            ! t/op/tr.t
3195 ____________________________________________________________________________
3196 [ 13493] By: jhi                                   on 2001/12/06  17:52:43
3197         Log: Subject: [PATCH t/op/tr.t] Cleanup and more counting tests
3198              From: Michael G Schwern <schwern@pobox.com>
3199              Date: Thu, 6 Dec 2001 13:45:48 -0500
3200              Message-ID: <20011206184548.GB16414@blackrider>
3201      Branch: perl
3202            ! t/op/tr.t
3203 ____________________________________________________________________________
3204 [ 13492] By: jhi                                   on 2001/12/06  15:47:08
3205         Log: Update Changes.
3206      Branch: perl
3207            ! Changes patchlevel.h
3208 ____________________________________________________________________________
3209 [ 13491] By: jhi                                   on 2001/12/06  15:43:22
3210         Log: Subject: [PATCH Perl@13462, on top of prev. multiplicity patch] MY_RAND workaround update
3211              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
3212              Date: Thu, 6 Dec 2001 11:41:25 EST
3213              Message-Id: <011206114105.67cab@DUPHY4.Physics.Drexel.Edu>
3214      Branch: perl
3215            ! vms/vms.c vms/vmsish.h
3216 ____________________________________________________________________________
3217 [ 13490] By: jhi                                   on 2001/12/06  15:08:40
3218         Log: Subject: [PATCH] Re: weirdness in regexps
3219              From: Robin Houston <robin@kitsite.com> 
3220              Date: Thu, 6 Dec 2001 14:44:01 +0000
3221              Message-ID: <20011206144401.A27752@puffinry.freeserve.co.uk>
3222      Branch: perl
3223            ! op.c t/lib/strict/subs
3224 ____________________________________________________________________________
3225 [ 13489] By: jhi                                   on 2001/12/06  15:07:18
3226         Log: Make the -b -c -S tests count all of the /dev, not just
3227              check the first one, as suggested by Benjamin Goldberg.
3228      Branch: perl
3229            ! t/op/stat.t
3230 ____________________________________________________________________________
3231 [ 13488] By: jhi                                   on 2001/12/06  14:41:02
3232         Log: Subject: Re: [PATCH: bleadperl] casefold backref
3233              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
3234              Date: Thu, 6 Dec 2001 10:39:45 -0500 (EST) 
3235              Message-ID: <Pine.GSO.4.21.0112061038490.14590-100000@crusoe.crusoe.net>
3236      Branch: perl
3237            ! regexec.c
3238 ____________________________________________________________________________
3239 [ 13487] By: jhi                                   on 2001/12/06  14:30:45
3240         Log: Nits noticed by Philip Newton, and de-tab DB.t.
3241      Branch: perl
3242            ! lib/DB.t
3243 ____________________________________________________________________________
3244 [ 13486] By: jhi                                   on 2001/12/06  14:23:06
3245         Log: Subject: [PATCH] Re: counting tr thinks it's modifying 
3246              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
3247              Date: 6 Dec 2001 11:06:01 -0000
3248              Message-Id: <slrna0ukap.kbt.rgarciasuarez@rafael.kazibao.net>
3249      Branch: perl
3250            ! op.c t/op/tr.t
3251 ____________________________________________________________________________
3252 [ 13485] By: jhi                                   on 2001/12/06  14:07:54
3253         Log: Subject: [PATCH: bleadperl] casefold backref
3254              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
3255              Date: Wed, 05 Dec 2001 17:27:05 +0000
3256              Message-Id: <200112051727.fB5HR5422706@crypt.compulink.co.uk> 
3257      Branch: perl
3258            ! regexec.c t/op/re_tests
3259 ____________________________________________________________________________
3260 [ 13484] By: jhi                                   on 2001/12/06  03:04:18
3261         Log: Subject: [PATCH Perl@13440] MULTIPLICITY fixups               
3262              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
3263              Date: Wed, 5 Dec 2001 22:34:53 EST
3264              Message-Id: <011205223453.8122e@DUPHY4.Physics.Drexel.Edu>
3265      Branch: perl
3266            ! mg.c vms/vms.c vms/vmsish.h
3267 ____________________________________________________________________________
3268 [ 13483] By: jhi                                   on 2001/12/06  02:59:40
3269         Log: Subject: [PATCH lib/File/Spec* MANIFEST] Better abs2rel/rel2abs/canonpath tests
3270              From: Michael G Schwern <schwern@pobox.com>
3271              Date: Wed, 5 Dec 2001 19:52:58 -0500
3272              Message-ID: <20011205195257.A903@blackrider>
3273      Branch: perl
3274            + lib/File/Spec/t/Functions.t lib/File/Spec/t/Spec.t
3275            + lib/File/Spec/t/rel2abs2rel.t
3276            - lib/File/Spec.t lib/File/Spec/Functions.t
3277            ! MANIFEST
3278 ____________________________________________________________________________
3279 [ 13482] By: jhi                                   on 2001/12/06  02:48:27
3280         Log: Subject: Re: Silly stat() portability questions                
3281              From: Benjamin Goldberg <goldbb2@earthlink.net>
3282              Date: Wed, 05 Dec 2001 22:52:35 -0500
3283              Message-ID: <3C0EEB83.8CE93CA2@earthlink.net>
3284      Branch: perl
3285            ! pod/perlport.pod
3286 ____________________________________________________________________________
3287 [ 13481] By: jhi                                   on 2001/12/06  02:39:43
3288         Log: Subject: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix
3289              From: "Craig A. Berry" <craigberry@mac.com>
3290              Date: Wed, 05 Dec 2001 16:41:59 -0600
3291              Message-Id: <5.1.0.14.2.20011205160043.02160e90@exchi01>
3292      Branch: perl
3293            ! README.vms configure.com lib/File/Spec/VMS.pm
3294            ! vms/ext/filespec.t
3295 ____________________________________________________________________________
3296 [ 13480] By: jhi                                   on 2001/12/05  19:53:05
3297         Log: $apply->('club', $glibc_maintainers);
3298              
3299              (Nick Clark just reported that <langinfo.h> YESSTR
3300              is an empty string in Linux 2.4.16-rmk glibc 2.2.4-5)
3301      Branch: perl
3302            ! ext/I18N/Langinfo/Langinfo.t
3303 ____________________________________________________________________________
3304 [ 13479] By: jhi                                   on 2001/12/05  19:49:16
3305         Log: Admonish against assuming A^HUNIX fs/uid/gid semantics.
3306      Branch: perl
3307            ! pod/perlport.pod
3308 ____________________________________________________________________________
3309 [ 13478] By: gsar                                  on 2001/12/05  18:22:38
3310         Log: tweak change#13474 (pad entries can apparently be null in some
3311              situations)
3312      Branch: maint-5.6/perl
3313            ! op.c
3314 ____________________________________________________________________________
3315 [ 13477] By: jhi                                   on 2001/12/05  17:53:13
3316         Log: Restore the /dev -b -c -S part of the test.
3317      Branch: perl
3318            ! t/op/stat.t
3319 ____________________________________________________________________________
3320 [ 13476] By: jhi                                   on 2001/12/05  17:29:36
3321         Log: Retract #13475 until Arthur gets back to the mine.
3322      Branch: perl
3323            ! op.c t/run/kill_perl.t
3324 ____________________________________________________________________________
3325 [ 13475] By: jhi                                   on 2001/12/05  17:07:00
3326         Log: (retracted by #13476)
3327              
3328              Manually apply #13474; fixes stale reference to dead
3329              CvOUTSIDE(); this can happen when anonymous subroutines
3330              that aren't closures are returned from an eval""
3331              
3332              (threads/shared/sv_refs.t is coredump-unhappy about this change)
3333      Branch: perl
3334            ! op.c t/run/kill_perl.t
3335 ____________________________________________________________________________
3336 [ 13474] By: gsar                                  on 2001/12/05  15:14:24
3337         Log: replacement for change#10451
3338              
3339              fixes stale reference to dead CvOUTSIDE(); this can happen when
3340              anonymous subroutines that aren't closures are returned from an
3341              eval""
3342      Branch: maint-5.6/perl
3343            ! op.c t/op/misc.t
3344 ____________________________________________________________________________
3345 [ 13473] By: gsar                                  on 2001/12/05  15:08:18
3346         Log: revert change#10451,10472; it was a naive fix that simply
3347              reintroduced the memory leak!
3348      Branch: maint-5.6/perl
3349            ! op.c t/op/misc.t
3350 ____________________________________________________________________________
3351 [ 13472] By: jhi                                   on 2001/12/05  13:30:47
3352         Log: Subject: Re: [PATCH] File::Basename pod and .t (was: perlpacktut.pod v0.0 (split))
3353              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
3354              Date: Wed, 05 Dec 2001 10:49:20 +0100
3355              Message-ID: <3C0DEDA0.C58A8A9E@alcatel.at>
3356      Branch: perl
3357            ! lib/File/Basename.pm lib/File/Basename.t
3358 ____________________________________________________________________________
3359 [ 13471] By: jhi                                   on 2001/12/05  13:22:50
3360         Log: Subject: [PATCH t/op/magic.t] Removing a TODO
3361              From: Michael G Schwern <schwern@pobox.com> 
3362              Date: Wed, 5 Dec 2001 02:47:59 -0500
3363              Message-ID: <20011205024759.H14333@blackrider>
3364      Branch: perl
3365            ! t/op/magic.t
3366 ____________________________________________________________________________
3367 [ 13470] By: jhi                                   on 2001/12/05  13:21:09
3368         Log: Subject: [PATCH t/op/stat.t vms/test.com] stat.t portability, the LAST VMS exception!
3369              From: Michael G Schwern <schwern@pobox.com>              
3370              Date: Wed, 5 Dec 2001 02:22:05 -0500
3371              Message-ID: <20011205022205.F14333@blackrider>
3372      Branch: perl
3373            ! t/op/stat.t vms/test.com
3374 ____________________________________________________________________________
3375 [ 13469] By: jhi                                   on 2001/12/05  03:44:59
3376         Log: Subject: Re: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
3377              From: Michael G Schwern <schwern@pobox.com> 
3378              Date: Tue, 4 Dec 2001 23:40:10 -0500
3379              Message-ID: <20011204234010.B14333@blackrider>
3380      Branch: perl
3381            ! t/op/stat.t
3382 ____________________________________________________________________________
3383 [ 13468] By: jhi                                   on 2001/12/05  01:37:04
3384         Log: Subject: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
3385              From: Michael G Schwern <schwern@pobox.com> 
3386              Date: Tue, 4 Dec 2001 21:09:18 -0500           
3387              Message-ID: <20011204210918.D13279@blackrider>
3388              
3389              t/test.
3390      Branch: perl
3391            ! t/test.pl
3392 ____________________________________________________________________________
3393 [ 13467] By: jhi                                   on 2001/12/05  01:36:44
3394         Log: (accidentally empty check-in)
3395      Branch: perl
3396            ! t/op/stat.t
3397 ____________________________________________________________________________
3398 [ 13466] By: jhi                                   on 2001/12/04  22:51:19
3399         Log: Subject: [PATCH] $., $%, $=, and $- are IV's now
3400              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3401              Date: Tue, 04 Dec 2001 23:40:27 +0100
3402              Message-Id: <20011204233412.304B.H.M.BRAND@hccnet.nl>
3403      Branch: perl
3404            ! mg.c
3405 ____________________________________________________________________________
3406 [ 13465] By: jhi                                   on 2001/12/04  22:50:26
3407         Log: Subject: [PATCH] minor pod fix in Safe.pm
3408              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3409              Date: Tue, 4 Dec 2001 22:02:34 +0100
3410              Message-ID: <20011204220234.A17293@rafael>
3411      Branch: perl
3412            ! ext/Opcode/Safe.pm
3413 ____________________________________________________________________________
3414 [ 13464] By: jhi                                   on 2001/12/04  22:47:43
3415         Log: CRLF GRRR.
3416      Branch: perl
3417            ! djgpp/configure.bat
3418 ____________________________________________________________________________
3419 [ 13463] By: jhi                                   on 2001/12/04  22:46:28
3420         Log: DJGPP fixes from Laszlo Molnar.
3421      Branch: perl
3422            ! djgpp/configure.bat djgpp/djgpp.h
3423 ____________________________________________________________________________
3424 [ 13462] By: jhi                                   on 2001/12/04  14:56:22
3425         Log: Update Changes.
3426      Branch: perl
3427            ! Changes patchlevel.h
3428 ____________________________________________________________________________
3429 [ 13461] By: jhi                                   on 2001/12/04  14:49:45
3430         Log: Must wipe out the memory of real Socket before starting
3431              to use the new fake one.
3432      Branch: perl
3433            ! lib/Net/t/config.t
3434 ____________________________________________________________________________
3435 [ 13460] By: jhi                                   on 2001/12/04  14:40:28
3436         Log: LC_ALL might trump LANG.
3437      Branch: perl
3438            ! lib/open.t
3439 ____________________________________________________________________________
3440 [ 13459] By: jhi                                   on 2001/12/04  14:39:38
3441         Log: Make the eval runtime.
3442      Branch: perl
3443            ! lib/open.pm
3444 ____________________________________________________________________________
3445 [ 13458] By: jhi                                   on 2001/12/04  14:08:17
3446         Log: Make the Langinfo test both more lenient (allow
3447              for any symbol not to exists) and stricter (add
3448              more symbols).
3449      Branch: perl
3450            ! ext/I18N/Langinfo/Langinfo.t
3451 ____________________________________________________________________________
3452 [ 13457] By: gsar                                  on 2001/12/04  14:07:01
3453         Log: integrate change#13453 from maint-5.6
3454              
3455              tweak change#11399 to use an explicit flag rather than
3456              ass_u_ming w32_pseudo_id will only be zero for the real
3457              toplevel interpreter; avoids multiple hosts from diddling
3458              the environment at the same time
3459      Branch: perl
3460           !> win32/perlhost.h
3461 ____________________________________________________________________________
3462 [ 13456] By: jhi                                   on 2001/12/04  13:35:58
3463         Log: Subject: [PATCH] VMS update for perldelta.pod
3464              From: "Craig A. Berry" <craigberry@mac.com> 
3465              Date: Tue, 4 Dec 2001 00:23:12 -0600
3466              Message-Id: <a05101002b83218be190d@[172.16.52.1]>
3467      Branch: perl
3468            ! pod/perldelta.pod
3469 ____________________________________________________________________________
3470 [ 13455] By: jhi                                   on 2001/12/04  13:23:19
3471         Log: NetWare tweak from Ananth Kesari.
3472      Branch: perl
3473            ! NetWare/Makefile
3474 ____________________________________________________________________________
3475 [ 13454] By: jhi                                   on 2001/12/04  13:17:38
3476         Log: Upgrade to Net::Ping 2.07, from Rob Brown.
3477              Not adding the test suite because of its many assumptions.
3478      Branch: perl
3479            ! lib/Net/Ping.pm
3480 ____________________________________________________________________________
3481 [ 13453] By: gsar                                  on 2001/12/04  07:54:58
3482         Log: tweak change#11399 to use an explicit flag rather than
3483              ass_u_ming w32_pseudo_id will only be zero for the real
3484              toplevel interpreter; avoids multiple hosts from diddling
3485              the environment at the same time
3486      Branch: maint-5.6/perl
3487            ! win32/perlhost.h
3488 ____________________________________________________________________________
3489 [ 13452] By: jhi                                   on 2001/12/04  04:28:29
3490         Log: Add hints file for SUPER-UX: the UNIX of NEC SX series,
3491              from Len Makin.
3492      Branch: perl
3493            + hints/super-ux.sh
3494            ! MANIFEST
3495 ____________________________________________________________________________
3496 [ 13451] By: jhi                                   on 2001/12/04  01:58:03
3497         Log: Add Mac OS X known failures to perldelta.
3498      Branch: perl
3499            ! pod/perldelta.pod
3500 ____________________________________________________________________________
3501 [ 13450] By: jhi                                   on 2001/12/04  01:26:38
3502         Log: I think it's time to call the utf8 code non-test.
3503      Branch: perl
3504            ! utf8.c
3505 ____________________________________________________________________________
3506 [ 13449] By: jhi                                   on 2001/12/04  00:59:27
3507         Log: Retract #13303, need rethink.
3508      Branch: perl
3509            ! utf8.c
3510 ____________________________________________________________________________
3511 [ 13448] By: jhi                                   on 2001/12/03  22:40:22
3512         Log: Subject: [PATCH perl@13440] VMS install fix-ups: add libnetcfg and xsubpp as utility commands
3513              From: "Craig A. Berry" <craigberry@mac.com>
3514              Date: Mon, 03 Dec 2001 16:28:06 -0600
3515              Message-Id: <5.1.0.14.2.20011202223303.01c3ab98@exchi01>
3516      Branch: perl
3517            ! configure.com lib/File/Basename.pm vms/descrip_mms.template
3518 ____________________________________________________________________________
3519 [ 13447] By: jhi                                   on 2001/12/03  22:37:12
3520         Log: Subject: [PATCH] Solaris/longdouble needs /opt/SUNWspro/lib
3521              From: Andy Dougherty <doughera@lafayette.edu>
3522              Date: Mon, 3 Dec 2001 15:48:26 -0500 (EST)
3523              Message-ID: <Pine.SOL.4.10.10112031543520.5207-100000@maxwell.phys.lafayette.edu>
3524      Branch: perl
3525            ! hints/solaris_2.sh
3526 ____________________________________________________________________________
3527 [ 13446] By: jhi                                   on 2001/12/03  22:29:58
3528         Log: This test is not very robust on 8.3-constrained systems:
3529              all the "with truncated name" lines between "Autosplitting ..."
3530              and "some names are not unique" lines are unexpected,
3531              and the truncation message becomes:
3532              testtest.al, testtest.al truncate to testtest 
3533      Branch: perl
3534            ! lib/AutoSplit.t
3535 ____________________________________________________________________________
3536 [ 13445] By: jhi                                   on 2001/12/03  22:13:07
3537         Log: DOS/DJGPP has nl_langinfo() but nothing much in it.
3538      Branch: perl
3539            ! ext/I18N/Langinfo/Langinfo.t
3540 ____________________________________________________________________________
3541 [ 13444] By: jhi                                   on 2001/12/03  22:02:52
3542         Log: Test::Morify UCD.t
3543      Branch: perl
3544            ! lib/Unicode/UCD.t
3545 ____________________________________________________________________________
3546 [ 13443] By: jhi                                   on 2001/12/03  21:50:13
3547         Log: If Socket has not been built (e.g. DJGPP) the libnet
3548              tests fall over with (too) much noise.
3549      Branch: perl
3550            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
3551            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
3552            ! lib/Net/t/smtp.t lib/Net/t/time.t
3553 ____________________________________________________________________________
3554 [ 13442] By: jhi                                   on 2001/12/03  17:22:08
3555         Log: Subject: [PATCH] shared hash keys and ++/--
3556              From: Nicholas Clark <nick@ccl4.org>
3557              Date: Mon, 3 Dec 2001 16:37:16 +0000
3558              Message-ID: <20011203163716.C21702@plum.flirble.org>
3559      Branch: perl
3560            ! pp.c pp_hot.c sv.c t/op/inc.t
3561 ____________________________________________________________________________
3562 [ 13441] By: jhi                                   on 2001/12/03  17:15:52
3563         Log: Subject: [PATCH lib/Term/Cap.pm] was Re: [PATCH] Shared hash keys
3564              From: Jonathan Stowe <jns@gellyfish.com>
3565              Date: Mon, 3 Dec 2001 15:48:38 +0000 (GMT)
3566              Message-ID: <Pine.LNX.4.33.0112031543290.386-100000@orpheus.gellyfish.com>
3567      Branch: perl
3568            ! lib/Term/Cap.pm
3569 ____________________________________________________________________________
3570 [ 13440] By: jhi                                   on 2001/12/03  14:26:58
3571         Log: Update Changes.
3572      Branch: perl
3573            ! Changes patchlevel.h
3574 ____________________________________________________________________________
3575 [ 13439] By: jhi                                   on 2001/12/03  14:22:05
3576         Log: perldelta tweaks.
3577      Branch: perl
3578            ! pod/perldelta.pod
3579 ____________________________________________________________________________
3580 [ 13438] By: jhi                                   on 2001/12/03  14:12:08
3581         Log: Subject: [PATCH] perlnewmod.pod: Fixed URL for Ken William's Tutorial
3582              From: Sam Tregar <sam@tregar.com> 
3583              Date: Mon, 3 Dec 2001 00:04:07 -0500 (EST)
3584              Message-ID: <Pine.LNX.4.33.0112030002210.24619-100000@localhost.localdomain>
3585      Branch: perl
3586            ! pod/perlnewmod.pod
3587 ____________________________________________________________________________
3588 [ 13437] By: jhi                                   on 2001/12/03  14:08:59
3589         Log: microperl casting nit.
3590      Branch: perl
3591            ! utf8.c
3592 ____________________________________________________________________________
3593 [ 13436] By: jhi                                   on 2001/12/03  14:03:21
3594         Log: Make sharepvn a macro since all it does is a deref.
3595      Branch: perl
3596            ! embed.h embed.pl global.sym hv.c hv.h proto.h
3597 ____________________________________________________________________________
3598 [ 13435] By: jhi                                   on 2001/12/03  13:38:14
3599         Log: perldelta updates.
3600      Branch: perl
3601            ! pod/perldelta.pod
3602 ____________________________________________________________________________
3603 [ 13434] By: jhi                                   on 2001/12/03  13:13:02
3604         Log: PPPort update from Paul Marquess.
3605      Branch: perl
3606            + ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.xs
3607            + ext/Devel/PPPort/module2.c ext/Devel/PPPort/module3.c
3608            + ext/Devel/PPPort/t/test.t
3609            - ext/Devel/PPPort/harness/Harness.pm
3610            - ext/Devel/PPPort/harness/Harness.xs
3611            - ext/Devel/PPPort/harness/Makefile.PL
3612            - ext/Devel/PPPort/harness/module2.c
3613            - ext/Devel/PPPort/harness/module3.c
3614            - ext/Devel/PPPort/harness/t/test.t
3615            ! MANIFEST ext/Devel/PPPort/MANIFEST
3616            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
3617            ! ext/Devel/PPPort/README ext/Devel/PPPort/TODO
3618            ! ext/Devel/PPPort/soak
3619 ____________________________________________________________________________
3620 [ 13433] By: jhi                                   on 2001/12/03  12:57:23
3621         Log: No use talking about dynamic library search patch
3622              unless we are having a dynamic build.
3623      Branch: perl
3624            ! t/TEST
3625 ____________________________________________________________________________
3626 [ 13432] By: jhi                                   on 2001/12/02  22:35:04
3627         Log: Be more explicit on the List::Util build trick,
3628              should also stop unneeded rebuilds on static builds.
3629      Branch: perl
3630            ! ext/List/Util/Makefile.PL
3631 ____________________________________________________________________________
3632 [ 13431] By: jhi                                   on 2001/12/02  22:18:45
3633         Log: We need to replace the optimize (-O1) with
3634              the -h scalar0 -h vector0, not append them
3635              to the ccflags.
3636      Branch: perl
3637            ! hints/unicos.sh hints/unicosmk.sh
3638 ____________________________________________________________________________
3639 [ 13430] By: jhi                                   on 2001/12/02  20:01:24
3640         Log: Subject: [PATCH] Shared hash keys 
3641              From: Nicholas Clark <nick@ccl4.org>
3642              Date: Sun, 2 Dec 2001 20:52:32 +0000
3643              Message-ID: <20011202205232.U21702@plum.flirble.org>
3644      Branch: perl
3645            ! doop.c t/op/tr.t
3646 ____________________________________________________________________________
3647 [ 13429] By: jhi                                   on 2001/12/02  19:19:54
3648         Log: Better add new files to MANIFEST, too.
3649      Branch: perl
3650            ! MANIFEST
3651 ____________________________________________________________________________
3652 [ 13428] By: jhi                                   on 2001/12/02  18:38:18
3653         Log: Subject: {PATCH] perlpacktut.pod
3654              From: "Wolfgang Laun" <wolfgang.laun@chello.at> 
3655              Date: Sun, 02 Dec 2001 19:55:06 +0100
3656              Message-ID: <200112021955060600.009C0EF9@smtp.chello.at>
3657      Branch: perl
3658            ! pod/perlpacktut.pod
3659 ____________________________________________________________________________
3660 [ 13427] By: jhi                                   on 2001/12/02  17:07:57
3661         Log: Various small nits found by DJGPP build.
3662      Branch: perl
3663            ! doio.c mg.c pp.c util.c
3664 ____________________________________________________________________________
3665 [ 13426] By: jhi                                   on 2001/12/02  16:55:21
3666         Log: Subject: RE: More verbose POD for Carp
3667              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
3668              Date: Sun, 2 Dec 2001 11:32:51 -0500
3669              Message-ID: <3C0A9748@operamail.com>
3670      Branch: perl
3671            ! lib/Carp.pm
3672 ____________________________________________________________________________
3673 [ 13425] By: jhi                                   on 2001/12/02  16:54:06
3674         Log: Add a header for DJGPP with the function prototypes.
3675      Branch: perl
3676            + djgpp/djgpp.h
3677            ! MANIFEST djgpp/djgpp.c
3678 ____________________________________________________________________________
3679 [ 13424] By: jhi                                   on 2001/12/02  01:17:43
3680         Log: Subject: [PATCH] chdir() with an empty tainted argument on Win32
3681              From: Abe Timmerman <abe@ztreet.demon.nl>
3682              Date: Sun, 02 Dec 2001 02:41:25 +0100
3683              Message-ID: <j8vi0uorud2fa9vp0q2dpmn7tpr5hqec1d@4ax.com>
3684      Branch: perl
3685            ! pp_sys.c
3686 ____________________________________________________________________________
3687 [ 13423] By: jhi                                   on 2001/12/02  01:05:43
3688         Log: There isn't PTR2INT(), there's PTR2IV().
3689      Branch: perl
3690            ! ext/Time/HiRes/HiRes.xs
3691 ____________________________________________________________________________
3692 [ 13422] By: jhi                                   on 2001/12/02  00:56:05
3693         Log: Subject: [ID 20011201.170] Time::HiRes in devel-perl causes segfaults for xs users
3694              From: Marc Lehmann <root@schmorp.de>
3695              Date: Sun, 02 Dec 2001 02:44:53 +0100
3696              Message-Id: <E16ALgb-0006Yw-00.pgcc-forever-2001-12-02-02-44-53@fuji.laendle>
3697      Branch: perl
3698            ! ext/Time/HiRes/HiRes.xs
3699 ____________________________________________________________________________
3700 [ 13421] By: jhi                                   on 2001/12/02  00:25:35
3701         Log: encode()/decode() examples.
3702      Branch: perl
3703            ! ext/Encode/Encode.pm
3704 ____________________________________________________________________________
3705 [ 13420] By: jhi                                   on 2001/12/02  00:14:38
3706         Log: DJGPP tweaks from Laszlo Molnar.
3707      Branch: perl
3708            ! djgpp/config.over djgpp/djgppsed.sh
3709 ____________________________________________________________________________
3710 [ 13419] By: jhi                                   on 2001/12/01  20:52:19
3711         Log: Update Changes.
3712      Branch: perl
3713            ! Changes patchlevel.h
3714 ____________________________________________________________________________
3715 [ 13418] By: jhi                                   on 2001/12/01  20:40:03
3716         Log: Integrate perlio;
3717              
3718              Skip socket-ness tests on handles (e.g. PerlIO::Scalar)
3719              which do not have file descriptors. Noticed a possibly
3720              worse problem in the process ...
3721      Branch: perl
3722           !> doio.c
3723 ____________________________________________________________________________
3724 [ 13417] By: jhi                                   on 2001/12/01  20:37:40
3725         Log: Non-VMS-fixed and Win32-skipped version of
3726              
3727              Subject: [PATCH t/op/exec.t] Portabilty fix 
3728              From: Michael G Schwern <schwern@pobox.com> 
3729              Date: Fri, 30 Nov 2001 16:09:27 -0500
3730              Message-ID: <20011130160927.A10406@blackrider>
3731      Branch: perl
3732            ! t/op/exec.t
3733 ____________________________________________________________________________
3734 [ 13416] By: jhi                                   on 2001/12/01  20:35:31
3735         Log: Subject: Enabling strict on Carp/Heavy, + internal documentation
3736              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
3737              Date: Sat, 1 Dec 2001 07:01:09 -0500
3738              Message-ID: <3C0D2E39@operamail.com>
3739              
3740              Subject: More verbose POD for Carp
3741              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
3742              Date: Sat, 1 Dec 2001 08:04:16 -0500
3743              Message-ID: <3C285C2B@operamail.com>
3744      Branch: perl
3745            ! lib/Carp.pm lib/Carp/Heavy.pm
3746 ____________________________________________________________________________
3747 [ 13415] By: jhi                                   on 2001/12/01  20:31:06
3748         Log: Subject: [PATCH lib/DB.t] Strictures, dual variables 
3749              From: chromatic <chromatic@rmci.net>
3750              Date: Sat, 01 Dec 2001 12:41:58 -0700
3751              Message-ID: <20011201194946.50449.qmail@onion.perl.org>
3752      Branch: perl
3753            ! lib/DB.t
3754 ____________________________________________________________________________
3755 [ 13414] By: jhi                                   on 2001/12/01  20:30:17
3756         Log: Try to make a missing RADIXCHAR a softer kinder error.
3757      Branch: perl
3758            ! ext/I18N/Langinfo/Langinfo.t
3759 ____________________________________________________________________________
3760 [ 13413] By: jhi                                   on 2001/12/01  20:21:27
3761         Log: Have a little faith on nl_langinfo() itself.
3762      Branch: perl
3763            ! ext/I18N/Langinfo/Langinfo.xs
3764 ____________________________________________________________________________
3765 [ 13412] By: jhi                                   on 2001/12/01  18:47:07
3766         Log: Typo (a missing endparen) and thinko (_MAXSTRMSG is
3767              the max, not max plus one)
3768      Branch: perl
3769            ! ext/I18N/Langinfo/Langinfo.xs
3770 ____________________________________________________________________________
3771 [ 13411] By: jhi                                   on 2001/12/01  18:45:32
3772         Log: Make reality agree with the comment.
3773      Branch: perl
3774            ! ext/I18N/Langinfo/Langinfo.xs
3775 ____________________________________________________________________________
3776 [ 13410] By: jhi                                   on 2001/12/01  18:43:11
3777         Log: Try to protect against wild langinfo() arguments.
3778      Branch: perl
3779            ! ext/I18N/Langinfo/Langinfo.xs
3780 ____________________________________________________________________________
3781 [ 13409] By: nick                                  on 2001/12/01  18:19:59
3782         Log: Skip socket-ness tests on handles (e.g. PerlIO::Scalar) which do not
3783              have file descriptors. Noticed a possibly worse problem in the process ...
3784      Branch: perlio
3785            ! doio.c
3786 ____________________________________________________________________________
3787 [ 13408] By: jhi                                   on 2001/12/01  18:18:34
3788         Log: If we are inside an eval, let's be silent about
3789              separate symbols and just croak() in the end.
3790      Branch: perl
3791            ! lib/Exporter/Heavy.pm
3792 ____________________________________________________________________________
3793 [ 13407] By: nick                                  on 2001/12/01  17:14:05
3794         Log: Integrate mainline
3795      Branch: perlio
3796           !> (integrate 26 files)
3797 ____________________________________________________________________________
3798 [ 13406] By: jhi                                   on 2001/12/01  16:31:02
3799         Log: Subject: Fix for Exporter error reporting behaviour
3800              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
3801              Date: Sat, 1 Dec 2001 06:34:48 -0500
3802              Message-ID: <3C0D1B9A@operamail.com>
3803      Branch: perl
3804            ! lib/Exporter.pm lib/Exporter/Heavy.pm
3805 ____________________________________________________________________________
3806 [ 13405] By: jhi                                   on 2001/12/01  16:29:27
3807         Log: Need to hide behind an eval to avoid a warning
3808              about :utf8 on non-perlio configs.
3809      Branch: perl
3810            ! lib/open.t
3811 ____________________________________________________________________________
3812 [ 13404] By: jhi                                   on 2001/12/01  15:55:51
3813         Log: Subject: [PATCH 20010902.002] parser panics on lvalue methods 
3814              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3815              Date: Fri, 30 Nov 2001 23:46:58 +0100
3816              Message-ID: <20011130234658.A717@rafael>
3817      Branch: perl
3818            ! op.c t/op/method.t
3819 ____________________________________________________________________________
3820 [ 13403] By: jhi                                   on 2001/12/01  15:54:23
3821         Log: Subject: Re: [ID 20011129.163] B::Xref- $top corrupt
3822              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3823              Date: Thu, 29 Nov 2001 22:46:12 +0100
3824              Message-ID: <20011129224612.A699@rafael>
3825      Branch: perl
3826            ! ext/B/B/Xref.pm
3827 ____________________________________________________________________________
3828 [ 13402] By: jhi                                   on 2001/12/01  15:52:13
3829         Log: Subject: Re: [PATCH] [ID 20011130.166] "in memory" file handles via scalas not documented in perldoc -f open 
3830              From: Tels <perl_dummy@bloodgate.com>
3831              Date: Sat, 01 Dec 2001 10:29:11 +0100 (CET)
3832              Message-Id: <200112010931.LAA29309@tiku.hut.fi>
3833      Branch: perl
3834            ! pod/perlfunc.pod
3835 ____________________________________________________________________________
3836 [ 13401] By: jhi                                   on 2001/12/01  15:48:13
3837         Log: Subject: [REPATCH] reference pointer comparison
3838              From: Nicholas Clark <nick@ccl4.org>
3839              Date: Sat, 1 Dec 2001 13:00:17 +0000
3840              Message-ID: <20011201130017.I21702@plum.flirble.org>
3841      Branch: perl
3842            ! pp.c
3843 ____________________________________________________________________________
3844 [ 13400] By: jhi                                   on 2001/12/01  15:43:15
3845         Log: Upgrade to Storable 1.0.14.
3846      Branch: perl
3847            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
3848 ____________________________________________________________________________
3849 [ 13399] By: jhi                                   on 2001/12/01  15:40:13
3850         Log: Add simple caches for ::viacode() and ::vianame().
3851      Branch: perl
3852            ! lib/charnames.pm lib/charnames.t
3853 ____________________________________________________________________________
3854 [ 13398] By: nick                                  on 2001/12/01  10:36:24
3855         Log: Integrate mainline.
3856      Branch: perlio
3857           +> (branch 44 files)
3858            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
3859            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
3860            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
3861           !> (integrate 250 files)
3862 ____________________________________________________________________________
3863 [ 13397] By: jhi                                   on 2001/12/01  04:35:39
3864         Log: Regen toc and modlib.
3865      Branch: perl
3866            ! pod/perlmodlib.pod pod/perltoc.pod
3867 ____________________________________________________________________________
3868 [ 13396] By: jhi                                   on 2001/12/01  04:31:53
3869         Log: Upgrade to podlators-1.18.
3870      Branch: perl
3871            ! lib/Pod/ParseLink.pm lib/Pod/Text/Termcap.pm
3872 ____________________________________________________________________________
3873 [ 13395] By: jhi                                   on 2001/11/30  23:03:20
3874         Log: -h scalar0 -h vector0 seems to help for both
3875              UNICOS and UNICOS/mk on the unpack %65c problems.
3876              
3877              (replaces #13393)
3878      Branch: perl
3879            ! hints/unicos.sh hints/unicosmk.sh
3880 ____________________________________________________________________________
3881 [ 13394] By: jhi                                   on 2001/11/30  22:51:17
3882         Log: More Socket constants.
3883      Branch: perl
3884            ! ext/Socket/Makefile.PL ext/Socket/Socket.pm
3885 ____________________________________________________________________________
3886 [ 13393] By: jhi                                   on 2001/11/30  22:00:04
3887         Log: (replaced by #13395)
3888      Branch: perl
3889            ! hints/unicosmk.sh
3890 ____________________________________________________________________________
3891 [ 13392] By: jhi                                   on 2001/11/30  20:26:22
3892         Log: Subject: Re: -P and Incredible Disappearing $Config{cppstdin} (was Re: perl@13385)
3893              From: Andy Dougherty <doughera@lafayette.edu>
3894              Date: Fri, 30 Nov 2001 13:49:48 -0500 (EST)
3895              Message-ID: <Pine.SOL.4.10.10111301304220.13302-100000@maxwell.phys.lafayette.edu>
3896              
3897              Simplify the test skippage criterion now that we are
3898              no more dependent on sed.
3899      Branch: perl
3900            ! t/comp/cpp.t t/run/switchPx.t
3901 ____________________________________________________________________________
3902 [ 13391] By: jhi                                   on 2001/11/30  20:19:37
3903         Log: Subject: Re: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux-2.4.8-26mdk
3904              From: Michael G Schwern <schwern@pobox.com>
3905              Date: Fri, 30 Nov 2001 11:48:44 -0500
3906              Message-ID: <20011130114844.C1303@blackrider>
3907              
3908              (replaces #13381)
3909      Branch: perl
3910            ! t/op/stat.t
3911 ____________________________________________________________________________
3912 [ 13390] By: jhi                                   on 2001/11/30  18:12:54
3913         Log: Let's not assume how much memory has been allocated
3914              to PVs.
3915      Branch: perl
3916            ! ext/Devel/Peek/Peek.t
3917 ____________________________________________________________________________
3918 [ 13389] By: jhi                                   on 2001/11/30  17:38:37
3919         Log: VOS needs to know the modules, including pp_sort.
3920      Branch: perl
3921            ! vos/perl.bind
3922 ____________________________________________________________________________
3923 [ 13388] By: jhi                                   on 2001/11/30  15:18:51
3924         Log: Unused variables.
3925      Branch: perl
3926            ! ext/Unicode/Normalize/Normalize.xs
3927 ____________________________________________________________________________
3928 [ 13387] By: jhi                                   on 2001/11/30  14:57:19
3929         Log: Subject: [PATCH] Cygwin failures with lib/ExtUtils/Embed.t
3930              From: John Peacock <jpeacock@rowman.com>     
3931              Date: Fri, 30 Nov 2001 10:24:00 -0500        
3932              Message-ID: <3C07A490.A22A76B0@rowman.com>   
3933      Branch: perl
3934            ! lib/ExtUtils/Embed.t
3935 ____________________________________________________________________________
3936 [ 13386] By: jhi                                   on 2001/11/30  14:55:02
3937         Log: Tweak for the VOS building script from Paul Green.
3938      Branch: perl
3939            ! vos/configure_perl.cm
3940 ____________________________________________________________________________
3941 [ 13385] By: jhi                                   on 2001/11/30  14:11:18
3942         Log: Update Changes.
3943      Branch: perl
3944            ! Changes patchlevel.h
3945 ____________________________________________________________________________
3946 [ 13384] By: jhi                                   on 2001/11/30  14:00:55
3947         Log: Cannot test if cppstdin has not yet been installed.
3948      Branch: perl
3949            ! t/run/switchPx.t
3950 ____________________________________________________________________________
3951 [ 13383] By: jhi                                   on 2001/11/30  13:59:18
3952         Log: Subject: [PATCH perl.c ...] -P on VMS.  Evicting sed
3953              From: Michael G Schwern <schwern@pobox.com> 
3954              Date: Thu, 29 Nov 2001 22:05:11 -0500
3955              Message-ID: <20011129220510.A18869@blackrider>
3956              
3957              TODO 1: if cppstdin is used and not yet installed,
3958              the Px.t will fail (must do the same as in cpp.t)
3959              
3960              TODO 2: does this work if no Perl whatsoever has
3961              yet been installed?  That is, we should be using
3962              the Perl we are building to execute the one-liner.
3963      Branch: perl
3964            + t/run/switchPx.aux t/run/switchPx.t
3965            ! MANIFEST configure.com perl.c t/comp/cpp.aux t/comp/cpp.t
3966            ! vms/test.com
3967 ____________________________________________________________________________
3968 [ 13382] By: jhi                                   on 2001/11/30  13:41:15
3969         Log: Upgrade to Unicode::Normalize 0.12.
3970      Branch: perl
3971            ! ext/Unicode/Normalize/Changes
3972            ! ext/Unicode/Normalize/Normalize.pm
3973            ! ext/Unicode/Normalize/Normalize.xs
3974            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
3975            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
3976            ! ext/Unicode/Normalize/t/test.t
3977 ____________________________________________________________________________
3978 [ 13381] By: jhi                                   on 2001/11/30  13:23:06
3979         Log: (replaced by #13391)
3980              
3981              Subject: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux 2.4.8-26mdk
3982              From: jpeacock@dsl092-147-156.wdc1.dsl.speakeasy.net
3983              Date: 30 Nov 2001 11:41:53 -0000             
3984              Message-Id: <20011130114153.24600.qmail@dsl092-147-156.wdc1.dsl.speakeasy.net>
3985              
3986              No need to die if we have high-paranoia (non-chdirable)
3987              system directories.
3988      Branch: perl
3989            ! t/op/stat.t
3990 ____________________________________________________________________________
3991 [ 13380] By: jhi                                   on 2001/11/30  04:49:56
3992         Log: Paragraph rewrapping.
3993      Branch: perl
3994            ! pod/perliol.pod
3995 ____________________________________________________________________________
3996 [ 13379] By: jhi                                   on 2001/11/30  04:38:34
3997         Log: Subject: [patch pod/perliol.pod] s/SvPV/SvPV_nolen/
3998              From: Stas Bekman <stas@stason.org>
3999              Date: Fri, 30 Nov 2001 13:23:34 +0800 (SGT)       
4000              Message-ID: <Pine.LNX.4.40.0111301321220.4595-100000@hope.stason.org>
4001      Branch: perl
4002            ! pod/perliol.pod
4003 ____________________________________________________________________________
4004 [ 13378] By: jhi                                   on 2001/11/30  04:34:40
4005         Log: Whether select() gets restarted on signals is
4006              implementation dependent.
4007      Branch: perl
4008            ! ext/Time/HiRes/HiRes.t
4009 ____________________________________________________________________________
4010 [ 13377] By: jhi                                   on 2001/11/30  01:24:29
4011         Log: More forgotten checkins.
4012      Branch: perl
4013            ! embed.h embed.pl proto.h
4014 ____________________________________________________________________________
4015 [ 13376] By: jhi                                   on 2001/11/30  01:16:22
4016         Log: Add a note about folding vs lowercase.
4017      Branch: perl
4018            ! regexec.c
4019 ____________________________________________________________________________
4020 [ 13375] By: jhi                                   on 2001/11/30  01:09:17
4021         Log: Use to_uni_fold (and add changed global.sym)
4022      Branch: perl
4023            ! global.sym utf8.c
4024 ____________________________________________________________________________
4025 [ 13374] By: jhi                                   on 2001/11/30  00:49:35
4026         Log: Make to Unicode character functions to use UVs
4027              instead of U32s and add to_uni_fold().
4028      Branch: perl
4029            ! embed.pl proto.h utf8.c
4030 ____________________________________________________________________________
4031 [ 13373] By: jhi                                   on 2001/11/29  22:34:44
4032         Log: Subject: Re: DRAFT perlpacktut.pod v0.0
4033              From: Nicholas Clark <nick@ccl4.org>
4034              Date: Thu, 29 Nov 2001 22:47:32 +0000
4035              Message-ID: <20011129224732.W37621@plum.flirble.org>
4036      Branch: perl
4037            ! pod/perlpacktut.pod
4038 ____________________________________________________________________________
4039 [ 13372] By: jhi                                   on 2001/11/29  22:32:49
4040         Log: README.vos updates from Paul Green.
4041      Branch: perl
4042            ! README.vos
4043 ____________________________________________________________________________
4044 [ 13371] By: jhi                                   on 2001/11/29  21:01:31
4045         Log: Subject: [PATCH Perl@13343] VMS pre7 default signal handling
4046              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
4047              Date: Thu, 29 Nov 2001 14:18:51 EST
4048              Message-Id: <011129141454.666c6@DUPHY4.Physics.Drexel.Edu>
4049      Branch: perl
4050            ! mg.c vms/vms.c vms/vmsish.h
4051 ____________________________________________________________________________
4052 [ 13370] By: jhi                                   on 2001/11/29  20:59:35
4053         Log: Subject: [PATCH README.vms] Fwd: [craigberry@mac.com: RE: Broken URL in README.vms]
4054              From: Michael G Schwern <schwern@pobox.com>
4055              Date: Thu, 29 Nov 2001 13:12:31 -0500
4056              Message-ID: <20011129131231.E11300@blackrider>
4057      Branch: perl
4058            ! README.vms
4059 ____________________________________________________________________________
4060 [ 13369] By: jhi                                   on 2001/11/29  20:58:10
4061         Log: BGET_IV was missing.
4062      Branch: perl
4063            ! ext/ByteLoader/bytecode.h
4064 ____________________________________________________________________________
4065 [ 13368] By: jhi                                   on 2001/11/29  15:40:40
4066         Log: Subject: [PATCH lib/Term/Cap.pm] (was Re: warnings from  [PATCH Perl@13013] Term::Cap and VMS )
4067              From: Jonathan Stowe <gellyfish@gellyfish.com>
4068              Date: Thu, 29 Nov 2001 16:31:24 +0000 (GMT)        
4069              Message-ID: <Pine.LNX.4.33.0111291628540.20888-100000@orpheus.gellyfish.com>
4070      Branch: perl
4071            ! lib/Term/Cap.pm
4072 ____________________________________________________________________________
4073 [ 13367] By: jhi                                   on 2001/11/29  15:11:43
4074         Log: Porting/checkURL.pl was missing.
4075      Branch: perl
4076            ! MANIFEST
4077 ____________________________________________________________________________
4078 [ 13366] By: jhi                                   on 2001/11/29  15:03:52
4079         Log: Subject: INSTALL and READMEs should be reviewed
4080              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4081              Date: Thu, 29 Nov 2001 16:49:36 +0100
4082              Message-ID: <20011129164936.A17492@rafael>         
4083      Branch: perl
4084            ! README.cygwin
4085 ____________________________________________________________________________
4086 [ 13365] By: jhi                                   on 2001/11/29  14:39:01
4087         Log: Subject: Re: [PATCH README.os390] URL fixes and "Tools and Toys" link
4088              From: Peter Prymmer <pvhp@pvhp.best.vwh.net>
4089              Date: Thu, 29 Nov 2001 15:37:42 +0000 (GMT)
4090              Message-ID: <Pine.BSF.4.10.10111291529080.98343-100000@pvhp.best.vwh.net>
4091      Branch: perl
4092            ! README.os390
4093 ____________________________________________________________________________
4094 [ 13364] By: jhi                                   on 2001/11/29  14:34:18
4095         Log: Update Changes.
4096      Branch: perl
4097            ! Changes patchlevel.h
4098 ____________________________________________________________________________
4099 [ 13363] By: jhi                                   on 2001/11/29  14:26:48
4100         Log: The changes to the curliffed files didn't stick in #13348.
4101      Branch: perl
4102            ! README.dos README.win32
4103 ____________________________________________________________________________
4104 [ 13362] By: jhi                                   on 2001/11/29  14:13:03
4105         Log: Subject: Re: Found the rev where File::Glob broke
4106              From: Andy Dougherty <doughera@lafayette.edu>
4107              Date: Thu, 29 Nov 2001 10:14:05 -0500 (EST)
4108              Message-ID: <Pine.SOL.4.10.10111291013060.23886-100000@maxwell.phys.lafayette.edu>
4109      Branch: perl
4110            ! lib/ExtUtils/MM_Unix.pm
4111 ____________________________________________________________________________
4112 [ 13361] By: jhi                                   on 2001/11/29  14:08:30
4113         Log: Use __DATA__ instead of __END__.
4114      Branch: perl
4115            ! lib/Term/Cap.pm
4116 ____________________________________________________________________________
4117 [ 13360] By: jhi                                   on 2001/11/29  14:03:28
4118         Log: Subject: [PATCH toke.c] autosplit into @F fix
4119              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4120              Date: Thu, 29 Nov 2001 14:52:23 +0100
4121              Message-ID: <20011129145223.A25817@rafael>         
4122      Branch: perl
4123            ! toke.c
4124 ____________________________________________________________________________
4125 [ 13359] By: jhi                                   on 2001/11/29  13:47:07
4126         Log: Subject: [PATCH B::Deparse] deparse -wl0 -i.bak
4127              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4128              Date: Thu, 29 Nov 2001 15:48:15 +0100
4129              Message-ID: <20011129154815.C25817@rafael>         
4130      Branch: perl
4131            ! ext/B/B/Deparse.pm ext/B/O.pm ext/B/t/deparse.t
4132 ____________________________________________________________________________
4133 [ 13358] By: jhi                                   on 2001/11/29  13:43:40
4134         Log: Subject: DRAFT perlpacktut.pod - minor diffs to v0.1
4135              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
4136              Date: Wed, 28 Nov 2001 20:35:29 +0100
4137              Message-ID: <200111282035290250.0067732D@smtp.chello.at>
4138      Branch: perl
4139            ! pod/perlpacktut.pod
4140 ____________________________________________________________________________
4141 [ 13357] By: jhi                                   on 2001/11/29  13:42:18
4142         Log: Subject: [patch pod/perlapio.pod] csh temp env setting
4143              From: Stas Bekman <stas@stason.org>
4144              Date: Thu, 29 Nov 2001 13:17:57 +0800 (SGT) 
4145              Message-ID: <Pine.LNX.4.40.0111291314570.17584-100000@hope.stason.org>
4146              
4147              (with tweaks)
4148      Branch: perl
4149            ! pod/perlapio.pod
4150 ____________________________________________________________________________
4151 [ 13356] By: jhi                                   on 2001/11/29  13:39:06
4152         Log: Subject: Re: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
4153              From: Tels <perl_dummy@bloodgate.com>
4154              Date: Thu, 29 Nov 2001 07:28:10 +0100 (CET) 
4155              Message-Id: <200111290630.IAA08631@tiku.hut.fi>
4156              
4157              (plus paragraph rewrapping)
4158      Branch: perl
4159            ! lib/Exporter.pm
4160 ____________________________________________________________________________
4161 [ 13355] By: jhi                                   on 2001/11/29  04:43:54
4162         Log: Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.
4163              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>                 
4164              Date: Wed, 28 Nov 2001 21:47:59 +0000
4165              Message-Id: <200111282147.fASLlxD04163@crypt.compulink.co.uk>
4166      Branch: perl
4167            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
4168 ____________________________________________________________________________
4169 [ 13354] By: jhi                                   on 2001/11/29  04:28:29
4170         Log: Subject: Re: Fw: Smoke 13285 /pro/3gl/CPAN/perl-current        
4171              From: Andy Dougherty <doughera@lafayette.edu>
4172              Date: Wed, 28 Nov 2001 15:33:00 -0500 (EST) 
4173              Message-ID: <Pine.SOL.4.10.10111281524560.22100-100000@maxwell.phys.lafayette.edu>         
4174      Branch: perl
4175            ! INSTALL ext/Time/HiRes/HiRes.t
4176 ____________________________________________________________________________
4177 [ 13353] By: jhi                                   on 2001/11/29  04:19:40
4178         Log: Subject: [PATCH t/run/kill_perl.t] (was Re: [ID 20011128.159] Segmentation faulton bad regexp)
4179              From: Michael G Schwern <schwern@pobox.com> 
4180              Date: Wed, 28 Nov 2001 16:37:01 -0500
4181              Message-ID: <20011128163701.H676@blackrider>
4182      Branch: perl
4183            ! t/run/kill_perl.t
4184 ____________________________________________________________________________
4185 [ 13352] By: jhi                                   on 2001/11/29  04:18:08
4186         Log: @INC tweak.
4187      Branch: perl
4188            ! t/op/ref.t
4189 ____________________________________________________________________________
4190 [ 13351] By: jhi                                   on 2001/11/29  02:28:06
4191         Log: Subject: [PATCH] Re: [ID 20011127.153] installman error
4192              From: Nicholas Clark <nick@ccl4.org>
4193              Date: Wed, 28 Nov 2001 23:38:43 +0000
4194              Message-ID: <20011128233843.N37621@plum.flirble.org>  
4195      Branch: perl
4196            ! installman
4197 ____________________________________________________________________________
4198 [ 13350] By: jhi                                   on 2001/11/29  02:18:30
4199         Log: Tweak the forking logic.
4200      Branch: perl
4201            ! Porting/checkURL.pl
4202 ____________________________________________________________________________
4203 [ 13349] By: jhi                                   on 2001/11/29  01:37:48
4204         Log: Update perlmodlib.PL as per #13348.  The L<> got
4205              changed back because that is coming from ParseLink.pm.
4206      Branch: perl
4207            ! pod/perlmodlib.PL pod/perlmodlib.pod
4208 ____________________________________________________________________________
4209 [ 13348] By: jhi                                   on 2001/11/29  01:31:48
4210         Log: URL fixups from Michael Schwern.
4211      Branch: perl
4212            ! README.cygwin README.dos README.hpux README.mint README.mpeix
4213            ! README.os390 README.qnx README.solaris README.vos README.win32
4214            ! pod/perlmodlib.pod
4215 ____________________________________________________________________________
4216 [ 13347] By: jhi                                   on 2001/11/29  01:23:08
4217         Log: Subject: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
4218              From: Barrie Slaymaker <barries@slaysys.com>
4219              Date: Wed, 28 Nov 2001 14:10:01 -0500                 
4220              Message-ID: <20011128140957.D5236@sizzle.whoville.com>
4221      Branch: perl
4222            ! lib/Exporter.pm
4223 ____________________________________________________________________________
4224 [ 13346] By: jhi                                   on 2001/11/29  01:22:02
4225         Log: Change $=, $., $*, $%, and $- to be IVs instead of longs.
4226      Branch: perl
4227            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c sv.h
4228 ____________________________________________________________________________
4229 [ 13345] By: jhi                                   on 2001/11/29  00:11:56
4230         Log: Subject: [PATCH] Re: $\ very broken
4231              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4232              Date: Wed, 28 Nov 2001 22:33:08 +0100                 
4233              Message-ID: <20011128223308.E732@rafael>   
4234              
4235              Subject: Re: [PATCH] Re: $\ very broken     
4236              From: Nicholas Clark <nick@ccl4.org>
4237              Date: Wed, 28 Nov 2001 22:29:00 +0000                 
4238              Message-ID: <20011128222859.K37621@plum.flirble.org>
4239      Branch: perl
4240            ! mg.c t/op/ref.t
4241 ____________________________________________________________________________
4242 [ 13344] By: jhi                                   on 2001/11/29  00:05:19
4243         Log: Add Abigail's link checker with the following tweaks:
4244              - known dummy URLs (Peter Prymmer)
4245              - do also READMEs and INSTALL (Michael Schwern)
4246              - do also ftp URLs
4247              - add fork retry loop in case the allowed number
4248              of processes per user is low
4249      Branch: perl
4250            + Porting/checkURL.pl
4251            ! MANIFEST
4252 ____________________________________________________________________________
4253 [ 13343] By: jhi                                   on 2001/11/28  14:56:50
4254         Log: Update Changes.
4255      Branch: perl
4256            ! Changes patchlevel.h
4257 ____________________________________________________________________________
4258 [ 13342] By: jhi                                   on 2001/11/28  14:15:25
4259         Log: In Linux if we have modern enough gcc and supported
4260              enough CPU, crank up the optimization level to -O3.
4261      Branch: perl
4262            ! hints/linux.sh
4263 ____________________________________________________________________________
4264 [ 13341] By: jhi                                   on 2001/11/28  14:00:12
4265         Log: Add perlpacktut from Wolfgang Laun; regen toc.
4266      Branch: perl
4267            + pod/perlpacktut.pod
4268            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldelta.pod
4269            ! pod/perltoc.pod
4270 ____________________________________________________________________________
4271 [ 13340] By: jhi                                   on 2001/11/28  13:45:00
4272         Log: Subject: [PATCH: perl@13324] arithmetic fix for skipped tests on VMS      
4273              From: PPrymmer@factset.com
4274              Date: Wed, 28 Nov 2001 07:51:26 -0500
4275              Message-ID: <OF3C405D19.04CAF18F-ON85256B12.00464B6C@55.25.11>    
4276      Branch: perl
4277            ! vms/test.com
4278 ____________________________________________________________________________
4279 [ 13339] By: jhi                                   on 2001/11/28  13:37:31
4280         Log: Test cases for the first half of #13338.
4281      Branch: perl
4282            ! t/lib/h2ph.h t/lib/h2ph.pht
4283 ____________________________________________________________________________
4284 [ 13338] By: jhi                                   on 2001/11/28  13:28:08
4285         Log: Subject: Re: h2ph confused by comments in an enum.
4286              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
4287              Date: Wed, 28 Nov 2001 04:19:21 +0000
4288              Message-Id: <200111280419.fAS4JLD17887@crypt.compulink.co.uk>        
4289              
4290              Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.]
4291              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
4292              Date: Wed, 28 Nov 2001 13:36:35 +0000
4293              Message-Id: <200111281336.fASDaZG30245@crypt.compulink.co.uk>
4294      Branch: perl
4295            ! utils/h2ph.PL
4296 ____________________________________________________________________________
4297 [ 13337] By: jhi                                   on 2001/11/28  13:15:41
4298         Log: Subject: Re: [PATCH Perl@13013] Term::Cap and VMS
4299              From: Jonathan Stowe <gellyfish@gellyfish.com>
4300              Date: Wed, 28 Nov 2001 10:39:54 +0000 (GMT)
4301              Message-ID: <Pine.LNX.4.33.0111281039070.20888-100000@orpheus.gellyfish.com>
4302              
4303              (replace #13327)
4304      Branch: perl
4305            ! lib/Term/Cap.pm
4306 ____________________________________________________________________________
4307 [ 13336] By: jhi                                   on 2001/11/28  04:21:05
4308         Log: Replace #13335 with
4309              
4310              Subject: Re: [PATCH perl@13323] Termcap.pm with no termios
4311              From: Russ Allbery <rra@stanford.edu>
4312              Date: 27 Nov 2001 20:42:49 -0800
4313              Message-ID: <yl667vv73q.fsf@windlord.stanford.edu>
4314      Branch: perl
4315            ! lib/Pod/Text/Termcap.pm
4316 ____________________________________________________________________________
4317 [ 13335] By: jhi                                   on 2001/11/28  03:33:10
4318         Log: (replaced by #13336)
4319              
4320              Subject: [PATCH perl@13323] Termcap.pm with no termios
4321              From: "Craig A. Berry" <craigberry@mac.com> 
4322              Date: Tue, 27 Nov 2001 22:28:50 -0600
4323              Message-Id: <a05101003b82a151fda85@[192.168.56.184]>
4324      Branch: perl
4325            ! lib/Pod/Text/Termcap.pm
4326 ____________________________________________________________________________
4327 [ 13334] By: jhi                                   on 2001/11/28  03:31:51
4328         Log: Subject: [PATCH perl@13323] solve identity crisis on VMS 
4329              From: "Craig A. Berry" <craigberry@mac.com> 
4330              Date: Tue, 27 Nov 2001 21:46:45 -0600
4331              Message-Id: <a05101002b829f5c9824d@[192.168.56.184]>
4332      Branch: perl
4333            ! configure.com
4334 ____________________________________________________________________________
4335 [ 13333] By: jhi                                   on 2001/11/28  03:30:03
4336         Log: Upgrade to podlators 1.17.
4337      Branch: perl
4338            ! lib/Pod/Man.pm lib/Pod/Text/Color.pm
4339            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
4340 ____________________________________________________________________________
4341 [ 13332] By: jhi                                   on 2001/11/28  03:23:04
4342         Log: Fix for "a\x{100}" =~ /A/i.
4343      Branch: perl
4344            ! embed.h embed.pl global.sym proto.h regexec.c t/op/pat.t
4345            ! utf8.c
4346 ____________________________________________________________________________
4347 [ 13331] By: jhi                                   on 2001/11/28  00:52:19
4348         Log: Subject: [PATCH perl@13324] fix lib/DB.t on VMS
4349              From: "Craig A. Berry" <craigberry@mac.com>
4350              Date: Tue, 27 Nov 2001 17:11:49 -0600
4351              Message-Id: <5.1.0.14.2.20011127164513.01bf1ec0@exchi01>
4352      Branch: perl
4353            ! lib/DB.t
4354 ____________________________________________________________________________
4355 [ 13330] By: jhi                                   on 2001/11/28  00:50:53
4356         Log: Subject: [PATCH] unterminated C<< ... >> in perldelta
4357              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
4358              Date: Tue, 27 Nov 2001 14:55:23 -0500
4359              Message-ID: <20011127145523.G401767@linguist.thayer.dartmouth.edu>
4360              
4361              Subject: [PATCH: perl@13324] updates to perldelta.pod 
4362              From: PPrymmer@factset.com
4363              Date: Tue, 27 Nov 2001 18:06:04 -0500
4364              Message-ID: <OF812EB439.6864B239-ON85256B11.007E73B5@55.25.11>
4365              
4366              plus added some known problems.
4367      Branch: perl
4368            ! pod/perldelta.pod
4369 ____________________________________________________________________________
4370 [ 13329] By: jhi                                   on 2001/11/28  00:35:53
4371         Log: Subject: [PATCH Perl@13013] A not-so-lethal kill() for VMS pre-7.0
4372              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
4373              Date: Tue, 27 Nov 2001 15:38:02 EST 
4374              Message-Id: <011127153734.62182@DUPHY4.Physics.Drexel.Edu>
4375      Branch: perl
4376            ! configure.com vms/vms.c vms/vmsish.h
4377 ____________________________________________________________________________
4378 [ 13328] By: jhi                                   on 2001/11/28  00:34:12
4379         Log: Subject: [PATCH t/run/kill_perl.t] Re: [ID 20011127.155] \ -f "file" dumps core
4380              From: Michael G Schwern <schwern@pobox.com> 
4381              Date: Tue, 27 Nov 2001 15:31:12 -0500
4382              Message-ID: <20011127153112.G20929@blackrider>
4383      Branch: perl
4384            ! t/run/kill_perl.t
4385 ____________________________________________________________________________
4386 [ 13327] By: jhi                                   on 2001/11/28  00:23:10
4387         Log: (replaced by #13337)
4388              
4389              VMS can safely hardcode a termcap entry for VT100.
4390      Branch: perl
4391            ! lib/Term/Cap.pm
4392 ____________________________________________________________________________
4393 [ 13326] By: jhi                                   on 2001/11/27  17:47:28
4394         Log: VMS piping fixes from Charles Lane (perl -P should
4395              be working now).
4396      Branch: perl
4397            ! vms/vms.c
4398 ____________________________________________________________________________
4399 [ 13325] By: jhi                                   on 2001/11/27  17:44:31
4400         Log: Subject: [PATCH] perlvar.pod fix
4401              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
4402              Date: Tue, 27 Nov 2001 13:11:47 -0500
4403              Message-ID: <20011127131147.E401767@linguist.thayer.dartmouth.edu>
4404      Branch: perl
4405            ! pod/perlvar.pod
4406 ____________________________________________________________________________
4407 [ 13324] By: jhi                                   on 2001/11/27  15:56:06
4408         Log: Update Changes.
4409      Branch: perl
4410            ! Changes patchlevel.h
4411 ____________________________________________________________________________
4412 [ 13323] By: jhi                                   on 2001/11/27  15:51:08
4413         Log: Subject: [PATCH] bring MM_VMS::perldepend into 21st century            
4414              From: "Craig A. Berry" <craigberry@mac.com> 
4415              Date: Tue, 27 Nov 2001 10:21:18 -0600
4416              Message-Id: <5.1.0.14.2.20011126162504.01c77610@exchi01>
4417      Branch: perl
4418            ! lib/ExtUtils/MM_VMS.pm
4419 ____________________________________________________________________________
4420 [ 13322] By: jhi                                   on 2001/11/27  15:24:12
4421         Log: Protect against accumulating -options -options -options.
4422      Branch: perl
4423            ! hints/hpux.sh
4424 ____________________________________________________________________________
4425 [ 13321] By: jhi                                   on 2001/11/27  15:16:28
4426         Log: Subject: [PATCH Benchmark.pm] add export tag :all and tweak SYNOPSIS   
4427              From: Barrie Slaymaker <barries@slaysys.com>
4428              Date: Tue, 27 Nov 2001 10:58:54 -0500
4429              Message-ID: <20011127105850.B696@sizzle.whoville.com> 
4430      Branch: perl
4431            ! lib/Benchmark.pm
4432 ____________________________________________________________________________
4433 [ 13320] By: jhi                                   on 2001/11/27  15:05:33
4434         Log: Tiny fix from John P. Linderman.
4435      Branch: perl
4436            ! lib/sort.pm
4437 ____________________________________________________________________________
4438 [ 13319] By: jhi                                   on 2001/11/27  15:04:37
4439         Log: The Story of sort(), from John P. Linderman.
4440      Branch: perl
4441            ! pod/perldelta.pod
4442 ____________________________________________________________________________
4443 [ 13318] By: jhi                                   on 2001/11/27  14:58:06
4444         Log: Add information what to do if you are reading
4445              perluniintro but using some older Perl.
4446      Branch: perl
4447            ! pod/perluniintro.pod
4448 ____________________________________________________________________________
4449 [ 13317] By: jhi                                   on 2001/11/27  14:51:42
4450         Log: Update the 'wide characters' FAQ entry.
4451      Branch: perl
4452            ! pod/perlfaq6.pod
4453 ____________________________________________________________________________
4454 [ 13316] By: jhi                                   on 2001/11/27  14:26:25
4455         Log: Fix for
4456              
4457              Subject: [ID 20011127.151] regex result vars no longer marked as utf8
4458              From: Marc Lehmann <root@schmorp.de>
4459              Date: Tue, 27 Nov 2001 14:27:14 +0100
4460              Message-Id: <E168iGY-0002pi-00.pgcc-forever-2001-11-27-14-27-14@fuji.laendle>
4461      Branch: perl
4462            ! ext/Encode.t ext/Encode/Encode.xs
4463 ____________________________________________________________________________
4464 [ 13315] By: jhi                                   on 2001/11/27  14:06:45
4465         Log: Subject: [PATCH] DB_File 1.801
4466              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
4467              Date: Tue, 27 Nov 2001 15:06:45 -0000
4468              Message-ID: <AIEAJICLCBDNAAOLLOKLEEEIDGAA.paul_marquess@yahoo.co.uk>
4469      Branch: perl
4470            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
4471            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
4472 ____________________________________________________________________________
4473 [ 13314] By: jhi                                   on 2001/11/27  13:51:49
4474         Log: Regen perlmodlib.  (TODO: why does Pod::t::basic get listed?)
4475      Branch: perl
4476            ! pod/perlmodlib.pod
4477 ____________________________________________________________________________
4478 [ 13313] By: jhi                                   on 2001/11/27  13:49:55
4479         Log: sort() doc tweaks from John P. Linderman.
4480      Branch: perl
4481            ! pod/perlfunc.pod
4482 ____________________________________________________________________________
4483 [ 13312] By: jhi                                   on 2001/11/27  13:36:44
4484         Log: Subject: [PATCH] More perldelta.pod nits
4485              From: Simon Glover <scog@roe.ac.uk>
4486              Date: Tue, 27 Nov 2001 14:28:36 +0000 (GMT) 
4487              Message-ID: <Pine.OSF.4.10.10111271421490.119807-100000@arran.roe.ac.uk>
4488      Branch: perl
4489            ! pod/perldelta.pod
4490 ____________________________________________________________________________
4491 [ 13311] By: jhi                                   on 2001/11/27  13:26:38
4492         Log: Subject: RE: [PATCH @ 13283] Devel::PPPort
4493              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
4494              Date: Tue, 27 Nov 2001 11:52:31 -0000
4495              Message-ID: <AIEAJICLCBDNAAOLLOKLMEECDGAA.paul_marquess@yahoo.co.uk>
4496      Branch: perl
4497            ! ext/Devel/PPPort/harness/Makefile.PL
4498 ____________________________________________________________________________
4499 [ 13310] By: jhi                                   on 2001/11/27  13:23:28
4500         Log: Subject: [PATCH t/TEST] Remove redundant #! parsing.  Deparse tests better.
4501              From: Michael G Schwern <schwern@pobox.com>
4502              Date: Tue, 27 Nov 2001 03:38:24 -0500
4503              Message-ID: <20011127033824.A17775@blackrider>
4504      Branch: perl
4505            ! t/TEST
4506 ____________________________________________________________________________
4507 [ 13309] By: jhi                                   on 2001/11/27  13:16:44
4508         Log: Subject: Re: perlcc very broken
4509              From: John Peacock <jpeacock@rowman.com>
4510              Date: Tue, 27 Nov 2001 06:48:01 -0500
4511              Message-ID: <3C037D71.4030508@rowman.com>
4512      Branch: perl
4513            ! utils/perlcc.PL
4514 ____________________________________________________________________________
4515 [ 13308] By: jhi                                   on 2001/11/27  12:57:49
4516         Log: Subject: [ID 20011126.150] t/op/pack patch to fix Useless use of unpack in void context at op/pack.t line 704. 
4517              From: David Dyck <dcd@tc.fluke.com>
4518              Date: Mon, 26 Nov 2001 22:04:38 -0800
4519              Message-Id: <200111270604.WAA20274@dd.tc.fluke.com>
4520      Branch: perl
4521            ! t/op/pack.t
4522 ____________________________________________________________________________
4523 [ 13307] By: jhi                                   on 2001/11/27  12:56:09
4524         Log: Subject: [ID 20011126.149] t/op/split fails step 37
4525              From: David Dyck <dcd@tc.fluke.com>
4526              Date: Mon, 26 Nov 2001 21:52:35 -0800
4527              Message-Id: <200111270552.VAA09394@dd.tc.fluke.com>
4528      Branch: perl
4529            ! t/op/split.t
4530 ____________________________________________________________________________
4531 [ 13306] By: gbarr                                 on 2001/11/27  12:19:40
4532         Log: incorporate last minute change from libnet 1.0901-tobe
4533      Branch: perl
4534            ! lib/Net/SMTP.pm
4535 ____________________________________________________________________________
4536 [ 13305] By: jhi                                   on 2001/11/27  02:39:35
4537         Log: Pass 7 at perldelta - random edits.
4538      Branch: perl
4539            ! pod/perldelta.pod
4540 ____________________________________________________________________________
4541 [ 13304] By: jhi                                   on 2001/11/27  02:04:19
4542         Log: Portability and skippage tweaks.
4543      Branch: perl
4544            ! t/op/split.t
4545 ____________________________________________________________________________
4546 [ 13303] By: jhi                                   on 2001/11/27  02:03:49
4547         Log: (retracted by #13449)
4548              Try to make Unicode casemapping to work for EBCDIC, too.
4549      Branch: perl
4550            ! utf8.c
4551 ____________________________________________________________________________
4552 [ 13302] By: jhi                                   on 2001/11/27  01:35:23
4553         Log: Just printing 1..0 is not quite enough...
4554      Branch: perl
4555            ! lib/Dumpvalue.t
4556 ____________________________________________________________________________
4557 [ 13301] By: jhi                                   on 2001/11/27  01:22:22
4558         Log: \141 is malformed "unexpected continuation byte" in UTF-EBCDIC.
4559              Delay the match until runtime.
4560      Branch: perl
4561            ! t/op/append.t
4562 ____________________________________________________________________________
4563 [ 13300] By: jhi                                   on 2001/11/27  01:08:10
4564         Log: UTF-EBCDIC.
4565      Branch: perl
4566            ! ext/Devel/Peek/Peek.t
4567 ____________________________________________________________________________
4568 [ 13299] By: jhi                                   on 2001/11/27  01:02:21
4569         Log: Be UTF-EBCDIC aware.
4570      Branch: perl
4571            ! lib/bytes.t
4572 ____________________________________________________________________________
4573 [ 13298] By: jhi                                   on 2001/11/27  00:59:44
4574         Log: Bad assumption which way digits and letters sort.
4575      Branch: perl
4576            ! lib/English.t
4577 ____________________________________________________________________________
4578 [ 13297] By: jhi                                   on 2001/11/27  00:55:04
4579         Log: If in EBCDIC but no Convert::EBCDIC
4580              the libnet tests will all fail.
4581      Branch: perl
4582            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
4583            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
4584            ! lib/Net/t/smtp.t lib/Net/t/time.t
4585 ____________________________________________________________________________
4586 [ 13296] By: jhi                                   on 2001/11/27  00:45:55
4587         Log: Just sorting to guarantee order is not enough.
4588              (Think EBCDIC.) 
4589      Branch: perl
4590            ! lib/ExtUtils/Manifest.t
4591 ____________________________________________________________________________
4592 [ 13295] By: jhi                                   on 2001/11/27  00:43:38
4593         Log: OS/390 cleanable gunk.
4594      Branch: perl
4595            ! lib/ExtUtils/MM_Unix.pm
4596 ____________________________________________________________________________
4597 [ 13294] By: jhi                                   on 2001/11/27  00:40:02
4598         Log: Update the EBCDIC MD5 checksums.
4599      Branch: perl
4600            ! ext/Digest/MD5/t/files.t
4601 ____________________________________________________________________________
4602 [ 13293] By: jhi                                   on 2001/11/27  00:28:40
4603         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
4604              From: Nicholas Clark <nick@ccl4.org>
4605              Date: Mon, 26 Nov 2001 23:06:34 +0000
4606              Message-ID: <20011126230633.Q37621@plum.flirble.org>
4607      Branch: perl
4608            ! installman
4609 ____________________________________________________________________________
4610 [ 13292] By: jhi                                   on 2001/11/27  00:24:36
4611         Log: sort tweaks from John P. Linderman.
4612      Branch: perl
4613            ! lib/sort.pm lib/sort.t perl.h pp_sort.c
4614 ____________________________________________________________________________
4615 [ 13291] By: jhi                                   on 2001/11/27  00:20:09
4616         Log: Subject: [ID 20011126.148] Socket::inet_aton() incorrectly accepts null string
4617              From: Bob Dalgleish <Robert.Dalgleish@sk.sympatico.ca>          
4618              Date: Mon, 26 Nov 2001 18:47:25 -0600
4619              Message-Id: <B8283EBD.8414%Robert.Dalgleish@sk.sympatico.ca>
4620              
4621              Craig Berry submitted half of this patch just yesterday.
4622              Spooky cosmic resonance.
4623      Branch: perl
4624            ! ext/Socket/Socket.xs
4625 ____________________________________________________________________________
4626 [ 13290] By: jhi                                   on 2001/11/27  00:15:07
4627         Log: Subject: [PATCH] doio slightly smaller
4628              From: Nicholas Clark <nick@ccl4.org>
4629              Date: Tue, 27 Nov 2001 00:40:23 +0000      
4630              Message-ID: <20011127004023.S37621@plum.flirble.org>                 
4631      Branch: perl
4632            ! doio.c
4633 ____________________________________________________________________________
4634 [ 13289] By: jhi                                   on 2001/11/27  00:12:11
4635         Log: perldelta nits from Autrijus Tang and Ron Kimball.
4636      Branch: perl
4637            ! pod/perldelta.pod
4638 ____________________________________________________________________________
4639 [ 13288] By: jhi                                   on 2001/11/27  00:08:23
4640         Log: Subject: [PATCH] unpack P* uses random length for item
4641              From: "Wolfgang Laun" <wolfgang.laun@chello.at>               
4642              Date: Mon, 26 Nov 2001 19:56:32 +0100
4643              Message-ID: <200111261956320450.01E7217F@smtp.chello.at>
4644      Branch: perl
4645            ! pod/perldiag.pod pp_pack.c t/op/pack.t
4646 ____________________________________________________________________________
4647 [ 13287] By: jhi                                   on 2001/11/26  23:55:02
4648         Log: Subject: [PATCH current] system and taintedness
4649              From: Radu Greab <radu@netsoft.ro>
4650              Date: Mon, 26 Nov 2001 18:42:29 +0200
4651              Message-ID: <15362.28917.697078.551412@ix.netsoft.ro>
4652      Branch: perl
4653            ! pp_sys.c t/op/taint.t
4654 ____________________________________________________________________________
4655 [ 13286] By: jhi                                   on 2001/11/26  23:53:21
4656         Log: Subject: [PATCH @ 13283] Devel::PPPort
4657              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
4658              Date: Mon, 26 Nov 2001 14:37:17 -0000
4659              Message-ID: <AIEAJICLCBDNAAOLLOKLCECEDGAA.paul_marquess@yahoo.co.uk>
4660      Branch: perl
4661            + ext/Devel/PPPort/MANIFEST
4662            ! MANIFEST ext/Devel/PPPort/Makefile.PL
4663            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/harness/Harness.pm
4664            ! ext/Devel/PPPort/harness/Harness.xs
4665            ! ext/Devel/PPPort/harness/Makefile.PL
4666            ! ext/Devel/PPPort/harness/module2.c
4667            ! ext/Devel/PPPort/harness/module3.c
4668            ! ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
4669 ____________________________________________________________________________
4670 [ 13285] By: jhi                                   on 2001/11/26  14:08:36
4671         Log: Update the test list.
4672      Branch: perl
4673            ! t/lib/1_compile.t
4674 ____________________________________________________________________________
4675 [ 13284] By: gbarr                                 on 2001/11/26  12:41:45
4676         Log: Sync-up tests with libnet distribution
4677      Branch: perl
4678            + lib/Net/t/netrc.t
4679            ! MANIFEST lib/Net/t/config.t lib/Net/t/hostname.t
4680 ____________________________________________________________________________
4681 [ 13283] By: jhi                                   on 2001/11/26  11:34:35
4682         Log: Update Changes.
4683      Branch: perl
4684            ! Changes patchlevel.h
4685 ____________________________________________________________________________
4686 [ 13282] By: jhi                                   on 2001/11/26  11:28:18
4687         Log: Upgrade to podlators 1.16.
4688      Branch: perl
4689            + lib/Pod/t/basic.cap
4690            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Termcap.pm
4691            ! lib/Pod/t/basic.t pod/pod2man.PL
4692 ____________________________________________________________________________
4693 [ 13281] By: jhi                                   on 2001/11/26  11:11:08
4694         Log: Pass 6 at perldelta - sort enhancements, generic and
4695              platform specific bug fixes.
4696      Branch: perl
4697            ! pod/perldelta.pod
4698 ____________________________________________________________________________
4699 [ 13280] By: jhi                                   on 2001/11/26  10:35:56
4700         Log: PROPAGATE documentation from Tony Cook.
4701      Branch: perl
4702            ! pod/perlfunc.pod
4703 ____________________________________________________________________________
4704 [ 13279] By: jhi                                   on 2001/11/25  23:45:27
4705         Log: DJGPP cannot do signals that well.
4706      Branch: perl
4707            ! ext/POSIX/t/sigaction.t
4708 ____________________________________________________________________________
4709 [ 13278] By: jhi                                   on 2001/11/25  23:43:30
4710         Log: Can't do subsecond alarms without ualarm; and break out
4711              early if alarms do not seem to be coming in as expected.
4712      Branch: perl
4713            ! ext/Time/HiRes/HiRes.t
4714 ____________________________________________________________________________
4715 [ 13277] By: jhi                                   on 2001/11/25  23:01:39
4716         Log: No Socket, little Net.
4717      Branch: perl
4718            ! t/lib/1_compile.t
4719 ____________________________________________________________________________
4720 [ 13276] By: jhi                                   on 2001/11/25  22:58:44
4721         Log: Take the taint brush to the getcwds.
4722      Branch: perl
4723            ! djgpp/djgpp.c epoc/epoc.c os2/os2.c wince/wince.c
4724 ____________________________________________________________________________
4725 [ 13275] By: jhi                                   on 2001/11/25  21:42:02
4726         Log: Subject: [PATCH perl@13227] Socket::my_inet_aton() tweak
4727              From: "Craig A. Berry" <craigberry@mac.com>
4728              Date: Sun, 25 Nov 2001 16:20:45 -0600
4729              Message-Id: <5.1.0.14.2.20011125160848.01c59690@exchi01>
4730      Branch: perl
4731            ! ext/Socket/Socket.xs
4732 ____________________________________________________________________________
4733 [ 13274] By: jhi                                   on 2001/11/25  21:32:17
4734         Log: Since in some DOS filesystems the timestamp granularity
4735              may be only two seconds, better sleep for three to play safe.
4736              (Helps CygWin, at least.)
4737      Branch: perl
4738            ! lib/Memoize/t/expire_file.t
4739 ____________________________________________________________________________
4740 [ 13273] By: jhi                                   on 2001/11/25  21:22:10
4741         Log: For some reason CygWin wasn't collapsing multiple
4742              slashes into one, which made some Spec.t tests to fail.
4743              Either CygWin was being too prudish or the collapsing
4744              logic needs to be rethunk.
4745      Branch: perl
4746            ! lib/File/Spec/Unix.pm
4747 ____________________________________________________________________________
4748 [ 13272] By: jhi                                   on 2001/11/25  20:40:23
4749         Log: Cygwin needs to have libperl.dll around if trying to link
4750              with -lperl.  Note: this change cures the test but whether
4751              it cures CygPerl installation, I don't know: hopefully the
4752              libperl5_7_2.dll, or the version equivalent, gets installed
4753              also as libperl.dll to the proper place(s).
4754      Branch: perl
4755            ! lib/ExtUtils/Embed.t
4756 ____________________________________________________________________________
4757 [ 13271] By: jhi                                   on 2001/11/25  20:18:53
4758         Log: -I../lib/.. and -L../lib/..?  Strange.
4759      Branch: perl
4760            ! lib/ExtUtils/Embed.t
4761 ____________________________________________________________________________
4762 [ 13270] By: jhi                                   on 2001/11/25  19:57:54
4763         Log: $MM?
4764      Branch: perl
4765            ! lib/ExtUtils/Embed.pm
4766 ____________________________________________________________________________
4767 [ 13269] By: jhi                                   on 2001/11/25  19:46:55
4768         Log: Subject: [PATCH] Further replacement of EU::MM with File::Spec
4769              From: Dave Rolsky <autarch@urth.org>
4770              Date: Mon, 19 Nov 2001 18:17:09 -0600 (CST)
4771              Message-ID: <Pine.LNX.4.40.0111191750440.22189-100000@urth.org>
4772      Branch: perl
4773            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/Embed.pm
4774            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
4775 ____________________________________________________________________________
4776 [ 13268] By: jhi                                   on 2001/11/25  19:44:38
4777         Log: Subject: [REPATCH lib/DB.pm MANIFEST lib/DB.t] Rework DB.pm tests
4778              From: chromatic <chromatic@rmci.net>
4779              Date: Sat, 24 Nov 2001 14:56:57 -0700
4780              Message-ID: <20011124220430.97697.qmail@onion.perl.org>
4781              
4782              plus a tweak for ithreads builds.
4783      Branch: perl
4784            + lib/DB.t
4785            ! MANIFEST lib/DB.pm
4786 ____________________________________________________________________________
4787 [ 13267] By: jhi                                   on 2001/11/25  19:38:50
4788         Log: Win32 compilation tweaks for Blair Zajac.
4789      Branch: perl
4790            ! ext/IO/IO.xs ext/POSIX/POSIX.xs win32/win32.h
4791 ____________________________________________________________________________
4792 [ 13266] By: jhi                                   on 2001/11/25  19:11:38
4793         Log: I don't think trying to bracket the hires time with lores
4794              times is going to be portable enough: Cygwin seems to be
4795              capable of getting hires ones rather consistently lower
4796              than the lores ones.  So let's try average difference instead.
4797      Branch: perl
4798            ! ext/Time/HiRes/HiRes.t
4799 ____________________________________________________________________________
4800 [ 13265] By: jhi                                   on 2001/11/25  18:28:04
4801         Log: Subject: Re: benchmarks, sorts and reproducibility
4802              From: "John P. Linderman" <jpl@research.att.com>
4803              Date: Sun, 25 Nov 2001 14:25:18 -0500 (EST)
4804              Message-Id: <200111251925.OAA77172@raptor.research.att.com>
4805              
4806              Randomize large partitions for quicksort to dodge the
4807              angry gods of quadratic.
4808      Branch: perl
4809            ! pp_sort.c
4810 ____________________________________________________________________________
4811 [ 13264] By: jhi                                   on 2001/11/25  18:23:54
4812         Log: The joys of portable quoting.
4813      Branch: perl
4814            ! ext/Devel/PPPort/harness/Makefile.PL
4815 ____________________________________________________________________________
4816 [ 13263] By: jhi                                   on 2001/11/25  18:12:31
4817         Log: sort pragma tweaks.
4818      Branch: perl
4819            ! lib/sort.pm
4820 ____________________________________________________________________________
4821 [ 13262] By: jhi                                   on 2001/11/25  17:10:09
4822         Log: Skip the link= directives of utils.lst if no mandir
4823              (if no manpages).
4824      Branch: perl
4825            ! installman
4826 ____________________________________________________________________________
4827 [ 13261] By: gsar                                  on 2001/11/25  16:48:38
4828         Log: integrate changes#8340,13260 from mainline
4829              
4830              Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
4831              
4832              change#3373 introduced a handle leak in backticks and piped open()s
4833              that fail
4834      Branch: maint-5.6/perl
4835            ! t/io/pipe.t util.c
4836 ____________________________________________________________________________
4837 [ 13260] By: gsar                                  on 2001/11/25  16:37:29
4838         Log: change#3373 introduced a handle leak in backticks and piped open()s
4839              that fail
4840      Branch: perl
4841            ! util.c
4842 ____________________________________________________________________________
4843 [ 13259] By: jhi                                   on 2001/11/25  05:58:47
4844         Log: metaconfig unit change for #13258.
4845      Branch: metaconfig/U/perl
4846            ! d_procselfexe.U
4847 ____________________________________________________________________________
4848 [ 13258] By: jhi                                   on 2001/11/25  05:58:30
4849         Log: Extraenous breaks noticed by David Dyck.
4850      Branch: perl
4851            ! Configure
4852 ____________________________________________________________________________
4853 [ 13257] By: jhi                                   on 2001/11/25  05:32:18
4854         Log: Revert the /proc/self/auxv experiment for now.
4855      Branch: perl
4856            ! lib/ExtUtils.t perl.c t/lib/1_compile.t
4857 ____________________________________________________________________________
4858 [ 13256] By: jhi                                   on 2001/11/25  04:59:31
4859         Log: Also ExtUtils.t had $^X assumptions.
4860      Branch: perl
4861            ! lib/ExtUtils.t
4862 ____________________________________________________________________________
4863 [ 13255] By: jhi                                   on 2001/11/25  04:20:02
4864         Log: Now is Solaris if you start the t/perl in the t/
4865              as "./perl", the $^X will be "../perl", not "./perl".
4866      Branch: perl
4867            ! t/lib/1_compile.t
4868 ____________________________________________________________________________
4869 [ 13254] By: jhi                                   on 2001/11/25  03:59:06
4870         Log: The new way of finding out $^X in Solaris
4871              requires a little tweak if the executable
4872              pathname is *not* absolute: prepend "./"
4873              (otherwise `$^X ...` will start perl from PATH...)
4874      Branch: perl
4875            ! perl.c
4876 ____________________________________________________________________________
4877 [ 13253] By: jhi                                   on 2001/11/25  03:18:05
4878         Log: Avoid "will not stay shared" warnings.
4879      Branch: perl
4880            ! lib/ExtUtils/MM_Unix.pm
4881 ____________________________________________________________________________
4882 [ 13252] By: jhi                                   on 2001/11/25  03:00:49
4883         Log: Subject: [PATCH perl.c util.c pp_sys.c t/op/magic.t] $$ readonly, take two
4884              From: Michael G Schwern <schwern@pobox.com>
4885              Date: Sat, 24 Nov 2001 19:56:18 -0500
4886              Message-ID: <20011124195618.A14614@blackrider>            
4887      Branch: perl
4888            ! perl.c pp_sys.c t/op/magic.t util.c
4889 ____________________________________________________________________________
4890 [ 13251] By: jhi                                   on 2001/11/25  02:48:04
4891         Log: In the MakeMaker pm_to_blib target don't copy all
4892              the files in one fell swppo, deal with them hunkwise,
4893              helps for CLIs with limited line lengths.
4894              (This seems to help for DJGPP building Encode,
4895              where there are dozens of files to copy.)
4896      Branch: perl
4897            ! lib/ExtUtils/MM_Unix.pm
4898 ____________________________________________________________________________
4899 [ 13250] By: gsar                                  on 2001/11/25  00:50:10
4900         Log: testsuite leaves stray files behind on windows
4901      Branch: perl
4902            ! lib/ExtUtils/Embed.t lib/ExtUtils/Mkbootstrap.t lib/Shell.t
4903 ____________________________________________________________________________
4904 [ 13249] By: gsar                                  on 2001/11/25  00:32:36
4905         Log: xsubpp produces a spurious warning on directories called 'typemap'
4906      Branch: perl
4907            ! lib/ExtUtils/xsubpp
4908 ____________________________________________________________________________
4909 [ 13248] By: gsar                                  on 2001/11/25  00:17:28
4910         Log: xsubpp treats invalid (indented) cpp directives as comments
4911      Branch: perl
4912            ! ext/IO/IO.xs
4913 ____________________________________________________________________________
4914 [ 13247] By: gsar                                  on 2001/11/25  00:02:37
4915         Log: $(MAKE) distclean shouldn't blow away ../lib/Thread.pm
4916      Branch: perl
4917            ! win32/Makefile win32/Makefile.win64 win32/makefile.mk
4918 ____________________________________________________________________________
4919 [ 13246] By: jhi                                   on 2001/11/24  21:45:32
4920         Log: The debug_pag needs to be visible at all times
4921              because of the re extension.
4922      Branch: perl
4923            ! intrpvar.h makedef.pl perl.c perl.h regexec.c
4924 ____________________________________________________________________________
4925 [ 13245] By: jhi                                   on 2001/11/24  20:09:20
4926         Log: Subject: Re: [PATCH] Tests are good
4927              From: Philip Newton <Philip.Newton@gmx.net>
4928              Date: Sat, 24 Nov 2001 21:24:00 +0100
4929              Message-ID: <4c000us22s27871hrsqnvjmtnvtd4r85u1@4ax.com>
4930      Branch: perl
4931            ! pod/perlhack.pod
4932 ____________________________________________________________________________
4933 [ 13244] By: jhi                                   on 2001/11/24  19:06:29
4934         Log: Subject: [PATCH perl@13227] make PPPort/harness build on VMS
4935              From: "Craig A. Berry" <craigberry@mac.com> 
4936              Date: Sat, 24 Nov 2001 12:45:44 -0600
4937              Message-Id: <5.1.0.14.2.20011124030253.01bd4b98@exchi01>
4938              
4939              (with tweaks, and combined with Sarathy's #13242)
4940      Branch: perl
4941            ! configure.com ext/Devel/PPPort/harness/Makefile.PL
4942 ____________________________________________________________________________
4943 [ 13243] By: jhi                                   on 2001/11/24  18:46:31
4944         Log: Subject: Re: [PATCH] Make Exporter::Heavy use Universal->VERSION()
4945              From: John Peacock <jpeacock@rowman.com>
4946              Date: Sat, 24 Nov 2001 14:27:46 -0500
4947              Message-ID: <3BFFF4B2.40509@rowman.com> 
4948      Branch: perl
4949            ! lib/Exporter/Heavy.pm
4950 ____________________________________________________________________________
4951 [ 13242] By: gsar                                  on 2001/11/24  17:16:18
4952         Log: use portable quotes
4953      Branch: perl
4954            ! ext/Devel/PPPort/harness/Makefile.PL
4955 ____________________________________________________________________________
4956 [ 13241] By: jhi                                   on 2001/11/24  17:09:25
4957         Log: Subject: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
4958              From: Nicholas Clark <nick@ccl4.org>
4959              Date: Sat, 24 Nov 2001 18:06:26 +0000
4960              Message-ID: <20011124180626.T37621@plum.flirble.org>
4961      Branch: perl
4962            ! installman
4963 ____________________________________________________________________________
4964 [ 13240] By: jhi                                   on 2001/11/24  17:06:11
4965         Log: Subject: [PATCH] perl5005delta.pod L<>
4966              From: Nicholas Clark <nick@ccl4.org>
4967              Date: Sat, 24 Nov 2001 18:04:21 +0000
4968              Message-ID: <20011124180421.S37621@plum.flirble.org>
4969      Branch: perl
4970            ! pod/perl5005delta.pod
4971 ____________________________________________________________________________
4972 [ 13239] By: gsar                                  on 2001/11/24  17:01:17
4973         Log: fix typo in config.vc; regenerate win32 config_H.* files
4974      Branch: perl
4975            ! win32/config.vc win32/config_H.bc win32/config_H.gc
4976            ! win32/config_H.vc
4977 ____________________________________________________________________________
4978 [ 13238] By: jhi                                   on 2001/11/24  16:16:01
4979         Log: Mention the charnames::vianame().
4980      Branch: perl
4981            ! pod/perluniintro.pod
4982 ____________________________________________________________________________
4983 [ 13237] By: jhi                                   on 2001/11/24  16:12:31
4984         Log: Add charnames::vianame() in case people want to access
4985              the codes in run-time (as opposed to the compile-timeness
4986              of \N{...}).
4987      Branch: perl
4988            ! lib/charnames.pm lib/charnames.t
4989 ____________________________________________________________________________
4990 [ 13236] By: jhi                                   on 2001/11/24  16:11:04
4991         Log: Subject: [PATCH] memset() is cheaper than a loop of 256 bit-a-a-times
4992              From: Nicholas Clark <nick@ccl4.org>
4993              Date: Sat, 24 Nov 2001 16:30:42 +0000
4994              Message-ID: <20011124163042.R37621@plum.flirble.org>
4995      Branch: perl
4996            ! regcomp.c regcomp.h
4997 ____________________________________________________________________________
4998 [ 13235] By: jhi                                   on 2001/11/24  15:26:37
4999         Log: Subject: [PATCH] Re: Smoke 13191 /pro/3gl/CPAN/perl-current
5000              From: Nicholas Clark <nick@ccl4.org>
5001              Date: Sat, 24 Nov 2001 16:24:33 +0000
5002              Message-ID: <20011124162433.Q37621@plum.flirble.org>
5003              
5004              cmp fixes.
5005      Branch: perl
5006            ! pp.c
5007 ____________________________________________________________________________
5008 [ 13234] By: jhi                                   on 2001/11/24  15:23:34
5009         Log: Use /proc/self/auxv in Solaris to figure out the $^X.
5010              (It seems that "./perl" gets resolved to "perl" now.)
5011      Branch: perl
5012            ! perl.c
5013 ____________________________________________________________________________
5014 [ 13233] By: jhi                                   on 2001/11/24  14:58:52
5015         Log: Subject: [PATCH] DB_File 1.800        
5016              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>               
5017              Date: Sat, 24 Nov 2001 11:41:41 -0000
5018              Message-ID: <AIEAJICLCBDNAAOLLOKLIEPMDFAA.paul_marquess@yahoo.co.uk>
5019      Branch: perl
5020            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
5021            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
5022            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
5023            ! ext/DB_File/t/db-recno.t
5024 ____________________________________________________________________________
5025 [ 13232] By: jhi                                   on 2001/11/24  14:48:34
5026         Log: Tweak the PUSHED documentation.
5027      Branch: perl
5028            ! ext/PerlIO/Via/Via.pm
5029 ____________________________________________________________________________
5030 [ 13231] By: jhi                                   on 2001/11/24  04:09:41
5031         Log: Update 1_compile for new known tests.
5032      Branch: perl
5033            ! t/lib/1_compile.t
5034 ____________________________________________________________________________
5035 [ 13230] By: jhi                                   on 2001/11/24  04:07:39
5036         Log: Move the MBF/MBI test modules to t/lib.
5037      Branch: perl
5038            + t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
5039            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
5040            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
5041            ! MANIFEST lib/Math/BigInt/t/sub_mbf.t
5042            ! lib/Math/BigInt/t/sub_mbi.t
5043 ____________________________________________________________________________
5044 [ 13229] By: jhi                                   on 2001/11/23  23:09:27
5045         Log: Subject: [PATCH perl@13227] configure.com follow-up to 13218
5046              From: "Craig A. Berry" <craigberry@mac.com> 
5047              Date: Fri, 23 Nov 2001 18:05:35 -0600
5048              Message-Id: <5.1.0.14.2.20011123175131.01abe358@exchi01>
5049      Branch: perl
5050            ! configure.com
5051 ____________________________________________________________________________
5052 [ 13228] By: jhi                                   on 2001/11/23  21:11:56
5053         Log: Subject: [PATCH: perl@13169] switch unfcmb.h to employ 'STDCHAR' in place of char    
5054              From: PPrymmer@factset.com 
5055              Date: Fri, 23 Nov 2001 17:03:07 -0500
5056              Message-ID: <OFA09CCF98.F3E93041-ON85256B0D.00787706@55.25.11>                 
5057      Branch: perl
5058            ! ext/Unicode/Normalize/mkheader
5059 ____________________________________________________________________________
5060 [ 13227] By: jhi                                   on 2001/11/23  20:09:36
5061         Log: Here are the right helper files.
5062      Branch: perl
5063            + t/lib/Filter/Simple/ExportTest.pm
5064            + t/lib/Filter/Simple/FilterOnlyTest.pm
5065            + t/lib/Filter/Simple/FilterTest.pm
5066            + t/lib/Filter/Simple/ImportTest.pm
5067            ! MANIFEST
5068 ____________________________________________________________________________
5069 [ 13226] By: jhi                                   on 2001/11/23  20:03:28
5070         Log: Update Changes.
5071      Branch: perl
5072            ! Changes patchlevel.h
5073 ____________________________________________________________________________
5074 [ 13225] By: jhi                                   on 2001/11/23  19:53:53
5075         Log: Never mind.
5076      Branch: perl
5077            - lib/Filter/Simple/lib/ExportTest.pm
5078            - lib/Filter/Simple/lib/ImportTest.pm
5079 ____________________________________________________________________________
5080 [ 13224] By: jhi                                   on 2001/11/23  19:52:03
5081         Log: Mis-add.
5082      Branch: perl
5083            + lib/Filter/Simple/lib/ExportTest.pm
5084            + lib/Filter/Simple/lib/ImportTest.pm
5085 ____________________________________________________________________________
5086 [ 13223] By: jhi                                   on 2001/11/23  19:39:57
5087         Log: Upgrade to Filter::Simple 0.77.
5088      Branch: perl
5089            + lib/Filter/Simple/t/export.t lib/Filter/Simple/t/import.t
5090            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
5091            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
5092            ! lib/Filter/Simple/README lib/Filter/Simple/t/data.t
5093            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
5094 ____________________________________________________________________________
5095 [ 13222] By: jhi                                   on 2001/11/23  19:12:20
5096         Log: Missing p4 add.
5097      Branch: perl
5098            + lib/ExtUtils/MM_VMS.t
5099 ____________________________________________________________________________
5100 [ 13221] By: jhi                                   on 2001/11/23  19:10:18
5101         Log: Pass 5 at perldelta - module and utility updates cleanup.
5102      Branch: perl
5103            ! pod/perldelta.pod
5104 ____________________________________________________________________________
5105 [ 13220] By: jhi                                   on 2001/11/23  18:55:20
5106         Log: metaconfig unit change for #13219.
5107      Branch: metaconfig/U/perl
5108            ! d_procselfexe.U
5109 ____________________________________________________________________________
5110 [ 13219] By: jhi                                   on 2001/11/23  18:55:06
5111         Log: Regen Porting stuff; regen toc; cleanup nit in Configure.
5112      Branch: perl
5113            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5114            ! pod/buildtoc.PL pod/perltoc.pod
5115 ____________________________________________________________________________
5116 [ 13218] By: jhi                                   on 2001/11/23  18:48:18
5117         Log: Add procselfexe and d_dirfd to strange lands.
5118      Branch: perl
5119            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
5120            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
5121            ! vos/config.ga.def vos/config.ga.h win32/config.bc
5122            ! win32/config.gc win32/config.vc win32/config.win64
5123            ! wince/config.ce
5124 ____________________________________________________________________________
5125 [ 13217] By: jhi                                   on 2001/11/23  18:47:41
5126         Log: metaconfig unit change for #13216.
5127      Branch: metaconfig/U/perl
5128            ! d_procselfexe.U
5129 ____________________________________________________________________________
5130 [ 13216] By: jhi                                   on 2001/11/23  18:47:17
5131         Log: Better to "quote" the pathname.
5132      Branch: perl
5133            ! Configure config_h.SH
5134 ____________________________________________________________________________
5135 [ 13215] By: jhi                                   on 2001/11/23  18:34:24
5136         Log: Use PROCSELFEXE_PATH.
5137      Branch: perl
5138            ! perl.c
5139 ____________________________________________________________________________
5140 [ 13214] By: jhi                                   on 2001/11/23  18:31:27
5141         Log: metaconfig unit change for #13213.
5142      Branch: metaconfig/U/perl
5143            ! d_procselfexe.U
5144 ____________________________________________________________________________
5145 [ 13213] By: jhi                                   on 2001/11/23  18:31:13
5146         Log: Add probing for BSD-like /proc/curpoc/file.
5147      Branch: perl
5148            ! Configure config_h.SH
5149 ____________________________________________________________________________
5150 [ 13212] By: jhi                                   on 2001/11/23  18:10:05
5151         Log: metaconfig unit change for 13211.
5152      Branch: metaconfig/U/perl
5153            + d_dirfd.U
5154 ____________________________________________________________________________
5155 [ 13211] By: jhi                                   on 2001/11/23  18:09:37
5156         Log: Add probing for dirfd() so that it can be added it IO::Dir.
5157      Branch: perl
5158            ! Configure config_h.SH perl.h
5159 ____________________________________________________________________________
5160 [ 13210] By: jhi                                   on 2001/11/23  17:37:27
5161         Log: ...and update the test count.
5162      Branch: perl
5163            ! lib/Pod/t/basic.t
5164 ____________________________________________________________________________
5165 [ 13209] By: jhi                                   on 2001/11/23  17:19:12
5166         Log: Must remove the cap test also from the test script.
5167      Branch: perl
5168            ! lib/Pod/t/basic.t
5169 ____________________________________________________________________________
5170 [ 13208] By: jhi                                   on 2001/11/23  17:11:58
5171         Log: Subject: [PATCH] Tests are good
5172              From: Nicholas Clark <nick@ccl4.org>
5173              Date: Fri, 23 Nov 2001 18:12:21 +0000
5174              Message-ID: <20011123181220.F37621@plum.flirble.org>
5175      Branch: perl
5176            ! pod/perlhack.pod
5177 ____________________________________________________________________________
5178 [ 13207] By: jhi                                   on 2001/11/23  17:08:31
5179         Log: The basic.cap from podlators 1.14 is not very portable.
5180      Branch: perl
5181            - lib/Pod/t/basic.cap
5182            ! MANIFEST
5183 ____________________________________________________________________________
5184 [ 13206] By: jhi                                   on 2001/11/23  16:41:13
5185         Log: Subject: Re: [DOC PATCHES] pod cleanups
5186              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
5187              Date: 22 Nov 2001 12:54:16 -0000
5188              Message-Id: <slrn9vptci.klv.rgarciasuarez@rafael.kazibao.net>
5189      Branch: perl
5190            ! pod/perlfunc.pod pod/perlmodinstall.pod pod/perlre.pod
5191            ! pod/perlretut.pod pod/perluniintro.pod vms/perlvms.pod
5192 ____________________________________________________________________________
5193 [ 13205] By: jhi                                   on 2001/11/23  16:38:10
5194         Log: FAQ sync.
5195      Branch: perl
5196            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
5197 ____________________________________________________________________________
5198 [ 13204] By: jhi                                   on 2001/11/23  16:37:21
5199         Log: Subject: [PATCH: perl@13169] inital testing for MM_VMS 
5200              From: PPrymmer@factset.com
5201              Date: Fri, 23 Nov 2001 11:43:45 -0500
5202              Message-ID: <OFC84EA224.295430FF-ON85256B0D.005BB70C@55.25.11>
5203      Branch: perl
5204            ! MANIFEST lib/ExtUtils/MM_VMS.pm
5205 ____________________________________________________________________________
5206 [ 13203] By: jhi                                   on 2001/11/23  15:47:13
5207         Log: Corify podlators 1.14 test.
5208      Branch: perl
5209            ! lib/Pod/t/basic.t
5210 ____________________________________________________________________________
5211 [ 13202] By: jhi                                   on 2001/11/23  15:38:36
5212         Log: Output tweak needed because of podlators 1.14.
5213      Branch: perl
5214            ! t/pod/multiline_items.xr
5215 ____________________________________________________________________________
5216 [ 13201] By: jhi                                   on 2001/11/23  15:38:04
5217         Log: Upgrade to podlators 1.14.
5218      Branch: perl
5219            + lib/Pod/t/basic.cap lib/Pod/t/basic.clr lib/Pod/t/basic.man
5220            + lib/Pod/t/basic.ovr lib/Pod/t/basic.pod lib/Pod/t/basic.t
5221            + lib/Pod/t/basic.txt lib/Pod/t/parselink.t
5222            ! MANIFEST lib/Pod/Man.pm lib/Pod/ParseLink.pm lib/Pod/Text.pm
5223            ! lib/Pod/Text/Overstrike.pm
5224 ____________________________________________________________________________
5225 [ 13200] By: jhi                                   on 2001/11/23  15:32:06
5226         Log: perlmodinstall tweaks from Philip Newton.
5227      Branch: perl
5228            ! pod/perlmodinstall.pod
5229 ____________________________________________________________________________
5230 [ 13199] By: jhi                                   on 2001/11/23  15:05:02
5231         Log: Subject: Re: [PATCH] Porting/genlog -bi and range
5232              From: Autrijus Tang <autrijus@autrijus.org>           
5233              Date: Fri, 23 Nov 2001 23:55:53 +0800
5234              Message-ID: <20011123235553.A2310@not.autrijus.org>
5235      Branch: perl
5236            ! Porting/genlog
5237 ____________________________________________________________________________
5238 [ 13198] By: jhi                                   on 2001/11/23  14:58:40
5239         Log: Subject: Re: regex oddness with \Z and $&
5240              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>  
5241              Date: Fri, 23 Nov 2001 15:15:24 +0000
5242              Message-Id: <200111231515.fANFFOR10341@crypt.compulink.co.uk>
5243      Branch: perl
5244            ! regcomp.c t/op/re_tests
5245 ____________________________________________________________________________
5246 [ 13197] By: jhi                                   on 2001/11/23  14:44:19
5247         Log: regen_headers.
5248      Branch: perl
5249            ! embed.h global.sym pod/perlapi.pod proto.h
5250 ____________________________________________________________________________
5251 [ 13196] By: jhi                                   on 2001/11/23  14:24:08
5252         Log: Forgotten check-in.
5253      Branch: perl
5254            ! pod/perlapi.pod
5255 ____________________________________________________________________________
5256 [ 13195] By: jhi                                   on 2001/11/23  14:23:49
5257         Log: Remembered everything in 13152 but Test/Simple.pm itself, duh.
5258      Branch: perl
5259            ! lib/Test/Simple.pm
5260 ____________________________________________________________________________
5261 [ 13194] By: jhi                                   on 2001/11/22  11:31:59
5262         Log: Retract #13173 (effectively retract Net::Ping 2.06,
5263              go back to 2.04, the 2.06 hasn't seen the patches
5264              that have gone to the blead version.)
5265      Branch: perl
5266            - lib/Net/Ping/CHANGES lib/Net/Ping/README
5267            - lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
5268            - lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
5269            - lib/Net/Ping/t/200_ping_tcp.t
5270            ! MANIFEST lib/Net/Ping.pm
5271 ____________________________________________________________________________
5272 [ 13193] By: jhi                                   on 2001/11/22  11:27:49
5273         Log: Subject: Re: [PATCH perldoc] problems with pod2man         
5274              From: Robin Barker <rmb1@cise.npl.co.uk>
5275              Date: Thu, 22 Nov 2001 11:00:38 GMT
5276              Message-Id: <200111221100.LAA08582@tempest.npl.co.uk>
5277      Branch: perl
5278            ! utils/perldoc.PL
5279 ____________________________________________________________________________
5280 [ 13192] By: jhi                                   on 2001/11/22  05:06:35
5281         Log: metaconfig unit change for #13191.
5282      Branch: metaconfig/U/perl
5283            ! d_procselfexe.U
5284 ____________________________________________________________________________
5285 [ 13191] By: jhi                                   on 2001/11/22  05:06:09
5286         Log: procselfexe tweak: for some reason I had a ls in
5287              /proc/self/exe, not the ls Configure thought it
5288              would found.
5289      Branch: perl
5290            ! Configure
5291 ____________________________________________________________________________
5292 [ 13190] By: jhi                                   on 2001/11/22  04:45:36
5293         Log: Corify the Net::Ping tests; skip the tests
5294              unless $ENV{PERL_TEST_Net_Ping} is true.
5295      Branch: perl
5296            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
5297            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
5298            ! lib/Net/Ping/t/200_ping_tcp.t
5299 ____________________________________________________________________________
5300 [ 13189] By: jhi                                   on 2001/11/22  04:44:03
5301         Log: metaconfig units changes for #13188.
5302      Branch: metaconfig
5303            ! U/modified/Head.U
5304      Branch: metaconfig/U/perl
5305            ! issymlink.U
5306 ____________________________________________________________________________
5307 [ 13188] By: jhi                                   on 2001/11/22  04:43:29
5308         Log: The #13182 didn't really help.  The real problem
5309              seems to be that 'sh' can in AIX mean at least three
5310              different things, and we can't know which one it is
5311              unless we export $newsh from an earlier run (and it's
5312              the 'bsh' aka 'sh' that has the the broken test -h).
5313      Branch: perl
5314            ! Configure
5315 ____________________________________________________________________________
5316 [ 13187] By: gsar                                  on 2001/11/22  03:42:58
5317         Log: local(*CORE::GLOBAL::require) doesn't behave like other overrides 
5318      Branch: perl
5319            ! op.c t/op/override.t
5320 ____________________________________________________________________________
5321 [ 13186] By: jhi                                   on 2001/11/22  03:18:49
5322         Log: Subject: [PATCH: perl@13169] add Shell.t tests for VMS
5323              From: PPrymmer@factset.com 
5324              Date: Wed, 21 Nov 2001 20:17:25 -0500
5325              Message-ID: <OF6DA93FFA.A954A0D4-ON85256B0C.0006DDF9@55.25.11>
5326      Branch: perl
5327            ! lib/Shell.t
5328 ____________________________________________________________________________
5329 [ 13185] By: jhi                                   on 2001/11/22  03:09:27
5330         Log: Reapply perlmodinstall parts of #12897.
5331      Branch: perl
5332            ! pod/perlmodinstall.pod
5333 ____________________________________________________________________________
5334 [ 13184] By: jhi                                   on 2001/11/22  03:08:00
5335         Log: perlmodinstall 2.01 from Jon Orwant.
5336      Branch: perl
5337            ! pod/perlmodinstall.pod
5338 ____________________________________________________________________________
5339 [ 13183] By: jhi                                   on 2001/11/21  22:33:20
5340         Log: Subject: [PATCH @10907] REXX on OS/2
5341              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5342              Date: Wed, 21 Nov 2001 15:26:11 -0500
5343              Message-ID: <20011121152611.A13664@math.ohio-state.edu>
5344      Branch: perl
5345            ! os2/Makefile.SHs os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
5346            ! os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/perlrexx.c
5347 ____________________________________________________________________________
5348 [ 13182] By: jhi                                   on 2001/11/21  22:31:10
5349         Log: metaconfig unit change for #13181.
5350      Branch: metaconfig/U/perl
5351            ! issymlink.U
5352 ____________________________________________________________________________
5353 [ 13181] By: jhi                                   on 2001/11/21  22:30:37
5354         Log: AIX has broken builtin 'test'.
5355      Branch: perl
5356            ! Configure
5357 ____________________________________________________________________________
5358 [ 13180] By: jhi                                   on 2001/11/21  22:27:16
5359         Log: Subject: [PATCH 5.7.x] INSTALL size update
5360              From: Andy Dougherty <doughera@lafayette.edu>
5361              Date: Wed, 21 Nov 2001 14:49:21 -0500 (EST) 
5362              Message-ID: <Pine.SOL.4.10.10111211448190.16009-100000@maxwell.phys.lafayette.edu>         
5363      Branch: perl
5364            ! INSTALL
5365 ____________________________________________________________________________
5366 [ 13179] By: jhi                                   on 2001/11/21  22:25:14
5367         Log: Implement the sort pragma.  Split sort code from pp_ctl.c
5368              to pp_sort.c.  Includes the quicksort stabilizing layer
5369              from John P. Linderman.  -Msort=qsort or -Msort=fast is
5370              faster than without (or with -Msort=mergesort or -Msort=safe)
5371              for short random inputs, but for some reason not quite as fast
5372              as 5.6.1 qsort.  More benchmarking, profiling, tuning, and
5373              optimizing definitely needed.
5374      Branch: perl
5375            + lib/sort.pm lib/sort.t pp_sort.c
5376            ! MANIFEST Makefile.SH Makefile.micro NetWare/Makefile embed.h
5377            ! embed.pl global.sym perl.h pp_ctl.c proto.h
5378            ! vms/descrip_mms.template vos/build.cm win32/Makefile
5379            ! win32/makefile.mk wince/Makefile.ce
5380 ____________________________________________________________________________
5381 [ 13178] By: gbarr                                 on 2001/11/21  18:30:10
5382         Log: Sync file with libnet-1.0901-tobe
5383      Branch: perl
5384            + lib/Net/t/config.t lib/Net/t/libnet_t.pl lib/Net/t/time.t
5385            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Config.pm
5386            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/E.pm
5387            ! lib/Net/FTP/L.pm lib/Net/NNTP.pm lib/Net/POP3.pm
5388            ! lib/Net/SMTP.pm lib/Net/libnetFAQ.pod
5389 ____________________________________________________________________________
5390 [ 13177] By: jhi                                   on 2001/11/21  17:31:28
5391         Log: Subject: [PATCH perldoc] problems with pod2man
5392              From: Robin Barker <rmb1@cise.npl.co.uk>
5393              Date: Wed, 21 Nov 2001 17:48:51 GMT
5394              Message-Id: <200111211748.RAA07123@tempest.npl.co.uk>
5395      Branch: perl
5396            ! utils/perldoc.PL
5397 ____________________________________________________________________________
5398 [ 13176] By: jhi                                   on 2001/11/21  17:27:30
5399         Log: debug_pad only visible when debugging.
5400      Branch: perl
5401            ! makedef.pl
5402 ____________________________________________________________________________
5403 [ 13175] By: jhi                                   on 2001/11/21  16:02:14
5404         Log: metaconfig units changes for #13174.
5405      Branch: metaconfig/U/perl
5406            + d_procselfexe.U
5407            - procselfexe.U
5408 ____________________________________________________________________________
5409 [ 13174] By: jhi                                   on 2001/11/21  16:01:39
5410         Log: procselfexe tweaks.
5411      Branch: perl
5412            ! Configure config_h.SH
5413 ____________________________________________________________________________
5414 [ 13173] By: jhi                                   on 2001/11/21  15:55:08
5415         Log: Upgrade to Net::Ping 2.06.
5416      Branch: perl
5417            + lib/Net/Ping/CHANGES lib/Net/Ping/README
5418            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
5419            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
5420            + lib/Net/Ping/t/200_ping_tcp.t
5421            ! MANIFEST lib/Net/Ping.pm
5422 ____________________________________________________________________________
5423 [ 13172] By: jhi                                   on 2001/11/21  15:17:13
5424         Log: Upgrade to Math::BigInt 1.47.
5425      Branch: perl
5426            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
5427            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
5428            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
5429            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
5430            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbf.t
5431            ! lib/Math/BigInt/t/sub_mbi.t
5432 ____________________________________________________________________________
5433 [ 13171] By: jhi                                   on 2001/11/21  15:03:53
5434         Log: Dynaloading for POSIX-BC from Thomas Dorner.
5435      Branch: perl
5436            ! hints/posix-bc.sh
5437 ____________________________________________________________________________
5438 [ 13170] By: jhi                                   on 2001/11/21  15:02:39
5439         Log: Strange: the same mysterious regex study bug
5440              seems to be present both in OS/390 and POSIX-BC.
5441              Deep EBCDIC magic that regex engine gets wrong,
5442              or a bug in some compiler/library shared by the
5443              two platforms?  From Thomas Dorner.
5444      Branch: perl
5445            ! t/op/study.t
5446 ____________________________________________________________________________
5447 [ 13169] By: jhi                                   on 2001/11/21  14:47:03
5448         Log: More lost and found.
5449      Branch: perl
5450            + lib/Test/Simple/README
5451            ! MANIFEST
5452 ____________________________________________________________________________
5453 [ 13168] By: jhi                                   on 2001/11/21  14:45:05
5454         Log: MANIFESTly missing.
5455      Branch: perl
5456            ! MANIFEST
5457 ____________________________________________________________________________
5458 [ 13167] By: jhi                                   on 2001/11/21  14:42:35
5459         Log: Subject: Re: PERFORCE change 13162 for review               
5460              From: Philip Newton <Philip.Newton@gmx.net> 
5461              Date: Wed, 21 Nov 2001 16:44:30 +0100
5462              Message-ID: <j2invt4a84bccvj8khob0s9m3hd5urmcud@4ax.com>
5463      Branch: perl
5464            ! ext/Devel/PPPort/PPPort.pm
5465 ____________________________________________________________________________
5466 [ 13166] By: jhi                                   on 2001/11/21  14:39:27
5467         Log: Update Changes.
5468      Branch: perl
5469            ! Changes patchlevel.h
5470 ____________________________________________________________________________
5471 [ 13165] By: jhi                                   on 2001/11/21  14:34:43
5472         Log: Small doc tweaks.
5473      Branch: perl
5474            ! ext/PerlIO/Via/Via.pm
5475 ____________________________________________________________________________
5476 [ 13164] By: jhi                                   on 2001/11/21  14:13:00
5477         Log: Redundant return.
5478      Branch: perl
5479            ! ext/MIME/Base64/QuotedPrint.pm
5480 ____________________________________________________________________________
5481 [ 13163] By: jhi                                   on 2001/11/21  13:52:30
5482         Log: Subject: [PATCH] Z*/[AZa]* fails to pack length properly
5483              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
5484              Date: Wed, 21 Nov 2001 10:23:16 +0100
5485              Message-ID: <200111211023160020.0050BD28@smtp.chello.at>   
5486      Branch: perl
5487            ! pp_pack.c t/op/pack.t
5488 ____________________________________________________________________________
5489 [ 13162] By: jhi                                   on 2001/11/21  13:44:41
5490         Log: Add Devel::PPPort originally from Kenneth Albanowski,
5491              revigorated by Paul Marquess: gives h2xs a Perl version
5492              portability boost.
5493      Branch: perl
5494            + ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
5495            + ext/Devel/PPPort/README ext/Devel/PPPort/TODO
5496            + ext/Devel/PPPort/harness/Harness.pm
5497            + ext/Devel/PPPort/harness/Harness.xs
5498            + ext/Devel/PPPort/harness/Makefile.PL
5499            + ext/Devel/PPPort/harness/module2.c
5500            + ext/Devel/PPPort/harness/module3.c
5501            + ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
5502            ! MANIFEST lib/h2xs.t utils/h2xs.PL
5503 ____________________________________________________________________________
5504 [ 13161] By: jhi                                   on 2001/11/21  13:43:08
5505         Log: Oops.
5506      Branch: perl
5507            ! lib/Test/Simple/t/filehandles.t
5508 ____________________________________________________________________________
5509 [ 13160] By: jhi                                   on 2001/11/21  13:23:07
5510         Log: Subject: Re: PERFORCE change 13152 for review               
5511              From: Philip Newton <Philip.Newton@gmx.net> 
5512              Date: Wed, 21 Nov 2001 09:04:05 +0100
5513              Message-ID: <1glmvtgulgh95tcrent3cso98pb5nm3rgb@4ax.com>
5514      Branch: perl
5515            ! lib/Test/Builder.pm
5516 ____________________________________________________________________________
5517 [ 13159] By: jhi                                   on 2001/11/21  13:19:08
5518         Log: Subject: Re: PERFORCE change 13142 for review
5519              From: Philip Newton <Philip.Newton@gmx.net>
5520              Date: Wed, 21 Nov 2001 09:04:03 +0100
5521              Message-ID: <m9lmvt8a2vjq2sa8stds01msej0f2f03up@4ax.com>
5522              
5523              plus rewrap few paragraphs.
5524      Branch: perl
5525            ! lib/Pod/LaTeX.pm
5526 ____________________________________________________________________________
5527 [ 13158] By: jhi                                   on 2001/11/21  03:59:51
5528         Log: Integrate #13154 from macperl; Remove comments.
5529      Branch: perl
5530           !> lib/File/Spec/Mac.pm
5531 ____________________________________________________________________________
5532 [ 13157] By: jhi                                   on 2001/11/21  03:53:06
5533         Log: Update the list of modules having tests.
5534      Branch: perl
5535            ! t/lib/1_compile.t
5536 ____________________________________________________________________________
5537 [ 13156] By: pudge                                 on 2001/11/21  03:19:09
5538         Log: Slight doc changes.
5539      Branch: maint-5.6/macperl
5540            ! macos/macperl/MacPerl.podhelp
5541 ____________________________________________________________________________
5542 [ 13155] By: pudge                                 on 2001/11/21  03:18:48
5543         Log: Add UTF-16 coercion.
5544      Branch: maint-5.6/macperl
5545            ! macos/lib/Mac/AppleEvents/Simple.pm
5546 ____________________________________________________________________________
5547 [ 13154] By: pudge                                 on 2001/11/21  03:16:55
5548         Log: Remove comments.
5549      Branch: maint-5.6/macperl
5550            ! lib/File/Spec/Mac.pm
5551 ____________________________________________________________________________
5552 [ 13153] By: pudge                                 on 2001/11/21  03:16:00
5553         Log: Fix FSpGetCatInfo (and other functions) corrupting
5554              memory with bad filespecs (bug #471867)
5555      Branch: maint-5.6/macperl
5556            ! macos/ext/Mac/Files/typemap macos/ext/Mac/typemap
5557 ____________________________________________________________________________
5558 [ 13152] By: jhi                                   on 2001/11/21  03:09:46
5559         Log: Upgrade to Test::Simple 0.33.
5560      Branch: perl
5561            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple/Changes
5562            ! lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/no_header.t
5563            ! lib/Test/Simple/t/output.t lib/Test/Tutorial.pod
5564 ____________________________________________________________________________
5565 [ 13151] By: jhi                                   on 2001/11/21  03:01:36
5566         Log: Upgrade to Test::Harness 1.26.
5567      Branch: perl
5568            ! lib/Test/Harness.pm lib/Test/Harness/Changes
5569 ____________________________________________________________________________
5570 [ 13150] By: jhi                                   on 2001/11/21  02:15:47
5571         Log: Integrate change #13145 from maintperl;
5572              another compatibility tweak to change#12559: avoid quoting
5573              arguments that already have quotes; add test case
5574      Branch: perl
5575           !> t/op/system_tests win32/win32.c
5576 ____________________________________________________________________________
5577 [ 13149] By: gsar                                  on 2001/11/21  02:00:28
5578         Log: integrate change#13147 from mainline (fixes nit in change#10091)
5579              
5580              Subject: [PATCH] spaceship and refs
5581      Branch: maint-5.6/perl
5582            ! pp.c pp_hot.c t/op/cmp.t
5583 ____________________________________________________________________________
5584 [ 13148] By: jhi                                   on 2001/11/21  00:44:56
5585         Log: Subject: [PATCH] Add test for Pod::ParseUtils              
5586              From: Tim Jenness <t.jenness@jach.hawaii.edu>            
5587              Date: Tue, 20 Nov 2001 14:33:14 -1000 (HST)
5588              Message-ID: <Pine.LNX.4.33.0111201429060.22000-100000@lapaki>
5589      Branch: perl
5590            + lib/Pod/t/utils.t
5591            ! MANIFEST
5592 ____________________________________________________________________________
5593 [ 13147] By: jhi                                   on 2001/11/21  00:40:09
5594         Log: Subject: [PATCH] spaceship and refs
5595              From: Nicholas Clark <nick@ccl4.org>
5596              Date: Tue, 20 Nov 2001 21:59:51 +0000
5597              Message-ID: <20011120215951.U62891@plum.flirble.org> 
5598      Branch: perl
5599            ! pp.c pp_hot.c t/op/cmp.t
5600 ____________________________________________________________________________
5601 [ 13146] By: jhi                                   on 2001/11/21  00:37:00
5602         Log: Try to clarify which I/O call operates on bytes,
5603              which on characters, which on either.
5604      Branch: perl
5605            ! pod/perlfunc.pod
5606 ____________________________________________________________________________
5607 [ 13145] By: gsar                                  on 2001/11/21  00:14:29
5608         Log: another compatibility tweak to change#12559: avoid quoting
5609              arguments that already have quotes; add test case
5610      Branch: maint-5.6/perl
5611            ! t/op/system_tests win32/win32.c
5612 ____________________________________________________________________________
5613 [ 13144] By: jhi                                   on 2001/11/20  22:31:47
5614         Log: Give a simple example of writing PerlIO::Via handlers
5615              in Perl.
5616      Branch: perl
5617            ! ext/PerlIO/Via/Via.pm
5618 ____________________________________________________________________________
5619 [ 13143] By: jhi                                   on 2001/11/20  20:50:41
5620         Log: Add test for Pod::LaTeX; re-sort MANIFEST.
5621      Branch: perl
5622            + lib/Pod/t/latex.t
5623            ! MANIFEST
5624 ____________________________________________________________________________
5625 [ 13142] By: jhi                                   on 2001/11/20  20:42:48
5626         Log: Subject: [PATCH] Pod::LaTeX up to V0.54
5627              From: Tim Jenness <t.jenness@jach.hawaii.edu>
5628              Date: Tue, 20 Nov 2001 11:36:54 -1000 (HST)
5629              Message-ID: <Pine.LNX.4.33.0111201131060.22000-100000@lapaki>
5630      Branch: perl
5631            ! lib/Pod/LaTeX.pm pod/pod2latex.PL
5632 ____________________________________________________________________________
5633 [ 13141] By: jhi                                   on 2001/11/20  20:35:14
5634         Log: Spread d_procselfexe to far-off lands (undefined).
5635      Branch: perl
5636            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
5637            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
5638            ! vos/config.ga.def vos/config.ga.h win32/config.bc
5639            ! win32/config.gc win32/config.vc win32/config.win64
5640            ! wince/config.ce
5641 ____________________________________________________________________________
5642 [ 13140] By: jhi                                   on 2001/11/20  20:17:13
5643         Log: Integrate perlio; add detection and use of /proc/self/exe
5644              (Linuxism for finding the absolute path of the executable)
5645      Branch: perl
5646           !> Configure config_h.SH perl.c t/op/magic.t
5647 ____________________________________________________________________________
5648 [ 13139] By: jhi                                   on 2001/11/20  20:12:06
5649         Log: Really define do_report_used() only if DEBUGGING.
5650      Branch: perl
5651            ! sv.c
5652 ____________________________________________________________________________
5653 [ 13138] By: nick                                  on 2001/11/20  20:01:05
5654         Log: perl.c change to use HAS_PROCSELFEXE, also
5655              tweak to $^X test to comprehend full path to real executable
5656              being returned (like Cygwin as it happens...)
5657      Branch: perlio
5658            ! perl.c t/op/magic.t
5659 ____________________________________________________________________________
5660 [ 13137] By: nick                                  on 2001/11/20  19:46:00
5661         Log: Integrate mainline
5662      Branch: perlio
5663           +> lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
5664           +> lib/NEXT/t/unseen.t
5665            - lib/NEXT/test.pl
5666           !> (integrate 34 files)
5667 ____________________________________________________________________________
5668 [ 13136] By: jhi                                   on 2001/11/20  17:47:36
5669         Log: Subject: [?PATCH] terser pp_eq
5670              From: Nicholas Clark <nick@ccl4.org>
5671              Date: Mon, 19 Nov 2001 23:09:02 +0000
5672              Message-ID: <20011119230901.O62891@plum.flirble.org>
5673      Branch: perl
5674            ! pp_hot.c
5675 ____________________________________________________________________________
5676 [ 13135] By: jhi                                   on 2001/11/20  17:40:13
5677         Log: Pass 4 at perldelta - cleanup problems found by podchecker.
5678      Branch: perl
5679            ! pod/perldelta.pod
5680 ____________________________________________________________________________
5681 [ 13134] By: jhi                                   on 2001/11/20  16:59:54
5682         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
5683              From: Andy Dougherty <doughera@lafayette.edu>
5684              Date: Tue, 20 Nov 2001 12:45:32 -0500 (EST)
5685              Message-ID: <Pine.SOL.4.10.10111201240270.15132-100000@maxwell.phys.lafayette.edu>
5686      Branch: perl
5687            ! ext/re/Makefile.PL ext/re/re.xs
5688 ____________________________________________________________________________
5689 [ 13133] By: jhi                                   on 2001/11/20  15:51:04
5690         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
5691              From: Andy Dougherty <doughera@lafayette.edu>
5692              Date: Tue, 20 Nov 2001 11:08:13 -0500 (EST)
5693              Message-ID: <Pine.SOL.4.10.10111201106010.15104-100000@maxwell.phys.lafayette.edu>
5694      Branch: perl
5695            ! ext/re/re.xs
5696 ____________________________________________________________________________
5697 [ 13132] By: jhi                                   on 2001/11/20  15:31:43
5698         Log: Integrate change #13119 from macperl.
5699              (No changes since already applied the patch,
5700              just keep perforce happy and well-fed.)
5701      Branch: perl
5702           !> lib/Pod/Html.pm
5703 ____________________________________________________________________________
5704 [ 13131] By: jhi                                   on 2001/11/20  15:29:55
5705         Log: Subject: [PATCH] filter-util.pl for Mac OS
5706              From: Chris Nandor <pudge@pobox.com>
5707              Date: Tue, 20 Nov 2001 00:16:11 -0500
5708              Message-Id: <p0510030ab81f970e9c05@[10.0.1.177]>
5709      Branch: perl
5710            ! t/lib/filter-util.pl
5711 ____________________________________________________________________________
5712 [ 13130] By: jhi                                   on 2001/11/20  15:23:11
5713         Log: Subject: [PATCH] Portability fix for Pod::Html
5714              From: Chris Nandor <pudge@pobox.com>
5715              Date: Tue, 20 Nov 2001 00:01:05 -0500
5716              Message-Id: <p05100307b81f92788846@[10.0.1.177]>
5717      Branch: perl
5718            ! lib/Pod/Html.pm
5719 ____________________________________________________________________________
5720 [ 13129] By: jhi                                   on 2001/11/20  15:14:49
5721         Log: Need to skip more tests if not perlio.
5722      Branch: perl
5723            ! lib/open.t
5724 ____________________________________________________________________________
5725 [ 13128] By: jhi                                   on 2001/11/20  15:04:55
5726         Log: Pass 3 at perldelta - sort the lists of new modules,
5727              module improvements, and new platforms.
5728      Branch: perl
5729            ! pod/perldelta.pod
5730 ____________________________________________________________________________
5731 [ 13127] By: jhi                                   on 2001/11/20  13:42:22
5732         Log: Document ${^OPEN}.
5733      Branch: perl
5734            ! pod/perlvar.pod
5735 ____________________________________________________________________________
5736 [ 13126] By: pudge                                 on 2001/11/20  03:28:51
5737         Log: Make configpm work with extra keys
5738      Branch: maint-5.6/macperl
5739            ! macos/configpm
5740 ____________________________________________________________________________
5741 [ 13125] By: pudge                                 on 2001/11/20  03:28:09
5742         Log: Version and doc updates
5743      Branch: maint-5.6/macperl
5744            ! macos/MPVersion.r macos/macperl/MacPerl.podhelp
5745 ____________________________________________________________________________
5746 [ 13124] By: pudge                                 on 2001/11/20  03:27:44
5747         Log: More fixes for error message parsing (bug #470316)
5748      Branch: maint-5.6/macperl
5749            ! macos/macish.c
5750 ____________________________________________________________________________
5751 [ 13123] By: pudge                                 on 2001/11/20  03:26:32
5752         Log: Fix ctrl-D handling (bug #471436), more exit fixes (bug #467732),
5753              remove obsolete function (bug #465225)
5754      Branch: maint-5.6/macperl
5755            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
5756            ! macos/macperl/MPScript.c
5757 ____________________________________________________________________________
5758 [ 13122] By: pudge                                 on 2001/11/20  03:20:17
5759         Log: Add p2as droplet to distribution.
5760      Branch: maint-5.6/macperl
5761            + macos/macperl/Droplets/p2as.plx
5762 ____________________________________________________________________________
5763 [ 13121] By: pudge                                 on 2001/11/20  03:10:36
5764         Log: Bundle File::Sort.
5765      Branch: maint-5.6/macperl
5766            + macos/bundled_lib/blib/lib/File/Sort.pm
5767 ____________________________________________________________________________
5768 [ 13120] By: pudge                                 on 2001/11/20  03:09:21
5769         Log: Various bundled module fixes.
5770      Branch: maint-5.6/macperl
5771            ! macos/bundled_ext/Compress/Zlib/Makefile.mk
5772            ! macos/bundled_ext/Digest/MD5/t/files.t
5773            ! macos/bundled_ext/Filter/t/filter-util.pl
5774            ! macos/bundled_lib/blib/lib/Net/Config.pm
5775            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
5776 ____________________________________________________________________________
5777 [ 13119] By: pudge                                 on 2001/11/20  03:08:27
5778         Log: Portability fix for Pod::Html.
5779      Branch: maint-5.6/macperl
5780            ! lib/Pod/Html.pm
5781 ____________________________________________________________________________
5782 [ 13118] By: jhi                                   on 2001/11/20  02:58:38
5783         Log: Upgrade to Text::Balanced 1.89.
5784      Branch: perl
5785            ! lib/Text/Balanced.pm lib/Text/Balanced/Changes
5786            ! lib/Text/Balanced/README lib/Text/Balanced/t/extbrk.t
5787            ! lib/Text/Balanced/t/extcbk.t lib/Text/Balanced/t/extdel.t
5788            ! lib/Text/Balanced/t/extmul.t lib/Text/Balanced/t/extqlk.t
5789            ! lib/Text/Balanced/t/exttag.t lib/Text/Balanced/t/extvar.t
5790            ! lib/Text/Balanced/t/gentag.t
5791 ____________________________________________________________________________
5792 [ 13117] By: jhi                                   on 2001/11/20  02:53:32
5793         Log: Upgrade to NEXT 0.50.
5794      Branch: perl
5795            + lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
5796            + lib/NEXT/t/unseen.t
5797            - lib/NEXT/test.pl
5798            ! MANIFEST lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
5799 ____________________________________________________________________________
5800 [ 13116] By: pudge                                 on 2001/11/20  02:47:23
5801         Log: Integrate with maint-5.6/perl.
5802      Branch: maint-5.6/macperl
5803           !> win32/win32.c
5804 ____________________________________________________________________________
5805 [ 13115] By: jhi                                   on 2001/11/20  01:57:41
5806         Log: Update the README.threads scary header a bit.
5807      Branch: perl
5808            ! README.threads
5809 ____________________________________________________________________________
5810 [ 13114] By: jhi                                   on 2001/11/20  01:49:59
5811         Log: Pass 2 at perldelta: add some changes since 5.7.2.
5812      Branch: perl
5813            ! pod/perldelta.pod
5814 ____________________________________________________________________________
5815 [ 13113] By: jhi                                   on 2001/11/20  00:55:25
5816         Log: Subject: [DOC PATCH] perlfaq4.pod 
5817              From: Tim Jenness <t.jenness@jach.hawaii.edu>
5818              Date: Mon, 19 Nov 2001 15:31:36 -1000 (HST)
5819              Message-ID: <Pine.LNX.4.33.0111191530180.5914-100000@lapaki>           
5820      Branch: perl
5821            ! pod/perlfaq4.pod
5822 ____________________________________________________________________________
5823 [ 13112] By: jhi                                   on 2001/11/20  00:53:17
5824         Log: Subject: [PATCH perl.c] Extra diagnostics for -DP            
5825              From: Michael G Schwern <schwern@pobox.com> 
5826              Date: Mon, 19 Nov 2001 19:53:12 -0500
5827              Message-ID: <20011119195311.I11883@blackrider>
5828      Branch: perl
5829            ! perl.c
5830 ____________________________________________________________________________
5831 [ 13111] By: jhi                                   on 2001/11/20  00:48:46
5832         Log: Subject: [PATCH: perl@13050] update of vms Makefile.SH analog
5833              From: PPrymmer@factset.com
5834              Date: Mon, 19 Nov 2001 17:08:59 -0500
5835              Message-ID: <OFE1F46859.B4E4C53A-ON85256B09.0078C420@55.25.11>
5836      Branch: perl
5837            ! vms/descrip_mms.template
5838 ____________________________________________________________________________
5839 [ 13110] By: jhi                                   on 2001/11/20  00:39:02
5840         Log: Create a per-interpeter debug scratchpad container
5841              and use that for the regexec debugging.
5842      Branch: perl
5843            ! embedvar.h intrpvar.h perl.c perl.h perlapi.h regexec.c
5844 ____________________________________________________________________________
5845 [ 13109] By: nick                                  on 2001/11/19  22:01:45
5846         Log: Use /proc/self/exe to set $^X on linux (or anywhere new
5847              Configure unit detects the feature).
5848      Branch: metaconfig/U/perl
5849            + procselfexe.U
5850      Branch: perlio
5851            ! Configure config_h.SH
5852 ____________________________________________________________________________
5853 [ 13108] By: nick                                  on 2001/11/19  20:39:17
5854         Log: Integrate mainline
5855      Branch: perlio
5856           +> t/op/or.t
5857           !> (integrate 44 files)
5858 ____________________________________________________________________________
5859 [ 13107] By: jhi                                   on 2001/11/19  20:22:36
5860         Log: sysseek tweak.
5861      Branch: perl
5862            ! pod/perlfunc.pod
5863 ____________________________________________________________________________
5864 [ 13106] By: jhi                                   on 2001/11/19  20:18:42
5865         Log: Move the sysio tests from io/utf8 to lib/open.
5866      Branch: perl
5867            ! lib/open.t t/io/utf8.t
5868 ____________________________________________________________________________
5869 [ 13105] By: nick                                  on 2001/11/19  20:15:39
5870         Log: Add a .package and a README to //depot/metaconfig
5871      Branch: metaconfig
5872            + .package README
5873 ____________________________________________________________________________
5874 [ 13104] By: jhi                                   on 2001/11/19  20:01:54
5875         Log: Thou shalt not mix stdio and sysio.
5876      Branch: perl
5877            ! t/io/utf8.t
5878 ____________________________________________________________________________
5879 [ 13103] By: jhi                                   on 2001/11/19  19:28:40
5880         Log: Update Changes.
5881      Branch: perl
5882            ! Changes patchlevel.h
5883 ____________________________________________________________________________
5884 [ 13102] By: jhi                                   on 2001/11/19  19:17:14
5885         Log: The runops_debug needs to be present always, otherwise
5886              places like AIX which need an explicit symbol export list
5887              will croak when trying to build Devel::Peek (which uses
5888              the runops_debug).
5889      Branch: perl
5890            ! makedef.pl
5891 ____________________________________________________________________________
5892 [ 13101] By: jhi                                   on 2001/11/19  19:06:48
5893         Log: Subject: [PATCH: perl@13050] VMS specific cleanup and strictness for tie_sdbm.t
5894              From: PPrymmer@factset.com 
5895              Date: Mon, 19 Nov 2001 11:34:22 -0500
5896              Message-ID: <OF8BFCD922.9F513397-ON85256B09.005AAA90@55.25.11>
5897      Branch: perl
5898            ! lib/Memoize/t/tie_sdbm.t
5899 ____________________________________________________________________________
5900 [ 13100] By: jhi                                   on 2001/11/19  18:57:11
5901         Log: Retract #13088: it seems that unless dump.c is extensively
5902              reorganized as to what symbols it shows, when, and to whom,
5903              we are stuck with having the dump.o symbols in the libperl
5904              and thusly in the main Perl binary.
5905      Branch: perl
5906            ! embedvar.h perlapi.h perlvars.h
5907 ____________________________________________________________________________
5908 [ 13099] By: jhi                                   on 2001/11/19  18:02:14
5909         Log: The _uni_display should not be in dump.c since they
5910              are used under normal operation (S_not_a_number()).
5911      Branch: perl
5912            ! dump.c embed.h embed.pl global.sym proto.h utf8.c
5913 ____________________________________________________________________________
5914 [ 13098] By: jhi                                   on 2001/11/19  17:37:26
5915         Log: Protect sv_dump() from being included unless DEBUGGING,
5916              as noticed by Ilya.
5917      Branch: perl
5918            ! sv.c
5919 ____________________________________________________________________________
5920 [ 13097] By: jhi                                   on 2001/11/19  15:11:41
5921         Log: Pending further investigation skip the tell() tests.
5922              The tell() is okay on Solaris, HP-UX and Tru64, but fails
5923              (by returning too much) in Linux.
5924      Branch: perl
5925            ! t/io/utf8.t
5926 ____________________________________________________________________________
5927 [ 13096] By: jhi                                   on 2001/11/19  14:28:57
5928         Log: Retract #13082 until a better solution is found:
5929              statics break ithreads.
5930      Branch: perl
5931            ! regexec.c
5932 ____________________________________________________________________________
5933 [ 13095] By: jhi                                   on 2001/11/19  14:24:33
5934         Log: Figures 1 and 2 for UTF-8.
5935      Branch: perl
5936            ! pod/perlunicode.pod
5937 ____________________________________________________________________________
5938 [ 13094] By: jhi                                   on 2001/11/19  14:09:34
5939         Log: Subject: [PATCH] new warning "Useless use of sort in scalar context"
5940              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5941              Date: Mon, 19 Nov 2001 13:26:45 +0100                 
5942              Message-ID: <20011119132645.A15034@rafael>
5943      Branch: perl
5944            ! op.c pod/perldiag.pod t/lib/warnings/op
5945 ____________________________________________________________________________
5946 [ 13093] By: jhi                                   on 2001/11/19  14:07:20
5947         Log: Subject: [PATCH t/op/closure.t] A little extra debugging output
5948              From: Michael G Schwern <schwern@pobox.com> 
5949              Date: Mon, 19 Nov 2001 03:11:12 -0500                 
5950              Message-ID: <20011119031112.E786@blackrider>
5951      Branch: perl
5952            ! t/op/closure.t
5953 ____________________________________________________________________________
5954 [ 13092] By: jhi                                   on 2001/11/19  14:05:21
5955         Log: Subject: [PATCH MANIFEST t/op/or.t] Double FETCH test
5956              From: Michael G Schwern <schwern@pobox.com>
5957              Date: Mon, 19 Nov 2001 03:42:56 -0500
5958              Message-ID: <20011119034256.I786@blackrider>
5959      Branch: perl
5960            + t/op/or.t
5961            ! MANIFEST
5962 ____________________________________________________________________________
5963 [ 13091] By: jhi                                   on 2001/11/19  13:50:45
5964         Log: Subject: [PATCH] io_poll.t vms/test.com tweaks
5965              From: "Craig A. Berry" <craigberry@mac.com>
5966              Date: Sun, 18 Nov 2001 14:33:48 -0600
5967              Message-Id: <a05101001b81db38899ea@[172.16.52.1]>
5968      Branch: perl
5969            ! ext/IO/lib/IO/t/io_poll.t vms/test.com
5970 ____________________________________________________________________________
5971 [ 13090] By: jhi                                   on 2001/11/19  13:49:28
5972         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
5973              From: Dave Rolsky <autarch@urth.org>
5974              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST)
5975              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
5976      Branch: perl
5977            ! lib/ExtUtils/Manifest.pm
5978 ____________________________________________________________________________
5979 [ 13089] By: jhi                                   on 2001/11/19  13:48:35
5980         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
5981              From: Dave Rolsky <autarch@urth.org>
5982              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST) 
5983              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
5984      Branch: perl
5985            ! lib/ExtUtils/Install.pm
5986 ____________________________________________________________________________
5987 [ 13088] By: jhi                                   on 2001/11/19  13:44:49
5988         Log: The runops_dbg should not be needed.
5989      Branch: perl
5990            ! embedvar.h perlapi.h perlvars.h pod/perlapi.pod
5991 ____________________________________________________________________________
5992 [ 13087] By: jhi                                   on 2001/11/19  13:28:22
5993         Log: do_spawn() cleanup from Charles Lane.
5994      Branch: perl
5995            ! vms/vms.c
5996 ____________________________________________________________________________
5997 [ 13086] By: jhi                                   on 2001/11/19  13:22:26
5998         Log: Update the list of tests.
5999      Branch: perl
6000            ! t/lib/1_compile.t
6001 ____________________________________________________________________________
6002 [ 13085] By: jhi                                   on 2001/11/18  21:57:23
6003         Log: Subject: [PATCH t/lib/warnings/sv] Re: [ID 20011116.125] $a = undef; print "$a\n"; does not warn
6004              From: Michael G Schwern <schwern@pobox.com> 
6005              Date: Fri, 16 Nov 2001 17:37:04 -0500
6006              Message-ID: <20011116173703.L30160@blackrider>
6007      Branch: perl
6008            ! t/lib/warnings/sv
6009 ____________________________________________________________________________
6010 [ 13084] By: jhi                                   on 2001/11/18  21:38:50
6011         Log: FAQ sync.
6012      Branch: perl
6013            ! pod/perlfaq4.pod
6014 ____________________________________________________________________________
6015 [ 13083] By: jhi                                   on 2001/11/18  21:37:06
6016         Log: Integrate perlio; win32 sync.
6017      Branch: perl
6018           !> perlio.c win32/win32io.c
6019 ____________________________________________________________________________
6020 [ 13082] By: jhi                                   on 2001/11/18  19:13:06
6021         Log: (retracted by #13096)
6022              Debugging would be badly skewed by a malloc per regex dump.
6023      Branch: perl
6024            ! regexec.c
6025 ____________________________________________________________________________
6026 [ 13081] By: nick                                  on 2001/11/18  19:08:40
6027         Log: Win32 layer has a dup which needs to match new prototype.
6028      Branch: perlio
6029            ! win32/win32io.c
6030 ____________________________________________________________________________
6031 [ 13080] By: nick                                  on 2001/11/18  19:05:02
6032         Log: Wrong way to get stdio mode used.
6033      Branch: perlio
6034            ! perlio.c
6035 ____________________________________________________________________________
6036 [ 13079] By: jhi                                   on 2001/11/18  18:59:28
6037         Log: Retract #13048: that introduced a malloc() (through savepvn())
6038              to *every* m//, which killed the performance quite badly.
6039      Branch: perl
6040            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
6041 ____________________________________________________________________________
6042 [ 13078] By: jhi                                   on 2001/11/18  17:37:31
6043         Log: Pass 1 at perldelta.pod: sort the section contents
6044              together, drop all but the 5.7.2 known problems,
6045              leave the 5.7.1 security note since that's the
6046              fullest explanation (update the date on that).
6047      Branch: perl
6048            ! pod/perldelta.pod
6049 ____________________________________________________________________________
6050 [ 13077] By: jhi                                   on 2001/11/18  17:07:12
6051         Log: Retract 11635: close 20011113.110, reopen 20010809.028.
6052              
6053              Tiny problem in the test for 20011113.110: I hope
6054              'my $x= [("foo") x 1]' was never going to produce [qw(foo foo)] :-)
6055      Branch: perl
6056            ! pp.c t/op/repeat.t
6057 ____________________________________________________________________________
6058 [ 13076] By: jhi                                   on 2001/11/18  16:46:11
6059         Log: All of syswrite/send/sendto need to return character counts,
6060              and character counts from the offset, not the beginning of
6061              the scalar.
6062      Branch: perl
6063            ! pp_sys.c
6064 ____________________________________________________________________________
6065 [ 13075] By: jhi                                   on 2001/11/18  16:39:32
6066         Log: Integrate PerlIO: duping fixes.
6067      Branch: perl
6068           !> doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
6069           !> ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
6070           !> perliol.h sv.c
6071 ____________________________________________________________________________
6072 [ 13074] By: jhi                                   on 2001/11/18  16:34:29
6073         Log: syswrite() was still returning byte counts, not character counts.
6074      Branch: perl
6075            ! pp_sys.c t/io/utf8.t
6076 ____________________________________________________________________________
6077 [ 13073] By: jhi                                   on 2001/11/18  16:16:17
6078         Log: Add test for sysread().
6079      Branch: perl
6080            ! t/io/utf8.t
6081 ____________________________________________________________________________
6082 [ 13072] By: nick                                  on 2001/11/18  16:15:31
6083         Log: Allow dup'ing of PerlIO::Scalar etc.
6084      Branch: perlio
6085            ! doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
6086            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
6087            ! perliol.h sv.c
6088 ____________________________________________________________________________
6089 [ 13071] By: jhi                                   on 2001/11/18  16:12:32
6090         Log: Prepend a null byte to the test set.
6091      Branch: perl
6092            ! t/io/utf8.t
6093 ____________________________________________________________________________
6094 [ 13070] By: jhi                                   on 2001/11/18  15:13:57
6095         Log: Document how "no utf8;" can become handy.
6096      Branch: perl
6097            ! lib/utf8.pm
6098 ____________________________________________________________________________
6099 [ 13069] By: jhi                                   on 2001/11/18  14:05:23
6100         Log: Integrate perlio; force the inclusion of the PL_runops_*
6101      Branch: perl
6102           !> embedvar.h hv.c perlapi.h perlvars.h pod/perlapi.pod
6103 ____________________________________________________________________________
6104 [ 13068] By: nick                                  on 2001/11/18  13:23:33
6105         Log: embed.pl generated changes I forgot to include
6106      Branch: perlio
6107            ! embedvar.h perlapi.h pod/perlapi.pod
6108 ____________________________________________________________________________
6109 [ 13067] By: nick                                  on 2001/11/18  12:50:19
6110         Log: Force inclusion of both Perl_runops_* in perl itself,
6111              so they are available for Peek.xs etc.
6112      Branch: perlio
6113            ! perlvars.h
6114 ____________________________________________________________________________
6115 [ 13066] By: nick                                  on 2001/11/18  11:00:34
6116         Log: Integrate mainline - a few Devel::Peak fails.
6117      Branch: perlio
6118           +> (branch 29 files)
6119            - ext/Thread/Thread.pm lib/Benchmark.t
6120            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
6121            - lib/Lingua/KO/Hangul/Util/README
6122            - lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Normalize.pm
6123            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
6124            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
6125            - vms/ext/vmsish.pm vms/ext/vmsish.t
6126            ! hv.c
6127           !> (integrate 389 files)
6128 ____________________________________________________________________________
6129 [ 13065] By: jhi                                   on 2001/11/18  01:22:25
6130         Log: Start working on perldelta.  This is not yet any sort of
6131              editing; just concatenating perl570delta, perl571delta,
6132              and perl572delta.  Any sorting not done, any duplicate
6133              removal not done, any removal or update of obsolete items
6134              not done, any changes since 5.7.2 not included.  So there.
6135      Branch: perl
6136            ! pod/perldelta.pod
6137 ____________________________________________________________________________
6138 [ 13064] By: jhi                                   on 2001/11/17  22:22:47
6139         Log: Banish "use utf8".
6140      Branch: perl
6141            ! pod/perlre.pod pod/perlretut.pod pod/perlunicode.pod
6142 ____________________________________________________________________________
6143 [ 13063] By: jhi                                   on 2001/11/17  17:53:38
6144         Log: Tweak from Charles Lane.
6145      Branch: perl
6146            ! vms/vms.c
6147 ____________________________________________________________________________
6148 [ 13062] By: jhi                                   on 2001/11/17  15:35:22
6149         Log: Integrate change #13058 from maintperl;
6150              change#12559 breaks things on Win9x because command.com doesn't
6151              grok dquotes at all; disable all the system() smarts for
6152              command.com
6153      Branch: perl
6154           !> win32/win32.c
6155 ____________________________________________________________________________
6156 [ 13061] By: ams                                   on 2001/11/17  13:46:11
6157         Log: Subject: [PATCH lib/Term/Cap.pm] Sync with CPAN version
6158              From: Jonathan Stowe <gellyfish@gellyfish.com>
6159              Date: Sat, 17 Nov 2001 14:05:02 +0000 (GMT)
6160              Message-Id: <Pine.LNX.4.33.0111171356190.13024-100000@orpheus.gellyfish.com>
6161      Branch: perl
6162            ! lib/Term/Cap.pm
6163 ____________________________________________________________________________
6164 [ 13060] By: ams                                   on 2001/11/17  09:49:10
6165         Log: Subject: [PATCH9 File/Find.pm doc nits
6166              From: Tels <perl_dummy@bloodgate.com>
6167              Date: Sat, 17 Nov 2001 11:41:51 +0100 (CET)
6168      Branch: perl
6169            ! lib/File/Find.pm
6170 ____________________________________________________________________________
6171 [ 13059] By: ams                                   on 2001/11/17  09:38:38
6172         Log: Subject: [PATCH] Benchmark.pm nit
6173              From: Tels <perl_dummy@bloodgate.com>
6174              Date: Sat, 17 Nov 2001 11:29:23 +0100 (CET)
6175      Branch: perl
6176            ! lib/Benchmark.pm
6177 ____________________________________________________________________________
6178 [ 13058] By: gsar                                  on 2001/11/17  03:50:49
6179         Log: change#12559 breaks things on Win9x because command.com doesn't
6180              grok dquotes at all; disable all the system() smarts for
6181              command.com
6182      Branch: maint-5.6/perl
6183            ! win32/win32.c
6184 ____________________________________________________________________________
6185 [ 13057] By: ams                                   on 2001/11/16  20:30:03
6186         Log: Subject: [PATCH] lib/Unicode/UCD.t @INC oddity
6187              From: Andy Dougherty <doughera@lafayette.edu>
6188              Date: Fri, 16 Nov 2001 16:28:45 -0500 (EST)
6189              Message-Id: <Pine.SOL.4.10.10111161625070.7245-100000@maxwell.phys.lafayette.edu>
6190      Branch: perl
6191            ! lib/Unicode/UCD.t
6192 ____________________________________________________________________________
6193 [ 13056] By: jhi                                   on 2001/11/16  19:18:21
6194         Log: Subject: [Patch Perl@13023] VMS system() warning
6195              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
6196              Date: Fri, 16 Nov 2001 15:20:11 EST
6197              Message-Id: <011116152009.39eb8@DUPHY4.Physics.Drexel.Edu>
6198      Branch: perl
6199            ! vms/vms.c
6200 ____________________________________________________________________________
6201 [ 13055] By: jhi                                   on 2001/11/16  19:03:39
6202         Log: It's neither-nor, and protect against the impossible.
6203      Branch: perl
6204            ! lib/Thread.pm
6205 ____________________________________________________________________________
6206 [ 13054] By: jhi                                   on 2001/11/16  18:37:30
6207         Log: 5005threads didn't work because $Thread::VERSION wasn't
6208              visible.  Oops.
6209      Branch: perl
6210            ! ext/Thread/Makefile.PL lib/Thread.pm
6211 ____________________________________________________________________________
6212 [ 13053] By: jhi                                   on 2001/11/16  17:08:15
6213         Log: Robustness against Linux using something else than gcc;
6214              based on
6215              
6216              Subject: [ID 20011116.124] perl 5.6.1 with Intel's icc on RedHat Linux 7.2
6217              From: Charles Randall <cfriv@yahoo.com>
6218              Date: Fri, 16 Nov 2001 09:31:57 -0800 (PST)
6219              Message-Id: <20011116173157.2322.qmail@web20904.mail.yahoo.com>
6220      Branch: perl
6221            ! ext/Errno/Errno_pm.PL
6222 ____________________________________________________________________________
6223 [ 13052] By: ams                                   on 2001/11/16  16:46:39
6224         Log: Subject: Re: [h.m.brand@hccnet.nl: Installman problems]
6225              From: Russ Allbery <rra@stanford.edu>
6226              Date: 16 Nov 2001 09:44:21 -0800
6227              Message-Id: <yln11mwqyy.fsf@windlord.stanford.edu>
6228      Branch: perl
6229            ! lib/Pod/ParseLink.pm
6230 ____________________________________________________________________________
6231 [ 13051] By: jhi                                   on 2001/11/16  15:26:41
6232         Log: Update perluniintro on the UTF-8 output matters
6233              (that -w will warn unless the stream is explicitly UTF-8-ified).
6234      Branch: perl
6235            ! pod/perluniintro.pod
6236 ____________________________________________________________________________
6237 [ 13050] By: jhi                                   on 2001/11/16  15:08:52
6238         Log: Adding new files to MANIFEST is nice.
6239      Branch: perl
6240            ! MANIFEST
6241 ____________________________________________________________________________
6242 [ 13049] By: jhi                                   on 2001/11/16  15:04:45
6243         Log: Update Changes.
6244      Branch: perl
6245            ! Changes patchlevel.h
6246 ____________________________________________________________________________
6247 [ 13048] By: jhi                                   on 2001/11/16  14:46:17
6248         Log: Subject: Re: [PATCH regcomp.[ch], regexp.h, pp_hot.c, t/op/re_tests] lazy $& and \Z fix
6249              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net> 
6250              Date: Wed, 14 Nov 2001 16:35:29 -0500 (EST) 
6251              Message-ID: <Pine.GSO.4.21.0111141634020.16649-100000@crusoe.crusoe.net>
6252      Branch: perl
6253            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
6254 ____________________________________________________________________________
6255 [ 13047] By: jhi                                   on 2001/11/16  14:37:32
6256         Log: Rename perlunintro to perluniintro; regen toc.
6257      Branch: perl
6258            + pod/perluniintro.pod
6259            - pod/perlunintro.pod
6260            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
6261 ____________________________________________________________________________
6262 [ 13046] By: jhi                                   on 2001/11/16  14:14:38
6263         Log: Document the negated lookeahead trick to emulate
6264              character class subtraction.
6265      Branch: perl
6266            ! pod/perlunicode.pod
6267 ____________________________________________________________________________
6268 [ 13045] By: jhi                                   on 2001/11/16  14:08:43
6269         Log: Subject: [PATCH perl@13023] Unicode General Category: Cn
6270              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
6271              Date: Fri, 16 Nov 2001 23:31:04 +0900
6272              Message-Id: <20011116232709.23CF.BQW10602@nifty.com>
6273              
6274              (with the tweak that Cntrl is not C, it's Cc)
6275      Branch: perl
6276            ! lib/unicore/In/163.pl lib/unicore/Is/C.pl lib/unicore/Is/Cn.pl
6277            ! lib/unicore/mktables
6278 ____________________________________________________________________________
6279 [ 13044] By: jhi                                   on 2001/11/16  13:42:44
6280         Log: Subject: [PATCH current] runtime runops switch
6281              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6282              Date: Fri, 16 Nov 2001 00:48:09 -0500
6283              Message-ID: <20011116004809.A934@math.ohio-state.edu>
6284      Branch: perl
6285            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.pm
6286            ! ext/Devel/Peek/Peek.xs perl.h pod/perlapi.pod
6287            ! pod/perlintern.pod proto.h run.c
6288 ____________________________________________________________________________
6289 [ 13043] By: jhi                                   on 2001/11/16  13:24:28
6290         Log: Further discourage old Thread code; tell how to tell
6291              the difference.
6292      Branch: perl
6293            ! lib/Thread.pm
6294 ____________________________________________________________________________
6295 [ 13042] By: jhi                                   on 2001/11/16  13:16:13
6296         Log: A missing return; from Charles Lane.
6297      Branch: perl
6298            ! vms/vms.c
6299 ____________________________________________________________________________
6300 [ 13041] By: ams                                   on 2001/11/16  12:11:14
6301         Log: Subject: [PATCH] Doc spellcheck + podcheck
6302              From: Autrijus Tang <autrijus@egb.elixus.org>
6303              Date: Thu, 15 Nov 2001 22:49:05 -0800
6304              Message-Id: <20011116064905.GA44092@egb.elixus.org>
6305              
6306              Subject: [PATCH] podcheck+spellcheck, the rest of the story
6307              From: Autrijus Tang <autrijus@egb.elixus.org>
6308              Date: Fri, 16 Nov 2001 00:42:20 -0800
6309              Message-Id: <20011116084220.GA44295@egb.elixus.org>
6310              
6311              Subject: Re: [PATCH] podcheck+spellcheck, the rest of the story
6312              From: Nicholas Clark <nick@ccl4.org>
6313              Date: Fri, 16 Nov 2001 10:32:01 +0000
6314              Message-Id: <20011116103200.F62891@plum.flirble.org>
6315              (Applied after suitable de-mangling.)
6316      Branch: perl
6317            ! README.aix README.dgux README.dos README.epoc README.hpux
6318            ! README.mint README.mpeix README.netware README.os2
6319            ! README.os390 README.plan9 README.qnx README.solaris
6320            ! README.threads doio.c pod/perl571delta.pod
6321            ! pod/perl572delta.pod pod/perlapi.pod pod/perlapio.pod
6322            ! pod/perldata.pod pod/perlebcdic.pod pod/perlfaq4.pod
6323            ! pod/perlfunc.pod pod/perlguts.pod pod/perlhack.pod
6324            ! pod/perliol.pod pod/perlpod.pod pod/perlpodspec.pod
6325            ! pod/perlrequick.pod pod/perlretut.pod pod/perltodo.pod
6326            ! pod/perlunicode.pod pod/perlvar.pod pp_ctl.c sharedsv.c
6327 ____________________________________________________________________________
6328 [ 13040] By: jhi                                   on 2001/11/16  04:48:16
6329         Log: Avoid redefinedness warning for now.
6330      Branch: perl
6331            ! lib/Thread.pm
6332 ____________________________________________________________________________
6333 [ 13039] By: jhi                                   on 2001/11/16  04:44:30
6334         Log: use strict.
6335      Branch: perl
6336            ! lib/Thread.pm
6337 ____________________________________________________________________________
6338 [ 13038] By: jhi                                   on 2001/11/16  04:40:19
6339         Log: Subject: [PATCH Perl@13023] subprocess command line size increase
6340              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) 
6341              Date: Thu, 15 Nov 2001 22:54:47 EST 
6342              Message-Id: <011115225352.2db1e@DUPHY4.Physics.Drexel.Edu>         
6343      Branch: perl
6344            ! vms/vms.c vms/vmspipe.com
6345 ____________________________________________________________________________
6346 [ 13037] By: jhi                                   on 2001/11/16  04:38:47
6347         Log: Subject: [PATCH lib/File/stat.t] Fix AIX Failure (was Re: Smoke 12998 /pro/3gl/CPAN/perl-current)
6348              From: "chromatic" <chromatic@rmci.net>
6349              Date: Thu, 15 Nov 2001 19:54:23 -0700
6350              Message-ID: <20011116030139.6821.qmail@onion.perl.org>
6351      Branch: perl
6352            ! lib/File/stat.t
6353 ____________________________________________________________________________
6354 [ 13036] By: jhi                                   on 2001/11/16  04:37:52
6355         Log: Make Thread a wrapper for both ithreads and 5005threads.
6356              Needs a lot of work and Arthur's eyeballing (and finishing
6357              few missing odds and ends of threads.pm).  Now Thread
6358              is an extension without its own .pm.
6359              
6360              If there are people who have experience working with
6361              either the 5005threads or the ithreads: cleaning up
6362              the documentation (Thread.pm, threads.pm, and perl*thrtut.pod),
6363              and porting the various Thread::* modules, like Thread::Queue,
6364              to work also with ithreads, is needed.
6365              
6366              Removed the 5005threads requirement from the 5005 tests
6367              for easier testing (not all of them work yet since
6368              they use the Thread::* modules that have not been made
6369              to work with ithreads).  Leave the 5005 tests named as
6370              *.tx so that they are not run by "make test".
6371      Branch: perl
6372            + lib/Thread.pm
6373            - ext/Thread/Thread.pm
6374            ! MANIFEST ext/Thread/Makefile.PL ext/Thread/create.tx
6375            ! ext/Thread/die.tx ext/Thread/die2.tx ext/Thread/io.tx
6376            ! ext/Thread/join.tx ext/Thread/join2.tx ext/Thread/list.tx
6377            ! ext/Thread/lock.tx ext/Thread/queue.tx ext/Thread/specific.tx
6378            ! ext/Thread/sync.tx ext/Thread/sync2.tx ext/Thread/unsync.tx
6379            ! ext/Thread/unsync2.tx ext/Thread/unsync3.tx
6380            ! ext/Thread/unsync4.tx ext/threads/threads.pm pod/perlfunc.pod
6381 ____________________________________________________________________________
6382 [ 13035] By: jhi                                   on 2001/11/16  03:30:38
6383         Log: $VERSION "a5" doesn't quite work.
6384      Branch: perl
6385            ! ext/B/Makefile.PL
6386 ____________________________________________________________________________
6387 [ 13034] By: jhi                                   on 2001/11/16  00:38:41
6388         Log: Add the fruits of Larry Shatzer's version verifying script.
6389              (There are some straddlers, but they will be fixed in the
6390              upcoming releases of the modules.)
6391      Branch: perl
6392            ! bytecode.pl ext/B/B.pm ext/B/B/Asmdata.pm ext/B/B/Bblock.pm
6393            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
6394            ! ext/B/B/Debug.pm ext/B/B/Disassembler.pm ext/B/B/Lint.pm
6395            ! ext/B/B/Showlex.pm ext/B/B/Stackobj.pm ext/B/B/Stash.pm
6396            ! ext/B/B/Terse.pm ext/B/B/Xref.pm ext/B/O.pm
6397            ! ext/Encode/Encode/Tcl.pm ext/Opcode/ops.pm
6398            ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
6399            ! ext/Thread/Thread/Signal.pm ext/Thread/Thread/Specific.pm
6400            ! lib/ExtUtils/MM_NW5.pm lib/Locale/Constants.pm lib/vmsish.pm
6401            ! os2/OS2/REXX/DLL/DLL.pm vms/ext/Filespec.pm win32/FindExt.pm
6402            ! wince/FindExt.pm
6403 ____________________________________________________________________________
6404 [ 13033] By: jhi                                   on 2001/11/16  00:37:36
6405         Log: Add Larry Shatzer's VERSION verifying script.
6406      Branch: perl
6407            + Porting/checkVERSION.pl
6408            ! MANIFEST Porting/pumpkin.pod
6409 ____________________________________________________________________________
6410 [ 13032] By: jhi                                   on 2001/11/16  00:09:31
6411         Log: Subject: [PATCH t/io/argv.t OR t/test.pl] runperl(), \n and stdin
6412              From: Michael G Schwern <schwern@pobox.com>
6413              Date: Thu, 15 Nov 2001 19:26:40 -0500
6414              Message-ID: <20011115192640.R31399@blackrider>
6415      Branch: perl
6416            ! t/test.pl
6417 ____________________________________________________________________________
6418 [ 13031] By: jhi                                   on 2001/11/15  23:18:19
6419         Log: Document the MY_CXT business; from Paul Marquess.
6420      Branch: perl
6421            ! pod/perlxs.pod
6422 ____________________________________________________________________________
6423 [ 13030] By: jhi                                   on 2001/11/15  22:03:46
6424         Log: VMSCMD synch attempt.
6425      Branch: perl
6426            ! vms/vms.c vms/vmsish.h
6427 ____________________________________________________________________________
6428 [ 13029] By: jhi                                   on 2001/11/15  21:35:36
6429         Log: Advise against -P as instructed by Schwern.
6430      Branch: perl
6431            ! pod/perlrun.pod
6432 ____________________________________________________________________________
6433 [ 13028] By: jhi                                   on 2001/11/15  21:21:29
6434         Log: Subject: [PATCH] v-strings as Objects Step 1
6435              From: John Peacock <jpeacock@rowman.com>
6436              Date: Thu, 15 Nov 2001 12:41:04 -0500
6437              Message-ID: <3BF3FE30.70D7EDCA@rowman.com>
6438      Branch: perl
6439            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h toke.c
6440            ! util.c
6441 ____________________________________________________________________________
6442 [ 13027] By: jhi                                   on 2001/11/15  21:16:57
6443         Log: Subject: [PATCH] -x  (was Re: [PATCH] new tests for command-line switches)
6444              From: Michael G Schwern <schwern@pobox.com>
6445              Date: Thu, 15 Nov 2001 12:47:59 -0500
6446              Message-ID: <20011115124759.E31399@blackrider>
6447      Branch: perl
6448            + t/run/switchx.aux t/run/switchx.t
6449            ! MANIFEST t/run/switches.t
6450 ____________________________________________________________________________
6451 [ 13026] By: jhi                                   on 2001/11/15  20:55:31
6452         Log: Upgrade to Getopt::Long 2.26_03.
6453      Branch: perl
6454            ! lib/Getopt/Long.pm
6455 ____________________________________________________________________________
6456 [ 13025] By: ams                                   on 2001/11/15  20:46:22
6457         Log: Subject: [PATCH vms/vms.c] VMSCMD missing
6458              From: Michael G Schwern <schwern@pobox.com>
6459              Date: Thu, 15 Nov 2001 16:24:11 -0500
6460              Message-Id: <20011115162411.M31399@blackrider>
6461      Branch: perl
6462            ! vms/vms.c
6463 ____________________________________________________________________________
6464 [ 13024] By: ams                                   on 2001/11/15  19:32:06
6465         Log: Subject: Re: [ID 20010713.001] use lib segmentation fault
6466              From: rspier@pobox.com (Robert Spier)
6467              Date: Thu, 15 Nov 2001 11:19:21 -0800
6468              Message-Id: <15348.5433.732364.963687@rls.cx>
6469      Branch: perl
6470            ! op.c
6471 ____________________________________________________________________________
6472 [ 13023] By: jhi                                   on 2001/11/15  15:35:48
6473         Log: Update Changes.
6474      Branch: perl
6475            ! Changes patchlevel.h
6476 ____________________________________________________________________________
6477 [ 13022] By: jhi                                   on 2001/11/15  15:11:37
6478         Log: Subject: [PATCH] new tests for command-line switches
6479              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6480              Date: Thu, 15 Nov 2001 17:00:30 +0100
6481              Message-ID: <20011115170030.A14193@rafael>
6482      Branch: perl
6483            + t/run/switches.t
6484            ! MANIFEST
6485 ____________________________________________________________________________
6486 [ 13021] By: jhi                                   on 2001/11/15  15:06:36
6487         Log: Upgrade to podlators 1.13.
6488      Branch: perl
6489            + lib/Pod/ParseLink.pm
6490            ! MANIFEST lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
6491            ! lib/Pod/Text/Color.pm lib/Pod/Text/Overstrike.pm
6492            ! lib/Pod/Text/Termcap.pm pod/pod2man.PL t/pod/lref.xr
6493            ! t/pod/pod2usage.xr t/pod/podselect.xr
6494 ____________________________________________________________________________
6495 [ 13020] By: jhi                                   on 2001/11/15  14:47:29
6496         Log: skip "might be used uninitialized".
6497      Branch: perl
6498            ! pp_sys.c
6499 ____________________________________________________________________________
6500 [ 13019] By: jhi                                   on 2001/11/15  14:35:55
6501         Log: Fix for "perlio bug in koi8-r encoding".  The problem
6502              seemed to be that binmode() always flushed the handle,
6503              which is not so good when switching encodings.  Fixed,
6504              added Matt Sergeant's testcase, documented in perlfunc/binmode,
6505              also added a pointer about disciplines to perlfunc/open,
6506              and in general cleaned up and reformatted the open entry.
6507      Branch: perl
6508            ! ext/PerlIO/t/encoding.t perlio.c pod/perlfunc.pod
6509 ____________________________________________________________________________
6510 [ 13018] By: jhi                                   on 2001/11/15  13:22:57
6511         Log: Subject: Re: [ID 20011114.118] chop and chomp bind too tightly
6512              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
6513              Date: 15 Nov 2001 08:57:06 -0000
6514              Message-Id: <slrn9v70s9.gqe.rgarciasuarez@rafael.kazibao.net>
6515              
6516              chop() and chomp() are not real list functions,
6517              so let's not have them overrideable.  (Casey will
6518              be confused since in #7071 he patched the other way.)
6519      Branch: perl
6520            ! pod/perlfunc.pod toke.c
6521 ____________________________________________________________________________
6522 [ 13017] By: ams                                   on 2001/11/15  12:56:49
6523         Log: Subject: [PATCH pod/perltrap.pod] Re: Strange syntax error with map
6524              From: Robin Barker <rmb1@cise.npl.co.uk>
6525              Date: Thu, 15 Nov 2001 13:48:34 GMT
6526              Message-Id: <200111151348.NAA01299@tempest.npl.co.uk>
6527              (Applied with tweaks.)
6528      Branch: perl
6529            ! pod/perltrap.pod
6530 ____________________________________________________________________________
6531 [ 13016] By: ams                                   on 2001/11/15  09:12:48
6532         Log: Subject: [DOC PATCH] mention Filter::cpp in perlrun
6533              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6534              Date: Thu, 15 Nov 2001 09:06:39 +0100
6535              Message-Id: <20011115090639.A13005@rafael>
6536      Branch: perl
6537            ! pod/perlrun.pod
6538 ____________________________________________________________________________
6539 [ 13015] By: jhi                                   on 2001/11/15  04:08:50
6540         Log: "link =" from utils.lst was being processed oddly.
6541      Branch: perl
6542            ! installman
6543 ____________________________________________________________________________
6544 [ 13014] By: ams                                   on 2001/11/15  02:52:52
6545         Log: Subject: [PATCH current] CreateTTY in -d
6546              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6547              Date: Wed, 14 Nov 2001 21:26:31 -0500
6548              Message-Id: <20011114212631.A25705@math.ohio-state.edu>
6549      Branch: perl
6550            ! lib/perl5db.pl
6551 ____________________________________________________________________________
6552 [ 13013] By: jhi                                   on 2001/11/15  00:46:07
6553         Log: Corify the Filter::Simple tests. 
6554      Branch: perl
6555            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter.t
6556            ! lib/Filter/Simple/t/filter_only.t
6557 ____________________________________________________________________________
6558 [ 13012] By: jhi                                   on 2001/11/15  00:42:25
6559         Log: Upgrade to Filter::Simple 0.70.
6560      Branch: perl
6561            + lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter_only.t
6562            + t/lib/FilterOnlyTest.pm
6563            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
6564            ! lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
6565            ! t/lib/FilterTest.pm
6566 ____________________________________________________________________________
6567 [ 13011] By: jhi                                   on 2001/11/14  22:38:31
6568         Log: Cleanliness inspired by Cygwin.
6569      Branch: perl
6570            ! Makefile.SH x2p/Makefile.SH
6571 ____________________________________________________________________________
6572 [ 13010] By: jhi                                   on 2001/11/14  22:30:59
6573         Log: Add perlunintro (formerly known as perlunitut); regen toc.
6574      Branch: perl
6575            + pod/perlunintro.pod
6576            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
6577 ____________________________________________________________________________
6578 [ 13009] By: jhi                                   on 2001/11/14  22:27:12
6579         Log: FAQ sync.
6580      Branch: perl
6581            ! pod/perlfaq6.pod
6582 ____________________________________________________________________________
6583 [ 13008] By: jhi                                   on 2001/11/14  22:16:06
6584         Log: Quieten pgcc 2.91.66 worries.
6585      Branch: perl
6586            ! gv.c pp_ctl.c utf8.c
6587 ____________________________________________________________________________
6588 [ 13007] By: jhi                                   on 2001/11/14  22:05:01
6589         Log: Upgrade to Switch 2.06.
6590      Branch: perl
6591            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
6592            ! lib/Switch/t/nested.t
6593 ____________________________________________________________________________
6594 [ 13006] By: jhi                                   on 2001/11/14  21:55:51
6595         Log: Upgrade to Attribute::Handlers 0.76.
6596      Branch: perl
6597            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
6598            ! lib/Attribute/Handlers/README
6599            ! lib/Attribute/Handlers/demo/Demo.pm
6600            ! lib/Attribute/Handlers/demo/Descriptions.pm
6601            ! lib/Attribute/Handlers/demo/MyClass.pm
6602            ! lib/Attribute/Handlers/demo/demo_cycle.pl
6603            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
6604            ! lib/Attribute/Handlers/t/multi.t
6605 ____________________________________________________________________________
6606 [ 13005] By: jhi                                   on 2001/11/14  21:53:22
6607         Log: Signedness nit.
6608      Branch: perl
6609            ! regexec.c
6610 ____________________________________________________________________________
6611 [ 13004] By: jhi                                   on 2001/11/14  21:24:39
6612         Log: VERSIONize.
6613      Branch: perl
6614            ! lib/File/Spec/Epoc.pm lib/PerlIO.pm lib/encoding.pm
6615            ! lib/integer.pm
6616 ____________________________________________________________________________
6617 [ 13003] By: jhi                                   on 2001/11/14  21:17:02
6618         Log: No pod in internal Net::FTP classes.
6619      Branch: perl
6620            ! pod/buildtoc.PL
6621 ____________________________________________________________________________
6622 [ 13002] By: jhi                                   on 2001/11/14  21:11:48
6623         Log: Subject: Re: [PATCH regexec.c] lookahead for REF, MINMOD, PLUS, CURLY* 
6624              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
6625              Date: Wed, 14 Nov 2001 09:59:31 -0500 (EST)
6626              Message-ID: <Pine.GSO.4.21.0111140958390.1124-100000@crusoe.crusoe.net>
6627      Branch: perl
6628            ! regexec.c
6629 ____________________________________________________________________________
6630 [ 13001] By: jhi                                   on 2001/11/14  21:09:48
6631         Log: test.pl tweaks from Rafael and Pudge (assuming I deciphered
6632              Pudge correctly).
6633      Branch: perl
6634            ! t/test.pl
6635 ____________________________________________________________________________
6636 [ 13000] By: jhi                                   on 2001/11/14  21:00:23
6637         Log: Add comments to mark where $^X is being handled.
6638      Branch: perl
6639            ! perl.c toke.c
6640 ____________________________________________________________________________
6641 [ 12999] By: jhi                                   on 2001/11/14  20:45:42
6642         Log: Subject: Re: Test [ID 25] [PATCH t/op/repeat.t] Cleanup and bug test
6643              From: Michael G Schwern <schwern@pobox.com>
6644              Date: Wed, 14 Nov 2001 16:38:25 -0500
6645              Message-ID: <20011114163825.D6519@blackrider>
6646      Branch: perl
6647            ! t/op/repeat.t
6648 ____________________________________________________________________________
6649 [ 12998] By: jhi                                   on 2001/11/14  20:22:06
6650         Log: Subject: [PATCH t/op/die_exit.t] Fwd: [craigberry@mac.com: die_exit.t]
6651              From: Michael G Schwern <schwern@pobox.com>
6652              Date: Wed, 14 Nov 2001 13:19:15 -0500
6653              Message-ID: <20011114131915.K5096@blackrider>
6654      Branch: perl
6655            ! t/op/die_exit.t
6656 ____________________________________________________________________________
6657 [ 12997] By: jhi                                   on 2001/11/14  19:36:57
6658         Log: Subject: Re: [PATCH] new version of runperl()
6659              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
6660              Date: Wed, 14 Nov 2001 15:39:12 EST
6661              Message-Id: <011114153711.30f96@DUPHY4.Physics.Drexel.Edu>
6662              
6663              "VMS $^X pipes etc" patch.
6664      Branch: perl
6665            ! vms/vms.c
6666 ____________________________________________________________________________
6667 [ 12996] By: jhi                                   on 2001/11/14  19:31:01
6668         Log: test.pl runperl() nits from Chris Nandor and Craig Berry,
6669              and add "verbose" option to show the final command.
6670      Branch: perl
6671            ! t/test.pl
6672 ____________________________________________________________________________
6673 [ 12995] By: jhi                                   on 2001/11/14  15:02:29
6674         Log: Goof in some of the comment fields of #12994.
6675      Branch: perl
6676            ! lib/unicore/In/0.pl lib/unicore/In/1.pl lib/unicore/In/2.pl
6677            ! lib/unicore/In/3.pl lib/unicore/In/4.pl lib/unicore/In/5.pl
6678            ! lib/unicore/In/6.pl lib/unicore/In/7.pl lib/unicore/In/8.pl
6679            ! lib/unicore/In/9.pl
6680 ____________________________________________________________________________
6681 [ 12994] By: jhi                                   on 2001/11/14  14:59:32
6682         Log: The First, Last ranges in the Unicode data weren't
6683              getting their general categories added properly;
6684              noticed by Jeffrey Friedl.
6685      Branch: perl
6686            ! lib/unicore/Category.pl lib/unicore/In/0.pl
6687            ! lib/unicore/In/1.pl lib/unicore/In/164.pl
6688            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
6689            ! lib/unicore/In/2.pl lib/unicore/In/3.pl lib/unicore/In/4.pl
6690            ! lib/unicore/In/5.pl lib/unicore/In/6.pl lib/unicore/In/7.pl
6691            ! lib/unicore/In/8.pl lib/unicore/In/9.pl
6692            ! lib/unicore/Is/Alnum.pl lib/unicore/Is/Alpha.pl
6693            ! lib/unicore/Is/C.pl lib/unicore/Is/Cntrl.pl
6694            ! lib/unicore/Is/Co.pl lib/unicore/Is/Cs.pl
6695            ! lib/unicore/Is/Graph.pl lib/unicore/Is/L.pl
6696            ! lib/unicore/Is/Lo.pl lib/unicore/Is/Print.pl
6697            ! lib/unicore/Is/Word.pl lib/unicore/Name.pl
6698            ! lib/unicore/mktables
6699 ____________________________________________________________________________
6700 [ 12993] By: jhi                                   on 2001/11/14  13:54:20
6701         Log: Subject: [PATCH] new version of runperl()
6702              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6703              Date: Wed, 14 Nov 2001 12:23:01 +0100
6704              Message-ID: <20011114122301.A29384@rafael>
6705      Branch: perl
6706            ! t/io/argv.t t/test.pl
6707 ____________________________________________________________________________
6708 [ 12992] By: ams                                   on 2001/11/14  13:40:39
6709         Log: Subject: [PATCH perl.c] s/parse_perl/parse_body/
6710              From: Michael G Schwern <schwern@pobox.com>
6711              Date: Tue, 13 Nov 2001 23:17:54 -0500
6712              Message-Id: <20011113231754.S32567@blackrider>
6713      Branch: perl
6714            ! perl.c
6715 ____________________________________________________________________________
6716 [ 12991] By: jhi                                   on 2001/11/14  13:24:34
6717         Log: Subject: Re: [PATCH pod/perlapio.pod double-word fix]
6718              From: Philip Newton <Philip.Newton@gmx.net>
6719              Date: Wed, 14 Nov 2001 10:59:53 +0100
6720              Message-ID: <e6b4vt8mfasdv0vlm1tqggqhtjbpchvpmg@4ax.com>
6721              
6722              plus a lot of paragraph reformatting because of long lines.
6723      Branch: perl
6724            ! pod/perlapio.pod
6725 ____________________________________________________________________________
6726 [ 12990] By: jhi                                   on 2001/11/14  13:19:19
6727         Log: A bool is not a pointer.
6728      Branch: perl
6729            ! pp_sys.c
6730 ____________________________________________________________________________
6731 [ 12989] By: jhi                                   on 2001/11/14  02:41:42
6732         Log: AUTHORS updates.
6733      Branch: perl
6734            ! AUTHORS
6735 ____________________________________________________________________________
6736 [ 12988] By: jhi                                   on 2001/11/14  02:18:44
6737         Log: There are several MIME RFCs.
6738      Branch: perl
6739            ! ext/Encode/Encode.pm
6740 ____________________________________________________________________________
6741 [ 12987] By: ams                                   on 2001/11/14  01:09:28
6742         Log: Subject: [PATCH t/op/groups.t vms/test.com] Simple little VMS fix
6743              From: Michael G Schwern <schwern@pobox.com>
6744              Date: Tue, 13 Nov 2001 20:59:13 -0500
6745              Message-Id: <20011113205913.H32567@blackrider>
6746      Branch: perl
6747            ! t/op/groups.t vms/test.com
6748 ____________________________________________________________________________
6749 [ 12986] By: ams                                   on 2001/11/14  01:07:06
6750         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sel.t vms/test.com] VMS fix
6751              From: Michael G Schwern <schwern@pobox.com>
6752              Date: Tue, 13 Nov 2001 20:51:34 -0500
6753              Message-Id: <20011113205134.F32567@blackrider>
6754      Branch: perl
6755            ! ext/IO/lib/IO/t/io_sel.t vms/test.com
6756 ____________________________________________________________________________
6757 [ 12985] By: ams                                   on 2001/11/14  00:43:59
6758         Log: Subject: [PATCH pod/perlport.pod] Re: select() broken under VMS?
6759              From: Michael G Schwern <schwern@pobox.com>
6760              Date: Tue, 13 Nov 2001 20:38:42 -0500
6761              Message-Id: <20011113203842.E32567@blackrider>
6762      Branch: perl
6763            ! pod/perlport.pod
6764 ____________________________________________________________________________
6765 [ 12984] By: ams                                   on 2001/11/14  00:32:15
6766         Log: Subject: [PATCH ext/IO/lib/IO/t/*.t vms/test.com] VMS fixups for IO::* tests
6767              From: Michael G Schwern <schwern@pobox.com>
6768              Date: Tue, 13 Nov 2001 20:27:02 -0500
6769              Message-Id: <20011113202702.D32567@blackrider>
6770      Branch: perl
6771            ! ext/IO/lib/IO/t/io_const.t ext/IO/lib/IO/t/io_dir.t
6772            ! ext/IO/lib/IO/t/io_dup.t ext/IO/lib/IO/t/io_pipe.t
6773            ! ext/IO/lib/IO/t/io_sock.t ext/IO/lib/IO/t/io_unix.t
6774            ! ext/IO/lib/IO/t/io_xs.t vms/test.com
6775 ____________________________________________________________________________
6776 [ 12983] By: ams                                   on 2001/11/14  00:00:27
6777         Log: Subject: [PATCH pod/perlport.pod] s/socket/select/ typo
6778              From: Michael G Schwern <schwern@pobox.com>
6779              Date: Tue, 13 Nov 2001 19:51:59 -0500
6780              Message-Id: <20011113195159.B32567@blackrider>
6781      Branch: perl
6782            ! pod/perlport.pod
6783 ____________________________________________________________________________
6784 [ 12982] By: ams                                   on 2001/11/13  23:53:11
6785         Log: Subject: [PATCH pod/perlapio.pod double-word fix]
6786              From: Larry Shatzer <fugazi@zippy.zyx.net>
6787              Date: Tue, 13 Nov 2001 17:27:59 -0700
6788              Message-Id: <20011113172759.E27768@zippy.zyx.net>
6789      Branch: perl
6790            ! pod/perlapio.pod
6791 ____________________________________________________________________________
6792 [ 12981] By: jhi                                   on 2001/11/13  22:50:27
6793         Log: Fix for the :utf8 read() bug noticed by Matt Sergeant:
6794              "large enough" Unicode characters returned more than one
6795              as their "Unicode size".
6796      Branch: perl
6797            ! pp_sys.c t/io/utf8.t
6798 ____________________________________________________________________________
6799 [ 12980] By: ams                                   on 2001/11/13  19:32:33
6800         Log: Subject: [PATCH] vms/gen_shrfls.pl tweak
6801              From: "Craig A. Berry" <craigberry@mac.com>
6802              Date: Tue, 13 Nov 2001 14:33:25 -0600
6803              Message-Id: <5.1.0.14.2.20011113142319.01c3ad50@exchi01>
6804      Branch: perl
6805            ! vms/gen_shrfls.pl
6806 ____________________________________________________________________________
6807 [ 12979] By: jhi                                   on 2001/11/13  18:10:15
6808         Log: Subject: Minor patch to Encode.pm (detypo)
6809              From: "Philip Newton" <Philip.Newton@gmx.net>
6810              Date: Tue, 13 Nov 2001 20:11:01 +0100
6811              Message-ID: <20011113.200845@ID-11583.news.dfncis.de>
6812      Branch: perl
6813            ! ext/Encode/Encode.pm
6814 ____________________________________________________________________________
6815 [ 12978] By: jhi                                   on 2001/11/13  17:55:02
6816         Log: Evil tabulators.
6817      Branch: perl
6818            ! ext/Encode/Encode.pm
6819 ____________________________________________________________________________
6820 [ 12977] By: jhi                                   on 2001/11/13  17:52:17
6821         Log: Document the available encodings.
6822      Branch: perl
6823            ! ext/Encode/Encode.pm
6824 ____________________________________________________________________________
6825 [ 12976] By: ams                                   on 2001/11/13  17:14:07
6826         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
6827              From: Barrie Slaymaker <barries@slaysys.com>
6828              Date: Tue, 13 Nov 2001 12:41:36 -0500
6829              Message-Id: <20011113124133.C24305@sizzle.whoville.com>
6830      Branch: perl
6831            ! t/op/universal.t
6832 ____________________________________________________________________________
6833 [ 12975] By: ams                                   on 2001/11/13  16:24:21
6834         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
6835              From: Barrie Slaymaker <barries@slaysys.com>
6836              Date: Tue, 13 Nov 2001 10:56:20 -0500
6837              Message-Id: <20011113105620.B24192@sizzle.whoville.com>
6838              (Test applied with minor tweaks and ->isa("HASH") omission.)
6839      Branch: perl
6840            ! lib/UNIVERSAL.pm t/op/universal.t
6841 ____________________________________________________________________________
6842 [ 12974] By: ams                                   on 2001/11/13  15:46:07
6843         Log: Subject: [PATCH Benchmark.pm] docco tweaks
6844              From: Barrie Slaymaker <barries@slaysys.com>
6845              Date: Tue, 13 Nov 2001 11:34:45 -0500
6846              Message-Id: <20011113113442.B24305@sizzle.whoville.com>
6847      Branch: perl
6848            ! lib/Benchmark.pm
6849 ____________________________________________________________________________
6850 [ 12973] By: jhi                                   on 2001/11/13  13:42:40
6851         Log: Subject: [PATCH] Attack of the C loops, round 1
6852              From: Richard Soderberg <rs@oregonnet.com>
6853              Date: Mon, 12 Nov 2001 12:07:29 -0800
6854              Message-Id: <200111122007.MAA01994@oregonnet.com>
6855              
6856              Subject: [PATCH] bytecode.pl (tiny patch)
6857              From: Richard Soderberg <rs@oregonnet.com>
6858              Date: Mon, 12 Nov 2001 12:53:24 -0800
6859              Message-Id: <200111122053.MAA06272@oregonnet.com>
6860      Branch: perl
6861            ! bytecode.pl installhtml
6862 ____________________________________________________________________________
6863 [ 12972] By: jhi                                   on 2001/11/13  13:41:02
6864         Log: Subject: [PATCH] Update to Filter::Util::Call
6865              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
6866              Date: Sun, 11 Nov 2001 22:33:33 -0000
6867              Message-ID: <AIEAJICLCBDNAAOLLOKLAEKFDEAA.Paul_Marquess@Yahoo.co.uk>
6868              
6869              Use the new CXT* macros.
6870      Branch: perl
6871            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
6872 ____________________________________________________________________________
6873 [ 12971] By: jhi                                   on 2001/11/13  13:31:34
6874         Log: Subject: [PATCH vms/ext/vmsish.* vms/descrip_mms.template MANIFEST] Making vmsish.pm a no-op on non-VMS  
6875              From: Michael G Schwern <schwern@pobox.com>
6876              Date: Mon, 12 Nov 2001 20:50:34 -0500
6877              Message-ID: <20011112205034.H2888@blackrider>
6878      Branch: perl
6879            + lib/vmsish.pm lib/vmsish.t
6880            - vms/ext/vmsish.pm vms/ext/vmsish.t
6881            ! MANIFEST vms/descrip_mms.template
6882 ____________________________________________________________________________
6883 [ 12970] By: jhi                                   on 2001/11/13  13:09:23
6884         Log: :utf8 works only with perlio.
6885      Branch: perl
6886            ! lib/open.t
6887 ____________________________________________________________________________
6888 [ 12969] By: jhi                                   on 2001/11/13  13:03:36
6889         Log: Subject: Re: @Config -"des" not quite working on VMS
6890              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
6891              Date: Tue, 13 Nov 2001 08:35:13 EST 
6892              Message-Id: <011113083447.28742@DUPHY4.Physics.Drexel.Edu>
6893      Branch: perl
6894            ! configure.com
6895 ____________________________________________________________________________
6896 [ 12968] By: jhi                                   on 2001/11/13  12:59:11
6897         Log: Subject: [PATCH] lib/charnames.pm 
6898              From: Jeffrey Friedl <jfriedl@yahoo.com>
6899              Date: Tue, 13 Nov 2001 00:36:21 -0800 (PST) 
6900              Message-Id: <200111130836.fAD8aLG76010@ventrue.corp.yahoo.com>
6901      Branch: perl
6902            ! lib/charnames.pm
6903 ____________________________________________________________________________
6904 [ 12967] By: pudge                                 on 2001/11/13  05:44:13
6905         Log: Docs for Mac::err.
6906      Branch: maint-5.6/macperl
6907            ! macos/ext/Mac/err/err.pm
6908 ____________________________________________________________________________
6909 [ 12966] By: pudge                                 on 2001/11/13  05:43:58
6910         Log: Some cleanup; change some globals to references for
6911              possible persistence later.
6912      Branch: maint-5.6/macperl
6913            ! macos/lib/Mac/Glue.pm
6914 ____________________________________________________________________________
6915 [ 12965] By: pudge                                 on 2001/11/13  05:42:59
6916         Log: Add in a bunch of Mac OS 9 constants for Mac::Files.
6917      Branch: maint-5.6/macperl
6918            ! macos/ext/Mac/Files/Files.pm
6919 ____________________________________________________________________________
6920 [ 12964] By: pudge                                 on 2001/11/13  05:42:35
6921         Log: Get Mac::Navigation to compile (bug #464684).
6922      Branch: maint-5.6/macperl
6923            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
6924            ! macos/ext/Mac/Navigation/Makefile.PL
6925            ! macos/ext/Mac/Navigation/Navigation.xs
6926            ! macos/macperl/Makefile.mk
6927 ____________________________________________________________________________
6928 [ 12963] By: pudge                                 on 2001/11/13  05:41:12
6929         Log: Add in modules and POD to help menu.
6930      Branch: maint-5.6/macperl
6931            ! macos/macperl/MacPerl.podhelp
6932 ____________________________________________________________________________
6933 [ 12962] By: pudge                                 on 2001/11/13  05:28:18
6934         Log: Update bundled modules.
6935      Branch: maint-5.6/macperl
6936            + macos/bundled_ext/Filter/t/FilterTest.pm
6937            + macos/bundled_ext/List/Util/t/shuffle.t
6938            + macos/bundled_ext/Storable/t/compat06.t
6939            + macos/bundled_ext/Storable/t/st-dump.pl
6940            + macos/bundled_ext/Time/HiRes/hints/dynixptx.pl
6941            + macos/bundled_lib/blib/lib/LWP/ConnCache.pm
6942            + macos/bundled_lib/blib/lib/LWP/Protocol/http10.pm
6943            + macos/bundled_lib/blib/lib/LWP/Protocol/https10.pm
6944            + macos/bundled_lib/blib/lib/LWP/Protocol/nogo.pm
6945            + macos/bundled_lib/blib/lib/Net/HTTP/NB.pm
6946            + macos/bundled_lib/blib/lib/lwpcook.pod
6947            + macos/bundled_lib/t/Filter/Simple/filter.t
6948            + macos/bundled_lib/t/Switch/t/given.t
6949            + macos/bundled_lib/t/Switch/t/nested.t
6950            + macos/bundled_lib/t/Switch/t/switch.t
6951            + macos/bundled_lib/t/Text/Balanced/t/extbrk.t
6952            + macos/bundled_lib/t/Text/Balanced/t/extcbk.t
6953            + macos/bundled_lib/t/Text/Balanced/t/extdel.t
6954            + macos/bundled_lib/t/Text/Balanced/t/extmul.t
6955            + macos/bundled_lib/t/Text/Balanced/t/extqlk.t
6956            + macos/bundled_lib/t/Text/Balanced/t/exttag.t
6957            + macos/bundled_lib/t/Text/Balanced/t/extvar.t
6958            + macos/bundled_lib/t/Text/Balanced/t/gentag.t
6959            + macos/bundled_lib/t/URI/rfc2732.t
6960            + macos/bundled_lib/t/libnet/config.t
6961            + macos/bundled_lib/t/libnet/libnet_t.pl
6962            + macos/bundled_lib/t/libwww-perl/live/google.t
6963            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t
6964            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t
6965            + macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
6966            + macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t
6967            + macos/bundled_lib/t/libwww-perl/live/jigsaw-neg.t
6968            + macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t
6969            + macos/bundled_lib/t/libwww-perl/live/validator.t
6970            - macos/bundled_ext/Filter/t/MyFilter.pm
6971            - macos/bundled_ext/Storable/t/compat-0.6.t
6972            - macos/bundled_ext/Storable/t/dump.pl
6973            - macos/bundled_ext/Time/Piece/Makefile.PL
6974            - macos/bundled_ext/Time/Piece/Piece.pm
6975            - macos/bundled_ext/Time/Piece/Piece.t
6976            - macos/bundled_ext/Time/Piece/Piece.xs
6977            - macos/bundled_ext/Time/Piece/README
6978            - macos/bundled_ext/Time/Piece/Seconds.pm
6979            - macos/bundled_lib/blib/lib/LWP/Protocol/http11.pm
6980            - macos/bundled_lib/blib/lib/Net/DummyInetd.pm
6981            - macos/bundled_lib/blib/lib/Net/PH.pm
6982            - macos/bundled_lib/blib/lib/Net/SNPP.pm
6983            - macos/bundled_lib/blib/lib/Text/Balanced.pod
6984            - macos/bundled_lib/t/Filter/Simple/test.pl
6985            - macos/bundled_lib/t/Switch/test.pl
6986            - macos/bundled_lib/t/Text/Balanced/t/genxt.t
6987            - macos/bundled_lib/t/Text/Balanced/t/xbrak.t
6988            - macos/bundled_lib/t/Text/Balanced/t/xcode.t
6989            - macos/bundled_lib/t/Text/Balanced/t/xdeli.t
6990            - macos/bundled_lib/t/Text/Balanced/t/xmult.t
6991            - macos/bundled_lib/t/Text/Balanced/t/xquot.t
6992            - macos/bundled_lib/t/Text/Balanced/t/xtagg.t
6993            - macos/bundled_lib/t/Text/Balanced/t/xvari.t
6994            - macos/bundled_lib/t/libnet/ph.t
6995            ! (edit 125 files)
6996 ____________________________________________________________________________
6997 [ 12961] By: ams                                   on 2001/11/13  00:45:08
6998         Log: Subject: [PATCH pod/perlport.pod] exit docs out of order
6999              From: Michael G Schwern <schwern@pobox.com>
7000              Date: Mon, 12 Nov 2001 20:16:45 -0500
7001              Message-Id: <20011112201644.G2888@blackrider>
7002      Branch: perl
7003            ! pod/perlport.pod
7004 ____________________________________________________________________________
7005 [ 12960] By: ams                                   on 2001/11/12  23:54:00
7006         Log: Subject: [PATCH t/io/dup.t ext/IO/lib/IO/t/io_dup.t vms/test.com]
7007              Recoving dup tests for VMS
7008              From: Michael G Schwern <schwern@pobox.com>
7009              Date: Mon, 12 Nov 2001 19:35:33 -0500
7010              Message-Id: <20011112193533.D2888@blackrider>
7011      Branch: perl
7012            ! ext/IO/lib/IO/t/io_dup.t t/io/dup.t vms/test.com
7013 ____________________________________________________________________________
7014 [ 12959] By: jhi                                   on 2001/11/12  20:23:59
7015         Log: Update Changes.
7016      Branch: perl
7017            ! Changes patchlevel.h
7018 ____________________________________________________________________________
7019 [ 12958] By: jhi                                   on 2001/11/12  16:33:01
7020         Log: Subject: [Patch Perl@12856] MULTIPLICITY on VMS                
7021              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)             
7022              Date: Mon, 12 Nov 2001 12:35:18 EST 
7023              Message-Id: <011112123409.27041@DUPHY4.Physics.Drexel.Edu>
7024      Branch: perl
7025            ! ext/Cwd/Cwd.xs perlio.c vms/ext/Stdio/Stdio.xs
7026            ! vms/gen_shrfls.pl vms/sockadapt.c vms/vms.c
7027 ____________________________________________________________________________
7028 [ 12957] By: jhi                                   on 2001/11/12  15:26:37
7029         Log: Subject: [PATCH File::Spec::Win32::abs2rel] remove volume from result
7030              From: Barrie Slaymaker <barries@slaysys.com>
7031              Date: Mon, 12 Nov 2001 11:19:52 -0500
7032              Message-ID: <20011112111948.C7626@sizzle.whoville.com>
7033      Branch: perl
7034            ! lib/File/Spec.t lib/File/Spec/Win32.pm
7035 ____________________________________________________________________________
7036 [ 12956] By: jhi                                   on 2001/11/12  15:23:48
7037         Log: Subject: [PATCH Benchmark.pm] Add "none" style to cmpthese(), alter result
7038              From: Barrie Slaymaker <barries@slaysys.com>
7039              Date: Mon, 12 Nov 2001 11:07:36 -0500
7040              Message-ID: <20011112110733.B7626@sizzle.whoville.com>
7041      Branch: perl
7042            ! lib/Benchmark.pm
7043 ____________________________________________________________________________
7044 [ 12955] By: jhi                                   on 2001/11/12  15:22:23
7045         Log: Misplaced test, noticed by Barrie Slaymaker.
7046              (We are missing Benchmark tests, then.)
7047      Branch: perl
7048            + ext/Devel/DProf/DProf.t
7049            - lib/Benchmark.t
7050            ! MANIFEST
7051 ____________________________________________________________________________
7052 [ 12954] By: jhi                                   on 2001/11/12  14:50:44
7053         Log: Subject: [PATCH] a few typo fixes 
7054              From: Jeffrey Friedl <jfriedl@yahoo.com>
7055              Date: Sun, 11 Nov 2001 21:15:18 -0800 (PST)
7056              Message-Id: <200111120515.fAC5FIc74795@ventrue.corp.yahoo.com>
7057              
7058              Patching README.foo instead of pod/perlfoo.pod,
7059              not patching Math::BigInt (Tels will take care of that),
7060              dropping broken hv.c and sv.h patches, patching libnetcfg.PL
7061              and perldoc.PL instead of libnetcfg and perldoc, patching
7062              ext/Digest/MD5/t/files.t since MD5.pm was changed.
7063      Branch: perl
7064            ! (edit 109 files)
7065 ____________________________________________________________________________
7066 [ 12953] By: jhi                                   on 2001/11/12  13:11:55
7067         Log: Add a note about the dangers of bad UTF-8.
7068      Branch: perl
7069            ! pod/perlunicode.pod
7070 ____________________________________________________________________________
7071 [ 12952] By: jhi                                   on 2001/11/12  12:54:52
7072         Log: NetWare Nit from Ananth Kesari.
7073      Branch: perl
7074            ! NetWare/config.wc
7075 ____________________________________________________________________________
7076 [ 12951] By: jhi                                   on 2001/11/12  12:32:13
7077         Log: Ooops.  I was "fixing" the wrong routine in #12947 and #12950.
7078      Branch: perl
7079            ! ext/Encode/Encode.pm
7080 ____________________________________________________________________________
7081 [ 12950] By: jhi                                   on 2001/11/12  12:14:53
7082         Log: (retracted by #12951)
7083      Branch: perl
7084            ! ext/Encode/Encode.pm
7085 ____________________________________________________________________________
7086 [ 12949] By: ams                                   on 2001/11/12  06:40:18
7087         Log: Subject: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
7088              From: Robert Spier <rspier@pobox.com>
7089              Date: Sun, 11 Nov 2001 18:50:18 -0800
7090              Message-Id: <15343.14570.121505.233336@rls.cx>
7091              
7092              Subject: Re: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
7093              From: Rick Delaney <rick.delaney@home.com>
7094              Date: 12 Nov 2001 00:15:52 -0500
7095              Message-Id: <m3wv0wmuwn.fsf@cs839290-a.mtth1.on.wave.home.com>
7096      Branch: perl
7097            ! pp_hot.c t/op/taint.t
7098 ____________________________________________________________________________
7099 [ 12948] By: jhi                                   on 2001/11/12  01:23:58
7100         Log: It seems that we actually have this detail implemented
7101              as for as Level 1 Support of Unicode regex support is
7102              concerned: at Level 1 only 1:1 support for loose
7103              (aka caseless, aka caseigoring ) matching is required.
7104      Branch: perl
7105            ! pod/perlunicode.pod
7106 ____________________________________________________________________________
7107 [ 12947] By: jhi                                   on 2001/11/11  21:41:44
7108         Log: (retracted by #12951)
7109      Branch: perl
7110            ! ext/Encode/Encode.pm
7111 ____________________________________________________________________________
7112 [ 12946] By: jhi                                   on 2001/11/11  21:09:31
7113         Log: BOM, bom, Bom.
7114      Branch: perl
7115            ! pod/perlunicode.pod
7116 ____________________________________________________________________________
7117 [ 12945] By: jhi                                   on 2001/11/11  21:07:18
7118         Log: Upgrade to Math::BigInt 1.46.
7119      Branch: perl
7120            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
7121            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
7122            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
7123            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/mbimbf.t
7124            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
7125 ____________________________________________________________________________
7126 [ 12944] By: jhi                                   on 2001/11/11  18:52:22
7127         Log: Subject: Re: PERFORCE change 12943 for review
7128              From: "Philip Newton" <Philip.Newton@gmx.net>
7129              Date: Sun, 11 Nov 2001 20:53:36 +0100
7130              Message-ID: <20011111.204950@ID-11583.news.dfncis.de>           
7131      Branch: perl
7132            ! pod/perlunicode.pod
7133 ____________________________________________________________________________
7134 [ 12943] By: jhi                                   on 2001/11/11  18:00:03
7135         Log: Doc updates; make the Unicode discussions a little
7136              bit less alarming, and add information about encodings,
7137              surrogates, and BOMs.
7138      Branch: perl
7139            ! pod/perlunicode.pod
7140 ____________________________________________________________________________
7141 [ 12942] By: ams                                   on 2001/11/11  16:45:00
7142         Log: Subject: [PATCH @12917] Unicode::Collate v0.09
7143              From: =?ISO-2022-JP?B?GyRCRGdXIkNOOVQbKEI=?= <bqw10602@nifty.com>
7144              Date: Mon, 12 Nov 2001 00:22:57 +0900
7145              Message-Id: <20011112002232.BD46.BQW10602@nifty.com>
7146      Branch: perl
7147            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
7148            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
7149 ____________________________________________________________________________
7150 [ 12941] By: ams                                   on 2001/11/11  13:01:40
7151         Log: Subject: Re: PERFORCE change 12929 for review
7152              From: "Philip Newton" <Philip.Newton@gmx.net>
7153              Date: Sun, 11 Nov 2001 14:27:44 +0100
7154              Message-Id: <20011111.142505@ID-11583.news.dfncis.de>
7155      Branch: perl
7156            ! MANIFEST
7157 ____________________________________________________________________________
7158 [ 12940] By: ams                                   on 2001/11/11  05:06:43
7159         Log: Subject: [PATCH t/op/chdir.t] %ENV protection
7160              From: Michael G Schwern <schwern@pobox.com>
7161              Date: Thu, 8 Nov 2001 22:56:45 -0500
7162              Message-Id: <20011108225645.H5587@blackrider>
7163      Branch: perl
7164            ! t/op/chdir.t
7165 ____________________________________________________________________________
7166 [ 12939] By: ams                                   on 2001/11/11  05:01:00
7167         Log: Subject: [PATCH ext/Cwd/t/cwd.t] VMS fixage and cleanup
7168              From: Michael G Schwern <schwern@pobox.com>
7169              Date: Sun, 11 Nov 2001 00:54:43 -0500
7170              Message-Id: <20011111005443.A24450@blackrider>
7171      Branch: perl
7172            ! ext/Cwd/t/cwd.t
7173 ____________________________________________________________________________
7174 [ 12938] By: ams                                   on 2001/11/11  03:25:13
7175         Log: Subject: [PATCH lib/File/stat.pm lib/File/stat.t]
7176              (was Re: [ID 20011110.104] File::stat vs. $! conflict)
7177              From: "chromatic" <chromatic@rmci.net>
7178              Date: Sat, 10 Nov 2001 21:03:20 -0700
7179              Message-Id: <20011111041025.12984.qmail@onion.perl.org>
7180      Branch: perl
7181            ! lib/File/stat.pm lib/File/stat.t
7182 ____________________________________________________________________________
7183 [ 12937] By: ams                                   on 2001/11/11  02:05:23
7184         Log: Subject: Re: [PATCH] resurrect t/op/magic.t on VMS
7185              From: "Craig A. Berry" <craigberry@mac.com>
7186              Date: Sat, 10 Nov 2001 17:23:52 -0600
7187              Message-Id: <5.1.0.14.2.20011110171532.028bcaa8@mail.mac.com>
7188      Branch: perl
7189            ! t/op/magic.t
7190 ____________________________________________________________________________
7191 [ 12936] By: jhi                                   on 2001/11/10  18:55:21
7192         Log: Bah.  %X doesn't mean 0xC1, it means 0XC1.  So let's %x.
7193      Branch: perl
7194            ! lib/open.pm lib/open.t
7195 ____________________________________________________________________________
7196 [ 12935] By: jhi                                   on 2001/11/10  17:47:21
7197         Log: The Official name of ASCII.
7198      Branch: perl
7199            ! ext/Encode/Encode.pm
7200 ____________________________________________________________________________
7201 [ 12934] By: jhi                                   on 2001/11/10  17:44:27
7202         Log: The KOI8-R example wasn't quite right.
7203      Branch: perl
7204            ! lib/open.pm lib/open.t
7205 ____________________________________________________________________________
7206 [ 12933] By: jhi                                   on 2001/11/10  17:30:52
7207         Log: Enhance the open pragma to support :utf8, :locale,
7208              and :encoding directly as special cases, and rename
7209              the INOUT to IO.
7210      Branch: perl
7211            ! ext/Encode/Encode.pm lib/open.pm lib/open.t perlio.c
7212 ____________________________________________________________________________
7213 [ 12932] By: jhi                                   on 2001/11/10  15:15:29
7214         Log: Document the UTF-16 surrogate encoding and decoding.
7215      Branch: perl
7216            ! ext/Encode/Encode.pm
7217 ____________________________________________________________________________
7218 [ 12931] By: jhi                                   on 2001/11/10  15:05:56
7219         Log: A potential recursion breaker.
7220      Branch: perl
7221            ! sv.c
7222 ____________________________________________________________________________
7223 [ 12930] By: ams                                   on 2001/11/10  07:46:53
7224         Log: Subject: [PATCH] Add core switch to CGI.pm distribution tests
7225              (was Re: perl@12892)
7226              From: "chromatic" <chromatic@rmci.net>
7227              Date: Sat, 10 Nov 2001 01:28:09 -0700
7228              Message-Id: <20011110083514.86488.qmail@onion.perl.org>
7229      Branch: perl
7230            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
7231            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
7232            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
7233            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
7234 ____________________________________________________________________________
7235 [ 12929] By: jhi                                   on 2001/11/10  06:38:07
7236         Log: Add a test for the bytes pragma.
7237      Branch: perl
7238            + lib/bytes.t
7239            ! MANIFEST
7240 ____________________________________________________________________________
7241 [ 12928] By: jhi                                   on 2001/11/10  06:10:39
7242         Log: Doc update.
7243      Branch: perl
7244            ! lib/bytes.pm
7245 ____________________________________________________________________________
7246 [ 12927] By: jhi                                   on 2001/11/10  04:19:44
7247         Log: Cease to exist.
7248      Branch: perl
7249            - lib/Unicode/Normalize.pm
7250 ____________________________________________________________________________
7251 [ 12926] By: ams                                   on 2001/11/10  03:23:16
7252         Log: Subject: [patch] my_setenv speedup + fixes
7253              From: Doug MacEachern <dougm@covalent.net>
7254              Date: Fri, 9 Nov 2001 18:13:18 -0800 (PST)
7255              Message-Id: <Pine.LNX.4.21.0111091808500.22397-100000@localhost>
7256      Branch: perl
7257            ! util.c
7258 ____________________________________________________________________________
7259 [ 12925] By: jhi                                   on 2001/11/10  01:55:13
7260         Log: Newline trouble.
7261      Branch: perl
7262            ! lib/ExtUtils/Embed.t
7263 ____________________________________________________________________________
7264 [ 12924] By: jhi                                   on 2001/11/10  01:42:29
7265         Log: Subject: [PATCH perl@12917] vms/munchconfig.c line length fix
7266              From: "Craig A. Berry" <craigberry@mac.com>
7267              Date: Fri, 09 Nov 2001 18:13:16 -0600
7268              Message-Id: <5.1.0.14.2.20011109180651.02b31d20@exchi01>
7269      Branch: perl
7270            ! vms/munchconfig.c
7271 ____________________________________________________________________________
7272 [ 12923] By: jhi                                   on 2001/11/10  01:39:01
7273         Log: Subject: [PATCH] new tests for swiches -n -p -a -F
7274              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7275              Date: Sat, 10 Nov 2001 00:10:45 +0100
7276              Message-ID: <20011110001045.A11945@rafael>
7277      Branch: perl
7278            + t/run/noswitch.t t/run/switchF.t t/run/switcha.t
7279            + t/run/switchn.t t/run/switchp.t
7280            ! MANIFEST
7281 ____________________________________________________________________________
7282 [ 12922] By: jhi                                   on 2001/11/10  01:34:51
7283         Log: Subject: [PATCH] some tests not cleaning up properly               
7284              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
7285              Date: Fri, 9 Nov 2001 22:13:10 +0100
7286              Message-ID: <20011109221310.A11115@rafael>
7287      Branch: perl
7288            ! ext/Cwd/t/cwd.t t/io/argv.t
7289 ____________________________________________________________________________
7290 [ 12921] By: jhi                                   on 2001/11/10  01:32:52
7291         Log: Subject: [Patch Perl@12892] a *real* Embed test for VMS           
7292              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
7293              Date: Fri, 9 Nov 2001 15:07:19 EST
7294              Message-Id: <011109150622.16fb0@DUPHY4.Physics.Drexel.Edu>
7295      Branch: perl
7296            ! lib/ExtUtils/Embed.t
7297 ____________________________________________________________________________
7298 [ 12920] By: dougm                                 on 2001/11/10  00:34:50
7299         Log: when PERL_USE_SAFE_PUTENV is defined environ will not
7300              have been copied so it shouldn't be freed in perl_destruct()
7301      Branch: perl
7302            ! perl.c
7303 ____________________________________________________________________________
7304 [ 12919] By: ams                                   on 2001/11/09  15:36:22
7305         Log: Subject: [PATCH ext/Cwd/t/cwd.t] Cwd test not cleaning up after itself
7306              From: Michael G Schwern <schwern@pobox.com>
7307              Date: Fri, 9 Nov 2001 00:38:59 -0500
7308              Message-Id: <20011109003859.K5587@blackrider>
7309              (Applied with directory name changes suggested by Craig Berry.)
7310      Branch: perl
7311            ! ext/Cwd/t/cwd.t
7312 ____________________________________________________________________________
7313 [ 12918] By: ams                                   on 2001/11/09  15:29:15
7314         Log: Subject: [PATCH vms/ext/filespec.t] Cleanup & fix of unsafe filename
7315              From: Michael G Schwern <schwern@pobox.com>
7316              Date: Fri, 9 Nov 2001 01:44:14 -0500
7317              Message-Id: <20011109014414.N5587@blackrider>
7318      Branch: perl
7319            ! vms/ext/filespec.t
7320 ____________________________________________________________________________
7321 [ 12917] By: jhi                                   on 2001/11/09  14:39:14
7322         Log: Update Changes.
7323      Branch: perl
7324            ! Changes patchlevel.h
7325 ____________________________________________________________________________
7326 [ 12916] By: jhi                                   on 2001/11/09  14:33:39
7327         Log: Regen toc.
7328      Branch: perl
7329            ! pod/perltoc.pod
7330 ____________________________________________________________________________
7331 [ 12915] By: jhi                                   on 2001/11/09  14:08:30
7332         Log: JPL sync: CVSROOT=:pserver:anoncvs@as220.org:/home/cvsroot,
7333              see http://www.jepstone.net/bjepson//jpl/cvs.html
7334      Branch: perl
7335            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
7336 ____________________________________________________________________________
7337 [ 12914] By: ams                                   on 2001/11/09  14:05:12
7338         Log: Subject: [PATCH vms/test.com] VMS test.com running in wrong order?
7339              From: Michael G Schwern <schwern@pobox.com>
7340              Date: Thu, 8 Nov 2001 22:05:49 -0500
7341              Message-Id: <20011108220549.F5587@blackrider>
7342      Branch: perl
7343            ! vms/test.com
7344 ____________________________________________________________________________
7345 [ 12913] By: jhi                                   on 2001/11/09  13:54:23
7346         Log: NetWare update from Ananth Kesari.
7347      Branch: perl
7348            ! NetWare/Makefile NetWare/config_H.wc NetWare/nwstdio.h
7349 ____________________________________________________________________________
7350 [ 12912] By: ams                                   on 2001/11/09  13:40:26
7351         Log: Subject: [PATCH ID 20011109.100] #!perl -F...
7352              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7353              Date: Fri, 9 Nov 2001 14:32:28 +0100
7354              Message-Id: <20011109143228.A18996@rafael>
7355      Branch: perl
7356            ! perl.c
7357 ____________________________________________________________________________
7358 [ 12911] By: jhi                                   on 2001/11/09  13:37:01
7359         Log: FAQ sync.
7360      Branch: perl
7361            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
7362            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
7363            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
7364 ____________________________________________________________________________
7365 [ 12910] By: ams                                   on 2001/11/09  07:33:49
7366         Log: Subject: [PATCH lib/File/Find/t/find.t] Helpful File::Find debugging code
7367              From: Michael G Schwern <schwern@pobox.com>
7368              Date: Fri, 9 Nov 2001 00:41:56 -0500
7369              Message-Id: <20011109004156.L5587@blackrider>
7370      Branch: perl
7371            ! lib/File/Find/t/find.t
7372 ____________________________________________________________________________
7373 [ 12909] By: jhi                                   on 2001/11/09  00:23:40
7374         Log: Upgrade to Unicode::Normalize 0.10, now in XS.
7375              The CPAN distribution has both pm and XS implementations,
7376              and for performance reasons we choose the XS.
7377              Another reason to choose the XS is that it doesn't
7378              require Lingua::KO::Hangul::Util, which means that
7379              we can delete that-- which in turn means that Unicode::UCD
7380              cannot expect that: support it, but don't expect.
7381              Ditto Unicode::Collate.
7382              
7383              Note that Unicode::Normalize Makefile.PL and
7384              Normalize.xs have been modified from the CPAN 0.10
7385              versions: the first one to be simpler (no pm) and
7386              clean up the generated unf*.h files, the second one
7387              to quench compiler grumblings.  Must notify Sadahiro
7388              about these changes.
7389      Branch: perl
7390            + ext/Unicode/Normalize/Changes
7391            + ext/Unicode/Normalize/Makefile.PL
7392            + ext/Unicode/Normalize/Normalize.pm
7393            + ext/Unicode/Normalize/Normalize.pod
7394            + ext/Unicode/Normalize/Normalize.xs
7395            + ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
7396            + ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
7397            + ext/Unicode/Normalize/t/test.t
7398            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
7399            - lib/Lingua/KO/Hangul/Util/README
7400            - lib/Lingua/KO/Hangul/Util/t/test.t
7401            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
7402            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
7403            ! MANIFEST NetWare/Makefile djgpp/config.over epoc/config.sh
7404            ! hints/uwin.sh hints/vmesa.sh lib/Unicode/Collate.pm
7405            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t win32/Makefile
7406            ! win32/makefile.mk
7407 ____________________________________________________________________________
7408 [ 12908] By: jhi                                   on 2001/11/08  23:49:42
7409         Log: Test miscounting.
7410      Branch: perl
7411            ! ext/POSIX/t/posix.t
7412 ____________________________________________________________________________
7413 [ 12907] By: jhi                                   on 2001/11/08  22:06:31
7414         Log: Quote the variables in failures messages more nicely.
7415      Branch: perl
7416            ! t/test.pl
7417 ____________________________________________________________________________
7418 [ 12906] By: jhi                                   on 2001/11/08  21:55:32
7419         Log: Subject: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
7420              From: Michael G Schwern <schwern@pobox.com>
7421              Date: Thu, 8 Nov 2001 17:24:49 -0500
7422              Message-ID: <20011108172449.A5587@blackrider>
7423              
7424              Subject: Re: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
7425              From: "Craig A. Berry" <craigberry@mac.com>
7426              Date: Thu, 8 Nov 2001 16:35:00 -0600
7427              Message-Id: <a05101000b810b89c5c5a@[172.16.52.1]>
7428      Branch: perl
7429            ! ext/POSIX/t/posix.t t/test.pl vms/test.com
7430 ____________________________________________________________________________
7431 [ 12905] By: jhi                                   on 2001/11/08  21:51:51
7432         Log: Subject: [PATCH] RE: Win2k / Cygwin-1.3.3
7433              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
7434              Date: Thu, 8 Nov 2001 22:52:50 -0000
7435              Message-ID: <AIEAJICLCBDNAAOLLOKLKEHNDEAA.Paul_Marquess@Yahoo.co.uk>
7436      Branch: perl
7437            ! ext/DB_File/t/db-recno.t
7438 ____________________________________________________________________________
7439 [ 12904] By: jhi                                   on 2001/11/08  21:49:20
7440         Log: Unicode::UCD is not yet supported in EBCDIC platforms.
7441              (Probably not an EBCDIC issue the way one would think
7442              since no chr() et alia are used in UCD.pm.)
7443      Branch: perl
7444            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
7445 ____________________________________________________________________________
7446 [ 12903] By: jhi                                   on 2001/11/08  15:16:49
7447         Log: Whether overwriting the $self->{...} values (see #12902)
7448              is a good policy or not is debatable, but let's at least
7449              be consistent.
7450      Branch: perl
7451            ! lib/ExtUtils/MM_Unix.pm
7452 ____________________________________________________________________________
7453 [ 12902] By: jhi                                   on 2001/11/08  15:13:15
7454         Log: The MakeMaker argument () quoting patch that sneaked
7455              in at #12883 didn't handle make macros like this $(...).
7456              Leaning toothpicks, we've got them.
7457      Branch: perl
7458            ! lib/ExtUtils/MM_Unix.pm
7459 ____________________________________________________________________________
7460 [ 12901] By: jhi                                   on 2001/11/08  14:28:38
7461         Log: Subject: Re: [PATCH t/io/argv.t vms/test.com t/test.pl] argv.t cleanup & fixes for VMS
7462              From: Michael G Schwern <schwern@pobox.com>
7463              Date: Wed, 7 Nov 2001 02:02:29 -0500
7464              Message-ID: <20011107020229.K2858@blackrider>
7465      Branch: perl
7466            ! t/io/argv.t t/test.pl vms/test.com
7467 ____________________________________________________________________________
7468 [ 12900] By: jhi                                   on 2001/11/08  14:14:40
7469         Log: Subject: [PATCH 20011106.084] -s on #! line 
7470              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7471              Date: Wed, 7 Nov 2001 22:23:39 +0100
7472              Message-ID: <20011107222339.E729@rafael>
7473      Branch: perl
7474            ! embed.h embed.pl perl.c proto.h toke.c
7475 ____________________________________________________________________________
7476 [ 12899] By: jhi                                   on 2001/11/08  13:46:02
7477         Log: Subject: [REPATCH] Re: [PATCH pod/perlhack.pod] When to use what test libraries
7478              From: Michael G Schwern <schwern@pobox.com>
7479              Date: Wed, 7 Nov 2001 16:52:49 -0500
7480              Message-ID: <20011107165249.I7346@blackrider>
7481      Branch: perl
7482            ! pod/perlhack.pod
7483 ____________________________________________________________________________
7484 [ 12898] By: ams                                   on 2001/11/08  13:02:19
7485         Log: Subject: Re: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
7486              From: Mark-Jason Dominus <mjd@plover.com>
7487              Date: Thu, 08 Nov 2001 08:59:02 -0500
7488              Message-Id: <20011108135902.2275.qmail@plover.com>
7489      Branch: perl
7490            ! INSTALL README README.amiga README.os2 README.vms
7491            ! lib/I18N/LangTags.pm lib/I18N/LangTags/README
7492            ! lib/Locale/Maketext/README win32/Makefile win32/makefile.mk
7493 ____________________________________________________________________________
7494 [ 12897] By: ams                                   on 2001/11/08  12:49:28
7495         Log: Subject: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
7496              From: mjd@plover.com
7497              Date: 8 Nov 2001 13:33:18 -0000
7498              Message-Id: <20011108133318.1786.qmail@plover.com>
7499      Branch: perl
7500            ! Porting/pumpkin.pod lib/Net/libnetFAQ.pod pod/perldiag.pod
7501            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
7502            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
7503            ! pod/perlfaq8.pod pod/perlfaq9.pod pod/perlmodinstall.pod
7504            ! pod/perlport.pod pod/perlvar.pod
7505 ____________________________________________________________________________
7506 [ 12896] By: ams                                   on 2001/11/08  11:22:12
7507         Log: open(FH, $file) should strip leading and trailing whitespace.
7508      Branch: perl
7509            ! doio.c
7510 ____________________________________________________________________________
7511 [ 12895] By: ams                                   on 2001/11/08  10:17:14
7512         Log: Subject: [PATCH] resurrect t/op/glob.t on VMS
7513              From: "Craig A. Berry" <craigberry@mac.com>
7514              Date: Wed, 07 Nov 2001 13:41:50 -0600
7515              Message-Id: <5.1.0.14.2.20011107133422.02419350@exchi01>
7516      Branch: perl
7517            ! t/op/glob.t
7518 ____________________________________________________________________________
7519 [ 12894] By: ams                                   on 2001/11/08  08:32:20
7520         Log: Subject: [ID 20011108.092] makedepend bug with new gcc
7521              From: Alexander Klimov <ask@wisdom.weizmann.ac.il>
7522              Date: Thu, 8 Nov 2001 10:00:29 +0200 (IST)
7523              Message-Id: <Pine.GSO.4.40.0111080952570.12110-100000@dardar.wisdom.weizmann.ac.il>
7524      Branch: perl
7525            ! makedepend.SH
7526 ____________________________________________________________________________
7527 [ 12893] By: ams                                   on 2001/11/08  08:26:31
7528         Log: Subject: bleadperl perldebug.pod: mention perldebtut.pod
7529              From: mjd@plover.com
7530              Date: 8 Nov 2001 08:08:07 -0000
7531              Message-Id: <20011108080807.30147.qmail@plover.com>
7532              
7533              Subject: bleadperl perl.pod
7534              From: mjd@plover.com
7535              Date: 8 Nov 2001 08:10:47 -0000
7536              Message-Id: <20011108081047.30178.qmail@plover.com>
7537              
7538              Subject: more bleadperl perl.pod
7539              From: mjd@plover.com
7540              Date: 8 Nov 2001 08:16:28 -0000
7541              Message-Id: <20011108081628.30229.qmail@plover.com>
7542      Branch: perl
7543            ! pod/perl.pod pod/perldebug.pod
7544 ____________________________________________________________________________
7545 [ 12892] By: jhi                                   on 2001/11/07  16:01:37
7546         Log: Tweak for Cray-friendliness from Nicholas Clark.
7547      Branch: perl
7548            ! sv.c
7549 ____________________________________________________________________________
7550 [ 12891] By: jhi                                   on 2001/11/07  15:54:24
7551         Log: VMS patch redo from Charles Lane.
7552      Branch: perl
7553            ! vms/gen_shrfls.pl
7554 ____________________________________________________________________________
7555 [ 12890] By: ams                                   on 2001/11/07  15:16:10
7556         Log: Subject: [ID 20011107.088] two perl pod nits
7557              From: lvirden@cas.org
7558              Date: Wed, 7 Nov 2001 11:09:34 -0500 (EST)
7559              Message-Id: <200111071609.fA7G9YW24607@lwv26awu.cas.org>
7560      Branch: perl
7561            ! pod/perl.pod pod/perlfaq3.pod
7562 ____________________________________________________________________________
7563 [ 12889] By: jhi                                   on 2001/11/07  15:07:18
7564         Log: Update Changes.
7565      Branch: perl
7566            ! Changes patchlevel.h
7567 ____________________________________________________________________________
7568 [ 12888] By: jhi                                   on 2001/11/07  14:26:42
7569         Log: The (emulated) "no utf8" must be in a BEGIN block
7570              to be effective.
7571      Branch: perl
7572            ! lib/CGI/t/html.t
7573 ____________________________________________________________________________
7574 [ 12887] By: jhi                                   on 2001/11/07  13:52:58
7575         Log: "v-strings" is the right term.
7576      Branch: perl
7577            ! pod/perltodo.pod
7578 ____________________________________________________________________________
7579 [ 12886] By: jhi                                   on 2001/11/07  13:48:36
7580         Log: Add vstrings-as-objects need to perltodo.
7581      Branch: perl
7582            ! pod/perltodo.pod
7583 ____________________________________________________________________________
7584 [ 12885] By: jhi                                   on 2001/11/07  13:43:33
7585         Log: Subject: Re: SunOS 5.8 is FUN! (and not quite ok, either) - @12876, gcc and suncc
7586              From: Nicholas Clark <nick@ccl4.org>
7587              Date: Wed, 7 Nov 2001 14:36:32 +0000
7588              Message-ID: <20011107143631.I24980@plum.flirble.org>
7589      Branch: perl
7590            ! t/op/pack.t
7591 ____________________________________________________________________________
7592 [ 12884] By: jhi                                   on 2001/11/07  13:34:44
7593         Log: The Embed test requires a major rewrite for VMS
7594              (plus it reveals a couple of annoying glitches
7595              in buffering), so skip the test for now; from
7596              Charles Lane.
7597      Branch: perl
7598            ! lib/ExtUtils/Embed.t
7599 ____________________________________________________________________________
7600 [ 12883] By: jhi                                   on 2001/11/07  13:33:16
7601         Log: Subject: [PATCH Perl@12856] vms/gen_shrfls.pl more general config.sh parsing
7602              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
7603              Date: Wed, 7 Nov 2001 09:23:28 EST
7604              Message-Id: <011107092325.11726@DUPHY4.Physics.Drexel.Edu>
7605              
7606              (Also i seems that an unrelated experimental patch
7607              to lib/ExtUtils/MM_Unix.pm was accidentally included.)
7608      Branch: perl
7609            ! lib/ExtUtils/MM_Unix.pm vms/gen_shrfls.pl
7610 ____________________________________________________________________________
7611 [ 12882] By: ams                                   on 2001/11/07  05:14:04
7612         Log: Subject: Re: [ID 20011106.083] $dbline[$i] == 0 generates warnings
7613              From: Mark-Jason Dominus <mjd@plover.com>
7614              Date: Wed, 07 Nov 2001 00:43:46 -0500
7615              Message-Id: <20011107054346.14428.qmail@plover.com>
7616      Branch: perl
7617            ! gv.c op.c toke.c
7618 ____________________________________________________________________________
7619 [ 12881] By: jhi                                   on 2001/11/07  03:33:08
7620         Log: Subject: [PATCH lib/perl5db.pl] Mentioning perldebguts   
7621              From: Michael G Schwern <schwern@pobox.com>             
7622              Date: Tue, 6 Nov 2001 22:04:39 -0500
7623              Message-ID: <20011106220439.D2858@blackrider>              
7624      Branch: perl
7625            ! lib/perl5db.pl
7626 ____________________________________________________________________________
7627 [ 12880] By: jhi                                   on 2001/11/07  01:35:30
7628         Log: Subject: [PATCH lib/Term/Cap.t] Sync CPAN version of tests (was Re: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under
7629              stress))
7630              From: Jonathan Stowe <gellyfish@gellyfish.com>
7631              Date: Tue, 6 Nov 2001 06:54:37 +0000 (GMT)
7632              Message-ID: <Pine.LNX.4.33.0111060651210.315-100000@orpheus.gellyfish.com>
7633              
7634              (except for one hunk where indentation differs)
7635      Branch: perl
7636            ! lib/Term/Cap.t
7637 ____________________________________________________________________________
7638 [ 12879] By: jhi                                   on 2001/11/07  01:22:40
7639         Log: Subject: [PATCH File::Spec::*] a bunch of untested patches
7640              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7641              Date: Tue, 6 Nov 2001 21:45:01 +0100
7642              Message-ID: <20011106214501.A704@rafael>
7643      Branch: perl
7644            ! lib/File/Spec/OS2.pm lib/File/Spec/VMS.pm
7645            ! lib/File/Spec/Win32.pm
7646 ____________________________________________________________________________
7647 [ 12878] By: jhi                                   on 2001/11/07  01:06:41
7648         Log: Subject: [PATCH t/test.pl] Adding isnt() and next_test() 
7649              From: Michael G Schwern <schwern@pobox.com>              
7650              Date: Tue, 6 Nov 2001 20:58:45 -0500
7651              Message-ID: <20011106205845.G29411@blackrider>
7652      Branch: perl
7653            ! t/test.pl
7654 ____________________________________________________________________________
7655 [ 12877] By: jhi                                   on 2001/11/07  01:01:18
7656         Log: Subject: making do_sprintf public       
7657              From: Doug MacEachern <dougm@covalent.net>    
7658              Date: Tue, 6 Nov 2001 10:52:31 -0800 (PST)
7659              Message-ID: <Pine.LNX.4.21.0111061051250.27804-100000@localhost>
7660      Branch: perl
7661            ! embed.h embed.pl global.sym
7662 ____________________________________________________________________________
7663 [ 12876] By: jhi                                   on 2001/11/06  22:12:28
7664         Log: Update to CGI.pm 2.78.
7665              
7666              TODO: the test suite needs to be merged so that
7667              when in core, the core version is tested, and when
7668              using the CPAN version, testing the CPAN version.
7669              (the changes need to be sent to Lincoln, too...)
7670      Branch: perl
7671            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
7672            ! lib/CGI/Pretty.pm lib/CGI/Switch.pm lib/CGI/Util.pm
7673            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
7674            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
7675            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
7676            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
7677 ____________________________________________________________________________
7678 [ 12875] By: jhi                                   on 2001/11/06  22:10:03
7679         Log: Integrate with perlio; (strictly) readonly hashes via XS.
7680      Branch: perl
7681           +> t/lib/access.t
7682           !> MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
7683 ____________________________________________________________________________
7684 [ 12874] By: nick                                  on 2001/11/06  21:05:16
7685         Log: Keep It Simple and Stupid version of readonly hash support.
7686              - Test for SvREAONLY(hv) at a few spots in hv.c
7687              - add the error message to perldiag.pod
7688              - (dubious) add access::readonly() to univeral.c
7689              - add test using above
7690              - fixup ext/B/t/stash.t to account for access:: existing
7691      Branch: perlio
7692            + t/lib/access.t
7693            ! MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
7694 ____________________________________________________________________________
7695 [ 12873] By: jhi                                   on 2001/11/06  17:07:50
7696         Log: Fix incorrect warnings about broken globbing;
7697              from Andy Dougherty.
7698      Branch: perl
7699            ! hints/linux.sh
7700 ____________________________________________________________________________
7701 [ 12872] By: jhi                                   on 2001/11/06  15:18:41
7702         Log: More UTF-8 EXACT tweaking, plus a forgotten UTF-8 
7703              toggle-on from the encoding pragma.
7704      Branch: perl
7705            ! regcomp.c regexec.c
7706 ____________________________________________________________________________
7707 [ 12871] By: jhi                                   on 2001/11/06  13:19:46
7708         Log: Retract #12824, doesn't help and is ignored
7709              by Configure anyway.
7710      Branch: perl
7711            ! hints/beos.sh
7712 ____________________________________________________________________________
7713 [ 12870] By: ams                                   on 2001/11/06  10:40:37
7714         Log: Subject: Cosmetic change
7715              From: H.Merijn Brand <h.m.brand@hccnet.nl>
7716              Date: Tue, 06 Nov 2001 12:30:52 +0100
7717              Message-Id: <20011106122922.30FA.H.M.BRAND@hccnet.nl>
7718      Branch: perl
7719            ! README.hpux
7720 ____________________________________________________________________________
7721 [ 12869] By: nick                                  on 2001/11/06  08:26:40
7722         Log: Integrate mainline
7723      Branch: perlio
7724           !> ext/DB_File/DB_File.pm global.sym hints/os390.sh
7725           !> lib/encoding.pm lib/encoding.t proto.h regcomp.c regexec.c
7726 ____________________________________________________________________________
7727 [ 12868] By: jhi                                   on 2001/11/06  03:15:50
7728         Log: The parentheses are protected enough.
7729      Branch: perl
7730            ! hints/os390.sh
7731 ____________________________________________________________________________
7732 [ 12867] By: jhi                                   on 2001/11/06  03:13:50
7733         Log: ccflags, not ldflags.
7734      Branch: perl
7735            ! hints/os390.sh
7736 ____________________________________________________________________________
7737 [ 12866] By: jhi                                   on 2001/11/06  03:12:57
7738         Log: ... and the proto to go with #12865.
7739      Branch: perl
7740            ! proto.h
7741 ____________________________________________________________________________
7742 [ 12865] By: jhi                                   on 2001/11/06  03:11:12
7743         Log: Oops.  Luckily nothing was using this symbol yet.
7744      Branch: perl
7745            ! global.sym
7746 ____________________________________________________________________________
7747 [ 12864] By: jhi                                   on 2001/11/06  03:05:34
7748         Log: Implement the encoding pragma for regex literals.
7749      Branch: perl
7750            ! lib/encoding.pm lib/encoding.t regcomp.c regexec.c
7751 ____________________________________________________________________________
7752 [ 12863] By: jhi                                   on 2001/11/06  01:01:49
7753         Log: More UTF8 EXACT fixing.
7754      Branch: perl
7755            ! regexec.c
7756 ____________________________________________________________________________
7757 [ 12862] By: jhi                                   on 2001/11/06  00:05:19
7758         Log: More re debugging.
7759      Branch: perl
7760            ! regexec.c
7761 ____________________________________________________________________________
7762 [ 12861] By: jhi                                   on 2001/11/05  23:24:24
7763         Log: EXACT correction attempt.  Continued in #12863.
7764      Branch: perl
7765            ! regexec.c
7766 ____________________________________________________________________________
7767 [ 12860] By: jhi                                   on 2001/11/05  22:57:04
7768         Log: Unterminated L<.
7769      Branch: perl
7770            ! ext/DB_File/DB_File.pm
7771 ____________________________________________________________________________
7772 [ 12859] By: nick                                  on 2001/11/05  19:15:17
7773         Log: Integrate mainline
7774      Branch: perlio
7775           +> lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
7776           +> lib/Math/BigInt/t/Math/BigInt/Subclass.pm
7777           +> lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/sub_mbf.t
7778           +> lib/Math/BigInt/t/sub_mbi.t
7779            - lib/Math/BigInt/t/Math/Subclass.pm
7780            - lib/Math/BigInt/t/subclass.t
7781           !> (integrate 30 files)
7782 ____________________________________________________________________________
7783 [ 12858] By: jhi                                   on 2001/11/05  17:05:38
7784         Log: Regex debugging fixes from Hugo.
7785      Branch: perl
7786            ! regcomp.c regexec.c
7787 ____________________________________________________________________________
7788 [ 12857] By: jhi                                   on 2001/11/05  16:09:51
7789         Log: IRIX: at some point the cc -version has started
7790              to output to stderr, not stdout any more.
7791      Branch: perl
7792            ! hints/irix_6.sh
7793 ____________________________________________________________________________
7794 [ 12856] By: jhi                                   on 2001/11/05  15:27:45
7795         Log: Update Changes.
7796      Branch: perl
7797            ! Changes patchlevel.h
7798 ____________________________________________________________________________
7799 [ 12855] By: jhi                                   on 2001/11/05  15:21:13
7800         Log: The ${"\cTAINT"} raises the ire of 'use strict'.
7801      Branch: perl
7802            ! lib/File/Spec/Unix.pm
7803 ____________________________________________________________________________
7804 [ 12854] By: jhi                                   on 2001/11/05  15:16:24
7805         Log: Subject: Re: Tainted $ENV{TMPDIR} and File::Spec->tmpdir()
7806              From: rgarciasuarez@free.fr
7807              Date: Mon, 05 Nov 2001 17:10:29 +0100 (MET)            
7808              Message-ID: <1004976629.3be6b9f593085@imp3-1.free.fr>
7809      Branch: perl
7810            ! lib/File/Spec/Unix.pm
7811 ____________________________________________________________________________
7812 [ 12853] By: jhi                                   on 2001/11/05  14:54:37
7813         Log: Use config.arch in OS/390 where the combination of
7814              IEEE floats and ldflags is tricky.
7815      Branch: perl
7816            ! hints/os390.sh
7817 ____________________________________________________________________________
7818 [ 12852] By: jhi                                   on 2001/11/05  14:53:53
7819         Log: Metaconfig unit change for #12851.
7820      Branch: metaconfig
7821            ! U/modified/Config_sh.U
7822 ____________________________________________________________________________
7823 [ 12851] By: jhi                                   on 2001/11/05  14:53:14
7824         Log: Support a config.arch file, similar to config.over,
7825              but loaded just before it.
7826      Branch: perl
7827            ! Configure INSTALL
7828 ____________________________________________________________________________
7829 [ 12850] By: jhi                                   on 2001/11/05  13:34:25
7830         Log: Subject: [PATCH Symbol.{pm.t}] bugfixes 
7831              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7832              Date: Mon, 5 Nov 2001 14:26:24 +0100
7833              Message-ID: <20011105142624.C31977@rafael>
7834      Branch: perl
7835            ! lib/Symbol.pm lib/Symbol.t
7836 ____________________________________________________________________________
7837 [ 12849] By: jhi                                   on 2001/11/04  22:15:39
7838         Log: Subject: [PATCH] unbalanced parenthesis in pods                 
7839              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7840              Date: Sun, 4 Nov 2001 22:28:57 +0100
7841              Message-ID: <20011104222857.C696@rafael>
7842      Branch: perl
7843            ! pod/perldebug.pod pod/perlpodspec.pod
7844 ____________________________________________________________________________
7845 [ 12848] By: jhi                                   on 2001/11/04  22:11:24
7846         Log: The missing pieces from the Math::BigInt 1.45 puzzle.
7847      Branch: perl
7848            ! lib/Math/BigFloat.pm lib/Math/BigInt/t/bigintpm.t
7849 ____________________________________________________________________________
7850 [ 12847] By: jhi                                   on 2001/11/04  17:44:41
7851         Log: Math::Big* test tweaks to work better with core:
7852              but the coast still not clear.
7853      Branch: perl
7854            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
7855            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
7856 ____________________________________________________________________________
7857 [ 12846] By: jhi                                   on 2001/11/04  17:43:10
7858         Log: Protect against high load: measure how much wall
7859              clock time went by while sleeping.  Avoids some
7860              false negatives, while may introduce some false
7861              positives.  Life is hard.
7862      Branch: perl
7863            ! ext/Time/HiRes/HiRes.t
7864 ____________________________________________________________________________
7865 [ 12845] By: jhi                                   on 2001/11/04  17:29:40
7866         Log: More forgotten from #12843.
7867      Branch: perl
7868            ! lib/Math/BigInt/t/bigfltpm.inc
7869 ____________________________________________________________________________
7870 [ 12844] By: jhi                                   on 2001/11/04  17:19:13
7871         Log: Forgot from #12843.
7872      Branch: perl
7873            + lib/Math/BigInt/t/bigintpm.inc
7874            ! MANIFEST
7875 ____________________________________________________________________________
7876 [ 12843] By: jhi                                   on 2001/11/04  16:52:45
7877         Log: Upgrade to Math::BigInt 1.45; from Tels.
7878              NOTE: some of the tests are failing but that's because
7879              the core integration is not yet done.
7880      Branch: perl
7881            + lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
7882            + lib/Math/BigInt/t/Math/BigInt/Subclass.pm
7883            + lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
7884            - lib/Math/BigInt/t/Math/Subclass.pm
7885            - lib/Math/BigInt/t/subclass.t
7886            ! MANIFEST lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
7887            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/calling.t
7888            ! lib/Math/BigInt/t/mbimbf.t
7889 ____________________________________________________________________________
7890 [ 12842] By: jhi                                   on 2001/11/04  16:45:02
7891         Log: VMS: adds capability to control more configuration stuff with
7892              -D and -U switches; parsing config.sh to extract previous config
7893              info in VMS-form, and a rewrite of the "prompt/response" routine;
7894              from Charles Lane.
7895      Branch: perl
7896            ! configure.com
7897 ____________________________________________________________________________
7898 [ 12841] By: jhi                                   on 2001/11/04  15:18:39
7899         Log: Subject: Typo correction in perldebguts.pod
7900              From: mjd@plover.com
7901              Date: 4 Nov 2001 16:20:05 -0000
7902              Message-ID: <20011104162005.16699.qmail@plover.com>
7903      Branch: perl
7904            ! pod/perldebguts.pod
7905 ____________________________________________________________________________
7906 [ 12840] By: jhi                                   on 2001/11/04  15:17:22
7907         Log: Subject: Re: Where are my 'O's? [+ 12836 smoke]
7908              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7909              Date: Sun, 4 Nov 2001 11:47:30 +0100
7910              Message-ID: <20011104114730.A715@rafael>
7911              
7912              Remove -T from the test, wrong place for that.
7913      Branch: perl
7914            ! lib/File/Temp/t/mktemp.t
7915 ____________________________________________________________________________
7916 [ 12839] By: jhi                                   on 2001/11/04  15:15:42
7917         Log: Subject: [REPATCH] Re: PerlIOBuf_dup
7918              From: Nicholas Clark <nick@ccl4.org>
7919              Date: Sun, 4 Nov 2001 10:41:24 +0000
7920              Message-ID: <20011104104123.U20123@plum.flirble.org>
7921      Branch: perl
7922            ! ext/Encode/Encode.xs ext/PerlIO/t/encoding.t perlio.c
7923 ____________________________________________________________________________
7924 [ 12838] By: jhi                                   on 2001/11/03  21:19:43
7925         Log: Subject: Re: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
7926              From: Michael G Schwern <schwern@pobox.com>
7927              Date: Sat, 3 Nov 2001 15:41:47 -0500
7928              Message-ID: <20011103154147.C600@blackrider>
7929      Branch: perl
7930            ! lib/Term/Cap.t
7931 ____________________________________________________________________________
7932 [ 12837] By: jhi                                   on 2001/11/03  21:14:34
7933         Log: Subject: [PATCH] stop unrestricted negativity in HiRes.t 
7934              From: "Craig A. Berry" <craigberry@mac.com>     
7935              Date: Sat, 03 Nov 2001 16:02:28 -0600
7936              Message-Id: <5.1.0.14.2.20011103155539.03e44c60@exchi01>
7937      Branch: perl
7938            ! ext/Time/HiRes/HiRes.t
7939 ____________________________________________________________________________
7940 [ 12836] By: jhi                                   on 2001/11/03  18:41:33
7941         Log: Subject: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
7942              From: "chromatic" <chromatic@rmci.net>
7943              Date: Sat, 03 Nov 2001 12:28:17 -0700
7944              Message-ID: <20011103193507.94848.qmail@onion.perl.org>
7945      Branch: perl
7946            ! lib/Term/Cap.t
7947 ____________________________________________________________________________
7948 [ 12835] By: jhi                                   on 2001/11/03  18:34:08
7949         Log: Don't bother doing POSIX charclass parsing if it
7950              possibly cannot be so.  Prepares way for charclass
7951              syntax like [[abc]||[def]] (or just [[abc][def]])
7952              for union, [[\w]&&[$a]] for intersection,
7953              and [[a-z]&&[^def]] for subtraction.
7954              
7955              Currently /[[a]/ (or /[a[]/) parses as a character
7956              class containing two characters, "[" and "a",
7957              this may have to be broken for the syntax described
7958              above, otherwise we would have to scan the whole pattern
7959              to find out whether the square brackets match pairwise.
7960              Luckily, the special case of "[" doesn't seem to be
7961              documented (as opposed to "]" and "-"), so we may have
7962              better story for breaking it...  One can always use \[
7963              if one wants a literal "[", so there.
7964      Branch: perl
7965            ! regcomp.c
7966 ____________________________________________________________________________
7967 [ 12834] By: jhi                                   on 2001/11/03  17:51:44
7968         Log: Comment correction.
7969      Branch: perl
7970            ! regcomp.c
7971 ____________________________________________________________________________
7972 [ 12833] By: jhi                                   on 2001/11/03  17:33:21
7973         Log: Add MakeMaker PREREQ_PRINT and PRINT_PREREQ targets.
7974              The latter is a RedHatism.
7975      Branch: perl
7976            ! lib/ExtUtils/MakeMaker.pm
7977 ____________________________________________________________________________
7978 [ 12832] By: jhi                                   on 2001/11/03  15:43:03
7979         Log: Integrate perlio.
7980      Branch: perl
7981           !> perlio.c
7982 ____________________________________________________________________________
7983 [ 12831] By: nick                                  on 2001/11/03  11:42:15
7984         Log: Integrate mainline
7985      Branch: perlio
7986           !> doio.c ext/DynaLoader/dl_mac.xs ext/Errno/Errno_pm.PL
7987           !> ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
7988           !> hints/beos.sh hints/darwin.sh perl.c perl.h perlio.c regexec.c
7989           !> sv.c t/test.pl
7990 ____________________________________________________________________________
7991 [ 12830] By: nick                                  on 2001/11/03  10:27:34
7992         Log: Fix clone_leak problem.
7993              PerlIOStdio_dup was leaking FILE * as it was still doing fdopen()
7994              as vestige of calling PerlLIO_dup().
7995      Branch: perlio
7996            ! perlio.c
7997 ____________________________________________________________________________
7998 [ 12829] By: nick                                  on 2001/11/03  09:40:46
7999         Log: Tweaks attempting to locate Doug's clone_leak leak.
8000              - add some PerlIO_debug()
8001              - handle PerlIO_clone() with empty lists (clone before Perl_parse())
8002              - Even if it closing stdout etc. do a fflush()
8003      Branch: perlio
8004            ! perlio.c
8005 ____________________________________________________________________________
8006 [ 12828] By: nick                                  on 2001/11/03  08:34:31
8007         Log: Integrate mainline
8008      Branch: perlio
8009           !> (integrate 54 files)
8010 ____________________________________________________________________________
8011 [ 12827] By: ams                                   on 2001/11/03  03:45:19
8012         Log: Ugly bandaid to stop C<package;> from segfaulting (remember to
8013              remove this later). Based on a patch from Robert Spier in
8014              <15330.61459.14452.795263@rls.cx>.
8015      Branch: perl
8016            ! sv.c
8017 ____________________________________________________________________________
8018 [ 12826] By: jhi                                   on 2001/11/02  23:56:00
8019         Log: microperl sync.
8020      Branch: perl
8021            ! doio.c perl.c perl.h perlio.c regexec.c
8022 ____________________________________________________________________________
8023 [ 12825] By: jhi                                   on 2001/11/02  23:20:03
8024         Log: Definitions for the Unicode Newline Guidelines.
8025      Branch: perl
8026            ! perl.h
8027 ____________________________________________________________________________
8028 [ 12824] By: jhi                                   on 2001/11/02  23:08:05
8029         Log: (retracted by #12871)
8030              
8031              There is no csh of any kind in default BeOS.
8032              For the purposes of miniperl globbing, bash
8033              will do.
8034      Branch: perl
8035            ! hints/beos.sh
8036 ____________________________________________________________________________
8037 [ 12823] By: jhi                                   on 2001/11/02  21:56:36
8038         Log: Integrate change #12820 from macperl to maint and blead;
8039              
8040              Fix up (dynaloading) to work properly with multiplicity
8041      Branch: maint-5.6/perl
8042           !> ext/DynaLoader/dl_mac.xs
8043      Branch: perl
8044           !> ext/DynaLoader/dl_mac.xs
8045 ____________________________________________________________________________
8046 [ 12822] By: pudge                                 on 2001/11/02  21:38:22
8047         Log: Several fixes for various exit problems and clearing out
8048              task queue, as well as another (incomplete) go at
8049              fixing error message handling
8050      Branch: maint-5.6/macperl
8051            ! macos/macish.c macos/macish.h macos/macperl/MPConsole.cp
8052 ____________________________________________________________________________
8053 [ 12821] By: pudge                                 on 2001/11/02  21:36:26
8054         Log: Add source files for bleadperl builds
8055      Branch: maint-5.6/macperl
8056            ! macos/Makefile.mk
8057 ____________________________________________________________________________
8058 [ 12820] By: pudge                                 on 2001/11/02  21:35:15
8059         Log: Fix up to work properly with multiplicity
8060      Branch: maint-5.6/macperl
8061            ! ext/DynaLoader/dl_mac.xs
8062 ____________________________________________________________________________
8063 [ 12819] By: pudge                                 on 2001/11/02  21:21:56
8064         Log: Integrate with maintperl.
8065      Branch: maint-5.6/macperl
8066           +> t/op/system.t t/op/system_tests
8067           !> MANIFEST Todo-5.6 ext/ODBM_File/ODBM_File.xs perl.h
8068           !> pod/perltodo.pod util.c win32/win32.c
8069 ____________________________________________________________________________
8070 [ 12818] By: jhi                                   on 2001/11/02  21:03:58
8071         Log: Locate _PATH_LOG if it's a socket even if not #defined
8072              (helps Tru64)  From Paul David Fardy <pdf@morgan.ucs.mun.ca>,
8073              via Nick Clark.
8074      Branch: perl
8075            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
8076 ____________________________________________________________________________
8077 [ 12817] By: jhi                                   on 2001/11/02  20:07:05
8078         Log: Subject: [PATCH t/test.pl] _expect and other little tweaks
8079              From: Michael G Schwern <schwern@pobox.com>
8080              Date: Fri, 2 Nov 2001 15:36:41 -0500
8081              Message-ID: <20011102153641.E23234@blackrider>
8082      Branch: perl
8083            ! t/test.pl
8084 ____________________________________________________________________________
8085 [ 12816] By: jhi                                   on 2001/11/02  17:53:00
8086         Log: Subject: [PATCH] patches for MacOS X 10.1 for perl 5.7.2
8087              From: merlyn@stonehenge.com (Randal L. Schwartz)
8088              Date: 02 Nov 2001 09:33:34 -0800
8089              Message-ID: <m1wv193wnl.fsf@halfdome.holdit.com>
8090              
8091              (two of the changes)
8092              
8093              Better coexistence with extensions.
8094      Branch: perl
8095            ! ext/Errno/Errno_pm.PL hints/darwin.sh
8096 ____________________________________________________________________________
8097 [ 12815] By: ams                                   on 2001/11/02  16:47:43
8098         Log: Subject: Re: [PATCH] the the double double word word fix fix
8099              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
8100              Date: Fri, 02 Nov 2001 19:43:07 +0100
8101              Message-Id: <3BE2E93B.627C198E@alcatel.at>
8102      Branch: perl
8103            ! pod/perldebug.pod
8104 ____________________________________________________________________________
8105 [ 12814] By: jhi                                   on 2001/11/02  15:24:10
8106         Log: Update Changes.
8107      Branch: perl
8108            ! Changes patchlevel.h
8109 ____________________________________________________________________________
8110 [ 12813] By: jhi                                   on 2001/11/02  15:19:35
8111         Log: More encoding testing.
8112      Branch: perl
8113            ! lib/encoding.pm lib/encoding.t
8114 ____________________________________________________________________________
8115 [ 12812] By: ams                                   on 2001/11/02  15:07:11
8116         Log: Slight modification of #12811.
8117      Branch: perl
8118            ! op.c
8119 ____________________________________________________________________________
8120 [ 12811] By: jhi                                   on 2001/11/02  14:58:13
8121         Log: Subject: Re: [ID 20011101.069] \stat('.') gives "Attempt to free unreferenced scalar"
8122              From: Radu Greab <radu@netsoft.ro>
8123              Date: Fri, 2 Nov 2001 15:28:58 +0200
8124              Message-ID: <15330.40858.629851.468818@ix.netsoft.ro>
8125      Branch: perl
8126            ! op.c t/op/stat.t
8127 ____________________________________________________________________________
8128 [ 12810] By: jhi                                   on 2001/11/02  14:15:34
8129         Log: Subject: [PATCH] Re: Extra MakeMaker noise in lib/ExtUtils/Embed.t @12791
8130              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8131              Date: Thu, 1 Nov 2001 22:35:50 +0100
8132              Message-ID: <20011101223550.A10849@rafael>
8133      Branch: perl
8134            ! lib/ExtUtils/Embed.t
8135 ____________________________________________________________________________
8136 [ 12809] By: jhi                                   on 2001/11/02  14:10:05
8137         Log: Subject: [REPATCH] Re: [PATCH File::Find] use warnings::register
8138              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
8139              Date: 2 Nov 2001 14:48:51 -0000
8140              Message-Id: <slrn9u5cj6.liq.rgarciasuarez@rafael.kazibao.net> 
8141      Branch: perl
8142            ! lib/File/Find.pm
8143 ____________________________________________________________________________
8144 [ 12808] By: jhi                                   on 2001/11/02  05:40:21
8145         Log: Add documentation.
8146      Branch: perl
8147            ! embed.pl pod/perlapi.pod utf8.c
8148 ____________________________________________________________________________
8149 [ 12807] By: jhi                                   on 2001/11/02  05:18:45
8150         Log: Unicode: add ToFold mapping.  Not used yet; but basically
8151              a more useful mapping for caseless aka case-ignoring than
8152              doing either lc($a) eq lc($b) or uc($a) eq uc($b); the full
8153              algorithm for creating the foldings uses equivalence classes,
8154              see http://www.unicode.org/unicode/reports/tr21/
8155              Hopefully this feature will be used in //i.
8156              (The folding tables were introduced by #12689.)
8157      Branch: perl
8158            ! embed.h embed.pl embedvar.h intrpvar.h perl.c perlapi.h sv.c
8159            ! utf8.c
8160 ____________________________________________________________________________
8161 [ 12806] By: jhi                                   on 2001/11/02  05:04:05
8162         Log: Subject: [PATCH] AutoSplit.t clean-up for VMS
8163              From: "Craig A. Berry" <craigberry@mac.com>
8164              Date: Fri, 02 Nov 2001 00:03:52 -0600
8165              Message-Id: <5.1.0.14.2.20011101235844.02cd4e50@exchi01>
8166      Branch: perl
8167            ! lib/AutoSplit.t
8168 ____________________________________________________________________________
8169 [ 12805] By: jhi                                   on 2001/11/02  04:17:04
8170         Log: Subject: Trivial doc patch
8171              From: andreas.koenig@anima.de (Andreas J. Koenig)
8172              Date: 02 Nov 2001 06:11:35 +0100
8173              Message-ID: <m37kt94v08.fsf@anima.de>
8174      Branch: perl
8175            ! pod/perlport.pod
8176 ____________________________________________________________________________
8177 [ 12804] By: jhi                                   on 2001/11/02  02:14:46
8178         Log: Make encoding and charnames pragmas coexist.
8179      Branch: perl
8180            ! lib/charnames.pm lib/encoding.pm lib/encoding.t
8181 ____________________________________________________________________________
8182 [ 12803] By: jhi                                   on 2001/11/02  01:26:53
8183         Log: The basic character classes seem to go untested with Unicode.
8184      Branch: perl
8185            ! t/op/pat.t
8186 ____________________________________________________________________________
8187 [ 12802] By: ams                                   on 2001/11/02  00:39:36
8188         Log: Subject: [PATCH] the the double double word word fix fix
8189              From: Richard Soderberg <rs@oregonnet.com>
8190              Date: Thu, 1 Nov 2001 13:12:03 -0800
8191              Message-Id: <200111012112.NAA23288@oregonnet.com>
8192              
8193              Subject: Re: [PATCH] the the double double word word fix fix
8194              From: Mark-Jason Dominus <mjd@plover.com>
8195              Date: Thu, 01 Nov 2001 16:43:40 -0500
8196              Message-Id: <20011101214340.2044.qmail@plover.com>
8197              
8198              Subject: Re: [PATCH] the the double double word word fix fix
8199              From: Mark-Jason Dominus <mjd@plover.com>
8200              Date: Thu, 01 Nov 2001 16:51:39 -0500
8201              Message-Id: <20011101215139.2196.qmail@plover.com>
8202      Branch: perl
8203            ! pod/perldebtut.pod pod/perldiag.pod pod/perlfaq3.pod
8204            ! pod/perlguts.pod pod/perlintro.pod pod/perliol.pod
8205            ! pod/perlmodlib.PL pod/perlmodstyle.pod pod/perlpodspec.pod
8206            ! pod/perlrequick.pod pod/perlretut.pod pod/perltoc.pod
8207            ! pod/perltodo.pod pod/perlxstut.pod
8208 ____________________________________________________________________________
8209 [ 12801] By: jhi                                   on 2001/11/01  14:27:51
8210         Log: Comment tweaks.
8211      Branch: perl
8212            ! toke.c
8213 ____________________________________________________________________________
8214 [ 12800] By: jhi                                   on 2001/11/01  14:06:04
8215         Log: FAQ sync.
8216      Branch: perl
8217            ! pod/perlfaq9.pod
8218 ____________________________________________________________________________
8219 [ 12799] By: jhi                                   on 2001/11/01  13:59:42
8220         Log: If an encoding is set by -M/-m, it must be in
8221              effect only for the actual script, not any other
8222              required/-M/-m'ed module, otherwise we enter a nasty
8223              recursion in regexec.c while trying to init the simple
8224              UTF-8 charclasses like PL_utf8_alnum.
8225      Branch: perl
8226            ! lib/encoding.pm pod/perlunicode.pod pp_ctl.c
8227 ____________________________________________________________________________
8228 [ 12798] By: jhi                                   on 2001/10/31  21:10:09
8229         Log: A bit more descriptive name.
8230      Branch: perl
8231            ! mg.c
8232 ____________________________________________________________________________
8233 [ 12797] By: jhi                                   on 2001/10/31  20:32:29
8234         Log: Subject: [PATCH Perl@12768] Time::Hires test fix
8235              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
8236              Date: Wed, 31 Oct 2001 13:47:04 EST
8237              Message-Id: <011031134626.1227@DUPHY4.Physics.Drexel.Edu>
8238      Branch: perl
8239            ! ext/Time/HiRes/HiRes.t
8240 ____________________________________________________________________________
8241 [ 12796] By: jhi                                   on 2001/10/31  20:31:20
8242         Log: Subject: [PATCH Perl@12768] make setting signal() persistent
8243              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
8244              Date: Wed, 31 Oct 2001 13:43:29 EST
8245              Message-Id: <011031134318.231c@DUPHY4.Physics.Drexel.Edu>
8246      Branch: perl
8247            ! mg.c
8248 ____________________________________________________________________________
8249 [ 12795] By: jhi                                   on 2001/10/31  20:29:37
8250         Log: Subject: [PATCH] Various test cleanups
8251              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8252              Date: Tue, 30 Oct 2001 21:56:26 +0100
8253              Message-ID: <20011030215626.A28503@rafael>
8254      Branch: perl
8255            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
8256            ! ext/DB_File/t/db-recno.t ext/Encode.t
8257 ____________________________________________________________________________
8258 [ 12794] By: jhi                                   on 2001/10/31  15:26:59
8259         Log: Update Changes.
8260      Branch: perl
8261            ! Changes patchlevel.h
8262 ____________________________________________________________________________
8263 [ 12793] By: jhi                                   on 2001/10/31  15:23:12
8264         Log: Subject: [PATCH] Data::Dumper opt. use B::Deparse for coderefs
8265              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>               
8266              Date: Wed, 31 Oct 2001 17:16:39 +0100
8267              Message-ID: <20011031171639.A32511@rafael>
8268      Branch: perl
8269            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/dumper.t
8270 ____________________________________________________________________________
8271 [ 12792] By: jhi                                   on 2001/10/31  15:20:01
8272         Log: Skip message nit.
8273      Branch: perl
8274            ! t/io/fs.t
8275 ____________________________________________________________________________
8276 [ 12791] By: jhi                                   on 2001/10/31  14:54:19
8277         Log: Subject: Re: [REPATCH] Re: [PATCH] Re: [ID 20011030.064] File::Temp tempdir(CLEANUP => 1) and -T on OpenBSD 2.9
8278              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
8279              Date: 31 Oct 2001 14:49:37 -0000
8280              Message-Id: <slrn9u03sk.hco.rgarciasuarez@rafael.kazibao.net> 
8281      Branch: perl
8282            ! lib/File/Path.pm lib/File/Path.t lib/File/Temp/t/mktemp.t
8283 ____________________________________________________________________________
8284 [ 12790] By: jhi                                   on 2001/10/31  14:44:33
8285         Log: Extend the effect of the encoding pragma to chr() and ord().
8286              
8287              TODO: regex literals, reentrancy problems with the utf8
8288              and charnames pragmas.
8289      Branch: perl
8290            ! lib/encoding.pm lib/encoding.t pod/perlfunc.pod pp.c sv.c
8291 ____________________________________________________________________________
8292 [ 12789] By: jhi                                   on 2001/10/31  13:25:02
8293         Log: Doc tweaks.
8294      Branch: perl
8295            ! lib/encoding.pm
8296 ____________________________________________________________________________
8297 [ 12788] By: nick                                  on 2001/10/31  08:59:56
8298         Log: Integrate mainline
8299      Branch: perlio
8300           +> lib/encoding.pm lib/encoding.t t/op/system.t t/op/system_tests
8301           !> (integrate 49 files)
8302 ____________________________________________________________________________
8303 [ 12787] By: jhi                                   on 2001/10/31  03:22:34
8304         Log: Forgot new proto.
8305      Branch: perl
8306            ! proto.h
8307 ____________________________________________________________________________
8308 [ 12786] By: jhi                                   on 2001/10/31  02:32:35
8309         Log: Clarification: use encoding cannot be used to
8310              change the default encoding of "your whole script";
8311              only the default encoding of the *data*.  Also, it
8312              seems that "use encoding" does not mix with "use utf8"
8313              (a coredumping recursion ensues).  Should not be a huge
8314              problem since "use utf8" is pretty marginal nowadays.
8315      Branch: perl
8316            ! ext/Encode/Encode.pm lib/encoding.pm pod/perlunicode.pod
8317 ____________________________________________________________________________
8318 [ 12785] By: jhi                                   on 2001/10/31  02:19:49
8319         Log: More documentation for the encode pragma.
8320      Branch: perl
8321            ! ext/Encode/Encode.pm lib/encoding.pm lib/open.pm
8322            ! pod/perlapi.pod pod/perlunicode.pod sv.c
8323 ____________________________________________________________________________
8324 [ 12784] By: jhi                                   on 2001/10/31  02:08:27
8325         Log: Thinko in #12783.
8326      Branch: perl
8327            ! sv.c
8328 ____________________________________________________________________________
8329 [ 12783] By: jhi                                   on 2001/10/31  02:04:22
8330         Log: Make sv_recode_to_utf8() a real API: the encoding
8331              is a parameter, instead of a global.  Document the
8332              PERL_ENCODING.
8333      Branch: perl
8334            ! embed.h embed.pl pod/perlapi.pod pod/perlrun.pod proto.h sv.c
8335            ! toke.c
8336 ____________________________________________________________________________
8337 [ 12782] By: jhi                                   on 2001/10/31  00:57:42
8338         Log: Enable -Mencoding=foobar also for string literals.
8339      Branch: perl
8340            ! embed.h embed.pl global.sym lib/encoding.pm lib/encoding.t
8341            ! pod/perlapi.pod proto.h sv.c toke.c
8342 ____________________________________________________________________________
8343 [ 12781] By: jhi                                   on 2001/10/30  17:06:39
8344         Log: Subject: Re: [PATCH] Re: DynaLoader problem on NCR SVR4 box
8345              From: Andy Dougherty <doughera@lafayette.edu>
8346              Date: Tue, 30 Oct 2001 12:44:27 -0500 (EST)
8347              Message-ID: <Pine.SOL.4.10.10110301241210.25351-100000@maxwell.phys.lafayette.edu>
8348      Branch: perl
8349            ! ext/POSIX/hints/svr4.pl
8350 ____________________________________________________________________________
8351 [ 12780] By: jhi                                   on 2001/10/30  14:54:12
8352         Log: Subject: RE: [PATCH h2xs] Use of static data in XS modules
8353              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
8354              Date: Mon, 29 Oct 2001 23:11:58 -0000
8355              Message-ID: <AIEAJICLCBDNAAOLLOKLMEJGDDAA.Paul_Marquess@Yahoo.co.uk>
8356              
8357              Add compat.h.
8358      Branch: perl
8359            ! lib/h2xs.t utils/h2xs.PL
8360 ____________________________________________________________________________
8361 [ 12779] By: jhi                                   on 2001/10/30  13:51:43
8362         Log: Subject: PerlIOBuf_dup
8363              From: Nicholas Clark <nick@ccl4.org>              
8364              Date: Mon, 29 Oct 2001 21:52:35 +0000             
8365              Message-ID: <20011029215235.K41204@plum.flirble.org>
8366              
8367              Add prototype.
8368      Branch: perl
8369            ! perliol.h
8370 ____________________________________________________________________________
8371 [ 12778] By: jhi                                   on 2001/10/30  13:49:51
8372         Log: Subject: [PATCH] Make malloc.c errors more useful
8373              From: Richard Soderberg <rs@oregonnet.com>
8374              Date: Mon, 29 Oct 2001 22:28:02 -0800
8375              Message-Id: <200110300628.WAA11025@oregonnet.com>
8376      Branch: perl
8377            ! malloc.c
8378 ____________________________________________________________________________
8379 [ 12777] By: jhi                                   on 2001/10/30  04:02:10
8380         Log: Retract #12776 - the bug 19990906.001 is still valid.
8381      Branch: perl
8382            ! t/run/kill_perl.t
8383 ____________________________________________________________________________
8384 [ 12776] By: jhi                                   on 2001/10/30  03:03:49
8385         Log: (Retracted by #12777)
8386              Subject: Perlbug 19990906.001 - segfault on long escaped quote regex
8387              From: Michael G Schwern <schwern@pobox.com> 
8388              Date: Mon, 29 Oct 2001 23:01:08 -0500
8389              Message-ID: <20011029230108.G18053@blackrider>
8390      Branch: perl
8391            ! t/run/kill_perl.t
8392 ____________________________________________________________________________
8393 [ 12775] By: jhi                                   on 2001/10/30  02:56:41
8394         Log: Comment nits.
8395      Branch: perl
8396            ! lib/encoding.t
8397 ____________________________________________________________________________
8398 [ 12774] By: gsar                                  on 2001/10/30  01:32:57
8399         Log: integrate change#12772 from mainline
8400              
8401              Subject: [PATCH] Mommy, what's a pointer cast?
8402      Branch: maint-5.6/perl
8403            ! perl.h
8404 ____________________________________________________________________________
8405 [ 12773] By: jhi                                   on 2001/10/30  01:19:32
8406         Log: Subject: [PATCH] Mommy, what's a pointer cast?
8407              From: Richard Soderberg <rs@oregonnet.com>
8408              Date: Mon, 29 Oct 2001 17:01:10 -0800
8409              Message-Id: <200110300101.RAA31561@oregonnet.com>
8410              
8411              (threads* parts)
8412      Branch: perl
8413            ! ext/threads/shared/shared.xs ext/threads/threads.xs
8414 ____________________________________________________________________________
8415 [ 12772] By: jhi                                   on 2001/10/30  01:19:13
8416         Log: Subject: [PATCH] Mommy, what's a pointer cast?
8417              From: Richard Soderberg <rs@oregonnet.com>
8418              Date: Mon, 29 Oct 2001 17:01:10 -0800
8419              Message-Id: <200110300101.RAA31561@oregonnet.com>
8420              
8421              (the perl.h part)
8422      Branch: perl
8423            ! perl.h
8424 ____________________________________________________________________________
8425 [ 12771] By: jhi                                   on 2001/10/30  01:17:21
8426         Log: Subject: [PATCH] OpenBSD likes signal.h 
8427              From: Richard Soderberg <rs@oregonnet.com>
8428              Date: Mon, 29 Oct 2001 17:00:31 -0800
8429              Message-Id: <200110300100.RAA31533@oregonnet.com>
8430      Branch: perl
8431            ! unixish.h
8432 ____________________________________________________________________________
8433 [ 12770] By: jhi                                   on 2001/10/30  01:10:24
8434         Log: Subject: [PATCH] RE: DB_File-1.79 on Cygwin 1.3.3
8435              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
8436              Date: Mon, 29 Oct 2001 23:04:23 -0000
8437              Message-ID: <AIEAJICLCBDNAAOLLOKLGEJGDDAA.Paul_Marquess@Yahoo.co.uk>
8438      Branch: perl
8439            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
8440            ! ext/DB_File/t/db-recno.t
8441 ____________________________________________________________________________
8442 [ 12769] By: jhi                                   on 2001/10/30  01:08:01
8443         Log: Subject: [PATCH perl@12718] HiRes.t tweaks
8444              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
8445              Date: Mon, 29 Oct 2001 12:34:07 -0600
8446              Message-Id: <5.1.0.14.2.20011029121906.035d7e00@exchi01>
8447      Branch: perl
8448            ! ext/Time/HiRes/HiRes.t
8449 ____________________________________________________________________________
8450 [ 12768] By: jhi                                   on 2001/10/29  15:10:04
8451         Log: Update Changes.
8452      Branch: perl
8453            ! Changes patchlevel.h
8454 ____________________________________________________________________________
8455 [ 12767] By: jhi                                   on 2001/10/29  14:49:28
8456         Log: AIX needs an explicit symbol export list.
8457      Branch: perl
8458            ! lib/ExtUtils/Embed.t
8459 ____________________________________________________________________________
8460 [ 12766] By: jhi                                   on 2001/10/29  14:08:21
8461         Log: The test (and the module) would require some
8462              quality hacking time to work on EBCDIC.  Based on
8463              the test results nothing seems to be majorly broken,
8464              the module just seems to have strange assumptions:
8465              got: ''\226\225\205'
8466              expected: ''one'
8467              The \226\225\205 being, of course, 'one', in EBCDIC.
8468      Branch: perl
8469            ! lib/Dumpvalue.t
8470 ____________________________________________________________________________
8471 [ 12765] By: jhi                                   on 2001/10/29  13:58:48
8472         Log: Mark the test known to be failing in EBCDIC.
8473      Branch: perl
8474            ! t/op/tr.t
8475 ____________________________________________________________________________
8476 [ 12764] By: jhi                                   on 2001/10/29  13:51:51
8477         Log: None of the libnet modules are going to work in
8478              EBCDIC without the Convert::EBCDIC.
8479      Branch: perl
8480            ! t/lib/1_compile.t
8481 ____________________________________________________________________________
8482 [ 12763] By: jhi                                   on 2001/10/29  13:45:39
8483         Log: Neither is 0xff illegal UTF-EBCDIC since it's the last C1.
8484      Branch: perl
8485            ! t/op/pack.t
8486 ____________________________________________________________________________
8487 [ 12762] By: jhi                                   on 2001/10/29  13:40:17
8488         Log: UTF-EBCDIC ain't UTF-8.
8489      Branch: perl
8490            ! t/op/pack.t
8491 ____________________________________________________________________________
8492 [ 12761] By: jhi                                   on 2001/10/29  13:35:35
8493         Log: In EBCDIC cannot test compile Net::Cmd without Convert::EBCDIC.
8494      Branch: perl
8495            ! t/lib/1_compile.t
8496 ____________________________________________________________________________
8497 [ 12760] By: jhi                                   on 2001/10/29  13:32:20
8498         Log: Let's not assume ASCII.
8499      Branch: perl
8500            ! t/op/lc.t
8501 ____________________________________________________________________________
8502 [ 12759] By: jhi                                   on 2001/10/29  13:24:54
8503         Log: Call the new perlio symbols differently.
8504      Branch: perl
8505            ! makedef.pl
8506 ____________________________________________________________________________
8507 [ 12758] By: jhi                                   on 2001/10/29  13:23:11
8508         Log: Don't expect ASCII ordering.
8509      Branch: perl
8510            ! lib/ExtUtils/Manifest.t
8511 ____________________________________________________________________________
8512 [ 12757] By: jhi                                   on 2001/10/29  13:13:09
8513         Log: Forgot from #12756.
8514      Branch: perl
8515            ! perlio.h
8516 ____________________________________________________________________________
8517 [ 12756] By: jhi                                   on 2001/10/29  13:12:41
8518         Log: BeOS tweaks:
8519              - fseeko and ftello can be found by Configure but
8520              we do not seem to have prototypes for them so
8521              let's make up some
8522              - BeOS didn't use to have real sockets (sockets as
8523              filedescriptors) but the BONE package is supposed
8524              to fix this.  I do not know how to detect BONEness,
8525              see hints/beos.sh for a spot that needs to fixed.
8526              - BeOS has O_TEXT != O_BINARY but has no setmode()
8527      Branch: perl
8528            ! hints/beos.sh perlio.c
8529 ____________________________________________________________________________
8530 [ 12755] By: sky                                   on 2001/10/29  12:56:12
8531         Log: Ugly fix to not die when a thread creator is holding locks.
8532      Branch: perl
8533            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
8534            ! ext/threads/threads.xs
8535 ____________________________________________________________________________
8536 [ 12754] By: jhi                                   on 2001/10/29  12:31:34
8537         Log: Integrate change #12752 from maintperl;
8538              
8539              croak(Nullch) wasn't printing the contents of ERRSV if there was
8540              no outer eval (bug in change#6125)
8541      Branch: perl
8542           !> util.c
8543 ____________________________________________________________________________
8544 [ 12753] By: jhi                                   on 2001/10/29  12:28:41
8545         Log: Subject: [PATCH h2xs] Use of static data in XS modules
8546              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
8547              Date: Sun, 28 Oct 2001 21:19:07 -0000
8548              Message-ID: <AIEAJICLCBDNAAOLLOKLIEHNDDAA.Paul_Marquess@Yahoo.co.uk>
8549              
8550              with nits from Sarathy.
8551      Branch: perl
8552            ! utils/h2xs.PL
8553 ____________________________________________________________________________
8554 [ 12752] By: gsar                                  on 2001/10/29  03:07:15
8555         Log: croak(Nullch) wasn't printing the contents of ERRSV if there was
8556              no outer eval (bug in change#6125)
8557      Branch: maint-5.6/perl
8558            ! util.c
8559 ____________________________________________________________________________
8560 [ 12751] By: jhi                                   on 2001/10/28  23:11:15
8561         Log: More todo for the encoding pragma.
8562      Branch: perl
8563            ! lib/encoding.pm
8564 ____________________________________________________________________________
8565 [ 12750] By: jhi                                   on 2001/10/28  22:55:24
8566         Log: Add the encoding pragma to control the "upgrade"
8567              from the native eight bit data to Unicode.
8568              
8569              TODO: \x.. and \0... literals.  \N{}.  chr()? ord()?
8570      Branch: perl
8571            + lib/encoding.pm lib/encoding.t
8572            ! MANIFEST embedvar.h gv.c intrpvar.h mg.c perlapi.h
8573            ! pod/perlunicode.pod pod/perlvar.pod sv.c
8574 ____________________________________________________________________________
8575 [ 12749] By: sky                                   on 2001/10/28  21:02:33
8576         Log: Update documentation.
8577      Branch: perl
8578            ! ext/threads/shared/shared.pm
8579 ____________________________________________________________________________
8580 [ 12748] By: jhi                                   on 2001/10/28  20:55:57
8581         Log: Integrate change #12747 from maintperl;
8582              
8583              finishing touches to system() fixes on windows:
8584              * detect cmd shell correctly even if it had full path in it
8585              * more quoting needed for single-arg system if the argument
8586              really had multiple quoted arguments within it
8587              * be smarter about not calling the shell when the executable
8588              has spaces, but otherwise does not need shell involvement
8589              * add a testsuite (windows-specific currently)
8590      Branch: perl
8591           +> t/op/system.t t/op/system_tests
8592            ! MANIFEST pod/perltodo.pod
8593           !> win32/win32.c
8594 ____________________________________________________________________________
8595 [ 12747] By: gsar                                  on 2001/10/28  18:33:23
8596         Log: finishing touches to system() fixes on windows:
8597              * detect cmd shell correctly even if it had full path in it
8598              * more quoting needed for single-arg system if the argument
8599              really had multiple quoted arguments within it
8600              * be smarter about not calling the shell when the executable
8601              has spaces, but otherwise does not need shell involvement
8602              * add a testsuite (windows-specific currently)
8603      Branch: maint-5.6/perl
8604            + t/op/system.t t/op/system_tests
8605            ! MANIFEST Todo-5.6 pod/perltodo.pod win32/win32.c
8606 ____________________________________________________________________________
8607 [ 12746] By: jhi                                   on 2001/10/28  16:34:35
8608         Log: Integrate perlio.
8609      Branch: perl
8610           !> ext/Time/HiRes/HiRes.xs lib/ExtUtils/Embed.t
8611 ____________________________________________________________________________
8612 [ 12745] By: nick                                  on 2001/10/28  16:08:14
8613         Log: Mingw32 fixup for Embed.t
8614      Branch: perlio
8615            ! lib/ExtUtils/Embed.t
8616 ____________________________________________________________________________
8617 [ 12744] By: nick                                  on 2001/10/28  15:54:14
8618         Log: GCC vs MS 64-bit constant syntax
8619      Branch: perlio
8620            ! ext/Time/HiRes/HiRes.xs
8621 ____________________________________________________________________________
8622 [ 12743] By: nick                                  on 2001/10/28  15:42:55
8623         Log: Integrate mainline
8624      Branch: perlio
8625           !> ext/threads/threads.pm lib/ExtUtils/Embed.t
8626 ____________________________________________________________________________
8627 [ 12742] By: sky                                   on 2001/10/28  14:47:10
8628         Log: Manpage updates.
8629      Branch: perl
8630            ! ext/threads/threads.pm
8631 ____________________________________________________________________________
8632 [ 12741] By: jhi                                   on 2001/10/28  14:39:55
8633         Log: Newline confusion: t/TEST sees an extra newline and gets huffy.
8634      Branch: perl
8635            ! lib/ExtUtils/Embed.t
8636 ____________________________________________________________________________
8637 [ 12740] By: nick                                  on 2001/10/28  14:14:24
8638         Log: Integrate mainline
8639      Branch: perlio
8640           !> lib/ExtUtils/Embed.t win32/win32.c
8641 ____________________________________________________________________________
8642 [ 12739] By: jhi                                   on 2001/10/28  14:06:58
8643         Log: Need to be ./executed.
8644      Branch: perl
8645            ! lib/ExtUtils/Embed.t
8646 ____________________________________________________________________________
8647 [ 12738] By: jhi                                   on 2001/10/28  14:03:58
8648         Log: Integrate perlio.
8649      Branch: perl
8650           !> perlio.c win32/win32.h
8651 ____________________________________________________________________________
8652 [ 12737] By: nick                                  on 2001/10/28  13:53:45
8653         Log: Tweak for build with Mingw32 - __attribute__((unused)) is not liked
8654              by gcc -xc++.
8655      Branch: perlio
8656            ! win32/win32.h
8657 ____________________________________________________________________________
8658 [ 12736] By: nick                                  on 2001/10/28  13:50:50
8659         Log: Have :stdio layer update an honour the fd refcnt table.
8660              Embed.t now passes with PERLIO=stdio as well (tested under ithreads)
8661      Branch: perlio
8662            ! perlio.c
8663 ____________________________________________________________________________
8664 [ 12735] By: jhi                                   on 2001/10/28  13:34:37
8665         Log: Integrate changes #12724 and #12725 from maintperl;
8666              multiarg system now works.
8667      Branch: perl
8668           !> win32/win32.c
8669 ____________________________________________________________________________
8670 [ 12734] By: jhi                                   on 2001/10/28  13:31:54
8671         Log: Integrate perlio.
8672      Branch: perl
8673           +> lib/ExtUtils/Embed.t
8674           !> MANIFEST perlio.c
8675 ____________________________________________________________________________
8676 [ 12733] By: nick                                  on 2001/10/28  13:07:16
8677         Log: Use fd refcounts to solve the problem highlighted by new Embed.t, at
8678              least for PERLIO=perlio unthreaded case
8679      Branch: perlio
8680            ! perlio.c
8681 ____________________________________________________________________________
8682 [ 12732] By: nick                                  on 2001/10/28  11:10:24
8683         Log: Typo in exe name
8684      Branch: perlio
8685            ! lib/ExtUtils/Embed.t
8686 ____________________________________________________________________________
8687 [ 12731] By: nick                                  on 2001/10/28  11:09:59
8688         Log: Integrate Mainline
8689      Branch: perlio
8690           !> Changes configure.com ext/DB_File/DB_File.pm
8691           !> ext/ODBM_File/ODBM_File.xs ext/Time/HiRes/HiRes.xs
8692           !> ext/threads/shared/shared.xs lib/ExtUtils/xsubpp
8693           !> lib/unicore/Is.pl lib/unicore/mktables makedef.pl op.h
8694           !> patchlevel.h perlio.c pod/perlapi.pod pod/perlfaq4.pod
8695           !> pod/perlhack.pod pod/perltoc.pod pod/perlunicode.pod sv.h
8696           !> t/TEST t/op/regexp.t win32/buildext.pl
8697 ____________________________________________________________________________
8698 [ 12730] By: nick                                  on 2001/10/28  11:05:35
8699         Log: Fixup Embed.t for Win32/VC++
8700      Branch: perlio
8701            ! lib/ExtUtils/Embed.t
8702 ____________________________________________________________________________
8703 [ 12729] By: nick                                  on 2001/10/28  09:36:20
8704         Log: Adapt testcase from Doug Maceachern <dougm@covalent.net> for perlio_destruct
8705              bug as lib/ExtUtils/Embed.t which tests that and some aspects of
8706              ExtUtils::Embed.
8707      Branch: perlio
8708            + lib/ExtUtils/Embed.t
8709            ! MANIFEST
8710 ____________________________________________________________________________
8711 [ 12728] By: sky                                   on 2001/10/28  08:12:53
8712         Log: Change #12726 changed require 5.002 to 5.0 somehow, I know I never changed that
8713              line manually!
8714      Branch: perl
8715            ! lib/ExtUtils/xsubpp
8716 ____________________________________________________________________________
8717 [ 12727] By: sky                                   on 2001/10/28  08:02:09
8718         Log: And here we use the prototypes.
8719      Branch: perl
8720            ! ext/threads/shared/shared.xs
8721 ____________________________________________________________________________
8722 [ 12726] By: sky                                   on 2001/10/28  08:00:48
8723         Log: Support [] style prototypes.
8724      Branch: perl
8725            ! lib/ExtUtils/xsubpp
8726 ____________________________________________________________________________
8727 [ 12725] By: gsar                                  on 2001/10/28  04:49:15
8728         Log: yet another multi-arg system() fix on windows: batch files as the
8729              first argument (i.e. directly executed by CreateProcess()) need
8730              extra quoting to escape shell-shock
8731      Branch: maint-5.6/perl
8732            ! win32/win32.c
8733 ____________________________________________________________________________
8734 [ 12724] By: gsar                                  on 2001/10/28  03:49:31
8735         Log: another multi-arg system() fix on windows: passing empty arguments
8736              now works
8737      Branch: maint-5.6/perl
8738            ! win32/win32.c
8739 ____________________________________________________________________________
8740 [ 12723] By: jhi                                   on 2001/10/28  03:32:32
8741         Log: Explicitly expect only 4 or 8 bytes of PTRSIZE.
8742              No final #else #error because we do not seem to
8743              be using #error?
8744      Branch: perl
8745            ! op.h
8746 ____________________________________________________________________________
8747 [ 12722] By: jhi                                   on 2001/10/28  02:41:04
8748         Log: Subject: [PATCH Perl@12647] Time::HiRes ualarm for VMS without one
8749              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)        
8750              Date: Sat, 27 Oct 2001 23:28:44 EST 
8751              Message-Id: <011027232650.19ae30@DUPHY4.Physics.Drexel.Edu>
8752      Branch: perl
8753            ! ext/Time/HiRes/HiRes.xs
8754 ____________________________________________________________________________
8755 [ 12721] By: jhi                                   on 2001/10/28  01:53:34
8756         Log: Regen perlapi, perltoc.
8757      Branch: perl
8758            ! pod/perlapi.pod pod/perltoc.pod
8759 ____________________________________________________________________________
8760 [ 12720] By: jhi                                   on 2001/10/28  01:30:04
8761         Log: Subject: [PATCH] sv.h documentation
8762              From: Tim Jenness <t.jenness@jach.hawaii.edu>              
8763              Date: Sat, 27 Oct 2001 15:27:41 -1000 (HST) 
8764              Message-ID: <Pine.LNX.4.33.0110271526270.24647-100000@lapaki>
8765      Branch: perl
8766            ! sv.h
8767 ____________________________________________________________________________
8768 [ 12719] By: gsar                                  on 2001/10/27  23:42:51
8769         Log: "nmake clean" fails to clean ext/... because buildext.pl calls
8770              system("nmake -nologo", "clean") and there is no executable
8771              called "nmake -nologo"; this used to "work" pre-change#12559 due
8772              to bugs in multiarg system() that have since been fixed
8773      Branch: perl
8774            ! win32/buildext.pl
8775 ____________________________________________________________________________
8776 [ 12718] By: jhi                                   on 2001/10/27  21:58:35
8777         Log: Update Changes.
8778      Branch: perl
8779            ! Changes patchlevel.h
8780 ____________________________________________________________________________
8781 [ 12717] By: jhi                                   on 2001/10/27  21:54:11
8782         Log: Subject: perlhack.pod addendum for consideration (perlbug mail interface)
8783              From: Richard.Foley@t-online.de (Richard Foley)            
8784              Date: Sun, 28 Oct 2001 00:48:32 +0200
8785              Message-ID: <15xbQQ-1BoWxsC@fwd02.sul.t-online.com>
8786      Branch: perl
8787            ! pod/perlhack.pod
8788 ____________________________________________________________________________
8789 [ 12716] By: jhi                                   on 2001/10/27  21:41:02
8790         Log: Must store pointers with the right width.
8791      Branch: perl
8792            ! op.h
8793 ____________________________________________________________________________
8794 [ 12715] By: jhi                                   on 2001/10/27  21:22:52
8795         Log: Integrate change #12711 from perlio;
8796              
8797              Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
8798              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
8799      Branch: perl
8800           !> perlio.c
8801 ____________________________________________________________________________
8802 [ 12714] By: jhi                                   on 2001/10/27  21:04:59
8803         Log: Subject: [PATCH] make minitest
8804              From: Nicholas Clark <nick@ccl4.org>
8805              Date: Sat, 27 Oct 2001 22:56:16 +0100
8806              Message-ID: <20011027225616.L20275@plum.flirble.org>
8807      Branch: perl
8808            ! t/TEST
8809 ____________________________________________________________________________
8810 [ 12713] By: jhi                                   on 2001/10/27  20:58:33
8811         Log: Patch #12661 missed this.
8812      Branch: perl
8813            ! ext/DB_File/DB_File.pm
8814 ____________________________________________________________________________
8815 [ 12712] By: jhi                                   on 2001/10/27  20:56:38
8816         Log: Subject: [PATCH perl@12696] C RTL awareness update for VMS
8817              From: "Craig A. Berry" <craigberry@mac.com>
8818              Date: Sat, 27 Oct 2001 16:07:47 -0500
8819              Message-Id: <5.1.0.14.2.20011027134037.01bebc60@exchi01>
8820      Branch: perl
8821            ! configure.com perlio.c
8822 ____________________________________________________________________________
8823 [ 12711] By: nick                                  on 2001/10/27  19:49:25
8824         Log: Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
8825              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
8826      Branch: perlio
8827            ! perlio.c
8828 ____________________________________________________________________________
8829 [ 12710] By: jhi                                   on 2001/10/27  17:07:46
8830         Log: Let's not replace reason if there's one already supplied.
8831      Branch: perl
8832            ! t/op/regexp.t
8833 ____________________________________________________________________________
8834 [ 12709] By: jhi                                   on 2001/10/27  17:02:30
8835         Log: is not good.
8836      Branch: perl
8837            ! t/op/regexp.t
8838 ____________________________________________________________________________
8839 [ 12708] By: jhi                                   on 2001/10/27  16:54:07
8840         Log: ldlibpth can exist but be unset.
8841      Branch: perl
8842            ! t/TEST
8843 ____________________________________________________________________________
8844 [ 12707] By: jhi                                   on 2001/10/27  16:47:07
8845         Log: Unicode: property alias naming cleanup.
8846      Branch: perl
8847            ! lib/unicore/Is.pl lib/unicore/mktables pod/perlunicode.pod
8848 ____________________________________________________________________________
8849 [ 12706] By: jhi                                   on 2001/10/27  15:24:06
8850         Log: FAQ sync.
8851      Branch: perl
8852            ! pod/perlfaq4.pod
8853 ____________________________________________________________________________
8854 [ 12705] By: jhi                                   on 2001/10/27  15:23:15
8855         Log: Integrate change #12703 from maintperl;
8856              
8857              typemap stuff intervenes before declaration, move it to PREINIT
8858              section
8859              
8860              (an empty integrate, but now the files are in sync
8861              between the branches)
8862      Branch: perl
8863           !> ext/ODBM_File/ODBM_File.xs
8864 ____________________________________________________________________________
8865 [ 12704] By: jhi                                   on 2001/10/27  15:21:17
8866         Log: More PerlIO symbols.
8867      Branch: perl
8868            ! makedef.pl
8869 ____________________________________________________________________________
8870 [ 12703] By: gsar                                  on 2001/10/27  15:12:54
8871         Log: typemap stuff intervenes before declaration, move it to PREINIT
8872              section
8873      Branch: maint-5.6/perl
8874            ! ext/ODBM_File/ODBM_File.xs
8875 ____________________________________________________________________________
8876 [ 12702] By: nick                                  on 2001/10/27  14:09:35
8877         Log: Integrate mainline
8878      Branch: perlio
8879           +> ext/threads/shared/t/av_simple.t
8880           +> ext/threads/shared/t/hv_refs.t
8881           +> ext/threads/shared/t/hv_simple.t lib/unicore/To/Fold.pl
8882           !> (integrate 109 files)
8883 ____________________________________________________________________________
8884 [ 12700] By: ams                                   on 2001/10/26  21:22:23
8885         Log: Subject: [PATCH] tweak divide
8886              From: Nicholas Clark <nick@ccl4.org>
8887              Date: Fri, 26 Oct 2001 22:52:17 +0100
8888              Message-Id: <20011026225217.B20275@plum.flirble.org>
8889      Branch: perl
8890            ! pp.c
8891 ____________________________________________________________________________
8892 [ 12699] By: pudge                                 on 2001/10/26  20:49:00
8893         Log: Integrate a buncha things from maintperl.
8894      Branch: maint-5.6/macperl
8895           !> (integrate 32 files)
8896 ____________________________________________________________________________
8897 [ 12698] By: jhi                                   on 2001/10/26  19:13:24
8898         Log: Subject: [PATCH] Re: DynaLoader problem on NCR SVR4 box
8899              From: Andy Dougherty <doughera@lafayette.edu>
8900              Date: Fri, 26 Oct 2001 14:36:29 -0400 (EDT)
8901              Message-ID: <Pine.SOL.4.10.10110261434280.23229-100000@maxwell.phys.lafayette.edu>
8902      Branch: perl
8903            ! hints/svr4.sh
8904 ____________________________________________________________________________
8905 [ 12697] By: jhi                                   on 2001/10/26  18:42:58
8906         Log: When you're root, many things become writable.
8907      Branch: perl
8908            ! lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
8909 ____________________________________________________________________________
8910 [ 12696] By: jhi                                   on 2001/10/26  15:52:58
8911         Log: Update Changes.
8912      Branch: perl
8913            ! Changes patchlevel.h
8914 ____________________________________________________________________________
8915 [ 12695] By: gsar                                  on 2001/10/26  15:34:31
8916         Log: Term/Cap.t attempts to access the floppy drive for no good reason
8917              on dosish systems
8918      Branch: perl
8919            ! lib/Term/Cap.t
8920 ____________________________________________________________________________
8921 [ 12694] By: gsar                                  on 2001/10/26  15:15:16
8922         Log: fix misleading comment on known inadequacy in B::Terse, and skip
8923              it correctly
8924      Branch: perl
8925            ! ext/B/t/terse.t
8926 ____________________________________________________________________________
8927 [ 12693] By: gsar                                  on 2001/10/26  14:53:56
8928         Log: fix spurious AutoSplit.t failure under windows
8929      Branch: perl
8930            ! lib/AutoSplit.t
8931 ____________________________________________________________________________
8932 [ 12692] By: gsar                                  on 2001/10/26  14:39:06
8933         Log: Time::HiRes::alarm() ain't gonna work either if ualarm() ain't
8934      Branch: perl
8935            ! ext/Time/HiRes/HiRes.t
8936 ____________________________________________________________________________
8937 [ 12691] By: jhi                                   on 2001/10/26  14:34:15
8938         Log: More logical to use %04"UVXf" than %"UVuf" since
8939              the Unicode standard prefers hex.
8940      Branch: perl
8941            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
8942            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
8943            ! lib/unicore/mktables utf8.c
8944 ____________________________________________________________________________
8945 [ 12690] By: gsar                                  on 2001/10/26  14:15:55
8946         Log: change#12065 seems to have broken Encode build on windows; fix
8947      Branch: perl
8948            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
8949 ____________________________________________________________________________
8950 [ 12689] By: jhi                                   on 2001/10/26  14:12:04
8951         Log: Unicode: add the case folding table.
8952      Branch: perl
8953            + lib/unicore/To/Fold.pl
8954            ! MANIFEST lib/unicore/mktables
8955 ____________________________________________________________________________
8956 [ 12688] By: sky                                   on 2001/10/26  13:51:29
8957         Log: Get the new functions right, do not export lock since we use builtin lock.
8958              TODO: fix xsubpp to support the new prototypes
8959      Branch: perl
8960            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
8961 ____________________________________________________________________________
8962 [ 12687] By: jhi                                   on 2001/10/26  13:43:03
8963         Log: USE_ENVIRON_ARRAY instead of !MACOS_TRADITIONAL,
8964              as suggested by Sarathy.
8965      Branch: perl
8966            ! mg.c
8967 ____________________________________________________________________________
8968 [ 12686] By: gsar                                  on 2001/10/26  13:39:52
8969         Log: avoid compiler warning
8970      Branch: perl
8971            ! win32/win32.c
8972 ____________________________________________________________________________
8973 [ 12685] By: jhi                                   on 2001/10/26  13:39:12
8974         Log: WinCE update from Rainer Keuchel.
8975      Branch: perl
8976            ! perl.h wince/Makefile.ce wince/config.ce wince/perldll.def
8977            ! wince/wince.c
8978 ____________________________________________________________________________
8979 [ 12684] By: sky                                   on 2001/10/26  13:34:33
8980         Log: And then finally cond_wait cond_signal and cond_broadcast are now implmented.
8981      Branch: perl
8982            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
8983 ____________________________________________________________________________
8984 [ 12683] By: gbarr                                 on 2001/10/26  13:32:47
8985         Log: More fixes that were made to the core and not in the libnet src
8986      Branch: perl
8987            ! lib/Net/Domain.pm
8988 ____________________________________________________________________________
8989 [ 12682] By: jhi                                   on 2001/10/26  13:31:10
8990         Log: Subject: Re: DB_File-1.79 on Cygwin 1.3.3
8991              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>    
8992              Date: Fri, 26 Oct 2001 13:55:21 +0200
8993              Message-Id: <20011026135017.F575.H.M.BRAND@hccnet.nl>
8994              
8995              (plus make the db-recno.t#59 accept both \n and \r\n)
8996      Branch: perl
8997            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
8998            ! ext/DB_File/t/db-recno.t
8999 ____________________________________________________________________________
9000 [ 12681] By: gbarr                                 on 2001/10/26  13:22:38
9001         Log: Fix tests to be able to run in the core and the CPAN dist
9002      Branch: perl
9003            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
9004            ! lib/Net/t/require.t lib/Net/t/smtp.t
9005 ____________________________________________________________________________
9006 [ 12680] By: jhi                                   on 2001/10/26  13:16:03
9007         Log: Subject: Re: perl@12605 on VMS, [minor PATCH enclosed]
9008              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
9009              Message-Id: <011026081912.dc29b@DUPHY4.Physics.Drexel.Edu>
9010              Date: Fri, 26 Oct 2001 08:34:46 EDT
9011      Branch: perl
9012            ! ext/Time/HiRes/HiRes.t
9013 ____________________________________________________________________________
9014 [ 12679] By: gbarr                                 on 2001/10/26  13:11:00
9015         Log: Sync libnet modules with what will be libnet-1.08
9016      Branch: perl
9017            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
9018            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/I.pm
9019            ! lib/Net/Netrc.pm lib/Net/SMTP.pm lib/Net/t/ftp.t
9020            ! lib/Net/t/hostname.t lib/Net/t/nntp.t lib/Net/t/smtp.t
9021 ____________________________________________________________________________
9022 [ 12678] By: jhi                                   on 2001/10/26  13:03:01
9023         Log: Integrate maintperl changes #12268 and #12669;
9024              
9025              final touches to the audit for statics and thread-unsafe code
9026              * make DB_File, ODBM_File thread-safe 
9027              * remove unnecessary/dangerous statics and protect others
9028              from not getting accidentally enabled under threaded perls
9029              
9030              windows support functions get_childdir() et al aren't exported
9031              correctly under vanilla build
9032              
9033              Testing under win32 appreciated since changes there had
9034              to be manually merged and I cannot test how badly did I do.
9035      Branch: perl
9036           !> ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
9037           !> ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
9038           !> gv.c iperlsys.h makedef.pl mg.c op.c scope.c toke.c util.c
9039           !> win32/vmem.h win32/win32.c win32/win32iop.h
9040 ____________________________________________________________________________
9041 [ 12677] By: sky                                   on 2001/10/26  12:37:17
9042         Log: More Config::threads to threads::threads changes
9043      Branch: perl
9044            ! ext/threads/shared/shared.pm ext/threads/t/basic.t
9045 ____________________________________________________________________________
9046 [ 12676] By: sky                                   on 2001/10/26  12:31:46
9047         Log: Make new() work exactly like create(). Move from Config::threads to threads::threads
9048      Branch: perl
9049            ! ext/threads/threads.pm ext/threads/threads.xs
9050 ____________________________________________________________________________
9051 [ 12675] By: sky                                   on 2001/10/26  12:06:30
9052         Log: Allocing a TLS in runtime is not too hot.
9053      Branch: perl
9054            ! ext/threads/threads.xs
9055 ____________________________________________________________________________
9056 [ 12674] By: sky                                   on 2001/10/26  11:59:09
9057         Log: Don't display debug data.
9058      Branch: perl
9059            ! ext/threads/threads.pm
9060 ____________________________________________________________________________
9061 [ 12673] By: sky                                   on 2001/10/26  11:35:47
9062         Log: Extend support of change #12672 to support arrays and hashes. Shared reference support is
9063              complete bar support for blessed objects.
9064              TODO: tests for shared arrays and more hv reference tests. Also a complex test testing all types intermixed.
9065      Branch: perl
9066            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
9067 ____________________________________________________________________________
9068 [ 12672] By: sky                                   on 2001/10/26  11:15:28
9069         Log: Fix case where shared reference does not exist in current thread.
9070      Branch: perl
9071            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
9072 ____________________________________________________________________________
9073 [ 12671] By: sky                                   on 2001/10/26  08:48:52
9074         Log: Support for references in shared arrays.
9075      Branch: perl
9076            ! ext/threads/shared/shared.xs
9077 ____________________________________________________________________________
9078 [ 12670] By: sky                                   on 2001/10/26  08:30:11
9079         Log: Add tests for references in hashes.
9080      Branch: perl
9081            + ext/threads/shared/t/hv_refs.t
9082            ! MANIFEST
9083 ____________________________________________________________________________
9084 [ 12669] By: gsar                                  on 2001/10/26  06:07:10
9085         Log: windows support functions get_childdir() et al aren't exported
9086              correctly under vanilla build
9087      Branch: maint-5.6/perl
9088            ! iperlsys.h makedef.pl mg.c win32/win32.c win32/win32iop.h
9089 ____________________________________________________________________________
9090 [ 12668] By: gsar                                  on 2001/10/26  03:52:12
9091         Log: final touches to the audit for statics and thread-unsafe code
9092              * make DB_File, ODBM_File thread-safe 
9093              * remove unnecessary/dangerous statics and protect others
9094              from not getting accidentally enabled under threaded perls
9095      Branch: maint-5.6/perl
9096            ! ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
9097            ! ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
9098            ! gv.c mg.c op.c scope.c toke.c util.c win32/vmem.h
9099            ! win32/win32.c
9100 ____________________________________________________________________________
9101 [ 12667] By: ams                                   on 2001/10/26  03:48:36
9102         Log: Subject: [PATCH] Fix sharedsv.c compile-time warnings.
9103              From: "Richard Soderberg" <rs@crystalflame.net>
9104              Date: Thu, 25 Oct 2001 23:42:50 -0400
9105              Message-Id: <NAEKLNAAHLMBPMPNBMLEKEJCEAAA.rs@crystalflame.net>
9106      Branch: perl
9107            ! sharedsv.c
9108 ____________________________________________________________________________
9109 [ 12666] By: jhi                                   on 2001/10/26  02:07:17
9110         Log: Integrate change #12664 from maintperl;
9111              
9112              the newest GCCs don't seem to like C<"string1"##STRING2>
9113              so keep it as C<"string1" STRING2> (latter appears to
9114              work everywhere)
9115      Branch: perl
9116           !> ext/DynaLoader/dlutils.c
9117 ____________________________________________________________________________
9118 [ 12665] By: jhi                                   on 2001/10/26  02:04:29
9119         Log: Subject: [PATCH] perl.h for Mac OS (Classic)
9120              From: Chris Nandor <pudge@pobox.com>
9121              Date: Thu, 25 Oct 2001 22:15:03 -0400
9122              Message-Id: <p0510030db7fe771a5a34@[10.0.1.177]>
9123      Branch: perl
9124            ! perl.h
9125 ____________________________________________________________________________
9126 [ 12664] By: gsar                                  on 2001/10/26  00:22:35
9127         Log: the newest GCCs don't seem to like C<"string1"##STRING2> so keep it as
9128              C<"string1" STRING2> (latter appears to work everywhere)
9129      Branch: maint-5.6/perl
9130            ! ext/DynaLoader/dlutils.c
9131 ____________________________________________________________________________
9132 [ 12663] By: jhi                                   on 2001/10/25  22:59:44
9133         Log: AUTHORS update.
9134      Branch: perl
9135            ! AUTHORS
9136 ____________________________________________________________________________
9137 [ 12662] By: jhi                                   on 2001/10/25  22:50:41
9138         Log: Integrate change #12660 from maintperl;
9139              
9140              make the dMY_CXT stuff available under all of
9141              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
9142      Branch: perl
9143           !> perl.h
9144 ____________________________________________________________________________
9145 [ 12661] By: jhi                                   on 2001/10/25  22:47:28
9146         Log: Subject: [PATCH] DB_File-1.79
9147              From: "Paul Marquess" <paul.marquess@openwave.com>
9148              Date: Fri, 26 Oct 2001 00:03:54 +0100
9149              Message-ID: <AIEAJICLCBDNAAOLLOKLAEELDDAA.paul.marquess@openwave.com>
9150      Branch: perl
9151            ! ext/DB_File/Changes ext/DB_File/DB_File.xs
9152            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
9153 ____________________________________________________________________________
9154 [ 12660] By: gsar                                  on 2001/10/25  22:44:44
9155         Log: make the dMY_CXT stuff available under all of
9156              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
9157      Branch: maint-5.6/perl
9158            ! perl.h
9159 ____________________________________________________________________________
9160 [ 12659] By: jhi                                   on 2001/10/25  21:27:23
9161         Log: Subject: [PATCH t/run/killperl.t] Re: [ID 20011025.054] Segmentation fault when using the function read not correctly
9162              From: Michael G Schwern <schwern@pobox.com>
9163              Date: Thu, 25 Oct 2001 18:28:12 -0400
9164              Message-ID: <20011025182812.M4811@blackrider>
9165      Branch: perl
9166            ! t/run/kill_perl.t
9167 ____________________________________________________________________________
9168 [ 12658] By: jhi                                   on 2001/10/25  20:54:58
9169         Log: STRLEN != int.
9170      Branch: perl
9171            ! regcomp.c regexec.c
9172 ____________________________________________________________________________
9173 [ 12657] By: jhi                                   on 2001/10/25  20:51:44
9174         Log: Subject: [PATCH] remove small IVop redundancy
9175              From: Nicholas Clark <nick@ccl4.org>
9176              Date: Thu, 25 Oct 2001 22:48:28 +0100
9177              Message-ID: <20011025224827.M66471@plum.flirble.org>
9178      Branch: perl
9179            ! pp.c pp_hot.c
9180 ____________________________________________________________________________
9181 [ 12656] By: jhi                                   on 2001/10/25  18:45:52
9182         Log: Metaconfig unit change for #12655.
9183      Branch: metaconfig/U/perl
9184            ! Extensions.U
9185 ____________________________________________________________________________
9186 [ 12655] By: jhi                                   on 2001/10/25  18:45:18
9187         Log: Subject: Re: Not OK @12650
9188              From: Andy Dougherty <doughera@lafayette.edu>
9189              Date: Thu, 25 Oct 2001 15:34:02 -0400 (EDT)
9190              Message-ID: <Pine.SOL.4.10.10110251520300.22317-100000@maxwell.phys.lafayette.edu>
9191      Branch: perl
9192            ! Configure
9193 ____________________________________________________________________________
9194 [ 12654] By: jhi                                   on 2001/10/25  18:07:58
9195         Log: Integrate changes #12652 and #12653 from maintperl;
9196              
9197              more tweaks to change#12626
9198              * move the boilerplate code over to perl.h and make DynaLoader
9199              use it
9200              * make re, Opcode, File::Glob and B threadsafe
9201              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
9202              C<no re;> anywhere)
9203              
9204              include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
9205              
9206              File::Glob required a bit more work in bleadperl
9207              because of ExtUtils::Constant (see the Makefile.PL change)
9208      Branch: perl
9209            ! ext/File/Glob/Glob.pm ext/File/Glob/Makefile.PL
9210           !> ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
9211           !> ext/Opcode/Opcode.xs ext/re/re.xs perl.h
9212 ____________________________________________________________________________
9213 [ 12653] By: gsar                                  on 2001/10/25  17:23:52
9214         Log: include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
9215      Branch: maint-5.6/perl
9216            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
9217            ! ext/Opcode/Opcode.xs ext/re/re.xs
9218 ____________________________________________________________________________
9219 [ 12652] By: gsar                                  on 2001/10/25  16:46:44
9220         Log: more tweaks to change#12626
9221              * move the boilerplate code over to perl.h and make DynaLoader
9222              use it
9223              * make re, Opcode, File::Glob and B threadsafe
9224              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
9225              C<no re;> anywhere)
9226      Branch: maint-5.6/perl
9227            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
9228            ! ext/Opcode/Opcode.xs ext/re/re.xs perl.h
9229 ____________________________________________________________________________
9230 [ 12651] By: jhi                                   on 2001/10/25  16:35:51
9231         Log: Metaconfig unit change for #12650.
9232      Branch: metaconfig/U/perl
9233            ! Extensions.U
9234 ____________________________________________________________________________
9235 [ 12650] By: jhi                                   on 2001/10/25  16:35:34
9236         Log: Subject: Re: ithreads doesn't like usedl=n
9237              From: Andy Dougherty <doughera@lafayette.edu>
9238              Date: Thu, 25 Oct 2001 13:16:00 -0400 (EDT)
9239              Message-ID: <Pine.SOL.4.10.10110251312200.22183-100000@maxwell.phys.lafayette.edu>
9240              
9241              Special-case threads::shared.
9242      Branch: perl
9243            ! Configure
9244 ____________________________________________________________________________
9245 [ 12649] By: jhi                                   on 2001/10/25  16:21:35
9246         Log: Getting fancier...
9247      Branch: perl
9248            ! t/TEST
9249 ____________________________________________________________________________
9250 [ 12648] By: jhi                                   on 2001/10/25  14:26:20
9251         Log: csh - what a pain.
9252      Branch: perl
9253            ! t/TEST
9254 ____________________________________________________________________________
9255 [ 12647] By: jhi                                   on 2001/10/25  14:04:01
9256         Log: Update Changes.
9257      Branch: perl
9258            ! Changes patchlevel.h
9259 ____________________________________________________________________________
9260 [ 12646] By: jhi                                   on 2001/10/25  13:34:19
9261         Log: Allow resetting the locale system for the duration
9262              of the build (Mac OS X default setting LANG=En_US
9263              ist kaputt)
9264      Branch: perl
9265            ! Makefile.SH
9266 ____________________________________________________________________________
9267 [ 12645] By: jhi                                   on 2001/10/25  13:04:17
9268         Log: Update the MD5 checksum of MD5.xs (caused by #12642)
9269      Branch: perl
9270            ! ext/Digest/MD5/t/files.t
9271 ____________________________________________________________________________
9272 [ 12644] By: jhi                                   on 2001/10/25  12:56:33
9273         Log: Subject: [PATCH] Omit needless calls to pod2man (perl@12641)
9274              From: Andy Dougherty <doughera@lafayette.edu>
9275              Date: Thu, 25 Oct 2001 09:56:57 -0400 (EDT) 
9276              Message-ID: <Pine.SOL.4.10.10110250955390.18833-100000@maxwell.phys.lafayette.edu>
9277      Branch: perl
9278            ! ext/I18N/Langinfo/Makefile.PL ext/threads/Makefile.PL
9279            ! ext/threads/shared/Makefile.PL
9280 ____________________________________________________________________________
9281 [ 12643] By: sky                                   on 2001/10/25  12:28:26
9282         Log: Add support for reference members of hashes.
9283      Branch: perl
9284            ! ext/threads/shared/shared.xs
9285 ____________________________________________________________________________
9286 [ 12642] By: ams                                   on 2001/10/25  12:21:13
9287         Log: Subject: [PATCH] ext/Digest/MD5/MD5.xs RFC typo
9288              From: "Norton Allen" <nort@qnx.com>
9289              Date: Thu, 25 Oct 2001 08:53:56 -0400 (edt)
9290              Message-Id: <200110251253.IAA180600866@rosamund.arp.harvard.edu>
9291      Branch: perl
9292            ! ext/Digest/MD5/MD5.xs
9293 ____________________________________________________________________________
9294 [ 12641] By: sky                                   on 2001/10/25  10:27:39
9295         Log: Tests shared hashes.
9296      Branch: perl
9297            + ext/threads/shared/t/hv_simple.t
9298            ! MANIFEST
9299 ____________________________________________________________________________
9300 [ 12640] By: sky                                   on 2001/10/25  10:18:23
9301         Log: Fix threadcounts for arrays and hashes.
9302      Branch: perl
9303            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
9304 ____________________________________________________________________________
9305 [ 12639] By: sky                                   on 2001/10/25  10:17:26
9306         Log: Note to self, doing *src_ary++ in a macro that evaluates
9307              the value more than once is a good way to dump core.
9308      Branch: perl
9309            ! sharedsv.c
9310 ____________________________________________________________________________
9311 [ 12638] By: jhi                                   on 2001/10/25  05:18:06
9312         Log: Integrate change #12636 from maintperl; more dl fixups.
9313      Branch: perl
9314           !> ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
9315           !> ext/DynaLoader/dl_vms.xs
9316 ____________________________________________________________________________
9317 [ 12637] By: jhi                                   on 2001/10/25  05:14:17
9318         Log: Like dl_hpux, like dl_dld.
9319      Branch: perl
9320            ! ext/DynaLoader/dl_dld.xs
9321 ____________________________________________________________________________
9322 [ 12636] By: gsar                                  on 2001/10/25  02:34:06
9323         Log: followups to change#12635
9324      Branch: maint-5.6/perl
9325            ! ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
9326            ! ext/DynaLoader/dl_vms.xs
9327 ____________________________________________________________________________
9328 [ 12635] By: gsar                                  on 2001/10/25  02:22:03
9329         Log: add part of change#12634 to the two files that need it; dl_aix.xs
9330              in maint-5.6 doesn't have the branch that had the problem in
9331              mainline
9332      Branch: maint-5.6/perl
9333            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs
9334 ____________________________________________________________________________
9335 [ 12634] By: jhi                                   on 2001/10/25  01:53:03
9336         Log: Fixes for #12627.
9337      Branch: perl
9338            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_hpux.xs
9339 ____________________________________________________________________________
9340 [ 12633] By: jhi                                   on 2001/10/25  01:52:33
9341         Log: Since pv_uni_display and sv_uni_display are now used
9342              in the re extension, their symbols have to be exported.
9343      Branch: perl
9344            ! embed.pl global.sym
9345 ____________________________________________________________________________
9346 [ 12632] By: jhi                                   on 2001/10/25  01:00:06
9347         Log: Subject:  Re: [PATCH Perl@12567] debug /list
9348              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
9349              Date: Tue, 23 Oct 2001 21:40:33 EDT
9350              Message-Id: <011023214011.184825@DUPHY4.Physics.Drexel.Edu>
9351      Branch: perl
9352            ! configure.com
9353 ____________________________________________________________________________
9354 [ 12631] By: jhi                                   on 2001/10/25  00:25:55
9355         Log: This takes care of some of the re 'debug' cases but
9356              not all cases since the information whether the pattern
9357              or the target are utf8 seems to be either lost or not
9358              spread widely enough, sigh.
9359      Branch: perl
9360            ! regcomp.c
9361 ____________________________________________________________________________
9362 [ 12630] By: jhi                                   on 2001/10/25  00:03:07
9363         Log: Subject: [PATCH] - was RE: [PATCH perl@12443] VMS64-bitconfigure
9364              From: John Peacock <jpeacock@rowman.com>
9365              Date: Wed, 24 Oct 2001 16:53:29 -0400
9366              Message-ID: <3BD72A49.1508D152@rowman.com>
9367      Branch: perl
9368            ! configure.com
9369 ____________________________________________________________________________
9370 [ 12629] By: jhi                                   on 2001/10/24  23:16:21
9371         Log: Upgrade NetWare and WinCE as in #12626.
9372      Branch: perl
9373            ! NetWare/dl_netware.xs wince/dl_win32.xs
9374 ____________________________________________________________________________
9375 [ 12628] By: jhi                                   on 2001/10/24  23:07:00
9376         Log: Tru64 compiler nit.
9377      Branch: perl
9378            ! ext/threads/shared/shared.xs
9379 ____________________________________________________________________________
9380 [ 12627] By: jhi                                   on 2001/10/24  22:02:23
9381         Log: Integrate change #12626 from maintperl;
9382              make DynaLoader threadsafe by moving all statics into
9383              interpreter-local space
9384              
9385              TODO: Netware, OS/2, WinCE
9386      Branch: perl
9387           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
9388           !> ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
9389           !> ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
9390           !> ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
9391           !> ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
9392           !> ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
9393           !> ext/DynaLoader/dlutils.c win32/dl_win32.xs
9394 ____________________________________________________________________________
9395 [ 12626] By: gsar                                  on 2001/10/24  21:43:10
9396         Log: make DynaLoader threadsafe by moving all statics into interpreter-local
9397              space
9398      Branch: maint-5.6/perl
9399            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
9400            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
9401            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
9402            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
9403            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
9404            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
9405            ! ext/DynaLoader/dlutils.c win32/dl_win32.xs
9406 ____________________________________________________________________________
9407 [ 12625] By: sky                                   on 2001/10/24  20:05:26
9408         Log: Change #12623 inflicted an infinite hang. Fixed.
9409      Branch: perl
9410            ! ext/threads/shared/shared.xs
9411 ____________________________________________________________________________
9412 [ 12624] By: sky                                   on 2001/10/24  19:06:55
9413         Log: Adds support for hashes. Neither hashes nor arrays can contain references yet.
9414      Branch: perl
9415            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
9416 ____________________________________________________________________________
9417 [ 12623] By: sky                                   on 2001/10/24  18:06:34
9418         Log: We need to do sharedsv_find in the original perl context.
9419      Branch: perl
9420            ! ext/threads/shared/shared.xs
9421 ____________________________________________________________________________
9422 [ 12622] By: sky                                   on 2001/10/24  17:26:51
9423         Log: Add support for basic support for AVs, references not supported yet.
9424              Add test for AVs.
9425              Add more tests to sv_refs
9426              Fix documentation issues.  
9427      Branch: perl
9428            + ext/threads/shared/t/av_simple.t
9429            ! MANIFEST ext/threads/shared/shared.pm
9430            ! ext/threads/shared/shared.xs ext/threads/shared/t/sv_refs.t
9431 ____________________________________________________________________________
9432 [ 12621] By: jhi                                   on 2001/10/24  14:08:39
9433         Log: Dump Unicode better for re 'debug'.  The regprop()
9434              is unfinished since have to figure out how to detect
9435              Unicodeness in there.
9436      Branch: perl
9437            ! regcomp.c regexec.c
9438 ____________________________________________________________________________
9439 [ 12620] By: sky                                   on 2001/10/24  13:18:07
9440         Log: Add support for finding shared arrays and hashes.
9441      Branch: perl
9442            ! sharedsv.c
9443 ____________________________________________________________________________
9444 [ 12619] By: jhi                                   on 2001/10/24  13:06:24
9445         Log: Rewrite sv_uni_display() as pv_uni_display() as
9446              reimplement sv_uni_display() using that.
9447      Branch: perl
9448            ! dump.c embed.h embed.pl proto.h
9449 ____________________________________________________________________________
9450 [ 12618] By: jhi                                   on 2001/10/24  12:14:03
9451         Log: Integrate change #12615 from maintperl;
9452              on Windows, IO::File::new_tmpfile() fails after being called
9453              32767 times because MSVCRT thinks stdio's TMP_MAX is a
9454              process-wide limit
9455      Branch: perl
9456           !> win32/win32.c
9457 ____________________________________________________________________________
9458 [ 12617] By: jhi                                   on 2001/10/24  12:10:37
9459         Log: Don't try to print ints as IVs.
9460      Branch: perl
9461            ! ext/Time/HiRes/HiRes.xs
9462 ____________________________________________________________________________
9463 [ 12616] By: sky                                   on 2001/10/24  11:06:35
9464         Log: We only need to fetch the SV from the backend if the index
9465              is not the same as mg_private.     In theory this could be
9466              a problem if there are an exact multiple of U16 changes
9467              of a shared variable between two access in a given thread,
9468              we choose to avoid theory for now.
9469      Branch: perl
9470            ! ext/threads/shared/shared.xs sharedsv.c sharedsv.h
9471 ____________________________________________________________________________
9472 [ 12615] By: gsar                                  on 2001/10/24  04:09:43
9473         Log: on Windows, IO::File::new_tmpfile() fails after being called
9474              32767 times because MSVCRT thinks stdio's TMP_MAX is a
9475              process-wide limit
9476      Branch: maint-5.6/perl
9477            ! win32/win32.c
9478 ____________________________________________________________________________
9479 [ 12614] By: jhi                                   on 2001/10/23  22:19:34
9480         Log: Negation and Unicode: sort of solves 20010303.010,
9481              except not quite like reported in the Subject
9482              (Perl_warner is still utf8-ignorant).
9483      Branch: perl
9484            ! pp.c t/lib/warnings/sv
9485 ____________________________________________________________________________
9486 [ 12613] By: jhi                                   on 2001/10/23  21:53:13
9487         Log: Make the "isn't numeric" warning to show Unicode as Unicode.
9488      Branch: perl
9489            ! sv.c t/lib/warnings/sv
9490 ____________________________________________________________________________
9491 [ 12612] By: jhi                                   on 2001/10/23  21:52:45
9492         Log: sv_uni_display(): do not add the "...", let the caller
9493              do it if wanted, and be prepared for more display options.
9494      Branch: perl
9495            ! dump.c embed.h embed.pl proto.h
9496 ____________________________________________________________________________
9497 [ 12611] By: nick                                  on 2001/10/23  20:28:07
9498         Log: Integrate mainline
9499      Branch: perlio
9500           !> Changes configure.com cygwin/cygwin.c
9501           !> ext/DynaLoader/DynaLoader_pm.PL ext/File/Glob/t/basic.t
9502           !> ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs lib/AutoSplit.t
9503           !> lib/File/Spec.t lib/File/Spec/Mac.pm lib/File/Spec/Win32.pm
9504           !> lib/Net/Domain.pm patchlevel.h perl.c perlio.c
9505           !> pod/perlunicode.pod pp.c t/TEST t/op/lc.t t/op/taint.t
9506           !> utils/h2xs.PL utils/perldoc.PL
9507 ____________________________________________________________________________
9508 [ 12610] By: sky                                   on 2001/10/23  19:39:24
9509         Log: Change #12607 introduced a bug, seems like some MAGICAL SVs
9510              don't call themselves READONLY but still die with modification
9511              attempt. We only call bless for ext and umagic.
9512      Branch: perl
9513            ! sv.c
9514 ____________________________________________________________________________
9515 [ 12609] By: jhi                                   on 2001/10/23  19:35:02
9516         Log: Croak() on negative time; doc tweaks.
9517      Branch: perl
9518            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
9519            ! ext/Time/HiRes/HiRes.xs
9520 ____________________________________________________________________________
9521 [ 12608] By: jhi                                   on 2001/10/23  18:38:03
9522         Log: FAQ sync.
9523      Branch: perl
9524            ! pod/perlfaq4.pod pod/perlfaq7.pod
9525 ____________________________________________________________________________
9526 [ 12607] By: sky                                   on 2001/10/23  18:27:27
9527         Log: Call setmagic on the referent we are blessing.
9528      Branch: perl
9529            ! sv.c
9530 ____________________________________________________________________________
9531 [ 12606] By: jhi                                   on 2001/10/23  16:30:00
9532         Log: Small test nits.
9533      Branch: perl
9534            ! t/op/lc.t
9535 ____________________________________________________________________________
9536 [ 12605] By: jhi                                   on 2001/10/23  13:08:32
9537         Log: Update Changes.
9538      Branch: perl
9539            ! Changes patchlevel.h
9540 ____________________________________________________________________________
9541 [ 12604] By: jhi                                   on 2001/10/23  13:03:21
9542         Log: Make the PerlIO_init() prototypes consistent.
9543      Branch: perl
9544            ! perlio.c
9545 ____________________________________________________________________________
9546 [ 12603] By: jhi                                   on 2001/10/23  12:54:52
9547         Log: Upping the test count is a good idea.
9548      Branch: perl
9549            ! t/op/lc.t
9550 ____________________________________________________________________________
9551 [ 12602] By: jhi                                   on 2001/10/23  12:52:10
9552         Log: Document the final sigma spot.
9553      Branch: perl
9554            ! pp.c
9555 ____________________________________________________________________________
9556 [ 12601] By: jhi                                   on 2001/10/23  12:26:12
9557         Log: Fix multicharacter titlecase (ucfirst).
9558      Branch: perl
9559            ! pod/perlunicode.pod pp.c t/op/lc.t
9560 ____________________________________________________________________________
9561 [ 12600] By: jhi                                   on 2001/10/23  11:47:19
9562         Log: Subject: [PATCH 5.6.1 perldoc] one more touch on File::Temp
9563              From: Mikhail Zabaluev <mhz@alt-linux.org>
9564              Date: Tue, 23 Oct 2001 10:40:37 +0400
9565              Message-ID: <20011023104037.A12761@localhost.localdomain>
9566              
9567              (#12406 replaced with this)
9568      Branch: perl
9569            ! utils/perldoc.PL
9570 ____________________________________________________________________________
9571 [ 12599] By: jhi                                   on 2001/10/23  00:26:17
9572         Log: MacOS Classic updates from Pudge.
9573      Branch: perl
9574            ! lib/File/Spec.t lib/File/Spec/Mac.pm
9575 ____________________________________________________________________________
9576 [ 12598] By: jhi                                   on 2001/10/22  22:32:59
9577         Log: Subject: [PATCH bleadperl] AutoSplit.t now passes (partialy) on Win32
9578              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
9579              Date: Sun, 14 Oct 2001 23:14:46 +0200
9580              Message-ID: <265984377.20011014231446@tesla.rcub.bg.ac.yu>
9581              
9582              except for the 2->4 changes.
9583      Branch: perl
9584            ! lib/AutoSplit.t
9585 ____________________________________________________________________________
9586 [ 12597] By: gsar                                  on 2001/10/22  22:02:50
9587         Log: integrate macperl contents into maint-5.6
9588      Branch: maint-5.6/perl
9589            ! mg.c
9590           !> AUTHORS README.macos ext/DynaLoader/DynaLoader_pm.PL
9591           !> ext/DynaLoader/dl_mac.xs lib/File/Find.pm lib/File/Spec.pm
9592           !> lib/File/Spec/Epoc.pm lib/File/Spec/Functions.pm
9593           !> lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
9594           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm lib/File/Temp.pm
9595           !> perl.c perl.h pod/perlport.pod t/lib/filefind-taint.t
9596           !> t/lib/filefind.t t/lib/filespec.t
9597 ____________________________________________________________________________
9598 [ 12596] By: jhi                                   on 2001/10/22  21:43:44
9599         Log: At some point the #6234 has been lost from the mainline
9600              (noticed by Pudge; what's a Mac guy doing reading Win modules? :-)
9601      Branch: perl
9602            ! lib/File/Spec/Win32.pm
9603 ____________________________________________________________________________
9604 [ 12595] By: jhi                                   on 2001/10/22  21:31:31
9605         Log: Cygwin seems to round up (or closest, but not down)
9606              for time(), so half of the time (bad pun intended)
9607              Time::HiRes::time() is less than time(), half of
9608              the time it's more.  So let's try harder in the loop.
9609      Branch: perl
9610            ! ext/Time/HiRes/HiRes.t
9611 ____________________________________________________________________________
9612 [ 12594] By: jhi                                   on 2001/10/22  21:23:15
9613         Log: MacOS Classic timeofday(), from Chris Nandor. 
9614      Branch: perl
9615            ! ext/Time/HiRes/HiRes.xs
9616 ____________________________________________________________________________
9617 [ 12593] By: jhi                                   on 2001/10/22  21:17:39
9618         Log: Integrate changes #12580 and #12581 from macperl;
9619              
9620              Fix path construction.
9621              
9622              (Copyright) Nit.
9623      Branch: perl
9624           !> ext/DynaLoader/DynaLoader_pm.PL perl.c
9625 ____________________________________________________________________________
9626 [ 12592] By: jhi                                   on 2001/10/22  21:00:18
9627         Log: No domainname(1) in Cygwin, either, and the 2>/dev/null
9628              doesn't seem to help (the error being output to console, maybe?)
9629      Branch: perl
9630            ! lib/Net/Domain.pm
9631 ____________________________________________________________________________
9632 [ 12591] By: jhi                                   on 2001/10/22  20:55:08
9633         Log: Taint the getcwd() result also in Cygwin.
9634              (TODO: which other platforms need the same thing?)
9635      Branch: perl
9636            ! cygwin/cygwin.c
9637 ____________________________________________________________________________
9638 [ 12590] By: jhi                                   on 2001/10/22  20:27:47
9639         Log: Pretty hard for eval { setpwent(); getpwent(); 1 } to return false.
9640      Branch: perl
9641            ! t/op/taint.t
9642 ____________________________________________________________________________
9643 [ 12589] By: jhi                                   on 2001/10/22  20:10:40
9644         Log: getpwuid() fragility continues.
9645      Branch: perl
9646            ! utils/h2xs.PL
9647 ____________________________________________________________________________
9648 [ 12588] By: jhi                                   on 2001/10/22  19:58:34
9649         Log: getpwuid() might succeed but that's no guarantee
9650              that the $home will be defined.
9651      Branch: perl
9652            ! ext/File/Glob/t/basic.t
9653 ____________________________________________________________________________
9654 [ 12587] By: jhi                                   on 2001/10/22  19:50:35
9655         Log: It's safer to to expand the variable, too... (see #12571)
9656      Branch: perl
9657            ! t/TEST
9658 ____________________________________________________________________________
9659 [ 12586] By: pudge                                 on 2001/10/22  19:42:04
9660         Log: Integrate with maintperl.
9661      Branch: maint-5.6/macperl
9662           !> win32/bin/pl2bat.pl win32/win32.c
9663 ____________________________________________________________________________
9664 [ 12585] By: pudge                                 on 2001/10/22  19:32:02
9665         Log: Oops, forgot to include Win32 ... just as well, since it
9666              seems in bleadperl, change #7764 was not included
9667              (adding C:\temp).  Re-added.  Rip it back out if it
9668              doesn't belong.  :-)
9669      Branch: maint-5.6/macperl
9670            ! lib/File/Spec/Win32.pm
9671 ____________________________________________________________________________
9672 [ 12584] By: jhi                                   on 2001/10/22  19:26:47
9673         Log: Subject: [PATCH perl@12567] configure.com: no threads/shared without ithreads
9674              From: "Craig A. Berry" <craigberry@mac.com>
9675              Date: Mon, 22 Oct 2001 15:25:19 -0500
9676              Message-Id: <5.1.0.14.2.20011022151232.032544e8@exchi01>
9677      Branch: perl
9678            ! configure.com
9679 ____________________________________________________________________________
9680 [ 12583] By: pudge                                 on 2001/10/22  19:26:00
9681         Log: Add in lots of File::Spec changes, from Thomas Wegner,
9682              and sync with changes from bleadperl.
9683      Branch: maint-5.6/macperl
9684            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm
9685            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
9686            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
9687            ! lib/File/Spec/Win32.pm t/lib/filespec.t
9688 ____________________________________________________________________________
9689 [ 12582] By: pudge                                 on 2001/10/22  19:23:28
9690         Log: Sync with latest File::Find and tests from bleadperl.
9691      Branch: maint-5.6/macperl
9692            ! lib/File/Find.pm t/lib/filefind-taint.t t/lib/filefind.t
9693 ____________________________________________________________________________
9694 [ 12581] By: pudge                                 on 2001/10/22  19:22:12
9695         Log: Nit.
9696      Branch: maint-5.6/macperl
9697            ! perl.c
9698 ____________________________________________________________________________
9699 [ 12580] By: pudge                                 on 2001/10/22  19:21:37
9700         Log: Fix path construction.
9701      Branch: maint-5.6/macperl
9702            ! ext/DynaLoader/DynaLoader_pm.PL
9703 ____________________________________________________________________________
9704 [ 12579] By: nick                                  on 2001/10/22  19:08:35
9705         Log: Integrate mainline (for Arthurs thread.xs fix)
9706      Branch: perlio
9707           !> ext/threads/threads.xs lib/Net/Domain.pm t/TEST t/op/groups.t
9708 ____________________________________________________________________________
9709 [ 12578] By: pudge                                 on 2001/10/22  19:02:34
9710         Log: Fix up exported symbols, move relevant docs
9711              over from macperl.pod.
9712      Branch: maint-5.6/macperl
9713            ! macos/ext/MacPerl/MacPerl.pm
9714 ____________________________________________________________________________
9715 [ 12577] By: pudge                                 on 2001/10/22  19:01:38
9716         Log: Make ADDRESS called optionally as a method.
9717      Branch: maint-5.6/macperl
9718            ! macos/lib/Mac/Glue.pm
9719 ____________________________________________________________________________
9720 [ 12576] By: pudge                                 on 2001/10/22  18:58:22
9721         Log: Fix exit code (MacPerl bug #422129) and add Stop Script
9722              Apple event.
9723      Branch: maint-5.6/macperl
9724            ! macos/macish.c macos/macish.h macos/macperl/MPAppleEvents.c
9725            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
9726            ! macos/macperl/MPTerminology.aete
9727 ____________________________________________________________________________
9728 [ 12575] By: pudge                                 on 2001/10/22  18:56:34
9729         Log: Clean up some build utilities. Change Entab to Duplicate;
9730              fix docs and error reporting; improve macify() of paths;
9731              remove requirement for Exporter.pm presence.
9732      Branch: maint-5.6/macperl
9733            ! macos/InstallBLIB macos/MacPerlTests.cmd
9734            ! macos/lib/ExtUtils/MM_MacOS.pm macos/lib/Mac/BuildTools.pm
9735 ____________________________________________________________________________
9736 [ 12574] By: pudge                                 on 2001/10/22  18:53:28
9737         Log: Sync Time::HiRes with bleadperl
9738      Branch: maint-5.6/macperl
9739            ! macos/bundled_ext/Time/HiRes/HiRes.pm
9740            ! macos/bundled_ext/Time/HiRes/HiRes.t
9741            ! macos/bundled_ext/Time/HiRes/HiRes.xs
9742 ____________________________________________________________________________
9743 [ 12573] By: pudge                                 on 2001/10/22  18:52:58
9744         Log: Fix up Changes
9745      Branch: maint-5.6/macperl
9746            ! macos/Changes
9747 ____________________________________________________________________________
9748 [ 12572] By: jhi                                   on 2001/10/22  18:49:32
9749         Log: A user might belong to only a single group
9750              (the group equal to the group id).
9751      Branch: perl
9752            ! t/op/groups.t
9753 ____________________________________________________________________________
9754 [ 12571] By: jhi                                   on 2001/10/22  18:36:46
9755         Log: Prepending (instead of replacing with) the pwd is safer. 
9756      Branch: perl
9757            ! t/TEST
9758 ____________________________________________________________________________
9759 [ 12570] By: jhi                                   on 2001/10/22  18:34:54
9760         Log: Be more robust if no hostname or domainname
9761              (especially the latter)
9762      Branch: perl
9763            ! lib/Net/Domain.pm
9764 ____________________________________________________________________________
9765 [ 12569] By: sky                                   on 2001/10/22  17:41:07
9766         Log: Flush IO buffers before starting a thread, this mimics fork and seems like a saneer behaviour.
9767      Branch: perl
9768            ! ext/threads/threads.xs
9769 ____________________________________________________________________________
9770 [ 12568] By: nick                                  on 2001/10/22  16:31:24
9771         Log: Integrate mainline
9772      Branch: perlio
9773           +> ext/threads/shared/Makefile.PL ext/threads/shared/README
9774           +> ext/threads/shared/shared.pm ext/threads/shared/shared.xs
9775           +> ext/threads/shared/t/sv_refs.t
9776           +> ext/threads/shared/t/sv_simple.t pod/perlpodspec.pod
9777            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
9778            - lib/unicore/To/SpecUpper.pl
9779           !> (integrate 42 files)
9780 ____________________________________________________________________________
9781 [ 12567] By: jhi                                   on 2001/10/22  12:56:20
9782         Log: Update Changes.
9783      Branch: perl
9784            ! Changes patchlevel.h
9785 ____________________________________________________________________________
9786 [ 12566] By: jhi                                   on 2001/10/22  12:22:29
9787         Log: Subject: [PATCH pod/perlvar.pod] Undeprecating $]
9788              From: Michael G Schwern <schwern@pobox.com>
9789              Date: Mon, 22 Oct 2001 03:48:38 -0400
9790              Message-ID: <20011022034838.B1676@blackrider>
9791      Branch: perl
9792            ! pod/perlvar.pod
9793 ____________________________________________________________________________
9794 [ 12565] By: jhi                                   on 2001/10/22  12:21:28
9795         Log: Pod nits, as suggested by Stas Bekman.
9796      Branch: perl
9797            ! ext/threads/shared/shared.pm ext/threads/threads.pm
9798 ____________________________________________________________________________
9799 [ 12564] By: jhi                                   on 2001/10/22  12:17:00
9800         Log: Subject: [PATCH @ ] Fix for FETCH/NEXTKEY problem in all *DB*_File modules
9801              From: "Paul Marquess" <paul.marquess@openwave.com> 
9802              Date: Sun, 21 Oct 2001 21:11:15 +0100
9803              Message-ID: <AIEAJICLCBDNAAOLLOKLAEOMDCAA.paul.marquess@openwave.com>
9804      Branch: perl
9805            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
9806            ! ext/DB_File/t/db-hash.t ext/GDBM_File/GDBM_File.xs
9807            ! ext/GDBM_File/gdbm.t ext/GDBM_File/typemap
9808            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/ndbm.t
9809            ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t
9810            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs
9811            ! ext/SDBM_File/sdbm.t
9812 ____________________________________________________________________________
9813 [ 12563] By: jhi                                   on 2001/10/22  12:15:19
9814         Log: Integrate change #12559 from maintperl;
9815              various fixes for system() and backticks under windows
9816      Branch: perl
9817           !> win32/win32.c
9818 ____________________________________________________________________________
9819 [ 12562] By: jhi                                   on 2001/10/22  12:05:35
9820         Log: Integrate change #12560 from maintperl;
9821              make pl2bat use %0 rather than "%0" (the latter fails to work
9822              in a lot of common cases)
9823      Branch: perl
9824           !> win32/bin/pl2bat.pl
9825 ____________________________________________________________________________
9826 [ 12561] By: jhi                                   on 2001/10/22  12:00:23
9827         Log: Integrate changes #12549 and #12550 from maintperl;
9828              
9829              readline() doesn't work with our variables; it confuses them with
9830              my variables (change#4227 was incomplete)
9831      Branch: perl
9832            ! t/lib/strict/vars
9833           !> t/base/rs.t toke.c
9834 ____________________________________________________________________________
9835 [ 12560] By: gsar                                  on 2001/10/22  09:51:59
9836         Log: make pl2bat use %0 rather than "%0" (the latter fails to work
9837              in a lot of common cases)
9838      Branch: maint-5.6/perl
9839            ! win32/bin/pl2bat.pl
9840 ____________________________________________________________________________
9841 [ 12559] By: gsar                                  on 2001/10/22  09:49:51
9842         Log: various fixes for system() and backticks under windows:
9843              
9844              * avoid munging whitespace that is passed within quotes
9845              * work around a cmd.exe misfeature that made multi-arg
9846              system() unreliable when there is more than one quoted
9847              argument
9848              * make multi-arg system() autoquote arguments as needed
9849              before passing them to the shell (this avoids having to
9850              second guess the shell quoting)
9851              * perl's -Dp switch can be used to trace the innards
9852      Branch: maint-5.6/perl
9853            ! win32/win32.c
9854 ____________________________________________________________________________
9855 [ 12558] By: nick                                  on 2001/10/22  08:58:42
9856         Log: Integrate ithreads buffer flush fix from perlio
9857      Branch: perl
9858           !> ext/threads/t/basic.t perl.c
9859 ____________________________________________________________________________
9860 [ 12557] By: nick                                  on 2001/10/22  08:35:09
9861         Log: All tests pass (legitimately) on ithreads
9862      Branch: perlio
9863            ! ext/threads/t/basic.t perl.c
9864 ____________________________________________________________________________
9865 [ 12556] By: nick                                  on 2001/10/22  06:51:22
9866         Log: Integrate non-ithreads fix to mainline
9867      Branch: perl
9868           !> perlio.c
9869 ____________________________________________________________________________
9870 [ 12555] By: nick                                  on 2001/10/22  06:48:33
9871         Log: Restore non-ithreads build. Interestingly binmode test passes
9872              non-ithreads - so crlf layer is not damaged and ithreads fail
9873              is a symptom ...
9874      Branch: perlio
9875            ! perlio.c
9876 ____________________________________________________________________________
9877 [ 12554] By: jhi                                   on 2001/10/21  22:21:55
9878         Log: Integrate from perlio; restructuring.
9879      Branch: perl
9880           !> embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
9881           !> perlio.h perliol.h pod/perlapi.pod sv.c win32/makefile.mk
9882           !> win32/perlhost.h
9883 ____________________________________________________________________________
9884 [ 12553] By: pudge                                 on 2001/10/21  21:51:34
9885         Log: Integrate from maintperl
9886              (Changes 12350, 12496, 12548, 12549, 12550)
9887      Branch: maint-5.6/macperl
9888           !> ext/IO/lib/IO/Seekable.pm lib/Carp/Heavy.pm t/base/rs.t
9889           !> t/lib/filefind-taint.t t/pragma/strict-vars toke.c
9890 ____________________________________________________________________________
9891 [ 12552] By: nick                                  on 2001/10/21  19:18:12
9892         Log: Win32 PerlIO_cleanup special cases should no longer be required.
9893      Branch: perlio
9894            ! perl.c
9895 ____________________________________________________________________________
9896 [ 12551] By: nick                                  on 2001/10/21  19:16:56
9897         Log: Multiple win32io.o is fatal for GCC (and noise with VC++)
9898      Branch: perlio
9899            ! win32/makefile.mk
9900 ____________________________________________________________________________
9901 [ 12550] By: gsar                                  on 2001/10/21  19:05:54
9902         Log: change#12549 wasn't aware of strictures
9903      Branch: maint-5.6/perl
9904            ! t/pragma/strict-vars toke.c
9905 ____________________________________________________________________________
9906 [ 12549] By: gsar                                  on 2001/10/21  18:03:19
9907         Log: readline() doesn't work with our variables; it confuses them with
9908              my variables (change#4227 was incomplete)
9909      Branch: maint-5.6/perl
9910            ! t/base/rs.t toke.c
9911 ____________________________________________________________________________
9912 [ 12548] By: gsar                                  on 2001/10/21  17:48:01
9913         Log: change#12220 appears to have pulled in a mainline change that
9914              isn't applicable to maint-5.6 (some platforms don't taint
9915              cwd)
9916      Branch: maint-5.6/perl
9917            ! t/lib/filefind-taint.t
9918 ____________________________________________________________________________
9919 [ 12547] By: nick                                  on 2001/10/21  17:15:54
9920         Log: Convert rest of PerlIO's memory tables to per-interp and add clone functions
9921              for them. Call explicit cleanup during destruct process.
9922              - one binmode test is failing
9923              - also ext/threads/t/basic.t fails under make test, and is noisy under
9924              harness. (Threads results are intermingled and don't match order expected.)
9925      Branch: perlio
9926            ! embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
9927            ! perlio.h perliol.h pod/perlapi.pod sv.c
9928 ____________________________________________________________________________
9929 [ 12546] By: jhi                                   on 2001/10/21  16:12:08
9930         Log: Implement multicharacter case mappings where a single
9931              Unicode character can be mapped into several.
9932      Branch: perl
9933            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
9934            - lib/unicore/To/SpecUpper.pl
9935            ! MANIFEST embed.h embed.pl global.sym lib/unicore/To/Lower.pl
9936            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
9937            ! lib/unicore/mktables pod/perlfunc.pod pod/perlunicode.pod pp.c
9938            ! proto.h t/op/lc.t utf8.c
9939 ____________________________________________________________________________
9940 [ 12545] By: sky                                   on 2001/10/21  15:25:16
9941         Log: First support of threads::shared, support shared svs and references.
9942      Branch: perl
9943            + ext/threads/shared/Makefile.PL ext/threads/shared/README
9944            + ext/threads/shared/shared.pm ext/threads/shared/shared.xs
9945            + ext/threads/shared/t/sv_refs.t
9946            + ext/threads/shared/t/sv_simple.t
9947            ! MANIFEST sharedsv.c
9948 ____________________________________________________________________________
9949 [ 12544] By: nick                                  on 2001/10/21  14:52:35
9950         Log: PerlIO layer table as PL_perlio (per-interpreter)
9951      Branch: perlio
9952            ! embed.h embedvar.h intrpvar.h perlapi.h perlio.c perlio.h
9953            ! pod/perlapi.pod sv.c
9954 ____________________________________________________________________________
9955 [ 12543] By: jhi                                   on 2001/10/21  13:36:40
9956         Log: Prettyprinting.
9957      Branch: perl
9958            ! pod/perlunicode.pod
9959 ____________________________________________________________________________
9960 [ 12542] By: ams                                   on 2001/10/21  03:50:25
9961         Log: Subject: perlpodspec and perlpod rewrite, draft 3 "final"
9962              From: "Sean M. Burke" <sburke@cpan.org>
9963              Date: Sat, 20 Oct 2001 17:51:09 -0600
9964              Message-Id: <3.0.6.32.20011020175109.007cb3d0@mail.spinn.net>
9965      Branch: perl
9966            + pod/perlpodspec.pod
9967            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlpod.pod
9968            ! pod/perltoc.pod
9969 ____________________________________________________________________________
9970 [ 12541] By: nick                                  on 2001/10/20  22:23:53
9971         Log: Fix typos in new locking on MemShared
9972              Make buffers in PerlIOBuf_* in per-thread heap (they are cloned after all...)
9973              - seems to make segfaults more deterministic - suspect they are 
9974              attempt to free() after Interp and Host have gone.
9975      Branch: perlio
9976            ! perlio.c win32/perlhost.h
9977 ____________________________________________________________________________
9978 [ 12540] By: nick                                  on 2001/10/20  21:50:46
9979         Log: Remove the MemShared re-#define (again)
9980      Branch: perlio
9981            ! perlio.c
9982 ____________________________________________________________________________
9983 [ 12539] By: nick                                  on 2001/10/20  21:49:06
9984         Log: Use locks on MemShared
9985      Branch: perlio
9986            ! win32/perlhost.h
9987 ____________________________________________________________________________
9988 [ 12538] By: jhi                                   on 2001/10/20  17:31:07
9989         Log: Subject: [REPATCH installhtml] Re: installhtml needs a good beating out
9990              From: "chromatic" <chromatic@rmci.net>
9991              Date: Sat, 20 Oct 2001 11:13:47 -0600
9992              Message-ID: <20011020172003.60024.qmail@onion.perl.org>
9993      Branch: perl
9994            ! installhtml
9995 ____________________________________________________________________________
9996 [ 12537] By: nick                                  on 2001/10/20  16:44:03
9997         Log: Integrate mainline
9998      Branch: perlio
9999           !> (integrate 48 files)
10000 ____________________________________________________________________________
10001 [ 12536] By: jhi                                   on 2001/10/20  15:58:00
10002         Log: Update Changes.
10003      Branch: perl
10004            ! Changes patchlevel.h
10005 ____________________________________________________________________________
10006 [ 12535] By: jhi                                   on 2001/10/20  15:18:57
10007         Log: Upgrade to podlators 1.11, from Russ Allbery.
10008      Branch: perl
10009            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
10010            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
10011            ! pod/pod2man.PL pod/pod2text.PL
10012 ____________________________________________________________________________
10013 [ 12534] By: jhi                                   on 2001/10/20  15:14:25
10014         Log: Integrate perlio change #12532:
10015              introduce and use PerlIO_intmod2str().
10016      Branch: perl
10017           !> doio.c lib/Net/Domain.pm perlio.c perlio.h
10018 ____________________________________________________________________________
10019 [ 12533] By: jhi                                   on 2001/10/20  14:42:33
10020         Log: Update to Getopt::Long 2.26_02, from Johan Vromans.
10021      Branch: perl
10022            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES lib/newgetopt.pl
10023 ____________________________________________________________________________
10024 [ 12532] By: nick                                  on 2001/10/20  14:25:37
10025         Log: Extract doio.c's open(2) mode to string conversion as PerlIO_intmod2str()
10026              Use for non-PERLIO fdupopen().
10027      Branch: perlio
10028            ! doio.c lib/Net/Domain.pm perlio.c perlio.h
10029 ____________________________________________________________________________
10030 [ 12531] By: jhi                                   on 2001/10/20  14:05:47
10031         Log: Integrate perlio: PerlIO win32 fixes.
10032      Branch: perl
10033           !> embed.h embed.pl embedvar.h ext/threads/threads.xs global.sym
10034           !> perl.h perlapi.c perlapi.h perlio.c perlsdio.h pod/perlapi.pod
10035           !> proto.h sv.h win32/win32io.c
10036 ____________________________________________________________________________
10037 [ 12530] By: nick                                  on 2001/10/20  12:53:30
10038         Log: Fixed in two places - p4 resolve
10039      Branch: perlio
10040            ! perlsdio.h
10041 ____________________________________________________________________________
10042 [ 12529] By: nick                                  on 2001/10/20  12:51:05
10043         Log: Fix for ithreads/stdio build
10044      Branch: perlio
10045            ! perlio.c perlsdio.h
10046 ____________________________________________________________________________
10047 [ 12528] By: ams                                   on 2001/10/20  12:13:25
10048         Log: Subject: [PATCH installman] Using Pod::Man instead of pod2man
10049              From: Michael G Schwern <schwern@pobox.com>
10050              Date: Sat, 20 Oct 2001 01:41:21 -0400
10051              Message-Id: <20011020014121.I3681@blackrider>
10052      Branch: perl
10053            ! installman
10054 ____________________________________________________________________________
10055 [ 12527] By: ams                                   on 2001/10/20  12:09:41
10056         Log: Subject: [PATCH lib/Pod/Checker.pm] Minor typo
10057              From: Michael G Schwern <schwern@pobox.com>
10058              Date: Sat, 20 Oct 2001 02:04:21 -0400
10059              Message-Id: <20011020020421.A11732@blackrider>
10060      Branch: perl
10061            ! lib/Pod/Checker.pm
10062 ____________________________________________________________________________
10063 [ 12526] By: ams                                   on 2001/10/20  11:59:41
10064         Log: Subject: [PATCH lib/Net/Config.pm] Fix Some Pod Typos
10065              From: "chromatic" <chromatic@rmci.net>
10066              Date: Fri, 19 Oct 2001 22:46:39 -0600
10067              Message-Id: <20011020045254.73112.qmail@onion.perl.org>
10068      Branch: perl
10069            ! lib/Net/Config.pm
10070 ____________________________________________________________________________
10071 [ 12525] By: nick                                  on 2001/10/20  11:16:18
10072         Log: Avoid calling (now non-existant) Perl_sv_setsv(), by calling
10073              Perl_sv_setsv_flags directly.
10074      Branch: perlio
10075            ! ext/threads/threads.xs
10076 ____________________________________________________________________________
10077 [ 12524] By: nick                                  on 2001/10/20  10:28:17
10078         Log: Add a new flag character 'm' to embed.pl set to represent
10079              "functions" which are really macros. Use it foe the troublesome
10080              sv_setsv() etc. macros in sv.h - changing latter to define
10081              sv_setsv rather than sv_setsv_macro etc.
10082      Branch: perlio
10083            ! embed.h embed.pl embedvar.h global.sym perlapi.c perlapi.h
10084            ! pod/perlapi.pod proto.h sv.h
10085 ____________________________________________________________________________
10086 [ 12523] By: nick                                  on 2001/10/20  09:17:17
10087         Log: Add comments explaining why win32.h/embed.h are included where they are
10088              in perl.h 
10089      Branch: perlio
10090            ! perl.h
10091 ____________________________________________________________________________
10092 [ 12522] By: nick                                  on 2001/10/20  08:27:44
10093         Log: Code PerlIOWin32_dup - does not fix Win32 problems as :win32 is not 
10094              being used yet.
10095      Branch: perlio
10096            ! win32/win32io.c
10097 ____________________________________________________________________________
10098 [ 12521] By: jhi                                   on 2001/10/20  02:36:21
10099         Log: Wording tweaks.
10100      Branch: perl
10101            ! t/TEST
10102 ____________________________________________________________________________
10103 [ 12520] By: jhi                                   on 2001/10/20  01:02:26
10104         Log: Subject: IO module with nonblocking socket connect patch 
10105              From: Raul Dias <raul@dias.com.br>
10106              Date: Fri, 19 Oct 2001 22:45:32 -0300
10107              Message-Id: <200110200145.f9K1jWW08398@stratus.swi.com.br>     
10108      Branch: perl
10109            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
10110 ____________________________________________________________________________
10111 [ 12519] By: jhi                                   on 2001/10/20  00:51:07
10112         Log: Test vertical whitespace combined with /x in \p{}.
10113      Branch: perl
10114            ! t/op/pat.t
10115 ____________________________________________________________________________
10116 [ 12518] By: jhi                                   on 2001/10/20  00:13:47
10117         Log: Subject: [PATCH] PERL_MM_USE_DEFAULT
10118              From: Gisle Aas <gisle@ActiveState.com> 
10119              Date: 19 Oct 2001 16:46:02 -0700
10120              Message-ID: <lrofn3i479.fsf_-_@caliper.ActiveState.com> 
10121      Branch: perl
10122            ! lib/ExtUtils/MakeMaker.pm
10123 ____________________________________________________________________________
10124 [ 12517] By: jhi                                   on 2001/10/19  23:59:34
10125         Log: No more this symbol.
10126      Branch: perl
10127            ! makedef.pl
10128 ____________________________________________________________________________
10129 [ 12516] By: jhi                                   on 2001/10/19  23:57:48
10130         Log: Integrate change #12511; fix gross win32 build issues.
10131      Branch: perl
10132           !> makedef.pl sv.c
10133 ____________________________________________________________________________
10134 [ 12515] By: jhi                                   on 2001/10/19  23:16:06
10135         Log: Unpack in scalar context should return the first value
10136              returned in list context, as pointed out by Ton Hospel
10137              in 2001-05-21 (this is how it works already in blead,
10138              just adding the test).
10139      Branch: perl
10140            ! t/op/pack.t
10141 ____________________________________________________________________________
10142 [ 12514] By: jhi                                   on 2001/10/19  21:10:43
10143         Log: Subject: [PATCH perl@12494] perldoc.PL tweak for VMS
10144              From: "Craig A. Berry" <craigberry@mac.com>
10145              Date: Fri, 19 Oct 2001 16:59:30 -0500
10146              Message-Id: <5.1.0.14.2.20011019162623.021e3868@exchi01>
10147      Branch: perl
10148            ! utils/perldoc.PL
10149 ____________________________________________________________________________
10150 [ 12513] By: jhi                                   on 2001/10/19  21:09:27
10151         Log: Subject: [PATCH Perl@12494] vmsish fix, ieee rand() cleanup
10152              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
10153              Date: Fri, 19 Oct 2001 17:45:23 EDT
10154              Message-Id: <011019174427.d749b@DUPHY4.Physics.Drexel.Edu>
10155      Branch: perl
10156            ! configure.com dump.c ext/B/t/stash.t op.c op.h opcode.h
10157            ! opcode.pl perl.c perl.h perlvars.h pp.sym pp_ctl.c pp_proto.h
10158            ! pp_sys.c vms/ext/vmsish.pm vms/ext/vmsish.t vms/vms.c
10159            ! vms/vmsish.h
10160 ____________________________________________________________________________
10161 [ 12512] By: jhi                                   on 2001/10/19  20:28:48
10162         Log: Subject: [PATCH Perl@12494] two fake test failures on VMS fixed
10163              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
10164              Date: Fri, 19 Oct 2001 17:26:35 EDT
10165              Message-Id: <011019172623.11292c@DUPHY4.Physics.Drexel.Edu>
10166      Branch: perl
10167            ! lib/Term/Complete.t lib/Test/Simple/t/output.t
10168 ____________________________________________________________________________
10169 [ 12511] By: nick                                  on 2001/10/19  19:55:36
10170         Log: Fix gross win32 build issues
10171      Branch: perlio
10172            ! makedef.pl sv.c
10173 ____________________________________________________________________________
10174 [ 12510] By: jhi                                   on 2001/10/19  19:52:17
10175         Log: Subject: Re: find2perl and File::Find on cdrom filesystems (with Tel's patch applied to perl-current)
10176              From: David Dyck <dcd@tc.fluke.com>
10177              Date: Fri, 19 Oct 2001 13:36:09 -0700 (PDT)
10178              Message-ID: <Pine.LNX.4.33.0110191309310.28510-100000@dd.tc.fluke.com>
10179      Branch: perl
10180            ! lib/File/Find.pm
10181 ____________________________________________________________________________
10182 [ 12509] By: jhi                                   on 2001/10/19  19:01:46
10183         Log: Subject: Re: PerlIO and Encode
10184              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
10185              Date: Tue, 16 Oct 2001 01:50:16 +0900
10186              Message-Id: <20011016014150.0C8E.BQW10602@nifty.com>
10187      Branch: perl
10188            ! ext/Encode/Encode.pm ext/Encode/Encode/Tcl.pm
10189            ! ext/Encode/Encode/Tcl.t
10190 ____________________________________________________________________________
10191 [ 12508] By: ams                                   on 2001/10/19  17:59:16
10192         Log: C<foo I<bar>> hunks from <20011019014551.A35625@not.autrijus.org>.
10193              (See #12499)
10194      Branch: perl
10195            ! pod/perlintro.pod
10196 ____________________________________________________________________________
10197 [ 12507] By: nick                                  on 2001/10/19  16:30:43
10198         Log: Integrate mainline
10199      Branch: perlio
10200           +> lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
10201           +> lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
10202           +> lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
10203           +> lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
10204           +> lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
10205           +> lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
10206           +> lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
10207           +> lib/unicore/To/SpecUpper.pl pod/perlintro.pod
10208           +> pod/perlmodstyle.pod win32/Makefile.win64 win32/config.win64
10209           +> win32/config_H.win64
10210            - lib/Test/Utils.pm lib/unicore/mktables.PL
10211            - t/lib/Test/Simple/Catch/More.pm
10212           !> (integrate 84 files)
10213 ____________________________________________________________________________
10214 [ 12506] By: jhi                                   on 2001/10/19  14:20:15
10215         Log: Retract the #10451 which seems to be the cause
10216              of the major leakage from while(){eval"sub{}"}
10217      Branch: perl
10218            ! op.c t/run/kill_perl.t
10219 ____________________________________________________________________________
10220 [ 12505] By: jhi                                   on 2001/10/19  13:39:59
10221         Log: Regen toc.
10222      Branch: perl
10223            ! pod/perltoc.pod
10224 ____________________________________________________________________________
10225 [ 12504] By: jhi                                   on 2001/10/19  13:35:59
10226         Log: Tiny tweaks.
10227      Branch: perl
10228            ! pod/perl.pod
10229 ____________________________________________________________________________
10230 [ 12503] By: ams                                   on 2001/10/19  13:34:24
10231         Log: Subject: Re: perlintro.pod
10232              From: Abe Timmerman <abe@ztreet.demon.nl>
10233              Date: Fri, 19 Oct 2001 14:12:40 +0200
10234              Message-Id: <ls40ttsmrr3rpjlm3dqhh8v60onsiopmuc@4ax.com>
10235      Branch: perl
10236            ! pod/perlintro.pod
10237 ____________________________________________________________________________
10238 [ 12502] By: ams                                   on 2001/10/19  13:24:12
10239         Log: Slight reorganisation of references.
10240      Branch: perl
10241            ! pod/perl.pod
10242 ____________________________________________________________________________
10243 [ 12501] By: jhi                                   on 2001/10/19  13:19:14
10244         Log: Subject: [DOC PATCH lib/ExtUtils/MakeMaker.pm] Discouraging use of PREREQ_FATAL in day-to-day Makefile.PL's   
10245              From: Kay Röpke <kroepke@dolphin-services.de>
10246              Date: Fri, 19 Oct 2001 14:04:01 +0200 
10247              Message-Id: <E15uYNb-00040L-00@mrvdom01.schlund.de>
10248      Branch: perl
10249            ! lib/ExtUtils/MakeMaker.pm
10250 ____________________________________________________________________________
10251 [ 12500] By: jhi                                   on 2001/10/19  03:25:44
10252         Log: Unicode categories continue:
10253              implement Category=, Script=, Block=
10254              (these are based on an upcoming update of TR#18)
10255              Fix a bug where we got two In categories named "old italic",
10256              and another where shortcut for the Is categories wasn't taken.
10257      Branch: perl
10258            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/In/137.pl
10259            ! lib/unicore/mktables lib/utf8_heavy.pl pod/perltodo.pod
10260            ! pod/perlunicode.pod t/op/pat.t
10261 ____________________________________________________________________________
10262 [ 12499] By: ams                                   on 2001/10/19  01:42:29
10263         Log: Subject: a small patch to perlintro.pod.
10264              From: Autrijus Tang <autrijus@autrijus.org>
10265              Date: Fri, 19 Oct 2001 01:45:51 +0800
10266              Message-Id: <20011019014551.A35625@not.autrijus.org>
10267              (Applied by hand with nits.)
10268      Branch: perl
10269            ! pod/perlintro.pod
10270 ____________________________________________________________________________
10271 [ 12498] By: jhi                                   on 2001/10/19  00:14:50
10272         Log: Subject: [PATCH] OpenBSD hints for ithreads
10273              From: Andy Dougherty <doughera@lafayette.edu>
10274              Date: Thu, 18 Oct 2001 12:33:59 -0400 (EDT)
10275              Message-ID: <Pine.SOL.4.10.10110181232060.15040-100000@maxwell.phys.lafayette.edu>
10276      Branch: perl
10277            ! hints/openbsd.sh
10278 ____________________________________________________________________________
10279 [ 12497] By: jhi                                   on 2001/10/18  16:14:13
10280         Log: Retract #12446; the problem solved by #12474.
10281      Branch: perl
10282            ! hints/aix.sh
10283 ____________________________________________________________________________
10284 [ 12496] By: gsar                                  on 2001/10/18  15:38:22
10285         Log: Carp::shortmess_heavy() doesn't notice trailing newline in
10286              message and suppress line number info (from Steve Hay
10287              <Steve.Hay@uk.radan.com>)
10288      Branch: maint-5.6/perl
10289            ! lib/Carp/Heavy.pm
10290 ____________________________________________________________________________
10291 [ 12495] By: jhi                                   on 2001/10/18  14:06:52
10292         Log: More documented In categories.
10293      Branch: perl
10294            ! pod/perlunicode.pod
10295 ____________________________________________________________________________
10296 [ 12494] By: jhi                                   on 2001/10/18  13:04:48
10297         Log: Update Changes.
10298      Branch: perl
10299            ! Changes patchlevel.h
10300 ____________________________________________________________________________
10301 [ 12493] By: jhi                                   on 2001/10/18  12:58:31
10302         Log: Add the lib/unicore/To/Spec*.pl to the MANIFEST.
10303      Branch: perl
10304            ! MANIFEST
10305 ____________________________________________________________________________
10306 [ 12492] By: jhi                                   on 2001/10/18  12:37:28
10307         Log: Wrong skip() arguments.
10308      Branch: perl
10309            ! ext/B/t/terse.t
10310 ____________________________________________________________________________
10311 [ 12491] By: jhi                                   on 2001/10/18  12:17:16
10312         Log: Subject: try#2: [proposed PATCH Perl@12401] ieee floats, rand() & old systems  
10313              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
10314              Date: Wed, 17 Oct 2001 09:10:53 EDT 
10315              Message-Id: <011017090944.15ad2e@DUPHY4.Physics.Drexel.Edu>
10316      Branch: perl
10317            ! configure.com embedvar.h opcode.pl perlapi.h perlvars.h
10318            ! pod/perlapi.pod vms/vms.c
10319 ____________________________________________________________________________
10320 [ 12490] By: ams                                   on 2001/10/18  09:31:00
10321         Log: Subject: PATCH perl.pod: Suggested reorganization of table of contents
10322              From: Mark-Jason Dominus <mjd@plover.com>
10323              Date: Thu, 18 Oct 2001 06:25:35 -0400
10324              Message-Id: <20011018102535.19264.qmail@plover.com>
10325      Branch: perl
10326            ! pod/perl.pod
10327 ____________________________________________________________________________
10328 [ 12489] By: jhi                                   on 2001/10/18  02:24:52
10329         Log: Prettyprinting.
10330      Branch: perl
10331            ! lib/unicore/In.pl lib/unicore/Is.pl lib/unicore/mktables
10332 ____________________________________________________________________________
10333 [ 12488] By: jhi                                   on 2001/10/18  00:47:19
10334         Log: Regen toc.
10335      Branch: perl
10336            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
10337 ____________________________________________________________________________
10338 [ 12487] By: jhi                                   on 2001/10/18  00:43:18
10339         Log: Add perlintro, from Skud.
10340      Branch: perl
10341            + pod/perlintro.pod
10342            ! MANIFEST
10343 ____________________________________________________________________________
10344 [ 12486] By: jhi                                   on 2001/10/18  00:10:44
10345         Log: FAQ sync.
10346      Branch: perl
10347            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
10348            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq7.pod
10349            ! pod/perlfaq8.pod pod/perlfaq9.pod
10350 ____________________________________________________________________________
10351 [ 12485] By: jhi                                   on 2001/10/17  23:57:15
10352         Log: Oh, bother. In Tru64 cc -std1 was looking rather nice
10353              in speed (upto 20% speedup in certain operations) but meanwhile
10354              regexps and arithmetics got slower (5-10%) (according to
10355              perlbench average speedup is negligible, and within measuring
10356              flutter, 1%).  Therefore retracting all the changes
10357              aimed at getting -std1 to compile cleanly:  #12475, #12476,
10358              #12479, #12480, #12481, #12482, #12483, #12484.
10359      Branch: perl
10360            ! doio.c mg.c miniperlmain.c perl.c perl.h perlio.c pp_ctl.c
10361            ! pp_hot.c pp_sys.c toke.c
10362 ____________________________________________________________________________
10363 [ 12484] By: jhi                                   on 2001/10/17  21:58:40
10364         Log: (retracted by #12485)
10365              Strict ANSI doesn't like the third argument of main()
10366              so enable ignoring it if using ultra picky compiler.
10367      Branch: perl
10368            ! miniperlmain.c
10369 ____________________________________________________________________________
10370 [ 12483] By: jhi                                   on 2001/10/17  21:48:24
10371         Log: (retracted by #12485)
10372              Move the VMS_FOO_ERROR codes next to the SETERRNO() definition.
10373      Branch: perl
10374            ! perl.h
10375 ____________________________________________________________________________
10376 [ 12482] By: jhi                                   on 2001/10/17  21:42:57
10377         Log: (retracted by #12485)
10378              Add explanatory comment.
10379      Branch: perl
10380            ! mg.c
10381 ____________________________________________________________________________
10382 [ 12481] By: jhi                                   on 2001/10/17  20:50:37
10383         Log: (retracted by #12485)
10384              More dollar$hiding.
10385      Branch: perl
10386            ! doio.c perl.h pp_sys.c
10387 ____________________________________________________________________________
10388 [ 12480] By: jhi                                   on 2001/10/17  20:27:34
10389         Log: (retracted by #12485)
10390              KISS.
10391      Branch: perl
10392            ! mg.c
10393 ____________________________________________________________________________
10394 [ 12479] By: jhi                                   on 2001/10/17  19:57:34
10395         Log: (retracted by #12485)
10396              Thou shalt not #ifdef inside macro invocations,
10397              noticed by Rafael Garcia-Suarez.
10398      Branch: perl
10399            ! mg.c
10400 ____________________________________________________________________________
10401 [ 12478] By: ams                                   on 2001/10/17  18:50:55
10402         Log: Subject: [PATCH pp_sys.c] coredump fix in pp_accept()
10403              From: Anton Berezin <tobez@tobez.org>
10404              Date: Wed, 17 Oct 2001 18:25:48 +0200
10405              Message-Id: <20011017182548.A12082@heechee.tobez.org>
10406      Branch: perl
10407            ! pp_sys.c
10408 ____________________________________________________________________________
10409 [ 12476] By: jhi                                   on 2001/10/17  16:46:50
10410         Log: (retracted by #12485)
10411              Unterminated #ifdef.
10412      Branch: perl
10413            ! mg.c
10414 ____________________________________________________________________________
10415 [ 12475] By: jhi                                   on 2001/10/17  16:42:49
10416         Log: (retracted by #12485)
10417              Avoid dollar signs in identifiers (in non-VMS) to
10418              placate ultra picky ANSI compilers (such as DEC^WCPQ^WHP).
10419      Branch: perl
10420            ! doio.c mg.c perl.c perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c
10421            ! toke.c
10422 ____________________________________________________________________________
10423 [ 12474] By: ams                                   on 2001/10/17  15:14:50
10424         Log: Subject: Two AIX patches
10425              From: H.Merijn Brand <h.m.brand@hccnet.nl>
10426              Date: Wed, 17 Oct 2001 18:04:35 +0200
10427              Message-Id: <20011017180223.1346.H.M.BRAND@hccnet.nl>
10428      Branch: perl
10429            ! hints/aix.sh makedef.pl
10430 ____________________________________________________________________________
10431 [ 12473] By: jhi                                   on 2001/10/17  14:48:38
10432         Log: Limiting the Time::HiRes::sleep and usleep to
10433              one second is not a good policy if drop-in
10434              replacement is still a goal.
10435      Branch: perl
10436            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
10437            ! ext/Time/HiRes/HiRes.xs
10438 ____________________________________________________________________________
10439 [ 12472] By: jhi                                   on 2001/10/17  11:00:54
10440         Log: Subject: [PATCH] Test::Simple 0.32
10441              From: Michael G Schwern <schwern@pobox.com> 
10442              Date: Wed, 17 Oct 2001 03:42:41 -0400
10443              Message-ID: <20011017034241.A25038@blackrider>
10444      Branch: perl
10445            + lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
10446            + lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
10447            + lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
10448            + lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
10449            + lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
10450            + lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
10451            - lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
10452            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
10453            ! lib/Test/Simple/Changes lib/Test/Simple/t/More.t
10454            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
10455            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
10456            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
10457            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
10458            ! lib/Test/Simple/t/simple.t lib/Test/Simple/t/skip.t
10459            ! lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
10460            ! lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
10461            ! t/lib/Test/Simple/Catch.pm
10462            ! t/lib/Test/Simple/sample_tests/five_fail.plx
10463 ____________________________________________________________________________
10464 [ 12471] By: jhi                                   on 2001/10/17  10:25:06
10465         Log: Subject: [PATCH t/TEST t/harness vms/test.com] Set PERL_CORE environment var   
10466              From: Michael G Schwern <schwern@pobox.com> 
10467              Date: Wed, 17 Oct 2001 04:04:13 -0400
10468              Message-ID: <20011017040413.C25550@blackrider>
10469      Branch: perl
10470            ! t/TEST t/harness vms/test.com
10471 ____________________________________________________________________________
10472 [ 12470] By: jhi                                   on 2001/10/17  02:25:01
10473         Log: Regen doc with perlmodstyle added.
10474      Branch: perl
10475            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
10476 ____________________________________________________________________________
10477 [ 12469] By: jhi                                   on 2001/10/17  02:24:02
10478         Log: Pod cleanup.
10479      Branch: perl
10480            ! lib/File/Spec.pm lib/File/Spec/Mac.pm
10481 ____________________________________________________________________________
10482 [ 12468] By: jhi                                   on 2001/10/17  02:16:11
10483         Log: Subject: perlmodstyle as a patch
10484              From: Kirrily Robert <skud@infotrope.net>
10485              Date: Tue, 16 Oct 2001 22:47:23 -0400
10486              Message-ID: <20011016224723.A20673@infotrope.net>
10487      Branch: perl
10488            + pod/perlmodstyle.pod
10489            ! MANIFEST
10490 ____________________________________________________________________________
10491 [ 12467] By: jhi                                   on 2001/10/17  00:59:43
10492         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
10493              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
10494              Date: Thu, 6 Sep 2001 11:09:40 +0100
10495              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
10496              
10497              Mention also the develooper p5p archive.
10498      Branch: perl
10499            ! pod/perlhack.pod
10500 ____________________________________________________________________________
10501 [ 12466] By: jhi                                   on 2001/10/17  00:57:38
10502         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] PREREQ_PM does not really require.
10503              From: Kay Röpke <kroepke@dolphin-services.de>
10504              Date: Tue, 16 Oct 2001 17:23:52 +0200
10505              Message-Id: <E15tW4O-0003J7-00@mrvdom03.schlund.de>
10506      Branch: perl
10507            ! lib/ExtUtils/MakeMaker.pm
10508 ____________________________________________________________________________
10509 [ 12465] By: jhi                                   on 2001/10/17  00:54:28
10510         Log: Add the special casing mappings (from SpecCase.txt)
10511              (except for the hyper special case mappings that have
10512              the condition list); the special casing mappings are
10513              unused for now.  Small tidying up on mktables.
10514      Branch: perl
10515            + lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
10516            + lib/unicore/To/SpecUpper.pl
10517            ! lib/unicore/mktables
10518 ____________________________________________________________________________
10519 [ 12464] By: jhi                                   on 2001/10/16  22:38:24
10520         Log: Subject: [PATCH] Doc patch on here-docs (perlop and perldata)
10521              From: "David H. Adler" <dha@panix.com>       
10522              Date: Tue, 16 Oct 2001 11:59:35 -0400
10523              Message-ID: <20011016115935.A13078@panix.com>
10524              
10525              Subject: [ PATCH ] perldata patch, revised
10526              From: "David H. Adler" <dha@panix.com>     
10527              Date: Tue, 16 Oct 2001 18:26:49 -0400
10528              Message-ID: <20011016182649.C23970@panix.com>
10529      Branch: perl
10530            ! pod/perldata.pod pod/perlop.pod
10531 ____________________________________________________________________________
10532 [ 12463] By: jhi                                   on 2001/10/16  19:39:25
10533         Log: Integrate perlio: PerlIO_dup (for all but Win32).
10534      Branch: perl
10535           !> embed.h embed.pl ext/Encode/Encode.xs
10536           !> ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs hv.c perl.h
10537           !> perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
10538           !> win32/win32io.c
10539 ____________________________________________________________________________
10540 [ 12462] By: nick                                  on 2001/10/16  19:11:30
10541         Log: PerlIOXxxx_dups for all but Win32
10542      Branch: perlio
10543            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
10544            ! ext/PerlIO/Via/Via.xs
10545 ____________________________________________________________________________
10546 [ 12461] By: nick                                  on 2001/10/16  18:28:48
10547         Log: Implement PerlIOStdio_dup (explains core dumps - dup
10548              was not setting up a FILE * to be fclosed()).
10549      Branch: perlio
10550            ! perlio.c
10551 ____________________________________________________________________________
10552 [ 12460] By: nick                                  on 2001/10/16  17:31:47
10553         Log: When USE_ITHREADS avoid SV * in PerlIO_debug, at risk of buffer
10554              overflow.
10555      Branch: perlio
10556            ! perlio.c
10557 ____________________________________________________________________________
10558 [ 12459] By: jhi                                   on 2001/10/16  17:10:22
10559         Log: Subject: [PATCH perl@12443] VMS 64-bit configure
10560              From: "Craig A. Berry" <craigberry@mac.com>
10561              Date: Tue, 16 Oct 2001 13:08:38 -0500
10562              Message-Id: <5.1.0.14.2.20011016122704.029eaea8@exchi01>
10563      Branch: perl
10564            ! configure.com
10565 ____________________________________________________________________________
10566 [ 12458] By: jhi                                   on 2001/10/16  17:07:20
10567         Log: Can't expect too much accuracy from a sleep of one second.
10568              (I think this will also fail with high load.)
10569      Branch: perl
10570            ! ext/Time/HiRes/HiRes.t
10571 ____________________________________________________________________________
10572 [ 12457] By: jhi                                   on 2001/10/16  16:50:24
10573         Log: Subject: WIN64 (Itanium) port of Perl 5.6.1
10574              From: "Werner, Randolf" <randolf.werner@sap.com>
10575              Date: Tue, 16 Oct 2001 18:33:02 +0200
10576              Message-ID: <816D93CCC927D31188570008C75D1DE10A5CB1F8@dbwdfx1a.wdf.sap-ag.de>
10577      Branch: perl
10578            + win32/Makefile.win64 win32/config.win64 win32/config_H.win64
10579            ! MANIFEST Porting/makerel ext/SDBM_File/sdbm/sdbm.c
10580 ____________________________________________________________________________
10581 [ 12456] By: nick                                  on 2001/10/16  14:08:16
10582         Log: Builds under ithreads (but fails all threads tests)
10583      Branch: perlio
10584            ! hv.c perlio.c sv.c
10585 ____________________________________________________________________________
10586 [ 12455] By: jhi                                   on 2001/10/16  13:59:32
10587         Log: I think the Perl_sortsv needs *not* be skipped?
10588      Branch: perl
10589            ! makedef.pl
10590 ____________________________________________________________________________
10591 [ 12454] By: jhi                                   on 2001/10/16  13:05:38
10592         Log: Subject: [ PATCH ] maint/perl/t/op/groups.t for build on Cygwin
10593              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
10594              Date: Tue, 16 Oct 2001 15:32:44 +0200
10595              Message-ID: <3BCC531C.11494.3E433F@localhost>
10596      Branch: perl
10597            ! t/op/groups.t
10598 ____________________________________________________________________________
10599 [ 12453] By: jhi                                   on 2001/10/16  13:04:38
10600         Log: Subject: [ PATCH ] maint/perl/t/io/fs.t for build on Cygwin
10601              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
10602              Date: Tue, 16 Oct 2001 15:01:04 +0200
10603              Message-ID: <3BCC4BB0.30935.2145B7@localhost>
10604      Branch: perl
10605            ! t/io/fs.t
10606 ____________________________________________________________________________
10607 [ 12452] By: jhi                                   on 2001/10/16  12:03:49
10608         Log: A forgotten deletion.
10609      Branch: perl
10610            - lib/unicore/mktables.PL
10611 ____________________________________________________________________________
10612 [ 12451] By: nick                                  on 2001/10/16  11:32:48
10613         Log: Skeleton of "PerlIO_dup" coded.
10614              Still-passes all tests non-threaded (well it would wouldn't it!)
10615      Branch: perlio
10616            ! embed.h embed.pl ext/Encode/Encode.xs
10617            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs perl.h
10618            ! perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
10619            ! win32/win32io.c
10620 ____________________________________________________________________________
10621 [ 12450] By: jhi                                   on 2001/10/16  02:27:51
10622         Log: Document the problem with the swash_fetch() API that affects
10623              more complex case conversions.
10624      Branch: perl
10625            ! lib/utf8_heavy.pl utf8.c
10626 ____________________________________________________________________________
10627 [ 12449] By: jhi                                   on 2001/10/16  01:55:48
10628         Log: Make Time::HiRes::sleep() and usleep() to return
10629              the number of seconds (a floating point value) and 
10630              microseconds (an integer) actually slept (well,
10631              modulo the time spent in measuring the time actually
10632              slept...), to be a better drop-in replacement for
10633              the builtin sleep().  Noticed by Chris Nandor.
10634              
10635              Also make usleep() to croak if fed illegal number
10636              of useconds (anything greater than 1_000_000).
10637      Branch: perl
10638            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
10639            ! ext/Time/HiRes/HiRes.xs
10640 ____________________________________________________________________________
10641 [ 12448] By: jhi                                   on 2001/10/16  00:57:05
10642         Log: A missing SvREFCNT_dec.
10643      Branch: perl
10644            ! perl.c
10645 ____________________________________________________________________________
10646 [ 12447] By: nick                                  on 2001/10/15  20:27:53
10647         Log: Beginings of PerlIO_dup support (unstable)
10648      Branch: perlio
10649            ! perlio.c perliol.h
10650 ____________________________________________________________________________
10651 [ 12446] By: jhi                                   on 2001/10/15  18:44:19
10652         Log: (retracted by #12497)
10653              In AIX vac 5 just can't seem to get regcomp right.
10654      Branch: perl
10655            ! hints/aix.sh
10656 ____________________________________________________________________________
10657 [ 12445] By: jhi                                   on 2001/10/15  16:44:04
10658         Log: Bump the version number to agree with the maintperl one.
10659      Branch: perl
10660            ! lib/Tie/RefHash.pm
10661 ____________________________________________________________________________
10662 [ 12444] By: nick                                  on 2001/10/15  15:59:57
10663         Log: Integrate mainline
10664      Branch: perlio
10665           +> lib/Math/BigInt/t/Math/Subclass.pm
10666           +> lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
10667           +> lib/Math/BigInt/t/subclass.t lib/unicore/In/163.pl
10668           +> lib/unicore/In/164.pl lib/unicore/In/165.pl
10669           +> lib/unicore/In/166.pl lib/unicore/In/167.pl
10670           +> lib/unicore/In/168.pl lib/unicore/In/169.pl
10671           +> lib/unicore/In/170.pl lib/unicore/In/171.pl lib/unicore/Is.pl
10672           +> lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
10673           +> lib/unicore/mktables
10674            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
10675            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
10676            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
10677            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
10678            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
10679            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
10680            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
10681            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
10682            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
10683            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
10684            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
10685            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
10686            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
10687            - lib/unicore/syllables.txt
10688           !> (integrate 344 files)
10689 ____________________________________________________________________________
10690 [ 12443] By: jhi                                   on 2001/10/15  13:40:20
10691         Log: Casting tweak from Paul Marquess, helps Merijn on AIX.
10692      Branch: perl
10693            ! ext/DB_File/DB_File.xs
10694 ____________________________________________________________________________
10695 [ 12442] By: jhi                                   on 2001/10/15  13:35:36
10696         Log: Sync the skip() amounts with the number of tests.
10697      Branch: perl
10698            ! lib/Term/Complete.t
10699 ____________________________________________________________________________
10700 [ 12441] By: jhi                                   on 2001/10/15  13:11:03
10701         Log: Update Changes.
10702      Branch: perl
10703            ! Changes patchlevel.h
10704 ____________________________________________________________________________
10705 [ 12440] By: jhi                                   on 2001/10/15  12:58:24
10706         Log: MacOS Classic catdir() rewrite from Thomas Wegner
10707              (backward incompatibility, but a deliberate one,
10708              the old version simply is broken in its logic),
10709              also documentation updates, and as suggested replicated
10710              the File::Spec::Unix documentation updates also on the
10711              File::Spec documentation.
10712              
10713              TODO: there seems to be duplication of documentation
10714              between File::Spec and File::Spec::Unix.  I think
10715              the ::Unix should be left only with specific UNIXisms,
10716              and all the generic documentation should be in ::Spec.
10717      Branch: perl
10718            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
10719            ! lib/File/Spec.pm lib/File/Spec.t lib/File/Spec/Mac.pm
10720            ! lib/File/Spec/Unix.pm
10721 ____________________________________________________________________________
10722 [ 12439] By: jhi                                   on 2001/10/15  12:32:07
10723         Log: Subject: Re: [PATCH t/op/magic.t] missing tests on Win32
10724              From: Blair Zajac <blair@orcaware.com>
10725              Date: Mon, 24 Sep 2001 11:48:58 -0700
10726              Message-ID: <3BAF801A.88A4F614@orcaware.com>     
10727              
10728              (the skip() messages)
10729      Branch: perl
10730            ! t/op/magic.t
10731 ____________________________________________________________________________
10732 [ 12438] By: ams                                   on 2001/10/14  23:43:59
10733         Log: Subject: [PATCH] make PerlIO default on VMS
10734              From: "Craig A. Berry" <craigberry@mac.com>
10735              Date: Sun, 14 Oct 2001 15:27:18 -0500
10736              Message-Id: <5.1.0.14.0.20011014152339.021ec150@exchi01>
10737      Branch: perl
10738            ! configure.com
10739 ____________________________________________________________________________
10740 [ 12437] By: jhi                                   on 2001/10/14  23:05:57
10741         Log: Retract #12436 (Abhijit already did this at #12426)
10742      Branch: perl
10743            ! lib/ExtUtils/MM_Unix.pm
10744 ____________________________________________________________________________
10745 [ 12436] By: jhi                                   on 2001/10/14  21:22:43
10746         Log: (retracted by #12437)
10747              Subject: [PATCH lib/ExtUtils/MM_Unix.pm] MakeMaker tries to parse commented out $VERSION
10748              From: =?iso-8859-1?Q?Kay_R=F6pke?= <kroepke@dolphin-services.de>
10749              Date: Sat, 13 Oct 2001 20:33:55 +0200
10750              Message-Id: <E15sTbe-0001nt-00@mrvdom04.kundenserver.de>
10751      Branch: perl
10752            ! lib/ExtUtils/MM_Unix.pm
10753 ____________________________________________________________________________
10754 [ 12435] By: jhi                                   on 2001/10/14  21:21:52
10755         Log: Subject: h2xs grammar nit
10756              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
10757              Date: Fri, 12 Oct 2001 00:12:01 -0700 (PDT)
10758              Message-ID: <Pine.GSU.4.21.0110120010540.9710-100000@garcia.efn.org>
10759      Branch: perl
10760            ! utils/h2xs.PL
10761 ____________________________________________________________________________
10762 [ 12434] By: jhi                                   on 2001/10/14  13:48:30
10763         Log: Subject: [PATCH @12422] Fix scoping problem with FATAL warnings
10764              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
10765              Date: Sun, 14 Oct 2001 11:25:08 +0100
10766              Message-ID: <AIEAJICLCBDNAAOLLOKLCEFDDCAA.Paul_Marquess@Yahoo.co.uk>
10767      Branch: perl
10768            ! lib/warnings.pm pod/perllexwarn.pod t/lib/warnings/7fatal
10769            ! warnings.pl
10770 ____________________________________________________________________________
10771 [ 12433] By: jhi                                   on 2001/10/13  23:20:11
10772         Log: Use File::Spec (needs Thomas Wegner's upcoming patch
10773              for File::Spec::Mac::catfile)
10774      Branch: perl
10775            ! lib/h2xs.t
10776 ____________________________________________________________________________
10777 [ 12432] By: jhi                                   on 2001/10/13  23:17:31
10778         Log: Subject: [PATCH] Re: default module version for h2xs (was Re: [PATCH] Re: What sort of Makefile.PL should h2xs write?)   
10779              From: Nicholas Clark <nick@ccl4.org>
10780              Date: Sat, 13 Oct 2001 00:07:31 +0100
10781              Message-ID: <20011013000731.D67535@plum.flirble.org>
10782      Branch: perl
10783            ! lib/h2xs.t utils/h2xs.PL
10784 ____________________________________________________________________________
10785 [ 12431] By: jhi                                   on 2001/10/13  22:35:58
10786         Log: Define PASTHRU_DEFINE and PASTHRU_INC (which are used
10787              before DEFINE and INC), and repent by taking DEFINE and
10788              INC away from PASTHRU.
10789      Branch: perl
10790            ! lib/ExtUtils/MM_Unix.pm
10791 ____________________________________________________________________________
10792 [ 12430] By: jhi                                   on 2001/10/13  21:23:09
10793         Log: More MANIFEST anomalies.
10794      Branch: perl
10795            ! MANIFEST
10796 ____________________________________________________________________________
10797 [ 12429] By: jhi                                   on 2001/10/13  21:01:32
10798         Log: Not that many.
10799      Branch: perl
10800            ! MANIFEST
10801 ____________________________________________________________________________
10802 [ 12428] By: sky                                   on 2001/10/13  20:59:27
10803         Log: Subject: [DOC PATCH] pod syntax fixups for File::Spec::* modules
10804              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10805              Date: Sat, 13 Oct 2001 23:15:55 +0200
10806              Message-ID: <20011013231555.A18071@rafael>
10807      Branch: perl
10808            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm lib/File/Spec/Mac.pm
10809            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
10810 ____________________________________________________________________________
10811 [ 12427] By: jhi                                   on 2001/10/13  20:54:17
10812         Log: Rewrite mktables from scratch.
10813              - Cleaner.
10814              - Faster: 15-20 seconds as opposed to several minutes.
10815              - More dynamic: the names of the various categories
10816              such as the linebreak ones are dynamic, not static.
10817              - Is.pl: long names for the general category properties
10818              are now available.
10819              - Ranges (<... ,First>, <..., Last>) from the general
10820              categories work now.
10821              - No more mktables.PL because the mktables.PL is not
10822              and never has been run to create a mktables.
10823              - syllables.txt and Is/Syl*.pl removed: non-standard
10824              (not part of the Unicode), and the whole concept is
10825              being reworked (http://syllabary.sourceforge.net/),
10826              the old way wouldn't even work with the new Syllables.txt
10827              (it would result in 1000+ new categories)
10828      Branch: perl
10829            + lib/unicore/In/163.pl lib/unicore/In/164.pl
10830            + lib/unicore/In/165.pl lib/unicore/In/166.pl
10831            + lib/unicore/In/167.pl lib/unicore/In/168.pl
10832            + lib/unicore/In/169.pl lib/unicore/In/170.pl
10833            + lib/unicore/In/171.pl lib/unicore/Is.pl
10834            + lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
10835            + lib/unicore/mktables
10836            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
10837            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
10838            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
10839            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
10840            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
10841            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
10842            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
10843            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
10844            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
10845            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
10846            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
10847            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
10848            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
10849            - lib/unicore/syllables.txt
10850            ! (edit 304 files)
10851 ____________________________________________________________________________
10852 [ 12426] By: ams                                   on 2001/10/13  18:05:36
10853         Log: ExtUtils::MM_Unix should ignore comments when searching for
10854              $VERSION.
10855      Branch: perl
10856            ! lib/ExtUtils/MM_Unix.pm
10857 ____________________________________________________________________________
10858 [ 12425] By: jhi                                   on 2001/10/13  12:26:41
10859         Log: Subject: Re: New module XML::Clean
10860              From: andreas.koenig@anima.de (Andreas J. Koenig)
10861              Date: 13 Oct 2001 10:17:09 +0200
10862              Message-ID: <m37ku0t0my.fsf@anima.de>
10863      Branch: perl
10864            ! pod/perlnewmod.pod
10865 ____________________________________________________________________________
10866 [ 12424] By: sky                                   on 2001/10/13  09:39:59
10867         Log: Set thread stack size if needed.
10868      Branch: perl
10869            ! ext/threads/threads.xs
10870 ____________________________________________________________________________
10871 [ 12423] By: sky                                   on 2001/10/13  09:36:49
10872         Log: We do want to set the attribute to joinable even on modern posix
10873              platforms.
10874      Branch: perl
10875            ! ext/threads/threads.xs
10876 ____________________________________________________________________________
10877 [ 12422] By: jhi                                   on 2001/10/13  02:04:44
10878         Log: Subject: [PATCH ext/Data/Dumper.xs]
10879              From: Brian Ingerson <ingy@ttul.org>
10880              Date: Fri, 12 Oct 2001 19:32:35 -0700
10881              Message-ID: <20011012193235.B889@ttul.org>
10882      Branch: perl
10883            ! ext/Data/Dumper/Dumper.xs
10884 ____________________________________________________________________________
10885 [ 12421] By: jhi                                   on 2001/10/12  23:22:45
10886         Log: Update Changes.
10887      Branch: perl
10888            ! Changes patchlevel.h
10889 ____________________________________________________________________________
10890 [ 12420] By: jhi                                   on 2001/10/12  22:51:17
10891         Log: FAQ sync.
10892      Branch: perl
10893            ! pod/perlfaq3.pod pod/perlfaq4.pod
10894 ____________________________________________________________________________
10895 [ 12419] By: jhi                                   on 2001/10/12  22:46:49
10896         Log: Subject: RE: [PATCH File::Copy] Silence warnings for tied filehandles     
10897              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
10898              Date: Fri, 12 Oct 2001 11:51:05 -0700
10899              Message-ID: <35A280DF784CD411A06B0008C7B130AD0115DDAE@sdex04.sd.intuit.com>
10900      Branch: perl
10901            ! lib/File/Copy.pm
10902 ____________________________________________________________________________
10903 [ 12418] By: jhi                                   on 2001/10/12  22:44:24
10904         Log: Subject: [PATCH lib/Term/Complete.t] Rethinking the Test
10905              From: "chromatic" <chromatic@rmci.net>     
10906              Date: Thu, 11 Oct 2001 10:57:55 -0600
10907              Message-ID: <20011011170354.74354.qmail@onion.perl.org>
10908              
10909              Subject: [PATCH Complete.pm] Re: [PATCH lib/Term/Complete.t] Rethinking the Test
10910              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10911              Date: Thu, 11 Oct 2001 22:34:21 +0200
10912              Message-ID: <20011011223421.A693@rafael>     
10913              
10914              plus undef $Term::Complete::stty as suggested by Rafael.
10915      Branch: perl
10916            ! lib/Term/Complete.pm lib/Term/Complete.t
10917 ____________________________________________________________________________
10918 [ 12417] By: jhi                                   on 2001/10/12  20:35:49
10919         Log: UUnndduupplleexx..
10920      Branch: perl
10921            ! perl.h
10922 ____________________________________________________________________________
10923 [ 12416] By: sky                                   on 2001/10/12  20:16:19
10924         Log: Subject: Re: Sparc/Linux/ithreads unhappy @12391 [PATCH]
10925              From: Andy Dougherty <doughera@lafayette.edu>
10926              Date: Fri, 12 Oct 2001 16:53:03 -0400 (EDT)
10927              Message-ID: <Pine.SOL.4.10.10110121647360.11279-100000@maxwell.phys.lafayette.edu>
10928              (Potentially only band-aid)
10929      Branch: perl
10930            ! sv.c
10931 ____________________________________________________________________________
10932 [ 12415] By: jhi                                   on 2001/10/12  20:13:06
10933         Log: VMS pre-7.0 (which doesn't have sigaction()) uniformly
10934              mishandles kill(), and therefore the sigaction test
10935              should be skipped, from Charles Lane.
10936      Branch: perl
10937            ! ext/POSIX/t/sigaction.t
10938 ____________________________________________________________________________
10939 [ 12414] By: sky                                   on 2001/10/12  18:47:49
10940         Log: Perhaps other OLD_POSIX_API systems might be happy and not only HP-UX 10.20
10941      Branch: perl
10942            ! op.h
10943 ____________________________________________________________________________
10944 [ 12413] By: jhi                                   on 2001/10/12  18:35:31
10945         Log: Upgrade to Math::BigInt 1.44 from Tels and
10946              further fixes from John Peacock.
10947      Branch: perl
10948            + lib/Math/BigInt/t/Math/Subclass.pm
10949            + lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
10950            + lib/Math/BigInt/t/subclass.t
10951            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
10952            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
10953            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
10954            ! lib/Math/BigInt/t/mbimbf.t
10955 ____________________________________________________________________________
10956 [ 12412] By: sky                                   on 2001/10/12  18:28:23
10957         Log: perhaps pthread_attr_t really needs to be set for the old api
10958      Branch: perl
10959            ! ext/threads/threads.xs
10960 ____________________________________________________________________________
10961 [ 12411] By: sky                                   on 2001/10/12  18:11:45
10962         Log: pthread_keycreate not pthread_key_create under the here be dragons API
10963      Branch: perl
10964            ! ext/threads/threads.h
10965 ____________________________________________________________________________
10966 [ 12410] By: sky                                   on 2001/10/12  18:07:37
10967         Log: Apperently OLD PTHREADS API is a bit retarded.
10968              This should fix another set of compile failures in HP-UX 10.20.
10969      Branch: perl
10970            ! ext/threads/threads.h ext/threads/threads.xs
10971 ____________________________________________________________________________
10972 [ 12409] By: nick                                  on 2001/10/12  15:30:01
10973         Log: Blind integrate of mainline
10974      Branch: perlio
10975           +> (branch 32 files)
10976            - lib/unicode/README
10977           !> (integrate 121 files)
10978 ____________________________________________________________________________
10979 [ 12408] By: sky                                   on 2001/10/12  14:55:08
10980         Log: Let us avoid being smart for now.
10981      Branch: perl
10982            ! ext/threads/threads.h
10983 ____________________________________________________________________________
10984 [ 12407] By: sky                                   on 2001/10/12  14:38:12
10985         Log: (void*) the argument to make sure we work with picky compilers
10986      Branch: perl
10987            ! ext/threads/threads.xs
10988 ____________________________________________________________________________
10989 [ 12406] By: ams                                   on 2001/10/12  13:26:04
10990         Log: (replaced with #12600)
10991              
10992              Subject: [PATCH 5.6.1 perldoc] use File::Temp
10993              From: Mikhail Zabaluev <mhz@alt-linux.org>
10994              Date: Fri, 12 Oct 2001 12:47:47 +0400
10995              Message-Id: <20011012124747.E13918@localhost.localdomain>
10996      Branch: perl
10997            ! utils/perldoc.PL
10998 ____________________________________________________________________________
10999 [ 12405] By: ams                                   on 2001/10/12  13:05:32
11000         Log: Subject: [PATCH] (Was: lib/Memoize/t/speed.................FAILED at test 2)
11001              From: andreas.koenig@anima.de (Andreas J. Koenig)
11002              Date: 12 Oct 2001 11:12:07 +0200
11003              Message-Id: <m3wv21te6w.fsf_-_@anima.de>
11004      Branch: perl
11005            ! lib/Memoize/t/speed.t
11006 ____________________________________________________________________________
11007 [ 12404] By: sky                                   on 2001/10/12  12:46:15
11008         Log: A) Support OLD_PTHREADS_API
11009              B) Change from using pthread_t to using a TLS to store the
11010              index of the thread in an hash, this is to avoid problems when
11011              in fact pthread_t was not a seralizable type.
11012              Both these changes are because of HP-UX 10.20
11013              This has not been tested on win32 but should work there.
11014              Need to add support for NetWare.
11015      Branch: perl
11016            ! ext/threads/threads.h ext/threads/threads.xs
11017 ____________________________________________________________________________
11018 [ 12403] By: ams                                   on 2001/10/12  07:34:19
11019         Log: Subject: Re: New module XML::Clean
11020              From: andreas.koenig@anima.de (Andreas J. Koenig)
11021              Date: 12 Oct 2001 10:20:35 +0200
11022              Message-Id: <m3elo9uv58.fsf@anima.de>
11023      Branch: perl
11024            ! pod/perlnewmod.pod
11025 ____________________________________________________________________________
11026 [ 12402] By: jhi                                   on 2001/10/11  19:51:04
11027         Log: More HP model tweaks from Merijn.
11028      Branch: perl
11029            ! README.hpux
11030 ____________________________________________________________________________
11031 [ 12401] By: jhi                                   on 2001/10/11  13:03:10
11032         Log: Update Changes.
11033      Branch: perl
11034            ! Changes patchlevel.h
11035 ____________________________________________________________________________
11036 [ 12400] By: jhi                                   on 2001/10/11  11:33:20
11037         Log: HP-UX update from H.Merijn Brand.
11038      Branch: perl
11039            ! README.hpux
11040 ____________________________________________________________________________
11041 [ 12399] By: jhi                                   on 2001/10/11  00:53:56
11042         Log: Subject: [PATCH] fix link rot in README.vms
11043              From: "Craig A. Berry" <craigberry@mac.com>
11044              Date: Wed, 10 Oct 2001 17:17:00 -0500
11045              Message-Id: <5.1.0.14.0.20011010171057.01bd77c8@exchi01>
11046      Branch: perl
11047            ! README.vms
11048 ____________________________________________________________________________
11049 [ 12398] By: jhi                                   on 2001/10/11  00:49:42
11050         Log: Subject: [PATCH lib/Term/Complete.t] (was Re: lib/Term/Complete.t won't complete in background)
11051              From: "chromatic" <chromatic@rmci.net>
11052              Date: Wed, 10 Oct 2001 15:50:30 -0600
11053              Message-ID: <20011010215627.13283.qmail@onion.perl.org> 
11054      Branch: perl
11055            ! lib/Term/Complete.t
11056 ____________________________________________________________________________
11057 [ 12397] By: jhi                                   on 2001/10/11  00:48:54
11058         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Packlist.t] Add Tests for ExtUtils::Packlist
11059              From: "chromatic" <chromatic@rmci.net>
11060              Date: Wed, 10 Oct 2001 15:45:42 -0600
11061              Message-ID: <20011010215140.8913.qmail@onion.perl.org>
11062      Branch: perl
11063            + lib/ExtUtils/Packlist.t
11064            ! MANIFEST
11065 ____________________________________________________________________________
11066 [ 12396] By: jhi                                   on 2001/10/10  20:20:22
11067         Log: VMS needs quotes around the -I option to keep it from
11068              being downcased, from Charles Lane.
11069      Branch: perl
11070            ! t/run/kill_perl.t
11071 ____________________________________________________________________________
11072 [ 12395] By: ams                                   on 2001/10/10  16:22:32
11073         Log: Subject: [PATCH lib/FindBin.pm]
11074              From: Stas Bekman <stas@stason.org>
11075              Date: Tue, 09 Oct 2001 23:57:10 +0800
11076              Message-Id: <3BC31E56.60805@stason.org>
11077      Branch: perl
11078            ! lib/FindBin.pm
11079 ____________________________________________________________________________
11080 [ 12394] By: ams                                   on 2001/10/10  16:09:53
11081         Log: Subject: Re: /usr/include/sys/e ?? (perl@12340)
11082              From: Abhijit Menon-Sen <ams@wiw.org>
11083              Date: Wed, 10 Oct 2001 21:59:33 +0530
11084              Message-Id: <20011010215933.B2444@lustre.dyn.wiw.org>
11085      Branch: perl
11086            ! ext/Data/Dumper/Dumper.xs
11087 ____________________________________________________________________________
11088 [ 12393] By: jhi                                   on 2001/10/10  15:53:39
11089         Log: VMS: reorder the elimination of 000000 in the canonpath logic,
11090              from Charles Lane.
11091      Branch: perl
11092            ! lib/File/Spec/VMS.pm
11093 ____________________________________________________________________________
11094 [ 12392] By: ams                                   on 2001/10/10  14:49:43
11095         Log: Subject: [PATCH] two s/// bugfixes
11096              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11097              Date: Wed, 10 Oct 2001 17:23:44 +0200
11098              Message-Id: <20011010172344.C22440@rafael>
11099      Branch: perl
11100            ! pp_ctl.c regexec.c t/op/subst.t
11101 ____________________________________________________________________________
11102 [ 12391] By: jhi                                   on 2001/10/10  12:22:02
11103         Log: Fix/improve handling of the [000000] special "root"
11104              directory, by putting cwd in canonical form when doing
11105              abs2rel, and prepending a 000000 to directory "chunks"
11106              if missing from base or path.  Also adjust test to
11107              reflect the (improved) output from abs2rel.
11108              From Charles Lane.
11109      Branch: perl
11110            ! lib/File/Spec.t lib/File/Spec/VMS.pm
11111 ____________________________________________________________________________
11112 [ 12390] By: jhi                                   on 2001/10/10  11:48:14
11113         Log: In VMS the copy-to-untaint %ENV in the initialization also loses
11114              all of the extra VMSish attributes (such as "treat this logical
11115              as a device name") that are necessary to make programs run.
11116              A tainted %ENV does not hinder VMS.  From Charles Lane.
11117      Branch: perl
11118            ! lib/File/Find/t/taint.t
11119 ____________________________________________________________________________
11120 [ 12389] By: jhi                                   on 2001/10/10  11:40:29
11121         Log: VMS-specific fixes to the ExtUtils::Manifest tests.
11122              
11123              o  VMS is case-insensitive, RTL downcases filenames read
11124              by perl... so need to re-upcase filenames like MANIFEST
11125              and MANIFEST.SKIP
11126              
11127              o  Need to convert VMS-style to Unix-style filenames when comparing
11128              names in MANIFEST to names in filesystem.
11129              
11130              o  Need to remove mantest/MANIFEST before rmdir'ing mantest,
11131              since VMS won't let you (easily) delete non-empty directories.
11132              
11133              From Charles Lane.
11134      Branch: perl
11135            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Manifest.t
11136 ____________________________________________________________________________
11137 [ 12388] By: jhi                                   on 2001/10/10  11:28:44
11138         Log: Unix and VMS agree on "*" as a "match any number of any chars"
11139              wildcards, but differ ("?"  vs.  "%") for their "match any single
11140              char" wildcard.  This patch changes "?"  chars to "%" before doing a
11141              VMS glob...at no loss of functionality, since "?"  isn't a valid
11142              filename char on VMS.  From Charles Lane.
11143      Branch: perl
11144            ! doio.c
11145 ____________________________________________________________________________
11146 [ 12387] By: jhi                                   on 2001/10/10  11:20:13
11147         Log: (accidentally empty submit; new life as #12390)
11148      Branch: perl
11149            ! lib/File/Find/t/taint.t
11150 ____________________________________________________________________________
11151 [ 12386] By: jhi                                   on 2001/10/10  11:12:40
11152         Log: Even more VMS tweakage from Charles Lane:
11153              
11154              Tweak #1:  splitdir only works on directory part of filespec,
11155              split off volume first
11156              Tweak #2:  VMS pre-7.0's $ENV{'HOME'} is not settable
11157              (it's a horrible kludge in the run-time library,
11158              improved in later versions). Check the
11159              $Config{'d_setenv'} flag before attempting to set it.
11160      Branch: perl
11161            ! t/op/chdir.t
11162 ____________________________________________________________________________
11163 [ 12385] By: jhi                                   on 2001/10/09  20:34:36
11164         Log: VMS tweakage from Charles Lane.
11165              
11166              . command.com doubles an output line when prompting for extensions
11167              . Term::Cap has no business trying to run obscure Un*x utilities on VMS
11168              . perl5db doesn't clean up after itself
11169      Branch: perl
11170            ! configure.com lib/Term/Cap.pm lib/perl5db.pl
11171 ____________________________________________________________________________
11172 [ 12384] By: sky                                   on 2001/10/09  19:16:11
11173         Log: Subject: [PATCH again again], Re: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
11174              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11175              Date: Tue, 9 Oct 2001 22:10:26 +0200
11176              Message-ID: <20011009221026.A8579@rafael>
11177      Branch: perl
11178            ! pod/perldata.pod
11179 ____________________________________________________________________________
11180 [ 12383] By: jhi                                   on 2001/10/09  14:33:15
11181         Log: Subject: [PATCH t/op/subst.t] new tests, new TODO test
11182              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
11183              Date: 9 Oct 2001 15:15:06 -0000
11184              Message-Id: <slrn9s653h.h2p.rgarciasuarez@rafael.kazibao.net>
11185      Branch: perl
11186            ! t/op/subst.t
11187 ____________________________________________________________________________
11188 [ 12382] By: jhi                                   on 2001/10/09  14:03:30
11189         Log: Update Changes.
11190      Branch: perl
11191            ! Changes patchlevel.h
11192 ____________________________________________________________________________
11193 [ 12381] By: jhi                                   on 2001/10/09  13:52:50
11194         Log: Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat
11195              Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat,
11196              when a NULL is passed for the filename string pointer.
11197              From Charles Lane.
11198      Branch: perl
11199            ! vms/vms.c
11200 ____________________________________________________________________________
11201 [ 12379] By: jhi                                   on 2001/10/09  13:03:49
11202         Log: Subject: HP systems update
11203              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11204              Date: Tue, 09 Oct 2001 15:59:22 +0200
11205              Message-Id: <20011009155614.A4F5.H.M.BRAND@hccnet.nl>
11206      Branch: perl
11207            ! README.hpux
11208 ____________________________________________________________________________
11209 [ 12378] By: jhi                                   on 2001/10/09  12:52:21
11210         Log: CPAN::Nox does now have a test.
11211      Branch: perl
11212            ! t/lib/1_compile.t
11213 ____________________________________________________________________________
11214 [ 12377] By: jhi                                   on 2001/10/09  12:23:27
11215         Log: Subject: [ID 20011001.009] /usr/bin/perl (in addition to /usr/local/bin/perl)
11216              From: David Dyck <dcd@tc.fluke.com>
11217              Date: Mon, 1 Oct 2001 12:17:36 -0700
11218              Message-Id: <200110011917.MAA11879@dd.tc.fluke.com>
11219      Branch: perl
11220            ! installperl
11221 ____________________________________________________________________________
11222 [ 12376] By: jhi                                   on 2001/10/09  12:18:39
11223         Log: NetWare update from Ananth Kesari.
11224      Branch: perl
11225            ! NetWare/nwperlsys.h makedef.pl
11226 ____________________________________________________________________________
11227 [ 12375] By: jhi                                   on 2001/10/09  11:43:01
11228         Log: Subject: [PATCH Perl@12307] File::Find test on VMS
11229              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
11230              Date: Tue, 9 Oct 2001 08:40:57 EDT
11231              Message-Id: <011009083426.17530f@DUPHY4.Physics.Drexel.Edu>
11232      Branch: perl
11233            ! lib/File/Find/t/find.t
11234 ____________________________________________________________________________
11235 [ 12374] By: ams                                   on 2001/10/09  05:31:45
11236         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Mkbootstrap.t] Add Tests for
11237              ExtUtils::Mkbootstrap
11238              From: "chromatic" <chromatic@rmci.net>
11239              Date: Tue, 09 Oct 2001 00:08:37 -0600
11240              Message-Id: <20011009061432.46666.qmail@onion.perl.org>
11241      Branch: perl
11242            + lib/ExtUtils/Mkbootstrap.t
11243            ! MANIFEST
11244 ____________________________________________________________________________
11245 [ 12373] By: jhi                                   on 2001/10/09  02:56:13
11246         Log: Enable more debugging.
11247      Branch: perl
11248            ! lib/utf8_heavy.pl
11249 ____________________________________________________________________________
11250 [ 12372] By: ams                                   on 2001/10/09  02:11:59
11251         Log: #12370 forgot to modify is_gv_magical().
11252      Branch: perl
11253            ! gv.c
11254 ____________________________________________________________________________
11255 [ 12371] By: jhi                                   on 2001/10/09  01:48:17
11256         Log: Make the toupper/lower/title API for Unicode not right
11257              but at least less wrong: prepare for the mapping being
11258              more than just one-character-to-one-character.
11259      Branch: perl
11260            ! embed.h embed.pl global.sym handy.h pp.c proto.h regcomp.c
11261            ! regexec.c utf8.c
11262 ____________________________________________________________________________
11263 [ 12370] By: jhi                                   on 2001/10/09  01:23:08
11264         Log: Subject: Re: [PATCH mg.c gv.c and others] ${^TAINT}
11265              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
11266              Date: Mon, 8 Oct 2001 22:18:23 -0400
11267              Message-ID: <20011008221823.A413700@linguist.thayer.dartmouth.edu>
11268      Branch: perl
11269            ! pod/perlvar.pod t/op/taint.t
11270 ____________________________________________________________________________
11271 [ 12369] By: jhi                                   on 2001/10/08  23:31:21
11272         Log: FAQ sync.
11273      Branch: perl
11274            ! pod/perlfaq3.pod pod/perlfaq4.pod
11275 ____________________________________________________________________________
11276 [ 12368] By: jhi                                   on 2001/10/08  21:20:45
11277         Log: Subject: [PATCH lib/Term/Cap.t] Fix Debian Failures on Test 22
11278              From: "chromatic" <chromatic@rmci.net>
11279              Date: Mon, 08 Oct 2001 14:05:32 -0600
11280              Message-ID: <20011008201126.73702.qmail@onion.perl.org>
11281      Branch: perl
11282            ! lib/Term/Cap.t
11283 ____________________________________________________________________________
11284 [ 12367] By: jhi                                   on 2001/10/08  21:10:49
11285         Log: Subject: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
11286              From: Michael G Schwern <schwern@pobox.com>
11287              Date: Mon, 8 Oct 2001 17:00:14 -0400
11288              Message-ID: <20011008170014.L17083@blackrider>
11289      Branch: perl
11290            ! gv.c mg.c pod/perlvar.pod t/op/magic.t t/op/taint.t
11291 ____________________________________________________________________________
11292 [ 12366] By: jhi                                   on 2001/10/08  20:43:19
11293         Log: Subject: [PATCH Perl@12307] Time::Hires for VMS pre-7.0
11294              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
11295              Date: Mon, 8 Oct 2001 16:01:33 EDT
11296              Message-Id: <011008155856.1604b5@DUPHY4.Physics.Drexel.Edu>
11297      Branch: perl
11298            ! ext/Time/HiRes/HiRes.xs
11299 ____________________________________________________________________________
11300 [ 12365] By: jhi                                   on 2001/10/08  20:41:50
11301         Log: Subject: [PATCH] Autosplit patch for VMS
11302              From: "Craig A. Berry" <craigberry@mac.com>
11303              Date: Mon, 08 Oct 2001 15:40:43 -0500
11304              Message-Id: <5.1.0.14.0.20011008150808.02302618@exchi01>
11305      Branch: perl
11306            ! lib/AutoSplit.pm lib/AutoSplit.t
11307 ____________________________________________________________________________
11308 [ 12364] By: jhi                                   on 2001/10/08  20:36:58
11309         Log: Don't assume that everybody is running OS X 10.1 yet;
11310              from Kay Röpke.
11311      Branch: perl
11312            ! hints/darwin.sh
11313 ____________________________________________________________________________
11314 [ 12363] By: jhi                                   on 2001/10/08  14:26:35
11315         Log: Update Changes.
11316      Branch: perl
11317            ! Changes patchlevel.h
11318 ____________________________________________________________________________
11319 [ 12362] By: jhi                                   on 2001/10/08  14:05:50
11320         Log: Retract #12358 for now.
11321      Branch: perl
11322            ! lib/Term/Cap.t
11323 ____________________________________________________________________________
11324 [ 12361] By: jhi                                   on 2001/10/08  13:57:10
11325         Log: Can't figure out what this is testing.
11326              (If it is trying to catch SIGKILL, it should stop
11327              trying because that is by definition impossible.)
11328      Branch: perl
11329            ! lib/sigtrap.t
11330 ____________________________________________________________________________
11331 [ 12360] By: jhi                                   on 2001/10/08  13:23:28
11332         Log: Subject: [PATCH bleadperl] why some tests fail on Win95...
11333              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
11334              Date: Sun, 30 Sep 2001 21:15:13 +0200
11335              Message-ID: <5033457805.20010930211513@tesla.rcub.bg.ac.yu>
11336      Branch: perl
11337            ! lib/ExtUtils/MM_Win32.pm
11338 ____________________________________________________________________________
11339 [ 12359] By: jhi                                   on 2001/10/08  12:37:17
11340         Log: Clarify the ldlibpth part and condense the overall text.
11341      Branch: perl
11342            ! t/TEST
11343 ____________________________________________________________________________
11344 [ 12358] By: jhi                                   on 2001/10/08  11:56:49
11345         Log: Subject: Re: [PATCH] & what's to be done for 5.8.0?
11346              From: "chromatic" <chromatic@rmci.net>
11347              Date: Sun, 07 Oct 2001 16:59:26 -0600
11348              Message-ID: <20011007230518.90917.qmail@onion.perl.org>
11349      Branch: perl
11350            ! lib/Term/Cap.t
11351 ____________________________________________________________________________
11352 [ 12357] By: jhi                                   on 2001/10/08  11:54:50
11353         Log: Update the list because fo #12265.
11354      Branch: perl
11355            ! t/lib/1_compile.t
11356 ____________________________________________________________________________
11357 [ 12356] By: jhi                                   on 2001/10/08  11:53:30
11358         Log: Subject: [PATCH] & what's to be done for 5.8.0? 
11359              From: Nicholas Clark <nick@ccl4.org>
11360              Date: Sun, 7 Oct 2001 20:53:33 +0100
11361              Message-ID: <20011007205333.S38756@plum.flirble.org>   
11362      Branch: perl
11363            ! ext/B/t/showlex.t ext/B/t/stash.t ext/Cwd/t/taint.t
11364            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
11365            ! ext/DB_File/t/db-recno.t ext/Fcntl/t/fcntl.t lib/CGI/t/carp.t
11366            ! lib/CGI/t/cookie.t lib/File/Find/t/taint.t lib/FindBin.t
11367            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
11368            ! lib/Net/t/smtp.t lib/Switch/t/given.t lib/Switch/t/nested.t
11369            ! lib/Switch/t/switch.t lib/Term/Complete.t
11370            ! lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/todo.t
11371            ! lib/bigfloat.t lib/bigint.t lib/integer.t t/op/flip.t
11372            ! t/op/my_stash.t
11373 ____________________________________________________________________________
11374 [ 12355] By: jhi                                   on 2001/10/08  11:51:29
11375         Log: Integrate patch #12350 from maintperl; typo in
11376              IO::Seekable doc.
11377      Branch: perl
11378           !> ext/IO/lib/IO/Seekable.pm
11379 ____________________________________________________________________________
11380 [ 12354] By: jhi                                   on 2001/10/08  11:41:16
11381         Log: Detypo.
11382      Branch: perl
11383            ! hints/darwin.sh
11384 ____________________________________________________________________________
11385 [ 12353] By: sky                                   on 2001/10/07  17:16:14
11386         Log: Change 12349 didn't really get it right.
11387      Branch: perl
11388            ! lib/Unicode/README
11389 ____________________________________________________________________________
11390 [ 12352] By: jhi                                   on 2001/10/07  15:03:18
11391         Log: If running the harness the dynamic library search path
11392              may need setting.
11393      Branch: perl
11394            ! t/TEST
11395 ____________________________________________________________________________
11396 [ 12351] By: jhi                                   on 2001/10/07  14:17:12
11397         Log: It seems that in MacOS X 10.1 one must use -flat_namespace
11398              in ldflags.
11399      Branch: perl
11400            ! hints/darwin.sh
11401 ____________________________________________________________________________
11402 [ 12350] By: gsar                                  on 2001/10/07  13:30:42
11403         Log: typo in IO::Seekable doc
11404      Branch: maint-5.6/perl
11405            ! ext/IO/lib/IO/Seekable.pm
11406 ____________________________________________________________________________
11407 [ 12349] By: jhi                                   on 2001/10/07  12:49:31
11408         Log: Give up the fantasy of having lib/Unicode and lib/unicode:
11409              doesn't work on Mac OS X 10.1 (when unpacking the tar the
11410              latter gets renamed as lib/unicode:1, assumedly for security
11411              reasons not to overwrite stuff)
11412      Branch: perl
11413            + lib/Unicode/README
11414            - lib/unicode/README
11415            ! MANIFEST
11416 ____________________________________________________________________________
11417 [ 12348] By: ams                                   on 2001/10/07  05:33:40
11418         Log: Subject: [PATCH MANIFEST lib/CPAN/t/Nox.t] Add Tests for CPAN::Nox
11419              From: "chromatic" <chromatic@rmci.net>
11420              Date: Sat, 06 Oct 2001 21:42:03 -0600
11421              Message-Id: <20011007034754.21057.qmail@onion.perl.org>
11422      Branch: perl
11423            + lib/CPAN/t/Nox.t
11424            ! MANIFEST
11425 ____________________________________________________________________________
11426 [ 12347] By: ams                                   on 2001/10/07  00:48:10
11427         Log: Subject: [PATCH MANIFEST lib/sigtrap.t] Add Tests for sigtrap.pm
11428              From: "chromatic" <chromatic@rmci.net>
11429              Date: Sat, 06 Oct 2001 18:52:10 -0600
11430              Message-Id: <20011007005801.98381.qmail@onion.perl.org>
11431      Branch: perl
11432            + lib/sigtrap.t
11433            ! MANIFEST
11434 ____________________________________________________________________________
11435 [ 12346] By: ams                                   on 2001/10/06  23:14:01
11436         Log: Subject: [PATCH] (was Re: [PATCH] Re: What sort of Makefile.PL should
11437              h2xs write?)
11438              From: Nicholas Clark <nick@ccl4.org>
11439              Date: Sat, 6 Oct 2001 21:46:43 +0100
11440              Message-Id: <20011006214643.L38756@plum.flirble.org>
11441      Branch: perl
11442            ! utils/h2xs.PL
11443 ____________________________________________________________________________
11444 [ 12345] By: ams                                   on 2001/10/06  17:39:53
11445         Log: Subject: [PATCH] Memoize tests
11446              From: Nicholas Clark <nick@ccl4.org>
11447              Date: Sat, 6 Oct 2001 18:04:21 +0100
11448              Message-Id: <20011006180421.J38756@plum.flirble.org>
11449      Branch: perl
11450            ! lib/Memoize/t/array.t lib/Memoize/t/array_confusion.t
11451            ! lib/Memoize/t/correctness.t lib/Memoize/t/errors.t
11452            ! lib/Memoize/t/expire.t lib/Memoize/t/expire_file.t
11453            ! lib/Memoize/t/expire_module_n.t
11454            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
11455            ! lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
11456            ! lib/Memoize/t/speed.t lib/Memoize/t/tie.t
11457            ! lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
11458            ! lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
11459            ! lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
11460 ____________________________________________________________________________
11461 [ 12344] By: jhi                                   on 2001/10/06  00:30:23
11462         Log: Retract the latter part of #12343.
11463      Branch: perl
11464            ! ext/IO/lib/IO/Socket/INET.pm
11465 ____________________________________________________________________________
11466 [ 12343] By: jhi                                   on 2001/10/05  23:32:07
11467         Log: Subject: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
11468              From: David Dyck <dcd@tc.fluke.com>
11469              Date: Fri, 5 Oct 2001 16:04:43 -0700 (PDT)
11470              Message-ID: <Pine.LNX.4.33.0110051548340.9856-100000@dd.tc.fluke.com>
11471              
11472              Subject: Re: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
11473              From: David Dyck <dcd@tc.fluke.com>
11474              Date: Fri, 5 Oct 2001 17:27:46 -0700 (PDT)
11475              Message-ID: <Pine.LNX.4.33.0110051714350.14248-100000@dd.tc.fluke.com>
11476      Branch: perl
11477            ! ext/IO/lib/IO/Socket/INET.pm
11478 ____________________________________________________________________________
11479 [ 12342] By: jhi                                   on 2001/10/05  16:28:37
11480         Log: Subject: [PATCH perl@12307] Re: test names from C<make TEST>
11481              From: Robin Barker <rmb1@cise.npl.co.uk>
11482              Date: Fri, 5 Oct 2001 18:20:44 +0100 (BST)
11483              Message-Id: <200110051720.SAA17023@tempest.npl.co.uk>
11484      Branch: perl
11485            ! t/TEST
11486 ____________________________________________________________________________
11487 [ 12341] By: jhi                                   on 2001/10/05  13:54:08
11488         Log: Don't assume that %x is good for displaying UVs.
11489      Branch: perl
11490            ! dump.c
11491 ____________________________________________________________________________
11492 [ 12340] By: jhi                                   on 2001/10/05  12:41:31
11493         Log: Update Changes.
11494      Branch: perl
11495            ! Changes patchlevel.h
11496 ____________________________________________________________________________
11497 [ 12339] By: ams                                   on 2001/10/05  10:22:34
11498         Log: Subject: [PATCH] perlfunc/select
11499              From: Nicholas Clark <nick@ccl4.org>
11500              Date: Fri, 5 Oct 2001 11:33:58 +0100
11501              Message-Id: <20011005113358.Z38756@plum.flirble.org>
11502      Branch: perl
11503            ! pod/perlfunc.pod
11504 ____________________________________________________________________________
11505 [ 12338] By: jhi                                   on 2001/10/04  22:54:06
11506         Log: Retract #12313 and #12249.
11507      Branch: perl
11508            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
11509            ! pod/perldata.pod pod/perldbmfilter.pod pod/perldsc.pod
11510            ! pod/perlebcdic.pod
11511 ____________________________________________________________________________
11512 [ 12337] By: jhi                                   on 2001/10/04  17:17:03
11513         Log: Subject: [PATCH] perlvms.pod update
11514              From: "Craig A. Berry" <craigberry@mac.com>
11515              Date: Thu, 04 Oct 2001 12:55:52 -0500
11516              Message-Id: <5.1.0.14.0.20011004124831.01aa49c0@exchi01>
11517      Branch: perl
11518            ! vms/perlvms.pod
11519 ____________________________________________________________________________
11520 [ 12336] By: jhi                                   on 2001/10/04  14:02:17
11521         Log: Subject: PATCH: Tie::SubstrHash
11522              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
11523              Date: Thu, 04 Oct 2001 12:12:41 +0100
11524              Message-Id: <200110041112.f94BCfS17390@crypt.compulink.co.uk> 
11525      Branch: perl
11526            ! lib/Tie/SubstrHash.pm
11527 ____________________________________________________________________________
11528 [ 12335] By: jhi                                   on 2001/10/04  04:45:00
11529         Log: Unicode properties saga continues.
11530      Branch: perl
11531            ! lib/unicore/In.pl lib/unicore/In/136.pl lib/unicore/In/155.pl
11532            ! lib/unicore/mktables.PL lib/utf8_heavy.pl
11533 ____________________________________________________________________________
11534 [ 12334] By: jhi                                   on 2001/10/04  03:42:04
11535         Log: Yet more Unicode properties.
11536      Branch: perl
11537            + lib/unicore/In/137.pl lib/unicore/In/138.pl
11538            + lib/unicore/In/139.pl lib/unicore/In/140.pl
11539            + lib/unicore/In/141.pl lib/unicore/In/142.pl
11540            + lib/unicore/In/143.pl lib/unicore/In/144.pl
11541            + lib/unicore/In/145.pl lib/unicore/In/146.pl
11542            + lib/unicore/In/147.pl lib/unicore/In/148.pl
11543            + lib/unicore/In/149.pl lib/unicore/In/150.pl
11544            + lib/unicore/In/151.pl lib/unicore/In/152.pl
11545            + lib/unicore/In/153.pl lib/unicore/In/154.pl
11546            + lib/unicore/In/155.pl lib/unicore/In/156.pl
11547            + lib/unicore/In/157.pl lib/unicore/In/158.pl
11548            + lib/unicore/In/159.pl lib/unicore/In/160.pl
11549            + lib/unicore/In/161.pl lib/unicore/In/162.pl
11550            ! MANIFEST lib/unicore/In.pl lib/unicore/In/136.pl
11551            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perltodo.pod
11552            ! pod/perlunicode.pod
11553 ____________________________________________________________________________
11554 [ 12333] By: jhi                                   on 2001/10/04  03:02:19
11555         Log: Subject: [PATCH perl@12307] 2 more VMS test tweaks
11556              From: "Craig A. Berry" <craigberry@mac.com>
11557              Date: Wed, 03 Oct 2001 17:45:25 -0500
11558              Message-Id: <5.1.0.14.0.20011003154131.01bc8528@exchi01>
11559              
11560              (the lib/Term/Complete.t patched differently by #12332)
11561      Branch: perl
11562            ! lib/ExtUtils/Command.t
11563 ____________________________________________________________________________
11564 [ 12332] By: jhi                                   on 2001/10/04  03:00:03
11565         Log: Restore only if something to restore.
11566      Branch: perl
11567            ! lib/Term/Complete.t
11568 ____________________________________________________________________________
11569 [ 12331] By: pudge                                 on 2001/10/03  19:30:48
11570         Log: Update various resources for credits,
11571              minor icons fixes, and versions.
11572      Branch: maint-5.6/macperl
11573            ! macos/MPVersion.r macos/Perl.r macos/macperl/MPDroplet.r
11574            ! macos/macperl/MPExtension.rsrc macos/macperl/MPSave.c
11575            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
11576 ____________________________________________________________________________
11577 [ 12330] By: pudge                                 on 2001/10/03  19:17:25
11578         Log: Quiet the warnings about using undef value
11579      Branch: maint-5.6/macperl
11580            ! lib/File/Temp.pm
11581 ____________________________________________________________________________
11582 [ 12329] By: pudge                                 on 2001/10/03  19:14:59
11583         Log: Fix up Ballon Help and Help menu docs (first pass);
11584              remove balloon rez file, and autogenerate with
11585              Balloon2Rez instead.
11586      Branch: maint-5.6/macperl
11587            + macos/macperl/macscripts/Balloon2Rez
11588            - macos/macperl/MPBalloons.r
11589            ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.podhelp
11590 ____________________________________________________________________________
11591 [ 12328] By: pudge                                 on 2001/10/03  19:11:15
11592         Log: Allow overriding of defaults, for change #12327.
11593      Branch: maint-5.6/macperl
11594            ! perl.h
11595 ____________________________________________________________________________
11596 [ 12327] By: pudge                                 on 2001/10/03  19:10:26
11597         Log: Override PerlProc_exit.
11598      Branch: maint-5.6/macperl
11599            ! macos/macish.h
11600 ____________________________________________________________________________
11601 [ 12326] By: pudge                                 on 2001/10/03  19:08:28
11602         Log: Add in new macos/ modules, fix up BuildTools and Makefile.
11603      Branch: maint-5.6/macperl
11604            + macos/bundled_lib/blib/lib/MD5.pm
11605            + macos/bundled_lib/t/MD5/md5.t macos/lib/Mac/AETE/App.pm
11606            + macos/lib/Mac/AETE/Dialect.pm
11607            + macos/lib/Mac/AETE/Format/Converter.pm
11608            + macos/lib/Mac/AETE/Format/Dictionary.pm
11609            + macos/lib/Mac/AETE/Format/Glue.pm macos/lib/Mac/AETE/Parser.pm
11610            + macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
11611            + macos/lib/Mac/Toolbox.pod
11612            ! macos/Makefile.mk macos/lib/Mac/BuildTools.pm
11613 ____________________________________________________________________________
11614 [ 12325] By: pudge                                 on 2001/10/03  18:51:28
11615         Log: Sync up silly CVS headers ... I should commit CVS
11616              first to avoid this ...
11617      Branch: maint-5.6/macperl
11618            ! macos/config.h macos/ext/Mac/ExtUtils/MakeToolboxModule
11619            ! macos/ext/Mac/Fonts/Fonts.xs macos/ext/MacPerl/MacPerl.xs
11620            ! macos/macperl/MPEditor.c macos/macperl/MPGlobals.h
11621            ! macos/macperl/MPScript.c macos/macperl/MPUtils.c
11622 ____________________________________________________________________________
11623 [ 12324] By: pudge                                 on 2001/10/03  18:44:09
11624         Log: Fix Matthias' address, and attributions.
11625      Branch: maint-5.6/macperl
11626            ! AUTHORS README.macos ext/DynaLoader/dl_mac.xs perl.c
11627            ! pod/perlport.pod
11628 ____________________________________________________________________________
11629 [ 12323] By: pudge                                 on 2001/10/03  18:42:37
11630         Log: Fix Matthias' address, and attributions.
11631      Branch: maint-5.6/macperl
11632            ! macos/config.h macos/ext/Mac/AppleEvents/AppleEvents.pm
11633            ! macos/ext/Mac/Components/Components.pm
11634            ! macos/ext/Mac/Controls/Controls.pm macos/ext/Mac/DCon/DCon.pm
11635            ! macos/ext/Mac/Dialogs/Dialogs.pm
11636            ! macos/ext/Mac/Events/Events.pm
11637            ! macos/ext/Mac/ExtUtils/MakeToolboxModule
11638            ! macos/ext/Mac/Files/Files.pm macos/ext/Mac/Fonts/Fonts.pm
11639            ! macos/ext/Mac/Gestalt/Gestalt.pm
11640            ! macos/ext/Mac/ImageCompression/ImageCompression.pm
11641            ! macos/ext/Mac/Lists/Lists.pm macos/ext/Mac/Memory/Memory.pm
11642            ! macos/ext/Mac/Menus/Menus.pm
11643            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
11644            ! macos/ext/Mac/Movies/Movies.pm
11645            ! macos/ext/Mac/Navigation/Navigation.pm
11646            ! macos/ext/Mac/Notification/Notification.pm
11647            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
11648            ! macos/ext/Mac/QDOffscreen/QDOffscreen.pm
11649            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
11650            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.pm
11651            ! macos/ext/Mac/Resources/Resources.pm macos/ext/Mac/SAT/SAT.pm
11652            ! macos/ext/Mac/Sound/Sound.pm macos/ext/Mac/Speech/Speech.pm
11653            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
11654            ! macos/ext/Mac/StandardFile/StandardFile.pm
11655            ! macos/ext/Mac/TextEdit/TextEdit.pm
11656            ! macos/ext/Mac/Types/Types.pm macos/ext/Mac/Windows/Windows.pm
11657            ! macos/fcntl.h macos/lib/ExtUtils/MM_MacOS.pm
11658            ! macos/lib/Mac/LowMem.pm
11659 ____________________________________________________________________________
11660 [ 12322] By: sky                                   on 2001/10/03  18:41:07
11661         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
11662              From: "Craig A. Berry" <craigberry@mac.com>
11663              Date: Wed, 03 Oct 2001 14:30:55 -0500
11664              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
11665      Branch: perl
11666            ! vms/vms.c
11667 ____________________________________________________________________________
11668 [ 12321] By: jhi                                   on 2001/10/03  18:38:34
11669         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
11670              From: "Craig A. Berry" <craigberry@mac.com>
11671              Date: Wed, 03 Oct 2001 14:30:55 -0500
11672              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
11673      Branch: perl
11674            ! vms/vms.c
11675 ____________________________________________________________________________
11676 [ 12320] By: jhi                                   on 2001/10/03  16:47:30
11677         Log: Unicode properties: fix L& (the #12319 didn't allow L&,
11678              only IsL&) and Inherited (negative lookahead good);
11679              add tests for Common, Inherited, and L&.
11680      Branch: perl
11681            ! lib/utf8_heavy.pl pod/perltodo.pod t/op/pat.t
11682 ____________________________________________________________________________
11683 [ 12319] By: jhi                                   on 2001/10/03  16:12:53
11684         Log: Unicode properties: support \p{(?:Is)?L&} as an alias for \pL.
11685              (The Unicode standard uses L& quite often.)
11686      Branch: perl
11687            ! lib/utf8_heavy.pl
11688 ____________________________________________________________________________
11689 [ 12318] By: jhi                                   on 2001/10/03  15:57:34
11690         Log: Add the 'Common' Unicode property (code points not
11691              explicitly assigned to any other script).
11692      Branch: perl
11693            + lib/unicore/In/136.pl
11694            ! MANIFEST lib/unicore/In.pl lib/unicore/mktables.PL
11695 ____________________________________________________________________________
11696 [ 12317] By: jhi                                   on 2001/10/03  13:23:32
11697         Log: Skip the RV printing test under threads until fixed.
11698      Branch: perl
11699            ! ext/B/t/terse.t
11700 ____________________________________________________________________________
11701 [ 12316] By: jhi                                   on 2001/10/03  12:57:05
11702         Log: Subject: 12309 / cygwin / win2k
11703              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11704              Date: Wed, 03 Oct 2001 15:25:15 +0200
11705              Message-Id: <20011003152353.A479.H.M.BRAND@hccnet.nl>
11706      Branch: perl
11707            ! makedef.pl
11708 ____________________________________________________________________________
11709 [ 12315] By: jhi                                   on 2001/10/03  12:50:17
11710         Log: Metaconfig unit change for #12314.
11711      Branch: metaconfig
11712            ! U/modified/Head.U
11713 ____________________________________________________________________________
11714 [ 12314] By: jhi                                   on 2001/10/03  12:49:26
11715         Log: Subject: Both cygwin and djgpp on one machine
11716              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11717              Date: Wed, 03 Oct 2001 15:02:59 +0200
11718              Message-Id: <20011003150222.A474.H.M.BRAND@hccnet.nl>
11719      Branch: perl
11720            ! Configure
11721 ____________________________________________________________________________
11722 [ 12313] By: jhi                                   on 2001/10/03  12:04:49
11723         Log: (retracted by #12338)
11724              
11725              Subject: [PATCH] Code clean up for perlboot.pod
11726              From: Casey West <casey@geeknest.com>
11727              Date: Tue, 2 Oct 2001 19:24:43 -0400
11728              Message-ID: <20011002192443.B2163@stupid.geeknest.com>
11729              
11730              Subject: [PATCH] Code clean up for perlbot.diff
11731              From: Casey West <casey@geeknest.com>
11732              Date: Tue, 2 Oct 2001 19:25:22 -0400
11733              Message-ID: <20011002192522.C2163@stupid.geeknest.com>
11734              
11735              Subject: [PATCH] Code clean up for perlcall.pod
11736              From: Casey West <casey@geeknest.com>
11737              Date: Tue, 2 Oct 2001 19:25:57 -0400
11738              Message-ID: <20011002192557.D2163@stupid.geeknest.com>
11739              
11740              Subject: [PATCH] Code clean up for perldata.pod
11741              From: Casey West <casey@geeknest.com>
11742              Date: Tue, 2 Oct 2001 19:26:29 -0400
11743              Message-ID: <20011002192629.E2163@stupid.geeknest.com>
11744              
11745              Subject: [PATCH] Code clean up for perldbmfilter.pod
11746              From: Casey West <casey@geeknest.com>
11747              Date: Tue, 2 Oct 2001 19:26:59 -0400
11748              Message-ID: <20011002192659.F2163@stupid.geeknest.com>
11749              
11750              Subject: [PATCH] Code clean up for perlebcdic.pod
11751              From: Casey West <casey@geeknest.com>
11752              Date: Tue, 2 Oct 2001 19:27:37 -0400
11753              Message-ID: <20011002192737.G2163@stupid.geeknest.com>
11754      Branch: perl
11755            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
11756            ! pod/perldata.pod pod/perldbmfilter.pod pod/perlebcdic.pod
11757 ____________________________________________________________________________
11758 [ 12312] By: ams                                   on 2001/10/02  23:43:55
11759         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] makemaker@perl.org
11760              From: Michael G Schwern <schwern@pobox.com>
11761              Date: Tue, 2 Oct 2001 17:00:49 -0400
11762              Message-Id: <20011002170049.A9955@blackrider>
11763      Branch: perl
11764            ! lib/ExtUtils/MakeMaker.pm
11765 ____________________________________________________________________________
11766 [ 12311] By: jhi                                   on 2001/10/02  23:24:07
11767         Log: FAQ sync.
11768      Branch: perl
11769            ! pod/perlfaq3.pod
11770 ____________________________________________________________________________
11771 [ 12310] By: nick                                  on 2001/10/02  16:09:49
11772         Log: Integrate mainline
11773      Branch: perlio
11774           !> AUTHORS Changes ext/I18N/Langinfo/Langinfo.pm
11775           !> ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
11776           !> lib/Pod/Html.pm lib/unicore/In.pl lib/unicore/mktables.PL mg.c
11777           !> patchlevel.h t/op/pat.t
11778 ____________________________________________________________________________
11779 [ 12309] By: jhi                                   on 2001/10/02  14:34:59
11780         Log: Unicode properties: allow also intra(wordbreak)name whitespace,
11781              not just one single space.
11782      Branch: perl
11783            ! lib/unicore/In.pl lib/unicore/mktables.PL t/op/pat.t
11784 ____________________________________________________________________________
11785 [ 12308] By: jhi                                   on 2001/10/02  12:49:41
11786         Log: AUTHORS updates.
11787      Branch: perl
11788            ! AUTHORS
11789 ____________________________________________________________________________
11790 [ 12307] By: jhi                                   on 2001/10/02  12:22:21
11791         Log: Update Changes.
11792      Branch: perl
11793            ! Changes patchlevel.h
11794 ____________________________________________________________________________
11795 [ 12306] By: jhi                                   on 2001/10/02  11:59:12
11796         Log: Work around old buggy glibcs for langinfo constants,
11797              from Nicholas Clark and David Dyck.
11798      Branch: perl
11799            ! ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
11800 ____________________________________________________________________________
11801 [ 12305] By: jhi                                   on 2001/10/02  11:45:55
11802         Log: Eradicate Time::Piece; add an example.
11803      Branch: perl
11804            ! ext/I18N/Langinfo/Langinfo.pm
11805 ____________________________________________________________________________
11806 [ 12304] By: jhi                                   on 2001/10/02  11:34:18
11807         Log: Subject: [PATCH] Pod::Html makes a poor guess at author
11808              From: Robert Spier <rspier@pobox.com>
11809              Date: Mon, 1 Oct 2001 23:20:16 -0700
11810              Message-ID: <15289.23712.422087.878224@rls.cx>
11811      Branch: perl
11812            ! lib/Pod/Html.pm
11813 ____________________________________________________________________________
11814 [ 12303] By: sky                                   on 2001/10/02  10:40:57
11815         Log: Fixes obscure bug that manifests itself by.
11816              local $!=0;undef*STDOUT;#segfaults
11817              Has been around for a while. Possible other magic IO vars are
11818              possibly affected aswell. Reported by Jos Boumans.
11819      Branch: perl
11820            ! mg.c
11821 ____________________________________________________________________________
11822 [ 12302] By: nick                                  on 2001/10/02  09:00:52
11823         Log: Integrate mainline
11824      Branch: perlio
11825           !> ext/B/t/terse.t ext/I18N/Langinfo/Langinfo.t hints/darwin.sh
11826           !> lib/Term/Cap.t lib/open.t pod/perlapi.pod pod/perlunicode.pod
11827           !> pp_ctl.c regcomp.c t/TEST t/op/arith.t t/op/pack.t t/op/pat.t
11828 ____________________________________________________________________________
11829 [ 12301] By: nick                                  on 2001/10/02  08:40:57
11830         Log: Integrate mainline + lib/open.t patch from Chromatic
11831      Branch: perlio
11832           +> lib/Term/Cap.t lib/Text/TabsWrap/CHANGELOG
11833            ! lib/open.t
11834           !> (integrate 29 files)
11835 ____________________________________________________________________________
11836 [ 12300] By: jhi                                   on 2001/10/01  19:22:16
11837         Log: Mac OS X doesn't have threadsafe (_r) libc interfaces.
11838              Until it has, better stop early if someone requests threads.
11839      Branch: perl
11840            ! hints/darwin.sh
11841 ____________________________________________________________________________
11842 [ 12299] By: jhi                                   on 2001/10/01  19:01:31
11843         Log: Subject: [ID 20011001.011] redundant code in t/TEST
11844              From: David Dyck <dcd@tc.fluke.com>
11845              Date: Mon, 1 Oct 2001 12:56:24 -0700
11846              Message-Id: <200110011956.MAA16250@dd.tc.fluke.com>
11847      Branch: perl
11848            ! t/TEST
11849 ____________________________________________________________________________
11850 [ 12298] By: jhi                                   on 2001/10/01  18:52:12
11851         Log: Subject: [PATCH lib/Term/Cap.t] Robustify %ENV Handling in Test (was Re: Failed Term/Cap.t test)
11852              From: "chromatic" <chromatic@rmci.net>
11853              Date: Mon, 01 Oct 2001 12:27:12 -0600
11854              Message-ID: <20011001183251.89148.qmail@onion.perl.org>
11855      Branch: perl
11856            ! lib/Term/Cap.t
11857 ____________________________________________________________________________
11858 [ 12297] By: jhi                                   on 2001/10/01  17:04:18
11859         Log: UNICOS testing patches from Nicholas Clark.
11860      Branch: perl
11861            ! t/op/arith.t t/op/pack.t
11862 ____________________________________________________________________________
11863 [ 12296] By: jhi                                   on 2001/10/01  17:01:26
11864         Log: Subject: [PATCH lib/open.t] Better Locale Flutzigation (was Re: lib/open.t and locale tests)
11865              From: "chromatic" <chromatic@rmci.net>
11866              Date: Mon, 01 Oct 2001 10:21:51 -0600
11867              Message-ID: <20011001162731.40639.qmail@onion.perl.org>
11868      Branch: perl
11869            ! lib/open.t
11870 ____________________________________________________________________________
11871 [ 12295] By: jhi                                   on 2001/10/01  14:55:37
11872         Log: Make missing the RADIXCHAR a softer, gentler error.
11873      Branch: perl
11874            ! ext/I18N/Langinfo/Langinfo.t
11875 ____________________________________________________________________________
11876 [ 12294] By: jhi                                   on 2001/10/01  14:51:42
11877         Log: Nuke also the LANG because of glibc.
11878      Branch: perl
11879            ! lib/open.t
11880 ____________________________________________________________________________
11881 [ 12293] By: jhi                                   on 2001/10/01  14:51:20
11882         Log: Also the ^Is is optional.
11883      Branch: perl
11884            ! pod/perlunicode.pod t/op/pat.t
11885 ____________________________________________________________________________
11886 [ 12292] By: jhi                                   on 2001/10/01  14:08:26
11887         Log: Be careful to pull chars from the varargs stack when
11888              formatting chars.
11889      Branch: perl
11890            ! regcomp.c
11891 ____________________________________________________________________________
11892 [ 12291] By: jhi                                   on 2001/10/01  12:27:57
11893         Log: sortsv not in place anymore, noticed by John P. Linderman.
11894      Branch: perl
11895            ! pod/perlapi.pod pp_ctl.c
11896 ____________________________________________________________________________
11897 [ 12290] By: jhi                                   on 2001/10/01  12:25:03
11898         Log: Make the diagnostic messages more neutral.
11899      Branch: perl
11900            ! ext/B/t/terse.t
11901 ____________________________________________________________________________
11902 [ 12289] By: jhi                                   on 2001/10/01  03:59:34
11903         Log: Forgotten from #12288.
11904      Branch: perl
11905            ! ext/Data/Dumper/Dumper.pm
11906 ____________________________________________________________________________
11907 [ 12288] By: jhi                                   on 2001/10/01  03:58:37
11908         Log: Subject: [PATCH ext/Data/Dumper.pm Dumper.xs Dumper.t] Option to sort hashes
11909              From: Brian Ingerson <ingy@ttul.org>
11910              Date: Sun, 30 Sep 2001 21:45:56 -0700
11911              Message-ID: <20010930214556.D26392@ttul.org>
11912              
11913              (remember also the #12289)
11914      Branch: perl
11915            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
11916 ____________________________________________________________________________
11917 [ 12287] By: jhi                                   on 2001/10/01  03:33:15
11918         Log: More Unicode property tests for the abbreviated
11919              general properties.
11920      Branch: perl
11921            ! t/op/pat.t
11922 ____________________________________________________________________________
11923 [ 12286] By: jhi                                   on 2001/10/01  02:02:08
11924         Log: Further tweaks to the Unicode properties.
11925      Branch: perl
11926            ! lib/utf8_heavy.pl pod/perlunicode.pod regcomp.c t/op/pat.t
11927 ____________________________________________________________________________
11928 [ 12285] By: jhi                                   on 2001/10/01  01:46:35
11929         Log: Retract #12284.
11930      Branch: perl
11931            ! lib/Term/Cap.t
11932 ____________________________________________________________________________
11933 [ 12284] By: jhi                                   on 2001/10/01  01:24:12
11934         Log: (Retracted by #12285)
11935      Branch: perl
11936            ! lib/Term/Cap.t
11937 ____________________________________________________________________________
11938 [ 12283] By: jhi                                   on 2001/10/01  01:22:05
11939         Log: Subject: [PATCH MANIFEST lib/Term/Cap.t] Add tests for Term::Cap   
11940              From: "chromatic" <chromatic@rmci.net>  
11941              Date: Sun, 30 Sep 2001 16:10:02 -0600
11942              Message-ID: <20010930221540.67279.qmail@onion.perl.org>
11943      Branch: perl
11944            + lib/Term/Cap.t
11945            ! MANIFEST
11946 ____________________________________________________________________________
11947 [ 12282] By: jhi                                   on 2001/10/01  01:19:21
11948         Log: Use stty -g to restore the terminal state, do not even
11949              try to run the tests if stty -g is not available.
11950      Branch: perl
11951            ! lib/Term/Complete.t
11952 ____________________________________________________________________________
11953 [ 12281] By: jhi                                   on 2001/09/30  21:05:00
11954         Log: Cleanup utf8_heavy; allow dropping the In prefix from
11955              Unicode script/block properties.
11956      Branch: perl
11957            ! lib/utf8_heavy.pl
11958 ____________________________________________________________________________
11959 [ 12280] By: jhi                                   on 2001/09/30  13:42:18
11960         Log: Retract the #12259 for now.
11961      Branch: perl
11962            ! embed.h embed.pl sv.h
11963 ____________________________________________________________________________
11964 [ 12279] By: jhi                                   on 2001/09/30  13:37:59
11965         Log: Upgrade to Text-Tabs+Wrap-2001.0929 from David Muir Sharnoff.
11966      Branch: perl
11967            + lib/Text/TabsWrap/CHANGELOG
11968            ! MANIFEST lib/Text/TabsWrap/t/fill.t lib/Text/Wrap.pm
11969 ____________________________________________________________________________
11970 [ 12278] By: jhi                                   on 2001/09/30  05:05:18
11971         Log: #12272 wasn't right, it introduced an extra ().
11972      Branch: perl
11973            ! lib/utf8_heavy.pl
11974 ____________________________________________________________________________
11975 [ 12277] By: jhi                                   on 2001/09/30  00:31:07
11976         Log: Subject: [PATCH @12256 ext/DB_File.pm ext/GDBM_File.pm] Remove string eval from AUTOLOAD
11977              From: Jonathan Stowe <gellyfish@gellyfish.com>
11978              Date: Sat, 29 Sep 2001 15:52:43 +0100 (BST)
11979              Message-ID: <Pine.LNX.4.33.0109291535120.18586-100000@orpheus.gellyfish.com>
11980      Branch: perl
11981            ! ext/DB_File/DB_File.pm ext/GDBM_File/GDBM_File.pm
11982 ____________________________________________________________________________
11983 [ 12276] By: jhi                                   on 2001/09/30  00:15:38
11984         Log: Subject: Patch to put qsortsv in the public API
11985              From: Brian Ingerson <ingy@ttul.org>
11986              Date: Sat, 29 Sep 2001 17:41:13 -0700
11987              Message-ID: <20010929174113.A30223@ttul.org>
11988      Branch: perl
11989            ! embed.h embed.pl global.sym pod/perlapi.pod pp_ctl.c proto.h
11990 ____________________________________________________________________________
11991 [ 12275] By: jhi                                   on 2001/09/30  00:11:21
11992         Log: Subject: [PATCH perlvar, perlfunc, inccode.t] additional docs and tests
11993              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11994              Date: Sat, 29 Sep 2001 23:54:48 +0200
11995              Message-ID: <20010929235448.A5017@rafael>
11996      Branch: perl
11997            ! pod/perlfunc.pod pod/perlvar.pod t/op/inccode.t
11998 ____________________________________________________________________________
11999 [ 12274] By: jhi                                   on 2001/09/30  00:03:19
12000         Log: FAQ sync.
12001      Branch: perl
12002            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
12003            ! pod/perlfaq9.pod
12004 ____________________________________________________________________________
12005 [ 12273] By: bailey                                on 2001/09/29  23:43:46
12006         Log: Resync with mainline
12007      Branch: vmsperl
12008           +> (branch 1207 files)
12009            - (delete 324 files)
12010           !> (integrate 866 files)
12011 ____________________________________________________________________________
12012 [ 12272] By: jhi                                   on 2001/09/29  21:32:33
12013         Log: Nasty recursion trap if one would match Unicode.
12014      Branch: perl
12015            ! lib/utf8_heavy.pl
12016 ____________________________________________________________________________
12017 [ 12271] By: jhi                                   on 2001/09/29  21:18:44
12018         Log: More Unicode todo.
12019      Branch: perl
12020            ! pod/perltodo.pod
12021 ____________________________________________________________________________
12022 [ 12270] By: jhi                                   on 2001/09/29  20:15:32
12023         Log: Explain a bit the new more flexible \p\P syntax.
12024      Branch: perl
12025            ! pod/perlunicode.pod
12026 ____________________________________________________________________________
12027 [ 12269] By: jhi                                   on 2001/09/29  20:05:24
12028         Log: More leniency to the \p and \P: now can have whitespace
12029              between the property definition and the curlies; now can
12030              invert the property by having a caret between the open
12031              curly and the property.
12032      Branch: perl
12033            ! lib/utf8_heavy.pl pod/perldiag.pod regcomp.c t/op/pat.t
12034 ____________________________________________________________________________
12035 [ 12268] By: nick                                  on 2001/09/29  17:39:26
12036         Log: Integrate mainline. Builds lots of sv.h/embed.h redef warnings
12037              one test (lib/open.t) fails
12038      Branch: perlio
12039           +> ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
12040           +> ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
12041           +> ext/threads/t/stress_cv.t ext/threads/t/stress_string.t
12042           +> lib/Tie/Scalar.t lib/open.t
12043            - ext/B/B.t ext/B/Debug.t ext/B/Deparse.t ext/B/Showlex.t
12044            - ext/B/Stash.t
12045           !> (integrate 62 files)
12046 ____________________________________________________________________________
12047 [ 12267] By: jhi                                   on 2001/09/29  13:54:04
12048         Log: Save and restore $ENV{'SYS$LOGIN'} only in VMS.
12049      Branch: perl
12050            ! t/op/chdir.t
12051 ____________________________________________________________________________
12052 [ 12266] By: jhi                                   on 2001/09/29  13:51:49
12053         Log: Subject: [PATCH perl@12258] chdir.t finally (I hope)
12054              From: "Craig A. Berry" <craigberry@mac.com> 
12055              Date: Sat, 29 Sep 2001 09:35:33 -0500
12056              Message-Id: <a05101000b7db8afde231@[172.16.52.1]>
12057      Branch: perl
12058            ! t/op/chdir.t
12059 ____________________________________________________________________________
12060 [ 12265] By: jhi                                   on 2001/09/29  13:49:43
12061         Log: Subject: [PATCH MANIFEST lib/Tie/Scalar.pm lib/Tie/Scalar.t] Add tests, clean up Tie::Scalar
12062              From: "chromatic" <chromatic@rmci.net>
12063              Date: Fri, 28 Sep 2001 21:20:12 -0600
12064              Message-ID: <20010929032543.58322.qmail@onion.perl.org>
12065      Branch: perl
12066            + lib/Tie/Scalar.t
12067            ! MANIFEST lib/Tie/Scalar.pm
12068 ____________________________________________________________________________
12069 [ 12264] By: jhi                                   on 2001/09/29  04:57:42
12070         Log: Allow for more flexibility in the \p{In...} names, now
12071              case doesn't matter, and any space or dash can be
12072              matched by any space, dash, underbar, or empty.
12073              (may be going too far on leniency)
12074      Branch: perl
12075            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/Scripts.pl
12076            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perlunicode.pod
12077            ! t/op/pat.t
12078 ____________________________________________________________________________
12079 [ 12263] By: jhi                                   on 2001/09/28  23:04:13
12080         Log: Subject: [PATCH MANIFEST lib/open.t] Add tests for open.pm
12081              From: "chromatic" <chromatic@rmci.net>
12082              Date: Fri, 28 Sep 2001 17:39:50 -0600
12083              Message-ID: <20010928234521.14178.qmail@onion.perl.org>
12084      Branch: perl
12085            + lib/open.t
12086            ! MANIFEST
12087 ____________________________________________________________________________
12088 [ 12262] By: jhi                                   on 2001/09/28  22:23:53
12089         Log: Subject: [PATCH perl@12258] glob test case tweak for VMS
12090              From: "Craig A. Berry" <craigberry@mac.com>
12091              Date: Fri, 28 Sep 2001 16:24:51 -0500
12092              Message-Id: <a05101000b7da98ceb83c@[172.16.52.1]>
12093      Branch: perl
12094            ! ext/File/Glob/t/basic.t
12095 ____________________________________________________________________________
12096 [ 12261] By: jhi                                   on 2001/09/28  22:23:05
12097         Log: Subject: [DOC PATCH] Carp.pm pod typo
12098              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12099              Date: Fri, 28 Sep 2001 23:14:51 +0200
12100              Message-ID: <20010928231451.E16889@rafael>
12101      Branch: perl
12102            ! lib/Carp.pm
12103 ____________________________________________________________________________
12104 [ 12260] By: jhi                                   on 2001/09/28  22:21:55
12105         Log: Subject: [PATCH] Allow an @INC hook to set %INC
12106              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12107              Date: Fri, 28 Sep 2001 22:18:13 +0200
12108              Message-ID: <20010928221813.A16889@rafael>
12109      Branch: perl
12110            ! pp_ctl.c
12111 ____________________________________________________________________________
12112 [ 12259] By: jhi                                   on 2001/09/28  22:20:26
12113         Log: Subject: Re: macro redefinitions on Win32 (was Re: Question about PERLIO)
12114              From: Nicholas Clark <nick@ccl4.org>
12115              Date: Fri, 28 Sep 2001 23:39:33 +0100
12116              Message-ID: <20010928233933.C23673@plum.flirble.org>
12117      Branch: perl
12118            ! embed.h embed.pl sv.h
12119 ____________________________________________________________________________
12120 [ 12258] By: jhi                                   on 2001/09/28  12:45:45
12121         Log: Update Changes.
12122      Branch: perl
12123            ! Changes patchlevel.h
12124 ____________________________________________________________________________
12125 [ 12256] By: jhi                                   on 2001/09/28  12:18:29
12126         Log: Move the B tests to B/t.
12127      Branch: perl
12128            + ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
12129            + ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
12130            - ext/B/B.t ext/B/B/Terse.t ext/B/Debug.t ext/B/Deparse.t
12131            - ext/B/Showlex.t ext/B/Stash.t
12132            ! MANIFEST
12133 ____________________________________________________________________________
12134 [ 12255] By: jhi                                   on 2001/09/28  12:09:40
12135         Log: Forgot from #12254.
12136      Branch: perl
12137            + ext/B/B/Terse.t
12138 ____________________________________________________________________________
12139 [ 12254] By: jhi                                   on 2001/09/28  12:09:06
12140         Log: Subject: [PATCH MANIFEST ext/B/B/Terse.t] Add tests for B::Terse
12141              From: "chromatic" <chromatic@rmci.net>
12142              Date: Thu, 27 Sep 2001 23:22:17 -0600
12143              Message-ID: <20010928052747.56587.qmail@onion.perl.org>   
12144      Branch: perl
12145            ! MANIFEST
12146 ____________________________________________________________________________
12147 [ 12253] By: jhi                                   on 2001/09/28  02:31:49
12148         Log: Test numbering mismatch.
12149      Branch: perl
12150            ! t/op/chdir.t
12151 ____________________________________________________________________________
12152 [ 12252] By: jhi                                   on 2001/09/27  22:46:42
12153         Log: Subject: [PATCH perl@12239] slightly less broken chdir.t for VMS
12154              From: "Craig A. Berry" <craigberry@mac.com>
12155              Date: Wed, 26 Sep 2001 17:43:14 -0500
12156              Message-Id: <5.1.0.14.0.20010926173048.01aac5b0@exchi01>
12157      Branch: perl
12158            ! iperlsys.h t/op/chdir.t
12159 ____________________________________________________________________________
12160 [ 12251] By: jhi                                   on 2001/09/27  22:44:35
12161         Log: Subject: [PATCH gv.c] make __ANON__ global
12162              From: Robin Barker <rmb1@cise.npl.co.uk>
12163              Date: Wed, 26 Sep 2001 17:56:28 +0100 (BST)
12164              Message-Id: <200109261656.RAA27762@tempest.npl.co.uk>
12165      Branch: perl
12166            ! gv.c t/op/anonsub.t t/op/runlevel.t
12167 ____________________________________________________________________________
12168 [ 12250] By: jhi                                   on 2001/09/27  22:33:11
12169         Log: Subject: Re: [BUG] B::Terse can't handle constant scalar refs
12170              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12171              Date: Thu, 27 Sep 2001 22:34:32 +0200
12172              Message-ID: <20010927223432.A1485@rafael>
12173      Branch: perl
12174            ! ext/B/B/Terse.pm
12175 ____________________________________________________________________________
12176 [ 12249] By: jhi                                   on 2001/09/27  22:29:32
12177         Log: (retracted by #12338)
12178              
12179              Subject: [PATCH] Cleanup of perldsc.pod      
12180              From: Casey West <casey@geeknest.com>
12181              Date: Thu, 27 Sep 2001 11:13:17 -0400
12182              Message-ID: <20010927111317.A1942@stupid.geeknest.com>
12183      Branch: perl
12184            ! pod/perldsc.pod
12185 ____________________________________________________________________________
12186 [ 12248] By: jhi                                   on 2001/09/27  22:23:24
12187         Log: Not everyone is using ithreads...
12188      Branch: perl
12189            ! ext/Devel/Peek/Peek.t
12190 ____________________________________________________________________________
12191 [ 12247] By: jhi                                   on 2001/09/27  13:39:39
12192         Log: Document the nss_delete core dump workaround for HP-UX
12193              and Solaris, bug IDs 20010805.018 and 20010629.004.
12194      Branch: perl
12195            ! README.hpux README.solaris
12196 ____________________________________________________________________________
12197 [ 12246] By: jhi                                   on 2001/09/27  12:05:36
12198         Log: Dump Unicode hash keys also as Unicode,
12199              not just as a byte string.
12200      Branch: perl
12201            ! dump.c ext/Devel/Peek/Peek.t
12202 ____________________________________________________________________________
12203 [ 12245] By: jhi                                   on 2001/09/27  11:15:51
12204         Log: Integrate changes #12241 and #12242 from macperl:
12205              
12206              Remove unneeded disabling of umask() calls
12207              
12208              Note (get|set)sockopt are available.
12209      Branch: perl
12210           !> lib/File/Temp.pm pod/perlport.pod
12211 ____________________________________________________________________________
12212 [ 12244] By: sky                                   on 2001/09/27  08:53:00
12213         Log: Flush buffers on thread closedown.
12214      Branch: perl
12215            ! ext/threads/threads.xs
12216 ____________________________________________________________________________
12217 [ 12243] By: jhi                                   on 2001/09/27  02:20:06
12218         Log: Dump SvUTF8(sv)s also as \x{...}.
12219              
12220              TODO: dump the SvUTF8() hash keys similarly. 
12221      Branch: perl
12222            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.t proto.h
12223 ____________________________________________________________________________
12224 [ 12242] By: pudge                                 on 2001/09/26  20:41:35
12225         Log: Note (get|set)sockopt are available.
12226      Branch: maint-5.6/macperl
12227            ! pod/perlport.pod
12228 ____________________________________________________________________________
12229 [ 12241] By: pudge                                 on 2001/09/26  20:28:49
12230         Log: Remove unneeded disabling of umask() calls
12231      Branch: maint-5.6/macperl
12232            ! lib/File/Temp.pm
12233 ____________________________________________________________________________
12234 [ 12240] By: sky                                   on 2001/09/26  18:44:56
12235         Log: Documention update
12236      Branch: perl
12237            ! ext/threads/threads.pm
12238 ____________________________________________________________________________
12239 [ 12239] By: jhi                                   on 2001/09/26  13:49:05
12240         Log: Update Changes.
12241      Branch: perl
12242            ! Changes patchlevel.h
12243 ____________________________________________________________________________
12244 [ 12238] By: jhi                                   on 2001/09/26  13:40:53
12245         Log: Check that all environment variables are tainted.
12246      Branch: perl
12247            ! t/op/taint.t
12248 ____________________________________________________________________________
12249 [ 12237] By: jhi                                   on 2001/09/26  13:02:07
12250         Log: Manual integration error in #12235.
12251      Branch: perl
12252            ! lib/File/DosGlob.t
12253 ____________________________________________________________________________
12254 [ 12236] By: jhi                                   on 2001/09/26  12:57:11
12255         Log: Subject: Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.
12256              From: "chromatic" <chromatic@rmci.net>
12257              Date: Tue, 25 Sep 2001 23:57:07 -0600
12258              Message-ID: <20010926060233.7554.qmail@onion.perl.org>
12259      Branch: perl
12260            ! perlio.c
12261 ____________________________________________________________________________
12262 [ 12235] By: jhi                                   on 2001/09/26  12:53:16
12263         Log: Integrate macperl changes from Chris Nandor:
12264              12192 11817 11815 11813 11778 11775
12265              
12266              Update CPAN.pm to work with new Mac::BuildTools instead
12267              of ExtUtils::MM_MacOS "orphan" functions
12268              
12269              Fix test
12270              
12271              Make syntax check report in MPW style, fix tests
12272              to use Mac::err=unix to get normal-style error
12273              messages.
12274              
12275              More module and test ports from Thomas Wegner et al
12276              
12277              Fix open of /dev/null for Mac OS
12278              
12279              Allow for platforms to override formatting of errors
12280              on output from Matthias Neeracher (core files)
12281      Branch: perl
12282            ! ext/B/Deparse.t lib/File/DosGlob.pm lib/File/DosGlob.t
12283            ! lib/File/Spec.t lib/File/Temp/t/security.t lib/strict.t
12284            ! lib/subs.t lib/warnings.t t/op/magic.t t/run/kill_perl.t
12285           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c lib/CPAN.pm
12286           !> lib/File/Spec/Mac.pm lib/File/Temp.pm perl.c perl.h pp_ctl.c
12287           !> t/base/term.t t/op/runlevel.t t/pod/testp2pt.pl util.c
12288 ____________________________________________________________________________
12289 [ 12234] By: jhi                                   on 2001/09/26  11:58:11
12290         Log: grrr.
12291      Branch: perl
12292            ! t/op/gv.t
12293 ____________________________________________________________________________
12294 [ 12233] By: jhi                                   on 2001/09/26  11:56:09
12295         Log: Retract #12232.
12296      Branch: perl
12297            ! t/op/gv.t
12298 ____________________________________________________________________________
12299 [ 12232] By: jhi                                   on 2001/09/26  11:53:37
12300         Log: (Retracted by #12233.)
12301      Branch: perl
12302            ! t/op/gv.t
12303 ____________________________________________________________________________
12304 [ 12231] By: jhi                                   on 2001/09/26  11:52:09
12305         Log: Detypo.
12306      Branch: perl
12307            ! ext/Encode/Makefile.PL
12308 ____________________________________________________________________________
12309 [ 12230] By: sky                                   on 2001/09/26  11:36:23
12310         Log: Increase the amount of time we spend in each thread, and add one that uses an anonymous sub.
12311              We are using a "delay" here because we do not want to depend on thread synchronization issues.
12312      Branch: perl
12313            + ext/threads/t/stress_cv.t
12314            ! MANIFEST ext/threads/t/stress_string.t
12315 ____________________________________________________________________________
12316 [ 12229] By: jhi                                   on 2001/09/26  11:27:54
12317         Log: NetWare tweak from Ananth Kesari.
12318      Branch: perl
12319            ! NetWare/t/Readme.txt
12320 ____________________________________________________________________________
12321 [ 12228] By: jhi                                   on 2001/09/26  11:26:26
12322         Log: Trick to fool case-blind filesystems.
12323      Branch: perl
12324            ! ext/Encode/Makefile.PL
12325 ____________________________________________________________________________
12326 [ 12227] By: sky                                   on 2001/09/26  11:06:50
12327         Log: Threads can start executing in a different order than they were
12328              created.... so we cannot ok() inside the threadstarter.
12329      Branch: perl
12330            ! ext/threads/t/stress_string.t
12331 ____________________________________________________________________________
12332 [ 12226] By: sky                                   on 2001/09/26  07:41:45
12333         Log: Add in stress_string.t to stress test threads a bit more.
12334      Branch: perl
12335            + ext/threads/t/stress_string.t
12336            ! MANIFEST
12337 ____________________________________________________________________________
12338 [ 12225] By: sky                                   on 2001/09/26  07:04:21
12339         Log: Fix negative refcount introduced by #12223.
12340      Branch: perl
12341            ! ext/threads/threads.xs
12342 ____________________________________________________________________________
12343 [ 12224] By: sky                                   on 2001/09/26  06:57:58
12344         Log: Update documentation to match change #12223
12345      Branch: perl
12346            ! sharedsv.c
12347 ____________________________________________________________________________
12348 [ 12223] By: sky                                   on 2001/09/26  06:54:32
12349         Log: Use a separate interpreter for the sharedsv space. Another
12350              negative sv leak. Sigh.
12351      Branch: perl
12352            ! sharedsv.c
12353 ____________________________________________________________________________
12354 [ 12222] By: sky                                   on 2001/09/26  05:58:35
12355         Log: Do the environ assignment in perl_contruct to match perl_destruct.
12356              Now we don't need to perl_parse/perl_run. However environ is a
12357              global....
12358      Branch: perl
12359            ! perl.c
12360 ____________________________________________________________________________
12361 [ 12221] By: sky                                   on 2001/09/26  05:41:02
12362         Log: Move the creation of PL_strtab to perl_construct so we can work
12363              with HV and HEs without running perl_parse.
12364      Branch: perl
12365            ! perl.c
12366 ____________________________________________________________________________
12367 [ 12220] By: gsar                                  on 2001/09/26  02:18:26
12368         Log: integrate macperl changes into maint-5.6
12369      Branch: maint-5.6/perl
12370           !> (integrate 26 files)
12371 ____________________________________________________________________________
12372 [ 12219] By: pudge                                 on 2001/09/26  00:19:35
12373         Log: Fix just a few of the bugs in Mac::InternetConfig (Bug #462999, Axel Rose);
12374              fix doc in Mac::Fonts (Patch #447221, Andreas Marcel Riechert).
12375      Branch: maint-5.6/macperl
12376            ! macos/ext/Mac/Fonts/Fonts.xs
12377            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
12378 ____________________________________________________________________________
12379 [ 12218] By: ams                                   on 2001/09/25  23:31:33
12380         Log: Subject: Re: [PATCH] AutoSplit.t (was Re: Untested libraries update)
12381              From: Nicholas Clark <nick@ccl4.org>
12382              Date: Wed, 26 Sep 2001 01:20:20 +0100
12383              Message-Id: <20010926012020.B48092@plum.flirble.org>
12384      Branch: perl
12385            ! lib/AutoSplit.t
12386 ____________________________________________________________________________
12387 [ 12217] By: ams                                   on 2001/09/25  22:33:05
12388         Log: Subject: [PATCH perl@12180] angle bracket filespec problem on VMS
12389              From: "Craig A. Berry" <craigberry@mac.com>
12390              Date: Tue, 25 Sep 2001 18:08:42 -0500
12391              Message-Id: <5.1.0.14.0.20010925154848.036887d8@exchi01>
12392      Branch: perl
12393            ! vms/vms.c
12394 ____________________________________________________________________________
12395 [ 12216] By: ams                                   on 2001/09/25  21:41:01
12396         Log: Subject: [PATCH lib/AutoSplit.t]  Fixing mysterious TEST failure. (was
12397              Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.)
12398              From: Michael G Schwern <schwern@pobox.com>
12399              Date: Wed, 26 Sep 2001 00:38:21 -0400
12400              Message-Id: <20010926003821.A627@blackrider>
12401      Branch: perl
12402            ! lib/AutoSplit.t
12403 ____________________________________________________________________________
12404 [ 12215] By: jhi                                   on 2001/09/25  21:40:04
12405         Log: Subject: [PATCH lib/Test/Simple.pm lib/Test/Utils.pm] fix test.deparse
12406              From: Michael G Schwern <schwern@pobox.com>
12407              Date: Tue, 25 Sep 2001 17:43:49 -0400
12408              Message-ID: <20010925174349.B19534@blackrider>
12409      Branch: perl
12410            ! lib/Test/Simple.pm lib/Test/Utils.pm
12411 ____________________________________________________________________________
12412 [ 12214] By: pudge                                 on 2001/09/25  21:11:21
12413         Log: Integrate changes from bleadperl.
12414      Branch: maint-5.6/macperl
12415           !> pod/perlport.pod
12416 ____________________________________________________________________________
12417 [ 12213] By: jhi                                   on 2001/09/25  20:37:14
12418         Log: skip($mess) should result in one skip.
12419      Branch: perl
12420            ! t/test.pl
12421 ____________________________________________________________________________
12422 [ 12212] By: pudge                                 on 2001/09/25  20:21:06
12423         Log: Integrate change #12200 from maintperl.
12424      Branch: maint-5.6/macperl
12425           !> win32/perlhost.h
12426 ____________________________________________________________________________
12427 [ 12211] By: pudge                                 on 2001/09/25  20:11:56
12428         Log: Fix file types to "apple"
12429      Branch: maint-5.6/macperl
12430            ! macos/ext/Mac/Menus/t/MenuBar.rsrc
12431            ! macos/ext/Mac/SAT/t/Collision.rsrc
12432 ____________________________________________________________________________
12433 [ 12210] By: pudge                                 on 2001/09/25  19:28:20
12434         Log: Fix rsrc file as snd file; fix path in t file.
12435      Branch: maint-5.6/macperl
12436            ! macos/ext/Mac/Notification/t/Notification.rsrc
12437            ! macos/ext/Mac/Notification/t/Notification.t
12438 ____________________________________________________________________________
12439 [ 12209] By: pudge                                 on 2001/09/25  19:15:57
12440         Log: Sync up with File::Find from bleadperl.
12441      Branch: maint-5.6/macperl
12442            ! lib/File/Find.pm t/lib/filefind-taint.t
12443 ____________________________________________________________________________
12444 [ 12208] By: pudge                                 on 2001/09/25  19:06:48
12445         Log: Ignore SIGPIPE being set to IGNORE.  Temporary fix until we upgrade
12446              to new version of libnet.  (Axel Rose, Paul Schinder, and a cast
12447              of hundreds)
12448      Branch: maint-5.6/macperl
12449            ! macos/bundled_lib/blib/lib/Net/Cmd.pm
12450            ! macos/bundled_lib/blib/lib/Net/FTP/A.pm
12451            ! macos/bundled_lib/blib/lib/Net/FTP/I.pm
12452 ____________________________________________________________________________
12453 [ 12207] By: nick                                  on 2001/09/25  19:04:36
12454         Log: Integrate mainline (untested while modem is up)
12455      Branch: perlio
12456           +> lib/AutoSplit.t t/test.pl
12457            - lib/warnings/register.t
12458           !> (integrate 28 files)
12459 ____________________________________________________________________________
12460 [ 12206] By: jhi                                   on 2001/09/25  17:21:00
12461         Log: perldiag entry for #12205.
12462      Branch: perl
12463            ! pod/perldiag.pod
12464 ____________________________________________________________________________
12465 [ 12205] By: jhi                                   on 2001/09/25  17:20:38
12466         Log: Subject: [PATCH] warning on v-string in use/require
12467              From: John Peacock <jpeacock@rowman.com>
12468              Date: Mon, 24 Sep 2001 17:29:03 -0400
12469              Message-ID: <3BAFA59F.9C0E0339@rowman.com>
12470      Branch: perl
12471            ! ext/IO/lib/IO/Socket.pm pp_ctl.c t/lib/warnings/pp_ctl
12472 ____________________________________________________________________________
12473 [ 12204] By: jhi                                   on 2001/09/25  17:11:02
12474         Log: perltooc et al updates.
12475      Branch: perl
12476            ! plan9/mkfile pod/roffitall
12477 ____________________________________________________________________________
12478 [ 12203] By: jhi                                   on 2001/09/25  17:05:19
12479         Log: Subject: [PATCH pp_sys.c t/op/chdir.t ...] Deprecating chdir(undef)/chdir('')
12480              From: Michael G Schwern <schwern@pobox.com>
12481              Date: Sun, 23 Sep 2001 00:07:12 -0400
12482              Message-ID: <20010923000712.A7005@blackrider>
12483      Branch: perl
12484            ! pod/perl572delta.pod pod/perldiag.pod pp_sys.c t/op/chdir.t
12485 ____________________________________________________________________________
12486 [ 12202] By: jhi                                   on 2001/09/25  16:55:29
12487         Log: Subject: [PATCH perl@12185] Some Encode/*.enc files needs to be corrected
12488              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
12489              Date: Wed, 26 Sep 2001 01:25:10 +0900
12490              Message-Id: <20010926012410.5B86.BQW10602@nifty.com>
12491      Branch: perl
12492            ! ext/Encode/Encode/cp932.enc ext/Encode/Encode/cp936.enc
12493            ! ext/Encode/Encode/cp949.enc ext/Encode/Encode/cp950.enc
12494            ! ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/shiftjis.enc
12495 ____________________________________________________________________________
12496 [ 12201] By: jhi                                   on 2001/09/25  16:52:03
12497         Log: Integrate change #12200 from maintperl;
12498              on windows, virtualized environment could propagate deleted variables
12499              into children if they happen to be at the very end of the table
12500      Branch: perl
12501           !> win32/perlhost.h
12502 ____________________________________________________________________________
12503 [ 12200] By: gsar                                  on 2001/09/25  16:36:01
12504         Log: on windows, virtualized environment could propagate deleted variables
12505              into children if they happen to be at the very end of the table
12506              (thanks for succinct test case from Johan Holmberg, and fix from
12507              Doug Lankshear)
12508      Branch: maint-5.6/perl
12509            ! win32/perlhost.h
12510 ____________________________________________________________________________
12511 [ 12199] By: gsar                                  on 2001/09/25  15:19:13
12512         Log: avoid the use of ftime() (it does a useless, potentially
12513              expensive call to GetTimeZoneInformation()); this potentially
12514              also results in three more digits of precision from
12515              Time::HiRes::time()
12516      Branch: perl
12517            ! ext/Time/HiRes/HiRes.xs
12518 ____________________________________________________________________________
12519 [ 12198] By: jhi                                   on 2001/09/25  14:27:01
12520         Log: Replace the use Test::More in t/{op,io,run} with t/test.pl.
12521              
12522              Note: io/binmode is failing, have to figure out why.
12523      Branch: perl
12524            + t/test.pl
12525            ! MANIFEST t/io/binmode.t t/op/chdir.t t/op/crypt.t
12526            ! t/op/inccode.t t/op/rand.t t/op/srand.t t/op/ver.t
12527            ! t/run/exit.t
12528 ____________________________________________________________________________
12529 [ 12197] By: ams                                   on 2001/09/25  13:48:55
12530         Log: Subject: [PATCH] AutoSplit.t (was Re: Untested libraries update)
12531              From: Nicholas Clark <nick@ccl4.org>
12532              Date: Tue, 25 Sep 2001 00:37:40 +0100
12533              Message-Id: <20010925003740.S4971@plum.flirble.org>
12534              (Further changes expected.)
12535      Branch: perl
12536            + lib/AutoSplit.t
12537            ! MANIFEST
12538 ____________________________________________________________________________
12539 [ 12196] By: sky                                   on 2001/09/25  13:37:12
12540         Log: Second attempt at fixing Time::HiRes::time on win32. Apperently if ENV{TZ} is wrong we fail. New attempt uses 
12541              _ftime to try and be more robust.
12542      Branch: perl
12543            ! ext/Time/HiRes/HiRes.xs
12544 ____________________________________________________________________________
12545 [ 12194] By: ams                                   on 2001/09/25  11:40:00
12546         Log: Subject: [PATCH perl@12180] perltootc -> perltooc in vms/descrip_mms.template
12547              From: "Craig A. Berry" <craigberry@mac.com>
12548              Date: Mon, 24 Sep 2001 17:54:20 -0500
12549              Message-Id: <5.1.0.14.0.20010924171225.01bb0428@exchi01>
12550      Branch: perl
12551            ! vms/descrip_mms.template
12552 ____________________________________________________________________________
12553 [ 12193] By: pudge                                 on 2001/09/25  02:53:42
12554         Log: Fixes for multiline error parsing (Bug #459263); cmd-.
12555              not working, cursor not spinning (Bug #422129); external
12556              editor problems (Bug #456329); escape/cmd-. not activating
12557              "Cancel" in Save dialog box (Bug #446960); Runtimes not
12558              executing on launch (Bug #464441).
12559      Branch: maint-5.6/macperl
12560            ! macos/macish.c macos/macish.h macos/macperl/MPEditor.c
12561            ! macos/macperl/MPGlobals.h macos/macperl/MPScript.c
12562            ! macos/macperl/MacPerl.r
12563 ____________________________________________________________________________
12564 [ 12192] By: pudge                                 on 2001/09/25  02:42:49
12565         Log: Update CPAN.pm to work with new Mac::BuildTools instead
12566              of ExtUtils::MM_MacOS "orphan" functions
12567      Branch: maint-5.6/macperl
12568            ! lib/CPAN.pm
12569 ____________________________________________________________________________
12570 [ 12191] By: pudge                                 on 2001/09/25  02:37:58
12571         Log: Fix up another xsubpp problem (Matthias Neeracher)
12572      Branch: maint-5.6/macperl
12573            ! macos/xsubpp
12574 ____________________________________________________________________________
12575 [ 12190] By: pudge                                 on 2001/09/25  02:37:38
12576         Log: Remove literal tabs from source in MM_MacOS.pm (Thomas Wegner)
12577      Branch: maint-5.6/macperl
12578            ! macos/lib/ExtUtils/MM_MacOS.pm
12579 ____________________________________________________________________________
12580 [ 12189] By: pudge                                 on 2001/09/25  02:37:08
12581         Log: Fix up Makefiles for more Mac:: modules (and prepare for
12582              static build ...?)
12583      Branch: maint-5.6/macperl
12584            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
12585            ! macos/macperl/Makefile.mk
12586 ____________________________________________________________________________
12587 [ 12188] By: pudge                                 on 2001/09/25  02:36:19
12588         Log: Fix up tests
12589      Branch: maint-5.6/macperl
12590            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
12591 ____________________________________________________________________________
12592 [ 12187] By: pudge                                 on 2001/09/25  02:11:13
12593         Log: Make malloc smarter, fix bugs.  (Bug #404030)
12594      Branch: maint-5.6/macperl
12595            ! macos/icemalloc.c macos/icemalloc.h
12596 ____________________________________________________________________________
12597 [ 12186] By: nick                                  on 2001/09/24  19:18:17
12598         Log: Integrate mainline
12599      Branch: perlio
12600           +> ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
12601           +> lib/filetest.t
12602           !> (integrate 30 files)
12603 ____________________________________________________________________________
12604 [ 12185] By: jhi                                   on 2001/09/24  18:56:40
12605         Log: Retract #12136, the warnings::register is already
12606              tested by t/lib/warnings/9enabled, as pointed out
12607              by Paul Marquess.
12608      Branch: perl
12609            - lib/warnings/register.t
12610            ! MANIFEST lib/warnings/register.pm t/lib/1_compile.t
12611 ____________________________________________________________________________
12612 [ 12184] By: gsar                                  on 2001/09/24  18:39:58
12613         Log: fix Time::HiRes implementation of gettimeofday() on windows
12614              (HiRes.t#14 now passes)
12615      Branch: perl
12616            ! ext/Time/HiRes/HiRes.xs
12617 ____________________________________________________________________________
12618 [ 12183] By: gsar                                  on 2001/09/24  18:13:23
12619         Log: File::Spec::catfile() canonifies everything to blackslashes on
12620              windows :-(
12621      Branch: perl
12622            ! lib/ExtUtils/Manifest.t
12623 ____________________________________________________________________________
12624 [ 12182] By: gsar                                  on 2001/09/24  17:59:54
12625         Log: test number mismatch
12626      Branch: perl
12627            ! t/op/magic.t
12628 ____________________________________________________________________________
12629 [ 12181] By: jhi                                   on 2001/09/24  17:10:41
12630         Log: ok().
12631      Branch: perl
12632            ! t/op/pack.t
12633 ____________________________________________________________________________
12634 [ 12180] By: jhi                                   on 2001/09/24  16:09:37
12635         Log: unpack("Z*Z*", pack("Z*Z*", ..)) bug, patch and test from
12636              Wolfgang Laun <Wolfgang.Laun@alcatel.at>
12637      Branch: perl
12638            ! pp_pack.c t/op/pack.t
12639 ____________________________________________________________________________
12640 [ 12179] By: jhi                                   on 2001/09/24  15:46:49
12641         Log: Update Changes.
12642      Branch: perl
12643            ! Changes patchlevel.h
12644 ____________________________________________________________________________
12645 [ 12178] By: jhi                                   on 2001/09/24  14:12:06
12646         Log: Subject: [REPATCH] Re: [PATCH lib/ExtUtils/Manifest.pm] Minor bug in comment logic in maniread() on VMS
12647              From: Michael G Schwern <schwern@pobox.com>
12648              Date: Mon, 24 Sep 2001 11:12:13 -0400
12649              Message-ID: <20010924111213.G27885@blackrider>
12650      Branch: perl
12651            ! lib/ExtUtils/Manifest.pm
12652 ____________________________________________________________________________
12653 [ 12177] By: jhi                                   on 2001/09/24  14:02:32
12654         Log: Subject: [PATCH vms/test.com] Fixing inline TODO recognition
12655              From: Michael G Schwern <schwern@pobox.com> 
12656              Date: Mon, 24 Sep 2001 11:02:07 -0400
12657              Message-ID: <20010924110207.E27885@blackrider>
12658      Branch: perl
12659            ! vms/test.com
12660 ____________________________________________________________________________
12661 [ 12176] By: ams                                   on 2001/09/24  14:01:59
12662         Log: Update Changes.
12663      Branch: perl
12664            ! Changes
12665 ____________________________________________________________________________
12666 [ 12175] By: jhi                                   on 2001/09/24  13:20:28
12667         Log: Various cleanups.
12668      Branch: perl
12669            ! ext/threads/Makefile.PL ext/threads/threads.xs
12670 ____________________________________________________________________________
12671 [ 12173] By: pudge                                 on 2001/09/24  12:56:13
12672         Log: Integrate maint-5.6/perl changes 12024, 12026, 12145, 12146.
12673      Branch: maint-5.6/macperl
12674           !> (integrate 33 files)
12675 ____________________________________________________________________________
12676 [ 12171] By: jhi                                   on 2001/09/24  12:26:58
12677         Log: Subject: [PATCH gb2312.enc] (Re: [PATCH perl@12088] 2022-cn.enc of Encode.pm)
12678              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
12679              Date: Mon, 24 Sep 2001 20:04:58 +0900
12680              Message-Id: <20010924200207.A030.BQW10602@nifty.com>         
12681      Branch: perl
12682            ! ext/Encode/Encode/gb2312.enc
12683 ____________________________________________________________________________
12684 [ 12170] By: jhi                                   on 2001/09/24  12:08:30
12685         Log: Clarifying comment to #12164.
12686      Branch: perl
12687            ! lib/Cwd.pm
12688 ____________________________________________________________________________
12689 [ 12169] By: jhi                                   on 2001/09/24  11:59:33
12690         Log: Subject: [PATCH] Re: What sort of Makefile.PL should h2xs write?
12691              From: Nicholas Clark <nick@ccl4.org>
12692              Date: Sun, 23 Sep 2001 23:00:56 +0100
12693              Message-ID: <20010923230055.Y4971@plum.flirble.org>
12694              
12695              (with "sample_constants" changed to "fallback")
12696      Branch: perl
12697            + ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
12698            ! MANIFEST ext/I18N/Langinfo/Langinfo.xs
12699            ! ext/I18N/Langinfo/Makefile.PL lib/ExtUtils/Constant.pm
12700            ! lib/h2xs.t utils/h2xs.PL
12701 ____________________________________________________________________________
12702 [ 12168] By: jhi                                   on 2001/09/24  11:25:56
12703         Log: Metaconfig unit change for #12167.
12704      Branch: metaconfig
12705            ! U/modified/Cppsym.U
12706 ____________________________________________________________________________
12707 [ 12167] By: jhi                                   on 2001/09/24  11:25:22
12708         Log: Add a few glibc cpp symbols to probe for.
12709      Branch: perl
12710            ! Configure
12711 ____________________________________________________________________________
12712 [ 12166] By: jhi                                   on 2001/09/24  11:14:43
12713         Log: DJGPP tweaks for Laszlo Molnar.
12714      Branch: perl
12715            ! djgpp/djgppsed.sh dosish.h
12716 ____________________________________________________________________________
12717 [ 12165] By: ams                                   on 2001/09/24  10:07:08
12718         Log: Subject: [PATCH t/op/inccode.t] More tests
12719              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
12720              Date: 24 Sep 2001 10:01:44 -0000
12721              Message-Id: <slrn9qu158.l2t.rgarciasuarez@rafael.kazibao.net>
12722      Branch: perl
12723            ! t/op/inccode.t
12724 ____________________________________________________________________________
12725 [ 12164] By: ams                                   on 2001/09/24  09:43:29
12726         Log: Subject: [PATCH Cwd.pm] local $/ = "\n";
12727              From: Jeff 'japhy/Marillion' Pinyan <jeffp@crusoe.net>
12728              Date: Mon, 24 Sep 2001 00:22:32 -0400 (EDT)
12729              Message-Id: <Pine.GSO.4.21.0109240021410.9178-100000@crusoe.crusoe.net>
12730      Branch: perl
12731            ! lib/Cwd.pm
12732 ____________________________________________________________________________
12733 [ 12163] By: jhi                                   on 2001/09/23  22:50:35
12734         Log: 1_compile updates.
12735      Branch: perl
12736            ! t/lib/1_compile.t
12737 ____________________________________________________________________________
12738 [ 12162] By: jhi                                   on 2001/09/23  21:11:22
12739         Log: Subject: [PATCH] proposal : put the @INC-hooks directly in %INC
12740              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12741              Date: Wed, 19 Sep 2001 22:47:14 +0200
12742              Message-ID: <20010919224714.A6382@rafael>
12743      Branch: perl
12744            ! pod/perlvar.pod pp_ctl.c
12745 ____________________________________________________________________________
12746 [ 12161] By: ams                                   on 2001/09/23  17:40:02
12747         Log: Subject: [PATCH MANIFEST lib/filetest t/lib/1_compile.t] Add Tests for
12748              filetest Pragma
12749              From: "chromatic" <chromatic@rmci.net>
12750              Date: Sun, 23 Sep 2001 12:07:25 -0600
12751              Message-Id: <20010923181223.32427.qmail@onion.perl.org>
12752      Branch: perl
12753            + lib/filetest.t
12754            ! MANIFEST t/lib/1_compile.t
12755 ____________________________________________________________________________
12756 [ 12160] By: ams                                   on 2001/09/23  16:32:11
12757         Log: Additional minor chdir() tweak.
12758      Branch: perl
12759            ! pod/perlfunc.pod
12760 ____________________________________________________________________________
12761 [ 12159] By: ams                                   on 2001/09/23  16:25:01
12762         Log: Subject: PATCH lib/ExtUtils/Command.t
12763              From: Abe Timmerman <abe@ztreet.demon.nl>
12764              Date: Sun, 23 Sep 2001 19:11:44 +0200
12765              Message-Id: <b94sqtk7sidi2501apjssfubdc2ulmap38@4ax.com>
12766      Branch: perl
12767            ! lib/ExtUtils/Command.t
12768 ____________________________________________________________________________
12769 [ 12158] By: jhi                                   on 2001/09/23  12:52:36
12770         Log: Subject: [PATCH] Win32 compilation without USE_ITHREADS
12771              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
12772              Date: Sun, 23 Sep 2001 02:02:26 +0200
12773              Message-ID: <3BAD42B2.2951.39B2E2A@localhost>
12774      Branch: perl
12775            ! makedef.pl
12776 ____________________________________________________________________________
12777 [ 12157] By: jhi                                   on 2001/09/23  12:46:05
12778         Log: Subject: [PATCH t/op/study.t] Cleanup & OS/390 "fix"
12779              From: Michael G Schwern <schwern@pobox.com> (by way of Craig A. Berry)         
12780              Date: Sat, 22 Sep 2001 12:54:39 -0500
12781              Message-Id: <a05101003b7d27f77cfa1@[172.16.52.1]>
12782      Branch: perl
12783            ! t/op/study.t
12784 ____________________________________________________________________________
12785 [ 12156] By: nick                                  on 2001/09/23  07:48:44
12786         Log: Integrate mainline
12787      Branch: perlio
12788            - check83.pl
12789           !> ext/Encode/Encode/2022-cn.enc
12790 ____________________________________________________________________________
12791 [ 12155] By: nick                                  on 2001/09/23  07:48:01
12792         Log: Integrate mainline
12793      Branch: perlio
12794           +> (branch 64 files)
12795            - ext/Encode/Encode/cns11643-1.enc
12796            - ext/Encode/Encode/cns11643-2.enc
12797            - ext/Encode/Encode/iso2022-cn.enc
12798            - ext/Encode/Encode/iso2022-jp.enc
12799            - ext/Encode/Encode/iso2022-jp1.enc
12800            - ext/Encode/Encode/iso2022-jp2.enc
12801            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
12802            - ext/Encode/Encode/iso8859-1.enc
12803            - ext/Encode/Encode/iso8859-1.ucm
12804            - ext/Encode/Encode/iso8859-10.enc
12805            - ext/Encode/Encode/iso8859-10.ucm
12806            - ext/Encode/Encode/iso8859-13.enc
12807            - ext/Encode/Encode/iso8859-13.ucm
12808            - ext/Encode/Encode/iso8859-14.enc
12809            - ext/Encode/Encode/iso8859-14.ucm
12810            - ext/Encode/Encode/iso8859-15.enc
12811            - ext/Encode/Encode/iso8859-15.ucm
12812            - ext/Encode/Encode/iso8859-16.enc
12813            - ext/Encode/Encode/iso8859-16.ucm
12814            - ext/Encode/Encode/iso8859-2.enc
12815            - ext/Encode/Encode/iso8859-2.ucm
12816            - ext/Encode/Encode/iso8859-3.enc
12817            - ext/Encode/Encode/iso8859-3.ucm
12818            - ext/Encode/Encode/iso8859-4.enc
12819            - ext/Encode/Encode/iso8859-4.ucm
12820            - ext/Encode/Encode/iso8859-5.enc
12821            - ext/Encode/Encode/iso8859-5.ucm
12822            - ext/Encode/Encode/iso8859-6.enc
12823            - ext/Encode/Encode/iso8859-6.ucm
12824            - ext/Encode/Encode/iso8859-7.enc
12825            - ext/Encode/Encode/iso8859-7.ucm
12826            - ext/Encode/Encode/iso8859-8.enc
12827            - ext/Encode/Encode/iso8859-8.ucm
12828            - ext/Encode/Encode/iso8859-9.enc
12829            - ext/Encode/Encode/iso8859-9.ucm
12830            - ext/Encode/Encode/isoir-197.enc
12831            - ext/Encode/Encode/macRomania.enc pod/perltootc.pod
12832            - t/lib/sample-tests/header_at_end
12833            - t/lib/sample-tests/header_at_end_fail
12834           !> (integrate 174 files)
12835 ____________________________________________________________________________
12836 [ 12154] By: ams                                   on 2001/09/23  07:11:46
12837         Log: Mention $ENV{SYS$LOGIN} in chdir() documentation, as suggested
12838              by Blair Zajac.
12839      Branch: perl
12840            ! pod/perlfunc.pod
12841 ____________________________________________________________________________
12842 [ 12153] By: ams                                   on 2001/09/23  06:56:32
12843         Log: Subject: [PATCH pp.c t/op/gv.t pod/perlref.pod pod/perldiag.pod] Re:
12844              Forgotten deprecation of *glob{FILEHANDLE}?
12845              From: "chromatic" <chromatic@rmci.net>
12846              Date: Sat, 22 Sep 2001 21:27:56 -0600
12847              Message-Id: <20010923033252.33085.qmail@onion.perl.org>
12848      Branch: perl
12849            ! pod/perldiag.pod pod/perlref.pod pp.c t/op/gv.t
12850 ____________________________________________________________________________
12851 [ 12152] By: ams                                   on 2001/09/23  06:42:58
12852         Log: Subject: [PATCH lib/File/Find.pm] Fixing lib/File/Find/t/taint.t on VMS
12853              From: Michael G Schwern <schwern@pobox.com>
12854              Date: Sun, 23 Sep 2001 03:34:39 -0400
12855              Message-Id: <20010923033439.E7005@blackrider>
12856      Branch: perl
12857            ! lib/File/Find.pm
12858 ____________________________________________________________________________
12859 [ 12151] By: ams                                   on 2001/09/23  06:37:57
12860         Log: Subject: Re: t/op/magic.t missing tests on Win32
12861              From: Michael G Schwern <schwern@pobox.com>
12862              Date: Sat, 22 Sep 2001 20:29:09 -0400
12863              Message-Id: <20010922202909.I18223@blackrider>
12864      Branch: perl
12865            ! t/op/magic.t
12866 ____________________________________________________________________________
12867 [ 12150] By: ams                                   on 2001/09/23  06:36:26
12868         Log: Subject: [PATCH MANIFEST lib/Dumpvalue.t lib/Dumpvalue.pm] Add tests for
12869              Dumpvalue.pm
12870              From: "chromatic" <chromatic@rmci.net>
12871              Date: Sat, 22 Sep 2001 19:41:31 -0600
12872              Message-Id: <20010923014628.7739.qmail@onion.perl.org>
12873      Branch: perl
12874            + lib/Dumpvalue.t
12875            ! MANIFEST lib/Dumpvalue.pm
12876 ____________________________________________________________________________
12877 [ 12149] By: ams                                   on 2001/09/23  06:25:35
12878         Log: Subject: [PATCH perl@12088] 2022-cn.enc of Encode.pm
12879              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
12880              Date: Sun, 23 Sep 2001 15:27:56 +0900
12881              Message-Id: <20010923152641.5E26.BQW10602@nifty.com>
12882      Branch: perl
12883            ! ext/Encode/Encode/2022-cn.enc
12884 ____________________________________________________________________________
12885 [ 12148] By: jhi                                   on 2001/09/22  23:33:42
12886         Log: Manual eror in #12147.
12887      Branch: perl
12888            ! win32/win32.c
12889 ____________________________________________________________________________
12890 [ 12147] By: jhi                                   on 2001/09/22  23:25:02
12891         Log: Integrate change #12146 from maintperl;
12892              win32_chdir() et al don't handle a NULL argument gracefully
12893      Branch: perl
12894           !> win32/perlhost.h win32/win32.c
12895 ____________________________________________________________________________
12896 [ 12146] By: gsar                                  on 2001/09/22  23:18:47
12897         Log: win32_chdir() et al don't handle a NULL argument gracefully
12898      Branch: maint-5.6/perl
12899            ! win32/perlhost.h win32/win32.c
12900 ____________________________________________________________________________
12901 [ 12145] By: gsar                                  on 2001/09/22  23:17:42
12902         Log: typo in change#12026
12903      Branch: maint-5.6/perl
12904            ! op.c
12905 ____________________________________________________________________________
12906 [ 12144] By: jhi                                   on 2001/09/22  21:22:28
12907         Log: Subject: [PATCH] Re: scalar context unpack bugs
12908              From: Nicholas Clark <nick@ccl4.org>
12909              Date: Sat, 22 Sep 2001 23:07:56 +0100
12910              Message-ID: <20010922230755.O4971@plum.flirble.org>
12911      Branch: perl
12912            ! pp_pack.c t/op/pack.t
12913 ____________________________________________________________________________
12914 [ 12143] By: jhi                                   on 2001/09/22  21:18:43
12915         Log: Try ExtUtils::Command.t everywhere, not just on Win32
12916              (as suggested by NI-S).  Also allow running it either
12917              in t/ or in the main directory.
12918      Branch: perl
12919            ! lib/ExtUtils/Command.t
12920 ____________________________________________________________________________
12921 [ 12142] By: jhi                                   on 2001/09/22  21:04:39
12922         Log: Update the test on warnings/register.t.
12923      Branch: perl
12924            ! t/lib/1_compile.t
12925 ____________________________________________________________________________
12926 [ 12141] By: jhi                                   on 2001/09/22  20:40:06
12927         Log: The code is now almost tidy enough to keep the IRIX cc happy.
12928      Branch: perl
12929            ! hints/irix_6.sh
12930 ____________________________________________________________________________
12931 [ 12140] By: ams                                   on 2001/09/22  17:26:32
12932         Log: Subject: [PATCH perl@12088] configure.com: don't build 'threads" w/out
12933              use_ithreads
12934              From: "Craig A. Berry" <craigberry@mac.com>
12935              Date: Sat, 22 Sep 2001 13:15:32 -0500
12936              Message-Id: <a05101005b7d284f5192c@[172.16.52.1]>
12937      Branch: perl
12938            ! configure.com
12939 ____________________________________________________________________________
12940 [ 12139] By: ams                                   on 2001/09/22  16:44:08
12941         Log: Do what perl_clone() does for sharedsv functions.
12942      Branch: perl
12943            ! embed.pl proto.h
12944 ____________________________________________________________________________
12945 [ 12138] By: jhi                                   on 2001/09/22  16:42:04
12946         Log: Retract #12134; reintroduce #11949: PADOFFSETs are now UVs
12947              (suggested by Sarathy, extensions shouldn't be dabbling with
12948              op structures, so binary backward compatibility should not be
12949              an issue.)
12950      Branch: perl
12951            ! hints/irix_6.sh op.h
12952 ____________________________________________________________________________
12953 [ 12137] By: ams                                   on 2001/09/22  16:21:05
12954         Log: More cleanups. (What's PERL_DECL_PROT?)
12955      Branch: perl
12956            ! embed.pl proto.h sharedsv.h
12957 ____________________________________________________________________________
12958 [ 12136] By: ams                                   on 2001/09/22  15:14:34
12959         Log: (Retracted by #12185)
12960              
12961              Subject: [PATCH MANIFEST lib/warnings/register.t lib/warnings/register.pm]
12962              Add Tests for warnings::register, Doc Update
12963              From: "chromatic" <chromatic@rmci.net>
12964              Date: Sat, 22 Sep 2001 09:43:20 -0600
12965              Message-Id: <20010922154815.32004.qmail@onion.perl.org>
12966      Branch: perl
12967            + lib/warnings/register.t
12968            ! MANIFEST lib/warnings/register.pm
12969 ____________________________________________________________________________
12970 [ 12135] By: ams                                   on 2001/09/22  15:07:50
12971         Log: `@foo' should be @foo for consistency.
12972      Branch: perl
12973            ! pod/perldiag.pod
12974 ____________________________________________________________________________
12975 [ 12134] By: jhi                                   on 2001/09/22  14:20:47
12976         Log: (Retracted by #12138)
12977              
12978              Add -woff (turn warning off) 3187:
12979              "A pointer is converted to a smaller integer."
12980              This happens when your pointers are 64-bit: then every case
12981              of converting pointers to PADOFFSETs (explicitly 32-bit)
12982              faces truncation (even explicit use of INT2PTR doesn't help).
12983              CxITERVAR(), POPLOOP(), and PUSHLOOP() are afflicted.
12984              Changing PADOFFSET from U32 to UV would help, but that
12985              would break binary backward compatibility of BASEOP and padop
12986              (assuming you have been using 64-bit pointers).
12987      Branch: perl
12988            ! hints/irix_6.sh
12989 ____________________________________________________________________________
12990 [ 12133] By: jhi                                   on 2001/09/22  13:53:49
12991         Log: More 8.3-cleanup: there isn't an encoding called macRumanian,
12992              but the name comes from the inside the file, not from the file
12993              name, and Rumanian is the name of the language.
12994      Branch: perl
12995            + ext/Encode/Encode/macRumanian.enc
12996            - ext/Encode/Encode/macRomania.enc
12997            ! MANIFEST
12998 ____________________________________________________________________________
12999 [ 12132] By: jhi                                   on 2001/09/22  13:48:29
13000         Log: Rename perltootc as perltooc for 8.3-friedliness.
13001      Branch: perl
13002            + pod/perltooc.pod
13003            - pod/perltootc.pod
13004            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlboot.pod
13005            ! pod/perlmod.pod pod/perlobj.pod pod/perltoc.pod
13006            ! pod/perltoot.pod
13007 ____________________________________________________________________________
13008 [ 12131] By: jhi                                   on 2001/09/22  13:38:49
13009         Log: Find more conflicts by lowercasing.
13010      Branch: perl
13011            + Porting/check83.pl
13012            - check83.pl
13013            ! MANIFEST
13014 ____________________________________________________________________________
13015 [ 12130] By: jhi                                   on 2001/09/22  13:20:20
13016         Log: The AIX cc 5.0.0.0 is simply too buggy.
13017      Branch: perl
13018            ! hints/aix.sh
13019 ____________________________________________________________________________
13020 [ 12129] By: ams                                   on 2001/09/22  12:35:38
13021         Log: Uninteresting cleanup.
13022      Branch: perl
13023            ! form.h
13024 ____________________________________________________________________________
13025 [ 12128] By: ams                                   on 2001/09/22  12:28:48
13026         Log: Subject: [PATCH@12110] Missing ")" in CvFILEGV
13027              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
13028              Date: Sat, 22 Sep 2001 14:29:13 +0100
13029              Message-Id: <AIEAJICLCBDNAAOLLOKLAEGADAAA.Paul_Marquess@Yahoo.co.uk>
13030      Branch: perl
13031            ! cv.h
13032 ____________________________________________________________________________
13033 [ 12127] By: ams                                   on 2001/09/22  12:04:28
13034         Log: What's a backet?
13035      Branch: perl
13036            ! dump.c
13037 ____________________________________________________________________________
13038 [ 12126] By: ams                                   on 2001/09/22  10:02:34
13039         Log: Removed duplicated tests #19 and #20.
13040      Branch: perl
13041            ! t/op/do.t
13042 ____________________________________________________________________________
13043 [ 12125] By: ams                                   on 2001/09/22  03:58:41
13044         Log: Subject: Re: [ID 20010919.001] local() fails on imported variables
13045              From: Michael Carman <mjcarman@home.com>
13046              Date: Fri, 21 Sep 2001 17:54:05 -0500
13047              Message-Id: <3BABC50D.6040202@home.com>
13048              (Applied with some changes.)
13049      Branch: perl
13050            ! pod/perlmod.pod
13051 ____________________________________________________________________________
13052 [ 12124] By: ams                                   on 2001/09/22  03:44:19
13053         Log: Subject: [PATCH t/op/chdir.t] Reconciling the Cwd/File::Spec differences
13054              From: Michael G Schwern <schwern@pobox.com>
13055              Date: Fri, 21 Sep 2001 19:20:40 -0400
13056              Message-Id: <20010921192040.E5494@blackrider>
13057      Branch: perl
13058            ! t/op/chdir.t
13059 ____________________________________________________________________________
13060 [ 12123] By: ams                                   on 2001/09/22  03:41:08
13061         Log: Subject: [PATCH] t/op/chdir.t won't pass on VMS
13062              From: Blair Zajac <blair@orcaware.com>
13063              Date: Fri, 21 Sep 2001 15:13:04 -0700
13064              Message-Id: <3BABBB70.55FD41DC@orcaware.com>
13065      Branch: perl
13066            ! t/op/chdir.t
13067 ____________________________________________________________________________
13068 [ 12122] By: ams                                   on 2001/09/22  03:37:07
13069         Log: Subject: [REPATCH] Re: [PATCH t/op/do.t] new regression tests for bug ID
13070              20010920.007
13071              From: Michael G Schwern <schwern@pobox.com>
13072              Date: Fri, 21 Sep 2001 17:59:03 -0400
13073              Message-Id: <20010921175903.V5494@blackrider>
13074      Branch: perl
13075            ! t/op/do.t
13076 ____________________________________________________________________________
13077 [ 12121] By: ams                                   on 2001/09/22  03:30:38
13078         Log: Subject: [PATCH pod/perlport.pod] expand DOS-like table (was Re: test
13079              suite on WinCE)
13080              From: Michael G Schwern <schwern@pobox.com>
13081              Date: Fri, 21 Sep 2001 19:41:03 -0400
13082              Message-Id: <20010921194103.G5494@blackrider>
13083      Branch: perl
13084            ! pod/perlport.pod
13085 ____________________________________________________________________________
13086 [ 12120] By: ams                                   on 2001/09/22  03:28:06
13087         Log: Subject: [PATCH t/op/magic.t] Re: Weird $ENV{FOO} = undef warning
13088              From: Michael G Schwern <schwern@pobox.com>
13089              Date: Fri, 21 Sep 2001 17:33:35 -0400
13090              Message-Id: <20010921173335.T5494@blackrider>
13091              ($ENV{FOO}=undef hunk not applied.)
13092      Branch: perl
13093            ! t/op/magic.t
13094 ____________________________________________________________________________
13095 [ 12119] By: ams                                   on 2001/09/22  03:02:26
13096         Log: Subject: [PATCH] perldiag.pod
13097              From: Peter Scott <Peter@PSDT.com>
13098              Date: Fri, 21 Sep 2001 18:54:50 -0700
13099              Message-Id: <4.3.2.7.2.20010921183823.00aa9890@mail.webquarry.com>
13100              (Moved to the right place.)
13101      Branch: perl
13102            ! pod/perldiag.pod
13103 ____________________________________________________________________________
13104 [ 12118] By: ams                                   on 2001/09/21  20:05:29
13105         Log: Subject: [PATCH t/op/do.t] new regression tests for bug ID 20010920.007
13106              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13107              Date: Fri, 21 Sep 2001 22:36:54 +0200
13108              Message-Id: <20010921223654.A12742@rafael>
13109      Branch: perl
13110            ! t/op/do.t
13111 ____________________________________________________________________________
13112 [ 12117] By: jhi                                   on 2001/09/21  20:05:23
13113         Log: Restore things as they were before
13114              the backward compatibility police notices.
13115      Branch: perl
13116            ! lib/Cwd.pm
13117 ____________________________________________________________________________
13118 [ 12116] By: jhi                                   on 2001/09/21  17:52:28
13119         Log: More Cwd from Schwern: make also OS/2 and DOS
13120              Cwd agree with File::Spec (that is, native path
13121              syntax using \ instead of / -- backward compatibility
13122              polic warning) and stop Win32 from using bsd_realpath().
13123      Branch: perl
13124            ! lib/Cwd.pm
13125 ____________________________________________________________________________
13126 [ 12115] By: jhi                                   on 2001/09/21  17:19:03
13127         Log: Subject: [PATCH @12110] RE: Untested libraries update
13128              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
13129              Date: Fri, 21 Sep 2001 18:21:07 +0100
13130              Message-ID: <AIEAJICLCBDNAAOLLOKLOEENDAAA.Paul_Marquess@Yahoo.co.uk>
13131      Branch: perl
13132            ! lib/warnings/register.pm
13133 ____________________________________________________________________________
13134 [ 12114] By: jhi                                   on 2001/09/21  17:09:52
13135         Log: Subject: Re: And now the Cwd problem (was Re: chdir.t problem...)
13136              From: Michael G Schwern <schwern@pobox.com>
13137              Date: Thu, 20 Sep 2001 22:54:02 -0400
13138              Message-ID: <20010920225402.A3611@blackrider>
13139      Branch: perl
13140            ! lib/Cwd.pm
13141 ____________________________________________________________________________
13142 [ 12113] By: ams                                   on 2001/09/21  17:08:24
13143         Log: Subject: [PATCH] avoid v-strings with require/use
13144              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
13145              Date: Fri, 21 Sep 2001 12:34:40 -0400
13146              Message-Id: <20010921123440.A148500@linguist.thayer.dartmouth.edu>
13147      Branch: perl
13148            ! ext/ByteLoader/bytecode.h ext/Data/Dumper/Dumper.pm
13149            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/Dir.pm
13150            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
13151            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
13152            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
13153            ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Cwd.pm
13154            ! lib/Dumpvalue.pm lib/ExtUtils/Command.pm
13155            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
13156            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
13157            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
13158            ! lib/File/CheckTree.pm lib/File/Compare.pm lib/File/Copy.pm
13159            ! lib/File/Find.pm lib/File/Path.pm lib/File/stat.pm
13160            ! lib/FileHandle.pm lib/Math/Trig.pm lib/Net/Ping.pm
13161            ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
13162            ! lib/Net/servent.pm lib/Shell.pm lib/Tie/Array.pm
13163            ! lib/Tie/Handle.pm lib/Time/Local.pm lib/Time/gmtime.pm
13164            ! lib/Time/localtime.pm lib/User/grent.pm lib/base.pm
13165            ! lib/diagnostics.pm lib/fields.pm lib/vars.pm
13166            ! pod/perl56delta.pod pod/perlfunc.pod pp_ctl.c utils/pl2pm.PL
13167 ____________________________________________________________________________
13168 [ 12110] By: jhi                                   on 2001/09/21  13:59:13
13169         Log: Update Changes.
13170      Branch: perl
13171            ! Changes patchlevel.h
13172 ____________________________________________________________________________
13173 [ 12109] By: jhi                                   on 2001/09/21  13:44:43
13174         Log: Make AIX and Tru64 compilers happy.  
13175      Branch: perl
13176            ! ext/threads/threads.h ext/threads/threads.xs
13177 ____________________________________________________________________________
13178 [ 12108] By: jhi                                   on 2001/09/21  12:16:27
13179         Log: Subject: [PATCH] Re: [ID 20010920.007] q and qq does not work after do
13180              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
13181              Date: 21 Sep 2001 09:16:37 -0000
13182              Message-Id: <slrn9qm1ca.h6b.rgarciasuarez@rafael.kazibao.net>
13183      Branch: perl
13184            ! toke.c
13185 ____________________________________________________________________________
13186 [ 12107] By: jhi                                   on 2001/09/21  12:14:41
13187         Log: Subject: [PATCH pp_sys.c] pp_chdir Win32 fix
13188              From: Michael G Schwern <schwern@pobox.com>
13189              Date: Thu, 20 Sep 2001 21:21:34 -0400
13190              Message-ID: <20010920212134.Y28291@blackrider>
13191      Branch: perl
13192            ! pp_sys.c
13193 ____________________________________________________________________________
13194 [ 12106] By: jhi                                   on 2001/09/21  12:12:09
13195         Log: Subject: Re: GDB Debugging Macros from mod_perl
13196              From: rspier@pobox.com (Robert Spier)
13197              Date: Thu, 20 Sep 2001 22:45:03 -0700
13198              Message-ID: <15274.54239.413929.49430@rls.cx>
13199      Branch: perl
13200            ! pod/perltodo.pod
13201 ____________________________________________________________________________
13202 [ 12105] By: sky                                   on 2001/09/21  10:33:34
13203         Log: Fixed bug where Time::HiRes::time returned time adjusted to 
13204              timezone! GetSystemTime should be available on all Win32 
13205              platforms we support. Perhaps Time::HiRes should be extended to
13206              support WinCE and Novell?
13207      Branch: perl
13208            ! ext/Time/HiRes/HiRes.xs
13209 ____________________________________________________________________________
13210 [ 12104] By: sky                                   on 2001/09/21  08:12:39
13211         Log: Attempt to fix solaris issue raised by Andy Dougherty.  
13212      Branch: perl
13213            ! ext/threads/threads.h ext/threads/threads.xs
13214 ____________________________________________________________________________
13215 [ 12103] By: sky                                   on 2001/09/21  07:57:41
13216         Log: Rename the *thread* functions to Perl_* to avoid clashes.
13217              Notably on AIX but could become a problem on other platforms.
13218      Branch: perl
13219            ! ext/threads/threads.h ext/threads/threads.xs
13220 ____________________________________________________________________________
13221 [ 12102] By: sky                                   on 2001/09/21  07:35:30
13222         Log: Add the shared sv space to the global vars.
13223              Fix problems compiling on win32.
13224      Branch: perl
13225            ! embedvar.h ext/threads/threads.xs perlapi.h perlvars.h
13226            ! sharedsv.c sharedsv.h
13227 ____________________________________________________________________________
13228 [ 12101] By: ams                                   on 2001/09/21  00:19:55
13229         Log: Subject: [PATCH] win32/Makefile warning fix
13230              From: Blair Zajac <blair@orcaware.com>
13231              Date: Thu, 20 Sep 2001 18:15:43 -0700
13232              Message-Id: <3BAA94BF.FFD5FC3A@orcaware.com>
13233      Branch: perl
13234            ! win32/Makefile
13235 ____________________________________________________________________________
13236 [ 12100] By: jhi                                   on 2001/09/20  21:57:04
13237         Log: Subject: [PATCH bleadperl] Command.t patch had some errors... sorry.
13238              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
13239              Date: Thu, 20 Sep 2001 18:36:22 +0200
13240              Message-ID: <549856591.20010920183622@tesla.rcub.bg.ac.yu>
13241      Branch: perl
13242            ! lib/ExtUtils/Command.t
13243 ____________________________________________________________________________
13244 [ 12099] By: jhi                                   on 2001/09/20  21:53:00
13245         Log: Cant spl wirth a dam.
13246      Branch: perl
13247            ! intrpvar.h
13248 ____________________________________________________________________________
13249 [ 12098] By: jhi                                   on 2001/09/20  21:52:24
13250         Log: Don't use C++ comments.
13251      Branch: perl
13252            ! ext/threads/threads.xs
13253 ____________________________________________________________________________
13254 [ 12097] By: ams                                   on 2001/09/20  21:42:07
13255         Log: Change #12044 didn't.
13256      Branch: perl
13257            ! lib/constant.pm
13258 ____________________________________________________________________________
13259 [ 12096] By: jhi                                   on 2001/09/20  13:38:44
13260         Log: Metaconfig unit changes for #12095.
13261      Branch: metaconfig
13262            ! U/modified/Myinit.U U/modified/libs.U
13263 ____________________________________________________________________________
13264 [ 12095] By: jhi                                   on 2001/09/20  13:38:22
13265         Log: Remove iconv references since we are not using it
13266              and not going to; regen perltoc, perlmodlib.
13267              (Some references still linger in perltoc, have to figure
13268              out where they are coming from.)
13269      Branch: perl
13270            ! Configure NetWare/config.wc NetWare/config_H.wc
13271            ! Porting/Glossary Porting/config.sh Porting/config_H
13272            ! config_h.SH configure.com epoc/config.sh perl.h
13273            ! pod/perlmodlib.pod pod/perltoc.pod uconfig.h uconfig.sh
13274            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
13275            ! vos/config.ga.h win32/config.bc win32/config.gc
13276            ! win32/config.vc win32/config_H.bc win32/config_H.gc
13277            ! win32/config_H.vc wince/config.ce wince/config.h
13278            ! wince/config_H.ce
13279 ____________________________________________________________________________
13280 [ 12094] By: jhi                                   on 2001/09/20  12:49:17
13281         Log: Subject: [PATCH docs] Re: ARGV and read
13282              From: Dave Mitchell <davem@fdgroup.co.uk>
13283              Date: Thu, 20 Sep 2001 13:21:31 +0100 (BST)
13284              Message-Id: <200109201221.NAA04258@gizmo.fdgroup.co.uk>
13285      Branch: perl
13286            ! pod/perltodo.pod pod/perlvar.pod
13287 ____________________________________________________________________________
13288 [ 12093] By: jhi                                   on 2001/09/20  12:45:35
13289         Log: Fresh copies from the cvs.perl.org perlfaq repository.
13290      Branch: perl
13291            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
13292            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
13293            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
13294            ! pod/perlfaq9.pod
13295 ____________________________________________________________________________
13296 [ 12092] By: jhi                                   on 2001/09/20  12:32:44
13297         Log: Subject: [PATCH] Re: n questions (was Re: 4 questions about pack/unpack)        
13298              From: Nicholas Clark <nick@ccl4.org>
13299              Date: Thu, 20 Sep 2001 14:27:08 +0100
13300              Message-ID: <20010920142708.X4971@plum.flirble.org>
13301      Branch: perl
13302            ! pp_pack.c t/op/pack.t
13303 ____________________________________________________________________________
13304 [ 12091] By: jhi                                   on 2001/09/20  12:16:50
13305         Log: The sharedsv_space* are variables, not code.  Duh.
13306      Branch: perl
13307            ! intrpvar.h makedef.pl
13308 ____________________________________________________________________________
13309 [ 12090] By: ams                                   on 2001/09/20  11:26:06
13310         Log: Subject: [patch lib/lib_pm.PL]
13311              From: Stas Bekman <stas@stason.org>
13312              Date: Thu, 20 Sep 2001 18:48:53 +0800
13313              Message-Id: <3BA9C995.6010302@stason.org>
13314              (Applied by hand.)
13315      Branch: perl
13316            ! lib/lib_pm.PL
13317 ____________________________________________________________________________
13318 [ 12089] By: jhi                                   on 2001/09/20  01:36:23
13319         Log: Only 21 tests, skipping or not.
13320      Branch: perl
13321            ! lib/ExtUtils/Command.t
13322 ____________________________________________________________________________
13323 [ 12088] By: jhi                                   on 2001/09/19  18:54:37
13324         Log: New exported symbols.
13325      Branch: perl
13326            ! makedef.pl
13327 ____________________________________________________________________________
13328 [ 12087] By: jhi                                   on 2001/09/19  13:45:59
13329         Log: Update Changes.
13330      Branch: perl
13331            ! Changes patchlevel.h
13332 ____________________________________________________________________________
13333 [ 12086] By: jhi                                   on 2001/09/19  13:02:58
13334         Log: Correct numbering of the tests is useful.
13335      Branch: perl
13336            ! ext/threads/t/basic.t
13337 ____________________________________________________________________________
13338 [ 12085] By: jhi                                   on 2001/09/19  12:11:15
13339         Log: More tests now too.
13340      Branch: perl
13341            ! lib/ExtUtils/Command.t
13342 ____________________________________________________________________________
13343 [ 12084] By: jhi                                   on 2001/09/19  12:08:33
13344         Log: More tests now.
13345      Branch: perl
13346            ! ext/threads/t/basic.t
13347 ____________________________________________________________________________
13348 [ 12083] By: jhi                                   on 2001/09/19  11:35:55
13349         Log: The test assumed 7-bit ASCII.  Now it "just"
13350              assumes 8-bit whatever.
13351      Branch: perl
13352            ! t/op/crypt.t
13353 ____________________________________________________________________________
13354 [ 12082] By: jhi                                   on 2001/09/19  11:19:56
13355         Log: Subject: Re: [PATCH] Smoke 12057 /pro/3gl/CPAN/perl-current
13356              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13357              Date: Wed, 19 Sep 2001 11:45:28 +0200
13358              Message-Id: <20010919110037.19C7.H.M.BRAND@hccnet.nl>
13359              
13360              Lvalue casts are not portable.
13361      Branch: perl
13362            ! ext/threads/threads.xs
13363 ____________________________________________________________________________
13364 [ 12081] By: sky                                   on 2001/09/19  10:17:52
13365         Log: Make the basic test contain only realy basic API tests
13366              Seems to be a problem with detach.
13367      Branch: perl
13368            ! ext/threads/t/basic.t
13369 ____________________________________________________________________________
13370 [ 12080] By: ams                                   on 2001/09/19  01:23:55
13371         Log: Subject: [PATCH] Syncing with Test::Simple 0.19
13372              From: Michael G Schwern <schwern@pobox.com>
13373              Date: Tue, 18 Sep 2001 19:53:48 -0400
13374              Message-Id: <20010918195348.M585@blackrider>
13375              
13376              Subject: [REPATCH] Re: [PATCH lib/Test/More.pm] Stray newline confusing t/TEST
13377              From: Michael G Schwern <schwern@pobox.com>
13378              Date: Tue, 18 Sep 2001 22:07:13 -0400
13379              Message-Id: <20010918220713.B19616@blackrider>
13380      Branch: perl
13381            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
13382            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
13383            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t
13384            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/todo.t
13385            ! lib/Test/Tutorial.pod
13386 ____________________________________________________________________________
13387 [ 12079] By: jhi                                   on 2001/09/19  00:19:45
13388         Log: Indent the test a bit.
13389      Branch: perl
13390            ! ext/threads/t/basic.t
13391 ____________________________________________________________________________
13392 [ 12078] By: jhi                                   on 2001/09/18  22:54:21
13393         Log: Subject: [PATCH bleadperl] added tainting for getcwd for Win32
13394              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
13395              Date: Tue, 18 Sep 2001 18:06:44 +0200
13396              Message-ID: <11018348611.20010918180644@tesla.rcub.bg.ac.yu>
13397      Branch: perl
13398            ! win32/win32.c
13399 ____________________________________________________________________________
13400 [ 12077] By: jhi                                   on 2001/09/18  22:52:24
13401         Log: Subject: stat access time is wrong on Win95
13402              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
13403              Date: Tue, 18 Sep 2001 21:59:24 +0200
13404              Message-ID: <413158386.20010918215924@tesla.rcub.bg.ac.yu>
13405      Branch: perl
13406            ! lib/ExtUtils/Command.pm lib/ExtUtils/Command.t
13407 ____________________________________________________________________________
13408 [ 12076] By: ams                                   on 2001/09/18  22:11:25
13409         Log: Subject: [PATCH] Re: [PATCH] t/op/crypt.t
13410              From: Michael G Schwern <schwern@pobox.com>
13411              Date: Tue, 18 Sep 2001 18:47:14 -0400
13412              Message-Id: <20010918184714.I585@blackrider>
13413      Branch: perl
13414            ! t/op/crypt.t
13415 ____________________________________________________________________________
13416 [ 12075] By: sky                                   on 2001/09/18  19:29:37
13417         Log: two test failures
13418              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13419              Message-ID: <20010918221702.A17408@rafael>
13420              partly applied, #12074 already fixed half the patch
13421      Branch: perl
13422            ! ext/threads/t/basic.t
13423 ____________________________________________________________________________
13424 [ 12074] By: sky                                   on 2001/09/18  18:49:03
13425         Log: Fixes test case failure introduced by #12071, the warning is
13426              now correctly spelled :-)
13427      Branch: perl
13428            ! ext/IO/lib/IO/t/io_sel.t
13429 ____________________________________________________________________________
13430 [ 12073] By: sky                                   on 2001/09/18  18:46:22
13431         Log: Make the test behave properly!
13432      Branch: perl
13433            ! ext/threads/t/basic.t
13434 ____________________________________________________________________________
13435 [ 12072] By: ams                                   on 2001/09/18  18:44:59
13436         Log: OP_RCATLINE is an SVOP, not a BASEOP.
13437      Branch: perl
13438            ! opcode.h opcode.pl
13439 ____________________________________________________________________________
13440 [ 12071] By: ams                                   on 2001/09/18  18:06:27
13441         Log: Deprecate != Depreciate.
13442      Branch: perl
13443            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Select.pm
13444            ! lib/Pod/ParseUtils.pm
13445 ____________________________________________________________________________
13446 [ 12070] By: ams                                   on 2001/09/18  15:14:58
13447         Log: Subject: [PATCH] Getopt::Std cleanup
13448              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13449              Date: Tue, 18 Sep 2001 17:32:13 +0200
13450              Message-Id: <20010918173213.C777@rafael>
13451      Branch: perl
13452            ! lib/Getopt/Std.pm lib/Getopt/Std.t
13453 ____________________________________________________________________________
13454 [ 12069] By: sky                                   on 2001/09/18  14:56:33
13455         Log: Forgot the makefile
13456      Branch: perl
13457            + ext/threads/Makefile.PL
13458 ____________________________________________________________________________
13459 [ 12068] By: sky                                   on 2001/09/18  14:13:26
13460         Log: Adds the thread 0.05 module. It is now moved to the core from CPAN.
13461              The test will fail because of Test.pm not knowing about threads. 
13462              basic needs to be manually tested
13463              compile time warnings on IV2PTR conversions need to be fixed
13464      Branch: perl
13465            + ext/threads/Changes ext/threads/README ext/threads/t/basic.t
13466            + ext/threads/threads.h ext/threads/threads.pm
13467            + ext/threads/threads.xs
13468            ! MANIFEST
13469 ____________________________________________________________________________
13470 [ 12067] By: jhi                                   on 2001/09/18  11:51:08
13471         Log: DJGPP tweak from Laszlo Molnar.
13472      Branch: perl
13473            ! djgpp/config.over
13474 ____________________________________________________________________________
13475 [ 12066] By: sky                                   on 2001/09/18  10:24:31
13476         Log: Changed how ownership of mutexes are held. We never hold a mutex only a slot indicating that we own the lock.
13477      Branch: perl
13478            ! sharedsv.c sharedsv.h
13479 ____________________________________________________________________________
13480 [ 12065] By: jhi                                   on 2001/09/18  00:00:09
13481         Log: Strip ^iso- from the Encode filenames to be 8.3-friendly,
13482              ditto ^cns.
13483      Branch: perl
13484            + ext/Encode/Encode/11643-1.enc ext/Encode/Encode/11643-2.enc
13485            + ext/Encode/Encode/2022-cn.enc ext/Encode/Encode/2022-jp.enc
13486            + ext/Encode/Encode/2022-jp1.enc ext/Encode/Encode/2022-jp2.enc
13487            + ext/Encode/Encode/2022-kr.enc ext/Encode/Encode/2022.enc
13488            + ext/Encode/Encode/8859-1.enc ext/Encode/Encode/8859-1.ucm
13489            + ext/Encode/Encode/8859-10.enc ext/Encode/Encode/8859-10.ucm
13490            + ext/Encode/Encode/8859-11.enc ext/Encode/Encode/8859-11.ucm
13491            + ext/Encode/Encode/8859-13.enc ext/Encode/Encode/8859-13.ucm
13492            + ext/Encode/Encode/8859-14.enc ext/Encode/Encode/8859-14.ucm
13493            + ext/Encode/Encode/8859-15.enc ext/Encode/Encode/8859-15.ucm
13494            + ext/Encode/Encode/8859-16.enc ext/Encode/Encode/8859-16.ucm
13495            + ext/Encode/Encode/8859-2.enc ext/Encode/Encode/8859-2.ucm
13496            + ext/Encode/Encode/8859-3.enc ext/Encode/Encode/8859-3.ucm
13497            + ext/Encode/Encode/8859-4.enc ext/Encode/Encode/8859-4.ucm
13498            + ext/Encode/Encode/8859-5.enc ext/Encode/Encode/8859-5.ucm
13499            + ext/Encode/Encode/8859-6.enc ext/Encode/Encode/8859-6.ucm
13500            + ext/Encode/Encode/8859-7.enc ext/Encode/Encode/8859-7.ucm
13501            + ext/Encode/Encode/8859-8.enc ext/Encode/Encode/8859-8.ucm
13502            + ext/Encode/Encode/8859-9.enc ext/Encode/Encode/8859-9.ucm
13503            + ext/Encode/Encode/ir-197.enc
13504            - ext/Encode/Encode/cns11643-1.enc
13505            - ext/Encode/Encode/cns11643-2.enc
13506            - ext/Encode/Encode/iso2022-cn.enc
13507            - ext/Encode/Encode/iso2022-jp.enc
13508            - ext/Encode/Encode/iso2022-jp1.enc
13509            - ext/Encode/Encode/iso2022-jp2.enc
13510            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
13511            - ext/Encode/Encode/iso8859-1.enc
13512            - ext/Encode/Encode/iso8859-1.ucm
13513            - ext/Encode/Encode/iso8859-10.enc
13514            - ext/Encode/Encode/iso8859-10.ucm
13515            - ext/Encode/Encode/iso8859-11.enc
13516            - ext/Encode/Encode/iso8859-11.ucm
13517            - ext/Encode/Encode/iso8859-13.enc
13518            - ext/Encode/Encode/iso8859-13.ucm
13519            - ext/Encode/Encode/iso8859-14.enc
13520            - ext/Encode/Encode/iso8859-14.ucm
13521            - ext/Encode/Encode/iso8859-15.enc
13522            - ext/Encode/Encode/iso8859-15.ucm
13523            - ext/Encode/Encode/iso8859-16.enc
13524            - ext/Encode/Encode/iso8859-16.ucm
13525            - ext/Encode/Encode/iso8859-2.enc
13526            - ext/Encode/Encode/iso8859-2.ucm
13527            - ext/Encode/Encode/iso8859-3.enc
13528            - ext/Encode/Encode/iso8859-3.ucm
13529            - ext/Encode/Encode/iso8859-4.enc
13530            - ext/Encode/Encode/iso8859-4.ucm
13531            - ext/Encode/Encode/iso8859-5.enc
13532            - ext/Encode/Encode/iso8859-5.ucm
13533            - ext/Encode/Encode/iso8859-6.enc
13534            - ext/Encode/Encode/iso8859-6.ucm
13535            - ext/Encode/Encode/iso8859-7.enc
13536            - ext/Encode/Encode/iso8859-7.ucm
13537            - ext/Encode/Encode/iso8859-8.enc
13538            - ext/Encode/Encode/iso8859-8.ucm
13539            - ext/Encode/Encode/iso8859-9.enc
13540            - ext/Encode/Encode/iso8859-9.ucm
13541            - ext/Encode/Encode/isoir-197.enc
13542            ! MANIFEST ext/Encode/Encode/Tcl.t ext/Encode/Makefile.PL
13543 ____________________________________________________________________________
13544 [ 12064] By: jhi                                   on 2001/09/17  23:53:38
13545         Log: Must Uppercase.
13546      Branch: perl
13547            ! ext/Encode/Encode.pm
13548 ____________________________________________________________________________
13549 [ 12063] By: jhi                                   on 2001/09/17  23:39:28
13550         Log: Add various encodings.
13551      Branch: perl
13552            + ext/Encode/Encode/iso8859-11.enc
13553            + ext/Encode/Encode/iso8859-11.ucm ext/Encode/Encode/koi8-f.enc
13554            + ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-u.enc
13555            + ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/nextstep.enc
13556            + ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/roman8.enc
13557            + ext/Encode/Encode/roman8.ucm ext/Encode/Encode/viscii.enc
13558            + ext/Encode/Encode/viscii.ucm
13559            ! MANIFEST ext/Encode/Encode.pm
13560 ____________________________________________________________________________
13561 [ 12062] By: jhi                                   on 2001/09/17  22:48:21
13562         Log: lib/unicode relic.
13563      Branch: perl
13564            ! ext/Encode/compile
13565 ____________________________________________________________________________
13566 [ 12061] By: jhi                                   on 2001/09/17  20:50:16
13567         Log: Subject: [PATCH] Re: filename problems
13568              From: Michael G Schwern <schwern@pobox.com>
13569              Date: Mon, 17 Sep 2001 17:26:26 -0400
13570              Message-ID: <20010917172626.Q585@blackrider>
13571      Branch: perl
13572            + t/lib/sample-tests/head_end t/lib/sample-tests/head_fail
13573            - t/lib/sample-tests/header_at_end
13574            - t/lib/sample-tests/header_at_end_fail
13575            ! MANIFEST lib/Test/Harness/t/test-harness.t
13576 ____________________________________________________________________________
13577 [ 12060] By: jhi                                   on 2001/09/17  20:14:53
13578         Log: Explicitly explain the 1e9 seconds, not everybody
13579              is a C geek.
13580      Branch: perl
13581            ! ext/Time/HiRes/HiRes.pm
13582 ____________________________________________________________________________
13583 [ 12059] By: jhi                                   on 2001/09/17  20:07:20
13584         Log: Explain an apparent bug reported by
13585              Richard J. Barbalace <rjbarbal@MIT.EDU>,
13586              with additional explanation from Gisle Aas.
13587      Branch: perl
13588            ! ext/Time/HiRes/HiRes.pm
13589 ____________________________________________________________________________
13590 [ 12058] By: ams                                   on 2001/09/17  19:52:01
13591         Log: Subject: [PATCH t/lib/warnings/pp, t/lib/warnings/op] new tests
13592              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13593              Date: Mon, 17 Sep 2001 22:48:05 +0200
13594              Message-Id: <20010917224805.C11744@rafael>
13595      Branch: perl
13596            ! t/lib/warnings/op t/lib/warnings/pp
13597 ____________________________________________________________________________
13598 [ 12057] By: ams                                   on 2001/09/17  16:51:18
13599         Log: Its a nit!
13600      Branch: perl
13601            ! sv.h
13602 ____________________________________________________________________________
13603 [ 12056] By: ams                                   on 2001/09/17  16:47:55
13604         Log: Subject: [PATCH perl@12023] waitpid enhancements for VMS
13605              From: "Craig A. Berry" <craigberry@mac.com>
13606              Date: Mon, 17 Sep 2001 12:34:20 -0500
13607              Message-Id: <5.1.0.14.0.20010916222208.0469cdf8@exchi01>
13608      Branch: perl
13609            ! vms/vms.c
13610 ____________________________________________________________________________
13611 [ 12055] By: ams                                   on 2001/09/17  16:05:15
13612         Log: Subject: [PATCH] Make CPAN.pm use Digest::MD5
13613              From: Gisle Aas <gisle@ActiveState.com>
13614              Date: 16 Apr 2001 16:20:34 -0700
13615              Message-ID: <lrlmp0sa7x.fsf@caliper.ActiveState.com>
13616              (Applied by hand.)
13617      Branch: perl
13618            ! lib/CPAN.pm lib/CPAN/Nox.pm
13619 ____________________________________________________________________________
13620 [ 12054] By: jhi                                   on 2001/09/17  14:06:26
13621         Log: Update Changes.
13622      Branch: perl
13623            ! Changes patchlevel.h
13624 ____________________________________________________________________________
13625 [ 12053] By: jhi                                   on 2001/09/17  13:45:26
13626         Log: Adding new files to the MANIFEST is always nice.
13627      Branch: perl
13628            ! MANIFEST
13629 ____________________________________________________________________________
13630 [ 12052] By: jhi                                   on 2001/09/17  13:12:31
13631         Log: Reindent the PerlIO files (suggested by NI-S), used
13632              indent -kr -nce -psl -sc -TSV -TAV -THV -TGV -TIV -TUV -TNV -TMAGIC -TFILE -TPerlIO -TPerlIO_list_t -TPerlIO_funcs -TPerlIO_pair_t
13633              (GNU indent).  Note that wholesale re-indenting might
13634              be nice, but that would break nice formatting/alignment
13635              of assignments, equality testing, and complex boolean
13636              expressions with lots of &s and |s.
13637      Branch: perl
13638            ! perlio.c perlio.h perliol.h
13639 ____________________________________________________________________________
13640 [ 12051] By: jhi                                   on 2001/09/17  12:55:53
13641         Log: Add a script for being 8.3-polite.
13642              The found conflicts are being worked on.
13643      Branch: perl
13644            + check83.pl
13645            ! MANIFEST Porting/pumpkin.pod
13646 ____________________________________________________________________________
13647 [ 12050] By: sky                                   on 2001/09/17  12:44:36
13648         Log: Fixes coredump introduced by 11755 and 11790. Thanks to Doug for
13649              finding it.
13650      Branch: perl
13651            ! sv.c
13652 ____________________________________________________________________________
13653 [ 12049] By: jhi                                   on 2001/09/17  11:55:07
13654         Log: Bump up versions because of #12041.
13655      Branch: perl
13656            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
13657            ! ext/IO/lib/IO/Pipe.pm lib/Fatal.pm lib/Time/gmtime.pm
13658            ! lib/Time/localtime.pm
13659 ____________________________________________________________________________
13660 [ 12048] By: jhi                                   on 2001/09/17  11:51:54
13661         Log: Bump the version number because of #12042.
13662      Branch: perl
13663            ! lib/CPAN/FirstTime.pm
13664 ____________________________________________________________________________
13665 [ 12047] By: ams                                   on 2001/09/17  11:21:40
13666         Log: Subject: Re: [PATCH] turn $a.=<F> into an RCATLINE
13667              From: Abhijit Menon-Sen <ams@wiw.org>
13668              Date: Mon, 17 Sep 2001 17:44:12 +0530
13669              Message-Id: <20010917174412.B7058@lustre.dyn.wiw.org>
13670      Branch: perl
13671            ! op.c
13672 ____________________________________________________________________________
13673 [ 12046] By: sky                                   on 2001/09/17  07:14:17
13674         Log: Subject: Re: t/op/ver.t using skip() improperly
13675              From: "chromatic" <chromatic@rmci.net>
13676              Date: Mon, 17 Sep 2001 00:22:29 -0600
13677              Message-ID: <20010917062713.47716.qmail@onion.perl.org>
13678      Branch: perl
13679            ! t/op/ver.t
13680 ____________________________________________________________________________
13681 [ 12045] By: nick                                  on 2001/09/17  07:12:14
13682         Log: Integrate mainline
13683      Branch: perlio
13684           +> t/op/chdir.t
13685           !> (integrate 117 files)
13686 ____________________________________________________________________________
13687 [ 12044] By: ams                                   on 2001/09/17  05:49:53
13688         Log: Subject: [PATCH lib/constant.pm] Major POD rewrite of constant.pm
13689              From: Ilmari Karonen <iltzu@sci.fi>
13690              Date: Mon, 17 Sep 2001 00:47:57 +0300 (EET DST)
13691              Message-Id: <Pine.SOL.3.96.1010917002916.13210A-100000@simpukka>
13692              (And $VERSION = '1.05'.)
13693      Branch: perl
13694            ! lib/constant.pm
13695 ____________________________________________________________________________
13696 [ 12043] By: ams                                   on 2001/09/17  05:44:50
13697         Log: Subject: Re: [BUG?] chdir(undef) == chdir() probably a bug
13698              From: Michael G Schwern <schwern@pobox.com>
13699              Date: Mon, 17 Sep 2001 07:49:04 +0200
13700              Message-Id: <20010917074904.V1588@blackrider>
13701              (Applied with tweaks to chdir.t and pp_sys.c hunks.)
13702      Branch: perl
13703            + t/op/chdir.t
13704            ! MANIFEST pp_sys.c
13705 ____________________________________________________________________________
13706 [ 12042] By: jhi                                   on 2001/09/17  02:54:13
13707         Log: Subject: Re: CPAN.pm needs some hacking 
13708              From: "chromatic" <chromatic@rmci.net>
13709              Date: Sun, 16 Sep 2001 16:46:29 -0600
13710              Message-ID: <20010916225113.5606.qmail@onion.perl.org>
13711      Branch: perl
13712            ! lib/CPAN/FirstTime.pm
13713 ____________________________________________________________________________
13714 [ 12041] By: jhi                                   on 2001/09/16  20:43:15
13715         Log: Change use|require 5.005_64 to use|require 5.6.1.
13716      Branch: perl
13717            ! ext/Data/Dumper/Dumper.pm ext/Devel/DProf/DProf.pm
13718            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
13719            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
13720            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoSplit.pm
13721            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Command.pm
13722            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
13723            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
13724            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/FileHandle.pm
13725            ! lib/Math/Trig.pm lib/Net/Ping.pm lib/Net/hostent.pm
13726            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
13727            ! lib/Shell.pm lib/Tie/Array.pm lib/Tie/Handle.pm
13728            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
13729            ! lib/base.pm lib/fields.pm
13730 ____________________________________________________________________________
13731 [ 12040] By: jhi                                   on 2001/09/16  20:36:58
13732         Log: Bump up version numbers.
13733              
13734              TODO 1: double check that pre-5.6.1 CPAN.pm:s
13735              don't try to download 5.8.0 because of the
13736              version numbers.  Mainly this means using _00
13737              in the core version numbers.
13738              
13739              TODO 2: the "use 5.005_64" in many modules
13740              needs to be changed to, say, "use 5.6.1".
13741      Branch: perl
13742            ! ext/B/B/Assembler.pm ext/Data/Dumper/Dumper.pm
13743            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/CPAN.pm
13744            ! lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
13745            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Manifest.pm
13746            ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Find.pm
13747            ! lib/File/Path.pm lib/File/Spec.pm lib/File/Spec/Functions.pm
13748            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
13749            ! lib/File/Spec/Win32.pm lib/FindBin.pm lib/Pod/Checker.pm
13750            ! lib/Pod/Find.pm lib/SelfLoader.pm lib/Shell.pm
13751            ! lib/Tie/Handle.pm lib/blib.pm lib/diagnostics.pm
13752            ! vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
13753 ____________________________________________________________________________
13754 [ 12039] By: jhi                                   on 2001/09/16  19:23:07
13755         Log: Use UCHARAT() as suggested by Inaba Hiroto.
13756      Branch: perl
13757            ! regexec.c
13758 ____________________________________________________________________________
13759 [ 12038] By: ams                                   on 2001/09/16  15:16:24
13760         Log: Subject: [PATCH] Re: Core module version numbers review
13761              From: Peter Scott <Peter@PSDT.com>
13762              Date: Sun, 16 Sep 2001 09:09:58 -0700
13763              Message-Id: <4.3.2.7.2.20010916090716.00b452a0@mail.webquarry.com>
13764      Branch: perl
13765            ! lib/perl5db.pl
13766 ____________________________________________________________________________
13767 [ 12037] By: jhi                                   on 2001/09/16  14:27:54
13768         Log: Supply more details on how lc/uc/lcfirst/ucfirst are
13769              not yet fully implemented.
13770      Branch: perl
13771            ! pod/perlfunc.pod pod/perlunicode.pod
13772 ____________________________________________________________________________
13773 [ 12036] By: jhi                                   on 2001/09/15  23:13:12
13774         Log: Subject: [patch] plug PL_beginav_save leak
13775              From: Doug MacEachern <dougm@covalent.net>
13776              Date: Sat, 15 Sep 2001 17:02:18 -0700 (PDT)
13777              Message-ID: <Pine.LNX.4.21.0109151659060.6089-100000@mako.covalent.net>
13778      Branch: perl
13779            ! perl.c
13780 ____________________________________________________________________________
13781 [ 12035] By: jhi                                   on 2001/09/15  23:12:28
13782         Log: (accidentally empty checkin)
13783      Branch: perl
13784            ! sv.c
13785 ____________________________________________________________________________
13786 [ 12034] By: jhi                                   on 2001/09/15  23:08:09
13787         Log: Subject: [patch] ithreads+PL_beginav_save
13788              From: Doug MacEachern <dougm@covalent.net>
13789              Date: Sat, 15 Sep 2001 16:53:01 -0700 (PDT)
13790              Message-ID: <Pine.LNX.4.21.0109151651050.6089-100000@mako.covalent.net>
13791      Branch: perl
13792            ! sv.c
13793 ____________________________________________________________________________
13794 [ 12033] By: jhi                                   on 2001/09/15  23:07:19
13795         Log: Subject: [PATCH] h2xs.PL with C::Scan
13796              From: Tim Jenness <t.jenness@jach.hawaii.edu>
13797              Date: Sat, 15 Sep 2001 13:41:28 -1000 (HST)
13798              Message-ID: <Pine.LNX.4.33.0109151338560.3075-100000@lapaki>
13799      Branch: perl
13800            ! utils/h2xs.PL
13801 ____________________________________________________________________________
13802 [ 12032] By: jhi                                   on 2001/09/15  18:43:20
13803         Log: Elaborate (well, make more vague, really) #12030.
13804      Branch: perl
13805            ! pod/perltodo.pod pod/perlunicode.pod
13806 ____________________________________________________________________________
13807 [ 12031] By: jhi                                   on 2001/09/15  18:37:07
13808         Log: Subject: [PATCH regexec.c] adding (U8) to case insensitive matching
13809              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
13810              Date: Fri, 14 Sep 2001 20:58:30 -0400 (EDT)
13811              Message-ID: <Pine.GSO.4.21.0109142057490.12393-100000@crusoe.crusoe.net>
13812      Branch: perl
13813            ! regexec.c
13814 ____________________________________________________________________________
13815 [ 12030] By: jhi                                   on 2001/09/15  17:15:40
13816         Log: Document that the lc(), uc(), lcfirst(), ucfirst()
13817              are not yet complete.
13818      Branch: perl
13819            ! pod/perltodo.pod pod/perlunicode.pod
13820 ____________________________________________________________________________
13821 [ 12029] By: jhi                                   on 2001/09/15  13:53:42
13822         Log: Document what's still to be done on the regular expression
13823              Unicode support, based on the UTR#18.
13824      Branch: perl
13825            ! pod/perltodo.pod pod/perlunicode.pod
13826 ____________________________________________________________________________
13827 [ 12028] By: jhi                                   on 2001/09/15  12:37:31
13828         Log: Regen headers.
13829      Branch: perl
13830            ! embedvar.h perlapi.h
13831 ____________________________________________________________________________
13832 [ 12027] By: jhi                                   on 2001/09/15  12:33:49
13833         Log: Subject: Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{CODE}) regex 
13834              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
13835              Date: Sun, 09 Sep 2001 18:41:54 +0100
13836              Message-Id: <200109091741.f89HfsM18534@crypt.compulink.co.uk>
13837      Branch: perl
13838            ! Porting/findvars ext/ByteLoader/bytecode.h
13839            ! ext/Thread/Thread.xs mg.c op.c perl.c perl.h pp_ctl.c sv.c
13840            ! t/run/kill_perl.t thrdvar.h toke.c util.c wince/perldll.def
13841 ____________________________________________________________________________
13842 [ 12026] By: gsar                                  on 2001/09/15  04:04:04
13843         Log: enable most warnings for windows build; fix the various typecasting
13844              nits that showed up (no bugfixes here)
13845      Branch: maint-5.6/perl
13846            ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs
13847            ! ext/POSIX/POSIX.xs gv.c hv.c mg.c op.c perl.c perl.h perly.c
13848            ! perly.y pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c
13849            ! sv.c toke.c universal.c utf8.c util.c vms/perly_c.vms
13850            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
13851            ! x2p/walk.c
13852 ____________________________________________________________________________
13853 [ 12025] By: jhi                                   on 2001/09/14  22:22:58
13854         Log: Integrate change #12024 from maintperl
13855              (a local() precedence bug)
13856      Branch: perl
13857           !> lib/ExtUtils/Install.pm
13858 ____________________________________________________________________________
13859 [ 12024] By: gsar                                  on 2001/09/14  22:11:06
13860         Log: fix local() precedence bug in change#8311, came into maint-5.6 as
13861              change#8642
13862      Branch: maint-5.6/perl
13863            ! lib/ExtUtils/Install.pm
13864 ____________________________________________________________________________
13865 [ 12023] By: jhi                                   on 2001/09/14  15:04:16
13866         Log: Update Changes.
13867      Branch: perl
13868            ! Changes patchlevel.h
13869 ____________________________________________________________________________
13870 [ 12022] By: jhi                                   on 2001/09/14  14:49:52
13871         Log: Subject: Re: [ID 20010911.001] Not OK: perl v5.7.2 +DEVEL11978 on
13872              From: "chromatic" <chromatic@rmci.net>
13873              Date: Fri, 14 Sep 2001 09:44:57 -0600 
13874              Message-ID: <20010914154936.70059.qmail@onion.perl.org>
13875      Branch: perl
13876            ! lib/ExtUtils/Manifest.t
13877 ____________________________________________________________________________
13878 [ 12021] By: jhi                                   on 2001/09/14  14:46:36
13879         Log: Hopefully better skipping of the Complete.t tests
13880              in case of not a tty. 
13881      Branch: perl
13882            ! lib/Term/Complete.t t/op/stat.t
13883 ____________________________________________________________________________
13884 [ 12020] By: jhi                                   on 2001/09/14  14:10:44
13885         Log: Subject: [PATCH regexec.c] more jumpables, and hit-bit bug
13886              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
13887              Date: Fri, 14 Sep 2001 09:58:24 -0400 (EDT)
13888              Message-ID: <Pine.GSO.4.21.0109140955250.12393-100000@crusoe.crusoe.net>     
13889      Branch: perl
13890            ! regexec.c t/op/pat.t
13891 ____________________________________________________________________________
13892 [ 12019] By: jhi                                   on 2001/09/14  14:02:59
13893         Log: Subject: Re: unterminated C<...> at line 426 in file perlport.pod
13894              From: Robin Barker <rmb1@cise.npl.co.uk>
13895              Date: Fri, 14 Sep 2001 16:01:11 +0100 (BST)
13896              Message-Id: <200109141501.QAA13044@tempest.npl.co.uk>
13897      Branch: perl
13898            ! pod/perlport.pod
13899 ____________________________________________________________________________
13900 [ 12018] By: jhi                                   on 2001/09/14  13:55:56
13901         Log: NetWare tweaks from Ananth Kesari.
13902      Branch: perl
13903            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
13904            ! NetWare/nwutil.h
13905 ____________________________________________________________________________
13906 [ 12017] By: jhi                                   on 2001/09/14  13:50:08
13907         Log: Subject: unterminated C<...> at line 426 in file perlport.pod
13908              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13909              Date: Fri, 14 Sep 2001 10:51:13 +0200
13910              Message-Id: <20010914103300.4B59.H.M.BRAND@hccnet.nl>
13911      Branch: perl
13912            ! pod/perlport.pod
13913 ____________________________________________________________________________
13914 [ 12016] By: jhi                                   on 2001/09/14  13:28:08
13915         Log: Subject: Re: [PATCH 2 pl2pm.PL]
13916              From: Joe Smith <Joe.Smith@inwap.com>
13917              Date: Fri, 14 Sep 2001 00:13:32 -0700
13918              Message-Id: <3BA1AE1C.64313CEE@inwap.com>                 
13919              
13920              Eradicate qu.
13921      Branch: perl
13922            ! keywords.h keywords.pl utils/pl2pm.PL
13923 ____________________________________________________________________________
13924 [ 12015] By: jhi                                   on 2001/09/14  02:38:23
13925         Log: Retract #12013, didn't go over too well in Tru64.
13926      Branch: perl
13927            ! embed.h embed.pl sv.h
13928 ____________________________________________________________________________
13929 [ 12014] By: jhi                                   on 2001/09/14  02:31:05
13930         Log: Subject: [PATCH] Execute files of debugger commands
13931              From: Peter Scott <Peter@PSDT.com>
13932              Date: Thu, 13 Sep 2001 15:26:31 -0700
13933              Message-Id: <4.3.2.7.2.20010913115845.00b22100@mail.webquarry.com>
13934      Branch: perl
13935            ! lib/perl5db.pl pod/perldebug.pod
13936 ____________________________________________________________________________
13937 [ 12013] By: jhi                                   on 2001/09/14  02:25:05
13938         Log: (Retracted by #12015)
13939              Subject: [proposed PATCH] Re: perl@11920
13940              From: Nicholas Clark <nick@ccl4.org>
13941              Date: Wed, 12 Sep 2001 23:46:09 +0100
13942              Message-ID: <20010912234609.H4971@plum.flirble.org>     
13943      Branch: perl
13944            ! embed.h embed.pl sv.h
13945 ____________________________________________________________________________
13946 [ 12012] By: jhi                                   on 2001/09/14  02:12:02
13947         Log: ucblib shouldn't be linked against in nonstop-ux,
13948              from Tom Bates.
13949      Branch: perl
13950            ! hints/nonstopux.sh
13951 ____________________________________________________________________________
13952 [ 12011] By: jhi                                   on 2001/09/13  12:54:51
13953         Log: Do stty only if we have stty.
13954              
13955              TODO: non-UNIX platforms.  Solaris and /usr/ucb/stty?
13956      Branch: perl
13957            ! lib/Term/Complete.pm
13958 ____________________________________________________________________________
13959 [ 12010] By: jhi                                   on 2001/09/13  12:44:28
13960         Log: Skip the test if not running on a tty.
13961      Branch: perl
13962            ! lib/Term/Complete.t
13963 ____________________________________________________________________________
13964 [ 12009] By: jhi                                   on 2001/09/13  12:01:56
13965         Log: Regen headers.
13966      Branch: perl
13967            ! embed.h opcode.h pod/perlapi.pod proto.h
13968 ____________________________________________________________________________
13969 [ 12008] By: jhi                                   on 2001/09/12  17:51:32
13970         Log: Subject: [PATCH op.c] Re: perl@12003
13971              From: Robin Barker <rmb1@cise.npl.co.uk>
13972              Date: Wed, 12 Sep 2001 19:00:38 +0100 (BST)
13973              Message-Id: <200109121800.TAA05256@tempest.npl.co.uk>
13974      Branch: perl
13975            ! op.c
13976 ____________________________________________________________________________
13977 [ 12007] By: jhi                                   on 2001/09/12  17:49:39
13978         Log: Subject: [PATCH sv.c] may be uninitialized warning forperl@12003
13979              From: Robin Barker <rmb1@cise.npl.co.uk>
13980              Date: Wed, 12 Sep 2001 19:00:31 +0100 (BST)
13981              Message-Id: <200109121800.TAA05250@tempest.npl.co.uk>
13982      Branch: perl
13983            ! sv.c
13984 ____________________________________________________________________________
13985 [ 12006] By: jhi                                   on 2001/09/12  17:41:49
13986         Log: Upgrade to Memoize 0.66.
13987      Branch: perl
13988            ! lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
13989            ! lib/Memoize/Expire.pm lib/Memoize/README lib/Memoize/TODO
13990            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
13991 ____________________________________________________________________________
13992 [ 12005] By: jhi                                   on 2001/09/12  13:14:59
13993         Log: Subject: [ID 20010912.007] substr reference core dump
13994              From: me-01@ton.iguana.be
13995              Date: 12 Sep 2001 14:11:16 -0000
13996              Message-Id: <20010912141116.6058.qmail@quasar.home.lunix>
13997      Branch: perl
13998            ! mg.c
13999 ____________________________________________________________________________
14000 [ 12004] By: ams                                   on 2001/09/12  01:13:49
14001         Log: Subject: [PATCH perlfaq4.pod] Deobfuscate Fisher-Yates example code
14002              From: Ilmari Karonen <iltzu@sci.fi>
14003              Date: Tue, 11 Sep 2001 23:31:25 +0300 (EET DST)
14004              Message-Id: <Pine.SOL.3.96.1010911231925.688A-100000@simpukka>
14005      Branch: perl
14006            ! pod/perlfaq4.pod
14007 ____________________________________________________________________________
14008 [ 12003] By: jhi                                   on 2001/09/11  13:02:37
14009         Log: Update Changes.
14010      Branch: perl
14011            ! Changes patchlevel.h
14012 ____________________________________________________________________________
14013 [ 12002] By: jhi                                   on 2001/09/11  11:50:48
14014         Log: NetWare update from Ananth Kesari.
14015      Branch: perl
14016            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
14017            ! NetWare/config.wc NetWare/config_H.wc NetWare/nwutil.h
14018 ____________________________________________________________________________
14019 [ 12001] By: jhi                                   on 2001/09/11  11:40:51
14020         Log: Retract #11984: div() being redefined, and 1397
14021              failing on 64-bit platforms.
14022      Branch: perl
14023            ! lib/Math/BigInt/Calc.pm
14024 ____________________________________________________________________________
14025 [ 12000] By: jhi                                   on 2001/09/11  11:19:07
14026         Log: Metaconfig unit change for #11999.
14027      Branch: metaconfig
14028            ! U/protos/d_lseekproto.U
14029 ____________________________________________________________________________
14030 [ 11999] By: jhi                                   on 2001/09/11  11:18:36
14031         Log: The lseek fix (#11991) was no fix.
14032      Branch: perl
14033            ! Configure
14034 ____________________________________________________________________________
14035 [ 11998] By: sky                                   on 2001/09/11  07:52:06
14036         Log: Subject: [PATCH] Encode.pm add UCS-2 little endian support
14037              From: Matt Sergeant <MSergeant@star.net.uk>
14038              Date: Tue, 11 Sep 2001 09:22:32 +0100
14039              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B9003C@UKS040>
14040      Branch: perl
14041            ! ext/Encode/Encode.pm
14042 ____________________________________________________________________________
14043 [ 11997] By: sky                                   on 2001/09/11  06:35:29
14044         Log: Sometimes dTHX is added because it is needed on non 
14045              gnuc platforms, but not needed there. This uses GCC
14046              to silence GCC specific warnings by marking pTHX as 
14047              unused.
14048      Branch: perl
14049            ! perl.h
14050 ____________________________________________________________________________
14051 [ 11996] By: nick                                  on 2001/09/11  06:25:27
14052         Log: Integrate mainline
14053      Branch: perlio
14054            - ext/POSIX/sigaction.t lib/File/Find/taint.t
14055           !> lib/CGI/t/carp.t lib/Test/Simple/t/simple.t t/op/crypt.t
14056 ____________________________________________________________________________
14057 [ 11995] By: nick                                  on 2001/09/11  06:23:39
14058         Log: Part Integrate mainline
14059      Branch: perlio
14060           +> (branch 69 files)
14061            - ext/Cwd/Cwd.t ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t
14062            - ext/POSIX/POSIX.t lib/Attribute/Handlers/test.pl
14063            - lib/Env/array.t lib/Env/env.t lib/File/Find/find.t
14064            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
14065            - lib/Switch/t/switch_case.t lib/Test/Harness.t
14066            - lib/Test/More/Changes lib/Test/More/t/More.t
14067            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
14068            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
14069            - lib/Text/Balanced.pod lib/Text/Balanced/t/genxt.t
14070            - lib/Text/Balanced/t/xbrak.t lib/Text/Balanced/t/xcode.t
14071            - lib/Text/Balanced/t/xdeli.t lib/Text/Balanced/t/xmult.t
14072            - lib/Text/Balanced/t/xquot.t lib/Text/Balanced/t/xtagg.t
14073            - lib/Text/Balanced/t/xvari.t objXSUB.h t/lib/MyFilter.pm
14074            - t/lib/Test/More/Catch.pm wince/perl.ico
14075           !> (integrate 197 files)
14076 ____________________________________________________________________________
14077 [ 11994] By: jhi                                   on 2001/09/11  03:12:44
14078         Log: Subject: Re: [PATCH] Encode.pm docs fix
14079              From: Gisle Aas <gisle@ActiveState.com>
14080              Date: 10 Sep 2001 11:27:02 -0700
14081              Message-ID: <lrwv363nrd.fsf@caliper.ActiveState.com>
14082      Branch: perl
14083            ! ext/Encode/Encode.pm
14084 ____________________________________________________________________________
14085 [ 11993] By: jhi                                   on 2001/09/11  02:27:25
14086         Log: Fix unpack U to be the reverse of pack U
14087              (but implement unpack U0U as a backdoor to get
14088              the UTF-8 malformed warnings from un-UTF-8 data)
14089      Branch: perl
14090            ! pod/perlunicode.pod pp_pack.c t/op/pack.t t/op/utf8decode.t
14091 ____________________________________________________________________________
14092 [ 11992] By: jhi                                   on 2001/09/11  00:14:24
14093         Log: Metaconfig unit change for #11991;
14094              delete an unused unit (d_strtoull.U is the one used)
14095      Branch: metaconfig
14096            ! U/protos/d_lseekproto.U
14097      Branch: metaconfig/U/perl
14098            - strtoull.U
14099 ____________________________________________________________________________
14100 [ 11991] By: jhi                                   on 2001/09/11  00:14:01
14101         Log: Subject: [PATCH] Configure not recording lseek proto
14102              From: Blair Zajac <blair@orcaware.com>
14103              Date: Mon, 10 Sep 2001 17:52:37 -0700
14104              Message-ID: <3B9D6055.BA334A31@orcaware.com>
14105              
14106              plus regen Configure.
14107      Branch: perl
14108            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14109            ! config_h.SH uconfig.h
14110 ____________________________________________________________________________
14111 [ 11990] By: jhi                                   on 2001/09/10  23:59:25
14112         Log: Subject: [PATCH] Re: the remaining bugs in \x escapes (was Re: [PATCH] oct and hex in glorious 64 bit (with less bugs) (was Re: hex and oct again (was Re: FreeBSD MD5 crypt? Re: crypt/hex/oct and Unicode?)))                  
14113              From: Nicholas Clark <nick@ccl4.org>
14114              Date: Tue, 11 Sep 2001 00:00:31 +0100
14115              Message-ID: <20010911000031.G1512@plum.flirble.org>
14116      Branch: perl
14117            + t/op/qq.t
14118            ! MANIFEST numeric.c perl.h regcomp.c t/op/pat.t toke.c
14119 ____________________________________________________________________________
14120 [ 11989] By: jhi                                   on 2001/09/10  23:31:45
14121         Log: Subject: [PATCH] Building on win32 w/o perlio
14122              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
14123              Date: Mon, 10 Sep 2001 23:38:46 +0200
14124              Message-ID: <3B9D4F06.14433.2C37644@localhost>
14125      Branch: perl
14126            ! perl.c win32/Makefile win32/makefile.mk
14127 ____________________________________________________________________________
14128 [ 11988] By: jhi                                   on 2001/09/10  23:26:40
14129         Log: Subject: [PATCH MANIFEST lib/CGI/t/push.t] New Test for CGI::Push
14130              From: "chromatic" <chromatic@rmci.net>
14131              Date: Mon, 10 Sep 2001 15:14:01 -0600
14132              Message-ID: <20010910211833.30177.qmail@onion.perl.org>
14133      Branch: perl
14134            + lib/CGI/t/push.t
14135            ! MANIFEST
14136 ____________________________________________________________________________
14137 [ 11987] By: jhi                                   on 2001/09/10  23:24:11
14138         Log: Subject: avoiding hoardes of zombies
14139              From: Nicholas Clark <nick@ccl4.org>
14140              Date: Mon, 10 Sep 2001 22:00:40 +0100
14141              Message-ID: <20010910220040.C1512@plum.flirble.org>
14142      Branch: perl
14143            ! pod/perlipc.pod
14144 ____________________________________________________________________________
14145 [ 11986] By: jhi                                   on 2001/09/10  23:22:10
14146         Log: Subject: PATCH Resubmission  - was Re: [ID 20010902.001] v strings over 2*31 barf
14147              From: John Peacock <jpeacock@rowman.com>
14148              Date: Mon, 10 Sep 2001 16:34:30 -0400
14149              Message-ID: <3B9D23D6.90BCCC25@rowman.com>
14150      Branch: perl
14151            ! sv.c t/op/ver.t utf8.h
14152 ____________________________________________________________________________
14153 [ 11985] By: ams                                   on 2001/09/10  23:20:13
14154         Log: Typo fixed by Blair Zajac in <3B9D284C.23B8D20B@orcaware.com>.
14155      Branch: perl
14156            ! MANIFEST
14157 ____________________________________________________________________________
14158 [ 11984] By: jhi                                   on 2001/09/10  23:09:31
14159         Log: (Retracted by #12001)
14160              Subject: Calc with USE_MUL/USE_DIV
14161              From: Tels <perl_dummy@bloodgate.com>
14162              Date: Fri, 07 Sep 2001 18:52:08 +0200 (CEST)
14163              Message-Id: <200109071651.TAA11249@tiku.hut.fi>
14164      Branch: perl
14165            ! lib/Math/BigInt/Calc.pm
14166 ____________________________________________________________________________
14167 [ 11983] By: jhi                                   on 2001/09/10  22:37:14
14168         Log: Subject: [PATCH op.c] Re: perl@11978
14169              From: Robin Barker <rmb1@cise.npl.co.uk>
14170              Date: Mon, 10 Sep 2001 18:58:01 +0100 (BST)
14171              Message-Id: <200109101758.SAA07670@tempest.npl.co.uk>
14172              
14173              Format errors.
14174      Branch: perl
14175            ! op.c
14176 ____________________________________________________________________________
14177 [ 11982] By: jhi                                   on 2001/09/10  22:35:57
14178         Log: Switch PADOFFSET back to U32 both because of binary backward
14179              compatibility and because Arthur seems to have been fixing the
14180              problems with naughty integer-pointer casting.
14181      Branch: perl
14182            ! op.h
14183 ____________________________________________________________________________
14184 [ 11981] By: ams                                   on 2001/09/10  16:31:43
14185         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Command.pm, lib/ExtUtils/Command.t]
14186              Fix Pod Typo, Add Test for ExtUtils::Command
14187              From: "chromatic" <chromatic@rmci.net>
14188              Date: Mon, 10 Sep 2001 11:20:56 -0600
14189              Message-Id: <20010910172528.54160.qmail@onion.perl.org>
14190      Branch: perl
14191            + lib/ExtUtils/Command.t
14192            ! MANIFEST lib/ExtUtils/Command.pm
14193 ____________________________________________________________________________
14194 [ 11980] By: jhi                                   on 2001/09/10  13:29:35
14195         Log: Subject: [PATCH] Encode.pm docs fix
14196              From: Matt Sergeant <MSergeant@star.net.uk>
14197              Date: Mon, 10 Sep 2001 15:24:01 +0100
14198              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B90035@UKS040>     
14199      Branch: perl
14200            ! ext/Encode/Encode.pm
14201 ____________________________________________________________________________
14202 [ 11979] By: jhi                                   on 2001/09/10  13:17:48
14203         Log: Update Changes.
14204      Branch: perl
14205            ! Changes patchlevel.h
14206 ____________________________________________________________________________
14207 [ 11978] By: jhi                                   on 2001/09/10  12:59:40
14208         Log: Revert #11973, the dTHX seems to be needed in there
14209              for threaded builds.
14210      Branch: perl
14211            ! perlio.c
14212 ____________________________________________________________________________
14213 [ 11977] By: jhi                                   on 2001/09/10  12:55:47
14214         Log: Detypo.
14215      Branch: perl
14216            ! pod/perlguts.pod
14217 ____________________________________________________________________________
14218 [ 11976] By: jhi                                   on 2001/09/10  12:46:34
14219         Log: Further Class::Struct patching from Damian.
14220              
14221              The new new semantics are:
14222              
14223              * If you pass an initializer for a nested object, it has to be:
14224              a) a reference to an object of that class, or      
14225              b) a reference to an object of a subclass of that class, or
14226              c) a reference to a hash of arguments to be passed to the
14227              class's constructor
14228              * If you pass no initializer for a nested object, the attribute
14229              is initialized to C<undef>
14230      Branch: perl
14231            ! lib/Class/Struct.pm
14232 ____________________________________________________________________________
14233 [ 11975] By: jhi                                   on 2001/09/10  12:42:24
14234         Log: Skip the crypt test if no crypt.
14235      Branch: perl
14236            ! t/op/crypt.t
14237 ____________________________________________________________________________
14238 [ 11974] By: jhi                                   on 2001/09/10  12:39:25
14239         Log: Warn against using bare v-strings as IP addresses
14240              (okay if using the wrappers from Socket)
14241      Branch: perl
14242            ! pod/perldata.pod pod/perlport.pod
14243 ____________________________________________________________________________
14244 [ 11973] By: sky                                   on 2001/09/10  11:57:58
14245         Log: Remove unused dTHX. Silenced another warning.
14246      Branch: perl
14247            ! perlio.c
14248 ____________________________________________________________________________
14249 [ 11972] By: sky                                   on 2001/09/10  11:54:25
14250         Log: Silence some more warnings INT2PTR.
14251      Branch: perl
14252            ! pp.c pp_ctl.c sharedsv.c sv.c taint.c
14253 ____________________________________________________________________________
14254 [ 11971] By: sky                                   on 2001/09/10  11:21:50
14255         Log: Silence another ITHREAD 64bit INT/32bit PTR warning.
14256      Branch: perl
14257            ! cop.h
14258 ____________________________________________________________________________
14259 [ 11970] By: sky                                   on 2001/09/10  11:17:25
14260         Log: Apply INT2PTR with force to silence warnings from
14261              PM_GETRE and friends. No more warnings with 64bit 
14262              IVs and 32bit pointers.    
14263      Branch: perl
14264            ! op.c op.h perl.c
14265 ____________________________________________________________________________
14266 [ 11969] By: sky                                   on 2001/09/10  10:13:02
14267         Log: Removed reference of -DPERL_CUSTOM_OPS in the documentation.
14268      Branch: perl
14269            ! pod/perlguts.pod
14270 ____________________________________________________________________________
14271 [ 11968] By: sky                                   on 2001/09/10  10:02:51
14272         Log: Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPS
14273              Rename to custop_op_name to Perl_custom_op_name to match perlapi
14274              Clone the hashtable PL_custom_op_names and PL_custop_op_descs in 
14275              perl_clone.
14276      Branch: perl
14277            ! embed.pl intrpvar.h makedef.pl op.c opcode.pl sv.c
14278 ____________________________________________________________________________
14279 [ 11967] By: jhi                                   on 2001/09/10  03:14:35
14280         Log: Using strlen() not good on embedded nul bytes.
14281      Branch: perl
14282            ! regcomp.c
14283 ____________________________________________________________________________
14284 [ 11966] By: ams                                   on 2001/09/09  21:06:13
14285         Log: Subject: Re: [ID 20010810.011] 'use v2b' not allowed with strict
14286              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14287              Date: Mon, 13 Aug 2001 22:51:59 +0200
14288              Message-ID: <20010813225159.C6681@rafael>
14289              (Applied with several tweaks.)
14290      Branch: perl
14291            ! embed.h embed.pl proto.h toke.c
14292 ____________________________________________________________________________
14293 [ 11965] By: jhi                                   on 2001/09/09  14:40:39
14294         Log: The exact error message is system-dependent.
14295      Branch: perl
14296            ! lib/ExtUtils/Manifest.t
14297 ____________________________________________________________________________
14298 [ 11964] By: jhi                                   on 2001/09/09  14:38:05
14299         Log: Add Windows and Mac Sami support to Encode
14300              (http://www.egt.ie/standards/se/sami-teastabaiki.html)
14301      Branch: perl
14302            + ext/Encode/Encode/isoir-197.enc ext/Encode/Encode/macSami.enc
14303            ! MANIFEST
14304 ____________________________________________________________________________
14305 [ 11963] By: jhi                                   on 2001/09/09  13:54:07
14306         Log: Use the tried method.
14307      Branch: perl
14308            ! pod/perlport.pod
14309 ____________________________________________________________________________
14310 [ 11962] By: jhi                                   on 2001/09/09  13:46:59
14311         Log: Can't count parentheses.
14312      Branch: perl
14313            ! ext/IO/lib/IO/Socket/INET.pm
14314 ____________________________________________________________________________
14315 [ 11961] By: jhi                                   on 2001/09/09  13:34:12
14316         Log: perlport additions: 1 while unlink, add/delete directory
14317              entries and permissions, cygwin stat funkiness (from Michael
14318              Schwern and Nicholas Clark)
14319      Branch: perl
14320            ! pod/perlport.pod
14321 ____________________________________________________________________________
14322 [ 11960] By: jhi                                   on 2001/09/09  13:19:12
14323         Log: blib does have a detectable test.
14324      Branch: perl
14325            ! t/lib/1_compile.t
14326 ____________________________________________________________________________
14327 [ 11959] By: jhi                                   on 2001/09/09  13:16:43
14328         Log: Subject: [PATCH MANIFEST, lib/Term/Complete.t] Add Test for Term::Complete
14329              From: "chromatic" <chromatic@rmci.net>
14330              Date: Sat, 08 Sep 2001 19:33:42 -0600
14331              Message-ID: <20010909013810.11522.qmail@onion.perl.org>
14332      Branch: perl
14333            + lib/Term/Complete.t
14334            ! MANIFEST
14335 ____________________________________________________________________________
14336 [ 11958] By: jhi                                   on 2001/09/09  13:09:02
14337         Log: Subject: [PATCH MANIFEST lib/Test/Tutorial.pod] Test::Tutorial?
14338              From: Michael G Schwern <schwern@pobox.com> 
14339              Date: Sat, 8 Sep 2001 02:40:26 -0400
14340              Message-ID: <20010908024026.A26283@blackrider>
14341      Branch: perl
14342            + lib/Test/Tutorial.pod
14343            ! MANIFEST
14344 ____________________________________________________________________________
14345 [ 11957] By: jhi                                   on 2001/09/09  13:03:33
14346         Log: Try to look up protocol (by name) only iff it has non-numbers:
14347              nice if the server is in a chrooted environment (no /etc/protocols,
14348              server code using hardcorded protocol numbers like 6 for tcp),
14349              suggested by John Holdsworth <coldwave@bigfoot.com>.
14350              In other words, if we are given a number, why look it up again
14351              (by number)?
14352      Branch: perl
14353            ! ext/IO/lib/IO/Socket/INET.pm
14354 ____________________________________________________________________________
14355 [ 11956] By: jhi                                   on 2001/09/09  12:53:12
14356         Log: Subject: [PATCH regcomp.c] zero-width assertions CAN be ?'d
14357              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
14358              Date: Sat, 8 Sep 2001 15:42:30 -0400 (EDT) 
14359              Message-ID: <Pine.GSO.4.21.0109081535480.24489-100000@crusoe.crusoe.net>
14360              
14361              Subject: Re: [PATCH t/op/misc.t] regcomp.c patch broke test 
14362              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
14363              Date: Sat, 8 Sep 2001 18:33:12 -0400 (EDT)
14364              Message-ID: <Pine.GSO.4.21.0109081832030.24489-100000@crusoe.crusoe.net>
14365              Subject: [PATCH t/lib/warnings/regcomp] (?=...)? gives no warning now
14366              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
14367              Date: Sat, 8 Sep 2001 18:37:22 -0400 (EDT)
14368              Message-ID: <Pine.GSO.4.21.0109081835340.24489-100000@crusoe.crusoe.net>
14369      Branch: perl
14370            ! regcomp.c t/lib/warnings/regcomp t/run/kill_perl.t
14371 ____________________________________________________________________________
14372 [ 11955] By: ams                                   on 2001/09/09  02:54:21
14373         Log: Subject: Re: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
14374              From: "Craig A. Berry" <craigberry@mac.com>
14375              Date: Sat, 08 Sep 2001 19:02:16 -0500
14376              Message-Id: <5.1.0.14.0.20010908185936.01aadcc0@mail.mac.com>
14377      Branch: perl
14378            ! lib/CGI/t/carp.t
14379 ____________________________________________________________________________
14380 [ 11954] By: jhi                                   on 2001/09/09  02:30:39
14381         Log: Documentation tweaks; think the IP address as an opaque string.
14382      Branch: perl
14383            ! ext/Socket/Socket.pm
14384 ____________________________________________________________________________
14385 [ 11953] By: jhi                                   on 2001/09/09  00:32:05
14386         Log: Subject: [REPATCH] Re: [PATCH] new test lib/blib.t
14387              From: Michael G Schwern <schwern@pobox.com>
14388              Date: Sat, 8 Sep 2001 19:45:46 -0400
14389              Message-ID: <20010908194546.C9193@blackrider>
14390      Branch: perl
14391            + lib/blib.t
14392            ! MANIFEST lib/blib.pm t/lib/1_compile.t
14393 ____________________________________________________________________________
14394 [ 11952] By: jhi                                   on 2001/09/09  00:27:15
14395         Log: Subject: [PATCH MANIFEST, lib/CGI/t/fast.t] Added Test for CGI::Fast
14396              From: "chromatic" <chromatic@rmci.net>
14397              Date: Sat, 08 Sep 2001 12:31:44 -0600
14398              Message-ID: <20010908183612.49960.qmail@onion.perl.org>
14399      Branch: perl
14400            + lib/CGI/t/fast.t
14401            ! MANIFEST
14402 ____________________________________________________________________________
14403 [ 11951] By: jhi                                   on 2001/09/09  00:24:07
14404         Log: The Socket tests were wrong: they were assuming too much.
14405      Branch: perl
14406            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
14407 ____________________________________________________________________________
14408 [ 11950] By: jhi                                   on 2001/09/08  20:09:07
14409         Log: Retract the portability changes since they
14410              seem to have opened a can of worms... will
14411              go back to UNICOS/mk and do the bare minimum
14412              required to get the tests working.
14413      Branch: perl
14414            ! ext/Socket/Socket.xs
14415 ____________________________________________________________________________
14416 [ 11949] By: jhi                                   on 2001/09/08  19:48:20
14417         Log: PADOFFSET is used to cast pointers into integers,
14418              if pointers are 64 bits and U32 32 bits,
14419              bad things may happen, or at least warnings issued.
14420      Branch: perl
14421            ! op.h
14422 ____________________________________________________________________________
14423 [ 11948] By: jhi                                   on 2001/09/08  18:50:07
14424         Log: Still more Socket portability tweaking.
14425              Now Socket.t seems to be happy in all of
14426              Linux/x86, Tru64/alpha, Solaris/sparc,
14427              IRIX/MIPS (both 32-bit and 64-bit), and UNICOS/mk/alpha.
14428              
14429              Addendum: it seems that io_multihomed, io_sock, and hostent
14430              were broken in little-endians (linux/x86 and tru64/alpha)
14431              because of this change.  Argh.
14432      Branch: perl
14433            ! ext/Socket/Socket.xs
14434 ____________________________________________________________________________
14435 [ 11947] By: jhi                                   on 2001/09/08  17:23:23
14436         Log: More portability kicking on inet_ntoa().
14437      Branch: perl
14438            ! ext/Socket/Socket.xs
14439 ____________________________________________________________________________
14440 [ 11946] By: jhi                                   on 2001/09/08  15:09:58
14441         Log: Subject: [REPATCH] Re: [PATCH MANIFEST, lib/ExtUtils/Manifest.t] Another New Test
14442              From: Michael G Schwern <schwern@pobox.com> 
14443              Date: Fri, 7 Sep 2001 23:06:51 -0400
14444              Message-ID: <20010907230651.R606@blackrider>
14445      Branch: perl
14446            + lib/ExtUtils/Manifest.t
14447            ! MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/Manifest.pm
14448 ____________________________________________________________________________
14449 [ 11945] By: jhi                                   on 2001/09/08  14:49:15
14450         Log: Subject: Re: [PATCH MANIFEST, lib/ExtUtils/testlib.t] More Tests
14451              From: "chromatic" <chromatic@rmci.net>
14452              Date: Fri, 07 Sep 2001 17:53:15 -0600      
14453              Message-ID: <20010907235740.80566.qmail@onion.perl.org>              
14454      Branch: perl
14455            + lib/ExtUtils/testlib.t
14456            ! MANIFEST
14457 ____________________________________________________________________________
14458 [ 11944] By: jhi                                   on 2001/09/07  22:57:00
14459         Log: Thinko.
14460      Branch: perl
14461            ! lib/integer.t
14462 ____________________________________________________________________________
14463 [ 11943] By: jhi                                   on 2001/09/07  20:34:55
14464         Log: Subject: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
14465              From: "Craig A. Berry" <craigberry@mac.com>
14466              Date: Fri, 07 Sep 2001 15:30:03 -0500
14467              Message-Id: <5.1.0.14.0.20010907142644.03700c38@exchi01>
14468      Branch: perl
14469            ! lib/CGI/Carp.pm
14470 ____________________________________________________________________________
14471 [ 11942] By: jhi                                   on 2001/09/07  20:30:43
14472         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] (was Re: MakeMaker: MM_Unix rule excluding pods)
14473              From: Michael G Schwern <schwern@pobox.com>
14474              Date: Fri, 7 Sep 2001 15:38:13 -0400
14475              Message-ID: <20010907153813.K606@blackrider>
14476      Branch: perl
14477            ! lib/ExtUtils/MM_Unix.pm
14478 ____________________________________________________________________________
14479 [ 11941] By: jhi                                   on 2001/09/07  20:28:24
14480         Log: Subject: [PATCH perl.h mg.c pp_sys.c] Silence the remaing format warning
14481              From: Robin Barker <rmb1@cise.npl.co.uk>
14482              Date: Fri, 7 Sep 2001 18:28:23 +0100 (BST)
14483              Message-Id: <200109071728.SAA13569@tempest.npl.co.uk>
14484      Branch: perl
14485            ! Porting/pumpkin.pod mg.c perl.h pp_sys.c
14486 ____________________________________________________________________________
14487 [ 11940] By: jhi                                   on 2001/09/07  20:26:29
14488         Log: Clean up 1_compile.t; move tests to more consistent
14489              places (t/ subdirectories); add integer.t (much of
14490              the pragma is tested elsewhere but there is no one
14491              centralized place)
14492      Branch: perl
14493            + ext/Fcntl/t/fcntl.t ext/Fcntl/t/syslfs.t ext/POSIX/t/posix.t
14494            + ext/POSIX/t/sigaction.t lib/Env/t/array.t lib/Env/t/env.t
14495            + lib/File/Find/t/find.t lib/File/Find/t/taint.t lib/integer.t
14496            - ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t ext/POSIX/POSIX.t
14497            - ext/POSIX/sigaction.t lib/Env/array.t lib/Env/env.t
14498            - lib/File/Find/find.t lib/File/Find/taint.t
14499            ! MANIFEST t/lib/1_compile.t t/op/lfs.t
14500 ____________________________________________________________________________
14501 [ 11939] By: jhi                                   on 2001/09/07  17:25:32
14502         Log: Subject: Re: [PATCH lib/File/Find/taint.t] Use Test::More
14503              From: "chromatic" <chromatic@rmci.net>
14504              Date: Fri, 07 Sep 2001 10:17:40 -0600
14505              Message-ID: <20010907162205.84723.qmail@onion.perl.org>
14506      Branch: perl
14507            ! lib/File/Find/taint.t
14508 ____________________________________________________________________________
14509 [ 11938] By: jhi                                   on 2001/09/07  14:04:43
14510         Log: Update Changes.
14511      Branch: perl
14512            ! Changes patchlevel.h
14513 ____________________________________________________________________________
14514 [ 11937] By: jhi                                   on 2001/09/07  13:52:03
14515         Log: Rename the old threading tutorial, start a new one,
14516              regen toc.
14517      Branch: perl
14518            + pod/perlothrtut.pod
14519            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlthrtut.pod
14520            ! pod/perltoc.pod
14521 ____________________________________________________________________________
14522 [ 11936] By: jhi                                   on 2001/09/07  13:05:48
14523         Log: vars very much has a test.
14524      Branch: perl
14525            ! t/lib/1_compile.t
14526 ____________________________________________________________________________
14527 [ 11935] By: jhi                                   on 2001/09/07  12:52:06
14528         Log: Subject: Re: wince/perl.ico marked as binary
14529              From: Nicholas Clark <nick@ccl4.org>
14530              Date: Fri, 7 Sep 2001 13:54:40 +0100
14531              Message-ID: <20010907135439.D39150@plum.flirble.org>
14532              
14533              and wince/Makefile.ce change from Rainer Keuchel.
14534      Branch: perl
14535            + wince/makeico.pl
14536            ! MANIFEST wince/Makefile.ce
14537 ____________________________________________________________________________
14538 [ 11934] By: jhi                                   on 2001/09/07  12:43:50
14539         Log: Subject: Re: [PATCH regexec.c] more general .* and .*?
14540              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
14541              Date: Fri, 7 Sep 2001 09:41:10 -0400 (EDT)
14542              Message-ID: <Pine.GSO.4.21.0109070933530.7041-100000@crusoe.crusoe.net>
14543      Branch: perl
14544            ! regexec.c
14545 ____________________________________________________________________________
14546 [ 11933] By: jhi                                   on 2001/09/07  12:37:46
14547         Log: (Replaced by #11934)
14548              Subject: Re: [PATCH regexec.c] more general .* and .*?
14549              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
14550              Date: Fri, 7 Sep 2001 08:44:17 -0400 (EDT)
14551              Message-ID: <Pine.GSO.4.21.0109070836110.7041-100000@crusoe.crusoe.net>
14552      Branch: perl
14553            ! regexec.c
14554 ____________________________________________________________________________
14555 [ 11932] By: jhi                                   on 2001/09/07  12:27:14
14556         Log: The #11931 patching misbehaved.
14557      Branch: perl
14558            ! lib/Test/Harness/t/test-harness.t
14559 ____________________________________________________________________________
14560 [ 11931] By: jhi                                   on 2001/09/07  12:21:30
14561         Log: Subject: [PATCH lib/Test/Harness* t/TEST] Test::Harness 1.25 sync
14562              From: Michael G Schwern <schwern@pobox.com>
14563              Date: Fri, 7 Sep 2001 03:30:41 -0400
14564              Message-ID: <20010907033041.A2796@blackrider>
14565      Branch: perl
14566            + lib/Test/Harness/Changes lib/Test/Harness/t/base.t
14567            + lib/Test/Harness/t/ok.t lib/Test/Harness/t/test-harness.t
14568            + t/lib/sample-tests/header_at_end_fail
14569            + t/lib/sample-tests/skip_no_msg t/lib/sample-tests/todo_inline
14570            - lib/Test/Harness.t
14571            ! MANIFEST lib/Test/Harness.pm t/TEST
14572 ____________________________________________________________________________
14573 [ 11930] By: jhi                                   on 2001/09/07  11:59:17
14574         Log: Subject: [PATCH] Digest::MD5 update
14575              From: Gisle Aas <gisle@ActiveState.com>
14576              Date: 06 Sep 2001 23:32:56 -0700
14577              Message-ID: <lrofon5x47.fsf@caliper.ActiveState.com>
14578      Branch: perl
14579            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
14580            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
14581 ____________________________________________________________________________
14582 [ 11929] By: jhi                                   on 2001/09/07  11:23:05
14583         Log: Subject: [PATCH MANIFEST, lib/less.t] Add Tests for the less Pragma
14584              From: "chromatic" <chromatic@rmci.net>
14585              Date: Thu, 06 Sep 2001 23:11:44 -0600
14586              Message-ID: <20010907051609.91459.qmail@onion.perl.org>
14587      Branch: perl
14588            + lib/less.t
14589            ! MANIFEST t/lib/1_compile.t
14590 ____________________________________________________________________________
14591 [ 11928] By: jhi                                   on 2001/09/07  11:19:29
14592         Log: The binary file must somehow differently stored.
14593      Branch: perl
14594            - wince/perl.ico
14595            ! MANIFEST
14596 ____________________________________________________________________________
14597 [ 11927] By: jhi                                   on 2001/09/07  03:53:29
14598         Log: Add more modules to the list of modules that have tests,
14599              Schwern's wallet is getting more nervous.
14600              (Run t/lib/1_compile.t manually to see which modules
14601              are lacking tests, or the tests can't be run for some
14602              reason or another, such as the Net:: modules)
14603      Branch: perl
14604            ! t/lib/1_compile.t
14605 ____________________________________________________________________________
14606 [ 11926] By: jhi                                   on 2001/09/07  03:43:11
14607         Log: Try to make Socket::inet_ntoa() more robust.
14608      Branch: perl
14609            ! ext/Socket/Socket.t ext/Socket/Socket.xs pod/perldiag.pod
14610 ____________________________________________________________________________
14611 [ 11925] By: jhi                                   on 2001/09/07  01:57:58
14612         Log: Subject: Re: [PATCH lib/English.t] Test All Aliases (including %Errno)
14613              From: chromatic <chromatic@rmci.net>       
14614              Date: Wed, 5 Sep 2001 22:58:05 -0600                         
14615              Message-Id: <01090522580506.19590@firewheel>           
14616      Branch: perl
14617            ! lib/English.t
14618 ____________________________________________________________________________
14619 [ 11924] By: jhi                                   on 2001/09/07  01:55:05
14620         Log: Subject: Re: perlvar manpage and localizing special vars
14621              From: Stas Bekman <stas@stason.org>
14622              Date: Fri, 7 Sep 2001 10:10:24 +0800 (SGT)
14623              Message-ID: <Pine.LNX.4.33.0109071009240.19262-100000@stas.singnet.com.sg>
14624      Branch: perl
14625            ! pod/perlvar.pod
14626 ____________________________________________________________________________
14627 [ 11923] By: jhi                                   on 2001/09/07  01:49:36
14628         Log: Subject: [PATCH MakeMaker.pm] noise from make in ext/SDBM
14629              From: Robin Barker <rmb1@cise.npl.co.uk>
14630              Date: Thu, 6 Sep 2001 19:36:49 +0100 (BST)
14631              Message-Id: <200109061836.TAA08747@tempest.npl.co.uk>
14632      Branch: perl
14633            ! lib/ExtUtils/MakeMaker.pm
14634 ____________________________________________________________________________
14635 [ 11922] By: jhi                                   on 2001/09/06  18:09:08
14636         Log: Symbol missing; AIX unhappy.
14637      Branch: perl
14638            ! makedef.pl
14639 ____________________________________________________________________________
14640 [ 11921] By: jhi                                   on 2001/09/06  17:52:43
14641         Log: Add a test for [ID 20010906.019] perl crashes on "undef foo"
14642              Reported in 5.61, seems to work okay in blead.
14643      Branch: perl
14644            ! t/run/kill_perl.t
14645 ____________________________________________________________________________
14646 [ 11920] By: jhi                                   on 2001/09/06  14:35:09
14647         Log: Update Changes.
14648      Branch: perl
14649            ! Changes patchlevel.h
14650 ____________________________________________________________________________
14651 [ 11919] By: jhi                                   on 2001/09/06  14:20:10
14652         Log: Document the bad assumptions currently breaking
14653              the Socket.t tests 10, 11, and 13 in UNICOS.
14654      Branch: perl
14655            ! ext/Socket/Socket.xs
14656 ____________________________________________________________________________
14657 [ 11918] By: jhi                                   on 2001/09/06  14:07:45
14658         Log: Subject: [PATCH x2p] make OPTIMIZE=...
14659              From: Robin Barker <rmb1@cise.npl.co.uk>
14660              Date: Thu, 6 Sep 2001 13:31:37 +0100 (BST)
14661              Message-Id: <200109061231.NAA25265@tempest.npl.co.uk>
14662      Branch: perl
14663            ! x2p/Makefile.SH x2p/cflags.SH
14664 ____________________________________________________________________________
14665 [ 11917] By: jhi                                   on 2001/09/06  14:01:45
14666         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
14667              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
14668              Date: Thu, 6 Sep 2001 11:09:40 +0100
14669              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
14670              
14671              Subject: Re: [PATCH] for perlhack.pod - no p5p archive on deja/google    
14672              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
14673              Date: 6 Sep 2001 10:14:38 -0000
14674              Message-Id: <slrn9pej4m.1j8.rgarciasuarez@rafael.kazibao.net>   
14675      Branch: perl
14676            ! pod/perlfaq1.pod pod/perlhack.pod
14677 ____________________________________________________________________________
14678 [ 11916] By: jhi                                   on 2001/09/06  13:56:19
14679         Log: Subject: Extra NUL is Data::Dumper output - patch
14680              From: Tony Cook <tony@develop-help.com>
14681              Date: Thu, 6 Sep 2001 12:35:49 +1000 (EST)
14682              Message-ID: <Pine.LNX.4.10.10109061157210.9366-100000@develop-help.com>
14683      Branch: perl
14684            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
14685 ____________________________________________________________________________
14686 [ 11915] By: jhi                                   on 2001/09/06  13:51:16
14687         Log: Avoid redefinition warning
14688              Subroutine Cwd::fastcwd redefined at lib/XSLoader.pm line 97.
14689              from
14690              perl -w -Ilib -MCwd -e ''
14691      Branch: perl
14692            ! lib/Cwd.pm
14693 ____________________________________________________________________________
14694 [ 11914] By: jhi                                   on 2001/09/06  13:30:32
14695         Log: Update the is_tainted() example implementation.
14696      Branch: perl
14697            ! pod/perlsec.pod
14698 ____________________________________________________________________________
14699 [ 11913] By: jhi                                   on 2001/09/06  13:15:59
14700         Log: Missing) in #11912.
14701      Branch: perl
14702            ! lib/Test/Simple/t/fail.t
14703 ____________________________________________________________________________
14704 [ 11912] By: jhi                                   on 2001/09/06  13:08:48
14705         Log: Rewhack Test-Simple into core harness.
14706      Branch: perl
14707            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
14708            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
14709            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
14710            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
14711            ! lib/Test/Simple/t/skipall.t
14712 ____________________________________________________________________________
14713 [ 11911] By: jhi                                   on 2001/09/06  11:54:06
14714         Log: Workaround for the new Exporter 'feature'.
14715      Branch: perl
14716            ! lib/Test/More.pm
14717 ____________________________________________________________________________
14718 [ 11910] By: jhi                                   on 2001/09/06  11:52:56
14719         Log: Re-introduce pure-Perl fall-back for abs_path,
14720              re-introduce #11898.
14721      Branch: perl
14722            ! lib/Cwd.pm lib/File/Find.pm
14723 ____________________________________________________________________________
14724 [ 11909] By: jhi                                   on 2001/09/06  03:49:13
14725         Log: More tests.
14726      Branch: perl
14727            ! lib/Exporter.t
14728 ____________________________________________________________________________
14729 [ 11908] By: jhi                                   on 2001/09/06  03:38:22
14730         Log: Retract #11898 for now because it introduces
14731              a rather nasty depencency: when B is being built,
14732              MakeMaker is used.  MakeMaker uses File::Find.
14733              File::Find uses Cwd::getcwd()...which doesn't
14734              exist yet.
14735      Branch: perl
14736            ! lib/File/Find.pm
14737 ____________________________________________________________________________
14738 [ 11907] By: jhi                                   on 2001/09/06  03:20:02
14739         Log: New test welcome.
14740      Branch: perl
14741            + lib/Test/Simple/t/simple.t
14742 ____________________________________________________________________________
14743 [ 11906] By: jhi                                   on 2001/09/06  03:08:01
14744         Log: Old test begone.
14745      Branch: perl
14746            - lib/Attribute/Handlers/test.pl
14747 ____________________________________________________________________________
14748 [ 11905] By: jhi                                   on 2001/09/06  01:41:03
14749         Log: Test-Simple syncup from Schwern.
14750      Branch: perl
14751            + lib/Test/Simple/t/More.t lib/Test/Simple/t/fail-like.t
14752            + lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/skip.t
14753            + lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
14754            + lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
14755            + lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
14756            - lib/Test/More/Changes lib/Test/More/t/More.t
14757            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
14758            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
14759            - lib/Test/Simple/t/simple.t t/lib/Test/More/Catch.pm
14760            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
14761            ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
14762            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
14763            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
14764            ! lib/Test/Simple/t/plan_is_noplan.t t/lib/Test/Simple/Catch.pm
14765            ! t/lib/Test/Simple/sample_tests/death.plx
14766            ! t/lib/Test/Simple/sample_tests/death_in_eval.plx
14767            ! t/lib/Test/Simple/sample_tests/extras.plx
14768            ! t/lib/Test/Simple/sample_tests/five_fail.plx
14769            ! t/lib/Test/Simple/sample_tests/last_minute_death.plx
14770            ! t/lib/Test/Simple/sample_tests/one_fail.plx
14771            ! t/lib/Test/Simple/sample_tests/require.plx
14772            ! t/lib/Test/Simple/sample_tests/success.plx
14773            ! t/lib/Test/Simple/sample_tests/too_few.plx
14774            ! t/lib/Test/Simple/sample_tests/two_fail.plx
14775 ____________________________________________________________________________
14776 [ 11904] By: pudge                                 on 2001/09/06  00:28:01
14777         Log: Integrate File::Find changes from bleadperl
14778      Branch: maint-5.6/macperl
14779            ! lib/File/Find.pm t/lib/filefind-taint.t
14780 ____________________________________________________________________________
14781 [ 11903] By: pudge                                 on 2001/09/06  00:22:29
14782         Log: Integrate 11847 from maint-5.6/perl
14783      Branch: maint-5.6/macperl
14784           !> sv.c
14785 ____________________________________________________________________________
14786 [ 11902] By: jhi                                   on 2001/09/05  23:27:57
14787         Log: In UNICOS division yada yada.
14788      Branch: perl
14789            ! t/op/override.t
14790 ____________________________________________________________________________
14791 [ 11901] By: jhi                                   on 2001/09/05  23:26:23
14792         Log: In UNICOS division is really lossy, better use
14793              a tolerance test.
14794      Branch: perl
14795            ! ext/Time/HiRes/HiRes.t
14796 ____________________________________________________________________________
14797 [ 11900] By: jhi                                   on 2001/09/05  23:22:38
14798         Log: In UNICOS sigaction() sets an extra flag
14799              ("the signal has been registered for all the processes in
14800              a multitasking group.")
14801      Branch: perl
14802            ! ext/POSIX/sigaction.t
14803 ____________________________________________________________________________
14804 [ 11899] By: jhi                                   on 2001/09/05  23:18:48
14805         Log: Documentation micropatch from Damian.
14806      Branch: perl
14807            ! lib/Attribute/Handlers.pm
14808 ____________________________________________________________________________
14809 [ 11898] By: jhi                                   on 2001/09/05  23:16:50
14810         Log: (Retracted by #11908)
14811              Subject: [PATCH] Re: [PATCH lib/File/Find.pm lib/File/Find/taint.t] Fixing those damned taint tests
14812              From: Michael G Schwern <schwern@pobox.com>
14813              Date: Wed, 5 Sep 2001 15:58:21 -0400
14814              Message-ID: <20010905155821.I632@blackrider>
14815      Branch: perl
14816            ! lib/File/Find.pm lib/File/Find/taint.t
14817 ____________________________________________________________________________
14818 [ 11897] By: jhi                                   on 2001/09/05  23:14:43
14819         Log: Subject: [PATCH lib/CGI/t/carp.t] Tests for CGI::Carp               
14820              From: Michael G Schwern <schwern@pobox.com>
14821              Date: Wed, 5 Sep 2001 19:16:31 -0400
14822              Message-ID: <20010905191631.E11386@blackrider>
14823      Branch: perl
14824            + lib/CGI/t/carp.t
14825            ! MANIFEST
14826 ____________________________________________________________________________
14827 [ 11896] By: jhi                                   on 2001/09/05  23:14:11
14828         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`       
14829              From: chromatic <chromatic@rmci.net>
14830              Date: Wed, 5 Sep 2001 18:08:07 -0600
14831              Message-Id: <01090518080700.19590@firewheel>
14832      Branch: perl
14833            ! lib/English.pm
14834 ____________________________________________________________________________
14835 [ 11895] By: jhi                                   on 2001/09/05  22:52:01
14836         Log: Fix a typo #11889 and add a test for the same.
14837      Branch: perl
14838            ! ext/Socket/Socket.t ext/Socket/Socket.xs
14839 ____________________________________________________________________________
14840 [ 11894] By: jhi                                   on 2001/09/05  22:43:26
14841         Log: Subject: [PATCH bleadperl] tweak warnings.t and kill_perl.t for VMS
14842              From: "Craig A. Berry" <craigberry@mac.com>
14843              Date: Wed, 05 Sep 2001 17:48:54 -0500
14844              Message-Id: <5.1.0.14.0.20010905145002.02b45218@exchi01>
14845      Branch: perl
14846            ! lib/warnings.t t/run/kill_perl.t
14847 ____________________________________________________________________________
14848 [ 11893] By: jhi                                   on 2001/09/05  22:36:35
14849         Log: Subject: [PATCH t/run/kill_perl.t] tying a bareword causes a segfault in 5.6.1
14850              From: Michael G Schwern <schwern@pobox.com>
14851              Date: Wed, 5 Sep 2001 17:22:25 -0400
14852              Message-ID: <20010905172225.C11386@blackrider>
14853      Branch: perl
14854            ! t/run/kill_perl.t
14855 ____________________________________________________________________________
14856 [ 11892] By: jhi                                   on 2001/09/05  22:34:55
14857         Log: Subject: [PATCH] Re: [ID 20010825.006] -DCRIPPLED_CC is broken
14858              From: Nicholas Clark <nick@ccl4.org>
14859              Date: Wed, 5 Sep 2001 20:54:24 +0100
14860              Message-ID: <20010905205424.C25120@plum.flirble.org>
14861      Branch: perl
14862            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h sv.c sv.h
14863 ____________________________________________________________________________
14864 [ 11891] By: jhi                                   on 2001/09/05  22:34:16
14865         Log: Forgotten thing.
14866      Branch: perl
14867            ! uconfig.h
14868 ____________________________________________________________________________
14869 [ 11890] By: jhi                                   on 2001/09/05  22:27:42
14870         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
14871              From: chromatic <chromatic@rmci.net>               
14872              Date: Wed, 5 Sep 2001 13:22:08 -0600
14873              Message-Id: <01090513220807.10587@firewheel> 
14874      Branch: perl
14875            ! lib/English.pm
14876 ____________________________________________________________________________
14877 [ 11889] By: jhi                                   on 2001/09/05  22:23:06
14878         Log: inet_ntoa() tweaks:
14879              - don't allow addresses with > 255 characters
14880              - indent the HP-UX workaround
14881              - don't leak memory
14882      Branch: perl
14883            ! ext/Socket/Socket.xs
14884 ____________________________________________________________________________
14885 [ 11888] By: jhi                                   on 2001/09/05  16:26:17
14886         Log: Clear up a documentation confusion noticed by Xiaoyun Wu
14887              <xwu@theeducationcenter.com>
14888      Branch: perl
14889            ! lib/File/Find.pm
14890 ____________________________________________________________________________
14891 [ 11887] By: jhi                                   on 2001/09/05  15:40:03
14892         Log: Typo nits.
14893      Branch: perl
14894            ! lib/File/Find.pm
14895 ____________________________________________________________________________
14896 [ 11886] By: jhi                                   on 2001/09/05  15:30:11
14897         Log: -Wall nit.
14898      Branch: perl
14899            ! op.c
14900 ____________________________________________________________________________
14901 [ 11885] By: gbarr                                 on 2001/09/05  15:26:18
14902         Log: Update to Scalar-List-Utils 1.05
14903      Branch: perl
14904            ! ext/List/Util/ChangeLog ext/List/Util/README
14905            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
14906 ____________________________________________________________________________
14907 [ 11884] By: jhi                                   on 2001/09/05  13:05:14
14908         Log: Update Changes.
14909      Branch: perl
14910            ! Changes patchlevel.h
14911 ____________________________________________________________________________
14912 [ 11883] By: gbarr                                 on 2001/09/05  12:51:35
14913         Log: Update to Scalar-List-Utils 1.04
14914      Branch: perl
14915            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
14916            ! ext/List/Util/lib/List/Util.pm
14917            ! ext/List/Util/lib/Scalar/Util.pm
14918 ____________________________________________________________________________
14919 [ 11882] By: jhi                                   on 2001/09/05  12:29:44
14920         Log: Metaconfigify #11724.
14921      Branch: metaconfig
14922            ! U/threads/archname.U
14923 ____________________________________________________________________________
14924 [ 11881] By: jhi                                   on 2001/09/05  12:21:44
14925         Log: The MacOS reference is okay, no reason to hide it.
14926      Branch: perl
14927            ! lib/Cwd.pm
14928 ____________________________________________________________________________
14929 [ 11880] By: jhi                                   on 2001/09/05  12:20:49
14930         Log: Subject: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was  Re: [PATCH lib/Cwd.pm]  Try this again.)
14931              From: Michael G Schwern <schwern@pobox.com>
14932              Date: Tue, 4 Sep 2001 15:30:10 -0400
14933              Message-ID: <20010904153010.H26466@blackrider> 
14934              
14935              (We'll see whether the ../../lib/Cwd.pm works in alien lands)
14936      Branch: perl
14937            ! ext/Cwd/Makefile.PL lib/Cwd.pm
14938 ____________________________________________________________________________
14939 [ 11879] By: jhi                                   on 2001/09/05  12:12:18
14940         Log: Subject: [PATCH lib/Cwd.pm] cwd() taint safe  (was Re: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was  Re: [PATCH lib/Cwd.pm]  Try this again.))
14941              From: Michael G Schwern <schwern@pobox.com>
14942              Date: Tue, 4 Sep 2001 17:39:13 -0400
14943              Message-ID: <20010904173913.C626@blackrider>
14944      Branch: perl
14945            ! lib/Cwd.pm
14946 ____________________________________________________________________________
14947 [ 11878] By: jhi                                   on 2001/09/05  12:10:50
14948         Log: Subject: Re: Perl_pp_* in public API?
14949              From: "Craig A. Berry" <craigberry@mac.com>
14950              Date: Tue, 4 Sep 2001 21:51:29 -0500
14951              Message-Id: <a05101000b7bb3f558c8a@[172.16.52.1]>
14952      Branch: perl
14953            ! ext/List/Util/Util.xs
14954 ____________________________________________________________________________
14955 [ 11877] By: jhi                                   on 2001/09/05  12:07:53
14956         Log: From Damian: Class::Struct was unable to define
14957              recursive classes.  After the patch an object reference
14958              (rather than a hash) is required to initialize
14959              an object attribute.  If no such initializer is given to
14960              the constructor, object attributes are now default
14961              initialized to C<undef>.
14962      Branch: perl
14963            ! lib/Class/Struct.pm lib/Class/Struct.t
14964 ____________________________________________________________________________
14965 [ 11876] By: jhi                                   on 2001/09/05  11:51:24
14966         Log: Subject: Re: sv_catpvfn and sv_setpvfn
14967              From: Richard Soderberg <rs@oregonnet.com>
14968              Date: Tue, 4 Sep 2001 15:16:47 -0700
14969              Message-Id: <200109042216.PAA17858@oregonnet.com>
14970      Branch: perl
14971            ! pod/perlclib.pod pod/perlguts.pod
14972 ____________________________________________________________________________
14973 [ 11875] By: jhi                                   on 2001/09/05  11:48:14
14974         Log: NetWare updates from Ananth Kesari.
14975      Branch: perl
14976            ! NetWare/config.wc NetWare/netware.h NetWare/nw5.c
14977            ! NetWare/nw5thread.h
14978 ____________________________________________________________________________
14979 [ 11874] By: jhi                                   on 2001/09/05  11:30:59
14980         Log: Subject: [PATCH] oct and hex in glorious 64 bit (with less bugs) (was Re: hex and oct again (was Re: FreeBSD MD5 crypt? Re: crypt/hex/oct and Unicode?))
14981              From: Nicholas Clark <nick@ccl4.org>
14982              Date: Tue, 4 Sep 2001 22:42:50 +0100
14983              Message-ID: <20010904224250.P25120@plum.flirble.org>
14984      Branch: perl
14985            ! embed.h embed.pl numeric.c perl.c perl.h pod/perlclib.pod
14986            ! pod/perlfunc.pod pp.c proto.h regcomp.c t/op/64bitint.t
14987            ! t/op/oct.t toke.c
14988 ____________________________________________________________________________
14989 [ 11873] By: jhi                                   on 2001/09/04  21:03:17
14990         Log: Fix Cwd::getcwd() not being tainted, as noticed
14991              by Schwern.
14992      Branch: perl
14993            + ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
14994            - ext/Cwd/Cwd.t
14995            ! MANIFEST ext/Cwd/Cwd.xs util.c
14996 ____________________________________________________________________________
14997 [ 11872] By: jhi                                   on 2001/09/04  20:00:50
14998         Log: Retract #11870 and volatilize the right destruct_level.
14999              Silly thinko pointed out by Sarathy.
15000      Branch: perl
15001            ! intrpvar.h perl.c
15002 ____________________________________________________________________________
15003 [ 11871] By: jhi                                   on 2001/09/04  19:45:59
15004         Log: At least a temporary fix for the mysterious scope core dumps
15005              in Tru64 from Graham.
15006      Branch: perl
15007            ! ext/List/Util/Util.xs
15008 ____________________________________________________________________________
15009 [ 11870] By: jhi                                   on 2001/09/04  19:01:48
15010         Log: (Retracted by #11872)
15011      Branch: perl
15012            ! intrpvar.h
15013 ____________________________________________________________________________
15014 [ 11869] By: jhi                                   on 2001/09/04  17:43:31
15015         Log: Quench a -Wall gripe noticed by Robin Barker.
15016      Branch: perl
15017            ! op.c
15018 ____________________________________________________________________________
15019 [ 11868] By: jhi                                   on 2001/09/04  16:38:07
15020         Log: Subject: [PATCH perl@11834] Unicode::UCD rewritten using Lingua::KO::Hangul::Util
15021              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
15022              Date: Wed, 05 Sep 2001 02:01:32 +0900
15023              Message-Id: <20010905015059.E684.BQW10602@nifty.com>
15024      Branch: perl
15025            ! lib/Unicode/UCD.pm
15026 ____________________________________________________________________________
15027 [ 11867] By: jhi                                   on 2001/09/04  16:35:27
15028         Log: Subject: Re: [PATCH gv.c] @& sets PL_sawampersand
15029              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
15030              Date: Tue, 4 Sep 2001 12:51:02 -0400 (EDT)
15031              Message-ID: <Pine.GSO.4.21.0109041250420.7601-100000@crusoe.crusoe.net>
15032      Branch: perl
15033            ! gv.c
15034 ____________________________________________________________________________
15035 [ 11866] By: jhi                                   on 2001/09/04  13:52:28
15036         Log: Update Changes.
15037      Branch: perl
15038            ! Changes patchlevel.h
15039 ____________________________________________________________________________
15040 [ 11865] By: jhi                                   on 2001/09/04  13:36:58
15041         Log: Add the \[$@%&*] prototype support.
15042      Branch: perl
15043            ! op.c pod/perlsub.pod t/comp/proto.t
15044 ____________________________________________________________________________
15045 [ 11864] By: jhi                                   on 2001/09/04  13:10:38
15046         Log: Subject: [PATCH lib/CGI/t/form.t] Cleanup
15047              From: Michael G Schwern <schwern@pobox.com>
15048              Date: Mon, 3 Sep 2001 18:59:01 -0400
15049              Message-ID: <20010903185901.Z9233@blackrider>
15050      Branch: perl
15051            ! lib/CGI/t/form.t
15052 ____________________________________________________________________________
15053 [ 11863] By: jhi                                   on 2001/09/04  13:06:39
15054         Log: Subject: [PATCH gv.c] @& sets PL_sawampersand
15055              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
15056              Date: Mon, 3 Sep 2001 12:36:20 -0400 (EDT)
15057              Message-ID: <Pine.GSO.4.21.0109031235240.7601-100000@crusoe.crusoe.net>
15058      Branch: perl
15059            ! gv.c
15060 ____________________________________________________________________________
15061 [ 11862] By: jhi                                   on 2001/09/04  13:05:23
15062         Log: More srand entry tweakage based on Randal's suggestion.
15063      Branch: perl
15064            ! pod/perlfunc.pod
15065 ____________________________________________________________________________
15066 [ 11861] By: jhi                                   on 2001/09/04  12:48:14
15067         Log: Subject: [PATCH] 'main' *is* a reserved word
15068              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15069              Date: Mon, 3 Sep 2001 22:55:41 +0200
15070              Message-ID: <20010903225541.A24097@rafael>
15071      Branch: perl
15072            ! toke.c
15073 ____________________________________________________________________________
15074 [ 11860] By: jhi                                   on 2001/09/04  12:46:30
15075         Log: Subject: [PATCH: bleedperl] s/ROOT\./_ROOT./ for VMS default install prefix appendage
15076              From: Peter Prymmer <pvhp@best.com>
15077              Date: Mon, 3 Sep 2001 13:43:04 -0700 (PDT)
15078              Message-ID: <Pine.BSF.4.21.0109031338300.5068-100000@shell8.ba.best.com>
15079      Branch: perl
15080            ! README.vms configure.com
15081 ____________________________________________________________________________
15082 [ 11859] By: jhi                                   on 2001/09/04  12:44:29
15083         Log: Subject: Re: A slightly better default seed?   
15084              From: Michael G Schwern <schwern@pobox.com>
15085              Date: Mon, 3 Sep 2001 18:08:15 -0400 
15086              Message-ID: <20010903180815.W9233@blackrider>
15087      Branch: perl
15088            ! t/op/srand.t
15089 ____________________________________________________________________________
15090 [ 11858] By: jhi                                   on 2001/09/04  12:41:59
15091         Log: Add sharedsv.o to microperl object files.
15092      Branch: perl
15093            ! Makefile.micro
15094 ____________________________________________________________________________
15095 [ 11857] By: jhi                                   on 2001/09/04  12:27:51
15096         Log: AUTHORS updates and
15097              
15098              Subject: [PATCH] Just some preening :-)        
15099              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
15100              Date: Tue, 4 Sep 2001 14:16:59 +0100
15101              Message-ID: <20010904141659.A10129@homer.diplex.co.uk>            
15102      Branch: perl
15103            ! AUTHORS ext/Data/Dumper/Changes lib/Text/Soundex.pm
15104 ____________________________________________________________________________
15105 [ 11856] By: jhi                                   on 2001/09/04  12:09:43
15106         Log: Typo fix and slight rewording.
15107      Branch: perl
15108            ! pod/perlfunc.pod
15109 ____________________________________________________________________________
15110 [ 11855] By: jhi                                   on 2001/09/04  12:04:16
15111         Log: Update the FAQ now that Scalar-List-Utils 1.03 has shuffle().
15112      Branch: perl
15113            ! pod/perlfaq4.pod
15114 ____________________________________________________________________________
15115 [ 11854] By: jhi                                   on 2001/09/03  20:12:21
15116         Log: The helper file changed name.
15117      Branch: perl
15118            ! MANIFEST
15119 ____________________________________________________________________________
15120 [ 11853] By: gbarr                                 on 2001/09/03  20:00:00
15121         Log: Update to Scalar-List-Utils 1.03
15122      Branch: perl
15123            + ext/List/Util/t/shuffle.t
15124            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
15125            ! ext/List/Util/lib/List/Util.pm ext/List/Util/t/blessed.t
15126            ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
15127            ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
15128            ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
15129            ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
15130            ! ext/List/Util/t/reftype.t ext/List/Util/t/sum.t
15131            ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
15132 ____________________________________________________________________________
15133 [ 11852] By: jhi                                   on 2001/09/03  19:50:57
15134         Log: Make crypt() do something more sane for Unicode
15135              (take crypt() of the low eight bits of the characters,
15136              instead of taking crypt() of the UTF-8 of the scalar);
15137              add a test for crypt().
15138      Branch: perl
15139            + t/op/crypt.t
15140            ! MANIFEST pod/perlfunc.pod pp.c
15141 ____________________________________________________________________________
15142 [ 11851] By: jhi                                   on 2001/09/03  19:19:35
15143         Log: Reorganize the srand entry.
15144      Branch: perl
15145            ! pod/perlfunc.pod
15146 ____________________________________________________________________________
15147 [ 11850] By: jhi                                   on 2001/09/03  18:54:51
15148         Log: Remove the tests that assume something about
15149              calling srand() without arguments multiple times.
15150      Branch: perl
15151            ! t/op/srand.t
15152 ____________________________________________________________________________
15153 [ 11849] By: jhi                                   on 2001/09/03  18:15:16
15154         Log: Upgrade to Math::BigInt 1.42.
15155      Branch: perl
15156            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
15157            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
15158            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
15159            ! lib/Math/BigInt/t/mbimbf.t
15160 ____________________________________________________________________________
15161 [ 11848] By: gsar                                  on 2001/09/03  17:07:54
15162         Log: integrate change#11847 from maint-5.6
15163              
15164              typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
15165      Branch: perl
15166            ! sv.c
15167 ____________________________________________________________________________
15168 [ 11847] By: gsar                                  on 2001/09/03  16:47:54
15169         Log: typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
15170      Branch: maint-5.6/perl
15171            ! sv.c
15172 ____________________________________________________________________________
15173 [ 11846] By: jhi                                   on 2001/09/03  15:12:58
15174         Log: As far as I can tell these functions have been Unicodified.
15175      Branch: perl
15176            ! doop.c
15177 ____________________________________________________________________________
15178 [ 11845] By: jhi                                   on 2001/09/03  15:11:27
15179         Log: Update to Storable 1.0.13.
15180      Branch: perl
15181            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
15182            ! ext/Storable/Storable.xs
15183 ____________________________________________________________________________
15184 [ 11844] By: jhi                                   on 2001/09/03  12:42:06
15185         Log: Patch the Filter::Simple test to work with
15186              the core test suite (since the FilterTest.pm
15187              is in t/lib, not in lib).
15188      Branch: perl
15189            ! lib/Filter/Simple/t/filter.t
15190 ____________________________________________________________________________
15191 [ 11843] By: jhi                                   on 2001/09/03  12:39:11
15192         Log: Damian's Filter::Simple test uses FilterTest, not MyFilter.
15193      Branch: perl
15194            + t/lib/FilterTest.pm
15195            - t/lib/MyFilter.pm
15196 ____________________________________________________________________________
15197 [ 11842] By: jhi                                   on 2001/09/03  12:17:30
15198         Log: Damian-o-rama: upgrade to Attribute::Handlers 0.75,
15199              Filter::Simple 0.61, NEXT 0.02, Switch 2.05, and
15200              Text::Balanced 1.86.
15201      Branch: perl
15202            + lib/Attribute/Handlers/t/multi.t lib/Filter/Simple/Changes
15203            + lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
15204            + lib/NEXT/Changes lib/NEXT/README lib/Switch/t/given.t
15205            + lib/Switch/t/nested.t lib/Switch/t/switch.t
15206            + lib/Text/Balanced/Changes lib/Text/Balanced/README
15207            + lib/Text/Balanced/t/extbrk.t lib/Text/Balanced/t/extcbk.t
15208            + lib/Text/Balanced/t/extdel.t lib/Text/Balanced/t/extmul.t
15209            + lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
15210            + lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
15211            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
15212            - lib/Switch/t/switch_case.t lib/Text/Balanced.pod
15213            - lib/Text/Balanced/t/genxt.t lib/Text/Balanced/t/xbrak.t
15214            - lib/Text/Balanced/t/xcode.t lib/Text/Balanced/t/xdeli.t
15215            - lib/Text/Balanced/t/xmult.t lib/Text/Balanced/t/xquot.t
15216            - lib/Text/Balanced/t/xtagg.t lib/Text/Balanced/t/xvari.t
15217            ! MANIFEST lib/Attribute/Handlers.pm
15218            ! lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
15219            ! lib/Attribute/Handlers/demo/Demo.pm
15220            ! lib/Attribute/Handlers/demo/Descriptions.pm
15221            ! lib/Attribute/Handlers/demo/MyClass.pm
15222            ! lib/Attribute/Handlers/demo/demo.pl
15223            ! lib/Attribute/Handlers/demo/demo2.pl
15224            ! lib/Attribute/Handlers/demo/demo3.pl
15225            ! lib/Attribute/Handlers/demo/demo4.pl
15226            ! lib/Attribute/Handlers/demo/demo_call.pl
15227            ! lib/Attribute/Handlers/demo/demo_chain.pl
15228            ! lib/Attribute/Handlers/demo/demo_cycle.pl
15229            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
15230            ! lib/Attribute/Handlers/demo/demo_phases.pl
15231            ! lib/Attribute/Handlers/demo/demo_range.pl
15232            ! lib/Attribute/Handlers/demo/demo_rawdata.pl
15233            ! lib/Filter/Simple.pm lib/NEXT.pm lib/NEXT/test.pl
15234            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
15235            ! lib/Text/Balanced.pm
15236 ____________________________________________________________________________
15237 [ 11841] By: sky                                   on 2001/09/03  11:04:15
15238         Log: Forgot to add a file with Change #11840
15239      Branch: perl
15240            + t/op/srand.t
15241 ____________________________________________________________________________
15242 [ 11840] By: sky                                   on 2001/09/03  11:02:04
15243         Log: Subject: [PATCH t/op/srand.t t/op/rand.t pod/perlfunc.pod MANIFEST] Tests for srand()
15244              From: Michael G Schwern <schwern@pobox.com>
15245              Date: Mon, 3 Sep 2001 07:43:00 -0400
15246              Message-ID: <20010903074300.E9233@blackrider>
15247      Branch: perl
15248            ! MANIFEST pod/perlfunc.pod t/op/rand.t
15249 ____________________________________________________________________________
15250 [ 11839] By: sky                                   on 2001/09/03  10:47:11
15251         Log: Document the changes with regards to running of END blocks.
15252              And DESTROY on global objects are called in perl_destruct()!
15253      Branch: perl
15254            ! pod/perl572delta.pod pod/perlembed.pod
15255 ____________________________________________________________________________
15256 [ 11838] By: sky                                   on 2001/09/03  09:34:44
15257         Log: Subject: [PATCH t/op/time.t] Partial cleanup
15258              From: Michael G Schwern <schwern@pobox.com>
15259              Date: Mon, 3 Sep 2001 06:29:42 -0400
15260              Message-ID: <20010903062942.C9233@blackrider>
15261      Branch: perl
15262            ! t/op/time.t
15263 ____________________________________________________________________________
15264 [ 11837] By: sky                                   on 2001/09/03  09:30:02
15265         Log: Subject: [PATCH t/op/rand.t] Increase the repetitions
15266              From: Michael G Schwern <schwern@pobox.com>
15267              Date: Mon, 3 Sep 2001 06:24:13 -0400
15268              Message-ID: <20010903062413.B9233@blackrider>
15269      Branch: perl
15270            ! t/op/rand.t
15271 ____________________________________________________________________________
15272 [ 11836] By: sky                                   on 2001/09/03  07:56:47
15273         Log: Subject: [PATCH] CGI::Cookie, Apache & Switch tests
15274              From: Michael G Schwern <schwern@pobox.com>
15275              Date: Sun, 2 Sep 2001 21:38:43 -0400
15276              Message-ID: <20010902213843.L2711@blackrider>
15277      Branch: perl
15278            + lib/CGI/t/apache.t lib/CGI/t/cookie.t lib/CGI/t/switch.t
15279            ! MANIFEST
15280 ____________________________________________________________________________
15281 [ 11835] By: nick                                  on 2001/09/03  06:20:06
15282         Log: Integrate mainline
15283      Branch: perlio
15284           +> lib/Shell.t t/op/inccode.t t/run/kill_perl.t
15285            - t/op/misc.t
15286           !> (integrate 187 files)
15287 ____________________________________________________________________________
15288 [ 11834] By: jhi                                   on 2001/09/02  13:07:53
15289         Log: Update Changes.
15290      Branch: perl
15291            ! Changes patchlevel.h
15292 ____________________________________________________________________________
15293 [ 11833] By: jhi                                   on 2001/09/02  12:59:05
15294         Log: Slight tweaks.
15295      Branch: perl
15296            ! t/run/kill_perl.t
15297 ____________________________________________________________________________
15298 [ 11832] By: jhi                                   on 2001/09/02  12:41:12
15299         Log: Special casing had become a little bit more complex in Unicode 3.1.1.
15300      Branch: perl
15301            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
15302 ____________________________________________________________________________
15303 [ 11831] By: sky                                   on 2001/09/02  12:10:42
15304         Log: Change #11828 wasn't complete, this updates to intest path
15305      Branch: perl
15306            ! t/run/kill_perl.t
15307 ____________________________________________________________________________
15308 [ 11830] By: jhi                                   on 2001/09/02  11:56:18
15309         Log: 's's's.
15310      Branch: perl
15311            ! Changes
15312 ____________________________________________________________________________
15313 [ 11829] By: jhi                                   on 2001/09/02  11:54:22
15314         Log: Update Changes.
15315      Branch: perl
15316            ! Changes patchlevel.h
15317 ____________________________________________________________________________
15318 [ 11828] By: sky                                   on 2001/09/02  11:53:56
15319         Log: Subject: [PATCH] rm t/run/segfault.t; mv t/op/misc.t t/run/kill_perl.t
15320              From: Michael G Schwern <schwern@pobox.com>
15321              Date: Sat, 1 Sep 2001 20:18:58 -0400
15322              Message-ID: <20010901201858.X606@blackrider>
15323              +MANIFEST Fix
15324      Branch: perl
15325            + t/run/kill_perl.t
15326            - t/op/misc.t t/run/segfault.t
15327            ! MANIFEST
15328 ____________________________________________________________________________
15329 [ 11827] By: jhi                                   on 2001/09/02  11:46:47
15330         Log: Subject: [PATCH] lib/Time/Local.pm
15331              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
15332              Date: Sun, 2 Sep 2001 06:50:01 -0500
15333              Message-ID: <20010902065001.A21529@staff1.cso.uiuc.edu>
15334      Branch: perl
15335            ! lib/Time/Local.pm
15336 ____________________________________________________________________________
15337 [ 11826] By: jhi                                   on 2001/09/02  11:40:49
15338         Log: Tick off Unicode collation and the normalization from
15339              the todo list.
15340      Branch: perl
15341            ! pod/perltodo.pod
15342 ____________________________________________________________________________
15343 [ 11825] By: jhi                                   on 2001/09/02  11:16:24
15344         Log: Update to Unicode 3.1.1.
15345      Branch: perl
15346            ! lib/unicore/ArabLink.pl lib/unicore/ArabLnkGrp.pl
15347            ! lib/unicore/ArabShap.txt lib/unicore/CaseFold.txt
15348            ! lib/unicore/EAWidth.txt lib/unicore/PropList.html
15349            ! lib/unicore/PropList.txt lib/unicore/README.perl
15350            ! lib/unicore/ReadMe.txt lib/unicore/SpecCase.txt
15351            ! lib/unicore/rename lib/unicore/version
15352 ____________________________________________________________________________
15353 [ 11824] By: jhi                                   on 2001/09/02  10:32:30
15354         Log: Slight doc tweaks for the module.
15355      Branch: perl
15356            ! lib/Unicode/UCD.pm
15357 ____________________________________________________________________________
15358 [ 11823] By: jhi                                   on 2001/09/02  10:02:20
15359         Log: Rename the variable: it *used* to be (wrongly) that the
15360              code related to PL_reg_sv (so PL_reg_sv_utf8 was logical)
15361              but that is no more the case: PL_reg_match_utf8 is better.
15362      Branch: perl
15363            ! embedvar.h mg.c perlapi.c perlapi.h pp.c pp_hot.c regcomp.c
15364            ! regexec.c sv.c thrdvar.h
15365 ____________________________________________________________________________
15366 [ 11822] By: ams                                   on 2001/09/02  02:54:50
15367         Log: Subject: RE: [PATCH] Add a nextstate into empty blocks
15368              From: Ilmari Karonen <iltzu@sci.fi>
15369              Date: Sun, 19 Aug 2001 19:27:33 +0300 (EET DST)
15370              Message-Id: <Pine.SOL.3.96.1010819163840.8384B-100000@simpukka>
15371              (op/sub_lval.t updated to take new error message into account.)
15372      Branch: perl
15373            ! op.c t/op/sub_lval.t
15374 ____________________________________________________________________________
15375 [ 11821] By: gsar                                  on 2001/09/02  01:06:30
15376         Log: remove stray CRs in files; keep all files with UNIX line-ends
15377              (Porting/makerel adds CRs to the files that need it in the
15378              distribution)
15379      Branch: perl
15380            ! NetWare/t/NWScripts.pl README.dos
15381            ! ext/Encode/Encode/cns11643-1.enc
15382            ! ext/Encode/Encode/cns11643-2.enc ext/SDBM_File/Makefile.PL
15383            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
15384 ____________________________________________________________________________
15385 [ 11820] By: gsar                                  on 2001/09/02  00:56:44
15386         Log: some remnants of change#11803
15387      Branch: perl
15388            ! ext/ByteLoader/byterun.h perl.h
15389 ____________________________________________________________________________
15390 [ 11819] By: jhi                                   on 2001/09/01  23:40:36
15391         Log: Update to Unicode::Collate 0.08.
15392      Branch: perl
15393            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
15394            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
15395 ____________________________________________________________________________
15396 [ 11818] By: jhi                                   on 2001/09/01  23:02:09
15397         Log: Test tweaks.
15398      Branch: perl
15399            ! t/op/pat.t
15400 ____________________________________________________________________________
15401 [ 11817] By: pudge                                 on 2001/09/01  22:36:29
15402         Log: Fix test
15403      Branch: maint-5.6/macperl
15404            ! t/lib/b.t
15405 ____________________________________________________________________________
15406 [ 11816] By: pudge                                 on 2001/09/01  22:15:09
15407         Log: Misc. patches: fix tests script; add Mac::LowMem; quiet
15408              warnings in Config.pm with -W; increase default and
15409              minimum RAM; bump version number.
15410      Branch: maint-5.6/macperl
15411            + macos/lib/Mac/LowMem.pm
15412            ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk
15413            ! macos/configpm macos/macperl/MacPerl.r
15414 ____________________________________________________________________________
15415 [ 11815] By: pudge                                 on 2001/09/01  22:10:49
15416         Log: Make syntax check report in MPW style, fix tests
15417              to use Mac::err=unix to get normal-style error
15418              messages.
15419      Branch: maint-5.6/macperl
15420            ! perl.c t/lib/b.t t/op/misc.t t/op/runlevel.t t/pod/testp2pt.pl
15421            ! t/pragma/strict.t t/pragma/subs.t t/pragma/warnings.t
15422 ____________________________________________________________________________
15423 [ 11814] By: pudge                                 on 2001/09/01  22:09:08
15424         Log: Make MPW-style errors optional (but the default); add
15425              MacPerl::ErrorFormat() function and Mac::err pragma
15426      Branch: maint-5.6/macperl
15427            + macos/ext/Mac/err/Makefile.PL macos/ext/Mac/err/err.pm
15428            + macos/ext/Mac/err/err.xs
15429            ! macos/ext/Mac/Makefile.mk macos/ext/MacPerl/MacPerl.xs
15430            ! macos/macish.c macos/macish.h macos/macperl.sym
15431 ____________________________________________________________________________
15432 [ 11813] By: pudge                                 on 2001/09/01  22:01:40
15433         Log: More module and test ports from Thomas Wegner et al
15434      Branch: maint-5.6/macperl
15435            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
15436            ! lib/File/DosGlob.pm lib/File/Spec/Mac.pm lib/File/Temp.pm
15437            ! t/lib/dosglob.t t/lib/filespec.t t/lib/ftmp-security.t
15438            ! t/op/magic.t
15439 ____________________________________________________________________________
15440 [ 11812] By: sky                                   on 2001/09/01  17:19:30
15441         Log: Subject: [PATCH t/op/concat.t] cleanup
15442              From: Michael G Schwern <schwern@pobox.com>
15443              Date: Sat, 1 Sep 2001 14:06:28 -0400
15444              Message-ID: <20010901140628.C606@blackrider>
15445      Branch: perl
15446            ! t/op/concat.t
15447 ____________________________________________________________________________
15448 [ 11811] By: sky                                   on 2001/09/01  12:25:29
15449         Log: Change #11805 didn't update the MANIFEST
15450      Branch: perl
15451            ! MANIFEST
15452 ____________________________________________________________________________
15453 [ 11810] By: sky                                   on 2001/09/01  11:52:44
15454         Log: Subject: [PATCH], was t/op/incode.t breaks make minitest
15455              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15456              Date: Sat, 1 Sep 2001 14:50:14 +0200
15457              Message-ID: <20010901145014.A691@rafael>
15458      Branch: perl
15459            ! t/op/inccode.t
15460 ____________________________________________________________________________
15461 [ 11809] By: sky                                   on 2001/09/01  11:49:22
15462         Log: Subject: PATCH: ExtUtils::MakeMaker
15463              From: Tony Bowden <tony@kasei.com>
15464              Date: Sat, 1 Sep 2001 10:33:53 +0100
15465              Message-ID: <20010901103353.A13863@soto.kasei.com>
15466              Manually applied
15467      Branch: perl
15468            ! lib/ExtUtils/MakeMaker.pm
15469 ____________________________________________________________________________
15470 [ 11808] By: sky                                   on 2001/09/01  11:39:13
15471         Log: Subject: [ID 20010831.002] Bug in Term::Cap on Solaris ansi terminal using CPAN::Shell
15472              From: mike808@users.sourceforge.net
15473              Date: Sat, 1 Sep 101 11:27:50 GMT
15474              Message-Id: <200108312123.QAA27476@smtp.networkusa.net>
15475              With little tweak
15476      Branch: perl
15477            ! lib/Term/Cap.pm
15478 ____________________________________________________________________________
15479 [ 11807] By: ams                                   on 2001/09/01  11:31:16
15480         Log: Subject: oct() and hex()
15481              From: Nicholas Clark <nick@ccl4.org>
15482              Date: Fri, 31 Aug 2001 23:14:13 +0100
15483              Message-Id: <20010831231413.J4950@plum.flirble.org>
15484      Branch: perl
15485            ! pod/perlclib.pod
15486 ____________________________________________________________________________
15487 [ 11806] By: pudge                                 on 2001/09/01  00:04:52
15488         Log: Integrate change 11801 from maintperl
15489      Branch: maint-5.6/macperl
15490            ! perl.c
15491 ____________________________________________________________________________
15492 [ 11805] By: sky                                   on 2001/08/31  21:35:10
15493         Log: Subject: Re: [ID 20010831.001] SEGV from ($a, b) = (1, 2)
15494              From: Michael G Schwern <schwern@pobox.com>
15495              Date: Fri, 31 Aug 2001 15:36:28 -0400
15496              Message-ID: <20010831153628.B598@blackrider>
15497              Check for things which used to segfault
15498      Branch: perl
15499            + t/run/segfault.t
15500 ____________________________________________________________________________
15501 [ 11804] By: gsar                                  on 2001/08/31  21:02:54
15502         Log: integrate change#11801 from maint-5.6
15503              
15504              remove age-old UNICOS "workaround" that introduces a static, and
15505              hence an egregious race condition for threaded builds (*sigh*
15506              beats me why this kludge wasn't guarded by a UNICOS-specific
15507              #define *sigh*)
15508      Branch: perl
15509            ! perl.c
15510 ____________________________________________________________________________
15511 [ 11803] By: gsar                                  on 2001/08/31  20:58:38
15512         Log: remove deprecated PERL_OBJECT cruft, it has long since stopped
15513              working in 5.7.x
15514      Branch: perl
15515            - objXSUB.h
15516            ! EXTERN.h MANIFEST Makefile.SH Makefile.micro NetWare/Makefile
15517            ! NetWare/config_h.PL NetWare/dl_netware.xs NetWare/interface.c
15518            ! NetWare/nw5.c NetWare/nw5sck.c NetWare/nw5thread.c
15519            ! NetWare/nwperlsys.c NetWare/nwperlsys.h Porting/makerel
15520            ! README.win32 XSUB.h bytecode.pl cv.h cygwin/cygwin.c
15521            ! emacs/ptags embed.h embed.pl embedvar.h epoc/epoc.c ext/B/B.xs
15522            ! ext/B/B/C.pm ext/ByteLoader/ByteLoader.xs
15523            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
15524            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
15525            ! ext/POSIX/POSIX.xs globals.c iperlsys.h lib/ExtUtils/Embed.pm
15526            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
15527            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
15528            ! lib/ExtUtils/xsubpp makedef.pl mg.c op.c perl.c perl.h
15529            ! perlapi.c perlapi.h perlio.c perly.c perly.y perly_c.diff
15530            ! pod/perlguts.pod pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c
15531            ! scope.c sv.c sv.h toke.c universal.c vms/descrip_mms.template
15532            ! vms/perly_c.vms win32/Makefile win32/config_h.PL
15533            ! win32/dl_win32.xs win32/makefile.mk win32/perlhost.h
15534            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
15535            ! win32/win32thread.c wince/Makefile.ce wince/config_h.PL
15536            ! wince/dl_win32.xs wince/perllib.c wince/win32.h
15537            ! wince/win32thread.c wince/wince.c wince/wincesck.c xsutils.c
15538 ____________________________________________________________________________
15539 [ 11802] By: ams                                   on 2001/08/31  18:11:32
15540         Log: Subject: [DOC PATCH] Add perl4 warning messages to perldiag.pod
15541              From: "Philip Newton" <Philip.Newton@gmx.net>
15542              Date: Fri, 31 Aug 2001 21:12:56 +0200
15543              Message-Id: <20010831.211000@ID-11583.news.dfncis.de>
15544      Branch: perl
15545            ! pod/perldiag.pod
15546 ____________________________________________________________________________
15547 [ 11801] By: gsar                                  on 2001/08/31  17:49:03
15548         Log: remove age-old UNICOS "workaround" that introduces a static, and
15549              hence an egregious race condition for threaded builds (*sigh*
15550              beats me why this kludge wasn't guarded by a UNICOS-specific
15551              #define *sigh*)
15552      Branch: maint-5.6/perl
15553            ! perl.c
15554 ____________________________________________________________________________
15555 [ 11800] By: sky                                   on 2001/08/31  17:30:26
15556         Log: Fixes bug in change 11717 that bus errored on HP-UX 10.20
15557              Might break on platforms where bool is larger than 8 bites ???
15558      Branch: perl
15559            ! regcomp.c
15560 ____________________________________________________________________________
15561 [ 11799] By: ams                                   on 2001/08/31  12:15:44
15562         Log: Integrate 11778 into mainline.
15563      Branch: perl
15564            ! t/base/term.t
15565 ____________________________________________________________________________
15566 [ 11798] By: sky                                   on 2001/08/31  11:31:44
15567         Log: Change 11797 sneaked in a faulty regcomp.c change which wasn't
15568              supposed to happen.
15569      Branch: perl
15570            ! regcomp.c
15571 ____________________________________________________________________________
15572 [ 11797] By: sky                                   on 2001/08/31  11:28:17
15573         Log: Subject: Re: Problem in ext/Time/HiRest/HiRes.t 
15574              From: "John P. Linderman" <jpl@research.att.com>
15575              Date: Fri, 31 Aug 2001 08:20:35 -0400
15576              Message-Id: <200108311220.IAA54125@raptor.research.att.com>
15577              Fixes test 14 which could fail randomly in rare cases.
15578      Branch: perl
15579            ! ext/Time/HiRes/HiRes.t regcomp.c
15580 ____________________________________________________________________________
15581 [ 11796] By: ams                                   on 2001/08/31  01:13:07
15582         Log: Subject: [PATCH] Embaressing typo in Syslog's Makefile.PL
15583              From: Nicholas Clark <nick@ccl4.org>
15584              Date: Thu, 30 Aug 2001 23:21:50 +0100
15585              Message-Id: <20010830232150.D4950@plum.flirble.org>
15586      Branch: perl
15587            ! ext/Sys/Syslog/Makefile.PL
15588 ____________________________________________________________________________
15589 [ 11795] By: ams                                   on 2001/08/30  23:53:23
15590         Log: Subject: [PATCH pod/perlhack.pod] Yet another improvement to the
15591              patching example
15592              From: Michael G Schwern <schwern@pobox.com>
15593              Date: Thu, 30 Aug 2001 17:02:08 -0400
15594              Message-Id: <20010830170208.M2318@blackrider>
15595      Branch: perl
15596            ! pod/perlhack.pod
15597 ____________________________________________________________________________
15598 [ 11794] By: ams                                   on 2001/08/30  19:35:36
15599         Log: Subject: [PATCH] pp_modulo
15600              From: Nicholas Clark <nick@ccl4.org>
15601              Date: Thu, 30 Aug 2001 18:20:54 +0100
15602              Message-Id: <20010830182053.A4950@plum.flirble.org>
15603      Branch: perl
15604            ! pp.c t/op/64bitint.t
15605 ____________________________________________________________________________
15606 [ 11793] By: sky                                   on 2001/08/30  13:02:48
15607         Log: 11792 wasn't complete
15608      Branch: perl
15609            ! makedef.pl regcomp.c
15610 ____________________________________________________________________________
15611 [ 11792] By: sky                                   on 2001/08/30  12:21:11
15612         Log: Added checks for PL_custom* and Perl_custom* functions in makedef.pl
15613      Branch: perl
15614            ! makedef.pl
15615 ____________________________________________________________________________
15616 [ 11791] By: sky                                   on 2001/08/30  10:08:02
15617         Log: Due to braindamaged makedef.pl change 11758 broke makedef.pl
15618      Branch: perl
15619            ! config_h.SH
15620 ____________________________________________________________________________
15621 [ 11790] By: sky                                   on 2001/08/30  08:22:31
15622         Log: Introduces SvREPADTMP(sv) that marks a repad SvIV as a offset
15623              on the pad. Fixes coredumps in cleanups introduced by
15624              Change 11755  
15625      Branch: perl
15626            ! op.c perl.c sv.h
15627 ____________________________________________________________________________
15628 [ 11789] By: sky                                   on 2001/08/29  19:01:47
15629         Log: GCC on HP-UX 11 with 64bit support breaks inet_ntoa
15630              This is a replacement implmentation that works on HPUX.
15631              This bug should probably be fixed in GCC.
15632      Branch: perl
15633            ! ext/Socket/Socket.xs
15634 ____________________________________________________________________________
15635 [ 11788] By: ams                                   on 2001/08/29  17:35:33
15636         Log: Subject: [PATCH] pass all tests when compiling with -DNO_PERL_PRESERVE_IVUV
15637              From: Nicholas Clark <nick@ccl4.org>
15638              Date: Wed, 29 Aug 2001 18:21:56 +0100
15639              Message-Id: <20010829182156.O4950@plum.flirble.org>
15640      Branch: perl
15641            ! ext/Devel/Peek/Peek.t sv.c t/op/64bitint.t t/op/numconvert.t
15642 ____________________________________________________________________________
15643 [ 11787] By: sky                                   on 2001/08/29  10:42:54
15644         Log: Added test for pack_addr_in and unpack_addr_in
15645              Nitpik in test 10
15646      Branch: perl
15647            ! ext/Socket/Socket.t
15648 ____________________________________________________________________________
15649 [ 11786] By: sky                                   on 2001/08/29  10:28:14
15650         Log: Added three tests to test inet_ntoa/inet_aton and *packaddr*
15651              Trying to catch errors on HP-UX
15652      Branch: perl
15653            ! ext/Socket/Socket.t
15654 ____________________________________________________________________________
15655 [ 11785] By: sky                                   on 2001/08/29  09:07:03
15656         Log: make sure USE_THREADS is defined so external apps work
15657      Branch: perl
15658            ! config_h.SH
15659 ____________________________________________________________________________
15660 [ 11784] By: sky                                   on 2001/08/29  08:06:12
15661         Log: Subject: Re: The hitlist of untested modules.
15662              From: Jonathan Stowe <gellyfish@gellyfish.com>
15663              Date: Wed, 29 Aug 2001 09:25:49 +0100 (BST)
15664              Message-ID: <Pine.LNX.4.33.0108290923320.29273-100000@orpheus.gellyfish.com>
15665              Start of tests for Shell.pm (make Schwern poorer!)
15666      Branch: perl
15667            + lib/Shell.t
15668            ! MANIFEST
15669 ____________________________________________________________________________
15670 [ 11783] By: sky                                   on 2001/08/29  07:37:50
15671         Log: END{} can change the return value even if we die from BEGIN{}
15672      Branch: perl
15673            ! miniperlmain.c
15674 ____________________________________________________________________________
15675 [ 11782] By: ams                                   on 2001/08/29  06:32:17
15676         Log: Subject: Re: [PATCH] newer tests for the coderef-in-@INC !
15677              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15678              Date: Wed, 29 Aug 2001 09:18:17 +0200
15679              Message-Id: <20010829091817.A4453@rafael>
15680      Branch: perl
15681            ! t/op/inccode.t
15682 ____________________________________________________________________________
15683 [ 11781] By: pudge                                 on 2001/08/29  02:28:33
15684         Log: Delete xsubpp.patch, as full copy exists now
15685      Branch: maint-5.6/macperl
15686            - macos/xsubpp.patch
15687 ____________________________________________________________________________
15688 [ 11780] By: pudge                                 on 2001/08/29  02:26:03
15689         Log: Add Changes file
15690      Branch: maint-5.6/macperl
15691            + macos/Changes
15692 ____________________________________________________________________________
15693 [ 11779] By: pudge                                 on 2001/08/29  02:23:11
15694         Log: Add Mac version of xsubpp as separate file
15695      Branch: maint-5.6/macperl
15696            + macos/xsubpp
15697            ! macos/Makefile.mk
15698 ____________________________________________________________________________
15699 [ 11778] By: pudge                                 on 2001/08/29  02:14:57
15700         Log: Fix open of /dev/null for Mac OS
15701      Branch: maint-5.6/macperl
15702            ! t/base/term.t
15703 ____________________________________________________________________________
15704 [ 11777] By: pudge                                 on 2001/08/29  02:12:52
15705         Log: Various patches: enable more tests; skip CVS in PerlInstall;
15706              fix typemap for Mac::Processes; remove comments in MM_MacOS.pm
15707      Branch: maint-5.6/macperl
15708            ! macos/MacPerlTests.cmd macos/PerlInstall
15709            ! macos/ext/Mac/Processes/typemap macos/lib/ExtUtils/MM_MacOS.pm
15710 ____________________________________________________________________________
15711 [ 11776] By: pudge                                 on 2001/08/29  02:11:42
15712         Log: Allow for platforms to override formatting of errors
15713              on output from Matthias Neeracher (Mac files)
15714      Branch: maint-5.6/macperl
15715            ! macos/macish.c macos/macish.h
15716 ____________________________________________________________________________
15717 [ 11775] By: pudge                                 on 2001/08/29  01:59:32
15718         Log: Allow for platforms to override formatting of errors
15719              on output from Matthias Neeracher (core files)
15720      Branch: maint-5.6/macperl
15721            ! perl.h pp_ctl.c util.c
15722 ____________________________________________________________________________
15723 [ 11774] By: pudge                                 on 2001/08/29  01:29:43
15724         Log: Add some param checking, from reports by Kevin Reid.
15725      Branch: maint-5.6/macperl
15726            ! macos/ext/Mac/Controls/Controls.pm
15727            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/Windows/Windows.pm
15728 ____________________________________________________________________________
15729 [ 11773] By: ams                                   on 2001/08/28  23:54:57
15730         Log: Subject: [PATCH] make coretest
15731              From: Paul Johnson <paul@pjcj.net>
15732              Date: Wed, 29 Aug 2001 00:11:38 +0200
15733              Message-Id: <20010829001138.B12169@pjcj.net>
15734              (Applied without the change to perlhack.pod. This should
15735              probably stay undocumented.)
15736      Branch: perl
15737            ! Makefile.SH t/TEST
15738 ____________________________________________________________________________
15739 [ 11772] By: sky                                   on 2001/08/28  13:01:20
15740         Log: Subject: [PATCH t/op/pack.t pod/perlhack.pod] Adding the failure diagnostic  
15741              From: Michael G Schwern <schwern@pobox.com>
15742              Date: Tue, 28 Aug 2001 09:57:39 -0400
15743              Message-ID: <20010828095738.E17775@blackrider>
15744      Branch: perl
15745            ! pod/perlhack.pod t/op/pack.t
15746 ____________________________________________________________________________
15747 [ 11771] By: sky                                   on 2001/08/28  11:20:13
15748         Log: Subject: [PATCH] put useful info in %INC for files loaded by a hook in @INC
15749              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15750              Date: Tue, 28 Aug 2001 14:23:43 +0200
15751              Message-ID: <20010828142343.A19299@rafael>
15752      Branch: perl
15753            ! pod/perlvar.pod pp_ctl.c
15754 ____________________________________________________________________________
15755 [ 11770] By: ams                                   on 2001/08/28  10:13:21
15756         Log: Subject: [PATCH] odd typo in op.h
15757              From: Nicholas Clark <nick@ccl4.org>
15758              Date: Tue, 28 Aug 2001 12:10:26 +0100
15759              Message-Id: <20010828121026.V4950@plum.flirble.org>
15760      Branch: perl
15761            ! op.h
15762 ____________________________________________________________________________
15763 [ 11769] By: sky                                   on 2001/08/28  08:09:16
15764         Log: Subject: [ID 20010827.008] no-foo options broken in B::Lint
15765              From: Ville "Skyttä" <scop@cs132170.pp.htv.fi>
15766              Date: Tue, 28 Aug 2001 02:22:20 +0300
15767              Message-Id: <200108272322.f7RNMKd02261@cs132170.pp.htv.fi>
15768      Branch: perl
15769            ! ext/B/B/Lint.pm
15770 ____________________________________________________________________________
15771 [ 11768] By: ams                                   on 2001/08/28  00:47:35
15772         Log: Subject: Re: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
15773              From: Michael G Schwern <schwern@pobox.com>
15774              Date: Mon, 27 Aug 2001 21:24:44 -0400
15775              Message-Id: <20010827212444.F12582@blackrider>
15776      Branch: perl
15777            ! pod/perlhack.pod t/op/pack.t
15778 ____________________________________________________________________________
15779 [ 11767] By: ams                                   on 2001/08/27  23:59:48
15780         Log: Subject: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
15781              From: Michael G Schwern <schwern@pobox.com>
15782              Date: Mon, 27 Aug 2001 20:12:29 -0400
15783              Message-Id: <20010827201229.D12582@blackrider>
15784      Branch: perl
15785            ! pod/perlhack.pod t/op/pack.t
15786 ____________________________________________________________________________
15787 [ 11766] By: ams                                   on 2001/08/27  23:39:40
15788         Log: Update Changes.
15789      Branch: perl
15790            ! Changes
15791 ____________________________________________________________________________
15792 [ 11765] By: ams                                   on 2001/08/27  22:53:10
15793         Log: Subject: Re: [PATCH] new tests for the coderef-in-@INC
15794              From: Michael G Schwern <schwern@pobox.com>
15795              Date: Mon, 27 Aug 2001 19:47:30 -0400
15796              Message-Id: <20010827194730.C12582@blackrider>
15797      Branch: perl
15798            ! t/op/inccode.t
15799 ____________________________________________________________________________
15800 [ 11764] By: ams                                   on 2001/08/27  22:46:21
15801         Log: Subject: [PATCH] new tests for the coderef-in-@INC
15802              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15803              Date: Mon, 27 Aug 2001 22:36:27 +0200
15804              Message-Id: <20010827223627.C690@rafael>
15805              
15806              Subject: Re: [PATCH] new tests for the coderef-in-@INC
15807              From: Nicholas Clark <nick@ccl4.org>
15808              Date: Tue, 28 Aug 2001 00:02:46 +0100
15809              Message-Id: <20010828000245.R4950@plum.flirble.org>
15810      Branch: perl
15811            + t/op/inccode.t
15812            ! MANIFEST
15813 ____________________________________________________________________________
15814 [ 11763] By: ams                                   on 2001/08/27  22:41:09
15815         Log: Subject: [PATCH lib/warnings.t] Removing 2>&1 requirement  (was Re:
15816              bleadperl on fire, Win95+4NT)
15817              From: Michael G Schwern <schwern@pobox.com>
15818              Date: Mon, 27 Aug 2001 16:54:42 -0400
15819              Message-Id: <20010827165442.F9436@blackrider>
15820      Branch: perl
15821            ! lib/warnings.t
15822 ____________________________________________________________________________
15823 [ 11762] By: sky                                   on 2001/08/27  19:19:17
15824         Log: Changed back Net/Ping.pm change #11759 since WNOHANG wasn't
15825              avaible at compile time. This broke the compilation of 
15826              Net/Ping.pm
15827      Branch: perl
15828            ! lib/Net/Ping.pm
15829 ____________________________________________________________________________
15830 [ 11761] By: sky                                   on 2001/08/27  18:34:48
15831         Log: Removed tripple definitions of CUSTOM_OP functions.
15832      Branch: perl
15833            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
15834 ____________________________________________________________________________
15835 [ 11760] By: sky                                   on 2001/08/27  18:21:27
15836         Log: Regen headers
15837      Branch: perl
15838            ! embed.h embedvar.h objXSUB.h opcode.h opnames.h perlapi.c
15839            ! perlapi.h proto.h
15840 ____________________________________________________________________________
15841 [ 11759] By: ams                                   on 2001/08/27  16:31:53
15842         Log: Subject: [PATCH] pod/perlfunc.pod, lib/Net/Ping.pm, ext/POSIX/POSIX.pod
15843              From: "chromatic" <chromatic@rmci.net>
15844              Date: Mon, 27 Aug 2001 11:17:09 -0600
15845              Message-Id: <20010827172111.89491.qmail@onion.perl.org>
15846      Branch: perl
15847            ! ext/POSIX/POSIX.pod lib/Net/Ping.pm pod/perlfunc.pod
15848 ____________________________________________________________________________
15849 [ 11758] By: sky                                   on 2001/08/27  15:16:42
15850         Log: Changes USE_THREADS to USE_5005THREADS in the entire source.
15851              Thanks to H. Merijn Brand for the patch.
15852              Some of the comments and or guards might be removable in perl.h now.
15853      Branch: perl
15854            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
15855            ! Porting/Glossary Porting/config_H README.threads config_h.SH
15856            ! cop.h cv.h deb.c dosish.h dump.c embed.h embed.pl embedvar.h
15857            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Deparse.pm
15858            ! ext/B/ramblings/runtime.porting ext/DynaLoader/dl_aix.xs
15859            ! ext/Thread/Thread.xs gv.c intrpvar.h mg.c miniperlmain.c
15860            ! objXSUB.h op.c os2/os2.c os2/os2ish.h perl.c perl.h perlapi.c
15861            ! perlvars.h pod/perlguts.pod pp.c pp.h pp_ctl.c pp_hot.c
15862            ! proto.h regexec.c scope.c sv.c sv.h thrdvar.h thread.h toke.c
15863            ! uconfig.h util.c vms/genconfig.pl vms/vms.c vos/config.alpha.h
15864            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
15865            ! win32/config_H.vc win32/perllib.c win32/win32.h
15866            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
15867            ! wince/config.h wince/config_H.ce wince/win32.h
15868            ! wince/win32thread.c wince/win32thread.h wince/wincesck.c
15869 ____________________________________________________________________________
15870 [ 11757] By: sky                                   on 2001/08/27  13:39:16
15871         Log: Subject: GNU ld parses arguments different
15872              From: H.Merijn Brand <h.m.brand@hccnet.nl>
15873              Date: Mon, 27 Aug 2001 16:25:51 +0200
15874              Message-Id: <20010827162254.2EA6.H.M.BRAND@hccnet.nl>
15875      Branch: perl
15876            ! hints/hpux.sh
15877 ____________________________________________________________________________
15878 [ 11756] By: sky                                   on 2001/08/27  13:18:45
15879         Log: Subject: Custom Ops
15880              From: Simon Cozens <simon@netthink.co.uk>
15881              Date: Sat, 25 Aug 2001 17:45:09 +0100
15882              Message-ID: <20010825174509.A5752@netthink.co.uk>
15883              I also added a fix to Opcode.pm to quite test cases.
15884      Branch: perl
15885            ! dump.c embed.pl ext/Opcode/Opcode.pm intrpvar.h op.c op.h
15886            ! opcode.pl pod/perlguts.pod pp_ctl.c pp_sys.c run.c sv.c utf8.c
15887 ____________________________________________________________________________
15888 [ 11755] By: sky                                   on 2001/08/27  05:37:17
15889         Log: Plugs a memory leak on destruction of regular expressions
15890              introcued by #11274.
15891              PL_regex_padav now has an AV as it's first entry with a list
15892              of freed regex_padav slots that it will reuse on creating
15893              new PMOPs.
15894      Branch: perl
15895            ! op.c perl.c
15896 ____________________________________________________________________________
15897 [ 11754] By: ams                                   on 2001/08/26  14:38:52
15898         Log: Subject: [PATCH] t/io/binmode.t
15899              From: Nicholas Clark <nick@ccl4.org>
15900              Date: Sun, 26 Aug 2001 12:03:05 +0100
15901              Message-Id: <20010826120305.C4950@plum.flirble.org>
15902              
15903              (Also a nitpick in #11752 to t/op/universal.t)
15904      Branch: perl
15905            ! t/io/binmode.t t/op/universal.t
15906 ____________________________________________________________________________
15907 [ 11753] By: ams                                   on 2001/08/26  08:19:34
15908         Log: Subject: [PATCH] op/universal.t failing
15909              From: Nicholas Clark <nick@ccl4.org>
15910              Date: Sun, 26 Aug 2001 09:48:22 +0100
15911              Message-Id: <20010826094822.B4950@plum.flirble.org>
15912      Branch: perl
15913            ! t/op/universal.t
15914 ____________________________________________________________________________
15915 [ 11752] By: ams                                   on 2001/08/25  22:46:13
15916         Log: Subject: Re: 'can' with undefined subs
15917              From: Tony Bowden <tony@kasei.com>
15918              Date: Sat, 25 Aug 2001 14:58:17 +0100
15919              Message-Id: <20010825145817.A11788@soto.kasei.com>
15920              (Applied with minor modifications.)
15921      Branch: perl
15922            ! t/op/universal.t
15923 ____________________________________________________________________________
15924 [ 11751] By: ams                                   on 2001/08/25  18:28:43
15925         Log: Subject: Re: 'can' with undefined subs
15926              From: Tony Bowden <tony@kasei.com>
15927              Date: Sat, 25 Aug 2001 15:13:14 +0100
15928              Message-Id: <20010825151314.B11788@soto.kasei.com>
15929      Branch: perl
15930            ! lib/UNIVERSAL.pm
15931 ____________________________________________________________________________
15932 [ 11750] By: nick                                  on 2001/08/25  15:24:15
15933         Log: Integrate mainline
15934      Branch: perlio
15935           +> t/io/binmode.t
15936           !> (integrate 26 files)
15937 ____________________________________________________________________________
15938 [ 11749] By: nick                                  on 2001/08/25  14:55:41
15939         Log: Subject:  Re: [PATCH] Added wisdom to perlhack.pod
15940              From:  John Peacock <jpeacock@rowman.com>
15941              Date:  Wed, 22 Aug 2001 12:05:28 -0400
15942              Message-Id:  <3B83D848.7FD9C6EF@rowman.com>
15943      Branch: perl
15944            ! pod/perlhack.pod
15945 ____________________________________________________________________________
15946 [ 11748] By: nick                                  on 2001/08/25  14:53:04
15947         Log: Subject:  Re: [PATCH] (was Re: PerlIO regerssion tests?)
15948              From:  Michael G Schwern <schwern@pobox.com>
15949              Date:  Wed, 22 Aug 2001 19:22:45 -0400
15950              Message-Id:  <20010822192245.U619@blackrider>
15951      Branch: perl
15952            ! MANIFEST
15953 ____________________________________________________________________________
15954 [ 11747] By: nick                                  on 2001/08/25  14:52:33
15955         Log: Subject:  [PATCH] (was Re: PerlIO regerssion tests?)
15956              From:  Nicholas Clark <nick@ccl4.org>
15957              Date:  Wed, 22 Aug 2001 23:29:06 +0100
15958              Message-Id:  <20010822232906.Z82818@plum.flirble.org>
15959      Branch: perl
15960            + t/io/binmode.t
15961            ! perlio.c pod/perlfunc.pod
15962 ____________________________________________________________________________
15963 [ 11744] By: nick                                  on 2001/08/25  14:37:33
15964         Log: Subject:  [PATCH bleadperl] quiet down VC++ warnings in a2py.c and walk.c
15965              From:  Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
15966              Date:  Fri, 24 Aug 2001 22:10:42 +0200
15967              Message-Id:  <1065978076.20010824221042@tesla.rcub.bg.ac.yu>
15968      Branch: perl
15969            ! x2p/a2py.c x2p/walk.c
15970 ____________________________________________________________________________
15971 [ 11743] By: nick                                  on 2001/08/25  14:32:47
15972         Log: Subject:  [DOC PATCH] The coderef-in-@INC feature
15973              From:  Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15974              Date:  Fri, 24 Aug 2001 23:34:13 +0200
15975              Message-Id:  <20010824233413.A1285@rafael>
15976      Branch: perl
15977            ! pod/perlfunc.pod pod/perlvar.pod
15978 ____________________________________________________________________________
15979 [ 11742] By: ams                                   on 2001/08/25  13:16:02
15980         Log: Subject: [PATCH] Re: The coderef in @INC strikes back
15981              From: Nicholas Clark <nick@ccl4.org>
15982              Date: Sat, 25 Aug 2001 14:50:07 +0100
15983              Message-Id: <20010825145007.L41464@plum.flirble.org>
15984      Branch: perl
15985            ! pp_ctl.c
15986 ____________________________________________________________________________
15987 [ 11741] By: nick                                  on 2001/08/24  07:08:45
15988         Log: When applying patch via Porting/apply fails, do p4 refresh
15989              to get old files back.
15990      Branch: perl
15991            ! Porting/apply
15992 ____________________________________________________________________________
15993 [ 11740] By: ams                                   on 2001/08/24  04:47:24
15994         Log: #11739 was incomplete.
15995      Branch: perl
15996            ! pod/perldiag.pod
15997 ____________________________________________________________________________
15998 [ 11739] By: ams                                   on 2001/08/24  04:09:40
15999         Log: Subject: [DOC patch bleadperl] "misspelled" misspelled
16000              From: "Philip Newton" <Philip.Newton@gmx.net>
16001              Date: Fri, 24 Aug 2001 07:08:34 +0200
16002      Branch: perl
16003            ! pod/perldiag.pod
16004 ____________________________________________________________________________
16005 [ 11738] By: ams                                   on 2001/08/24  02:19:42
16006         Log: Fixed Doug Wilson's email address.
16007      Branch: perl
16008            ! AUTHORS
16009 ____________________________________________________________________________
16010 [ 11737] By: ams                                   on 2001/08/24  00:10:13
16011         Log: Subject: [DOC PATCH] Adding new warning in perldiag.pod
16012              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16013              Date: Thu, 23 Aug 2001 22:22:58 +0200
16014              Message-Id: <20010823222258.A901@rafael>
16015      Branch: perl
16016            ! pod/perldiag.pod
16017 ____________________________________________________________________________
16018 [ 11736] By: ams                                   on 2001/08/24  00:05:02
16019         Log: Subject: [PATCH perl@ ] add $Config('scriptdir'} on VMS
16020              From: "Craig A. Berry" <craigberry@mac.com>
16021              Date: Thu, 23 Aug 2001 19:07:45 -0500
16022              Message-Id: <a05101004b7ab4593bb24@[172.16.52.1]>
16023      Branch: perl
16024            ! configure.com
16025 ____________________________________________________________________________
16026 [ 11735] By: sky                                   on 2001/08/23  13:42:07
16027         Log: Backed out 11732, it breaks lib/strict.t 
16028      Branch: perl
16029            ! op.c
16030 ____________________________________________________________________________
16031 [ 11734] By: sky                                   on 2001/08/23  11:45:59
16032         Log: Removed toy from 17133 after Matt Sargeants request.
16033      Branch: perl
16034            ! pod/perlfaq4.pod
16035 ____________________________________________________________________________
16036 [ 11733] By: sky                                   on 2001/08/23  11:36:29
16037         Log: Subject: [PATCH perlfaq4] Faster permutation algorithms
16038              From: Robin Houston <robin@kitsite.com>
16039              Date: Wed, 22 Aug 2001 23:06:16 +0100
16040              Message-ID: <20010822230616.A254@robin.kitsite.com>
16041      Branch: perl
16042            ! pod/perlfaq4.pod
16043 ____________________________________________________________________________
16044 [ 11732] By: sky                                   on 2001/08/23  10:36:02
16045         Log: Subject: Re: [ID 20010822.001] Freeing pads after parse error
16046              From: Simon Cozens <simon@netthink.co.uk>
16047              Date: Thu, 23 Aug 2001 12:06:36 +0100
16048              Message-ID: <20010823120636.A9961@netthink.co.uk>
16049      Branch: perl
16050            ! op.c
16051 ____________________________________________________________________________
16052 [ 11731] By: gsar                                  on 2001/08/23  03:58:58
16053         Log: fix broken windows build
16054      Branch: perl
16055            ! perl.h
16056 ____________________________________________________________________________
16057 [ 11730] By: ams                                   on 2001/08/22  21:35:30
16058         Log: Subject: [PATCH] io/tell.t doesn't chdir t
16059              From: Nicholas Clark <nick@ccl4.org>
16060              Date: Wed, 22 Aug 2001 23:25:58 +0100
16061              Message-Id: <20010822232557.Y82818@plum.flirble.org>
16062      Branch: perl
16063            ! t/io/tell.t
16064 ____________________________________________________________________________
16065 [ 11729] By: ams                                   on 2001/08/22  20:32:21
16066         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
16067              questions)
16068              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
16069              Date: Wed, 22 Aug 2001 17:09:04 -0400
16070              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
16071              (Oops, forgot File::Spec::Unix in the previous patch.)
16072      Branch: perl
16073            ! lib/File/Spec/Unix.pm
16074 ____________________________________________________________________________
16075 [ 11728] By: ams                                   on 2001/08/22  20:25:41
16076         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
16077              questions)
16078              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
16079              Date: Wed, 22 Aug 2001 17:09:04 -0400
16080              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
16081      Branch: perl
16082            ! lib/File/Spec.pm
16083 ____________________________________________________________________________
16084 [ 11727] By: ams                                   on 2001/08/22  19:43:30
16085         Log: Subject: Re: [PATCH 1 of 3] $] is deprecated - eliminate from core tests
16086              From: John Peacock <jpeacock@rowman.com>
16087              Date: Wed, 22 Aug 2001 12:35:52 -0400
16088              Message-Id: <3B83DF68.5D89DC81@rowman.com>
16089              (Adds proper tests for $], notwithstanding Subject. +nitpick)
16090      Branch: perl
16091            ! t/op/ver.t
16092 ____________________________________________________________________________
16093 [ 11726] By: ams                                   on 2001/08/22  19:36:39
16094         Log: Subject: [ID 20010822.007] eval STRING & diagnostics.pm not mixing
16095              From: schwern@ool-18b93024.dyn.optonline.net (Michael G Schwern)
16096              Date: Wed, 22 Aug 2001 16:03:00 -0400 (EDT)
16097              Message-Id: <20010822200300.0D1638253@ool-18b93024.dyn.optonline.net>
16098      Branch: perl
16099            ! lib/diagnostics.pm lib/diagnostics.t
16100 ____________________________________________________________________________
16101 [ 11725] By: ams                                   on 2001/08/22  19:25:01
16102         Log: Subject: [PATCH] 64 bit integer preserving pp_divide
16103              From: Nicholas Clark <nick@ccl4.org>
16104              Date: Wed, 22 Aug 2001 20:59:05 +0100
16105              Message-Id: <20010822205905.U82818@plum.flirble.org>
16106      Branch: perl
16107            ! pp.c t/op/64bitint.t t/op/arith.t
16108 ____________________________________________________________________________
16109 [ 11724] By: ams                                   on 2001/08/22  10:02:33
16110         Log: Subject: Configure blooper
16111              From: H.Merijn Brand <h.m.brand@hccnet.nl>
16112              Date: Wed, 22 Aug 2001 12:38:35 +0200
16113              Message-Id: <20010822123750.A797.H.M.BRAND@hccnet.nl>
16114      Branch: perl
16115            ! Configure
16116 ____________________________________________________________________________
16117 [ 11723] By: ams                                   on 2001/08/21  16:17:53
16118         Log: Subject: [PATCH] installperl -help
16119              From: Nicholas Clark <nick@ccl4.org>
16120              Date: Tue, 21 Aug 2001 17:34:23 +0100
16121              Message-Id: <20010821173423.F82818@plum.flirble.org>
16122      Branch: perl
16123            ! installperl
16124 ____________________________________________________________________________
16125 [ 11722] By: ams                                   on 2001/08/20  07:46:31
16126         Log: Subject: [PATCH perlvar.pod] Rewrite $. entry and switch to -> syntax
16127              From: Ilmari Karonen <iltzu@sci.fi>
16128              Date: Mon, 20 Aug 2001 06:42:01 +0300 (EET DST)
16129              Message-Id: <Pine.SOL.3.96.1010820063126.28048A-100000@simpukka>
16130      Branch: perl
16131            ! pod/perlvar.pod
16132 ____________________________________________________________________________
16133 [ 11721] By: nick                                  on 2001/08/20  06:24:31
16134         Log: Integrate mainline
16135      Branch: perlio
16136           +> Porting/apply lib/Lingua/KO/Hangul/Util.pm
16137           +> lib/Lingua/KO/Hangul/Util/Changes
16138           +> lib/Lingua/KO/Hangul/Util/README
16139           +> lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
16140           +> lib/Unicode/Collate/Changes lib/Unicode/Collate/README
16141           +> lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
16142           +> lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
16143           +> lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
16144           +> lib/Unicode/Normalize/t/test.t
16145            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
16146           !> (integrate 55 files)
16147 ____________________________________________________________________________
16148 [ 11720] By: pudge                                 on 2001/08/19  19:00:16
16149         Log: Integrate Change #11599 from maint-5.6/perl
16150      Branch: maint-5.6/macperl
16151           !> README.win32
16152 ____________________________________________________________________________
16153 [ 11719] By: ams                                   on 2001/08/18  21:21:42
16154         Log: Add Porting/apply to MANIFEST.
16155      Branch: perl
16156            ! MANIFEST
16157 ____________________________________________________________________________
16158 [ 11718] By: sky                                   on 2001/08/18  14:38:01
16159         Log: PL_reentrant_buffer does not exist in 5005threaded perl.
16160              Better solution would be to make 5005threaded perl use
16161              the same system as ithreads do
16162      Branch: perl
16163            ! perl.h
16164 ____________________________________________________________________________
16165 [ 11717] By: jhi                                   on 2001/08/18  14:24:42
16166         Log: New try for ID 20010407.006: detach the semantics
16167              "was the last match target UTF8" into its own variable.
16168      Branch: perl
16169            ! embedvar.h intrpvar.h mg.c perlapi.h pod/perlapi.pod pp.c
16170            ! pp_hot.c regcomp.c regexec.c sv.c t/op/pat.t thrdvar.h
16171 ____________________________________________________________________________
16172 [ 11716] By: jhi                                   on 2001/08/18  12:11:14
16173         Log: UTF8 flag should be meaningful only when POK.
16174      Branch: perl
16175            ! dump.c
16176 ____________________________________________________________________________
16177 [ 11715] By: sky                                   on 2001/08/18  11:45:16
16178         Log: USE_THREADS and USE_ITHREADS are never true at the same time
16179      Branch: perl
16180            ! perl.h
16181 ____________________________________________________________________________
16182 [ 11714] By: jhi                                   on 2001/08/18  06:03:24
16183         Log: Retract #11712 for now.  The real fix would probably
16184              be something like making PL_reg_sv a copy (PV + UTF8)
16185              of the matched/substituted string (note: not just a SvPOK
16186              string, for example the stringified form of a ROK would
16187              be applicable)  Beware of leaks.
16188      Branch: perl
16189            ! pp_hot.c t/op/pat.t
16190 ____________________________________________________________________________
16191 [ 11713] By: jhi                                   on 2001/08/18  03:22:42
16192         Log: UTF8 wasn't printing for PVMGs.
16193      Branch: perl
16194            ! dump.c
16195 ____________________________________________________________________________
16196 [ 11712] By: jhi                                   on 2001/08/18  03:22:24
16197         Log: (Retracted by #11714)
16198              
16199              Okay analysis, debatable fix.  (The fix will inc
16200              the refcount of all temporary match objects,
16201              like for example tied(%h) =~ /^.../ from Tie/RefHash.t,
16202              which will then cause griping at untie() time
16203              ("inner references remain").
16204              
16205              Fix for ID 20010407.006: PL_reg_sv got wiped out
16206              by freetemps if the match target was a temporary
16207              (like function_call() =~ /.../), which in turn meant
16208              that the $1 et al stopped working if they had UTF-8
16209              in them.  Therefore bump up the refcount of PL_reg_sv.
16210      Branch: perl
16211            ! pp_hot.c t/op/pat.t
16212 ____________________________________________________________________________
16213 [ 11711] By: ams                                   on 2001/08/17  20:32:08
16214         Log: Subject: [PATCH] doesn't compile, was perl@11710
16215              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16216              Date: Fri, 17 Aug 2001 23:21:10 +0200
16217              Message-Id: <20010817232110.C7041@rafael> 
16218      Branch: perl
16219            ! sharedsv.c
16220 ____________________________________________________________________________
16221 [ 11710] By: jhi                                   on 2001/08/17  14:26:57
16222         Log: Update Changes.
16223      Branch: perl
16224            ! Changes patchlevel.h
16225 ____________________________________________________________________________
16226 [ 11709] By: jhi                                   on 2001/08/17  13:47:53
16227         Log: Upgrade to libnet 1.0704.
16228      Branch: perl
16229            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
16230            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Cmd.pm
16231            ! lib/Net/Config.pm lib/Net/Domain.pm lib/Net/FTP.pm
16232            ! lib/Net/FTP/A.pm lib/Net/FTP/I.pm lib/Net/FTP/dataconn.pm
16233            ! lib/Net/NNTP.pm lib/Net/Netrc.pm lib/Net/POP3.pm
16234            ! lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/Time.pm
16235            ! lib/Net/libnetFAQ.pod lib/Net/t/ftp.t
16236 ____________________________________________________________________________
16237 [ 11708] By: sky                                   on 2001/08/17  13:34:04
16238         Log: Let perl_clone copy PL_exit_flags
16239      Branch: perl
16240            ! sv.c
16241 ____________________________________________________________________________
16242 [ 11707] By: sky                                   on 2001/08/17  12:28:41
16243         Log: Protext sharedsv_space better. Extended EDIT and RELEASE macro
16244      Branch: perl
16245            ! sharedsv.c sharedsv.h
16246 ____________________________________________________________________________
16247 [ 11706] By: jhi                                   on 2001/08/17  11:59:28
16248         Log: The metaconfig unit change for #11705.
16249      Branch: metaconfig/U/perl
16250            ! Extensions.U
16251 ____________________________________________________________________________
16252 [ 11705] By: jhi                                   on 2001/08/17  11:58:48
16253         Log: Allow the threads extension to be found if present.
16254      Branch: perl
16255            ! Configure
16256 ____________________________________________________________________________
16257 [ 11704] By: nick                                  on 2001/08/17  11:47:54
16258         Log: Mail -> change script (pre-alpha)
16259      Branch: perl
16260            + Porting/apply
16261 ____________________________________________________________________________
16262 [ 11703] By: sky                                   on 2001/08/17  07:11:24
16263         Log: Fixed macros for localtime_r under USE_REENTRANT_API, also fixed for HP-UX 10.20
16264              Thanks to Tom Hospel for pointing out my error.
16265      Branch: perl
16266            ! op.h
16267 ____________________________________________________________________________
16268 [ 11702] By: sky                                   on 2001/08/17  04:18:11
16269         Log: Adds PERL_EXIT_DESTRUCT_END to PL_exit_flags which if set moves END block running to perl_destruct, changes prototype of perl_destruct to return exitstatus.
16270      Branch: perl
16271            ! embed.pl miniperlmain.c perl.c perl.h proto.h
16272 ____________________________________________________________________________
16273 [ 11701] By: jhi                                   on 2001/08/17  03:22:38
16274         Log: Integrate Lingua::KO::Hangul::Util 0.02, Unicode::Normalize,
16275              and Unicode::Collate 0.07, from SADAHIRO Tomoyuki.
16276      Branch: perl
16277            + lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
16278            + lib/Lingua/KO/Hangul/Util/README
16279            + lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
16280            + lib/Unicode/Collate/Changes lib/Unicode/Collate/README
16281            + lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
16282            + lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
16283            + lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
16284            + lib/Unicode/Normalize/t/test.t
16285            ! MANIFEST
16286 ____________________________________________________________________________
16287 [ 11700] By: jhi                                   on 2001/08/17  02:58:59
16288         Log: Subject: [PATCH perl@11683] IEEE float tweak for VMS
16289              Date: Thu, 16 Aug 2001 22:46:15 -0500
16290              From: "Craig A. Berry" <craigberry@mac.com>
16291              Message-Id: <5.1.0.14.0.20010816204836.01ab4e58@exchi01>
16292      Branch: perl
16293            ! configure.com numeric.c
16294 ____________________________________________________________________________
16295 [ 11699] By: jhi                                   on 2001/08/17  02:33:00
16296         Log: It seems that Tru64 has "naturally" threadsafe APIs only for
16297              of the usual suspects (like getpwent) but not for others
16298              (like localtime and rand).  The _r versions are available
16299              for all of them, so let's use them.
16300      Branch: perl
16301            ! perl.h
16302 ____________________________________________________________________________
16303 [ 11698] By: jhi                                   on 2001/08/17  01:53:02
16304         Log: (Accidental apply; thankfully empty.)
16305      Branch: perl
16306            ! hints/os390.sh
16307 ____________________________________________________________________________
16308 [ 11697] By: jhi                                   on 2001/08/17  01:50:55
16309         Log: Subject: Re: [ID 20010803.016] Possible regex bug in 5.6.1 
16310              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
16311              Date: Thu, 16 Aug 2001 16:27:49 +0100
16312              Message-Id: <200108161527.f7GFRnH09419@crypt.compulink.co.uk>
16313      Branch: perl
16314            ! regexec.c t/op/re_tests
16315 ____________________________________________________________________________
16316 [ 11696] By: jhi                                   on 2001/08/17  01:50:01
16317         Log: Subject: Re: [ID 20010814.004] pos() doesn't work when using =~m// in list context 
16318              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
16319              Date: Thu, 16 Aug 2001 18:50:01 +0100
16320              Message-Id: <200108161750.f7GHo1l22207@crypt.compulink.co.uk>
16321      Branch: perl
16322            ! pp_hot.c t/op/pat.t
16323 ____________________________________________________________________________
16324 [ 11695] By: jhi                                   on 2001/08/17  01:49:12
16325         Log: Subject: [PATCH] *time_r again
16326              From: "Arthur Bergman" <arthur@contiller.se>
16327              Date: Thu, 16 Aug 2001 16:01:54 +0200
16328              Message-ID: <00ca01c1265c$0175f940$21000a0a@vogw2kdev>
16329      Branch: perl
16330            ! op.h
16331 ____________________________________________________________________________
16332 [ 11694] By: jhi                                   on 2001/08/17  01:47:53
16333         Log: system() and backtick error handling cleanup from Craig A. Berry.
16334      Branch: perl
16335            ! vms/vms.c
16336 ____________________________________________________________________________
16337 [ 11693] By: gsar                                  on 2001/08/17  01:07:21
16338         Log: change#10334 leaks memory, copies string when it doesn't
16339              need to
16340      Branch: perl
16341            ! perl.c
16342 ____________________________________________________________________________
16343 [ 11692] By: jhi                                   on 2001/08/16  12:22:29
16344         Log: One more twist to the sprintf + utf8 testing.
16345      Branch: perl
16346            ! t/op/misc.t
16347 ____________________________________________________________________________
16348 [ 11691] By: jhi                                   on 2001/08/16  11:46:02
16349         Log: Fix for 20010407.008 sprintf removes utf8-ness.
16350      Branch: perl
16351            ! pp.c t/op/misc.t
16352 ____________________________________________________________________________
16353 [ 11690] By: jhi                                   on 2001/08/16  11:31:00
16354         Log: Subject: [PATCH] *time_r fixes
16355              From: "Arthur Bergman" <arthur@contiller.se>
16356              Message-ID: <00b901c1264e$1cbe6970$21000a0a@vogw2kdev>
16357              Date: Thu, 16 Aug 2001 14:22:27 +0200
16358      Branch: perl
16359            ! op.h
16360 ____________________________________________________________________________
16361 [ 11689] By: jhi                                   on 2001/08/16  11:29:30
16362         Log: Upgrade to CGI.pm 2.77.
16363      Branch: perl
16364            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm lib/CGI/t/form.t
16365            ! lib/CGI/t/function.t
16366 ____________________________________________________________________________
16367 [ 11688] By: jhi                                   on 2001/08/16  01:07:21
16368         Log: Document the bytes-to-Unicode upgrading.
16369      Branch: perl
16370            ! pod/perlunicode.pod
16371 ____________________________________________________________________________
16372 [ 11687] By: jhi                                   on 2001/08/16  00:29:29
16373         Log: Add a test for Unicode sprintf.
16374      Branch: perl
16375            ! t/op/misc.t
16376 ____________________________________________________________________________
16377 [ 11686] By: jhi                                   on 2001/08/16  00:20:40
16378         Log: Add Unicode tests for index/rindex.
16379      Branch: perl
16380            ! t/op/index.t
16381 ____________________________________________________________________________
16382 [ 11685] By: jhi                                   on 2001/08/15  22:51:53
16383         Log: Document a bit the art of minimizing the installation,
16384              based on the p5p discussion.
16385      Branch: perl
16386            ! INSTALL
16387 ____________________________________________________________________________
16388 [ 11684] By: nick                                  on 2001/08/15  15:03:31
16389         Log: Integrate mainline
16390      Branch: perlio
16391           +> sharedsv.c sharedsv.h
16392           !> (integrate 53 files)
16393 ____________________________________________________________________________
16394 [ 11683] By: jhi                                   on 2001/08/15  13:49:07
16395         Log: Update Changes.
16396      Branch: perl
16397            ! Changes patchlevel.h
16398 ____________________________________________________________________________
16399 [ 11682] By: jhi                                   on 2001/08/15  13:26:00
16400         Log: The #11673 necessitated a test tweak.
16401      Branch: perl
16402            ! t/io/utf8.t
16403 ____________________________________________________________________________
16404 [ 11681] By: jhi                                   on 2001/08/15  13:12:50
16405         Log: Also UNICOS is in the general case unable to silently
16406              handle fp overflows.
16407      Branch: perl
16408            ! numeric.c
16409 ____________________________________________________________________________
16410 [ 11680] By: jhi                                   on 2001/08/15  13:05:15
16411         Log: Try to get NV_MIN, NV_MAX, NV_MIN_10_EXP, NV_MAX_10_EXP,
16412              NV_EPSILON #defined.
16413      Branch: perl
16414            ! perl.h
16415 ____________________________________________________________________________
16416 [ 11679] By: jhi                                   on 2001/08/15  12:48:32
16417         Log: Re-establish the fp overflow detection for VAX VMS; there
16418              is no easy way to have the IEEE fp silent overflow semantics.
16419              (in Alpha VMS we still will use IEEE fp by default-- but it
16420              is still possible to configure Perl to use G_FLOAT)
16421      Branch: perl
16422            ! numeric.c
16423 ____________________________________________________________________________
16424 [ 11678] By: jhi                                   on 2001/08/15  12:27:41
16425         Log: Subject: [PATCH] pp_lock 
16426              From: "Arthur Bergman" <arthur@contiller.se>
16427              Date: Wed, 15 Aug 2001 11:52:16 +0200
16428              Message-ID: <008401c1256f$f75a91b0$21000a0a@vogw2kdev>
16429      Branch: perl
16430            ! pp.c
16431 ____________________________________________________________________________
16432 [ 11677] By: jhi                                   on 2001/08/15  12:26:44
16433         Log: Subject: Re: [ID 20010809.023] perlre misleads when stating that (?i) should be at front of pattern 
16434              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
16435              Date: Wed, 15 Aug 2001 11:32:11 +0100
16436              Message-Id: <200108151032.f7FAWBI30961@crypt.compulink.co.uk>
16437      Branch: perl
16438            ! regcomp.c t/op/re_tests
16439 ____________________________________________________________________________
16440 [ 11676] By: jhi                                   on 2001/08/15  12:25:29
16441         Log: Subject: Re: [ID 20010811.006] re_eval: logical leaks 
16442              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
16443              Date: Wed, 15 Aug 2001 10:33:49 +0100
16444              Message-Id: <200108150933.f7F9Xnr11222@crypt.compulink.co.uk>
16445      Branch: perl
16446            ! regexec.c t/op/re_tests
16447 ____________________________________________________________________________
16448 [ 11675] By: jhi                                   on 2001/08/15  03:28:20
16449         Log: Subject: Re: bug in File::Spec 0.82 (canonpath)
16450              From: Barrie Slaymaker <barries@slaysys.com>
16451              Date: Tue, 14 Aug 2001 14:32:25 -0400
16452              Message-ID: <20010814143225.A19822@jester.slaysys.com>
16453      Branch: perl
16454            ! lib/File/Spec.t lib/File/Spec/Unix.pm
16455 ____________________________________________________________________________
16456 [ 11674] By: jhi                                   on 2001/08/15  03:25:32
16457         Log: Subject: [PATCH: perl@11626] modify VMS default prefix for installation
16458              From: Peter Prymmer <pvhp@forte.com>
16459              Date: Tue, 14 Aug 2001 13:33:32 -0700 (PDT)
16460              Message-ID: <Pine.OSF.4.10.10108141327590.192110-100000@aspara.forte.com>
16461      Branch: perl
16462            ! README.vms configure.com
16463 ____________________________________________________________________________
16464 [ 11673] By: jhi                                   on 2001/08/15  03:16:14
16465         Log: Subject: [PATCH perl@11660] Warning incorrectly reported without -w
16466              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16467              Date: Tue, 14 Aug 2001 21:23:27 +0200
16468              Message-ID: <20010814212327.A1919@rafael>
16469      Branch: perl
16470            ! doio.c
16471 ____________________________________________________________________________
16472 [ 11672] By: jhi                                   on 2001/08/15  03:15:25
16473         Log: Subject: [PATCH bleadperl] fixing SDBM_File problems under win32
16474              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
16475              Date: Tue, 14 Aug 2001 22:30:11 +0200
16476              Message-ID: <4224685483.20010814223011@tesla.rcub.bg.ac.yu>
16477              
16478              Combination of nmake, quoting, and Perl expanded $( in here-doc.
16479      Branch: perl
16480            ! ext/SDBM_File/Makefile.PL
16481 ____________________________________________________________________________
16482 [ 11671] By: jhi                                   on 2001/08/14  13:44:40
16483         Log: Todo updates.
16484      Branch: perl
16485            ! pod/perltodo.pod
16486 ____________________________________________________________________________
16487 [ 11670] By: jhi                                   on 2001/08/14  13:10:36
16488         Log: Subject: [PATCH bleadperl CORE] removing sv.c warnings on VC++5.0
16489              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
16490              Date: Mon, 13 Aug 2001 23:15:01 +0200
16491              Message-ID: <6114148607.20010813231501@tesla.rcub.bg.ac.yu>
16492      Branch: perl
16493            ! sv.c
16494 ____________________________________________________________________________
16495 [ 11669] By: jhi                                   on 2001/08/14  13:07:09
16496         Log: Subject: [PATCH] [b-]showlex.t
16497              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
16498              Date: Sun, 12 Aug 2001 22:24:51 +0200
16499              Message-ID: <6510457078.20010812222451@tesla.rcub.bg.ac.yu>
16500              
16501              The 4nt command shell will expand the % in command line
16502              no matter what quoting is attempted, changed the % to @.
16503      Branch: perl
16504            ! ext/B/Showlex.t
16505 ____________________________________________________________________________
16506 [ 11668] By: jhi                                   on 2001/08/14  13:01:02
16507         Log: Subject: [PATCH] magic.t
16508              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
16509              Date: Sun, 12 Aug 2001 20:49:27 +0200
16510              Message-ID: <844732764.20010812204927@tesla.rcub.bg.ac.yu>
16511      Branch: perl
16512            ! t/op/magic.t
16513 ____________________________________________________________________________
16514 [ 11667] By: jhi                                   on 2001/08/14  12:35:17
16515         Log: Add sharedsv* to the DOSish platforms; plus add
16516              some WinCE files to the list of DOSish files.
16517      Branch: perl
16518            ! NetWare/Makefile Porting/makerel win32/Makefile
16519            ! win32/makefile.mk wince/Makefile.ce
16520 ____________________________________________________________________________
16521 [ 11666] By: jhi                                   on 2001/08/14  12:29:57
16522         Log: More DOSish files.
16523      Branch: perl
16524            ! Porting/makerel
16525 ____________________________________________________________________________
16526 [ 11665] By: jhi                                   on 2001/08/14  12:27:58
16527         Log: Strip CRs from the WinCE files.  Now we need to
16528              figure out in which CRs are really needed: probably
16529              Makefile.ce and the README files, at least, probably
16530              also the registry.bat.
16531      Branch: perl
16532            ! wince/Makefile.ce wince/README.compile wince/README.perlce
16533            ! wince/config.h wince/include/cectype.h wince/include/errno.h
16534            ! wince/include/sys/stat.h wince/include/sys/types.h
16535            ! wince/include/sys/utime.h wince/include/time.h wince/perl.rc
16536            ! wince/perldll.def wince/registry.bat wince/wince.h
16537            ! wince/xbuildall.ksh wince/xdistclean.ksh wince/xmakediffs.ksh
16538 ____________________________________________________________________________
16539 [ 11664] By: jhi                                   on 2001/08/14  12:05:09
16540         Log: Add some files to DOSish and writables.
16541      Branch: perl
16542            ! Porting/makerel
16543 ____________________________________________________________________________
16544 [ 11663] By: jhi                                   on 2001/08/14  03:08:07
16545         Log: Compile failure message tidying.
16546      Branch: perl
16547            ! t/lib/1_compile.t
16548 ____________________________________________________________________________
16549 [ 11662] By: jhi                                   on 2001/08/14  01:41:22
16550         Log: The new sharedsv* should be exported only if usethreads.
16551      Branch: perl
16552            ! makedef.pl
16553 ____________________________________________________________________________
16554 [ 11661] By: jhi                                   on 2001/08/14  00:25:30
16555         Log: Subject: [PATCH: perl@11626] URL updates for README.os390
16556              From: Peter Prymmer <pvhp@forte.com>
16557              Date: Mon, 13 Aug 2001 15:21:06 -0700 (PDT)
16558              Message-ID: <Pine.OSF.4.10.10108131517570.151295-100000@aspara.forte.com>
16559      Branch: perl
16560            ! README.os390
16561 ____________________________________________________________________________
16562 [ 11660] By: jhi                                   on 2001/08/13  12:54:54
16563         Log: Update Changes.
16564      Branch: perl
16565            ! Changes patchlevel.h
16566 ____________________________________________________________________________
16567 [ 11659] By: jhi                                   on 2001/08/13  12:45:21
16568         Log: Subject: [PATHC] sharedsv.[c|h]
16569              From: "Artur Bergman" <artur@contiller.se>
16570              Date: Mon, 13 Aug 2001 14:38:41 +0200
16571              Message-ID: <005401c123f4$e1f53360$21000a0a@vogw2kdev>  
16572              
16573              Subject: [PATCH] embed.pl
16574              From: Arthur Bergman <arthur@contiller.se>
16575              Date: Mon, 13 Aug 2001 14:38:14 +0200
16576              Message-ID: <B79D96D6.3088%arthur@contiller.se>
16577              
16578              Subject: [PATCH] sharedsv cleanups
16579              From: "Arthur Bergman" <arthur@contiller.se>
16580              Date: Mon, 13 Aug 2001 15:14:25 +0200
16581              Message-ID: <005a01c123f9$dfe525d0$21000a0a@vogw2kdev>  
16582              
16583              Plus few tweaks: _init needs to be Adp, the prototypes
16584              should not be revealed unless using ithreads, #endif FOO
16585              must be #endif /* FOO */, adding (parentheses) around
16586              do { } while doesn't work too well.
16587      Branch: perl
16588            + sharedsv.c sharedsv.h
16589            ! MANIFEST Makefile.SH embed.h embed.pl global.sym objXSUB.h
16590            ! perl.h perlapi.c pod/perlapi.pod proto.h
16591 ____________________________________________________________________________
16592 [ 11658] By: jhi                                   on 2001/08/13  12:00:08
16593         Log: Subject: Re: END {} blocks run in perl_run
16594              From: Arthur Bergman <arthur@contiller.se>
16595              Date: Mon, 13 Aug 2001 11:11:30 +0200
16596              Message-ID: <B79D6661.3068%arthur@contiller.se>
16597      Branch: perl
16598            ! perl.c
16599 ____________________________________________________________________________
16600 [ 11657] By: nick                                  on 2001/08/13  09:03:02
16601         Log: Integrate mainline
16602      Branch: perlio
16603           +> (branch 326 files)
16604            - (delete 330 files)
16605           !> (integrate 85 files)
16606 ____________________________________________________________________________
16607 [ 11656] By: jhi                                   on 2001/08/12  23:24:18
16608         Log: If you want you can now add -DUSE_UTF8_SCRIPTS to your cflags
16609              and the Perl will be built to do that by default (adding that
16610              will break scripts having non-UTF-8 binary data, such as Latin-1.)
16611      Branch: perl
16612            ! op.c toke.c utf8.h
16613 ____________________________________________________________________________
16614 [ 11655] By: jhi                                   on 2001/08/12  23:05:14
16615         Log: Unnecessary downgrades.
16616      Branch: perl
16617            ! doop.c
16618 ____________________________________________________________________________
16619 [ 11654] By: jhi                                   on 2001/08/12  22:56:47
16620         Log: Failure not true anymore (probably caused by my broken setup).
16621      Branch: perl
16622            ! t/op/pat.t
16623 ____________________________________________________________________________
16624 [ 11653] By: jhi                                   on 2001/08/12  22:46:12
16625         Log: Not quite so relicy as thought in #11651 (op/concat #4 and #5
16626              stopped working).
16627      Branch: perl
16628            ! op.h pp_ctl.c regcomp.c
16629 ____________________________________________________________________________
16630 [ 11652] By: jhi                                   on 2001/08/12  22:30:04
16631         Log: There is no IN_UTF8.
16632      Branch: perl
16633            ! utf8.h
16634 ____________________________________________________________________________
16635 [ 11651] By: jhi                                   on 2001/08/12  21:08:06
16636         Log: More (less) regex/utf8 relics.  (Toned down later in #11653.)
16637      Branch: perl
16638            ! op.c op.h pp_ctl.c regcomp.c
16639 ____________________________________________________________________________
16640 [ 11650] By: jhi                                   on 2001/08/12  20:17:32
16641         Log: Relic in op.c (no regex feature should depend on the utf8 pragma),
16642              and a test tweak.
16643      Branch: perl
16644            ! op.c t/pod/find.t
16645 ____________________________________________________________________________
16646 [ 11649] By: jhi                                   on 2001/08/12  18:45:52
16647         Log: Todo updates and fixes.
16648      Branch: perl
16649            ! pod/perltodo.pod
16650 ____________________________________________________________________________
16651 [ 11648] By: jhi                                   on 2001/08/12  18:43:50
16652         Log: Mark tests (and one module) having explicit Latin-1
16653              (and one file having explicit UTF-8) with an explicit
16654              'no utf8' (and one explicit 'use utf8').
16655              
16656              NOTE: t/op/pat.t #64 fails mysteriously under 'use utf8'.
16657      Branch: perl
16658            ! lib/CGI/t/html.t lib/Locale/Codes/t/languages.t
16659            ! lib/Locale/Language.pm lib/charnames.t lib/locale.t
16660            ! t/lib/locale/latin1 t/lib/locale/utf8 t/op/pat.t
16661 ____________________________________________________________________________
16662 [ 11647] By: jhi                                   on 2001/08/12  17:10:22
16663         Log: Subject: SV: END {} blocks run in perl_run
16664              From: "Arthur Bergman" <arthur@contiller.se>
16665              Date: Sun, 12 Aug 2001 00:34:28 +0200 
16666              Message-ID: <03fd01c122b5$c803c600$052aa8c0@foo>
16667      Branch: perl
16668            ! miniperlmain.c perl.c
16669 ____________________________________________________________________________
16670 [ 11646] By: jhi                                   on 2001/08/12  16:59:00
16671         Log: Typos in #11645.
16672      Branch: perl
16673            ! perl.h
16674 ____________________________________________________________________________
16675 [ 11645] By: jhi                                   on 2001/08/12  16:55:31
16676         Log: On ithreads default to use_reentrant except on naturally
16677              threadsafe platforms.
16678      Branch: perl
16679            ! perl.h
16680 ____________________________________________________________________________
16681 [ 11644] By: jhi                                   on 2001/08/12  15:45:43
16682         Log: (Hopefully) a fix for 20010723.004: make install needs
16683              write permission in build directory.  The problem was
16684              probably caused by overeager sprinkling of the lib/re.pm
16685              dependencies (which was done to guarantee lib/re.pm being
16686              uptodate for parallel makes: now solved by funneling that
16687              through an explicit recursive make in the preplibrary target).
16688      Branch: perl
16689            ! Makefile.SH
16690 ____________________________________________________________________________
16691 [ 11643] By: jhi                                   on 2001/08/12  14:16:44
16692         Log: Dispell the "use utf8" superstition.
16693      Branch: perl
16694            ! lib/utf8.pm pod/perlfunc.pod pod/perlretut.pod pod/perltoc.pod
16695            ! pod/perlunicode.pod
16696 ____________________________________________________________________________
16697 [ 11642] By: jhi                                   on 2001/08/12  13:56:42
16698         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
16699              From: "Abigail" <abigail@foad.org> 
16700              Date: Sat, 11 Aug 2001 23:49:49 +0200
16701              Message-ID: <20010811214950.23255.qmail@foad.org>
16702      Branch: perl
16703            ! t/op/taint.t
16704 ____________________________________________________________________________
16705 [ 11641] By: jhi                                   on 2001/08/12  13:56:18
16706         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
16707              From: Abhijit Menon-Sen <ams@wiw.org>
16708              Date: Sat, 11 Aug 2001 06:18:19 +0530
16709              Message-ID: <20010811061819.P526@lustre.dyn.wiw.org>
16710      Branch: perl
16711            ! mg.c
16712 ____________________________________________________________________________
16713 [ 11640] By: jhi                                   on 2001/08/12  13:45:58
16714         Log: Test for change #11639.
16715      Branch: perl
16716            ! t/op/tiehandle.t
16717 ____________________________________________________________________________
16718 [ 11639] By: jhi                                   on 2001/08/12  13:42:03
16719         Log: Subject: Re: Can't localize *FH, then tie it
16720              From: Abhijit Menon-Sen <ams@wiw.org>
16721              Date: Sun, 12 Aug 2001 16:08:06 +0530
16722              Message-ID: <20010812160806.A28712@lustre.dyn.wiw.org>
16723      Branch: perl
16724            ! pp_hot.c pp_sys.c
16725 ____________________________________________________________________________
16726 [ 11638] By: jhi                                   on 2001/08/12  03:30:07
16727         Log: Drop all the unnecessary "use utf8" clauses and some of
16728              the unnecessary "use bytes" ones.
16729              
16730              TODO: scour the documentation for unnecessary "use utf8"
16731              and prominently display it in perldelta when the time comes.
16732              ("use utf8" should be necessary ONLY if one wants the script
16733              to be in UTF-8.)  Also should be checked in some non-ASCII
16734              non-Latin-1 platform, like EBCDIC.
16735      Branch: perl
16736            ! t/comp/require.t t/io/utf8.t t/op/concat.t t/op/each.t
16737            ! t/op/pat.t t/op/regmesg.t t/op/sprintf.t t/op/tr.t
16738 ____________________________________________________________________________
16739 [ 11637] By: jhi                                   on 2001/08/11  17:55:36
16740         Log: Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.
16741              Smoked out bugs (well, the same bug twice) from ucfirst and lcfirst
16742              in Unicode handling.
16743      Branch: perl
16744            + t/op/lc.t
16745            ! MANIFEST pp.c t/op/misc.t t/op/readdir.t
16746 ____________________________________________________________________________
16747 [ 11636] By: jhi                                   on 2001/08/11  17:14:06
16748         Log: Thinko: we want the flags for native cc, not gcc.
16749      Branch: perl
16750            ! hints/dec_osf.sh
16751 ____________________________________________________________________________
16752 [ 11635] By: jhi                                   on 2001/08/11  15:14:48
16753         Log: (retracted by 13077)
16754              Subject: [PATCH] Re: [ID 20010809.028] x operator not copying elements in 'for' list?
16755              From: Robin Houston <robin@kitsite.com>
16756              Date: Fri, 10 Aug 2001 14:42:02 +0100
16757              Message-ID: <20010810144202.A32754@puffinry.freeserve.co.uk>
16758      Branch: perl
16759            ! pp.c
16760 ____________________________________________________________________________
16761 [ 11634] By: jhi                                   on 2001/08/11  14:59:22
16762         Log: Subject: [PATCH] turn $a.=<F> into an RCATLINE
16763              From: Abhijit Menon-Sen <ams@wiw.org>
16764              Date: Sat, 11 Aug 2001 16:31:04 +0530
16765              Message-ID: <20010811163104.Q526@lustre.dyn.wiw.org>
16766      Branch: perl
16767            ! op.c
16768 ____________________________________________________________________________
16769 [ 11633] By: jhi                                   on 2001/08/11  14:58:07
16770         Log: Get rid of indread, from Abhijit Menon-Sen.
16771      Branch: perl
16772            ! pp_sys.c
16773 ____________________________________________________________________________
16774 [ 11632] By: jhi                                   on 2001/08/10  23:39:04
16775         Log: CRLFgngngn.
16776      Branch: perl
16777            ! win32/Makefile win32/makefile.mk
16778 ____________________________________________________________________________
16779 [ 11631] By: jhi                                   on 2001/08/10  23:37:43
16780         Log: Decommission Time::Piece; unnecessary Yet Another Time-Date Module.
16781      Branch: perl
16782            - ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
16783            - ext/Time/Piece/Piece.t ext/Time/Piece/Piece.xs
16784            - ext/Time/Piece/README ext/Time/Piece/Seconds.pm
16785            ! MANIFEST Porting/config.sh djgpp/config.over epoc/config.sh
16786            ! ext/POSIX/POSIX.pod hints/vmesa.sh pod/perlfaq4.pod
16787            ! pod/perllocale.pod pod/perltoc.pod t/lib/1_compile.t
16788            ! win32/Makefile win32/makefile.mk
16789 ____________________________________________________________________________
16790 [ 11630] By: jhi                                   on 2001/08/10  13:53:15
16791         Log: Avoid #elif (less portable than #else #if).
16792      Branch: perl
16793            ! handy.h
16794 ____________________________________________________________________________
16795 [ 11629] By: jhi                                   on 2001/08/10  13:49:53
16796         Log: Subject: patch for perlvar.pod
16797              From: mah@everybody.org (Mark A. Hershberger)
16798              Date: 08 Aug 2001 17:03:16 -0500
16799              Message-ID: <87g0b2w6or.fsf@mah.mcdermott.com>
16800      Branch: perl
16801            ! pod/perlvar.pod
16802 ____________________________________________________________________________
16803 [ 11628] By: jhi                                   on 2001/08/10  13:45:48
16804         Log: cpp commands must start (the # must be) at the column #0.
16805      Branch: perl
16806            ! op.c
16807 ____________________________________________________________________________
16808 [ 11627] By: jhi                                   on 2001/08/10  13:41:07
16809         Log: If using gcc -B/foo/bar makedepend would give
16810              unnecessary warnings about unused -B/foo/bar.
16811      Branch: perl
16812            ! makedepend.SH
16813 ____________________________________________________________________________
16814 [ 11626] By: jhi                                   on 2001/08/09  14:56:29
16815         Log: Update Changes.
16816      Branch: perl
16817            ! Changes patchlevel.h
16818 ____________________________________________________________________________
16819 [ 11625] By: jhi                                   on 2001/08/09  14:54:05
16820         Log: s/z/tz/
16821      Branch: perl
16822            ! pod/perlfaq2.pod
16823 ____________________________________________________________________________
16824 [ 11624] By: jhi                                   on 2001/08/09  14:52:52
16825         Log: Article nit.
16826      Branch: perl
16827            ! pod/perlfaq2.pod
16828 ____________________________________________________________________________
16829 [ 11623] By: jhi                                   on 2001/08/09  14:49:00
16830         Log: Rename lib/unicode files to lib/unicore to avoid
16831              conflicts between core lib/unicode and Unicode::
16832              files in case-ignoring filesystems.
16833      Branch: perl
16834            + (add 325 files)
16835            - (delete 324 files)
16836            ! MANIFEST lib/charnames.pm lib/utf8_heavy.pl pod/perlretut.pod
16837 ____________________________________________________________________________
16838 [ 11622] By: jhi                                   on 2001/08/09  13:33:47
16839         Log: Upgrade to Math::BigInt 1.41.
16840      Branch: perl
16841            ! lib/Math/BigInt.pm lib/Math/BigInt/t/bigintpm.t
16842 ____________________________________________________________________________
16843 [ 11621] By: jhi                                   on 2001/08/09  13:31:20
16844         Log: Subject: [PATCH] remove PL_na from typemap
16845              From: James <james@rf.net>
16846              Date: Mon, 06 Aug 2001 20:23:15 -0700
16847              Message-ID: <3B6F5F23.A31A81B1@rf.net>
16848              
16849              (had to be manually applied)
16850      Branch: perl
16851            ! lib/ExtUtils/typemap
16852 ____________________________________________________________________________
16853 [ 11620] By: jhi                                   on 2001/08/09  13:27:11
16854         Log: The metaconfig unit changes for #11618.
16855      Branch: metaconfig/U/perl
16856            + d_fpclassl.U i_fp.U
16857 ____________________________________________________________________________
16858 [ 11619] By: jhi                                   on 2001/08/09  13:25:21
16859         Log: Forgot this from #11618.
16860              
16861              NOTE: wince/config_H.ce needs updating.
16862      Branch: perl
16863            ! wince/config.ce
16864 ____________________________________________________________________________
16865 [ 11618] By: jhi                                   on 2001/08/09  13:21:51
16866         Log: Introduce more floating point classifying APIs;
16867              try to define (most importantly) Perl_is{inf,nan}(x).
16868              
16869              For this first cut, assume none such APIs exist in non-UNIXoid
16870              platforms-- this is of course too unkind: Win32 rumoredly has
16871              _fpclass() and _isnan(), and VMS/VOS very probably have some
16872              of the APIs available.     The only thing Perl uses at the moment
16873              is Perl_isnan() (has been in use for a while now).
16874              
16875              NOTE: the Win32 and NetWare config_h.?c need regenerating.
16876      Branch: perl
16877            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
16878            ! Porting/config_H config_h.SH configure.com epoc/config.sh
16879            ! hints/hpux.sh perl.h pod/perltoc.pod uconfig.h uconfig.sh
16880            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
16881            ! vos/config.ga.h win32/config.bc win32/config.gc
16882            ! win32/config.vc win32/config_H.bc win32/config_H.gc
16883            ! win32/config_H.vc wince/config.ce wince/config.h
16884 ____________________________________________________________________________
16885 [ 11617] By: jhi                                   on 2001/08/09  11:08:51
16886         Log: Integrate change #11519 from perlio:
16887              
16888              Avoid testing for (non-)existance of "encoding(xxxx)"
16889              layer is called "encoding" the (xxxx) is an argument.
16890      Branch: perl
16891           !> lib/open.pm
16892 ____________________________________________________________________________
16893 [ 11616] By: nick                                  on 2001/08/09  07:50:24
16894         Log: Integrate mainline
16895      Branch: perlio
16896           +> ext/PerlIO/t/via.t lib/Getopt/Long/CHANGES
16897           +> lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
16898           +> lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
16899           +> lib/Getopt/Long/t/gol-oo.t utils/perlivp.PL
16900            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
16901            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
16902           !> (integrate 79 files)
16903 ____________________________________________________________________________
16904 [ 11615] By: nick                                  on 2001/08/09  06:23:44
16905         Log: Avoid testing for (non-)existance of "encoding(xxxx)"
16906              layer is called "encoding" the (xxxx) is an argument.
16907      Branch: perlio
16908            ! lib/open.pm
16909 ____________________________________________________________________________
16910 [ 11614] By: jhi                                   on 2001/08/08  21:50:19
16911         Log: Subject: [PATCH bleadperl] Teach B::Concise about PADOP
16912              From: Paul Johnson <paul@pjcj.net>
16913              Date: Wed, 8 Aug 2001 23:54:17 +0200
16914              Message-ID: <20010808235417.O1006@pjcj.net>
16915      Branch: perl
16916            ! ext/B/B/Concise.pm
16917 ____________________________________________________________________________
16918 [ 11613] By: jhi                                   on 2001/08/08  13:22:13
16919         Log: Make VMS use IEEE math by default; reorder Tru64 hints
16920              so that -fprm d -ieee (the -ieee gives as e.g. IEEE 754
16921              exception semantics) is always set if using (the new) cc.
16922      Branch: perl
16923            ! configure.com hints/dec_osf.sh
16924 ____________________________________________________________________________
16925 [ 11612] By: jhi                                   on 2001/08/08  12:14:56
16926         Log: Subject: Re: [ID 20010806.008] tied hashes, invocation of FIRSTKEY
16927              From: Abhijit Menon-Sen <ams@wiw.org>
16928              Date: Tue, 7 Aug 2001 17:16:05 +0530
16929              Message-ID: <20010807171605.K526@lustre.dyn.wiw.org>
16930      Branch: perl
16931            ! pp_sys.c
16932 ____________________________________________________________________________
16933 [ 11611] By: jhi                                   on 2001/08/08  02:28:58
16934         Log: Subject: [PATCH perl@11597] fix t/run/exit.t for VMS
16935              From: "Craig A. Berry" <craigberry@mac.com>
16936              Date: Tue, 07 Aug 2001 22:27:47 -0500
16937              Message-Id: <5.1.0.14.0.20010806105326.02d22298@exchi01>
16938      Branch: perl
16939            ! t/run/exit.t
16940 ____________________________________________________________________________
16941 [ 11610] By: jhi                                   on 2001/08/08  00:12:00
16942         Log: Subject: [PATCH bleadperl] better VMS docs for $?, exit(), and system()
16943              From: "Craig A. Berry" <craigberry@mac.com>
16944              Date: Tue, 07 Aug 2001 20:01:53 -0500
16945              Message-Id: <5.1.0.14.0.20010807155648.01ba3c98@exchi01>
16946      Branch: perl
16947            ! pod/perlport.pod pod/perlvar.pod vms/perlvms.pod
16948 ____________________________________________________________________________
16949 [ 11609] By: jhi                                   on 2001/08/07  23:49:09
16950         Log: Update the magazine information.
16951      Branch: perl
16952            ! pod/perlfaq2.pod
16953 ____________________________________________________________________________
16954 [ 11608] By: jhi                                   on 2001/08/07  23:35:27
16955         Log: Ignore SIGFPE everywhere.
16956      Branch: perl
16957            ! hints/os390.sh hints/posix-bc.sh hints/uts.sh numeric.c perl.h
16958 ____________________________________________________________________________
16959 [ 11607] By: jhi                                   on 2001/08/07  23:07:04
16960         Log: With permission, change the licensing of the docs by
16961              TomC (and Gnat) to comply with the rest of Perl.
16962      Branch: perl
16963            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
16964            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
16965            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
16966            ! pod/perlfaq9.pod pod/perlopentut.pod pod/perltoot.pod
16967            ! pod/perltootc.pod
16968 ____________________________________________________________________________
16969 [ 11606] By: jhi                                   on 2001/08/07  22:50:04
16970         Log: Subject: [PATCH 5.6.x, 5.7.2] hints/openbsd.sh tweaks.
16971              From: Andy Dougherty <doughera@lafayette.edu>
16972              Date: Tue, 7 Aug 2001 15:49:33 -0400 (EDT)
16973              Message-ID: <Pine.SOL.4.10.10108071544040.2431-100000@maxwell.phys.lafayette.edu>
16974      Branch: perl
16975            ! hints/openbsd.sh
16976 ____________________________________________________________________________
16977 [ 11605] By: jhi                                   on 2001/08/07  22:49:18
16978         Log: Subject: [PATCH] Makefile.SH test_prep dependency
16979              From: Andy Dougherty <doughera@lafayette.edu>
16980              Date: Tue, 7 Aug 2001 15:44:01 -0400 (EDT)
16981              Message-ID: <Pine.SOL.4.10.10108071540190.2431-100000@maxwell.phys.lafayette.edu>
16982      Branch: perl
16983            ! Makefile.SH
16984 ____________________________________________________________________________
16985 [ 11604] By: jhi                                   on 2001/08/07  22:44:35
16986         Log: Don't autogenerate the headers et alia,
16987              make regen_headers explicitly.
16988      Branch: perl
16989            ! Makefile.SH
16990 ____________________________________________________________________________
16991 [ 11603] By: jhi                                   on 2001/08/07  22:33:48
16992         Log: Subject: Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.pl
16993              From: Gurusamy Sarathy <gsar@ActiveState.com> 
16994              Date: Tue, 07 Aug 2001 08:33:26 -0700
16995              Message-Id: <200108071533.f77FXQf01168@smtp3.ActiveState.com>
16996              
16997              Unnecessary dependency.
16998      Branch: perl
16999            ! embed.pl
17000 ____________________________________________________________________________
17001 [ 11602] By: jhi                                   on 2001/08/07  13:52:41
17002         Log: Subject: Re: [ID 20010806.006] Can't read coderef from tied variable
17003              From: Abhijit Menon-Sen <ams@wiw.org>
17004              Date: Tue, 7 Aug 2001 09:10:54 +0530
17005              Message-ID: <20010807091054.H526@lustre.dyn.wiw.org>
17006      Branch: perl
17007            ! pp_hot.c
17008 ____________________________________________________________________________
17009 [ 11601] By: jhi                                   on 2001/08/07  13:46:33
17010         Log: Subject: [PATCH perl@11597] B && BEGIN handling
17011              From: "James A. Duncan" <jduncan@fotango.com>
17012              Date: Mon, 6 Aug 2001 17:29:11 +0100
17013              Message-ID: <20010806172911.A2071@fotango.com>
17014              
17015              (the intrpvar.h addition moved to the end for bincompat)
17016      Branch: perl
17017            ! embedvar.h ext/B/B.xs intrpvar.h perl.c perlapi.h
17018 ____________________________________________________________________________
17019 [ 11600] By: jhi                                   on 2001/08/07  11:53:48
17020         Log: Integrate change #11598 from maintperl (fcrypt.c URL updates)
17021      Branch: perl
17022           !> README.win32
17023 ____________________________________________________________________________
17024 [ 11599] By: gsar                                  on 2001/08/07  06:31:39
17025         Log: fix URLs for fcrypt.c
17026      Branch: maint-5.6/perl
17027            ! README.win32
17028 ____________________________________________________________________________
17029 [ 11598] By: jhi                                   on 2001/08/06  15:02:48
17030         Log: Yet another way to say Infinity: HP-UX calls its "++".
17031      Branch: perl
17032            ! lib/Math/BigInt/t/bigintpm.t
17033 ____________________________________________________________________________
17034 [ 11597] By: jhi                                   on 2001/08/06  13:40:01
17035         Log: Update Changes.
17036      Branch: perl
17037            ! Changes patchlevel.h
17038 ____________________________________________________________________________
17039 [ 11596] By: jhi                                   on 2001/08/06  13:24:28
17040         Log: Advertise File::Temp, don't advertise POSIX::tmpnam().
17041      Branch: perl
17042            ! pod/perlfaq5.pod
17043 ____________________________________________________________________________
17044 [ 11595] By: jhi                                   on 2001/08/06  12:51:38
17045         Log: The #11593 wasn't right.
17046      Branch: perl
17047            ! lib/Math/BigInt/t/bigintpm.t
17048 ____________________________________________________________________________
17049 [ 11594] By: jhi                                   on 2001/08/06  12:34:15
17050         Log: Subject: [PATCH: perl@11564] introducing perlivp
17051              From: Prymmer/Kahn <pvhp@best.com>
17052              Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT)
17053              Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com>
17054              
17055              Subject: Re: [PATCH: perl@11564] introducing perlivp
17056              From: Prymmer/Kahn <pvhp@best.com>
17057              Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT)
17058              Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com>
17059      Branch: perl
17060            + utils/perlivp.PL
17061            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
17062            ! win32/Makefile win32/makefile.mk
17063 ____________________________________________________________________________
17064 [ 11593] By: jhi                                   on 2001/08/05  23:10:52
17065         Log: libcs are confused what to call Infinity.
17066      Branch: perl
17067            ! lib/Math/BigInt/t/bigintpm.t
17068 ____________________________________________________________________________
17069 [ 11592] By: jhi                                   on 2001/08/05  23:07:50
17070         Log: Avoid SIGFPE in Tru64.
17071      Branch: perl
17072            ! numeric.c
17073 ____________________________________________________________________________
17074 [ 11591] By: jhi                                   on 2001/08/05  22:46:10
17075         Log: Upgrade to Math::BigInt 1.40.
17076              
17077              NOTE: this patch necessitates doing something about
17078              infinity handling since the new bigintpm.t tests use
17079              infinity, which causes SIGFPEs at least in Tru64.
17080      Branch: perl
17081            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
17082            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
17083            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
17084            ! lib/Math/BigInt/t/mbimbf.t
17085 ____________________________________________________________________________
17086 [ 11590] By: gsar                                  on 2001/08/05  21:57:43
17087         Log: remove hardcoded cmd shell in testsuite
17088      Branch: perl
17089            ! t/op/glob.t t/op/magic.t t/op/stat.t
17090 ____________________________________________________________________________
17091 [ 11589] By: gsar                                  on 2001/08/05  21:35:50
17092         Log: 4-arg select() was busted on windows because change#8178 didn't
17093              make it into mainline
17094      Branch: perl
17095            ! perl.h win32/include/sys/socket.h
17096 ____________________________________________________________________________
17097 [ 11588] By: jhi                                   on 2001/08/05  19:40:31
17098         Log: Rename the Getopt::Long tests to be as they are
17099              in the Getopt::Long official distribution.
17100      Branch: perl
17101            + lib/Getopt/Long/t/gol-basic.t lib/Getopt/Long/t/gol-compat.t
17102            + lib/Getopt/Long/t/gol-linkage.t lib/Getopt/Long/t/gol-oo.t
17103            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
17104            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
17105            ! MANIFEST
17106 ____________________________________________________________________________
17107 [ 11587] By: jhi                                   on 2001/08/05  19:38:07
17108         Log: Upgrade to Getopt::Long 2.26.
17109      Branch: perl
17110            + lib/Getopt/Long/CHANGES lib/Getopt/Long/README
17111            ! MANIFEST lib/Getopt/Long.pm
17112 ____________________________________________________________________________
17113 [ 11586] By: jhi                                   on 2001/08/05  19:26:50
17114         Log: Retract #10874 (the hack should be unnecessary by now)
17115      Branch: perl
17116            ! lib/Test/Harness.pm
17117 ____________________________________________________________________________
17118 [ 11585] By: gsar                                  on 2001/08/05  16:45:54
17119         Log: avoid temp file littering in tests
17120      Branch: perl
17121            ! ext/PerlIO/t/encoding.t lib/Memoize/t/errors.t
17122 ____________________________________________________________________________
17123 [ 11584] By: jhi                                   on 2001/08/05  16:42:50
17124         Log: Subject: warning in sv.c: double format, NV arg
17125              From: "Philip Newton" <Philip.Newton@gmx.net>
17126              Date: Sun, 5 Aug 2001 19:41:07 +0200
17127              Message-Id: <200108051735.f75HZ1L18235@chaos.wustl.edu>
17128      Branch: perl
17129            ! sv.c
17130 ____________________________________________________________________________
17131 [ 11583] By: gsar                                  on 2001/08/05  16:28:22
17132         Log: fix POSIX.t#13 for windos
17133      Branch: perl
17134            ! ext/POSIX/POSIX.t
17135 ____________________________________________________________________________
17136 [ 11582] By: jhi                                   on 2001/08/05  16:10:59
17137         Log: Add a test for PerlIO::Via.
17138      Branch: perl
17139            + ext/PerlIO/t/via.t
17140            ! MANIFEST ext/PerlIO/Via/Via.pm
17141 ____________________________________________________________________________
17142 [ 11581] By: gsar                                  on 2001/08/05  15:00:26
17143         Log: flock() and link() are not available on Windows 9x
17144      Branch: perl
17145            ! win32/config_sh.PL
17146 ____________________________________________________________________________
17147 [ 11580] By: jhi                                   on 2001/08/05  13:56:46
17148         Log: Some Tru64 C compilers have C++ components that confuse
17149              the ccversion parsing.
17150      Branch: perl
17151            ! hints/dec_osf.sh
17152 ____________________________________________________________________________
17153 [ 11579] By: jhi                                   on 2001/08/05  13:31:07
17154         Log: (Reintroduce #11125)
17155              
17156              Subject: MakeMaker should pass through DEFINE and INC to subdirs 
17157              From: Alan Burlison <Alan.Burlison@sun.com> 
17158              Date: Tue, 03 Jul 2001 15:20:13 +0100   
17159              Message-ID: <3B41D49D.A923D4F9@sun.com> 
17160      Branch: perl
17161            ! lib/ExtUtils/MM_Unix.pm
17162 ____________________________________________________________________________
17163 [ 11578] By: jhi                                   on 2001/08/05  03:17:20
17164         Log: Little pointer juggling for HP-UX cc to avoid
17165              "warning 524: Cast (non-lvalue) appears on left-hand side of assignment."
17166              followed by
17167              "error 1549: Modifiable lvalue required for assignment operator."
17168      Branch: perl
17169            ! hv.c
17170 ____________________________________________________________________________
17171 [ 11577] By: jhi                                   on 2001/08/04  18:09:38
17172         Log: Continuation of #11575: SANY_SEEN completely deprecated,
17173              plus more tests that unearthed a bug in @a = ($utf8 =~ /\C/g),
17174              plus a fix for the bug.
17175      Branch: perl
17176            ! pp_hot.c regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
17177 ____________________________________________________________________________
17178 [ 11576] By: jhi                                   on 2001/08/04  17:31:06
17179         Log: Subject: Re: [patch] rid "Scalars leaked" from perl_clone
17180              From: Doug MacEachern <dougm@covalent.net>
17181              Date: Sat, 4 Aug 2001 11:09:37 -0700 (PDT)
17182              Message-ID: <Pine.LNX.4.21.0108041102390.23972-100000@mako.covalent.net>
17183      Branch: perl
17184            ! sv.c
17185 ____________________________________________________________________________
17186 [ 11575] By: jhi                                   on 2001/08/04  17:28:55
17187         Log: Decouple SANY into SANY and CANY: the new SANY is /./s,
17188              the new CANY is the \C.  The problem reported and the
17189              test case supplied in
17190              
17191              Subject: UTF-8 bugs in string length & single line regex matches
17192              From: "Daniel P. Berrange" <dan@berrange.com>
17193              Date: Fri, 3 Aug 2001 11:39:33 +0100
17194              Message-ID: <20010803113932.A19318@berrange.com>
17195      Branch: perl
17196            ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
17197            ! t/op/pat.t
17198 ____________________________________________________________________________
17199 [ 11574] By: jhi                                   on 2001/08/04  15:42:34
17200         Log: Subject: Re: [patch] ignore PL_curpm in PL_regex_padav cleanup
17201              From: Doug MacEachern <dougm@covalent.net>
17202              Date: Sat, 4 Aug 2001 09:43:02 -0700 (PDT)
17203              Message-ID: <Pine.LNX.4.21.0108040939050.23972-100000@mako.covalent.net>
17204      Branch: perl
17205            ! perl.c regexec.c
17206 ____________________________________________________________________________
17207 [ 11573] By: jhi                                   on 2001/08/04  14:20:26
17208         Log: The #11572 didn't up the test count.
17209      Branch: perl
17210            ! t/op/length.t
17211 ____________________________________________________________________________
17212 [ 11572] By: jhi                                   on 2001/08/04  14:12:45
17213         Log: Subject: UTF-8 bugs in string length & single line regex matches
17214              From: "Daniel P. Berrange" <dan@berrange.com>
17215              Date: Fri, 3 Aug 2001 11:39:33 +0100         
17216              Message-ID: <20010803113932.A19318@berrange.com>
17217              
17218              (the mg_length() fix)
17219      Branch: perl
17220            ! mg.c t/op/length.t
17221 ____________________________________________________________________________
17222 [ 11571] By: jhi                                   on 2001/08/04  14:10:39
17223         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
17224              From: Abhijit Menon-Sen <ams@wiw.org>
17225              Date: Sat, 4 Aug 2001 16:56:35 +0530
17226              Message-ID: <20010804165635.E526@lustre.dyn.wiw.org>
17227      Branch: perl
17228            ! hv.c
17229 ____________________________________________________________________________
17230 [ 11570] By: jhi                                   on 2001/08/04  14:09:59
17231         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
17232              From: Abhijit Menon-Sen <ams@wiw.org>
17233              Date: Sat, 4 Aug 2001 16:16:03 +0530
17234              Message-ID: <20010804161603.C526@lustre.dyn.wiw.org>
17235      Branch: perl
17236            ! hv.c
17237 ____________________________________________________________________________
17238 [ 11569] By: jhi                                   on 2001/08/04  14:09:09
17239         Log: Subject: Re: [patch] refcount re ops
17240              From: Abhijit Menon-Sen <ams@wiw.org>
17241              Date: Sat, 4 Aug 2001 08:54:55 +0530
17242              Message-ID: <20010804085455.B526@lustre.dyn.wiw.org>
17243      Branch: perl
17244            ! sv.c
17245 ____________________________________________________________________________
17246 [ 11568] By: jhi                                   on 2001/08/04  14:08:19
17247         Log: Subject: [patch] refcount re ops
17248              From: Doug MacEachern <dougm@covalent.net>
17249              Date: Fri, 3 Aug 2001 18:17:41 -0700 (PDT)
17250              Message-ID: <Pine.LNX.4.21.0108031814240.23972-100000@mako.covalent.net>
17251      Branch: perl
17252            ! regcomp.c sv.c
17253 ____________________________________________________________________________
17254 [ 11567] By: jhi                                   on 2001/08/03  23:52:56
17255         Log: Subject: [patch] ignore PL_curpm in PL_regex_padav cleanup
17256              From: Doug MacEachern <dougm@covalent.net>
17257              Date: Fri, 3 Aug 2001 17:37:53 -0700 (PDT)
17258              Message-ID: <Pine.LNX.4.21.0108031730040.23972-100000@mako.covalent.net>
17259      Branch: perl
17260            ! perl.c regexec.c
17261 ____________________________________________________________________________
17262 [ 11566] By: jhi                                   on 2001/08/03  20:45:10
17263         Log: Subject: [PATCH perl@11564] fix t/op/misc.t for VMS
17264              From: "Craig A. Berry" <craigberry@mac.com> 
17265              Date: Fri, 03 Aug 2001 16:16:16 -0500
17266              Message-Id: <5.1.0.14.0.20010803161026.03530e58@exchi01> 
17267      Branch: perl
17268            ! t/op/misc.t
17269 ____________________________________________________________________________
17270 [ 11565] By: jhi                                   on 2001/08/03  13:46:40
17271         Log: Subject: Re: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000
17272              From: John Kristian <jmk2001@engineer.com>
17273              Date: Fri, 03 Aug 2001 00:59:08 -0700
17274              Message-id: <03a101c11bf2$2c9b5ee0$0100a8c0@JOHNKRISTIAN>
17275      Branch: perl
17276            ! win32/win32.c
17277 ____________________________________________________________________________
17278 [ 11564] By: jhi                                   on 2001/08/03  13:25:39
17279         Log: Update Changes.
17280      Branch: perl
17281            ! Changes patchlevel.h
17282 ____________________________________________________________________________
17283 [ 11563] By: jhi                                   on 2001/08/03  12:13:17
17284         Log: Subject: [PATCH perl@11523] fix Stash.t for VMS
17285              From: "Craig A. Berry" <craigberry@mac.com>
17286              Date: Thu, 02 Aug 2001 23:15:24 -0500
17287              Message-Id: <5.1.0.14.0.20010802230843.03530e58@mail.mac.com>
17288      Branch: perl
17289            ! ext/B/Stash.t
17290 ____________________________________________________________________________
17291 [ 11562] By: jhi                                   on 2001/08/03  12:11:57
17292         Log: Subject: [patch] plug PL_cshname leak
17293              From: Doug MacEachern <dougm@covalent.net>
17294              Date: Thu, 2 Aug 2001 20:59:04 -0700 (PDT)
17295              Message-ID: <Pine.LNX.4.21.0108022058020.8991-100000@mako.covalent.net>
17296      Branch: perl
17297            ! sv.c
17298 ____________________________________________________________________________
17299 [ 11561] By: jhi                                   on 2001/08/03  12:10:32
17300         Log: Subject: [patch] plug PL_sh_path leak
17301              From: Doug MacEachern <dougm@covalent.net>
17302              Date: Thu, 2 Aug 2001 20:54:08 -0700 (PDT)
17303              Message-ID: <Pine.LNX.4.21.0108022043040.8991-100000@mako.covalent.net>
17304      Branch: perl
17305            ! sv.c
17306 ____________________________________________________________________________
17307 [ 11560] By: jhi                                   on 2001/08/03  12:09:50
17308         Log: Subject: [patch] plug PL_regex_padav leaks
17309              From: Doug MacEachern <dougm@covalent.net>
17310              Date: Thu, 2 Aug 2001 20:24:55 -0700 (PDT)
17311              Message-ID: <Pine.LNX.4.21.0108022020100.8991-100000@mako.covalent.net>
17312      Branch: perl
17313            ! op.c op.h perl.c
17314 ____________________________________________________________________________
17315 [ 11559] By: jhi                                   on 2001/08/03  12:08:59
17316         Log: Subject: [patch] plug PL_origargv leak
17317              From: Doug MacEachern <dougm@covalent.net>
17318              Date: Thu, 2 Aug 2001 18:15:22 -0700 (PDT)
17319              Message-ID: <Pine.LNX.4.21.0108021813380.8991-100000@mako.covalent.net>
17320      Branch: perl
17321            ! perl.c
17322 ____________________________________________________________________________
17323 [ 11558] By: jhi                                   on 2001/08/03  12:07:58
17324         Log: Subject: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
17325              From: Abhijit Menon-Sen <ams@wiw.org>
17326              Date: Fri, 3 Aug 2001 06:38:11 +0530
17327              Message-ID: <20010803063811.A19266@lustre.dyn.wiw.org>
17328      Branch: perl
17329            ! hv.c
17330 ____________________________________________________________________________
17331 [ 11557] By: nick                                  on 2001/08/03  08:17:38
17332         Log: Integrate mainline
17333      Branch: perlio
17334           +> (branch 47 files)
17335            - lib/Switch/test.pl
17336           !> (integrate 49 files)
17337 ____________________________________________________________________________
17338 [ 11556] By: jhi                                   on 2001/08/02  22:46:22
17339         Log: Subject: [PATCH perl@11523] fix Showlex.t for VMS
17340              From: "Craig A. Berry" <craigberry@mac.com>
17341              Date: Thu, 02 Aug 2001 12:56:19 -0500
17342              Message-Id: <5.1.0.14.0.20010802124618.034c5008@exchi01>
17343      Branch: perl
17344            ! ext/B/Showlex.t
17345 ____________________________________________________________________________
17346 [ 11555] By: jhi                                   on 2001/08/02  22:29:34
17347         Log: Be more careful about non-existent files.
17348      Branch: perl
17349            ! lib/File/Copy.pm
17350 ____________________________________________________________________________
17351 [ 11554] By: jhi                                   on 2001/08/02  21:37:27
17352         Log: Subject: [PATCH resend] deparse empty formats
17353              From: Robin Houston <robin@kitsite.com> 
17354              Date: Thu, 2 Aug 2001 14:32:36 +0100
17355              Message-ID: <20010802143236.A894@robin.kitsite.com>
17356      Branch: perl
17357            ! ext/B/B/Deparse.pm
17358 ____________________________________________________________________________
17359 [ 11553] By: jhi                                   on 2001/08/02  16:37:32
17360         Log: Subject: [patch] ithreads + refto fix improvement
17361              From: Doug MacEachern <dougm@covalent.net>
17362              Date: Thu, 2 Aug 2001 09:41:53 -0700 (PDT)
17363              Message-ID: <Pine.LNX.4.21.0108020939030.8991-100000@mako.covalent.net>
17364      Branch: perl
17365            ! pp.c
17366 ____________________________________________________________________________
17367 [ 11552] By: jhi                                   on 2001/08/02  14:24:26
17368         Log: Readability nit from Abhijit.
17369      Branch: perl
17370            ! op.c
17371 ____________________________________________________________________________
17372 [ 11551] By: jhi                                   on 2001/08/02  14:22:31
17373         Log: setproctitle() API version nit from Anton Berezin.
17374      Branch: perl
17375            ! mg.c
17376 ____________________________________________________________________________
17377 [ 11550] By: jhi                                   on 2001/08/02  13:51:41
17378         Log: Add PerlCE to the docs.
17379      Branch: perl
17380            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
17381            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
17382 ____________________________________________________________________________
17383 [ 11549] By: jhi                                   on 2001/08/02  13:25:43
17384         Log: Integrate the PerlCE (WinCE Perl) port;
17385              kindly supplied by Rainer Keuchel <rkeuc@allgeier.com>.
17386      Branch: perl
17387            + README.ce wince/FindExt.pm wince/Makefile.ce
17388            + wince/README.compile wince/README.perlce wince/bin/exetype.pl
17389            + wince/bin/perlglob.pl wince/bin/pl2bat.pl wince/bin/runperl.pl
17390            + wince/bin/search.pl wince/config.ce wince/config.h
17391            + wince/config_H.ce wince/config_h.PL wince/config_sh.PL
17392            + wince/dl_win32.xs wince/include/arpa/inet.h
17393            + wince/include/cectype.h wince/include/errno.h
17394            + wince/include/netdb.h wince/include/sys/socket.h
17395            + wince/include/sys/stat.h wince/include/sys/types.h
17396            + wince/include/sys/utime.h wince/include/time.h wince/perl.ico
17397            + wince/perl.rc wince/perldll.def wince/perllib.c
17398            + wince/perlmain.c wince/registry.bat wince/runperl.c
17399            + wince/splittree.pl wince/win32.h wince/win32iop.h
17400            + wince/win32thread.c wince/win32thread.h wince/wince.c
17401            + wince/wince.h wince/wincesck.c wince/xbuildall.ksh
17402            + wince/xdistclean.ksh wince/xmakediffs.ksh
17403            ! MANIFEST perl.c perl.h perlio.c
17404 ____________________________________________________________________________
17405 [ 11548] By: jhi                                   on 2001/08/02  13:18:08
17406         Log: setproctitle() made simpler.  (This assumes the string is
17407              \0-terminated: if not, the three-arg form setproctitle(fmt, len, s)
17408              should be used.  Note len, not len + 1.)  BSD-fu from Anton
17409              Berezin.
17410      Branch: perl
17411            ! mg.c
17412 ____________________________________________________________________________
17413 [ 11547] By: jhi                                   on 2001/08/02  12:49:54
17414         Log: Subject: [PATCH] -Wall cleanup: op.c
17415              From: Richard Soderberg <rs@oregonnet.com>
17416              Date: Thu, 2 Aug 2001 00:17:09 -0700
17417              Message-Id: <200108020717.AAA26895@oregonnet.com>
17418              
17419              Subject: [PATCH] -Wall cleanup: sv.c
17420              From: Richard Soderberg <rs@oregonnet.com>
17421              Date: Thu, 2 Aug 2001 00:49:21 -0700
17422              Message-Id: <200108020749.AAA27492@oregonnet.com>
17423      Branch: perl
17424            ! op.c sv.c
17425 ____________________________________________________________________________
17426 [ 11546] By: jhi                                   on 2001/08/02  00:53:34
17427         Log: Update Changes.
17428      Branch: perl
17429            ! Changes patchlevel.h
17430 ____________________________________________________________________________
17431 [ 11545] By: jhi                                   on 2001/08/02  00:48:55
17432         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
17433              From: Doug MacEachern <dougm@covalent.net>
17434              Date: Wed, 1 Aug 2001 18:34:44 -0700 (PDT)
17435              Message-ID: <Pine.LNX.4.21.0108011830080.8991-100000@mako.covalent.net>
17436      Branch: perl
17437            ! op.c
17438 ____________________________________________________________________________
17439 [ 11544] By: jhi                                   on 2001/08/01  23:08:41
17440         Log: The #11541 didn't work under threads.
17441      Branch: perl
17442            ! op.c
17443 ____________________________________________________________________________
17444 [ 11543] By: jhi                                   on 2001/08/01  22:46:41
17445         Log: Subject: Re: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
17446              From: Hugo <hv@crypt.compulink.co.uk>
17447              Date: Fri, 22 Jun 2001 01:19:08 +0100 
17448              Message-Id: <200106220019.BAA03365@crypt.compulink.co.uk>
17449              
17450              (Skip tests if accept() failed)
17451      Branch: perl
17452            ! ext/IO/lib/IO/t/io_unix.t
17453 ____________________________________________________________________________
17454 [ 11542] By: jhi                                   on 2001/08/01  22:40:09
17455         Log: Subject: [ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in perl.h)
17456              From: "Stian Seeberg" <sseeberg@nimsoft.no>
17457              Date: Mon, 30 Jul 2001 12:28:07 +0200
17458              Message-Id: <68236D3FC2D92347B466639324391D1A0432AB@PONDUS.nimsoft.no>
17459      Branch: perl
17460            ! perl.h
17461 ____________________________________________________________________________
17462 [ 11541] By: jhi                                   on 2001/08/01  22:38:31
17463         Log: Subject: Pluggable optimizer
17464              From: Simon Cozens <simon@netthink.co.uk>
17465              Date: Wed, 1 Aug 2001 13:57:02 -0700
17466              Message-ID: <20010801135702.I10442@netthink.co.uk>
17467      Branch: perl
17468            ! embedvar.h op.c perl.c perl.h perlapi.h sv.c thrdvar.h util.c
17469 ____________________________________________________________________________
17470 [ 11540] By: jhi                                   on 2001/08/01  22:29:54
17471         Log: Subject: [ID 20010801.039] perlre.pod message typo
17472              From: Autrijus Tang <autrijus@geb.elixus.org>
17473              Date: Thu, 2 Aug 2001 04:48:02 +0800 (CST)
17474              Message-Id: <200108012048.f71Km2r79890@geb.elixus.org>                         
17475      Branch: perl
17476            ! pod/perlre.pod
17477 ____________________________________________________________________________
17478 [ 11539] By: jhi                                   on 2001/08/01  16:32:52
17479         Log: Test for change #11536.
17480      Branch: perl
17481            ! t/op/tiehandle.t
17482 ____________________________________________________________________________
17483 [ 11538] By: jhi                                   on 2001/08/01  16:27:19
17484         Log: More test fixups for #11537.
17485      Branch: perl
17486            ! t/lib/warnings/4lint t/lib/warnings/9enabled
17487 ____________________________________________________________________________
17488 [ 11537] By: jhi                                   on 2001/08/01  16:26:25
17489         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
17490              From: Doug MacEachern <dougm@covalent.net>
17491              Date: Mon, 30 Jul 2001 17:38:50 -0700 (PDT)
17492              Message-ID: <Pine.LNX.4.21.0107301720310.25941-100000@mako.covalent.net>
17493      Branch: perl
17494            ! op.c t/TestInit.pm
17495 ____________________________________________________________________________
17496 [ 11536] By: jhi                                   on 2001/08/01  16:08:08
17497         Log: Subject: [patch] ithreads + refto bug
17498              From: Doug MacEachern <dougm@covalent.net>
17499              Date: Wed, 1 Aug 2001 09:47:28 -0700 (PDT)
17500              Message-ID: <Pine.LNX.4.21.0108010937240.7498-100000@mako.covalent.net>
17501              
17502              (Test in change #11539)
17503      Branch: perl
17504            ! pp.c
17505 ____________________________________________________________________________
17506 [ 11535] By: jhi                                   on 2001/08/01  16:05:56
17507         Log: Subject: [PATCH: perl@11523] fixups for t/harness
17508              From: Prymmer/Kahn <pvhp@best.com>
17509              Date: Wed, 1 Aug 2001 09:24:23 -0700 (PDT)
17510              Message-ID: <Pine.BSF.4.21.0108010910310.17655-100000@shell8.ba.best.com>
17511      Branch: perl
17512            ! t/harness
17513 ____________________________________________________________________________
17514 [ 11534] By: jhi                                   on 2001/08/01  16:00:45
17515         Log: Subject: [PATCH: perl@11523] add xsubpp and libnetcfg to installed *.bat files for win32 builds
17516              From: Prymmer/Kahn <pvhp@best.com>
17517              Date: Wed, 1 Aug 2001 09:07:13 -0700 (PDT)
17518              Message-ID: <Pine.BSF.4.21.0108010859230.17655-100000@shell8.ba.best.com>
17519      Branch: perl
17520            ! win32/Makefile win32/makefile.mk
17521 ____________________________________________________________________________
17522 [ 11533] By: jhi                                   on 2001/08/01  13:38:29
17523         Log: Need to know the number of tests.
17524      Branch: perl
17525            ! t/run/exit.t
17526 ____________________________________________________________________________
17527 [ 11532] By: jhi                                   on 2001/08/01  13:04:31
17528         Log: Subject: Re: new exit tests on VMS
17529              From: "Craig A. Berry" <craigberry@mac.com>
17530              Date: Tue, 31 Jul 2001 12:19:29 -0500
17531              Message-Id: <5.1.0.14.0.20010731114845.03743008@mail.telocity.com>
17532      Branch: perl
17533            ! t/run/exit.t
17534 ____________________________________________________________________________
17535 [ 11531] By: jhi                                   on 2001/08/01  12:46:43
17536         Log: Retract #11530 (the dTHX is needed under threads)
17537      Branch: perl
17538            ! perlio.c
17539 ____________________________________________________________________________
17540 [ 11530] By: jhi                                   on 2001/08/01  12:39:35
17541         Log: (Retracted by #11531)
17542      Branch: perl
17543            ! perlio.c
17544 ____________________________________________________________________________
17545 [ 11529] By: jhi                                   on 2001/08/01  12:32:22
17546         Log: Subject: [PATCH 1/4] -Wall cleanups: unixish.h
17547              From: Richard Soderberg <rs@crystalflame.net>
17548              Date: Tue, 31 Jul 2001 23:16:22 -0700 (PDT) 
17549              Message-ID: <Pine.LNX.4.21.0107312313490.24341-100000@oregonnet.com>
17550      Branch: perl
17551            ! unixish.h
17552 ____________________________________________________________________________
17553 [ 11528] By: jhi                                   on 2001/08/01  12:18:59
17554         Log: Subject: [PATCH 5.7.2] Allow for long long in h2xs 
17555              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17556              Date: Tue, 31 Jul 2001 05:39:09 -0400
17557              Message-ID: <20010731053909.A1810@math.ohio-state.edu>
17558              
17559              (with a note about the case of UV being equal to long long)
17560      Branch: perl
17561            ! utils/h2xs.PL
17562 ____________________________________________________________________________
17563 [ 11527] By: jhi                                   on 2001/07/31  23:49:04
17564         Log: Subject: [PATCH perl@11487] fix fs.t for VMS
17565              From: "Craig A. Berry" <craigberry@mac.com>
17566              Date: Tue, 31 Jul 2001 14:57:43 -0500
17567              Message-Id: <5.1.0.14.0.20010731145015.03743008@exchi01>
17568      Branch: perl
17569            ! t/io/fs.t
17570 ____________________________________________________________________________
17571 [ 11526] By: jhi                                   on 2001/07/31  23:47:57
17572         Log: Fix for
17573              
17574              Subject: [ID 20010116.001] File::Copy truncates orig file 
17575              From: arbor@al37al08.telecel.pt
17576              Date: Tue, 16 Jan 2001 11:43:02 GMT
17577              Message-Id: <200101161143.AA11184@al37al08.telecel.pt>
17578              
17579              (copy($foo, $foo) would truncate $foo)
17580      Branch: perl
17581            ! lib/File/Copy.pm lib/File/Copy.t
17582 ____________________________________________________________________________
17583 [ 11525] By: jhi                                   on 2001/07/31  23:01:01
17584         Log: Metaconfig unit change for #11524.
17585      Branch: metaconfig/U/perl
17586            ! Extras.U
17587 ____________________________________________________________________________
17588 [ 11524] By: jhi                                   on 2001/07/31  23:00:36
17589         Log: Multiple modules didn't work; plus typo fixes.
17590      Branch: perl
17591            ! Configure
17592 ____________________________________________________________________________
17593 [ 11523] By: jhi                                   on 2001/07/31  15:29:58
17594         Log: Update Changes.
17595      Branch: perl
17596            ! Changes patchlevel.h
17597 ____________________________________________________________________________
17598 [ 11522] By: jhi                                   on 2001/07/31  15:25:35
17599         Log: Regen perlapi.
17600      Branch: perl
17601            ! pod/perlapi.pod
17602 ____________________________________________________________________________
17603 [ 11521] By: jhi                                   on 2001/07/31  15:19:01
17604         Log: Subject: Re: [PATCH sv.c] mortal doc thinko
17605              From: Dave Mitchell <davem@fdgroup.co.uk>
17606              Date: Tue, 31 Jul 2001 11:52:42 +0100 (BST)
17607              Message-Id: <200107311052.LAA14427@gizmo.fdgroup.co.uk>
17608      Branch: perl
17609            ! sv.c
17610 ____________________________________________________________________________
17611 [ 11520] By: jhi                                   on 2001/07/31  15:17:43
17612         Log: Regen toc.
17613      Branch: perl
17614            ! pod/perltoc.pod
17615 ____________________________________________________________________________
17616 [ 11519] By: jhi                                   on 2001/07/31  15:17:17
17617         Log: Regen Porting stuff.
17618      Branch: perl
17619            ! Porting/Glossary Porting/config.sh Porting/config_H
17620 ____________________________________________________________________________
17621 [ 11518] By: jhi                                   on 2001/07/31  14:16:08
17622         Log: Subject: [PATCH 5.7.2] Allow for GNU-isms in h2xs
17623              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17624              Date: Tue, 31 Jul 2001 05:34:38 -0400
17625              Message-ID: <20010731053438.A1754@math.ohio-state.edu>
17626      Branch: perl
17627            ! utils/h2xs.PL
17628 ____________________________________________________________________________
17629 [ 11517] By: jhi                                   on 2001/07/31  14:15:01
17630         Log: Metaconfig unit change for #11516. 
17631      Branch: metaconfig/U/perl
17632            ! gccvers.U
17633 ____________________________________________________________________________
17634 [ 11516] By: jhi                                   on 2001/07/31  14:14:35
17635         Log: Add -Wall in cflags, not in Configure.
17636              (This way -Wall affects only the core and the core XS,
17637              not user modules' XS.  Concern from Paul Marquess,
17638              implementation idea from Andy Dougherty.)
17639      Branch: perl
17640            ! Configure cflags.SH
17641 ____________________________________________________________________________
17642 [ 11515] By: jhi                                   on 2001/07/31  13:57:15
17643         Log: Metaconfig unit changes for #11514.
17644      Branch: metaconfig
17645            + U/modified/sysman.U
17646            ! U/installdirs/man1dir.U
17647 ____________________________________________________________________________
17648 [ 11514] By: jhi                                   on 2001/07/31  13:56:26
17649         Log: Subject: Configure's detection of system manual
17650              From: Sean Dague <sean@dague.net> 
17651              Date: Sun, 13 May 2001 15:53:15 -0400
17652              Message-ID: <20010513155315.A15833@underhill.dague.net>
17653      Branch: perl
17654            ! Configure
17655 ____________________________________________________________________________
17656 [ 11513] By: jhi                                   on 2001/07/31  03:23:01
17657         Log: Subject: [ID 20010621.004] Typo in perlobj.pod
17658              From: Autrijus Tang <autrijus@autrijus.org> 
17659              Date: Thu, 21 Jun 2001 23:56:48 +0800
17660              Message-Id: <20010621235648.A57340@not.autrijus.org>
17661      Branch: perl
17662            ! pod/perlobj.pod
17663 ____________________________________________________________________________
17664 [ 11512] By: jhi                                   on 2001/07/31  03:13:35
17665         Log: Subject: Typo in DB_File.pm
17666              From: "Philip Newton" <Philip.Newton@gmx.net>
17667              Date: Tue, 31 Jul 2001 06:19:35 +0200
17668              Message-Id: <200107310413.f6V4DmL11900@chaos.wustl.edu>
17669      Branch: perl
17670            ! ext/DB_File/DB_File.pm
17671 ____________________________________________________________________________
17672 [ 11511] By: jhi                                   on 2001/07/31  03:01:49
17673         Log: Subject: Re: [ID 20010529.002] typos in man page perlre 
17674              From: "Stephen P. Potter" <spp@spotter.yi.org>
17675              Date: Wed, 30 May 2001 13:59:34 -0400
17676              Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org>
17677      Branch: perl
17678            ! pod/perlre.pod
17679 ____________________________________________________________________________
17680 [ 11510] By: jhi                                   on 2001/07/31  02:13:58
17681         Log: eval "format foo=" would loop indefinitely; reported in
17682              
17683              Subject: A load of old rubbish
17684              From: Mike Guy <mjtg@cam.ac.uk>
17685              Date: Mon, 14 May 2001 16:12:22 +0100
17686              Message-Id: <E14zK1G-0003a2-00@virgo.cus.cam.ac.uk>
17687              
17688              (The core dumps reported in there already fixed.)
17689      Branch: perl
17690            ! toke.c
17691 ____________________________________________________________________________
17692 [ 11509] By: jhi                                   on 2001/07/31  00:37:49
17693         Log: Upgrade to Switch 2.04, now with Perl 6 given+when.
17694      Branch: perl
17695            + lib/Switch/Changes lib/Switch/README lib/Switch/t/given_when.t
17696            + lib/Switch/t/switch_case.t
17697            - lib/Switch/test.pl
17698            ! MANIFEST lib/Switch.pm
17699 ____________________________________________________________________________
17700 [ 11508] By: jhi                                   on 2001/07/31  00:17:38
17701         Log: Subject: [PATCH @11505] DB_File-1.78
17702              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
17703              Date: Mon, 30 Jul 2001 22:54:37 +0100
17704              Message-ID: <AIEAJICLCBDNAAOLLOKLGELNCLAA.Paul_Marquess@Yahoo.co.uk>
17705      Branch: perl
17706            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
17707            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
17708 ____________________________________________________________________________
17709 [ 11507] By: jhi                                   on 2001/07/30  23:11:10
17710         Log: Explain in more detail why -pipe and -fno-common are good.
17711      Branch: perl
17712            ! hints/darwin.sh
17713 ____________________________________________________________________________
17714 [ 11506] By: nick                                  on 2001/07/30  14:32:23
17715         Log: Integrate mainline
17716      Branch: perlio
17717           !> INSTALL Makefile.SH doio.c hints/darwin.sh
17718 ____________________________________________________________________________
17719 [ 11505] By: jhi                                   on 2001/07/30  14:14:39
17720         Log: Perl hasn't been putting man pages into $prefix/lib for
17721              a long time now; pointed out by Andy Dougherty. 
17722      Branch: perl
17723            ! hints/darwin.sh
17724 ____________________________________________________________________________
17725 [ 11504] By: jhi                                   on 2001/07/30  14:13:15
17726         Log: Document the extras Configure option.
17727      Branch: perl
17728            ! INSTALL
17729 ____________________________________________________________________________
17730 [ 11503] By: jhi                                   on 2001/07/30  13:52:14
17731         Log: Integrate change #11051 from macperl; O_RDONLY is not zero
17732              everywhere.
17733      Branch: perl
17734           !> doio.c
17735 ____________________________________________________________________________
17736 [ 11502] By: jhi                                   on 2001/07/30  13:45:27
17737         Log: Doubly guard against invoking CPAN if no extras defined,
17738              pointed out by H. Merijn Brand.
17739      Branch: perl
17740            ! Makefile.SH
17741 ____________________________________________________________________________
17742 [ 11501] By: pudge                                 on 2001/07/30  12:57:56
17743         Log: Fix O_RDONLY check to check for O_RDONLY.
17744      Branch: maint-5.6/macperl
17745            ! doio.c
17746 ____________________________________________________________________________
17747 [ 11500] By: pudge                                 on 2001/07/30  12:41:11
17748         Log: Integrate miscellaneous changes from maint-5.6/perl.
17749      Branch: maint-5.6/macperl
17750           !> MANIFEST t/TEST t/harness t/pod/testp2pt.pl t/run/runenv.t
17751 ____________________________________________________________________________
17752 [ 11499] By: nick                                  on 2001/07/30  06:52:42
17753         Log: Integrate mainline
17754      Branch: perlio
17755           +> macos/MacPerlTests.cmd macos/xsubpp.patch os2/perlrexx.c
17756           +> win32/sync_ext.pl
17757            - win32/sncfnmcs.pl
17758           !> (integrate 71 files)
17759 ____________________________________________________________________________
17760 [ 11498] By: jhi                                   on 2001/07/30  03:53:34
17761         Log: Update Changes.
17762      Branch: perl
17763            ! Changes patchlevel.h
17764 ____________________________________________________________________________
17765 [ 11497] By: jhi                                   on 2001/07/30  03:45:32
17766         Log: Now Configure -Dextras=Foo::Bar and "make install" will
17767              fetch and install Foo::Bar.
17768      Branch: perl
17769            ! Makefile.SH
17770 ____________________________________________________________________________
17771 [ 11496] By: jhi                                   on 2001/07/30  03:18:28
17772         Log: Metaconfig unit change for #11495.
17773      Branch: metaconfig/U/perl
17774            ! Extras.U
17775 ____________________________________________________________________________
17776 [ 11495] By: jhi                                   on 2001/07/30  03:18:01
17777         Log: extras.make, extras.test, and extras.install make targets.
17778      Branch: perl
17779            ! Configure Makefile.SH
17780 ____________________________________________________________________________
17781 [ 11494] By: jhi                                   on 2001/07/30  01:37:35
17782         Log: Metaconfig unit change for #11493.
17783      Branch: metaconfig/U/perl
17784            ! Extras.U
17785 ____________________________________________________________________________
17786 [ 11493] By: jhi                                   on 2001/07/30  01:37:14
17787         Log: Better to have the list of extras in $extras than 'define'.
17788      Branch: perl
17789            ! Configure
17790 ____________________________________________________________________________
17791 [ 11492] By: jhi                                   on 2001/07/30  01:33:16
17792         Log: The metaconfig unit change for #11490.
17793      Branch: metaconfig/U/perl
17794            + Extras.U
17795 ____________________________________________________________________________
17796 [ 11491] By: jhi                                   on 2001/07/30  01:32:54
17797         Log: Missed from #11490 (the required dependency).
17798      Branch: perl
17799            ! Makefile.SH
17800 ____________________________________________________________________________
17801 [ 11490] By: jhi                                   on 2001/07/30  01:32:02
17802         Log: Add the support of asking for extra modules or bundles of modules
17803              to be fetched from the CPAN and installed as a part of the Perl
17804              build process.  None of this installation is yet really done;
17805              only the list is asked, and saved away in extras.lst for
17806              the build and installation process to worry about later.
17807      Branch: perl
17808            ! Configure
17809 ____________________________________________________________________________
17810 [ 11489] By: jhi                                   on 2001/07/29  22:15:25
17811         Log: Beginnings of better Inf and NaN support.
17812              At least toke.c and sv.c still need quite a bit of work.
17813      Branch: perl
17814            ! numeric.c perl.h
17815 ____________________________________________________________________________
17816 [ 11488] By: jhi                                   on 2001/07/29  21:18:57
17817         Log: Top-level Makefile didn't honour OPTIMIZE.
17818      Branch: perl
17819            ! Makefile.SH
17820 ____________________________________________________________________________
17821 [ 11487] By: jhi                                   on 2001/07/29  20:56:04
17822         Log: Update Changes.
17823      Branch: perl
17824            ! Changes patchlevel.h
17825 ____________________________________________________________________________
17826 [ 11486] By: jhi                                   on 2001/07/29  20:38:09
17827         Log: Use Search::Dict 1.02 interface for charinfo().
17828      Branch: perl
17829            ! lib/UnicodeCD.pm
17830 ____________________________________________________________________________
17831 [ 11485] By: jhi                                   on 2001/07/29  20:37:11
17832         Log: Now also allow transforming the read lines before comparing them.
17833              (This will help UnicodeCD.) 
17834      Branch: perl
17835            ! lib/Search/Dict.pm
17836 ____________________________________________________________________________
17837 [ 11484] By: jhi                                   on 2001/07/29  20:03:13
17838         Log: Remove tiehandle code.
17839      Branch: perl
17840            ! lib/UnicodeCD.pm
17841 ____________________________________________________________________________
17842 [ 11483] By: jhi                                   on 2001/07/29  19:59:02
17843         Log: Allow specifying a comparison function for Search::Dict::look().
17844      Branch: perl
17845            ! lib/Search/Dict.pm
17846 ____________________________________________________________________________
17847 [ 11482] By: jhi                                   on 2001/07/29  18:55:04
17848         Log: Small UnicodeCD tweaks.
17849      Branch: perl
17850            ! lib/UnicodeCD.pm lib/UnicodeCD.t
17851 ____________________________________________________________________________
17852 [ 11481] By: jhi                                   on 2001/07/29  17:14:19
17853         Log: Subject: [PATCH @11446] UnicodeCD::charinfo
17854              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
17855              Date: Tue, 24 Jul 2001 01:51:32 +0900
17856              Message-Id: <20010724015114.CF4D.BQW10602@nifty.com>
17857      Branch: perl
17858            ! lib/UnicodeCD.pm lib/UnicodeCD.t
17859 ____________________________________________________________________________
17860 [ 11480] By: jhi                                   on 2001/07/29  16:55:58
17861         Log: Subject: [PATCH] installperl
17862              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
17863              Date: Fri, 27 Jul 2001 19:05:04 -0700
17864              Message-Id: <F7912758-82FC-11D5-BFC6-003065D59FBA@thor.sbay.org>
17865      Branch: perl
17866            ! installperl
17867 ____________________________________________________________________________
17868 [ 11479] By: jhi                                   on 2001/07/29  16:52:52
17869         Log: Subject: [PATCH] Set proper compatibility versions in core
17870              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
17871              Date: Fri, 27 Jul 2001 20:01:49 -0700
17872              Message-Id: <E3A6C66A-8304-11D5-BFC6-003065D59FBA@thor.sbay.org>
17873      Branch: perl
17874            ! Makefile.SH
17875 ____________________________________________________________________________
17876 [ 11478] By: jhi                                   on 2001/07/29  16:50:55
17877         Log: Metaconfig unit change for #11477.
17878      Branch: metaconfig/U/perl
17879            ! dlsrc.U
17880 ____________________________________________________________________________
17881 [ 11477] By: jhi                                   on 2001/07/29  16:50:35
17882         Log: Subject: [PATCH] Darwin: -fpic not so good
17883              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
17884              Date: Fri, 27 Jul 2001 18:57:38 -0700
17885              Message-Id: <EC1496A6-82FB-11D5-BFC6-003065D59FBA@thor.sbay.org>
17886      Branch: perl
17887            ! Configure
17888 ____________________________________________________________________________
17889 [ 11476] By: jhi                                   on 2001/07/29  16:44:03
17890         Log: Subject: [PATCH] Clean up Darwin hints
17891              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
17892              Date: Fri, 27 Jul 2001 19:13:15 -0700
17893              Message-Id: <1A70CA3F-82FE-11D5-BFC6-003065D59FBA@thor.sbay.org>
17894      Branch: perl
17895            ! hints/darwin.sh
17896 ____________________________________________________________________________
17897 [ 11475] By: jhi                                   on 2001/07/29  16:28:45
17898         Log: Subject: [PATCH split()] split()'s unused captures should be undef, not ''
17899              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
17900              Date: Fri, 27 Jul 2001 14:00:37 -0400 (EDT)
17901              Message-ID: <Pine.GSO.4.21.0107271358310.28213-100000@crusoe.crusoe.net>
17902      Branch: perl
17903            ! pod/perlfunc.pod pp.c t/op/split.t
17904 ____________________________________________________________________________
17905 [ 11474] By: jhi                                   on 2001/07/29  16:27:54
17906         Log: Subject: [PATCH perlvar.pod] $^N foolery as well
17907              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
17908              Date: Thu, 26 Jul 2001 20:03:12 -0400 (EDT)
17909              Message-ID: <Pine.GSO.4.21.0107261958380.28213-100000@crusoe.crusoe.net>
17910      Branch: perl
17911            ! pod/perlvar.pod
17912 ____________________________________________________________________________
17913 [ 11473] By: jhi                                   on 2001/07/29  16:27:00
17914         Log: Subject: [PATCH] fixes to constant.pm documentation
17915              From: Ilmari Karonen <iltzu@sci.fi>
17916              Date: Tue, 24 Jul 2001 16:44:24 +0300 (EET DST)
17917              Message-ID: <Pine.SOL.3.96.1010724163055.6822A-100000@simpukka>
17918      Branch: perl
17919            ! lib/constant.pm
17920 ____________________________________________________________________________
17921 [ 11472] By: jhi                                   on 2001/07/28  18:39:03
17922         Log: Subject: [DOC PATCH bleadperl] perlport.pod and C<..">>"...>
17923              From: "Philip Newton" <Philip.Newton@gmx.net>
17924              Date: Fri, 27 Jul 2001 07:51:10 +0200
17925              Message-Id: <200107270548.f6R5mJL09063@chaos.wustl.edu>
17926      Branch: perl
17927            ! pod/perlport.pod
17928 ____________________________________________________________________________
17929 [ 11471] By: nick                                  on 2001/07/26  06:23:32
17930         Log: Subject:  [PATCH] Doc fix for perlguts / threading
17931              From:  Arthur Bergman <arthur@contiller.se>
17932              Date:  Wed, 25 Jul 2001 11:28:23 +0200
17933              Message-Id:  <B7845DD6.2812%arthur@contiller.se>
17934      Branch: perl
17935            ! pod/perlguts.pod
17936 ____________________________________________________________________________
17937 [ 11470] By: nick                                  on 2001/07/26  06:21:06
17938         Log: Subject:  [DOC PATCH bleadperl] INSTALL: README for Unix systems exist
17939              From:  Philip Newton <Philip.Newton@gmx.net>
17940              Date:  Wed, 25 Jul 2001 08:19:47 +0200
17941              Message-Id:  <E15PHy4-0000cR-00@mserv1f.vianw.co.uk>
17942      Branch: perl
17943            ! INSTALL
17944 ____________________________________________________________________________
17945 [ 11469] By: nick                                  on 2001/07/26  06:20:25
17946         Log: Subject:  [DOC PATCH bleadperl] typo in INSTALL?
17947              From:  Philip Newton <Philip.Newton@gmx.net>
17948              Date:  Wed, 25 Jul 2001 08:12:48 +0200
17949              Message-Id:  <E15PHrJ-00003f-00@mserv1f.vianw.co.uk>
17950      Branch: perl
17951            ! INSTALL
17952 ____________________________________________________________________________
17953 [ 11468] By: jhi                                   on 2001/07/25  01:39:11
17954         Log: More +x.
17955      Branch: perl
17956            ! Porting/makerel
17957 ____________________________________________________________________________
17958 [ 11467] By: jhi                                   on 2001/07/24  16:05:34
17959         Log: Update Changes.
17960      Branch: perl
17961            ! Changes patchlevel.h
17962 ____________________________________________________________________________
17963 [ 11466] By: jhi                                   on 2001/07/24  15:40:28
17964         Log: Subject: [PATCH bleadperl os2/perlrexx.c] my C compiler has no HTML parser
17965              From: "Philip Newton" <Philip.Newton@gmx.net>
17966              Date: Tue, 24 Jul 2001 06:45:55 +0200
17967              Message-ID: <20010724.064500@ID-11583.news.dfncis.de>
17968      Branch: perl
17969            ! os2/perlrexx.c
17970 ____________________________________________________________________________
17971 [ 11465] By: jhi                                   on 2001/07/24  15:37:48
17972         Log: Subject: [PATCH: perl@11446] add io/fs.t to vmsperl test suite
17973              From: Peter Prymmer <pvhp@forte.com>
17974              Date: Mon, 23 Jul 2001 16:58:30 -0700 (PDT)
17975              Message-ID: <Pine.OSF.4.10.10107231643480.401242-100000@aspara.forte.com>
17976      Branch: perl
17977            ! pod/perlport.pod t/io/fs.t vms/test.com
17978 ____________________________________________________________________________
17979 [ 11464] By: jhi                                   on 2001/07/24  02:58:20
17980         Log: Workaround on Cwd bootstrap problem.
17981      Branch: perl
17982            ! lib/ExtUtils/MakeMaker.pm
17983 ____________________________________________________________________________
17984 [ 11463] By: jhi                                   on 2001/07/23  23:11:41
17985         Log: When in Rome, quote like the Romans do.
17986      Branch: perl
17987            ! cflags.SH
17988 ____________________________________________________________________________
17989 [ 11462] By: jhi                                   on 2001/07/23  23:04:02
17990         Log: Subject: [PATCH 5.7.2] OS/2 multi-architecture
17991              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17992              Date: Mon, 23 Jul 2001 19:29:49 -0400
17993              Message-ID: <20010723192949.A14802@math.ohio-state.edu>
17994      Branch: perl
17995            + os2/perlrexx.c
17996            ! MANIFEST configpm makedef.pl mg.c os2/Makefile.SHs
17997            ! os2/OS2/REXX/t/rx_vrexx.t os2/os2.c os2/os2ish.h perl.c
17998            ! t/op/write.t
17999 ____________________________________________________________________________
18000 [ 11461] By: jhi                                   on 2001/07/23  22:58:15
18001         Log: Subject: [PATCH 5.7.2] MakeMaker FIRST_MAKEFILE and subdir
18002              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18003              Date: Mon, 23 Jul 2001 18:43:42 -0400
18004              Message-ID: <20010723184342.A14494@math.ohio-state.edu>
18005      Branch: perl
18006            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
18007 ____________________________________________________________________________
18008 [ 11460] By: jhi                                   on 2001/07/23  22:54:52
18009         Log: Subject: [PATCH 5.7.2] MakeMaker subdir
18010              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18011              Date: Mon, 23 Jul 2001 18:33:16 -0400
18012              Message-ID: <20010723183316.A14298@math.ohio-state.edu>
18013      Branch: perl
18014            ! lib/ExtUtils/MakeMaker.pm
18015 ____________________________________________________________________________
18016 [ 11459] By: jhi                                   on 2001/07/23  22:52:02
18017         Log: Subject: [PATCH 5.7.2] OPTIMIZE= during perl make
18018              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18019              Date: Mon, 23 Jul 2001 18:20:35 -0400
18020              Message-ID: <20010723182035.A14192@math.ohio-state.edu>
18021      Branch: perl
18022            ! Makefile.SH cflags.SH
18023 ____________________________________________________________________________
18024 [ 11458] By: jhi                                   on 2001/07/23  22:41:19
18025         Log: Subject: [PATCH] Print CONFIGURE params in ExtUtils::MakeMaker output
18026              From: "David D. Kilzer" <ddkilzer@lubricants-oil.com>
18027              Date: Mon, 23 Jul 2001 11:32:17 -0500
18028              Message-ID: <20010723113217.A28614@elbonia.lubricants-oil.com>
18029      Branch: perl
18030            ! lib/ExtUtils/MakeMaker.pm
18031 ____________________________________________________________________________
18032 [ 11457] By: jhi                                   on 2001/07/23  21:22:36
18033         Log: Subject: [PATCH 5.7.2] debug reloading selfloaded stuff
18034              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18035              Date: Mon, 23 Jul 2001 18:13:20 -0400
18036              Message-ID: <20010723181320.A14005@math.ohio-state.edu>
18037      Branch: perl
18038            ! lib/perl5db.pl
18039 ____________________________________________________________________________
18040 [ 11456] By: jhi                                   on 2001/07/23  21:19:28
18041         Log: Subject: [PATCH 5.7.2] debugging selfloaded stuff
18042              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18043              Date: Mon, 23 Jul 2001 18:07:40 -0400
18044              Message-ID: <20010723180740.A13960@math.ohio-state.edu>
18045      Branch: perl
18046            ! op.c
18047 ____________________________________________________________________________
18048 [ 11455] By: jhi                                   on 2001/07/23  21:13:12
18049         Log: Subject: [PATCH perl@11446] util.c: return required in Perl_my_fork
18050              From: "Craig A. Berry" <craigberry@mac.com>
18051              Date: Mon, 23 Jul 2001 15:35:06 -0500
18052              Message-Id: <5.1.0.14.0.20010723152732.02ad4470@exchi01>
18053      Branch: perl
18054            ! util.c
18055 ____________________________________________________________________________
18056 [ 11454] By: jhi                                   on 2001/07/23  21:09:13
18057         Log: Subject: [PATCH perlfaq9.pod typo]
18058              From: "Larry Shatzer, Jr." <lshatzer@islanddata.com>
18059              Date: Mon, 23 Jul 2001 07:49:05 -0700
18060              Message-ID: <002f01c11386$a8539580$bb01a8c0@LSHATZER>
18061      Branch: perl
18062            ! pod/perlfaq9.pod
18063 ____________________________________________________________________________
18064 [ 11453] By: jhi                                   on 2001/07/23  21:06:42
18065         Log: Subject: win32\sncfnmcs.pl corrections
18066              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
18067              Date: Mon, 23 Jul 2001 12:56:54 +0200
18068              Message-ID: <E3FB32585BF1D411B9E900805FF51A080C1C5D@RU0022EXCH001U>
18069              
18070              Rename the script a little bit more sensibly.
18071      Branch: perl
18072            + win32/sync_ext.pl
18073            - win32/sncfnmcs.pl
18074            ! MANIFEST README.win32
18075 ____________________________________________________________________________
18076 [ 11452] By: jhi                                   on 2001/07/23  17:22:37
18077         Log: Test tweak.
18078      Branch: perl
18079            ! ext/B/Deparse.t
18080 ____________________________________________________________________________
18081 [ 11451] By: jhi                                   on 2001/07/23  17:10:52
18082         Log: Metaconfig unit tweak for #11450.
18083      Branch: metaconfig/U/perl
18084            ! Mksymlinks.U
18085 ____________________________________________________________________________
18086 [ 11450] By: jhi                                   on 2001/07/23  17:09:46
18087         Log: Too volatile failsafe check.
18088      Branch: perl
18089            ! Configure
18090 ____________________________________________________________________________
18091 [ 11449] By: jhi                                   on 2001/07/23  16:53:59
18092         Log: Further doc tweaks.
18093      Branch: perl
18094            ! lib/UnicodeCD.pm
18095 ____________________________________________________________________________
18096 [ 11448] By: jhi                                   on 2001/07/23  05:26:50
18097         Log: Doc tweaks.
18098      Branch: perl
18099            ! lib/UnicodeCD.pm
18100 ____________________________________________________________________________
18101 [ 11447] By: jhi                                   on 2001/07/23  04:57:49
18102         Log: Doc tweakery from Abhijit.
18103      Branch: perl
18104            ! Porting/repository.pod
18105 ____________________________________________________________________________
18106 [ 11446] By: jhi                                   on 2001/07/22  15:41:02
18107         Log: An accidental empty line.
18108      Branch: perl
18109            ! MANIFEST
18110 ____________________________________________________________________________
18111 [ 11445] By: jhi                                   on 2001/07/22  15:38:30
18112         Log: Missing MANIFESTations.
18113      Branch: perl
18114            ! MANIFEST
18115 ____________________________________________________________________________
18116 [ 11444] By: jhi                                   on 2001/07/22  15:30:10
18117         Log: Update Changes.
18118      Branch: perl
18119            ! Changes patchlevel.h
18120 ____________________________________________________________________________
18121 [ 11443] By: jhi                                   on 2001/07/22  15:02:11
18122         Log: Subject: Re: Typo in Porting/pumpkin/pod ?
18123              From: Mike Guy <mjtg@cam.ac.uk>
18124              Date: Fri, 20 Jul 2001 16:12:49 +0100
18125              Message-Id: <E15NbxR-0006HD-00@draco.cus.cam.ac.uk>
18126      Branch: perl
18127            ! Porting/pumpkin.pod
18128 ____________________________________________________________________________
18129 [ 11442] By: jhi                                   on 2001/07/22  14:58:33
18130         Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
18131              From: Peter Prymmer <pvhp@forte.com>
18132              Date: Fri, 20 Jul 2001 17:04:55 -0700 (PDT)
18133              Message-ID: <Pine.OSF.4.10.10107201650510.144528-100000@aspara.forte.com>
18134      Branch: perl
18135            ! pod/perlhack.pod
18136 ____________________________________________________________________________
18137 [ 11441] By: jhi                                   on 2001/07/22  14:54:29
18138         Log: Subject: [PATCH Test.pm] Getting rid of the expected "UNEXPECTEDLY SUCCEEDED"
18139              From: Michael G Schwern <schwern@pobox.com>
18140              Date: Fri, 20 Jul 2001 20:22:35 -0400
18141              Message-ID: <20010720202235.O4498@blackrider>
18142      Branch: perl
18143            ! lib/Test.pm lib/Test/t/mix.t lib/Test/t/success.t
18144            ! lib/Test/t/todo.t
18145 ____________________________________________________________________________
18146 [ 11440] By: jhi                                   on 2001/07/22  14:51:14
18147         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
18148              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
18149              Message-Id: <200107210559.WAA09160@ventrue.corp.yahoo.com>
18150              Date: Fri, 20 Jul 2001 22:59:25 -0700 (PDT)
18151      Branch: perl
18152            ! ext/POSIX/POSIX.pod
18153 ____________________________________________________________________________
18154 [ 11439] By: jhi                                   on 2001/07/22  14:49:25
18155         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]? 
18156              From: Mark-Jason Dominus <mjd@plover.com>
18157              Date: Fri, 20 Jul 2001 23:16:54 -0400
18158              Message-ID: <20010721031654.21877.qmail@plover.com>
18159      Branch: perl
18160            ! ext/POSIX/POSIX.pod
18161 ____________________________________________________________________________
18162 [ 11438] By: jhi                                   on 2001/07/22  14:41:58
18163         Log: Subject: Re: [PATCH O.pm] avoid to clutter output with -l
18164              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18165              Date: Sun, 22 Jul 2001 14:56:09 +0200
18166              Message-ID: <20010722145609.A766@rafael>
18167      Branch: perl
18168            ! ext/B/O.pm
18169 ____________________________________________________________________________
18170 [ 11437] By: jhi                                   on 2001/07/22  14:39:07
18171         Log: Subject: regexec.c #define cleanup
18172              From: Mark-Jason Dominus <mjd@plover.com>
18173              Date: Sat, 21 Jul 2001 18:33:25 -0400
18174              Message-ID: <20010721223325.3069.qmail@plover.com>
18175      Branch: perl
18176            ! regexec.c
18177 ____________________________________________________________________________
18178 [ 11436] By: jhi                                   on 2001/07/22  14:36:43
18179         Log: Subject: [PATCH: perl@11373] Win32 update for t/io/fs.t (may effect NetWare)
18180              From: Prymmer/Kahn <pvhp@best.com>
18181              Date: Sat, 21 Jul 2001 12:08:29 -0700 (PDT)
18182              Message-ID: <Pine.BSF.4.21.0107211156160.17271-100000@shell8.ba.best.com>
18183      Branch: perl
18184            ! t/io/fs.t
18185 ____________________________________________________________________________
18186 [ 11435] By: jhi                                   on 2001/07/22  00:22:51
18187         Log: Typo in #11432.
18188      Branch: perl
18189            ! ext/POSIX/POSIX.t
18190 ____________________________________________________________________________
18191 [ 11434] By: jhi                                   on 2001/07/21  23:12:26
18192         Log: Integrate (manually) change #11424 from macperl.
18193      Branch: perl
18194            ! ext/Filter/t/call.t
18195 ____________________________________________________________________________
18196 [ 11433] By: jhi                                   on 2001/07/21  23:07:43
18197         Log: Integrate change #11408 from macperl.
18198      Branch: perl
18199           !> README.macos pod/perlport.pod
18200 ____________________________________________________________________________
18201 [ 11432] By: jhi                                   on 2001/07/21  23:02:30
18202         Log: Integrate change #11388 from macperl (the *.t parts needed hand massage).
18203      Branch: perl
18204           +> macos/MacPerlTests.cmd macos/xsubpp.patch
18205            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
18206            ! ext/DB_File/t/db-recno.t ext/NDBM_File/ndbm.t
18207            ! ext/POSIX/POSIX.t
18208 ____________________________________________________________________________
18209 [ 11431] By: gsar                                  on 2001/07/21  05:03:44
18210         Log: pod/*.t tests not picked up by t/TEST either
18211      Branch: maint-5.6/perl
18212            ! t/TEST
18213 ____________________________________________________________________________
18214 [ 11430] By: gsar                                  on 2001/07/21  04:58:12
18215         Log: better tweak for change#11429 (windows has both / and \ separated
18216              paths in @INC at that point)
18217      Branch: maint-5.6/perl
18218            ! t/pod/testp2pt.pl
18219 ____________________________________________________________________________
18220 [ 11429] By: gsar                                  on 2001/07/21  04:41:15
18221         Log: MacOS pod test tweak needs \Escape
18222      Branch: maint-5.6/perl
18223            ! t/pod/testp2pt.pl
18224 ____________________________________________________________________________
18225 [ 11428] By: gsar                                  on 2001/07/21  04:39:34
18226         Log: run/runenv.t needs fflushNULL sanity (t/TEST is too dumb to detect
18227              resulting duplicate output, but t/harness isn't)
18228      Branch: maint-5.6/perl
18229            ! t/run/runenv.t
18230 ____________________________________________________________________________
18231 [ 11427] By: gsar                                  on 2001/07/21  04:37:26
18232         Log: t/harness wasn't picking up all the tests
18233      Branch: maint-5.6/perl
18234            ! t/harness
18235 ____________________________________________________________________________
18236 [ 11426] By: gsar                                  on 2001/07/21  04:09:26
18237         Log: update MANIFEST for new file
18238      Branch: maint-5.6/perl
18239            ! MANIFEST
18240 ____________________________________________________________________________
18241 [ 11425] By: gsar                                  on 2001/07/21  04:07:46
18242         Log: integrate maint-5.6/macperl changes into maint-5.6/perl, with
18243              the exception of the macperl/macos/... tree
18244      Branch: maint-5.6/perl
18245           +> t/lib/filefind-taint.t
18246           !> (integrate 72 files)
18247 ____________________________________________________________________________
18248 [ 11424] By: pudge                                 on 2001/07/20  18:55:25
18249         Log: Fix test.
18250      Branch: maint-5.6/macperl
18251            ! macos/bundled_ext/Filter/t/call.t
18252 ____________________________________________________________________________
18253 [ 11423] By: gsar                                  on 2001/07/20  18:38:48
18254         Log: Make perl fork()-safe (in a slightly limited way) even on
18255              platforms that don't have pthread_atfork() (extension of
18256              the fix in change#11151).
18257              
18258              Note that this will not help extensions that call fork()
18259              directly in C, or that link to libraries that call fork()
18260              directly.  Such cases must be fixed to either call
18261              PerlProc_fork(), or call atfork_lock() in parent before the
18262              calling the function that forks and call atfork_unlock()
18263              in both parent and child immediately after the fork().
18264              (There are no worries if C code calls exec() in the child
18265              immediately after a fork().  Only cases where the child
18266              calls perl's API functions (including New()) after the
18267              fork() are problematic.)
18268              
18269              This change also eliminates the use of vfork() from perl,
18270              since all such uses were violating the severe restrictions
18271              on modifying the state of the process between the vfork()
18272              and the exec().
18273              
18274              This is a modified version of patches suggested by Abhijit
18275              Menon-Sen and Richard Soderberg.
18276      Branch: perl
18277            ! embed.h embed.pl global.sym iperlsys.h miniperlmain.c
18278            ! objXSUB.h perl.c perlapi.c pp_sys.c proto.h thread.h util.c
18279 ____________________________________________________________________________
18280 [ 11422] By: pudge                                 on 2001/07/20  18:16:37
18281         Log: Add Filter::Util::Call, Class::ISA, Digest, Filter::Simple,
18282              Switch, and Text::Balanced.
18283      Branch: maint-5.6/macperl
18284            + macos/bundled_ext/Filter/Util/Call/Call.pm
18285            + macos/bundled_ext/Filter/Util/Call/Call.xs
18286            + macos/bundled_ext/Filter/Util/Call/Makefile.PL
18287            + macos/bundled_ext/Filter/t/MyFilter.pm
18288            + macos/bundled_ext/Filter/t/call.t
18289            + macos/bundled_ext/Filter/t/filter-util.pl
18290            + macos/bundled_lib/blib/lib/Class/ISA.pm
18291            + macos/bundled_lib/blib/lib/Digest.pm
18292            + macos/bundled_lib/blib/lib/Filter/Simple.pm
18293            + macos/bundled_lib/blib/lib/Switch.pm
18294            + macos/bundled_lib/blib/lib/Text/Balanced.pm
18295            + macos/bundled_lib/blib/lib/Text/Balanced.pod
18296            + macos/bundled_lib/t/Class/ISA/test.pl
18297            + macos/bundled_lib/t/Digest/Digest.t
18298            + macos/bundled_lib/t/Filter/Simple/test.pl
18299            + macos/bundled_lib/t/Switch/test.pl
18300            + macos/bundled_lib/t/Text/Balanced/t/genxt.t
18301            + macos/bundled_lib/t/Text/Balanced/t/xbrak.t
18302            + macos/bundled_lib/t/Text/Balanced/t/xcode.t
18303            + macos/bundled_lib/t/Text/Balanced/t/xdeli.t
18304            + macos/bundled_lib/t/Text/Balanced/t/xmult.t
18305            + macos/bundled_lib/t/Text/Balanced/t/xquot.t
18306            + macos/bundled_lib/t/Text/Balanced/t/xtagg.t
18307            + macos/bundled_lib/t/Text/Balanced/t/xvari.t
18308 ____________________________________________________________________________
18309 [ 11421] By: pudge                                 on 2001/07/20  18:03:28
18310         Log: Add Filter::Util::Call to config/make files; edit utils
18311              to recognize the module (it was descended too far down).
18312              Bump version to 5.6.1a4.
18313      Branch: maint-5.6/macperl
18314            ! macos/InstallBLIB macos/MPVersion.r macos/Makefile.mk
18315            ! macos/config.sh macos/lib/ExtUtils/MM_MacOS.pm
18316            ! macos/macperl/Makefile.mk macos/xsubpp.patch
18317 ____________________________________________________________________________
18318 [ 11420] By: pudge                                 on 2001/07/20  18:02:05
18319         Log: Make DB_File the default for MLDBM on MacOS.
18320      Branch: maint-5.6/macperl
18321            ! macos/bundled_lib/blib/lib/MLDBM.pm
18322 ____________________________________________________________________________
18323 [ 11419] By: nick                                  on 2001/07/20  14:51:03
18324         Log: Subject:  [PATCH UnicodeCD.pm] Fix erronous documentation
18325              From:  Simon Cozens <simon@netthink.co.uk>
18326              Date:  Fri, 20 Jul 2001 11:42:35 -0400
18327              Message-Id:  <20010720114235.A5235@netthink.co.uk>
18328      Branch: perl
18329            ! lib/UnicodeCD.pm
18330 ____________________________________________________________________________
18331 [ 11418] By: nick                                  on 2001/07/20  14:48:12
18332         Log: Subject:  [PATCH regcomp.h] adds a comment
18333              From:  Abhijit Menon-Sen <ams@wiw.org>
18334              Date:  Fri, 20 Jul 2001 21:05:37 +0530
18335              Message-Id:  <20010720210537.A7678@lustre.dyn.wiw.org>
18336      Branch: perl
18337            ! regcomp.h
18338 ____________________________________________________________________________
18339 [ 11417] By: nick                                  on 2001/07/20  14:16:38
18340         Log: Subject:  [PATCH 5.7.2] INSTALL updates
18341              From:  Andy Dougherty <doughera@lafayette.edu>
18342              Date:  Fri, 20 Jul 2001 11:01:40 -0400 (EDT)
18343              Message-Id:  <Pine.SOL.4.10.10107201059510.16494-100000@maxwell.phys.lafayette.edu>
18344      Branch: perl
18345            ! INSTALL
18346 ____________________________________________________________________________
18347 [ 11416] By: nick                                  on 2001/07/20  06:44:44
18348         Log: Subject:  Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
18349              From:  Russ Allbery <rra@stanford.edu>
18350              Date:  19 Jul 2001 15:52:37 -0700
18351              Message-Id:  <ylvgko4jm2.fsf@windlord.stanford.edu>
18352      Branch: perl
18353            ! lib/Pod/Man.pm
18354 ____________________________________________________________________________
18355 [ 11415] By: nick                                  on 2001/07/20  06:35:11
18356         Log: Subject:  [PATCH] defer op_seq allocation
18357              From:  Abhijit Menon-Sen <ams@wiw.org>
18358              Date:  Thu, 19 Jul 2001 22:12:24 +0530
18359              Message-Id:  <20010719221224.A13786@lustre.dyn.wiw.org>
18360      Branch: perl
18361            ! op.c
18362 ____________________________________________________________________________
18363 [ 11414] By: nick                                  on 2001/07/20  06:23:36
18364         Log: Subject:  [PATCH] prototype for Time::HiRes::sleep()
18365              From:  Abhijit Menon-Sen <ams@wiw.org>
18366              Date:  Fri, 20 Jul 2001 01:18:50 +0530
18367              Message-Id:  <20010720011850.A19650@lustre.dyn.wiw.org>
18368              (Private e-mail)
18369      Branch: perl
18370            ! ext/Time/HiRes/HiRes.xs
18371 ____________________________________________________________________________
18372 [ 11413] By: nick                                  on 2001/07/20  06:18:53
18373         Log: Integrate mainline
18374      Branch: perlio
18375           +> ext/Encode/Encode/euc-jp-0212.enc t/lib/commonsense.t
18376            - t/base/commonsense.t
18377           !> MANIFEST doio.c ext/B/B/Deparse.pm ext/Encode/Encode/Tcl.pm
18378           !> ext/POSIX/POSIX.t ext/Time/HiRes/HiRes.xs gv.c hints/darwin.sh
18379           !> hints/rhapsody.sh numeric.c pod/perlfunc.pod pod/perlhack.pod
18380           !> pod/perlre.pod pp_sys.c sv.c t/README t/op/arith.t
18381           !> t/op/sprintf.t thread.h utils/h2xs.PL win32/perlhost.h
18382           !> win32/win32.c
18383 ____________________________________________________________________________
18384 [ 11412] By: nick                                  on 2001/07/19  06:44:27
18385         Log: Integrate win32/perlhost.h from maintenance branch.
18386              (Rest of $ENV{PATH} / system() fix.)
18387      Branch: perl
18388           !> win32/perlhost.h
18389 ____________________________________________________________________________
18390 [ 11411] By: nick                                  on 2001/07/19  06:41:34
18391         Log: Subject:  [DOC PATCH bleadperl] its vs it's in perlhack.pod
18392              From:  Philip Newton <Philip.Newton@gmx.net>
18393              Date:  Wed, 18 Jul 2001 21:43:57 +0200
18394              Message-Id:  <E15Mx9y-0007Oz-00@mserv1b.vianw.co.uk>
18395      Branch: perl
18396            ! pod/perlhack.pod
18397 ____________________________________________________________________________
18398 [ 11410] By: nick                                  on 2001/07/19  06:39:35
18399         Log: Subject:  Security hole in taint checking in open()
18400              From:  deekoo@tentacle.net
18401              Date:  Thu, 19 Jul 2001 00:03:46 -0700 (PDT)
18402              Message-Id:  <Pine.LNX.4.33.0107182248330.11996-100000@chaos.tentacle.net>
18403      Branch: perl
18404            ! doio.c
18405 ____________________________________________________________________________
18406 [ 11409] By: nick                                  on 2001/07/19  06:28:08
18407         Log: Subject:  [PATCH] Re: Time::HiRes qw(sleep) fails
18408              From:  Abhijit Menon-Sen <ams@wiw.org>
18409              Date:  Thu, 19 Jul 2001 04:30:43 +0530
18410              Message-Id:  <20010719043043.A10327@lustre.dyn.wiw.org>
18411      Branch: perl
18412            ! ext/Time/HiRes/HiRes.xs
18413 ____________________________________________________________________________
18414 [ 11408] By: pudge                                 on 2001/07/19  03:27:36
18415         Log: Update docs with latest implementation information and new URLs.
18416      Branch: maint-5.6/macperl
18417            ! README.macos pod/perlport.pod
18418 ____________________________________________________________________________
18419 [ 11407] By: pudge                                 on 2001/07/19  02:35:46
18420         Log: Add Time::HiRes, and add default Makefile.mk for Digest::MD5.
18421              Fix BuildRules to accept optimization variables.
18422      Branch: maint-5.6/macperl
18423            + macos/bundled_ext/Digest/MD5/Makefile.mk
18424            ! macos/BuildRules.mk macos/Makefile.mk
18425            ! macos/bundled_ext/Time/HiRes/HiRes.xs macos/config.sh
18426            ! macos/macish.c macos/macish.h macos/macperl/Makefile.mk
18427 ____________________________________________________________________________
18428 [ 11406] By: pudge                                 on 2001/07/19  01:11:39
18429         Log: Integrate changes 11399,11401
18430      Branch: maint-5.6/macperl
18431           !> win32/perlhost.h win32/win32.c
18432 ____________________________________________________________________________
18433 [ 11405] By: nick                                  on 2001/07/18  06:50:33
18434         Log: Integrate Sarathy's Win32 $ENV{'PATH'}/system fixes (11399, 11400)
18435              from perl5.6*
18436      Branch: perl
18437           !> win32/perlhost.h win32/win32.c
18438 ____________________________________________________________________________
18439 [ 11404] By: nick                                  on 2001/07/18  06:43:59
18440         Log: Subject:  Re: Perl 5.7.2 Has Been Released 
18441              From:  hv@crypt0.demon.co.uk
18442              Date:  Wed, 18 Jul 2001 05:58:46 +0100
18443              Message-Id:  <200107180458.f6I4wlJ19966@crypt0.demon.co.uk>
18444      Branch: perl
18445            ! ext/POSIX/POSIX.t
18446 ____________________________________________________________________________
18447 [ 11403] By: nick                                  on 2001/07/18  06:38:57
18448         Log: Subject:  Re: [ID 20010716.005] numeric conversions in 5.7.[12] changed from perl5.6.1 (leading whitespace) 
18449              From:  hv@crypt0.demon.co.uk
18450              Date:  Wed, 18 Jul 2001 05:21:54 +0100
18451              Message-Id:  <200107180421.f6I4Ltc00987@crypt0.demon.co.uk>
18452      Branch: perl
18453            ! numeric.c t/op/arith.t
18454 ____________________________________________________________________________
18455 [ 11402] By: nick                                  on 2001/07/18  06:19:17
18456         Log: Subject:  Doc patch: perlre should mention perlrequick and perlretut
18457              From:  mjd@plover.com
18458              Date:  17 Jul 2001 17:59:20 -0000
18459              Message-Id:  <20010717175920.8177.qmail@plover.com>
18460      Branch: perl
18461            ! pod/perlre.pod
18462 ____________________________________________________________________________
18463 [ 11401] By: gsar                                  on 2001/07/17  21:31:31
18464         Log: thinko in change#11400 (duh)
18465      Branch: maint-5.6/perl
18466            ! win32/perlhost.h
18467 ____________________________________________________________________________
18468 [ 11400] By: gsar                                  on 2001/07/17  19:46:34
18469         Log: change#11399 revealed another unrelated bug; this is just a temporary
18470              bandaid
18471      Branch: maint-5.6/perl
18472            ! win32/perlhost.h
18473 ____________________________________________________________________________
18474 [ 11399] By: gsar                                  on 2001/07/17  19:11:57
18475         Log: fix bugs in handling of the virtualized environment under windows;
18476              there were bugs in propagating any changes to %ENV down to the real
18477              environment when such changes happened in the toplevel process
18478              (thanks to Johan Holmberg <holmberg@iar.se> for the excellent
18479              problem identification, and for a part of the fix)
18480      Branch: maint-5.6/perl
18481            ! win32/perlhost.h win32/win32.c
18482 ____________________________________________________________________________
18483 [ 11398] By: nick                                  on 2001/07/17  08:26:35
18484         Log: Subject: Re: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
18485              From: Peter Prymmer <pvhp@forte.com>
18486              Date: Mon, 16 Jul 2001 16:43:14 -0700 (PDT)
18487              Message-Id: <Pine.OSF.4.10.10107161631300.464972-100000@aspara.forte.com>
18488              
18489              Move t/base/commonsense.t to t/lib/commonsense.t - base tests
18490              should not depend on existance of Config.pm
18491      Branch: perl
18492           +> t/lib/commonsense.t
18493            - t/base/commonsense.t
18494            ! MANIFEST t/README
18495 ____________________________________________________________________________
18496 [ 11397] By: nick                                  on 2001/07/17  08:09:58
18497         Log: Subject:  [PATCH pod/perlhack.pod] Sections on writing tests & patching core mods
18498              From:  Michael G Schwern <schwern@pobox.com>
18499              Date:  Mon, 16 Jul 2001 18:20:31 -0400
18500              Message-Id:  <20010716182031.A1128@blackrider>
18501      Branch: perl
18502            ! pod/perlhack.pod
18503 ____________________________________________________________________________
18504 [ 11396] By: nick                                  on 2001/07/17  08:04:11
18505         Log: Subject:  [PATCH perlfunc.pod] make printf refer to sprintf
18506              From:  Gwyn Judd <b.judd@xtra.co.nz>
18507              Date:  Tue, 17 Jul 2001 20:55:58 +1200
18508              Message-Id:  <20010717205558.A3107@thislove>
18509      Branch: perl
18510            ! pod/perlfunc.pod
18511 ____________________________________________________________________________
18512 [ 11395] By: nick                                  on 2001/07/17  08:02:22
18513         Log: Subject:  [PATCH: perl@11373] fix t/op/sprintf.t to not load %Config
18514              From:  Peter Prymmer <pvhp@forte.com>
18515              Date:  Mon, 16 Jul 2001 15:48:33 -0700 (PDT)
18516              Message-Id:  <Pine.OSF.4.10.10107161543400.464972-100000@aspara.forte.com>
18517      Branch: perl
18518            ! t/op/sprintf.t
18519 ____________________________________________________________________________
18520 [ 11394] By: nick                                  on 2001/07/17  07:57:06
18521         Log: Subject:  Re: [PATCH gv.c] allow ${"1f"} to be non-regex var 
18522              From:  Jeff 'Japhy' Pinyan <jeffp@crusoe.net>
18523              Date:  Mon, 16 Jul 2001 18:46:53 -0400 (EDT)
18524              Message-Id:  <Pine.GSO.4.21.0107161829390.1405-100000@crusoe.crusoe.net>
18525      Branch: perl
18526            ! gv.c
18527 ____________________________________________________________________________
18528 [ 11392] By: nick                                  on 2001/07/17  07:50:12
18529         Log: Subject:  [PATCH] fix PTHREAD_ATFORK croaking too early, too often
18530              From:  Coral <coral@moonlight.crystalflame.net>
18531              Date:  Mon, 16 Jul 2001 14:25:19 -0700 (PDT)
18532              Message-Id:  <200107162125.f6GLPJ345261@moonlight.crystalflame.net>
18533      Branch: perl
18534            ! pp_sys.c thread.h
18535 ____________________________________________________________________________
18536 [ 11391] By: nick                                  on 2001/07/17  07:34:28
18537         Log: Subject:  Re: [PATCH h2xs.PL ] use Test::More where appropriate (was Re:   
18538              From:  Jonathan Stowe <gellyfish@gellyfish.com>
18539              Date:  Mon, 16 Jul 2001 18:31:21 +0100 (BST)
18540              Message-Id:  <Pine.LNX.4.33.0107161827570.15520-100000@orpheus.gellyfish.com>
18541      Branch: perl
18542            ! utils/h2xs.PL
18543 ____________________________________________________________________________
18544 [ 11390] By: pudge                                 on 2001/07/16  23:54:44
18545         Log: Add in List::Util, Memoize, NEXT, and a bunch of tests for other
18546              modules.  Also added Mac::BuildTools, Mac::AppleEvents::Simple,
18547              and Mac::Apps::Launch, which don't work, and Time::HiRes and
18548              Time::Piece, which don't yet work.
18549      Branch: maint-5.6/macperl
18550            + (add 154 files)
18551 ____________________________________________________________________________
18552 [ 11389] By: pudge                                 on 2001/07/16  23:13:10
18553         Log: Fix %ENV to be tainted [SF bug #231848, Thomas Wegner].
18554              Also add hack to get around missing setenv for PERL5DB.
18555      Branch: maint-5.6/macperl
18556            ! macos/macish.c macos/macish.h
18557 ____________________________________________________________________________
18558 [ 11388] By: pudge                                 on 2001/07/16  23:11:26
18559         Log: Fix DB_File, and patch tests for it, and NDBM_File, and POSIX.
18560      Branch: maint-5.6/macperl
18561            ! macos/MacPerlTests.cmd macos/xsubpp.patch t/lib/db-btree.t
18562            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/ndbm.t t/lib/posix.t
18563 ____________________________________________________________________________
18564 [ 11387] By: pudge                                 on 2001/07/16  23:05:12
18565         Log: Fix up some configuration and make options, add extra
18566              extensions.
18567      Branch: maint-5.6/macperl
18568            ! macos/ExtBuildRules.mk macos/Makefile.mk macos/config.sh
18569            ! macos/macperl/Makefile.mk
18570 ____________________________________________________________________________
18571 [ 11386] By: pudge                                 on 2001/07/16  21:22:32
18572         Log: From Change 11374 in maintperl.
18573      Branch: maint-5.6/macperl
18574           !> utils/h2ph.PL
18575 ____________________________________________________________________________
18576 [ 11385] By: nick                                  on 2001/07/16  14:12:58
18577         Log: Back out change to h2xs till it passes its test.
18578      Branch: perl
18579            ! utils/h2xs.PL
18580 ____________________________________________________________________________
18581 [ 11384] By: nick                                  on 2001/07/16  14:00:10
18582         Log: Subject:  [PATCH h2xs.PL ] use Test::More where appropriate (was Re: [PATCH]
18583              From:  Jonathan Stowe <gellyfish@gellyfish.com>
18584              Date:  Mon, 16 Jul 2001 08:37:05 +0100 (BST)
18585              Message-Id:  <Pine.LNX.4.33.0107160830480.9915-100000@orpheus.gellyfish.com>
18586      Branch: perl
18587            ! utils/h2xs.PL
18588 ____________________________________________________________________________
18589 [ 11383] By: nick                                  on 2001/07/16  13:53:12
18590         Log: Subject:  [PATCH hints/darwin.sh] Don't override user-specified optimize flag
18591              From:  Robin Houston <robin@kitsite.com>
18592              Date:  Sun, 15 Jul 2001 18:22:31 +0100
18593              Message-Id:  <20010715182230.A11174@robin>
18594      Branch: perl
18595            ! hints/darwin.sh
18596 ____________________________________________________________________________
18597 [ 11382] By: nick                                  on 2001/07/16  13:52:49
18598         Log: Subject:  [PATCH perl@11372] re_dup
18599              From:  Radu Greab <radu@netsoft.ro>
18600              Date:  Sun, 15 Jul 2001 04:50:06 +0300
18601              Message-Id:  <15184.63182.656988.340591@ix.netsoft.ro>
18602      Branch: perl
18603            ! sv.c
18604 ____________________________________________________________________________
18605 [ 11379] By: nick                                  on 2001/07/16  13:35:39
18606         Log: Subject:  [PATCH B::Deparse] formats can't contain formats
18607              From:  Robin Houston <robin@kitsite.com>
18608              Date:  Sat, 14 Jul 2001 14:28:50 +0100
18609              Message-Id:  <20010714142850.A10205@robin>
18610      Branch: perl
18611            ! ext/B/B/Deparse.pm
18612 ____________________________________________________________________________
18613 [ 11378] By: nick                                  on 2001/07/16  13:30:36
18614         Log: Subject:  [PATCH @11359] Encode::Tcl.pm, EUC-JP with jis-x0212
18615              From:  Sadahiro Tomoyuki <BQW10602@nifty.com>
18616              Date:  Sat, 14 Jul 2001 22:17:42 +0900
18617              Message-Id:  <20010714221736.6CA3.BQW10602@nifty.com>
18618      Branch: perl
18619            + ext/Encode/Encode/euc-jp-0212.enc
18620            ! ext/Encode/Encode/Tcl.pm
18621 ____________________________________________________________________________
18622 [ 11377] By: nick                                  on 2001/07/16  13:17:28
18623         Log: Subject:  [PATCH 5.7.2] Remove useless ccflags hints
18624              From:  Andy Dougherty <doughera@lafayette.edu>
18625              Date:  Sun, 15 Jul 2001 22:52:54 -0400 (EDT)
18626              Message-Id:  <Pine.SOL.4.10.10107152250230.10344-100000@maxwell.phys.lafayette.edu>
18627      Branch: perl
18628            ! hints/darwin.sh hints/rhapsody.sh
18629 ____________________________________________________________________________
18630 [ 11376] By: nick                                  on 2001/07/16  09:05:00
18631         Log: Integrate mainline
18632      Branch: perlio
18633           +> ext/Encode/Encode/7bit-greek.enc
18634           +> ext/Encode/Encode/7bit-latin1.enc
18635           +> ext/Encode/Encode/cns11643-1.enc
18636           +> ext/Encode/Encode/cns11643-2.enc
18637           +> ext/Encode/Encode/iso2022-cn.enc
18638           +> ext/Encode/Encode/iso2022-jp1.enc
18639           +> ext/Encode/Encode/iso2022-jp2.enc
18640           !> Changes Configure MANIFEST Makefile.SH
18641           !> ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
18642           !> ext/Encode/Encode/iso2022-kr.enc ext/POSIX/POSIX.pm
18643           !> ext/PerlIO/Via/Via.pm handy.h myconfig.SH patchlevel.h
18644           !> pod/perlhack.pod pod/perlre.pod pod/perltoc.pod regcomp.c sv.c
18645           !> t/op/pat.t t/op/sprintf.t utils/h2ph.PL utils/h2xs.PL
18646 ____________________________________________________________________________
18647 [ 11375] By: gsar                                  on 2001/07/16  02:46:11
18648         Log: integrate change#11374 from maint-5.6
18649              
18650              make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
18651      Branch: perl
18652           !> utils/h2ph.PL
18653 ____________________________________________________________________________
18654 [ 11374] By: gsar                                  on 2001/07/16  02:10:51
18655         Log: make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
18656      Branch: maint-5.6/perl
18657            ! utils/h2ph.PL
18658 ____________________________________________________________________________
18659 [ 11373] By: jhi                                   on 2001/07/14  09:27:10
18660         Log: Update Changes.
18661      Branch: perl
18662            ! Changes patchlevel.h
18663 ____________________________________________________________________________
18664 [ 11372] By: jhi                                   on 2001/07/14  09:19:18
18665         Log: Subject: [PATCH h2xs.PL] use Getopt::Long (was Re: [PATCH] h2xs)
18666              From: Jonathan Stowe <gellyfish@gellyfish.com>
18667              Date: Sat, 14 Jul 2001 10:14:34 +0100 (BST)
18668              Message-ID: <Pine.LNX.4.33.0107141008350.9915-100000@orpheus.gellyfish.com>
18669      Branch: perl
18670            ! utils/h2xs.PL
18671 ____________________________________________________________________________
18672 [ 11371] By: jhi                                   on 2001/07/14  09:18:09
18673         Log: Subject: patch to add DEL to [:cntrl:]
18674              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
18675              Date: Fri, 13 Jul 2001 23:25:12 -0700 (PDT)
18676              Message-Id: <200107140625.XAA01517@ventrue.corp.yahoo.com>
18677      Branch: perl
18678            ! handy.h pod/perlre.pod regcomp.c t/op/pat.t
18679 ____________________________________________________________________________
18680 [ 11370] By: jhi                                   on 2001/07/14  01:33:17
18681         Log: Metaconfig unit change for #11369; plus a dependency nit.
18682      Branch: metaconfig
18683            ! U/compline/nblock_io.U
18684      Branch: metaconfig/U/perl
18685            ! Extensions.U
18686 ____________________________________________________________________________
18687 [ 11369] By: jhi                                   on 2001/07/14  01:32:33
18688         Log: #include <stdlib.h> so that exit() is prototyped,
18689              noticed by Hugo.
18690      Branch: perl
18691            ! Configure
18692 ____________________________________________________________________________
18693 [ 11368] By: jhi                                   on 2001/07/14  01:18:28
18694         Log: Subject: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
18695              From: Peter Prymmer <pvhp@forte.com>
18696              Date: Fri, 13 Jul 2001 19:15:45 -0700 (PDT)
18697              Message-ID: <Pine.OSF.4.10.10107131908370.270775-100000@aspara.forte.com>
18698      Branch: perl
18699            ! t/op/sprintf.t
18700 ____________________________________________________________________________
18701 [ 11367] By: jhi                                   on 2001/07/14  01:07:03
18702         Log: Subject: [PATCH: perl@11359] fixup for Encode/Tcl.t on ruthless filesystems
18703              From: Peter Prymmer <pvhp@forte.com>
18704              Date: Fri, 13 Jul 2001 19:00:20 -0700 (PDT)
18705              Message-ID: <Pine.OSF.4.10.10107131856280.270775-100000@aspara.forte.com>
18706      Branch: perl
18707            ! ext/Encode/Encode/Tcl.t
18708 ____________________________________________________________________________
18709 [ 11366] By: jhi                                   on 2001/07/13  22:48:47
18710         Log: Add information about gcc 3.0 basic block profiling.
18711      Branch: perl
18712            ! Makefile.SH pod/perlhack.pod pod/perltoc.pod
18713 ____________________________________________________________________________
18714 [ 11365] By: jhi                                   on 2001/07/13  21:22:20
18715         Log: Subject: Error in lib/PerlIO/Via.pm ?
18716              From: Mark-Jason Dominus <mjd@plover.com>
18717              Date: Fri, 13 Jul 2001 15:55:41 -0400
18718              Message-ID: <20010713195541.26751.qmail@plover.com>
18719      Branch: perl
18720            ! ext/PerlIO/Via/Via.pm
18721 ____________________________________________________________________________
18722 [ 11364] By: jhi                                   on 2001/07/13  21:21:23
18723         Log: Move both usemymalloc and d_bincompat5005 to the Platfom
18724              section from the Compiler section.
18725      Branch: perl
18726            ! myconfig.SH
18727 ____________________________________________________________________________
18728 [ 11363] By: jhi                                   on 2001/07/13  21:19:34
18729         Log: Handle glibc style of constant definitions using enum
18730              with intervening #defines; from Brendan O'Dea.
18731      Branch: perl
18732            ! utils/h2ph.PL
18733 ____________________________________________________________________________
18734 [ 11362] By: jhi                                   on 2001/07/13  21:17:40
18735         Log: Add LC_MESSAGES to the locale_h export tag (it already is
18736              in the Makefile.PL and thusly eligible for an XS constant)
18737              (see also maintperl #10543)
18738      Branch: perl
18739            ! ext/POSIX/POSIX.pm
18740 ____________________________________________________________________________
18741 [ 11361] By: jhi                                   on 2001/07/13  15:12:37
18742         Log: Subject: Re: [patch] re_dup
18743              From: Abhijit Menon-Sen <ams@wiw.org>
18744              Date: Fri, 13 Jul 2001 21:41:09 +0530
18745              Message-ID: <20010713214109.A3328@lustre.dyn.wiw.org>
18746      Branch: perl
18747            ! sv.c
18748 ____________________________________________________________________________
18749 [ 11360] By: jhi                                   on 2001/07/13  15:11:45
18750         Log: Subject: [patch] re_dup
18751              From: Doug MacEachern <dougm@covalent.net>
18752              Date: Fri, 13 Jul 2001 08:51:24 -0700 (PDT)
18753              Message-ID: <Pine.LNX.4.21.0107130848530.28844-100000@mako.covalent.net>
18754      Branch: perl
18755            ! sv.c
18756 ____________________________________________________________________________
18757 [ 11359] By: jhi                                   on 2001/07/13  14:30:32
18758         Log: Update Changes.
18759      Branch: perl
18760            ! Changes patchlevel.h
18761 ____________________________________________________________________________
18762 [ 11358] By: jhi                                   on 2001/07/13  14:26:36
18763         Log: Subject: [PATCH @11328] Encode::Tcl.pm for iso-2022-(?:jp-[12]|cn)
18764              From: SADAHIRO Tomoyuki <BQW10602@nifty.com> 
18765              Date: Sat, 14 Jul 2001 00:06:30 +0900
18766              Message-Id: <20010713235522.8406.BQW10602@nifty.com>
18767      Branch: perl
18768            + ext/Encode/Encode/7bit-greek.enc
18769            + ext/Encode/Encode/7bit-latin1.enc
18770            + ext/Encode/Encode/cns11643-1.enc
18771            + ext/Encode/Encode/cns11643-2.enc
18772            + ext/Encode/Encode/iso2022-cn.enc
18773            + ext/Encode/Encode/iso2022-jp1.enc
18774            + ext/Encode/Encode/iso2022-jp2.enc
18775            ! MANIFEST ext/Encode/Encode/Tcl.pm
18776            ! ext/Encode/Encode/iso2022-kr.enc
18777 ____________________________________________________________________________
18778 [ 11357] By: nick                                  on 2001/07/13  14:24:06
18779         Log: Blind integrate mainline (as of 5.7.2?)
18780      Branch: perlio
18781           !> AUTHORS Changes Porting/config.sh Porting/config_H
18782           !> README.netware ext/PerlIO/t/encoding.t makedef.pl patchlevel.h
18783           !> pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
18784           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
18785           !> win32/makefile.mk
18786 ____________________________________________________________________________
18787 [ 11355] By: jhi                                   on 2001/07/13  13:13:46
18788         Log: Snip away the devel patchlevel.
18789      Branch: perl
18790            ! patchlevel.h
18791 ____________________________________________________________________________
18792 [ 11354] By: jhi                                   on 2001/07/13  13:12:01
18793         Log: Bump the version to 5.7.2.
18794      Branch: perl
18795            ! Porting/config.sh Porting/config_H patchlevel.h
18796            ! pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
18797            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
18798            ! win32/makefile.mk
18799 ____________________________________________________________________________
18800 [ 11353] By: jhi                                   on 2001/07/13  13:00:00
18801         Log: Update Changes.
18802      Branch: perl
18803            ! Changes
18804 ____________________________________________________________________________
18805 [ 11352] By: jhi                                   on 2001/07/13  12:54:49
18806         Log: Reword.
18807      Branch: perl
18808            ! AUTHORS
18809 ____________________________________________________________________________
18810 [ 11351] By: jhi                                   on 2001/07/13  12:52:47
18811         Log: AUTHORS update.
18812      Branch: perl
18813            ! AUTHORS
18814 ____________________________________________________________________________
18815 [ 11350] By: jhi                                   on 2001/07/13  12:24:36
18816         Log: Ignore PL_regex_pad and PL_regex_padav from symbols
18817              unless ithreads.
18818      Branch: perl
18819            ! makedef.pl
18820 ____________________________________________________________________________
18821 [ 11349] By: jhi                                   on 2001/07/13  11:54:10
18822         Log: Integrate perlio.
18823      Branch: perl
18824           !> win32/distclean.bat
18825 ____________________________________________________________________________
18826 [ 11348] By: jhi                                   on 2001/07/13  11:49:50
18827         Log: Test the encoding transform only iff we have PerlIO,
18828              noticed by H. Merijn Brand.
18829      Branch: perl
18830            ! ext/PerlIO/t/encoding.t
18831 ____________________________________________________________________________
18832 [ 11347] By: jhi                                   on 2001/07/13  11:40:13
18833         Log: README.netware tweaks from Ananth Kesari.
18834      Branch: perl
18835            ! README.netware
18836 ____________________________________________________________________________
18837 [ 11346] By: nick                                  on 2001/07/13  09:18:51
18838         Log: Win32/distclean.bat - Down-case all MANIFEST and File::Find results so 
18839              to avoid /unicode vs /Unicode issues.
18840      Branch: perlio
18841            ! win32/distclean.bat
18842 ____________________________________________________________________________
18843 [ 11345] By: nick                                  on 2001/07/13  06:24:18
18844         Log: Integrate mainline
18845      Branch: perlio
18846           +> README.uts lib/UnicodeCD.pm lib/UnicodeCD.t
18847            - lib/Unicode/UCD.pm lib/Unicode/UCD.t lib/unicode/distinct.pm
18848           !> (integrate 63 files)
18849 ____________________________________________________________________________
18850 [ 11344] By: jhi                                   on 2001/07/13  04:50:22
18851         Log: Add d_bincompat5005 information to perl -V.
18852      Branch: perl
18853            ! myconfig.SH
18854 ____________________________________________________________________________
18855 [ 11343] By: jhi                                   on 2001/07/13  03:42:05
18856         Log: Subject: Re: [PATCH] Re: Memory corruption? Read-only $_?
18857              From: Abhijit Menon-Sen <ams@wiw.org>
18858              Date: Fri, 13 Jul 2001 07:12:36 +0530
18859              Message-ID: <20010713071236.C5669@lustre.dyn.wiw.org>
18860      Branch: perl
18861            ! sv.c
18862 ____________________________________________________________________________
18863 [ 11342] By: jhi                                   on 2001/07/13  03:36:22
18864         Log: Remove unicode::distinct, as per Inaba Hiroto.
18865      Branch: perl
18866            - lib/unicode/distinct.pm
18867            ! MANIFEST hv.c perl.h pod/perlmodlib.pod pod/perltoc.pod sv.c
18868            ! t/lib/1_compile.t
18869 ____________________________________________________________________________
18870 [ 11341] By: jhi                                   on 2001/07/13  00:05:53
18871         Log: Paging for Dr Octothorpe.
18872      Branch: perl
18873            ! pod/perlfaq4.pod
18874 ____________________________________________________________________________
18875 [ 11340] By: jhi                                   on 2001/07/12  23:53:44
18876         Log: cut-n-paste error noticed by mjd.
18877      Branch: perl
18878            ! pod/perlfaq4.pod
18879 ____________________________________________________________________________
18880 [ 11339] By: jhi                                   on 2001/07/12  23:39:42
18881         Log: Subject: [PATCH: perl@11328] update the octal situation in perlfaq4.pod
18882              From: Peter Prymmer <pvhp@forte.com>
18883              Date: Thu, 12 Jul 2001 17:04:22 -0700 (PDT)
18884              Message-ID: <Pine.OSF.4.10.10107121703040.219875-100000@aspara.forte.com>
18885      Branch: perl
18886            ! pod/perlfaq4.pod
18887 ____________________________________________________________________________
18888 [ 11338] By: jhi                                   on 2001/07/12  23:38:49
18889         Log: Subject: Re: [randy@qualcomm.com: Corrections for ' repository - Using the Perl repository ']
18890              From: Randall Gellens <randy@qualcomm.com>
18891              Date: Thu, 12 Jul 2001 16:56:23 -0700
18892              Message-Id: <p05100301b773e9751c04@[129.46.176.61]>
18893      Branch: perl
18894            ! Porting/repository.pod
18895 ____________________________________________________________________________
18896 [ 11337] By: jhi                                   on 2001/07/12  23:35:06
18897         Log: Make PTHREAD_ATFORK() to croak if HAS_FORK, noop otherwise.
18898      Branch: perl
18899            ! thread.h
18900 ____________________________________________________________________________
18901 [ 11336] By: jhi                                   on 2001/07/12  23:23:39
18902         Log: Subject: [PATCH] pthread_atfork on FreeBSD - Part 1: #ifdef HAS_PTHREAD_ATFORK  
18903              From: coral <coral@moonlight.crystalflame.net>
18904              Date: Thu, 12 Jul 2001 16:16:50 -0700 (PDT)
18905              Message-Id: <200107122316.f6CNGoq09171@moonlight.crystalflame.net>
18906      Branch: perl
18907            ! thread.h
18908 ____________________________________________________________________________
18909 [ 11335] By: jhi                                   on 2001/07/12  23:23:14
18910         Log: Metaconfig unit change for #11134.
18911      Branch: metaconfig
18912            + U/threads/d_pthread_atfork.U
18913 ____________________________________________________________________________
18914 [ 11334] By: jhi                                   on 2001/07/12  23:22:42
18915         Log: Add HAS_PTHREAD_ATFORK.
18916      Branch: perl
18917            ! Configure NetWare/config.wc NetWare/config_H.wc
18918            ! Porting/Glossary Porting/config.sh Porting/config_H
18919            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
18920            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.alpha.h
18921            ! vos/config.ga.def vos/config.ga.h win32/config.bc
18922            ! win32/config.gc win32/config.vc win32/config_H.bc
18923            ! win32/config_H.gc win32/config_H.vc
18924 ____________________________________________________________________________
18925 [ 11333] By: jhi                                   on 2001/07/12  22:58:35
18926         Log: Subject: [PATCH] File::Copy fails on tied handles
18927              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
18928              Date: Thu, 12 Jul 2001 15:18:51 -0700
18929              Message-ID: <35A280DF784CD411A06B0008C7B130ADB5505B@sdex04.sd.intuit.com>
18930      Branch: perl
18931            ! lib/File/Copy.pm
18932 ____________________________________________________________________________
18933 [ 11332] By: jhi                                   on 2001/07/12  22:57:04
18934         Log: Subject: [PATCH] Langinfo.t
18935              From: Nicholas Clark <nick@ccl4.org>
18936              Date: Thu, 12 Jul 2001 23:55:38 +0100
18937              Message-ID: <20010712235538.M5827@plum.flirble.org>
18938      Branch: perl
18939            ! ext/I18N/Langinfo/Langinfo.t
18940 ____________________________________________________________________________
18941 [ 11331] By: jhi                                   on 2001/07/12  22:56:09
18942         Log: Subject: [PATCH: perl@11328] informational tweaks to perl572delta.pod
18943              From: Peter Prymmer <pvhp@forte.com>
18944              Date: Thu, 12 Jul 2001 16:38:00 -0700 (PDT)
18945              Message-ID: <Pine.OSF.4.10.10107121633340.219875-100000@aspara.forte.com>
18946      Branch: perl
18947            ! pod/perl572delta.pod
18948 ____________________________________________________________________________
18949 [ 11330] By: jhi                                   on 2001/07/12  22:55:23
18950         Log: Subject: [PATCH] Re: Memory corruption? Read-only $_?
18951              From: Abhijit Menon-Sen <ams@wiw.org>
18952              Date: Fri, 13 Jul 2001 05:21:16 +0530
18953              Message-ID: <20010713052116.B5669@lustre.dyn.wiw.org>
18954      Branch: perl
18955            ! sv.c
18956 ____________________________________________________________________________
18957 [ 11329] By: jhi                                   on 2001/07/12  22:54:39
18958         Log: Subject: [PATCH 20010712.005] Re: Perl bug with "delete" on arrays
18959              From: Abhijit Menon-Sen <ams@wiw.org>
18960              Date: Fri, 13 Jul 2001 03:04:25 +0530
18961              Message-ID: <20010713030425.A5669@lustre.dyn.wiw.org>
18962      Branch: perl
18963            ! av.c
18964 ____________________________________________________________________________
18965 [ 11328] By: gsar                                  on 2001/07/12  19:02:01
18966         Log: s/^M$//g
18967      Branch: perl
18968            ! win32/Makefile win32/makefile.mk
18969 ____________________________________________________________________________
18970 [ 11327] By: jhi                                   on 2001/07/12  18:54:09
18971         Log: Update Changes.
18972      Branch: perl
18973            ! Changes patchlevel.h
18974 ____________________________________________________________________________
18975 [ 11326] By: jhi                                   on 2001/07/12  18:17:18
18976         Log: Typo spotted by Philip Newton.
18977      Branch: perl
18978            ! pod/perl572delta.pod
18979 ____________________________________________________________________________
18980 [ 11325] By: jhi                                   on 2001/07/12  18:11:42
18981         Log: Subject: [PATCH] fixes perl_clone of perl_clone
18982              From: Artur Bergman <artur@contiller.se>
18983              Date: Thu, 12 Jul 2001 20:57:09 +0200
18984              Message-ID: <B773BFA4.236B%artur@contiller.se>
18985      Branch: perl
18986            ! sv.c
18987 ____________________________________________________________________________
18988 [ 11324] By: jhi                                   on 2001/07/12  18:09:17
18989         Log: Add README.uts from Hal Morris.
18990      Branch: perl
18991            + README.uts
18992            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perl572delta.pod
18993            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
18994 ____________________________________________________________________________
18995 [ 11323] By: jhi                                   on 2001/07/12  17:48:33
18996         Log: Subject: Re: AIX 4.3.3 w/ vac 5.0 [ FATAL in B ]
18997              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18998              Date: Thu, 12 Jul 2001 20:32:37 +0200
18999              Message-Id: <20010712201743.E108.H.M.BRAND@hccnet.nl>
19000      Branch: perl
19001            ! hints/aix.sh
19002 ____________________________________________________________________________
19003 [ 11322] By: jhi                                   on 2001/07/12  17:44:29
19004         Log: Subject: Patch: document reg_data.what member
19005              From: Mark-Jason Dominus <mjd@plover.com>
19006              Message-ID: <20010712182532.14821.qmail@plover.com>
19007              Date: Thu, 12 Jul 2001 14:25:32 -0400
19008      Branch: perl
19009            ! regcomp.c regcomp.h
19010 ____________________________________________________________________________
19011 [ 11321] By: jhi                                   on 2001/07/12  17:43:18
19012         Log: Subject: [PATCH] Perl_re_dup()
19013              From: Abhijit Menon-Sen <ams@wiw.org>
19014              Date: Thu, 12 Jul 2001 23:54:32 +0530
19015              Message-ID: <20010712235432.J24707@lustre.dyn.wiw.org>
19016      Branch: perl
19017            ! embed.h embed.pl perlapi.c proto.h sv.c
19018 ____________________________________________________________________________
19019 [ 11320] By: jhi                                   on 2001/07/12  17:18:54
19020         Log: Regen Configure, modlib, toc.
19021      Branch: perl
19022            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19023            ! pod/perlmodlib.pod pod/perltoc.pod
19024 ____________________________________________________________________________
19025 [ 11319] By: jhi                                   on 2001/07/12  17:08:15
19026         Log: The problem seems to be in PerlIO::Layer::->find() not
19027              accepting the ":encoding(blurflur)" arguments.
19028      Branch: perl
19029            ! lib/PerlIO.pm lib/open.pm
19030 ____________________________________________________________________________
19031 [ 11318] By: jhi                                   on 2001/07/12  16:58:11
19032         Log: AIX doc update.
19033      Branch: perl
19034            ! README.aix pod/perl572delta.pod
19035 ____________________________________________________________________________
19036 [ 11317] By: jhi                                   on 2001/07/12  16:39:11
19037         Log: Subject: AIX README update
19038              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19039              Date: Thu, 12 Jul 2001 19:28:30 +0200
19040              Message-Id: <20010712192620.E0F9.H.M.BRAND@hccnet.nl>
19041      Branch: perl
19042            ! README.aix
19043 ____________________________________________________________________________
19044 [ 11316] By: jhi                                   on 2001/07/12  16:37:15
19045         Log: Subject: [PATCH ext/IO/lib/IO/t/io_unix.t] for QNX6
19046              From: Norton Allen <allen@huarp.harvard.edu>
19047              Date: Thu, 12 Jul 2001 11:30:51 -0400 (edt)
19048              Message-Id: <200107121530.LAA12631@bottesini.harvard.edu>
19049      Branch: perl
19050            ! ext/IO/lib/IO/t/io_unix.t
19051 ____________________________________________________________________________
19052 [ 11315] By: jhi                                   on 2001/07/12  16:35:53
19053         Log: Subject: [PATCH README.qnx hints/qnx.sh]
19054              From: Norton Allen <allen@huarp.harvard.edu>
19055              Date: Thu, 12 Jul 2001 11:29:19 -0400 (edt)
19056              Message-Id: <200107121529.LAA23411@bottesini.harvard.edu>
19057      Branch: perl
19058            ! README.qnx hints/qnx.sh
19059 ____________________________________________________________________________
19060 [ 11314] By: jhi                                   on 2001/07/12  16:13:15
19061         Log: Subject: [patch] faster PM_GETRE
19062              From: Doug MacEachern <dougm@covalent.net>
19063              Date: Thu, 12 Jul 2001 10:13:27 -0700 (PDT)
19064              Message-ID: <Pine.LNX.4.21.0107121011530.28844-100000@mako.covalent.net>
19065      Branch: perl
19066            ! op.h
19067 ____________________________________________________________________________
19068 [ 11313] By: jhi                                   on 2001/07/12  16:12:23
19069         Log: Subject: Re: [PATCH] Threadsafe PMOPs! We might still win this war.
19070              From: Doug MacEachern <dougm@covalent.net>
19071              Date: Thu, 12 Jul 2001 10:11:28 -0700 (PDT)
19072              Message-ID: <Pine.LNX.4.21.0107121010160.28844-100000@mako.covalent.net>
19073      Branch: perl
19074            ! op.c
19075 ____________________________________________________________________________
19076 [ 11312] By: jhi                                   on 2001/07/12  16:07:22
19077         Log: Tell where the nice Estonian database is.
19078      Branch: perl
19079            ! lib/open.pm
19080 ____________________________________________________________________________
19081 [ 11311] By: jhi                                   on 2001/07/12  16:05:31
19082         Log: Retract #11309 since #11310 is a better fix.
19083      Branch: perl
19084            ! t/lib/1_compile.t
19085 ____________________________________________________________________________
19086 [ 11310] By: gsar                                  on 2001/07/12  15:50:40
19087         Log: fix for failing fork.t#12 on windows (win32_execvp() tweak in
19088              change#11300 needs to return the status of failed win32_spawnvp())
19089              
19090              fix various open.pm bugs: '\0' isn't the same as "\0", so it wasn't
19091              splitting correctly; remove unused variables; 'require' at run time
19092              rather than 'use' at compile time for I18N::Langinfo, since it
19093              isn't everyware
19094      Branch: perl
19095            ! lib/open.pm win32/win32.c
19096 ____________________________________________________________________________
19097 [ 11309] By: jhi                                   on 2001/07/12  15:29:55
19098         Log: Temporary workaround.
19099      Branch: perl
19100            ! t/lib/1_compile.t
19101 ____________________________________________________________________________
19102 [ 11308] By: jhi                                   on 2001/07/12  14:44:51
19103         Log: UCD typo in #11306 and add also more known-to-be-tested
19104              modules to the skip list.
19105      Branch: perl
19106            ! t/lib/1_compile.t
19107 ____________________________________________________________________________
19108 [ 11307] By: jhi                                   on 2001/07/12  14:38:38
19109         Log: Rename Unicode::UCD to UnicodeCD to avoid
19110              messups with case-insensitive filesystems.
19111      Branch: perl
19112            + lib/UnicodeCD.pm lib/UnicodeCD.t
19113            - lib/Unicode/UCD.pm lib/Unicode/UCD.t
19114            ! MANIFEST pod/perl572delta.pod t/lib/1_compile.t
19115 ____________________________________________________________________________
19116 [ 11306] By: jhi                                   on 2001/07/12  13:32:05
19117         Log: Subject: [ID 20010711.005] in Tie::Array, SPLICE ignores context, breaking SHIFT 
19118              From: daniel@biz.bitpusher.com
19119              Date: Wed, 11 Jul 2001 23:25:47 -0700
19120              Message-Id: <200107120625.f6C6PkJ13065@biz.bitpusher.com>
19121      Branch: perl
19122            ! lib/Tie/Array.pm t/op/splice.t
19123 ____________________________________________________________________________
19124 [ 11305] By: jhi                                   on 2001/07/12  13:05:46
19125         Log: Subject: [PATCH] More accurate line numbers in messages
19126              From: Paul Johnson <paul@pjcj.net>
19127              Date: Thu, 12 Jul 2001 04:14:11 +0200
19128              Message-ID: <20010712041411.A3467@pjcj.net>
19129              
19130              (With prototyping and multiplicity tweaks.)
19131      Branch: perl
19132            ! dump.c embed.h embed.pl t/lib/warnings/util util.c
19133 ____________________________________________________________________________
19134 [ 11304] By: nick                                  on 2001/07/12  12:53:40
19135         Log: Integrate mainline
19136      Branch: perlio
19137           !> ext/ByteLoader/bytecode.h hints/aix.sh pod/perl572delta.pod
19138           !> regexec.c thread.h
19139 ____________________________________________________________________________
19140 [ 11303] By: jhi                                   on 2001/07/12  12:46:20
19141         Log: Cut-and-pasto in #11298.
19142      Branch: perl
19143            ! ext/ByteLoader/bytecode.h
19144 ____________________________________________________________________________
19145 [ 11302] By: jhi                                   on 2001/07/12  12:42:35
19146         Log: Update the AIX known problems section.
19147      Branch: perl
19148            ! pod/perl572delta.pod
19149 ____________________________________________________________________________
19150 [ 11301] By: jhi                                   on 2001/07/12  12:36:46
19151         Log: Subject: Re: HiRes on AIX 4.2 in threaded mode
19152              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19153              Date: Thu, 12 Jul 2001 12:16:16 +0200
19154              Message-Id: <20010712114215.E0D9.H.M.BRAND@hccnet.nl>
19155      Branch: perl
19156            ! hints/aix.sh
19157 ____________________________________________________________________________
19158 [ 11300] By: jhi                                   on 2001/07/12  12:35:44
19159         Log: Integrate perlio.
19160      Branch: perl
19161           !> makedef.pl win32/win32.c
19162 ____________________________________________________________________________
19163 [ 11299] By: jhi                                   on 2001/07/12  12:33:57
19164         Log: Subject: [PATCH] fix for PMOP threadness failures
19165              From: Artur Bergman <artur@contiller.se>
19166              Date: Thu, 12 Jul 2001 09:48:06 +0200
19167              Message-ID: <B77322D6.22DD%artur@contiller.se>
19168      Branch: perl
19169            ! regexec.c
19170 ____________________________________________________________________________
19171 [ 11298] By: jhi                                   on 2001/07/12  12:27:47
19172         Log: Subject: RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2
19173              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
19174              Date: Thu, 12 Jul 2001 09:09:48 +0200
19175              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808CE70@RU0022EXCH001U> 
19176              
19177              More parentheses to keep bcc happy.
19178      Branch: perl
19179            ! ext/ByteLoader/bytecode.h
19180 ____________________________________________________________________________
19181 [ 11297] By: jhi                                   on 2001/07/12  12:24:50
19182         Log: Subject: Re: [patch] pthread_atfork bandaid
19183              From: Doug MacEachern <dougm@covalent.net>
19184              Date: Wed, 11 Jul 2001 23:43:17 -0700 (PDT)
19185              Message-ID: <Pine.LNX.4.21.0107112342330.28844-100000@mako.covalent.net>
19186      Branch: perl
19187            ! thread.h
19188 ____________________________________________________________________________
19189 [ 11296] By: nick                                  on 2001/07/12  11:55:48
19190         Log: Exclude reentrant_buffer from .def file
19191      Branch: perlio
19192            ! makedef.pl
19193 ____________________________________________________________________________
19194 [ 11295] By: nick                                  on 2001/07/12  11:11:44
19195         Log: Honour void-ness of my_exit()
19196      Branch: perlio
19197            ! win32/win32.c
19198 ____________________________________________________________________________
19199 [ 11294] By: nick                                  on 2001/07/12  07:51:04
19200         Log: Integrate mainline
19201      Branch: perlio
19202           +> uts/sprintf_wrap.c
19203           !> (integrate 35 files)
19204 ____________________________________________________________________________
19205 [ 11293] By: jhi                                   on 2001/07/12  04:58:08
19206         Log: Retract #11289.
19207      Branch: perl
19208            ! embed.h embed.pl perl.c proto.h thread.h
19209 ____________________________________________________________________________
19210 [ 11292] By: jhi                                   on 2001/07/12  04:47:43
19211         Log: Now the :locale pseudolayer *almost* works...
19212      Branch: perl
19213            ! lib/open.pm
19214 ____________________________________________________________________________
19215 [ 11291] By: jhi                                   on 2001/07/12  04:36:47
19216         Log: Locale encoding tweaks.
19217      Branch: perl
19218            ! lib/open.pm
19219 ____________________________________________________________________________
19220 [ 11290] By: jhi                                   on 2001/07/12  04:25:53
19221         Log: Subject: Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
19222              From: Mark-Jason Dominus <mjd@plover.com>
19223              Date: Thu, 12 Jul 2001 00:59:31 -0400
19224              Message-ID: <20010712045931.8543.qmail@plover.com>
19225              
19226              Remove the chmod/umask leading zero warning.
19227      Branch: perl
19228            ! lib/warnings.pm pod/perldiag.pod pod/perllexwarn.pod
19229            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
19230 ____________________________________________________________________________
19231 [ 11289] By: jhi                                   on 2001/07/12  04:16:41
19232         Log: (Retracted by #11289.)
19233      Branch: perl
19234            ! embed.h embed.pl perl.c proto.h thread.h
19235 ____________________________________________________________________________
19236 [ 11288] By: jhi                                   on 2001/07/12  03:45:11
19237         Log: Needed by #11283.
19238      Branch: perl
19239            ! intrpvar.h
19240 ____________________________________________________________________________
19241 [ 11287] By: jhi                                   on 2001/07/12  03:40:04
19242         Log: Metaconfig unit change for #11286.
19243      Branch: metaconfig/U/perl
19244            ! patchlevel.U
19245 ____________________________________________________________________________
19246 [ 11286] By: jhi                                   on 2001/07/12  03:39:18
19247         Log: Subject: Re: [PATCH Configure] perl -V broken
19248              From: Andy Dougherty <doughera@lafayette.edu>
19249              Date: Wed, 11 Jul 2001 13:30:27 -0400 (EDT)
19250              Message-ID: <Pine.SOL.4.10.10107111329060.2021-100000@maxwell.phys.lafayette.edu>
19251      Branch: perl
19252            ! Configure myconfig.SH
19253 ____________________________________________________________________________
19254 [ 11285] By: jhi                                   on 2001/07/12  03:27:28
19255         Log: Retract #11166 (and #11237).
19256      Branch: perl
19257            ! dump.c embed.h lib/warnings.pm op.c op.h opcode.h opcode.pl
19258            ! pod/perldiag.pod pp.sym pp_proto.h t/lib/warnings/op
19259            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
19260 ____________________________________________________________________________
19261 [ 11284] By: jhi                                   on 2001/07/12  02:36:42
19262         Log: UTS tweaks for Hal Morris.
19263      Branch: perl
19264            + uts/sprintf_wrap.c
19265            ! MANIFEST hints/uts.sh perl.h
19266 ____________________________________________________________________________
19267 [ 11283] By: jhi                                   on 2001/07/12  00:52:36
19268         Log: Subject: [PATCH] Use reentrant API glibc
19269              From: Artur Bergman <artur@contiller.se>
19270              Date: Thu, 12 Jul 2001 00:58:21 +0200
19271              Message-ID: <B772A6AD.2288%artur@contiller.se>
19272      Branch: perl
19273            ! embedvar.h intrpvar.h op.h perl.c perlapi.h pod/perlapi.pod
19274            ! sv.c
19275 ____________________________________________________________________________
19276 [ 11282] By: jhi                                   on 2001/07/12  00:35:27
19277         Log: Subject: Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"?
19278              From: barries <barries@slaysys.com>
19279              Date: Wed, 11 Jul 2001 15:11:46 -0400
19280              Message-ID: <20010711151146.G24560@jester.slaysys.com>
19281      Branch: perl
19282            ! pp_sys.c t/lib/warnings/doio win32/win32.c
19283 ____________________________________________________________________________
19284 [ 11281] By: jhi                                   on 2001/07/12  00:32:17
19285         Log: Subject: [patch] pthread_atfork bandaid
19286              From: Doug MacEachern <dougm@covalent.net>
19287              Date: Wed, 11 Jul 2001 08:59:12 -0700 (PDT)
19288              Message-ID: <Pine.LNX.4.21.0107110855070.11688-100000@mako.covalent.net>
19289      Branch: perl
19290            ! miniperlmain.c perl.c
19291 ____________________________________________________________________________
19292 [ 11280] By: jhi                                   on 2001/07/12  00:31:34
19293         Log: Subject: [patch] perl_clone leaks
19294              From: Doug MacEachern <dougm@covalent.net>
19295              Date: Wed, 11 Jul 2001 08:43:32 -0700 (PDT)
19296              Message-ID: <Pine.LNX.4.21.0107110842390.11688-100000@mako.covalent.net>
19297      Branch: perl
19298            ! sv.c
19299 ____________________________________________________________________________
19300 [ 11279] By: nick                                  on 2001/07/11  15:49:38
19301         Log: Integrate mainline
19302      Branch: perlio
19303           +> ext/Encode/Encode/HZ.enc ext/PerlIO/t/encoding.t
19304           +> ext/Time/HiRes/hints/dynixptx.pl lib/Math/BigInt/Calc.pm
19305           +> lib/Math/BigInt/t/bigintc.t lib/Term/ANSIColor/ChangeLog
19306           +> lib/Term/ANSIColor/README
19307           !> (integrate 54 files)
19308 ____________________________________________________________________________
19309 [ 11278] By: jhi                                   on 2001/07/11  13:52:20
19310         Log: Update Changes.
19311      Branch: perl
19312            ! Changes patchlevel.h
19313 ____________________________________________________________________________
19314 [ 11277] By: jhi                                   on 2001/07/11  13:31:43
19315         Log: Subject: blead kit timestamps && the problem with running perl embed.pl
19316              From: Peter Prymmer <pvhp@forte.com>
19317              Date: Tue, 10 Jul 2001 19:33:00 -0700 (PDT)
19318              Message-ID: <Pine.OSF.4.10.10107101906360.137455-100000@aspara.forte.com>
19319              
19320              Backport of embed.pl to 5.003.
19321      Branch: perl
19322            ! embed.pl
19323 ____________________________________________________________________________
19324 [ 11276] By: jhi                                   on 2001/07/11  13:18:07
19325         Log: Subject: Re: POSIX test #14 on UTS 
19326              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
19327              Date: Wed, 11 Jul 2001 03:02:14 +0100
19328              Message-Id: <200107110202.f6B22Ea10727@crypt.compulink.co.uk>
19329      Branch: perl
19330            ! ext/POSIX/POSIX.t
19331 ____________________________________________________________________________
19332 [ 11275] By: jhi                                   on 2001/07/11  13:15:49
19333         Log: Make the I32 an IV to preserve structure alignment and size.
19334      Branch: perl
19335            ! op.h
19336 ____________________________________________________________________________
19337 [ 11274] By: jhi                                   on 2001/07/11  13:13:27
19338         Log: Subject: [PATCH] Threadsafe PMOPs! We might still win this war.
19339              From: "Artur Bergman" <artur@contiller.se>
19340              Date: Wed, 11 Jul 2001 14:23:37 +0200
19341              Message-ID: <000b01c10a04$4fa16a10$21000a0a@vogw2kdev>
19342              
19343              Threadsafe PMOPs for ithreads, waiting for AMS's Perl_re_dup().
19344      Branch: perl
19345            ! embedvar.h intrpvar.h op.c op.h perl.c perlapi.h
19346            ! pod/perlapi.pod sv.c
19347 ____________________________________________________________________________
19348 [ 11273] By: jhi                                   on 2001/07/11  03:53:28
19349         Log: Tweak until Pod::Parser gets updated.
19350      Branch: perl
19351            ! t/pod/special_seqs.xr
19352 ____________________________________________________________________________
19353 [ 11272] By: jhi                                   on 2001/07/11  00:46:05
19354         Log: File::Spec usage tweak.
19355      Branch: perl
19356            ! lib/ExtUtils.t
19357 ____________________________________________________________________________
19358 [ 11271] By: jhi                                   on 2001/07/11  00:37:19
19359         Log: Integrate #11263 from macperl; macos and macosx updates.
19360      Branch: perl
19361           !> pod/perlport.pod
19362 ____________________________________________________________________________
19363 [ 11270] By: jhi                                   on 2001/07/11  00:33:27
19364         Log: Subject: [PATCH: perl@11238] dynixptx updates for osvers='4.5.2'
19365              From: Peter Prymmer <pvhp@forte.com>
19366              Date: Tue, 10 Jul 2001 15:29:45 -0700 (PDT)
19367              Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com>
19368      Branch: perl
19369            + ext/Time/HiRes/hints/dynixptx.pl
19370            ! MANIFEST hints/dynixptx.sh
19371 ____________________________________________________________________________
19372 [ 11269] By: jhi                                   on 2001/07/11  00:32:16
19373         Log: Subject: [PATCH] ExtUtils::Constant (was Re: funny numconvert test in perl@11006 (was Re: report on BS2000 wit h perl@11006))
19374              From: Nicholas Clark <nick@ccl4.org>
19375              Date: Tue, 10 Jul 2001 23:17:43 +0100
19376              Message-ID: <20010710231742.B59620@plum.flirble.org>
19377      Branch: perl
19378            ! lib/ExtUtils.t lib/ExtUtils/Constant.pm
19379 ____________________________________________________________________________
19380 [ 11268] By: jhi                                   on 2001/07/11  00:30:56
19381         Log: Subject: [DOC PATCH] Pluggable runops
19382              From: Paul Johnson <paul@pjcj.net>
19383              Date: Tue, 10 Jul 2001 21:53:28 +0200
19384              Message-ID: <20010710215328.B26577@pjcj.net>
19385      Branch: perl
19386            ! pod/perlguts.pod
19387 ____________________________________________________________________________
19388 [ 11267] By: jhi                                   on 2001/07/11  00:29:59
19389         Log: Subject: [PATCH] Authors
19390              From: Artur Bergman <artur@contiller.se>
19391              Date: Tue, 10 Jul 2001 20:39:12 +0200
19392              Message-ID: <B771186F.21CD%artur@contiller.se>
19393      Branch: perl
19394            ! AUTHORS
19395 ____________________________________________________________________________
19396 [ 11266] By: jhi                                   on 2001/07/11  00:29:13
19397         Log: Subject: Re: [PATCH] Small fix to pp_gmtime
19398              From: Doug MacEachern <dougm@covalent.net>
19399              Date: Tue, 10 Jul 2001 11:19:43 -0700 (PDT)
19400              Message-ID: <Pine.LNX.4.21.0107101118020.10475-100000@mako.covalent.net>
19401      Branch: perl
19402            ! pp_ctl.c
19403 ____________________________________________________________________________
19404 [ 11265] By: jhi                                   on 2001/07/11  00:28:15
19405         Log: Subject: doc patch; times() in scalar context
19406              From: mjd@plover.com
19407              Date: 10 Jul 2001 18:01:17 -0000
19408              Message-ID: <20010710180117.12477.qmail@plover.com>
19409      Branch: perl
19410            ! pod/perlfunc.pod
19411 ____________________________________________________________________________
19412 [ 11264] By: jhi                                   on 2001/07/11  00:27:17
19413         Log: Subject: [PATCH] Small fix to pp_gmtime
19414              From: Artur Bergman <artur@contiller.se>
19415              Date: Tue, 10 Jul 2001 19:54:52 +0200
19416              Message-ID: <B7710E0B.21C5%artur@contiller.se>
19417      Branch: perl
19418            ! pp_sys.c
19419 ____________________________________________________________________________
19420 [ 11263] By: pudge                                 on 2001/07/10  21:06:10
19421         Log: Integrate changes from mainline perl, add notes about
19422              Mac OS X and Mac OS.
19423      Branch: maint-5.6/macperl
19424            ! pod/perlport.pod
19425 ____________________________________________________________________________
19426 [ 11262] By: jhi                                   on 2001/07/10  15:21:26
19427         Log: A proof of the dangers of package; ?
19428      Branch: perl
19429            ! t/lib/warnings/op
19430 ____________________________________________________________________________
19431 [ 11261] By: jhi                                   on 2001/07/10  15:02:27
19432         Log: Regen toc and modlib.
19433      Branch: perl
19434            ! pod/perlmodlib.pod pod/perltoc.pod
19435 ____________________________________________________________________________
19436 [ 11260] By: jhi                                   on 2001/07/10  15:00:37
19437         Log: Add compexcl(), casefold(), and casespec() interfaces;
19438              and make all interfaces to return hash references instead
19439              of hashes. 
19440      Branch: perl
19441            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
19442 ____________________________________________________________________________
19443 [ 11259] By: jhi                                   on 2001/07/10  13:50:17
19444         Log: Subject: [PATCH bleadperl] Math::Big* doc patches (and some code)
19445              From: "Philip Newton" <Philip.Newton@gmx.net>
19446              Date: Tue, 10 Jul 2001 09:55:59 +0200
19447              Message-ID: <20010710.095300@ID-11583.news.dfncis.de>
19448              
19449              Subject: [DOC PATCH bleadperl] detypo Math::BigInt docs
19450              From: "Philip Newton" <Philip.Newton@gmx.net>
19451              Date: Tue, 10 Jul 2001 09:56:37 +0200
19452              Message-ID: <20010710.095600@ID-11583.news.dfncis.de>
19453      Branch: perl
19454            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
19455            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintpm.t
19456 ____________________________________________________________________________
19457 [ 11258] By: jhi                                   on 2001/07/10  13:47:20
19458         Log: Subject: [patch] undef &xsub for 1,2
19459              From: Doug MacEachern <dougm@covalent.net>
19460              Date: Mon, 9 Jul 2001 20:16:49 -0700 (PDT)
19461              Message-ID: <Pine.LNX.4.21.0107092012570.1913-100000@mako.covalent.net>
19462              
19463              (This version of the patch with a comment from Gisle.)
19464      Branch: perl
19465            ! op.c
19466 ____________________________________________________________________________
19467 [ 11257] By: jhi                                   on 2001/07/10  13:45:44
19468         Log: Mention package; deprecation and the Win32 problems.
19469      Branch: perl
19470            ! pod/perl572delta.pod
19471 ____________________________________________________________________________
19472 [ 11256] By: jhi                                   on 2001/07/10  13:45:12
19473         Log: Subject: [PATCH] deprecate package with no arguments
19474              From: Robin Houston <robin@kitsite.com>
19475              Date: Tue, 10 Jul 2001 13:33:40 +0100
19476              Message-ID: <20010710133340.A13452@robin.kitsite.com>
19477      Branch: perl
19478            ! op.c pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/op
19479 ____________________________________________________________________________
19480 [ 11255] By: jhi                                   on 2001/07/10  13:16:11
19481         Log: Upgrade to podlators 1.10.
19482      Branch: perl
19483            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
19484            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
19485            ! pod/pod2man.PL pod/pod2text.PL
19486 ____________________________________________________________________________
19487 [ 11254] By: jhi                                   on 2001/07/10  13:09:34
19488         Log: Upgrade to Term::ANSIColor 1.04.
19489      Branch: perl
19490            + lib/Term/ANSIColor/ChangeLog lib/Term/ANSIColor/README
19491            ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/test.pl
19492 ____________________________________________________________________________
19493 [ 11253] By: jhi                                   on 2001/07/10  12:59:27
19494         Log: Integrate perlio (the right fix for the ":layer(args)")
19495      Branch: perl
19496           !> perlio.c
19497 ____________________________________________________________________________
19498 [ 11252] By: nick                                  on 2001/07/10  06:58:14
19499         Log: Fix open(...,"...:layer(xxx)",...)
19500              - use memEQ not strEQ as there is '(' not '\0'
19501      Branch: perlio
19502            ! perlio.c
19503 ____________________________________________________________________________
19504 [ 11251] By: jhi                                   on 2001/07/10  04:04:18
19505         Log: Telling the number of tests helps.
19506      Branch: perl
19507            ! ext/PerlIO/t/encoding.t
19508 ____________________________________________________________________________
19509 [ 11250] By: jhi                                   on 2001/07/10  03:55:38
19510         Log: Require I18N::Langinfo, not use.
19511      Branch: perl
19512            ! lib/open.pm
19513 ____________________________________________________________________________
19514 [ 11249] By: jhi                                   on 2001/07/10  03:50:18
19515         Log: Add a test for for PerlIO ":encoding(...)" layer.
19516      Branch: perl
19517            + ext/PerlIO/t/encoding.t
19518            ! MANIFEST ext/Encode/Encode.pm
19519 ____________________________________________________________________________
19520 [ 11248] By: jhi                                   on 2001/07/10  02:06:57
19521         Log: PerlIO ":encoding(foobar)" temporary fix.
19522              Not really correct, I think, since the change means
19523              that prefixes match.
19524      Branch: perl
19525            ! perlio.c
19526 ____________________________________________________________________________
19527 [ 11247] By: jhi                                   on 2001/07/10  01:38:11
19528         Log: Update to Math::BigInt 1.36.  The biggest news is
19529              the separation of the backend; now the pure Perl
19530              implementation is in Math::BigInt::Calc, but one
19531              can plugin, say, Math::BigInt::BitVect, and get
19532              considerable speedup.
19533      Branch: perl
19534            + lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t
19535            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
19536            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
19537            ! lib/Math/BigInt/t/mbimbf.t
19538 ____________________________________________________________________________
19539 [ 11246] By: jhi                                   on 2001/07/10  01:19:55
19540         Log: Subject: Re: compatibility question
19541              From: Peter Prymmer <pvhp@forte.com>
19542              Date: Mon, 9 Jul 2001 18:04:33 -0700 (PDT)
19543              Message-ID: <Pine.OSF.4.10.10107091619360.86512-100000@aspara.forte.com>
19544      Branch: perl
19545            ! lib/ExtUtils/MM_VMS.pm
19546 ____________________________________________________________________________
19547 [ 11245] By: jhi                                   on 2001/07/10  01:18:04
19548         Log: Subject: [PATCH ext/File/Glob/t/basic.t]
19549              From: Norton Allen <allen@huarp.harvard.edu>
19550              Date: Mon, 9 Jul 2001 17:16:15 -0400 (edt)
19551              Message-Id: <200107092116.RAA12010@bottesini.harvard.edu>
19552      Branch: perl
19553            ! ext/File/Glob/t/basic.t
19554 ____________________________________________________________________________
19555 [ 11244] By: jhi                                   on 2001/07/10  01:16:27
19556         Log: Subject: [PATCH] Encode::Tcl. add "HZ" encoding and bugfix
19557              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
19558              Date: Tue, 10 Jul 2001 00:29:55 +0900
19559              Message-Id: <20010710002756.B497.BQW10602@nifty.com>
19560      Branch: perl
19561            + ext/Encode/Encode/HZ.enc
19562            ! MANIFEST ext/Encode/Encode/7bit-kana.enc
19563            ! ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
19564            ! ext/Encode/Encode/iso2022-jp.enc
19565            ! ext/Encode/Encode/iso2022-kr.enc
19566 ____________________________________________________________________________
19567 [ 11243] By: pudge                                 on 2001/07/09  22:16:12
19568         Log: Add in all them there macos/ files.
19569      Branch: maint-5.6/macperl
19570            + (add 577 files)
19571 ____________________________________________________________________________
19572 [ 11242] By: jhi                                   on 2001/07/09  20:26:04
19573         Log: Add the new modules to the list of having those own tests.
19574      Branch: perl
19575            ! t/lib/1_compile.t
19576 ____________________________________________________________________________
19577 [ 11241] By: jhi                                   on 2001/07/09  19:09:58
19578         Log: Add INOUT to control both ways at the same time.
19579      Branch: perl
19580            ! lib/open.pm
19581 ____________________________________________________________________________
19582 [ 11240] By: nick                                  on 2001/07/09  16:33:50
19583         Log: Integrate mainline
19584      Branch: perlio
19585           +> ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
19586           +> ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
19587           !> (integrate 41 files)
19588 ____________________________________________________________________________
19589 [ 11239] By: jhi                                   on 2001/07/09  16:14:35
19590         Log: More encoding mapping magic.
19591      Branch: perl
19592            ! lib/open.pm
19593 ____________________________________________________________________________
19594 [ 11238] By: jhi                                   on 2001/07/09  14:40:43
19595         Log: Update Changes.
19596      Branch: perl
19597            ! Changes patchlevel.h
19598 ____________________________________________________________________________
19599 [ 11237] By: jhi                                   on 2001/07/09  14:27:27
19600         Log: (Retracted by #11285).
19601              
19602              Subject: [PATCH] OPpCONST_OCTAL fixes
19603              From: Abhijit Menon-Sen <ams@wiw.org>
19604              Date: Mon, 9 Jul 2001 07:38:45 +0530
19605              Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org>
19606      Branch: perl
19607            ! op.c
19608 ____________________________________________________________________________
19609 [ 11236] By: jhi                                   on 2001/07/09  14:10:07
19610         Log: Add a pseudolayer ":locale" to the open pragma which
19611              will get the encoding from the locale.  Yet undocumented
19612              because I can't get the PerlIO :encoding(foobar) to work.
19613      Branch: perl
19614            ! ext/Encode/Encode.pm lib/open.pm
19615 ____________________________________________________________________________
19616 [ 11235] By: jhi                                   on 2001/07/09  13:38:43
19617         Log: Add more encoding mappings.
19618      Branch: perl
19619            ! ext/Encode/Encode.pm
19620 ____________________________________________________________________________
19621 [ 11234] By: jhi                                   on 2001/07/09  13:24:54
19622         Log: Document that using :encoding layer requires using Encode.
19623      Branch: perl
19624            ! ext/Encode/Encode.pm lib/PerlIO.pm
19625 ____________________________________________________________________________
19626 [ 11233] By: jhi                                   on 2001/07/09  13:19:34
19627         Log: Netware tweak from Ananth Kesari.
19628      Branch: perl
19629            ! NetWare/netware.h
19630 ____________________________________________________________________________
19631 [ 11232] By: gsar                                  on 2001/07/09  04:40:07
19632         Log: t/harness doesn't know about run/*.t
19633      Branch: perl
19634            ! t/harness
19635 ____________________________________________________________________________
19636 [ 11231] By: gsar                                  on 2001/07/09  04:36:30
19637         Log: run/exit.t busted on windows
19638      Branch: perl
19639            ! t/run/exit.t
19640 ____________________________________________________________________________
19641 [ 11230] By: gsar                                  on 2001/07/09  04:14:54
19642         Log: fix a couple of UCD.t tests that fail due to bad case
19643      Branch: perl
19644            ! lib/Unicode/UCD.t
19645 ____________________________________________________________________________
19646 [ 11229] By: gsar                                  on 2001/07/09  03:57:06
19647         Log: test skip logic was broken
19648      Branch: perl
19649            ! ext/I18N/Langinfo/Langinfo.t
19650 ____________________________________________________________________________
19651 [ 11228] By: gsar                                  on 2001/07/09  03:42:20
19652         Log: remove *.pdb files on windows upon $(MAKE) clean (fixes
19653              failure of ExtUtils.t#27 when built in debug mode)
19654      Branch: perl
19655            ! lib/ExtUtils/MM_Win32.pm
19656 ____________________________________________________________________________
19657 [ 11227] By: gsar                                  on 2001/07/09  02:11:04
19658         Log: I18N::Langinfo is not available on windows
19659      Branch: perl
19660            ! win32/FindExt.pm
19661 ____________________________________________________________________________
19662 [ 11226] By: gsar                                  on 2001/07/09  01:55:23
19663         Log: save a dTHX
19664      Branch: perl
19665            ! ext/POSIX/POSIX.xs
19666 ____________________________________________________________________________
19667 [ 11225] By: jhi                                   on 2001/07/08  23:42:37
19668         Log: Update Changes.
19669      Branch: perl
19670            ! Changes patchlevel.h
19671 ____________________________________________________________________________
19672 [ 11224] By: jhi                                   on 2001/07/08  23:05:41
19673         Log: Guard the nl_langinfo() with HAS_NL_LANGINFO 
19674              as pointed out by Sarathy.
19675      Branch: perl
19676            ! ext/I18N/Langinfo/Langinfo.xs
19677 ____________________________________________________________________________
19678 [ 11223] By: jhi                                   on 2001/07/08  22:59:01
19679         Log: Retract #11212.
19680      Branch: perl
19681            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
19682 ____________________________________________________________________________
19683 [ 11222] By: jhi                                   on 2001/07/08  17:41:22
19684         Log: Bump up the VERSION of Cwd.xs.
19685      Branch: perl
19686            ! ext/Cwd/Makefile.PL
19687 ____________________________________________________________________________
19688 [ 11221] By: jhi                                   on 2001/07/08  17:13:38
19689         Log: Retract #11220, the problem wasn't the missing leading zero.
19690              Here's the problem:
19691              $ ./perl -we 'chmod(oct("755"), ".")'
19692              Non-octal literal mode (493) specified at -e line 1.
19693              (Did you mean 0493 instead?)
19694      Branch: perl
19695            ! lib/ExtUtils/MM_Unix.pm
19696 ____________________________________________________________________________
19697 [ 11220] By: jhi                                   on 2001/07/08  17:05:55
19698         Log: (Retracted by #11221)
19699              Change the PERM_RW and PERM_RWX to 0644 and 0755
19700              (add the leading zero).
19701      Branch: perl
19702            ! lib/ExtUtils/MM_Unix.pm
19703 ____________________________________________________________________________
19704 [ 11219] By: jhi                                   on 2001/07/08  16:17:32
19705         Log: Integrate changes #11193, 11205, 11209 from macperl.
19706              
19707              Fix up AutoLoader to fudge for Mac paths in import().
19708              
19709              Allow symbols in try_symbol() to begin with "_".
19710              
19711              Small portability fix for Mac OS.
19712      Branch: perl
19713           !> lib/AutoLoader.pm lib/Cwd.pm makedef.pl
19714 ____________________________________________________________________________
19715 [ 11218] By: jhi                                   on 2001/07/08  16:10:30
19716         Log: Metaconfig unit change for #11217.
19717      Branch: metaconfig/U/perl
19718            ! Extensions.U
19719 ____________________________________________________________________________
19720 [ 11217] By: jhi                                   on 2001/07/08  16:10:07
19721         Log: Detypo, problem noticed by Gerrit P. Haase.
19722      Branch: perl
19723            ! Configure config_h.SH
19724 ____________________________________________________________________________
19725 [ 11216] By: jhi                                   on 2001/07/08  15:58:35
19726         Log: Cwd cleanups.
19727      Branch: perl
19728            ! ext/Cwd/Cwd.xs
19729 ____________________________________________________________________________
19730 [ 11215] By: jhi                                   on 2001/07/08  15:52:57
19731         Log: Slight tweaks on #11213.
19732      Branch: perl
19733            ! toke.c
19734 ____________________________________________________________________________
19735 [ 11214] By: jhi                                   on 2001/07/08  14:32:28
19736         Log: A missing dTHX noticed by Gerrit P. Haase.
19737      Branch: perl
19738            ! ext/POSIX/POSIX.xs
19739 ____________________________________________________________________________
19740 [ 11213] By: jhi                                   on 2001/07/08  14:24:44
19741         Log: Subject: [PATCH toke.c] Simplify yytoke()
19742              From: Simon Cozens <simon@netthink.co.uk>
19743              Date: Sun, 8 Jul 2001 13:24:34 +0100
19744              Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror>
19745              
19746              Split out pending_ident().
19747      Branch: perl
19748            ! embed.h embed.pl pod/perlapi.pod proto.h toke.c
19749 ____________________________________________________________________________
19750 [ 11212] By: jhi                                   on 2001/07/08  14:17:10
19751         Log: (Retracted by #11223.)
19752              Subject: [PATCH] Re: Problem with Safe.pm and Perl 5.004
19753              Date: Wed, 05 Nov 1997 17:22:34 -0600
19754              From: Graham Barr <gbarr@ti.com>
19755              Message-Id: <3460FFBA.6DA51F46@ti.com>
19756      Branch: perl
19757            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
19758 ____________________________________________________________________________
19759 [ 11211] By: jhi                                   on 2001/07/08  13:53:38
19760         Log: Fix I18N::Langinfo nits noticed but Philip Newton.
19761      Branch: perl
19762            ! ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
19763            ! pod/perllocale.pod
19764 ____________________________________________________________________________
19765 [ 11210] By: jhi                                   on 2001/07/08  01:34:09
19766         Log: Really do the test under the C locale.
19767      Branch: perl
19768            ! ext/I18N/Langinfo/Langinfo.t
19769 ____________________________________________________________________________
19770 [ 11209] By: pudge                                 on 2001/07/08  01:19:25
19771         Log: Small portability fix for Mac OS.
19772      Branch: maint-5.6/macperl
19773            ! lib/Cwd.pm
19774 ____________________________________________________________________________
19775 [ 11208] By: jhi                                   on 2001/07/08  01:14:58
19776         Log: Metaconfig unit change for #11207.
19777      Branch: metaconfig/U/perl
19778            ! Extensions.U
19779 ____________________________________________________________________________
19780 [ 11207] By: jhi                                   on 2001/07/08  01:14:02
19781         Log: Add I18N::Langinfo, which is basically a wrapper around
19782              nl_langinfo(), which is an additional way to query locale
19783              specific information.
19784      Branch: perl
19785            + ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
19786            + ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
19787            ! Configure MANIFEST pod/perl572delta.pod pod/perllocale.pod
19788 ____________________________________________________________________________
19789 [ 11206] By: pudge                                 on 2001/07/08  00:56:29
19790         Log: Bugfixes for some tests.  commonsense.t not in perl 5.6,
19791              used in File::Find tests; replace with if.t.
19792      Branch: maint-5.6/macperl
19793            ! t/lib/filefind-taint.t t/lib/filefind.t t/op/taint.t
19794            ! t/pragma/warn/op
19795 ____________________________________________________________________________
19796 [ 11205] By: pudge                                 on 2001/07/07  23:55:56
19797         Log: Allow symbols in try_symbol() to begin with "_".
19798      Branch: maint-5.6/macperl
19799            ! makedef.pl
19800 ____________________________________________________________________________
19801 [ 11204] By: pudge                                 on 2001/07/07  23:53:37
19802         Log: Sync up the File::Find changes from the rewrite by
19803              Thomas Wegner, et al.
19804      Branch: maint-5.6/macperl
19805            + t/lib/filefind-taint.t
19806            ! lib/File/Find.pm t/lib/filefind.t
19807 ____________________________________________________________________________
19808 [ 11203] By: pudge                                 on 2001/07/07  23:43:06
19809         Log: Subject: [PATCHES] :t:pod: and :lib:Pod: stuff
19810              From: Thomas Wegner <wegner_thomas@yahoo.com>
19811              Date: Thu, 5 Jul 2001 20:31:25 +0200
19812              Message-Id: <p04320400b76a0fc8dea5@[149.225.100.38]>
19813      Branch: maint-5.6/macperl
19814            ! lib/Pod/Find.pm t/pod/find.t t/pod/testp2pt.pl
19815 ____________________________________________________________________________
19816 [ 11202] By: pudge                                 on 2001/07/07  23:38:36
19817         Log: Some more test portability fixes.
19818      Branch: maint-5.6/macperl
19819            ! t/lib/filecopy.t t/pragma/warn/pp_sys
19820 ____________________________________________________________________________
19821 [ 11201] By: jhi                                   on 2001/07/07  22:52:38
19822         Log: The #11200 removed wrong (non-existent) target.  Duh.
19823      Branch: perl
19824            ! Makefile.SH
19825 ____________________________________________________________________________
19826 [ 11200] By: jhi                                   on 2001/07/07  22:44:14
19827         Log: Zap the lib/re.pm before creating it.
19828      Branch: perl
19829            ! Makefile.SH
19830 ____________________________________________________________________________
19831 [ 11199] By: pudge                                 on 2001/07/07  20:54:35
19832         Log: Another test.  Please ignore.
19833      Branch: maint-5.6/macperl
19834            ! README.macos
19835 ____________________________________________________________________________
19836 [ 11198] By: pudge                                 on 2001/07/07  20:44:12
19837         Log: Portability fixes for a lot of tests, especially IO-related
19838              tests, and warnings, and the harness script.
19839      Branch: maint-5.6/macperl
19840            ! t/harness t/io/argv.t t/io/dup.t t/io/fs.t t/io/inplace.t
19841            ! t/io/iprefix.t t/io/open.t t/io/openpid.t t/lib/filepath.t
19842            ! t/lib/findbin.t t/lib/io_dup.t t/lib/socket.t t/op/die_exit.t
19843            ! t/op/misc.t t/op/read.t t/op/readdir.t t/op/runlevel.t
19844            ! t/op/stat.t t/op/subst_wamp.t t/op/taint.t
19845            ! t/pragma/diagnostics.t t/pragma/subs.t t/pragma/warn/doio
19846            ! t/pragma/warn/mg t/pragma/warn/op t/pragma/warn/pp_sys
19847            ! t/pragma/warnings.t
19848 ____________________________________________________________________________
19849 [ 11197] By: jhi                                   on 2001/07/07  20:32:28
19850         Log: Subject: [PATCH] lib/h2xs.t (was Re: [PATCH] h2xs)
19851              From: Nicholas Clark <nick@ccl4.org>
19852              Date: Sat, 7 Jul 2001 21:00:17 +0100
19853              Message-ID: <20010707210017.H59620@plum.flirble.org>
19854      Branch: perl
19855            ! lib/h2xs.t
19856 ____________________________________________________________________________
19857 [ 11196] By: jhi                                   on 2001/07/07  20:26:36
19858         Log: The UNICOS/mk SysV IPC problem has been fixed.
19859      Branch: perl
19860            ! pod/perl572delta.pod
19861 ____________________________________________________________________________
19862 [ 11195] By: jhi                                   on 2001/07/07  19:59:51
19863         Log: Slight update tweaks on perlunicode.pod.
19864      Branch: perl
19865            ! pod/perlunicode.pod
19866 ____________________________________________________________________________
19867 [ 11194] By: jhi                                   on 2001/07/07  17:53:03
19868         Log: Subject: Doc patch DB_File.pm: use umask-friendly modes
19869              From: Mark-Jason Dominus <mjd@plover.com>
19870              Date: Sat, 07 Jul 2001 13:04:04 -0400
19871              Message-ID: <20010707170404.32694.qmail@plover.com>
19872      Branch: perl
19873            ! ext/DB_File/DB_File.pm
19874 ____________________________________________________________________________
19875 [ 11193] By: pudge                                 on 2001/07/07  17:26:28
19876         Log: Fix up AutoLoader to fudge for Mac paths in import().
19877      Branch: maint-5.6/macperl
19878            ! lib/AutoLoader.pm
19879 ____________________________________________________________________________
19880 [ 11192] By: jhi                                   on 2001/07/07  17:03:06
19881         Log: Try to force the lib/re.pm to be there before entering
19882              the extensions builds, should help for parallel makes.
19883      Branch: perl
19884            ! Makefile.SH
19885 ____________________________________________________________________________
19886 [ 11191] By: jhi                                   on 2001/07/07  15:26:16
19887         Log: Subject: Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
19888              From: Norton Allen <allen@huarp.harvard.edu>
19889              Date: Fri, 6 Jul 2001 12:01:14 -0400 (edt)
19890              Message-Id: <200107061601.MAA00597@bottesini.harvard.edu>
19891      Branch: perl
19892            ! ext/POSIX/POSIX.xs
19893 ____________________________________________________________________________
19894 [ 11190] By: jhi                                   on 2001/07/07  15:22:08
19895         Log: Subject: [PATCH] Re: op/arith.t
19896              From: Nicholas Clark <nick@ccl4.org>
19897              Date: Sat, 7 Jul 2001 13:04:54 +0100
19898              Message-ID: <20010707130454.D59620@plum.flirble.org>
19899      Branch: perl
19900            ! numeric.c toke.c
19901 ____________________________________________________________________________
19902 [ 11189] By: jhi                                   on 2001/07/07  15:20:44
19903         Log: Subject: [PATCH] h2xs
19904              From: Nicholas Clark <nick@ccl4.org>
19905              Date: Fri, 6 Jul 2001 23:25:14 +0100
19906              Message-ID: <20010706232514.X59620@plum.flirble.org>
19907      Branch: perl
19908            ! utils/h2xs.PL
19909 ____________________________________________________________________________
19910 [ 11188] By: jhi                                   on 2001/07/07  15:12:36
19911         Log: Subject: Re: bleedperl perl_alloc..free leakage
19912              From: Radu Greab <radu@netsoft.ro>
19913              Date: Fri, 6 Jul 2001 19:48:54 +0300
19914              Message-ID: <15173.60406.308246.456184@ix.netsoft.ro>
19915              
19916              Leak-be-gone.
19917      Branch: perl
19918            ! op.c
19919 ____________________________________________________________________________
19920 [ 11187] By: pudge                                 on 2001/07/07  02:11:36
19921         Log: Test again.  Please ignore.
19922      Branch: maint-5.6/macperl
19923            ! README.macos
19924 ____________________________________________________________________________
19925 [ 11186] By: pudge                                 on 2001/07/07  02:08:13
19926         Log: Test.  Please ignore.
19927      Branch: maint-5.6/macperl
19928            ! README.macos
19929 ____________________________________________________________________________
19930 [ 11185] By: pudge                                 on 2001/07/06  23:46:57
19931         Log: Include changes already sent in separately as patches,
19932              before branch was created.
19933      Branch: maint-5.6/macperl
19934            ! ext/File/Glob/bsd_glob.c ext/IO/lib/IO/Dir.pm gv.c
19935            ! lib/DirHandle.pm lib/File/Basename.pm lib/File/Copy.pm
19936            ! lib/File/Find.pm lib/diagnostics.pm perl.c t/base/term.t
19937            ! t/comp/cpp.t t/comp/multiline.t t/comp/script.t t/comp/term.t
19938            ! t/lib/anydbm.t t/lib/autoloader.t t/lib/dirhand.t
19939            ! t/lib/filefind.t t/lib/io_dir.t t/lib/selfloader.t
19940            ! t/op/anonsub.t t/op/closure.t t/op/defins.t t/op/die_exit.t
19941            ! t/op/exec.t t/op/goto.t t/op/misc.t t/op/pack.t t/op/regexp.t
19942            ! t/op/regexp_noamp.t t/op/split.t t/op/write.t
19943            ! t/pragma/strict.t
19944 ____________________________________________________________________________
19945 [ 11184] By: jhi                                   on 2001/07/06  16:41:30
19946         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
19947              From: Norton Allen <allen@huarp.harvard.edu>
19948              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
19949              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
19950      Branch: perl
19951            ! utf8.h
19952 ____________________________________________________________________________
19953 [ 11183] By: nick                                  on 2001/07/06  16:27:40
19954         Log: Integrate mainline
19955      Branch: perlio
19956           +> (branch 42 files)
19957            - NetWare/perlsdio.h ext/util/mkbootstrap lib/Net/DummyInetd.pm
19958            - lib/Net/PH.pm lib/Net/SNPP.pm lib/Net/t/ph.t
19959            - win32/bin/mdelete.bat
19960           !> (integrate 215 files)
19961 ____________________________________________________________________________
19962 [ 11182] By: jhi                                   on 2001/07/06  15:57:16
19963         Log: The #11166 needed also these updated.
19964      Branch: perl
19965            ! lib/warnings.pm warnings.h
19966 ____________________________________________________________________________
19967 [ 11181] By: jhi                                   on 2001/07/06  13:24:42
19968         Log: Update Changes.
19969      Branch: perl
19970            ! Changes patchlevel.h
19971 ____________________________________________________________________________
19972 [ 11180] By: jhi                                   on 2001/07/06  13:20:08
19973         Log: Regen toc.
19974      Branch: perl
19975            ! pod/perltoc.pod
19976 ____________________________________________________________________________
19977 [ 11179] By: jhi                                   on 2001/07/06  12:57:13
19978         Log: Nit from Abhijit.
19979      Branch: perl
19980            ! lib/CPAN.pm
19981 ____________________________________________________________________________
19982 [ 11178] By: jhi                                   on 2001/07/06  12:53:04
19983         Log: Retract #11172.
19984      Branch: perl
19985            ! t/op/method.t
19986 ____________________________________________________________________________
19987 [ 11177] By: jhi                                   on 2001/07/06  12:44:51
19988         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
19989              From: Norton Allen <allen@huarp.harvard.edu>
19990              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
19991              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
19992      Branch: perl
19993            ! lib/Cwd.pm
19994 ____________________________________________________________________________
19995 [ 11176] By: jhi                                   on 2001/07/06  12:42:45
19996         Log: (Accidentally empty check-in.)
19997      Branch: perl
19998            ! utf8.h
19999 ____________________________________________________________________________
20000 [ 11175] By: jhi                                   on 2001/07/06  12:29:56
20001         Log: Retract #11165 since Sarathy pointed out it'll not
20002              work properly under threads, the problem should be
20003              solved using "the savestack, either via SSNEW() or
20004              using a newSVpv()+SAVEFREESV() combo."
20005      Branch: perl
20006            ! ext/POSIX/POSIX.xs
20007 ____________________________________________________________________________
20008 [ 11174] By: jhi                                   on 2001/07/06  12:27:31
20009         Log: Retract #11125 since NI-S pointed out it'll not work in
20010              cases where the extension has their own handcrafted INC
20011              et alia.
20012      Branch: perl
20013            ! lib/ExtUtils/MM_Unix.pm
20014 ____________________________________________________________________________
20015 [ 11173] By: jhi                                   on 2001/07/06  12:20:50
20016         Log: Subject: RE: [PATCH] -I and MakeMaker again
20017              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
20018              Date: Fri, 6 Jul 2001 09:18:29 +0200
20019              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U>
20020      Branch: perl
20021            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_VMS.pm
20022            ! lib/ExtUtils/MM_Win32.pm
20023 ____________________________________________________________________________
20024 [ 11172] By: jhi                                   on 2001/07/06  12:18:39
20025         Log: (Retracted by #11178)
20026              Subject: [PATCH t/op/method.t] SUPER:: strangeness
20027              From: Piers Cawley <pdcawley@iterative-software.com>
20028              Date: 06 Jul 2001 10:49:01 +0100
20029              Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk>
20030      Branch: perl
20031            ! t/op/method.t
20032 ____________________________________________________________________________
20033 [ 11171] By: jhi                                   on 2001/07/06  01:38:55
20034         Log: VOS README update from Paul Green.
20035      Branch: perl
20036            ! README.vos
20037 ____________________________________________________________________________
20038 [ 11170] By: jhi                                   on 2001/07/06  01:19:33
20039         Log: Subject: [PATCH README.qnx hints/qnx.sh]
20040              From: Norton Allen <allen@huarp.harvard.edu>
20041              Message-Id: <200107051755.NAA21422@bottesini.harvard.edu>
20042              Date: Thu, 5 Jul 2001 13:55:11 -0400 (edt)
20043      Branch: perl
20044            ! README.qnx hints/qnx.sh
20045 ____________________________________________________________________________
20046 [ 11169] By: jhi                                   on 2001/07/06  01:17:43
20047         Log: Subject: [PATCH] Doc patch for Tie::Hash
20048              From: Artur Bergman <artur@contiller.se>
20049              Date: Thu, 05 Jul 2001 22:51:18 +0200
20050              Message-ID: <B76A9FE6.1F04%artur@contiller.se>
20051      Branch: perl
20052            ! lib/Tie/Hash.pm
20053 ____________________________________________________________________________
20054 [ 11168] By: jhi                                   on 2001/07/06  01:16:27
20055         Log: Subject: [PATCH] perlfaq4.pod
20056              From: "Liney, Dave" <dave.liney@gbr.conoco.com>
20057              Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02>
20058              Date: Thu, 5 Jul 2001 18:44:10 +0100 
20059      Branch: perl
20060            ! pod/perlfaq4.pod
20061 ____________________________________________________________________________
20062 [ 11167] By: jhi                                   on 2001/07/06  01:14:41
20063         Log: Subject: [PATCH B::Deparse] Make warnings handling more robust
20064              From: Robin Houston <robin@kitsite.com>
20065              Date: Thu, 5 Jul 2001 18:33:21 +0100
20066              Message-ID: <20010705183321.A27345@robin.kitsite.com>
20067      Branch: perl
20068            ! ext/B/B/Deparse.pm
20069 ____________________________________________________________________________
20070 [ 11166] By: jhi                                   on 2001/07/06  01:11:50
20071         Log: (Retracted by #11285.)
20072              
20073              Subject: Re: [PATCH] mkdir() mode argument is missing initial 0
20074              From: Abhijit Menon-Sen <ams@wiw.org>
20075              Date: Fri, 6 Jul 2001 01:26:32 +0530
20076              Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org>
20077      Branch: perl
20078            ! dump.c op.c op.h opcode.h opcode.pl pod/perldiag.pod pp.sym
20079            ! pp_proto.h t/lib/warnings/op t/lib/warnings/toke toke.c
20080            ! warnings.pl
20081 ____________________________________________________________________________
20082 [ 11165] By: jhi                                   on 2001/07/06  00:19:26
20083         Log: (Retracted by #11175)
20084              Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
20085              From: Norton Allen <allen@huarp.harvard.edu>
20086              Message-Id: <200107051734.NAA13375@bottesini.harvard.edu>
20087              Date: Thu, 5 Jul 2001 13:34:51 -0400 (edt)
20088      Branch: perl
20089            ! ext/POSIX/POSIX.xs
20090 ____________________________________________________________________________
20091 [ 11164] By: jhi                                   on 2001/07/06  00:14:57
20092         Log: Unterminated C< (noticed by Richard Hatch), and few other
20093              small Unicode doc tweaks.
20094      Branch: perl
20095            ! pod/perlretut.pod
20096 ____________________________________________________________________________
20097 [ 11163] By: jhi                                   on 2001/07/05  19:33:34
20098         Log: More flexible argument understanding; add charblocks() and
20099              charscripts(); make charblock() and charscript() two-way;
20100              add charinrange(); separate the $Unicode::UCD::VERSION and
20101              the version of the Unicode by adding UnicodeVersion().
20102      Branch: perl
20103            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
20104 ____________________________________________________________________________
20105 [ 11162] By: jhi                                   on 2001/07/05  13:38:36
20106         Log: Update Unicode::UCD on \p{In...}.
20107      Branch: perl
20108            ! lib/Unicode/UCD.pm
20109 ____________________________________________________________________________
20110 [ 11161] By: jhi                                   on 2001/07/05  13:26:00
20111         Log: Subject: Re: [PATCH lib/ExtUtils.t] Extra Files for QNX
20112              From: Norton Allen <allen@huarp.harvard.edu>
20113              Date: Thu, 5 Jul 2001 09:57:14 -0400 (edt)
20114              Message-Id: <200107051357.JAA06285@bottesini.harvard.edu>
20115      Branch: perl
20116            ! lib/ExtUtils/MM_Unix.pm
20117 ____________________________________________________________________________
20118 [ 11160] By: jhi                                   on 2001/07/05  13:06:53
20119         Log: POSIX-BC tweaks from Thomas Dorner.
20120      Branch: perl
20121            ! hints/posix-bc.sh perlio.h
20122 ____________________________________________________________________________
20123 [ 11159] By: jhi                                   on 2001/07/05  04:17:18
20124         Log: Module updates for the delta.
20125      Branch: perl
20126            ! pod/perl572delta.pod
20127 ____________________________________________________________________________
20128 [ 11158] By: jhi                                   on 2001/07/05  03:45:19
20129         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sock.t] for QNX
20130              From: Norton Allen <allen@huarp.harvard.edu>
20131              Message-Id: <200107050259.WAA06843@bottesini.harvard.edu>
20132              Date: Wed, 4 Jul 2001 22:59:00 -0400 (edt)
20133      Branch: perl
20134            ! ext/IO/lib/IO/t/io_sock.t
20135 ____________________________________________________________________________
20136 [ 11157] By: jhi                                   on 2001/07/05  03:44:19
20137         Log: Subject: [PATCH perldiag.pod] Quick fixes
20138              From: Simon Cozens <simon@netthink.co.uk>
20139              Date: Wed, 4 Jul 2001 20:22:12 +0100
20140              Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror>
20141      Branch: perl
20142            ! pod/perldiag.pod
20143 ____________________________________________________________________________
20144 [ 11156] By: jhi                                   on 2001/07/05  03:43:28
20145         Log: (retracted by #13533)
20146              
20147              Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match
20148              From: Radu Greab <radu@netsoft.ro>
20149              Date: Wed, 4 Jul 2001 22:13:31 +0300
20150              Message-ID: <15171.27355.895094.128142@ix.netsoft.ro>
20151      Branch: perl
20152            ! op.c sv.c t/op/pos.t
20153 ____________________________________________________________________________
20154 [ 11155] By: jhi                                   on 2001/07/05  03:40:24
20155         Log: Subject: [PATCH] -I and MakeMaker again
20156              From: Michael G Schwern <schwern@pobox.com>
20157              Date: Wed, 4 Jul 2001 15:03:07 -0400
20158              Message-ID: <20010704150307.I20340@blackrider>
20159              
20160              (and retract #11145)
20161      Branch: perl
20162            ! ext/util/make_ext lib/ExtUtils/MM_Unix.pm
20163            ! lib/ExtUtils/MakeMaker.pm
20164 ____________________________________________________________________________
20165 [ 11154] By: jhi                                   on 2001/07/05  03:32:43
20166         Log: Subject: Re: PERFORCE change 11142 for review
20167              From: "Philip Newton" <Philip.Newton@gmx.net>
20168              Date: Wed, 4 Jul 2001 20:46:26 +0200
20169              Message-Id: <200107041841.VAA25380@taas.iki.fi>
20170      Branch: perl
20171            ! lib/ExtUtils/MakeMaker.pm
20172 ____________________________________________________________________________
20173 [ 11153] By: jhi                                   on 2001/07/05  03:29:21
20174         Log: Subject: Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
20175              From: Jonathan Stowe <gellyfish@gellyfish.com>
20176              Date: Mon, 2 Jul 2001 20:45:53 +0100 (BST)
20177              Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com>
20178      Branch: perl
20179            ! utils/pl2pm.PL
20180 ____________________________________________________________________________
20181 [ 11152] By: gsar                                  on 2001/07/05  00:52:57
20182         Log: fix the binary compatibility issue when building with/without
20183              usemymalloc by exporting Perl_malloc() et al as simple wrappers
20184              around the system functions (this allows most extensions built
20185              using one mode to coexist with perls built in the other mode)
20186              
20187              XXX the Perl_mfree() wrapper might need to do return(free()) on
20188              platforms where Free_t isn't "void"
20189      Branch: perl
20190            ! embed.h embed.pl makedef.pl proto.h util.c
20191 ____________________________________________________________________________
20192 [ 11151] By: gsar                                  on 2001/07/05  00:42:49
20193         Log: perl built with USE_ITHREADS can deadlock during fork() or backticks
20194              since it doesn't ensure threads other than the one calling fork()
20195              aren't holding any locks; the fix is to use pthread_atfork() to
20196              hold global locks
20197              
20198              building perl with -Dusemymalloc exacerbates the problem since
20199              Perl_malloc() holds a mutex, and perl's exec() calls New()
20200              
20201              XXX the code in win32thread.h may be needed on platforms that have
20202              no pthread_atfork()
20203      Branch: perl
20204            ! perl.c thread.h win32/win32thread.h
20205 ____________________________________________________________________________
20206 [ 11150] By: pudge                                 on 2001/07/04  20:07:54
20207         Log: Integrate #11009 from maintperl.
20208      Branch: maint-5.6/macperl
20209           !> lib/ExtUtils/Manifest.pm
20210 ____________________________________________________________________________
20211 [ 11149] By: pudge                                 on 2001/07/04  19:54:46
20212         Log: Flexing my Perforce muscles.
20213      Branch: maint-5.6/macperl
20214            ! README.macos
20215 ____________________________________________________________________________
20216 [ 11148] By: jhi                                   on 2001/07/04  17:14:51
20217         Log: Update Changes.
20218      Branch: perl
20219            ! Changes patchlevel.h
20220 ____________________________________________________________________________
20221 [ 11147] By: jhi                                   on 2001/07/04  16:41:25
20222         Log: Metaconfig unit change for #11146.
20223      Branch: metaconfig/U/perl
20224            ! d_fcntl_can_lock.U
20225 ____________________________________________________________________________
20226 [ 11146] By: jhi                                   on 2001/07/04  16:36:31
20227         Log: Somehow the #ifdefs of the added code (in #11093) made
20228              HP-UX to fail the fcntl locking test, without the ifdefs
20229              the test seems to be working again.  Reason unknown:
20230              HP-UX cc doesn't complain either way.
20231      Branch: perl
20232            ! Configure
20233 ____________________________________________________________________________
20234 [ 11145] By: jhi                                   on 2001/07/04  16:08:00
20235         Log: (Retracted by #11155) PERLRUNINST needed in some spots.
20236      Branch: perl
20237            ! lib/ExtUtils/MM_Unix.pm
20238 ____________________________________________________________________________
20239 [ 11144] By: jhi                                   on 2001/07/04  16:07:35
20240         Log: gcc -Wall nit.
20241      Branch: perl
20242            ! pp_hot.c
20243 ____________________________________________________________________________
20244 [ 11143] By: jhi                                   on 2001/07/04  15:08:26
20245         Log: When removing tests updating the test count is a good idea, too.
20246      Branch: perl
20247            ! lib/Net/t/require.t
20248 ____________________________________________________________________________
20249 [ 11142] By: jhi                                   on 2001/07/04  14:57:51
20250         Log: Document #11134 and add the new symbols to the list of
20251              of MakeMaker known ones.
20252      Branch: perl
20253            ! lib/ExtUtils/MakeMaker.pm
20254 ____________________________________________________________________________
20255 [ 11141] By: jhi                                   on 2001/07/04  14:34:11
20256         Log: Microperl update.
20257      Branch: perl
20258            ! uconfig.h
20259 ____________________________________________________________________________
20260 [ 11140] By: jhi                                   on 2001/07/04  14:32:27
20261         Log: Update the libnet tests as per #11138.
20262      Branch: perl
20263            - lib/Net/t/ph.t
20264            ! MANIFEST lib/Net/t/require.t
20265 ____________________________________________________________________________
20266 [ 11139] By: jhi                                   on 2001/07/04  14:14:33
20267         Log: Regen toc and modlib.
20268      Branch: perl
20269            ! pod/perlmodlib.pod pod/perltoc.pod
20270 ____________________________________________________________________________
20271 [ 11138] By: jhi                                   on 2001/07/04  14:10:38
20272         Log: Remove DummyInetd, PH, and SNPP from the libnet, as per
20273              Graham's request.
20274      Branch: perl
20275            - lib/Net/DummyInetd.pm lib/Net/PH.pm lib/Net/SNPP.pm
20276            ! MANIFEST
20277 ____________________________________________________________________________
20278 [ 11137] By: jhi                                   on 2001/07/04  14:06:35
20279         Log: Add the OS/390 harness results to the delta.
20280      Branch: perl
20281            ! pod/perl572delta.pod
20282 ____________________________________________________________________________
20283 [ 11136] By: jhi                                   on 2001/07/04  13:59:01
20284         Log: Avoid the two study tests in OS/390 until the bug has been solved.
20285      Branch: perl
20286            ! t/op/study.t
20287 ____________________________________________________________________________
20288 [ 11135] By: jhi                                   on 2001/07/04  13:49:08
20289         Log: DOS/DJGPP tweaks from Laszlo Molnar.
20290      Branch: perl
20291            ! AUTHORS djgpp/djgppsed.sh hints/dos_djgpp.sh t/op/write.t
20292 ____________________________________________________________________________
20293 [ 11134] By: jhi                                   on 2001/07/04  13:47:46
20294         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE
20295              From: Michael G Schwern <schwern@pobox.com>
20296              Date: Wed, 4 Jul 2001 00:01:16 -0400
20297              Message-ID: <20010704000116.C591@blackrider>
20298      Branch: perl
20299            ! ext/util/make_ext lib/ExtUtils.t lib/ExtUtils/MM_Unix.pm
20300 ____________________________________________________________________________
20301 [ 11133] By: jhi                                   on 2001/07/04  01:55:20
20302         Log: The #11132 missed singleton characters (not part
20303              of a unilo..unihi range) in Unicode scripts.
20304      Branch: perl
20305            ! lib/unicode/In/0.pl lib/unicode/In/1.pl lib/unicode/In/10.pl
20306            ! lib/unicode/In/11.pl lib/unicode/In/12.pl lib/unicode/In/13.pl
20307            ! lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
20308            ! lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/20.pl
20309            ! lib/unicode/In/21.pl lib/unicode/In/24.pl lib/unicode/In/29.pl
20310            ! lib/unicode/In/3.pl lib/unicode/In/30.pl lib/unicode/In/34.pl
20311            ! lib/unicode/In/35.pl lib/unicode/In/37.pl lib/unicode/In/39.pl
20312            ! lib/unicode/In/4.pl lib/unicode/In/5.pl lib/unicode/In/6.pl
20313            ! lib/unicode/In/8.pl lib/unicode/In/9.pl lib/unicode/Scripts.pl
20314            ! lib/unicode/mktables.PL t/op/pat.t
20315 ____________________________________________________________________________
20316 [ 11132] By: jhi                                   on 2001/07/04  01:32:11
20317         Log: Support preferentially the Unicode 'scripts' definition
20318              in the \p{In...} notation since according to Unicode the
20319              scripts concept is more natural for matching than using
20320              the somewhat artificial block names.  The block names are
20321              still available, though, and if there's a name conflict,
20322              the scripts one wins and the blocks one has to do with
20323              'Block' appended to its name.  For more information see
20324              
20325              http://www.unicode.org/unicode/reports/tr24/
20326      Branch: perl
20327            + lib/unicode/In/100.pl lib/unicode/In/101.pl
20328            + lib/unicode/In/102.pl lib/unicode/In/103.pl
20329            + lib/unicode/In/104.pl lib/unicode/In/105.pl
20330            + lib/unicode/In/106.pl lib/unicode/In/107.pl
20331            + lib/unicode/In/108.pl lib/unicode/In/109.pl
20332            + lib/unicode/In/110.pl lib/unicode/In/111.pl
20333            + lib/unicode/In/112.pl lib/unicode/In/113.pl
20334            + lib/unicode/In/114.pl lib/unicode/In/115.pl
20335            + lib/unicode/In/116.pl lib/unicode/In/117.pl
20336            + lib/unicode/In/118.pl lib/unicode/In/119.pl
20337            + lib/unicode/In/120.pl lib/unicode/In/121.pl
20338            + lib/unicode/In/122.pl lib/unicode/In/123.pl
20339            + lib/unicode/In/124.pl lib/unicode/In/125.pl
20340            + lib/unicode/In/126.pl lib/unicode/In/127.pl
20341            + lib/unicode/In/128.pl lib/unicode/In/129.pl
20342            + lib/unicode/In/130.pl lib/unicode/In/131.pl
20343            + lib/unicode/In/132.pl lib/unicode/In/133.pl
20344            + lib/unicode/In/134.pl lib/unicode/In/135.pl
20345            + lib/unicode/In/96.pl lib/unicode/In/97.pl lib/unicode/In/98.pl
20346            + lib/unicode/In/99.pl lib/unicode/Scripts.pl
20347            ! (edit 106 files)
20348 ____________________________________________________________________________
20349 [ 11131] By: jhi                                   on 2001/07/03  23:02:02
20350         Log: Better document the difference between a block and a script.
20351      Branch: perl
20352            ! lib/Unicode/UCD.pm
20353 ____________________________________________________________________________
20354 [ 11130] By: jhi                                   on 2001/07/03  22:49:15
20355         Log: Subject: [ perl 5.6.1 ] CPAN.pm doc patch
20356              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
20357              Date: Tue, 3 Jul 2001 15:04:23 -0500
20358              Message-ID: <20010703150423.C9787@chaos.wustl.edu>
20359      Branch: perl
20360            ! lib/CPAN.pm
20361 ____________________________________________________________________________
20362 [ 11129] By: jhi                                   on 2001/07/03  22:45:41
20363         Log: Add tests for charscript().
20364      Branch: perl
20365            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
20366 ____________________________________________________________________________
20367 [ 11128] By: jhi                                   on 2001/07/03  20:41:54
20368         Log: Add charscript() to get the UTR#24 script names of characters.
20369      Branch: perl
20370            ! lib/Unicode/UCD.pm
20371 ____________________________________________________________________________
20372 [ 11127] By: jhi                                   on 2001/07/03  19:53:29
20373         Log: Todo updates.
20374      Branch: perl
20375            ! pod/perltodo.pod
20376 ____________________________________________________________________________
20377 [ 11126] By: jhi                                   on 2001/07/03  19:45:30
20378         Log: Unicode::UCD updates.
20379      Branch: perl
20380            ! lib/Unicode/UCD.pm
20381 ____________________________________________________________________________
20382 [ 11125] By: jhi                                   on 2001/07/03  16:12:20
20383         Log: (Retracted by #11174)
20384              Subject: MakeMaker should pass through DEFINE and INC to subdirs
20385              From: Alan Burlison <Alan.Burlison@sun.com>
20386              Date: Tue, 03 Jul 2001 15:20:13 +0100
20387              Message-ID: <3B41D49D.A923D4F9@sun.com>
20388      Branch: perl
20389            ! lib/ExtUtils/MM_Unix.pm
20390 ____________________________________________________________________________
20391 [ 11124] By: jhi                                   on 2001/07/03  16:06:53
20392         Log: Subject: Patch needed for UTS
20393              From: hom00@utsglobal.com (Hal Morris)
20394              Date: Tue, 3 Jul 2001 09:38:22 -0700 (PDT)
20395              Message-Id: <200107031638.JAA11998@cepheus.utsglobal.com>
20396              
20397              Replace #11113 with a better version.
20398      Branch: perl
20399            ! perl.h
20400 ____________________________________________________________________________
20401 [ 11123] By: jhi                                   on 2001/07/03  16:04:49
20402         Log: Subject: Re: POINTERRIGOR
20403              From: Andy Dougherty <doughera@lafayette.edu>
20404              Date: Tue, 3 Jul 2001 11:49:28 -0400 (EDT)
20405              Message-ID: <Pine.SOL.4.10.10107031040030.1982-100000@maxwell.phys.lafayette.edu>
20406      Branch: perl
20407            ! util.c
20408 ____________________________________________________________________________
20409 [ 11122] By: jhi                                   on 2001/07/03  16:03:31
20410         Log: Subject: Re: [PATCH @11016] Fixes compile errors in four files
20411              From: "Philip Newton" <pnewton@gmx.de>
20412              Date: Tue, 3 Jul 2001 17:03:34 +0200
20413              Message-ID: <3B41FAE6.29564.660E117@localhost>
20414      Branch: perl
20415            ! pp_hot.c
20416 ____________________________________________________________________________
20417 [ 11121] By: jhi                                   on 2001/07/03  13:26:08
20418         Log: Typos.
20419      Branch: perl
20420            ! INSTALL
20421 ____________________________________________________________________________
20422 [ 11120] By: jhi                                   on 2001/07/03  11:34:47
20423         Log: Subject: [PATCH 5.6.1] debugger fixes
20424              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20425              Date: Tue, 3 Jul 2001 03:38:18 -0400
20426              Message-ID: <20010703033818.A16788@math.ohio-state.edu>
20427              
20428              The $^S is working again.
20429      Branch: perl
20430            ! lib/perl5db.pl
20431 ____________________________________________________________________________
20432 [ 11119] By: jhi                                   on 2001/07/03  11:33:27
20433         Log: Subject: Re: [PATCH 5.6.1] OS/2 improvements
20434              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20435              Date: Tue, 3 Jul 2001 03:34:06 -0400
20436              Message-ID: <20010703033406.A16776@math.ohio-state.edu>
20437      Branch: perl
20438            ! os2/OS2/Process/Process.pm
20439 ____________________________________________________________________________
20440 [ 11118] By: jhi                                   on 2001/07/03  11:29:54
20441         Log: Subject: [PATCH bleadperl] Bad lishp in change 11084
20442              From: "Philip Newton" <Philip.Newton@gmx.net>
20443              Date: Tue, 3 Jul 2001 09:11:27 +0200
20444              Message-Id: <200107030706.KAA04596@taas.iki.fi>
20445      Branch: perl
20446            ! lib/FindBin.pm
20447 ____________________________________________________________________________
20448 [ 11117] By: jhi                                   on 2001/07/03  11:25:14
20449         Log: Delta delta.
20450      Branch: perl
20451            ! pod/perl572delta.pod
20452 ____________________________________________________________________________
20453 [ 11116] By: jhi                                   on 2001/07/02  23:06:50
20454         Log: Metaconfig unit change for 11115.
20455      Branch: metaconfig
20456            ! U/modified/libc.U
20457 ____________________________________________________________________________
20458 [ 11115] By: jhi                                   on 2001/07/02  23:06:27
20459         Log: Whitespace allowed at the ends of /lib/syscalls.exp lines
20460              (from Richard Hatch) (this was the cause of pipes() and
20461              times() myeteriously not being found)
20462      Branch: perl
20463            ! Configure
20464 ____________________________________________________________________________
20465 [ 11114] By: jhi                                   on 2001/07/02  22:58:41
20466         Log: Retract #10142, the real culprit found by Richard Hatch,
20467              coming soon to Configure near you.
20468      Branch: perl
20469            ! hints/aix.sh
20470 ____________________________________________________________________________
20471 [ 11113] By: jhi                                   on 2001/07/02  22:56:09
20472         Log: (Replaced by #11124) UTS workaround from Hal Morris.
20473      Branch: perl
20474            ! perl.h
20475 ____________________________________________________________________________
20476 [ 11112] By: jhi                                   on 2001/07/02  22:53:29
20477         Log: Subject: [PATCH] grok not grocking correctly
20478              From: Nicholas Clark <nick@ccl4.org>
20479              Date: Tue, 3 Jul 2001 00:19:08 +0100
20480              Message-ID: <20010703001908.H59620@plum.flirble.org>
20481      Branch: perl
20482            ! numeric.c
20483 ____________________________________________________________________________
20484 [ 11111] By: jhi                                   on 2001/07/02  22:48:42
20485         Log: Subject: [PATCH Deparse.t] test just-posted patches
20486              From: Robin Houston <robin@kitsite.com>
20487              Date: Mon, 2 Jul 2001 23:46:15 +0100
20488              Message-Id: <E15HCUN-0000Rh-00.2001-07-02-23-48-19@mail18.svr.pol.co.uk>
20489      Branch: perl
20490            ! ext/B/Deparse.t
20491 ____________________________________________________________________________
20492 [ 11110] By: jhi                                   on 2001/07/02  22:27:10
20493         Log: Subject: [PATCH toke.c] autosplit into @F
20494              From: Robin Houston <robin@kitsite.com>
20495              Date: Mon, 2 Jul 2001 23:18:20 +0100
20496              Message-Id: <E15HC3M-0007jL-00.2001-07-02-23-20-24@mail18.svr.pol.co.uk>
20497      Branch: perl
20498            ! perl.c toke.c
20499 ____________________________________________________________________________
20500 [ 11109] By: jhi                                   on 2001/07/02  22:25:03
20501         Log: Subject: [PATCH B::Deparse] hash key auto-quoting
20502              From: Robin Houston <robin@kitsite.com>
20503              Date: Mon, 2 Jul 2001 23:00:48 +0100
20504              Message-Id: <E15HBmR-0006mc-00.2001-07-02-23-02-55@mail18.svr.pol.co.uk>
20505      Branch: perl
20506            ! ext/B/B/Deparse.pm
20507 ____________________________________________________________________________
20508 [ 11108] By: jhi                                   on 2001/07/02  19:21:18
20509         Log: Subject: Re: [PATCH perlsnap] '-' !~ /\w/
20510              From: "Philip Newton" <Philip.Newton@gmx.net>
20511              Date: Mon, 2 Jul 2001 22:06:22 +0200
20512              (no Message-Id)
20513      Branch: perl
20514            ! ext/NDBM_File/hints/linux.pl
20515 ____________________________________________________________________________
20516 [ 11107] By: jhi                                   on 2001/07/02  19:19:25
20517         Log: Subject: Re: Fixed pack problem - sort of
20518              From: Nicholas Clark <nick@ccl4.org>
20519              Date: Mon, 2 Jul 2001 20:59:20 +0100
20520              Message-ID: <20010702205919.F59620@plum.flirble.org>
20521      Branch: perl
20522            ! pp_pack.c t/op/pack.t
20523 ____________________________________________________________________________
20524 [ 11106] By: jhi                                   on 2001/07/02  19:18:28
20525         Log: Subject: Re: [PATCH 5.6.1] OS/2 cwd
20526              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20527              Date: Mon, 2 Jul 2001 15:45:41 -0400
20528              Message-ID: <20010702154541.B24295@math.ohio-state.edu>
20529      Branch: perl
20530            ! os2/os2.c
20531 ____________________________________________________________________________
20532 [ 11105] By: jhi                                   on 2001/07/02  19:17:27
20533         Log: (Mistaken retraction)
20534      Branch: perl
20535            ! utils/pl2pm.PL
20536 ____________________________________________________________________________
20537 [ 11104] By: jhi                                   on 2001/07/02  18:56:15
20538         Log: Detypo in #11103.
20539      Branch: perl
20540            ! utils/pl2pm.PL
20541 ____________________________________________________________________________
20542 [ 11103] By: jhi                                   on 2001/07/02  18:54:53
20543         Log: Subject: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
20544              From: Jonathan Stowe <gellyfish@gellyfish.com>
20545              Date: Mon, 2 Jul 2001 19:17:21 +0100 (BST)
20546              Message-ID: <Pine.LNX.4.33.0107021904530.7401-100000@orpheus.gellyfish.com>
20547      Branch: perl
20548            ! utils/pl2pm.PL
20549 ____________________________________________________________________________
20550 [ 11102] By: jhi                                   on 2001/07/02  18:16:09
20551         Log: Subject: [PATCH perl@11059] UCD.pm: if at first you don't succeed, croak?
20552              From: "Craig A. Berry" <craigberry@mac.com>
20553              Date: Mon, 02 Jul 2001 14:11:23 -0500
20554              Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01>
20555      Branch: perl
20556            ! lib/Unicode/UCD.pm
20557 ____________________________________________________________________________
20558 [ 11101] By: jhi                                   on 2001/07/02  18:14:51
20559         Log: Subject: [PATCH] Re: op/numconvert.t failures
20560              From: Nicholas Clark <nick@ccl4.org>
20561              Date: Mon, 2 Jul 2001 20:10:48 +0100
20562              Message-ID: <20010702201048.E59620@plum.flirble.org>
20563      Branch: perl
20564            ! t/op/numconvert.t
20565 ____________________________________________________________________________
20566 [ 11100] By: jhi                                   on 2001/07/02  17:51:44
20567         Log: Update Changes.
20568      Branch: perl
20569            ! Changes patchlevel.h
20570 ____________________________________________________________________________
20571 [ 11099] By: jhi                                   on 2001/07/02  17:46:31
20572         Log: Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
20573              The real fix must be more involved.  The line of code all the leaky
20574              call stacks seem to go through is op.c:2949, the PmopSTASH_set()
20575              line of Perl_newPMOP().
20576      Branch: perl
20577            ! op.h
20578 ____________________________________________________________________________
20579 [ 11098] By: jhi                                   on 2001/07/02  17:37:44
20580         Log: Based on
20581              
20582              Subject: Re: sizeof(struct sembuf)
20583              From: Nicholas Clark <nick@ccl4.org>
20584              Date: Sun, 1 Jul 2001 22:26:48 +0100
20585              Message-ID: <20010701222648.W59620@plum.flirble.org>
20586              
20587              but do semop() always the slow way.
20588      Branch: perl
20589            ! doio.c
20590 ____________________________________________________________________________
20591 [ 11097] By: jhi                                   on 2001/07/02  17:22:14
20592         Log: Subject: [PATCH] Encode/Tcl.t, for esc-seq encodings
20593              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
20594              Date: Tue, 03 Jul 2001 00:56:30 +0900
20595              Message-Id: <20010703005600.2225.BQW10602@nifty.com>
20596      Branch: perl
20597            ! ext/Encode/Encode/Tcl.t
20598 ____________________________________________________________________________
20599 [ 11096] By: jhi                                   on 2001/07/02  17:11:24
20600         Log: Subject: [PATCH] Encode/Tcl.pm, continuous sequences
20601              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
20602              Date: Tue, 03 Jul 2001 00:55:46 +0900
20603              Message-Id: <20010703005516.2222.BQW10602@nifty.com>
20604      Branch: perl
20605            ! ext/Encode/Encode/Tcl.pm
20606 ____________________________________________________________________________
20607 [ 11095] By: jhi                                   on 2001/07/02  17:07:14
20608         Log: Regen api and toc.
20609      Branch: perl
20610            ! pod/perlapi.pod pod/perltoc.pod
20611 ____________________________________________________________________________
20612 [ 11094] By: jhi                                   on 2001/07/02  16:29:42
20613         Log: Metaconfig unit change for #11093.
20614      Branch: metaconfig/U/perl
20615            ! d_fcntl_can_lock.U
20616 ____________________________________________________________________________
20617 [ 11093] By: jhi                                   on 2001/07/02  16:28:56
20618         Log: The fcntl locking test may hang if NFS locking messed up;
20619              break out with alarm(10).
20620      Branch: perl
20621            ! Configure
20622 ____________________________________________________________________________
20623 [ 11092] By: jhi                                   on 2001/07/02  14:11:31
20624         Log: Move the mdelete.bat from win32/bin to win32.
20625      Branch: perl
20626            ! MANIFEST
20627 ____________________________________________________________________________
20628 [ 11091] By: jhi                                   on 2001/07/02  14:10:01
20629         Log: Typo in #11083.
20630      Branch: perl
20631            ! ext/Time/Piece/Piece.t
20632 ____________________________________________________________________________
20633 [ 11090] By: jhi                                   on 2001/07/02  13:36:58
20634         Log: Netware tweaks from Guruprasad.
20635      Branch: perl
20636            - NetWare/perlsdio.h
20637            ! MANIFEST NetWare/Makefile NetWare/interface.c
20638            ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.h
20639            ! perlsdio.h
20640 ____________________________________________________________________________
20641 [ 11089] By: jhi                                   on 2001/07/02  13:25:40
20642         Log: Subject: Re: [PATH] shared -> unique;
20643              From: Abhijit Menon-Sen <ams@wiw.org>
20644              Date: Wed, 27 Jun 2001 03:51:27 +0530
20645              Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org>
20646      Branch: perl
20647            ! dump.c gv.c gv.h op.c pp_sys.c sv.c toke.c xsutils.c
20648 ____________________________________________________________________________
20649 [ 11088] By: jhi                                   on 2001/07/02  13:24:27
20650         Log: Subject: Re: AIX / gcc-3.0
20651              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20652              Date: Mon, 02 Jul 2001 15:20:21 +0200
20653              Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl>
20654      Branch: perl
20655            ! hints/aix.sh
20656 ____________________________________________________________________________
20657 [ 11087] By: jhi                                   on 2001/07/02  13:23:21
20658         Log: Subject: Re: Bug report: split splits on wrong pattern
20659              From: Abhijit Menon-Sen <ams@wiw.org>
20660              Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org>
20661              Date: Mon, 2 Jul 2001 16:31:33 +0530
20662      Branch: perl
20663            ! pp_ctl.c
20664 ____________________________________________________________________________
20665 [ 11086] By: jhi                                   on 2001/07/02  13:22:30
20666         Log: Subject: [PATCH 5.6.1] test harness
20667              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20668              Date: Mon, 2 Jul 2001 06:29:21 -0400
20669              Message-ID: <20010702062921.A1810@math.ohio-state.edu>
20670      Branch: perl
20671            ! lib/Test/Harness.pm
20672 ____________________________________________________________________________
20673 [ 11085] By: jhi                                   on 2001/07/02  13:21:39
20674         Log: Subject: [PATCH 5.6.1] debugger goof
20675              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20676              Date: Mon, 2 Jul 2001 06:27:22 -0400
20677              Message-ID: <20010702062722.A1746@math.ohio-state.edu>
20678      Branch: perl
20679            ! lib/perl5db.pl
20680 ____________________________________________________________________________
20681 [ 11084] By: jhi                                   on 2001/07/02  13:20:50
20682         Log: Subject: [PATCH 5.6.1] OS/2 cwd
20683              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20684              Date: Mon, 2 Jul 2001 06:21:17 -0400
20685              Message-ID: <20010702062117.A1401@math.ohio-state.edu>
20686      Branch: perl
20687            ! lib/Cwd.pm lib/File/Find/taint.t lib/FindBin.pm os2/os2.c
20688 ____________________________________________________________________________
20689 [ 11083] By: jhi                                   on 2001/07/02  13:19:18
20690         Log: Make #11082 more OS/2-specific.
20691      Branch: perl
20692            ! ext/Time/Piece/Piece.t
20693 ____________________________________________________________________________
20694 [ 11082] By: jhi                                   on 2001/07/02  13:14:36
20695         Log: Subject: [PATCH 5.6.1] OS/2 gmtime()
20696              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20697              Date: Mon, 2 Jul 2001 06:06:34 -0400
20698              Message-ID: <20010702060634.A1356@math.ohio-state.edu>
20699      Branch: perl
20700            ! ext/Time/Piece/Piece.t
20701 ____________________________________________________________________________
20702 [ 11081] By: jhi                                   on 2001/07/02  13:13:08
20703         Log: Subject: [PATCH B::Deparse] version number & changes
20704              From: Robin Houston <robin@kitsite.com>  
20705              Date: Sun, 1 Jul 2001 17:17:29 +0100
20706              Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk>
20707      Branch: perl
20708            ! ext/B/B/Deparse.pm
20709 ____________________________________________________________________________
20710 [ 11080] By: jhi                                   on 2001/07/02  13:11:48
20711         Log: Subject: a small fix.
20712              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
20713              Date: Mon, 2 Jul 2001 12:17:53 +0200
20714              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U>
20715      Branch: perl
20716            ! ext/Thread/Thread.xs
20717 ____________________________________________________________________________
20718 [ 11079] By: jhi                                   on 2001/07/02  13:10:39
20719         Log: Subject: RE: perl@10907
20720              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
20721              Date: Mon, 2 Jul 2001 12:06:16 +0200
20722              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
20723              
20724              Borland C vs PerlIO.
20725      Branch: perl
20726            ! win32/config.bc win32/config_H.bc
20727 ____________________________________________________________________________
20728 [ 11078] By: jhi                                   on 2001/07/02  13:03:44
20729         Log: Subject: [PATCH] Report /pro/3gl/CPAN/perl-5.7.1
20730              From: "H.M. Brand" <merijn@l1.procura.nl>
20731              Date: Mon, 02 Jul 2001 11:18:57 +0200
20732              Message-Id: <20010702100811.4999.MERIJN@l1.procura.nl>
20733      Branch: perl
20734            ! t/op/write.t
20735 ____________________________________________________________________________
20736 [ 11077] By: jhi                                   on 2001/07/02  12:58:27
20737         Log: Subject: [PATCH] Deleting ext/util/mkbootstrap
20738              From: Michael G Schwern <schwern@pobox.com>
20739              Date: Mon, 2 Jul 2001 00:26:24 -0400
20740              Message-ID: <20010702002624.A18302@blackrider>
20741      Branch: perl
20742            - ext/util/mkbootstrap
20743 ____________________________________________________________________________
20744 [ 11076] By: jhi                                   on 2001/07/02  12:56:20
20745         Log: Subject: [PATCH op.h] v minor comment tweak
20746              From: Robin Houston <robin@puffinry.freeserve.co.uk>
20747              Date: Mon, 2 Jul 2001 00:42:01 +0100
20748              Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk>
20749      Branch: perl
20750            ! op.h
20751 ____________________________________________________________________________
20752 [ 11075] By: jhi                                   on 2001/07/02  12:53:48
20753         Log: SysV IPC semops use native shorts, not forced-to-16-bit-shorts.
20754      Branch: perl
20755            ! pod/perlfunc.pod
20756 ____________________________________________________________________________
20757 [ 11074] By: jhi                                   on 2001/07/02  12:52:28
20758         Log: Subject: Re: sizeof(struct sembuf)
20759              From: Nicholas Clark <nick@ccl4.org>
20760              Date: Sun, 1 Jul 2001 19:23:16 +0100
20761              Message-ID: <20010701192316.V59620@plum.flirble.org>
20762              
20763              s/signaling/signalling/
20764      Branch: perl
20765            ! pod/perlfunc.pod
20766 ____________________________________________________________________________
20767 [ 11073] By: jhi                                   on 2001/07/02  12:49:51
20768         Log: Subject: [PATCH perlsnap] Suggestion for mnemonic for $^N
20769              From: "Philip Newton" <Philip.Newton@gmx.net>
20770              Date: Sun, 1 Jul 2001 09:37:56 +0200
20771              Message-Id: <200107010733.KAA03920@taas.iki.fi>
20772      Branch: perl
20773            ! pod/perlvar.pod
20774 ____________________________________________________________________________
20775 [ 11072] By: jhi                                   on 2001/07/02  12:48:03
20776         Log: Subject: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/
20777              From: "Philip Newton" <Philip.Newton@gmx.net>
20778              Date: Sun, 1 Jul 2001 09:37:56 +0200
20779              Message-Id: <200107010733.KAA03925@taas.iki.fi>
20780      Branch: perl
20781            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
20782 ____________________________________________________________________________
20783 [ 11071] By: jhi                                   on 2001/07/02  12:45:12
20784         Log: Metaconfig unit change for #11070.
20785      Branch: metaconfig
20786            ! U/compline/randfunc.U
20787 ____________________________________________________________________________
20788 [ 11070] By: jhi                                   on 2001/07/02  12:43:58
20789         Log: Subject: [PATCH perlsnap] its --> it's --> its
20790              From: "Philip Newton" <Philip.Newton@gmx.net>
20791              Date: Sun, 1 Jul 2001 09:37:56 +0200
20792              Message-Id: <200107010733.KAA03914@taas.iki.fi>
20793      Branch: perl
20794            ! Porting/config_H
20795 ____________________________________________________________________________
20796 [ 11069] By: jhi                                   on 2001/07/02  12:01:52
20797         Log: Sync with Sarathy; integrate with perlio.
20798      Branch: perl
20799           !> gv.c
20800 ____________________________________________________________________________
20801 [ 11068] By: gsar                                  on 2001/07/02  08:07:54
20802         Log: regenerate win32/config_H.?c files
20803      Branch: perl
20804            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
20805 ____________________________________________________________________________
20806 [ 11067] By: gsar                                  on 2001/07/02  08:03:55
20807         Log: rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
20808              naming discipline
20809              
20810              win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
20811              because of this)
20812              
20813              fix a warning about "fd" being used without being set in Cwd.xs
20814      Branch: perl
20815            ! embed.h embed.pl ext/Cwd/Cwd.xs ext/POSIX/POSIX.t
20816            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
20817            ! pod/perlapi.pod proto.h util.c win32/config.bc win32/config.gc
20818            ! win32/config.vc
20819 ____________________________________________________________________________
20820 [ 11066] By: gsar                                  on 2001/07/02  07:12:10
20821         Log: win32 fixes: fix various syntax errors ("no preprocessor directives
20822              within macro arguments") and warnings ("unary minus applied to
20823              unsigned type", among others)
20824      Branch: perl
20825            ! gv.c hv.c op.c pp.c sv.c toke.c
20826 ____________________________________________________________________________
20827 [ 11065] By: gsar                                  on 2001/07/02  06:26:22
20828         Log: win32 fixes: more spurious CRs
20829      Branch: perl
20830            ! win32/mdelete.bat
20831 ____________________________________________________________________________
20832 [ 11064] By: gsar                                  on 2001/07/02  06:25:22
20833         Log: win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat
20834              from win32/bin (or it gets deleted by distclean); don't delete
20835              lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on
20836              NT (should be made Win9x specific, and added to makefile.mk)
20837      Branch: perl
20838           +> win32/mdelete.bat
20839            - win32/bin/mdelete.bat
20840            ! win32/Makefile win32/makefile.mk
20841 ____________________________________________________________________________
20842 [ 11063] By: nick                                  on 2001/07/01  18:54:09
20843         Log: Quick for for #ifdef mess
20844      Branch: perlio
20845            ! gv.c
20846 ____________________________________________________________________________
20847 [ 11062] By: nick                                  on 2001/07/01  18:47:42
20848         Log: Raw integrate - does not build #if mess in gv.c
20849      Branch: perlio
20850           !> (integrate 29 files)
20851 ____________________________________________________________________________
20852 [ 11061] By: jhi                                   on 2001/07/01  15:20:38
20853         Log: Make 'compile' target a little less broken.
20854              Still very broken, though: -Wall warnings from
20855              the generated code, boot_Foo prototypes missing,
20856              can't autoload Fcntl::SEEK_CUR et alia, ...
20857      Branch: perl
20858            ! ext/B/B/C.pm pod/Makefile.SH t/TEST utils/Makefile
20859            ! utils/perlcc.PL x2p/Makefile.SH
20860 ____________________________________________________________________________
20861 [ 11060] By: jhi                                   on 2001/07/01  14:04:20
20862         Log: Upgrade to Storable 1.0.12, from Raphael Manfredi.
20863      Branch: perl
20864            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
20865            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
20866 ____________________________________________________________________________
20867 [ 11059] By: jhi                                   on 2001/07/01  05:02:59
20868         Log: Update Changes.
20869      Branch: perl
20870            ! Changes patchlevel.h
20871 ____________________________________________________________________________
20872 [ 11058] By: jhi                                   on 2001/07/01  04:57:05
20873         Log: Still one typo, regen toc.
20874      Branch: perl
20875            ! lib/Unicode/UCD.pm pod/perltoc.pod
20876 ____________________________________________________________________________
20877 [ 11057] By: jhi                                   on 2001/07/01  04:54:35
20878         Log: Detypos and regen toc.
20879      Branch: perl
20880            ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
20881 ____________________________________________________________________________
20882 [ 11056] By: jhi                                   on 2001/07/01  04:26:08
20883         Log: VERSION tweak.
20884      Branch: perl
20885            ! ext/List/Util/lib/List/Util.pm
20886 ____________________________________________________________________________
20887 [ 11055] By: jhi                                   on 2001/06/30  22:18:37
20888         Log: Attempt at plugging the leak under ithreads detected by Doug.
20889      Branch: perl
20890            ! op.h
20891 ____________________________________________________________________________
20892 [ 11054] By: jhi                                   on 2001/06/30  21:33:29
20893         Log: gcc -Wall lint after #11051.
20894      Branch: perl
20895            ! pp_sys.c
20896 ____________________________________________________________________________
20897 [ 11053] By: jhi                                   on 2001/06/30  21:13:55
20898         Log: Integrate perlio.
20899      Branch: perl
20900           !> lib/File/Find/taint.t
20901 ____________________________________________________________________________
20902 [ 11052] By: jhi                                   on 2001/06/30  21:07:38
20903         Log: Don't use the v-strings for module VERSIONs.
20904      Branch: perl
20905            ! lib/Unicode/UCD.pm
20906 ____________________________________________________________________________
20907 [ 11051] By: jhi                                   on 2001/06/30  20:59:57
20908         Log: Code cleanup based on turning off the -woffs in IRIX.
20909              Not all of the gripes cleaned up (hairy code in hv.c and
20910              regcomp.c; unused newsp, gimme, and optype from cop.h macros;
20911              unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
20912              to the IRIX hints)
20913      Branch: perl
20914            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs
20915            ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs
20916            ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c
20917            ! regcomp.c sv.c
20918 ____________________________________________________________________________
20919 [ 11050] By: nick                                  on 2001/06/30  20:46:46
20920         Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
20921      Branch: perlio
20922            ! lib/File/Find/taint.t
20923 ____________________________________________________________________________
20924 [ 11049] By: nick                                  on 2001/06/30  18:13:33
20925         Log: Integrate mainline
20926      Branch: perlio
20927           +> NetWare/nwstdio.h NetWare/perlsdio.h
20928           +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
20929           +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm
20930           +> lib/Unicode/UCD.t t/run/exit.t
20931           !> (integrate 60 files)
20932 ____________________________________________________________________________
20933 [ 11048] By: jhi                                   on 2001/06/30  16:23:39
20934         Log: Delta delta.
20935      Branch: perl
20936            ! pod/perl572delta.pod
20937 ____________________________________________________________________________
20938 [ 11047] By: jhi                                   on 2001/06/30  16:03:40
20939         Log: More VERSION tuning: to avoid unnecessary Perl upgrades
20940              by CPAN.pm, use rather _00.
20941      Branch: perl
20942            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm
20943            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
20944            ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm
20945            ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
20946            ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm
20947            ! lib/ExtUtils/Embed.pm lib/Test.pm
20948 ____________________________________________________________________________
20949 [ 11046] By: jhi                                   on 2001/06/30  15:53:22
20950         Log: Add a simple Unicode character database interface, Unicode::UCD.
20951      Branch: perl
20952            + lib/Unicode/UCD.pm lib/Unicode/UCD.t
20953            ! MANIFEST
20954 ____________________________________________________________________________
20955 [ 11045] By: jhi                                   on 2001/06/30  13:42:37
20956         Log: Subject: [PATCH] op/numconver.t
20957              From: Nicholas Clark <nick@ccl4.org>
20958              Date: Sat, 30 Jun 2001 15:40:10 +0100
20959              Message-ID: <20010630154010.I59620@plum.flirble.org>
20960      Branch: perl
20961            ! t/op/numconvert.t
20962 ____________________________________________________________________________
20963 [ 11044] By: jhi                                   on 2001/06/30  13:29:25
20964         Log: The $^N is now taken (by #11038).
20965      Branch: perl
20966            ! t/base/lex.t
20967 ____________________________________________________________________________
20968 [ 11043] By: jhi                                   on 2001/06/30  13:15:59
20969         Log: The #11040 had slipped to a wrong function...
20970      Branch: perl
20971            ! sv.c
20972 ____________________________________________________________________________
20973 [ 11042] By: jhi                                   on 2001/06/30  13:08:25
20974         Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
20975              the Configure library symbol probe mysteriously finds all
20976              symbols but those of pipe() and times().
20977      Branch: perl
20978            ! hints/aix.sh
20979 ____________________________________________________________________________
20980 [ 11041] By: jhi                                   on 2001/06/30  13:01:25
20981         Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00)
20982              From: Nicholas Clark <nick@ccl4.org>
20983              Date: Fri, 29 Jun 2001 23:49:07 +0100
20984              Message-ID: <20010629234907.D59620@plum.flirble.org>
20985      Branch: perl
20986            ! lib/ExtUtils.t
20987 ____________________________________________________________________________
20988 [ 11040] By: jhi                                   on 2001/06/30  13:00:24
20989         Log: Subject: [PATCH] weakref fix 2, not yet there
20990              From: Artur Bergman <artur@contiller.se>
20991              Date: Sat, 30 Jun 2001 01:18:16 +0200
20992              Message-ID: <B762D957.1CC9%artur@contiller.se>
20993      Branch: perl
20994            ! sv.c
20995 ____________________________________________________________________________
20996 [ 11039] By: jhi                                   on 2001/06/30  12:59:25
20997         Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes.
20998              From: Michael G Schwern <schwern@pobox.com>
20999              Date: Fri, 29 Jun 2001 19:39:11 -0400
21000              Message-ID: <20010629193910.D25304@blackrider>
21001      Branch: perl
21002            + t/run/exit.t
21003            ! MANIFEST
21004 ____________________________________________________________________________
21005 [ 11038] By: jhi                                   on 2001/06/30  12:58:16
21006         Log: Add support for $^N, the most-recently closed group.
21007      Branch: perl
21008            ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod
21009            ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t
21010            ! thrdvar.h
21011 ____________________________________________________________________________
21012 [ 11037] By: jhi                                   on 2001/06/30  12:53:40
21013         Log: Subject: [ID 20010630.001] Editorial nits in README.solaris
21014              From: lvirden@cas.org
21015              Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
21016              Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>
21017              
21018              Subject: [ID 20010630.002] Another editorial tweak to README.solaris
21019              From: lvirden@cas.org
21020              Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
21021              Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>
21022      Branch: perl
21023            ! README.solaris
21024 ____________________________________________________________________________
21025 [ 11036] By: jhi                                   on 2001/06/30  12:51:45
21026         Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding
21027              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
21028              Date: Sat, 30 Jun 2001 07:33:37 +0900
21029              Message-Id: <20010630073226.7C79.BQW10602@nifty.com>
21030              
21031              Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
21032              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
21033              Date: Sat, 30 Jun 2001 21:38:14 +0900
21034              Message-Id: <20010630213554.F67A.BQW10602@nifty.com>
21035      Branch: perl
21036            + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
21037            + ext/Encode/Encode/7bit-kr.enc
21038            ! MANIFEST ext/Encode/Encode/Tcl.pm
21039 ____________________________________________________________________________
21040 [ 11035] By: jhi                                   on 2001/06/30  12:44:51
21041         Log: NetWare tweaks from Guruprasad.
21042      Branch: perl
21043            + NetWare/nwstdio.h NetWare/perlsdio.h
21044            ! MANIFEST NetWare/Makefile NetWare/config.wc
21045            ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h
21046            ! NetWare/t/Readme.txt
21047 ____________________________________________________________________________
21048 [ 11034] By: jhi                                   on 2001/06/29  23:28:16
21049         Log: More module $VERSION bump-ups.
21050      Branch: perl
21051            ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm
21052            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm
21053            ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm
21054 ____________________________________________________________________________
21055 [ 11033] By: jhi                                   on 2001/06/29  21:25:23
21056         Log: Doc update due to #11032.
21057      Branch: perl
21058            ! pod/perl572delta.pod
21059 ____________________________________________________________________________
21060 [ 11032] By: jhi                                   on 2001/06/29  21:19:44
21061         Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX
21062              From: Peter Prymmer <pvhp@forte.com>
21063              Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT)
21064              Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com>
21065      Branch: perl
21066            ! ext/Time/HiRes/HiRes.xs
21067 ____________________________________________________________________________
21068 [ 11031] By: jhi                                   on 2001/06/29  14:31:53
21069         Log: -lpthreads missing in AIX.
21070      Branch: perl
21071            ! hints/aix.sh
21072 ____________________________________________________________________________
21073 [ 11030] By: jhi                                   on 2001/06/29  14:08:12
21074         Log: Subject: [PATCH] CLONE && weakrefs
21075              From: Artur Bergman <artur@contiller.se>
21076              Date: Fri, 29 Jun 2001 17:02:00 +0200
21077              Message-ID: <B7626508.1CA0%artur@contiller.se>
21078      Branch: perl
21079            ! sv.c
21080 ____________________________________________________________________________
21081 [ 11029] By: jhi                                   on 2001/06/29  14:06:50
21082         Log: Subject: Re: Bug report: split splits on wrong pattern
21083              From: Radu Greab <radu@netsoft.ro>
21084              Date: Wed, 27 Jun 2001 21:50:52 +0300
21085              Message-ID: <15162.11020.279064.471031@ix.netsoft.ro>
21086      Branch: perl
21087            ! pp_ctl.c t/op/split.t
21088 ____________________________________________________________________________
21089 [ 11028] By: jhi                                   on 2001/06/29  13:47:38
21090         Log: Metaconfig unit change for #11027.
21091      Branch: metaconfig/U/perl
21092            ! d_modfl.U
21093 ____________________________________________________________________________
21094 [ 11027] By: jhi                                   on 2001/06/29  13:47:03
21095         Log: I thought this Configure glitch for AIX was just recently fixed?
21096      Branch: perl
21097            ! Configure
21098 ____________________________________________________________________________
21099 [ 11026] By: jhi                                   on 2001/06/29  13:14:07
21100         Log: Update Changes.
21101      Branch: perl
21102            ! Changes patchlevel.h
21103 ____________________________________________________________________________
21104 [ 11025] By: jhi                                   on 2001/06/29  13:07:57
21105         Log: Subject: Re: perl@10967, File::Find, and Cwd
21106              From: Mike Guy <mjtg@cam.ac.uk>
21107              Date: Fri, 29 Jun 2001 14:56:49 +0100
21108              Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk>
21109      Branch: perl
21110            ! lib/File/Find/taint.t
21111 ____________________________________________________________________________
21112 [ 11024] By: jhi                                   on 2001/06/29  12:39:23
21113         Log: Update the sv_pvprintify() spec.
21114      Branch: perl
21115            ! pod/perltodo.pod
21116 ____________________________________________________________________________
21117 [ 11023] By: jhi                                   on 2001/06/29  12:33:33
21118         Log: Known test failures update.
21119      Branch: perl
21120            ! pod/perl572delta.pod
21121 ____________________________________________________________________________
21122 [ 11022] By: jhi                                   on 2001/06/29  12:24:32
21123         Log: Based on
21124              
21125              Subject: [PATCH @11016] More );) fixes
21126              From: Richard Soderberg <rs@crystalflame.net>
21127              Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT)
21128              Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com> 
21129      Branch: perl
21130            ! ext/Thread/Thread.xs ext/Thread/typemap
21131 ____________________________________________________________________________
21132 [ 11021] By: jhi                                   on 2001/06/29  12:21:51
21133         Log: Subject: [PATCH @11016] Fixes compile errors in four files
21134              From: Richard Soderberg <rs@crystalflame.net>
21135              Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT)
21136              Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
21137      Branch: perl
21138            ! mg.c pp.c pp_hot.c util.c
21139 ____________________________________________________________________________
21140 [ 11020] By: jhi                                   on 2001/06/29  12:05:54
21141         Log: AIX hints tweaking continues, from Merijn Brand.
21142      Branch: perl
21143            ! hints/aix.sh
21144 ____________________________________________________________________________
21145 [ 11019] By: jhi                                   on 2001/06/29  12:05:10
21146         Log: HP-UX needs gccversion sooner, from Merijn Brand.
21147      Branch: perl
21148            ! hints/hpux.sh
21149 ____________________________________________________________________________
21150 [ 11018] By: jhi                                   on 2001/06/29  11:52:31
21151         Log: Subject: [PATCH 5.6.1] OS/2 docs
21152              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21153              Date: Fri, 29 Jun 2001 02:34:12 -0400
21154              Message-ID: <20010629023412.A6033@math.ohio-state.edu>
21155      Branch: perl
21156            ! README.os2 os2/Changes
21157 ____________________________________________________________________________
21158 [ 11017] By: nick                                  on 2001/06/29  10:20:30
21159         Log: Integrate mainline
21160      Branch: perlio
21161           +> (branch 37 files)
21162            - ext/ODBM_File/sdbm.t
21163           !> (integrate 211 files)
21164 ____________________________________________________________________________
21165 [ 11016] By: jhi                                   on 2001/06/29  03:38:56
21166         Log: Bump up the VERSIONs of modules that have changed since 5.6.0,
21167              the modules found using a script written by Larry Schatzer Jr.
21168      Branch: perl
21169            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
21170            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
21171            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
21172            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
21173            ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm
21174            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
21175            ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm
21176            ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm
21177            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm
21178            ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm
21179            ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm
21180            ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
21181            ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm
21182            ! lib/constant.pm lib/fields.pm lib/strict.pm
21183 ____________________________________________________________________________
21184 [ 11015] By: jhi                                   on 2001/06/29  02:55:58
21185         Log: The latest JPL from the anoncvs.
21186      Branch: perl
21187            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
21188 ____________________________________________________________________________
21189 [ 11014] By: jhi                                   on 2001/06/29  02:16:55
21190         Log: In EBCDIC assume UTF-EBCDIC, not UTF-8.
21191      Branch: perl
21192            ! t/op/pat.t
21193 ____________________________________________________________________________
21194 [ 11013] By: jhi                                   on 2001/06/28  23:14:53
21195         Log: Worrying about insecure directories now is a bit too late.
21196      Branch: perl
21197            ! lib/File/Find/taint.t
21198 ____________________________________________________________________________
21199 [ 11012] By: jhi                                   on 2001/06/28  21:36:36
21200         Log: Cannot DIE() in a void function,
21201              from Richard Hatch <rhatch@austin.ibm.com>.
21202      Branch: perl
21203            ! ext/IPC/SysV/SysV.xs
21204 ____________________________________________________________________________
21205 [ 11011] By: jhi                                   on 2001/06/28  19:32:13
21206         Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX
21207              From: Peter Prymmer <pvhp@forte.com>
21208              Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT)
21209              Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com>
21210              
21211              (unfinished: time/hires tests 3, 5, 14 failing, but better
21212              than wholesale failure)
21213      Branch: perl
21214            ! ext/Time/HiRes/HiRes.xs
21215 ____________________________________________________________________________
21216 [ 11010] By: jhi                                   on 2001/06/28  19:10:54
21217         Log: Subject: [PATCH 5.6.1] OS/2 improvements
21218              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21219              Date: Thu, 28 Jun 2001 16:03:14 -0400
21220              Message-ID: <20010628160314.A17906@math.ohio-state.edu>
21221      Branch: perl
21222            + os2/os2_base.t
21223            ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs
21224            ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
21225            ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c
21226            ! os2/os2ish.h
21227 ____________________________________________________________________________
21228 [ 11009] By: jhi                                   on 2001/06/28  18:54:14
21229         Log: Subject: Incrementing Extutils::Manifest's $VERSION
21230              From: Michael G Schwern <schwern@pobox.com>
21231              Date: Thu, 28 Jun 2001 13:13:49 -0400
21232              Message-ID: <20010628131349.A14738@blackrider>
21233      Branch: maint-5.6/perl
21234            ! lib/ExtUtils/Manifest.pm
21235 ____________________________________________________________________________
21236 [ 11008] By: jhi                                   on 2001/06/28  18:52:20
21237         Log: AIX tweak from Merijn Brand.
21238      Branch: perl
21239            ! hints/aix.sh
21240 ____________________________________________________________________________
21241 [ 11007] By: jhi                                   on 2001/06/28  17:46:27
21242         Log: Create the macperl branch.
21243      Branch: maint-5.6/macperl
21244           +> (branch 1728 files)
21245 ____________________________________________________________________________
21246 [ 11006] By: jhi                                   on 2001/06/28  14:46:21
21247         Log: Update Changes.
21248      Branch: perl
21249            ! Changes patchlevel.h
21250 ____________________________________________________________________________
21251 [ 11005] By: jhi                                   on 2001/06/28  14:40:11
21252         Log: More Perforce lore.
21253      Branch: perl
21254            ! Porting/repository.pod
21255 ____________________________________________________________________________
21256 [ 11004] By: jhi                                   on 2001/06/28  14:12:50
21257         Log: Metaconfig unit changes for #11003.
21258      Branch: metaconfig/U/perl
21259            + d_nl_langinfo.U i_langinfo.U
21260 ____________________________________________________________________________
21261 [ 11003] By: jhi                                   on 2001/06/28  14:12:27
21262         Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
21263              Expected not to exist in non-UNIX excepting in VMS, where
21264              according to a quick web survey they just might.
21265      Branch: perl
21266            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
21267            ! Porting/config_H config_h.SH configure.com epoc/config.sh
21268            ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
21269            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
21270            ! win32/config.bc win32/config.gc win32/config.vc
21271 ____________________________________________________________________________
21272 [ 11002] By: jhi                                   on 2001/06/28  13:39:11
21273         Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
21274              in AIX is one is doing a 64-bit build.
21275      Branch: perl
21276            ! hints/aix.sh
21277 ____________________________________________________________________________
21278 [ 11001] By: jhi                                   on 2001/06/28  13:28:37
21279         Log: Metaconfig unit changes for #11000.
21280      Branch: metaconfig/U/perl
21281            ! use64bits.U uselfs.U
21282 ____________________________________________________________________________
21283 [ 11000] By: jhi                                   on 2001/06/28  13:21:16
21284         Log: Move use64bitint and use64bitall before uselargefiles.
21285      Branch: perl
21286            ! Configure
21287 ____________________________________________________________________________
21288 [ 10999] By: jhi                                   on 2001/06/28  03:49:07
21289         Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
21290              From: Robert Spier <rspier@pobox.com>
21291              Message-ID: <15162.41164.618712.841415@rls.cx>
21292              Date: Wed, 27 Jun 2001 23:13:16 -0400
21293      Branch: perl
21294            ! doio.c
21295 ____________________________________________________________________________
21296 [ 10998] By: jhi                                   on 2001/06/28  03:42:57
21297         Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
21298              From: Peter Prymmer <pvhp@forte.com>
21299              Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
21300              Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
21301      Branch: perl
21302            ! numeric.c
21303 ____________________________________________________________________________
21304 [ 10997] By: jhi                                   on 2001/06/28  03:42:12
21305         Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
21306              From: Peter Prymmer <pvhp@forte.com>
21307              Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
21308              Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
21309      Branch: perl
21310            ! configure.com ext/Digest/MD5/Makefile.PL
21311 ____________________________________________________________________________
21312 [ 10996] By: jhi                                   on 2001/06/27  20:34:11
21313         Log: Update Changes.
21314      Branch: perl
21315            ! Changes patchlevel.h
21316 ____________________________________________________________________________
21317 [ 10995] By: jhi                                   on 2001/06/27  20:06:28
21318         Log: Tiny EPOC updates.
21319      Branch: perl
21320            ! epoc/config.sh
21321 ____________________________________________________________________________
21322 [ 10994] By: jhi                                   on 2001/06/27  19:55:16
21323         Log: The Test::More and Test::Simple tests required help
21324              thanks to our schizophrenic test scheme.
21325      Branch: perl
21326            ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
21327            ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
21328            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
21329            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
21330            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
21331 ____________________________________________________________________________
21332 [ 10993] By: jhi                                   on 2001/06/27  17:17:30
21333         Log: Upgrade to Test::Simple 0.09.
21334      Branch: perl
21335            + lib/Test/Simple/Changes
21336            ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
21337            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
21338            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
21339            ! lib/Test/Simple/t/plan_is_noplan.t
21340 ____________________________________________________________________________
21341 [ 10992] By: jhi                                   on 2001/06/27  17:11:28
21342         Log: Upgrade to Test::More 0.07.
21343      Branch: perl
21344            + lib/Test/More/Changes
21345            ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
21346            ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
21347            ! lib/Test/More/t/skipall.t
21348 ____________________________________________________________________________
21349 [ 10991] By: jhi                                   on 2001/06/27  17:04:13
21350         Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
21351              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21352              Date: Wed, 27 Jun 2001 18:40:04 +0200
21353              Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
21354      Branch: perl
21355            ! hints/hpux.sh
21356 ____________________________________________________________________________
21357 [ 10990] By: jhi                                   on 2001/06/27  17:02:55
21358         Log: Subject: [PATCH README.qnx hints/qnx.sh]
21359              From: Norton Allen <allen@huarp.harvard.edu>
21360              Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
21361              Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
21362      Branch: perl
21363            ! README.qnx hints/qnx.sh
21364 ____________________________________________________________________________
21365 [ 10989] By: jhi                                   on 2001/06/27  14:33:53
21366         Log: Subject: [PATCH] two little documentation nits
21367              From: Abhijit Menon-Sen <ams@wiw.org>
21368              Date: Wed, 27 Jun 2001 20:07:50 +0530
21369              Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
21370      Branch: perl
21371            ! sv.c sv.h
21372 ____________________________________________________________________________
21373 [ 10988] By: jhi                                   on 2001/06/27  13:33:32
21374         Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
21375              From: Norton Allen <allen@huarp.harvard.edu>
21376              Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
21377              Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
21378      Branch: perl
21379            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
21380 ____________________________________________________________________________
21381 [ 10987] By: jhi                                   on 2001/06/27  12:14:36
21382         Log: Subject: [PATCH vms/test.com] Adding TODO tests (was:  Re: a report on perl@10930 results on a couple of Alphas)
21383              From: Michael G Schwern <schwern@pobox.com>
21384              Date: Wed, 27 Jun 2001 02:34:58 -0400
21385              Message-ID: <20010627023458.K23874@blackrider>
21386      Branch: perl
21387            ! vms/test.com
21388 ____________________________________________________________________________
21389 [ 10986] By: jhi                                   on 2001/06/27  12:01:49
21390         Log: Add perl_clone_host() for Netware.
21391      Branch: perl
21392            ! NetWare/nw5.c
21393 ____________________________________________________________________________
21394 [ 10985] By: jhi                                   on 2001/06/27  11:56:53
21395         Log: GCC 3.0 hints for HP-UX.
21396      Branch: perl
21397            ! hints/hpux.sh
21398 ____________________________________________________________________________
21399 [ 10984] By: jhi                                   on 2001/06/27  11:55:06
21400         Log: In some Linux distributions the libndbm is broken
21401              (no null key support), therefore link with libgdbm
21402              (if available), since it has a working ndbm emulation,
21403              from Jonathan Stowe.
21404      Branch: perl
21405            + ext/NDBM_File/hints/linux.pl
21406            ! MANIFEST
21407 ____________________________________________________________________________
21408 [ 10983] By: jhi                                   on 2001/06/27  11:48:56
21409         Log: Subject: [PATCH perl@10930] find.t hack for VMS
21410              From: "Craig A. Berry" <craigberry@mac.com>
21411              Date: Tue, 26 Jun 2001 23:40:25 -0500
21412              Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
21413      Branch: perl
21414            ! lib/File/Find/find.t
21415 ____________________________________________________________________________
21416 [ 10982] By: jhi                                   on 2001/06/27  11:47:30
21417         Log: AUTHORS updates.
21418      Branch: perl
21419            ! AUTHORS
21420 ____________________________________________________________________________
21421 [ 10981] By: jhi                                   on 2001/06/27  11:46:02
21422         Log: Metaconfig unit change like #10980.
21423      Branch: metaconfig
21424            ! U/compline/d_stdstdio.U
21425 ____________________________________________________________________________
21426 [ 10980] By: jhi                                   on 2001/06/27  11:45:29
21427         Log: "lose the it's", from Abhijit Menon-Sen.
21428              ("It's" not searched, pods not searched.)
21429      Branch: perl
21430            ! Porting/Glossary Porting/config_H README.qnx config_h.SH
21431            ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
21432            ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
21433            ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
21434            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
21435            ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
21436 ____________________________________________________________________________
21437 [ 10979] By: jhi                                   on 2001/06/27  11:36:40
21438         Log: "lose the looses", from Abhijit Menon-Sen.
21439      Branch: perl
21440            ! ext/B/B/Assembler.pm gv.c
21441 ____________________________________________________________________________
21442 [ 10978] By: jhi                                   on 2001/06/27  11:35:38
21443         Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
21444      Branch: perl
21445            ! hints/os390.sh
21446 ____________________________________________________________________________
21447 [ 10977] By: jhi                                   on 2001/06/27  11:33:28
21448         Log: DEC C 5.3 on the VAX simply doesn't seem to like
21449              compiling the MD5 extension, disable it there for now,
21450              from Peter Prymmer.
21451      Branch: perl
21452            ! configure.com
21453 ____________________________________________________________________________
21454 [ 10976] By: jhi                                   on 2001/06/26  21:35:40
21455         Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
21456              From: Jonathan Stowe <gellyfish@gellyfish.com>
21457              Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
21458              Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
21459      Branch: perl
21460            ! pod/perlfaq3.pod
21461 ____________________________________________________________________________
21462 [ 10975] By: jhi                                   on 2001/06/26  21:32:41
21463         Log: Subject: [PATCH 5.6.1] perlxs misprints
21464              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21465              Date: Tue, 26 Jun 2001 17:20:00 -0400
21466              Message-ID: <20010626172000.A26951@math.ohio-state.edu>
21467      Branch: perl
21468            ! pod/perlxs.pod
21469 ____________________________________________________________________________
21470 [ 10974] By: jhi                                   on 2001/06/26  21:31:51
21471         Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
21472              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21473              Date: Tue, 26 Jun 2001 17:27:07 -0400
21474              Message-ID: <20010626172707.A27097@math.ohio-state.edu>
21475      Branch: perl
21476            ! lib/ExtUtils/MM_Unix.pm
21477 ____________________________________________________________________________
21478 [ 10973] By: jhi                                   on 2001/06/26  21:27:05
21479         Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
21480              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21481              Date: Tue, 26 Jun 2001 17:23:24 -0400
21482              Message-ID: <20010626172324.A27003@math.ohio-state.edu>
21483      Branch: perl
21484            ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
21485 ____________________________________________________________________________
21486 [ 10972] By: jhi                                   on 2001/06/26  20:27:19
21487         Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
21488              by Olaf Flebbe.
21489      Branch: perl
21490            ! perl.h
21491 ____________________________________________________________________________
21492 [ 10971] By: jhi                                   on 2001/06/26  19:59:41
21493         Log: Detypo.
21494      Branch: perl
21495            ! lib/Memoize/t/tie_sdbm.t
21496 ____________________________________________________________________________
21497 [ 10970] By: jhi                                   on 2001/06/26  19:10:19
21498         Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
21499      Branch: perl
21500            ! win32/perllib.c
21501 ____________________________________________________________________________
21502 [ 10969] By: jhi                                   on 2001/06/26  17:21:31
21503         Log: Subject: [patch] perl_clone+CvFILE
21504              From: Doug MacEachern <dougm@covalent.net>
21505              Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
21506              Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
21507      Branch: perl
21508            ! sv.c
21509 ____________________________________________________________________________
21510 [ 10968] By: jhi                                   on 2001/06/26  16:48:32
21511         Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
21512              From: Mark-Jason Dominus <mjd@plover.com>
21513              Date: Tue, 26 Jun 2001 12:33:01 -0400
21514              Message-ID: <20010626163301.31298.qmail@plover.com>
21515      Branch: perl
21516            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
21517 ____________________________________________________________________________
21518 [ 10967] By: jhi                                   on 2001/06/26  14:21:49
21519         Log: Update Changes.
21520      Branch: perl
21521            ! Changes patchlevel.h
21522 ____________________________________________________________________________
21523 [ 10966] By: jhi                                   on 2001/06/26  14:08:34
21524         Log: Also catfile() needs now to explicitly exported.
21525      Branch: perl
21526            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
21527 ____________________________________________________________________________
21528 [ 10965] By: jhi                                   on 2001/06/26  13:57:54
21529         Log: Regen toc.
21530      Branch: perl
21531            ! pod/perltoc.pod
21532 ____________________________________________________________________________
21533 [ 10964] By: jhi                                   on 2001/06/26  13:56:11
21534         Log: Nonexistent pod command.
21535      Branch: perl
21536            ! pod/perl572delta.pod
21537 ____________________________________________________________________________
21538 [ 10963] By: jhi                                   on 2001/06/26  13:50:53
21539         Log: Be more portable in the quest for tmpdir.
21540      Branch: perl
21541            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
21542 ____________________________________________________________________________
21543 [ 10962] By: jhi                                   on 2001/06/26  13:43:51
21544         Log: Be more portable in finding out the home directory,
21545              and use File::Spec to do the concat.
21546              (Come to think of it, couldn't File::Spec provide
21547              for a ->homedir method?)
21548      Branch: perl
21549            ! lib/Net/Config.pm
21550 ____________________________________________________________________________
21551 [ 10961] By: jhi                                   on 2001/06/26  13:37:30
21552         Log: Doc patch for #10959.
21553      Branch: perl
21554            ! pod/perlfunc.pod
21555 ____________________________________________________________________________
21556 [ 10960] By: jhi                                   on 2001/06/26  13:33:07
21557         Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
21558              From: "Philip Newton" <pnewton@gmx.de>
21559              Date: Tue, 26 Jun 2001 16:26:47 +0200
21560              Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
21561      Branch: perl
21562            ! pod/perldata.pod
21563 ____________________________________________________________________________
21564 [ 10959] By: jhi                                   on 2001/06/26  13:31:57
21565         Log: Subject: [PATH] shared -> unique;
21566              From: "Artur Bergman" <artur@contiller.se>
21567              Date: Tue, 26 Jun 2001 16:18:40 +0200
21568              Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
21569              
21570              Because "shared" isn't: it's read-only.
21571      Branch: perl
21572            ! toke.c xsutils.c
21573 ____________________________________________________________________________
21574 [ 10958] By: jhi                                   on 2001/06/26  13:28:27
21575         Log: Escape multiline croak messages.
21576      Branch: perl
21577            ! t/op/ver.t
21578 ____________________________________________________________________________
21579 [ 10957] By: jhi                                   on 2001/06/26  13:18:34
21580         Log: No more pragma/*.t for minitest.
21581      Branch: perl
21582            ! Makefile.SH
21583 ____________________________________________________________________________
21584 [ 10956] By: jhi                                   on 2001/06/26  13:18:00
21585         Log: AUTHORS updates.
21586      Branch: perl
21587            ! AUTHORS
21588 ____________________________________________________________________________
21589 [ 10955] By: jhi                                   on 2001/06/26  13:17:05
21590         Log: delta updates.
21591      Branch: perl
21592            ! pod/perl572delta.pod
21593 ____________________________________________________________________________
21594 [ 10954] By: jhi                                   on 2001/06/26  12:36:07
21595         Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
21596              From: Artur Bergman <artur@contiller.se> 
21597              Date: Tue, 26 Jun 2001 15:32:53 +0200
21598              Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
21599      Branch: perl
21600            ! makedef.pl sv.c sv.h win32/perllib.c
21601 ____________________________________________________________________________
21602 [ 10953] By: jhi                                   on 2001/06/26  12:33:55
21603         Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
21604              From: Jonathan Stowe <gellyfish@gellyfish.com>
21605              Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
21606              Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
21607              
21608              SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
21609      Branch: perl
21610            + ext/Time/HiRes/hints/sco.pl
21611            ! MANIFEST
21612 ____________________________________________________________________________
21613 [ 10952] By: jhi                                   on 2001/06/26  11:57:44
21614         Log: Subject: [PATCH 5.6.1] static build
21615              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21616              Date: Tue, 26 Jun 2001 04:22:25 -0400
21617              Message-ID: <20010626042225.A2604@math.ohio-state.edu>
21618      Branch: perl
21619            ! ext/List/Util/Makefile.PL lib/ExtUtils.t
21620            ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
21621 ____________________________________________________________________________
21622 [ 10951] By: jhi                                   on 2001/06/26  11:55:59
21623         Log: DJGPP patches from Laszlo Molnar.
21624      Branch: perl
21625            ! djgpp/djgpp.c perl.c util.c
21626 ____________________________________________________________________________
21627 [ 10950] By: jhi                                   on 2001/06/26  11:54:32
21628         Log: Netware patches from Ananth Kesari.
21629      Branch: perl
21630            ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c
21631            ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h
21632            ! NetWare/nwtinfo.h
21633 ____________________________________________________________________________
21634 [ 10949] By: jhi                                   on 2001/06/26  11:49:09
21635         Log: Detypo.
21636      Branch: perl
21637            ! ext/Errno/Errno_pm.PL
21638 ____________________________________________________________________________
21639 [ 10948] By: jhi                                   on 2001/06/26  03:44:29
21640         Log: There seems to be two ways of spelling the $^O in *STEP.
21641      Branch: perl
21642            ! ext/Errno/Errno_pm.PL
21643 ____________________________________________________________________________
21644 [ 10947] By: jhi                                   on 2001/06/26  03:01:01
21645         Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement
21646              the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>.
21647      Branch: perl
21648            ! ext/Errno/Errno_pm.PL
21649 ____________________________________________________________________________
21650 [ 10946] By: jhi                                   on 2001/06/26  02:50:46
21651         Log: Known bugs update.
21652      Branch: perl
21653            ! pod/perl572delta.pod
21654 ____________________________________________________________________________
21655 [ 10945] By: jhi                                   on 2001/06/26  01:15:39
21656         Log: The default installation of Cygwin has 500 as root's uid.
21657      Branch: perl
21658            ! lib/User/pwent.t
21659 ____________________________________________________________________________
21660 [ 10944] By: jhi                                   on 2001/06/26  01:12:39
21661         Log: Be even more relaxed (re-allow having only one entry).
21662      Branch: perl
21663            ! t/op/grent.t t/op/pwent.t
21664 ____________________________________________________________________________
21665 [ 10943] By: jhi                                   on 2001/06/26  01:03:30
21666         Log: Test failure updates.
21667      Branch: perl
21668            ! pod/perl572delta.pod
21669 ____________________________________________________________________________
21670 [ 10942] By: jhi                                   on 2001/06/25  23:32:05
21671         Log: MPE/iX test tweaks from Mark Bixby.
21672      Branch: perl
21673            ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t
21674            ! t/io/fs.t t/op/stat.t
21675 ____________________________________________________________________________
21676 [ 10941] By: jhi                                   on 2001/06/25  22:18:31
21677         Log: Microperl findings.
21678      Branch: perl
21679            ! perl.h pp_sys.c
21680 ____________________________________________________________________________
21681 [ 10940] By: jhi                                   on 2001/06/25  21:59:29
21682         Log: Touch uconfig.h.
21683      Branch: perl
21684            ! uconfig.h
21685 ____________________________________________________________________________
21686 [ 10939] By: jhi                                   on 2001/06/25  21:32:52
21687         Log: Subject: [PATCH] Proposed fix for Pod::Man
21688              From: Rob Napier <rnapier@employees.org>
21689              Date: Mon, 25 Jun 2001 15:49:24 -0400
21690              Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com>
21691              
21692              Cater for Solaris nroff brokenness (shortchanges daisywheel
21693              printers, but hey, we also no more support PDPs.)
21694      Branch: perl
21695            ! lib/Pod/Man.pm
21696 ____________________________________________________________________________
21697 [ 10938] By: jhi                                   on 2001/06/25  21:14:41
21698         Log: Typo in #10937.
21699      Branch: perl
21700            ! ext/POSIX/sigaction.t
21701 ____________________________________________________________________________
21702 [ 10937] By: jhi                                   on 2001/06/25  19:42:02
21703         Log: SIGCONT not trappable in VMS.
21704      Branch: perl
21705            ! ext/POSIX/sigaction.t
21706 ____________________________________________________________________________
21707 [ 10936] By: jhi                                   on 2001/06/25  19:28:13
21708         Log: Subject: [DRAFT] Encode-Tcl.t
21709              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
21710              Date: Tue, 26 Jun 2001 03:38:08 +0900
21711              Message-Id: <20010626033550.BC35.BQW10602@nifty.com>
21712      Branch: perl
21713            + ext/Encode/Encode/Tcl.t
21714            ! MANIFEST ext/Encode/Encode/Tcl.pm
21715 ____________________________________________________________________________
21716 [ 10935] By: jhi                                   on 2001/06/25  18:40:03
21717         Log: Because of #10932 retract also the perlfunc hunk of #10910.
21718      Branch: perl
21719            ! pod/perlfunc.pod
21720 ____________________________________________________________________________
21721 [ 10934] By: jhi                                   on 2001/06/25  18:27:19
21722         Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested
21723              by Ilya Zakharevich in
21724              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html
21725      Branch: perl
21726            ! XSUB.h
21727 ____________________________________________________________________________
21728 [ 10933] By: jhi                                   on 2001/06/25  18:25:26
21729         Log: Typo in #10889.
21730      Branch: perl
21731            ! hints/uts.sh
21732 ____________________________________________________________________________
21733 [ 10932] By: jhi                                   on 2001/06/25  18:23:30
21734         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
21735              From: Abhijit Menon-Sen <ams@wiw.org>
21736              Date: Mon, 25 Jun 2001 23:45:45 +0530
21737              Message-ID: <20010625234545.A5022@lustre.linux.in>
21738      Branch: perl
21739            ! lib/overload.t opcode.h opcode.pl t/op/flip.t
21740 ____________________________________________________________________________
21741 [ 10931] By: jhi                                   on 2001/06/25  17:50:38
21742         Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ??
21743              From: Michael G Schwern <schwern@pobox.com>
21744              Date: Mon, 25 Jun 2001 14:35:51 -0400
21745              Message-ID: <20010625143551.H13819@blackrider>
21746      Branch: perl
21747            ! lib/Test.pm
21748 ____________________________________________________________________________
21749 [ 10930] By: jhi                                   on 2001/06/25  14:33:46
21750         Log: Update Changes.
21751      Branch: perl
21752            ! Changes patchlevel.h
21753 ____________________________________________________________________________
21754 [ 10929] By: jhi                                   on 2001/06/25  14:17:57
21755         Log: Regen toc and modlib.
21756      Branch: perl
21757            ! pod/perlmodlib.pod pod/perltoc.pod
21758 ____________________________________________________________________________
21759 [ 10928] By: jhi                                   on 2001/06/25  14:13:09
21760         Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C
21761              for the benefit of C++ compilers, as suggested by Guruprasad.
21762      Branch: perl
21763            ! embed.pl proto.h
21764 ____________________________________________________________________________
21765 [ 10927] By: jhi                                   on 2001/06/25  14:11:59
21766         Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction
21767              From: Jonathan Stowe <gellyfish@gellyfish.com>
21768              Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST)
21769              Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com>
21770      Branch: perl
21771            ! pod/perlfaq5.pod
21772 ____________________________________________________________________________
21773 [ 10926] By: jhi                                   on 2001/06/25  14:04:07
21774         Log: Missed from #10925.
21775      Branch: perl
21776            ! gv.c
21777 ____________________________________________________________________________
21778 [ 10925] By: jhi                                   on 2001/06/25  14:00:06
21779         Log: Subject: [PATCH] Re: CvFILE corruption under ithreads
21780              From: Robin Houston <robin@kitsite.com>
21781              Date: Sat, 19 May 2001 16:19:34 +0100
21782              Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk>
21783      Branch: perl
21784            ! cv.h gv.h op.c
21785 ____________________________________________________________________________
21786 [ 10924] By: jhi                                   on 2001/06/25  13:58:18
21787         Log: Netware README tweak.
21788      Branch: perl
21789            ! README.netware
21790 ____________________________________________________________________________
21791 [ 10923] By: jhi                                   on 2001/06/25  13:57:13
21792         Log: Subject: [PATCH] Re: overload.t fails
21793              From: Abhijit Menon-Sen <ams@wiw.org>
21794              Date: Mon, 25 Jun 2001 14:52:20 +0530
21795              Message-ID: <20010625145220.A24114@lustre.linux.in>
21796      Branch: perl
21797            ! lib/overload.t
21798 ____________________________________________________________________________
21799 [ 10922] By: jhi                                   on 2001/06/25  13:56:20
21800         Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
21801              From: Mike Guy <mjtg@cam.ac.uk>
21802              Date: Mon, 25 Jun 2001 11:43:23 +0100
21803              Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk>
21804      Branch: perl
21805            ! lib/Carp.pm
21806 ____________________________________________________________________________
21807 [ 10921] By: jhi                                   on 2001/06/25  13:50:02
21808         Log: Subject: Re: [PATCH 5.6.1] OS2 syslog
21809              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21810              Date: Sun, 24 Jun 2001 05:17:05 -0400
21811              Message-ID: <20010624051704.A27604@math.ohio-state.edu>
21812      Branch: perl
21813            ! os2/os2ish.h
21814 ____________________________________________________________________________
21815 [ 10920] By: jhi                                   on 2001/06/25  13:49:13
21816         Log: Subject: [PATCH 5.6.1] crypt() on OS/2
21817              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21818              Date: Mon, 25 Jun 2001 05:52:27 -0400
21819              Message-ID: <20010625055227.A24635@math.ohio-state.edu>
21820      Branch: perl
21821            ! hints/os2.sh
21822 ____________________________________________________________________________
21823 [ 10919] By: jhi                                   on 2001/06/25  13:48:30
21824         Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken
21825              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21826              Date: Mon, 25 Jun 2001 05:23:35 -0400
21827              Message-ID: <20010625052334.A24320@math.ohio-state.edu>
21828      Branch: perl
21829            ! os2/os2.c
21830 ____________________________________________________________________________
21831 [ 10918] By: jhi                                   on 2001/06/25  13:47:46
21832         Log: Subject: Re: [PATCH 5.6.1] OS2::DLL
21833              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21834              Date: Mon, 25 Jun 2001 05:04:32 -0400
21835              Message-ID: <20010625050432.A24128@math.ohio-state.edu>
21836      Branch: perl
21837            ! os2/OS2/REXX/DLL/DLL.pm
21838 ____________________________________________________________________________
21839 [ 10917] By: jhi                                   on 2001/06/25  13:44:14
21840         Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2
21841              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21842              Date: Mon, 25 Jun 2001 05:02:36 -0400
21843              Message-ID: <20010625050235.A24046@math.ohio-state.edu>
21844      Branch: perl
21845            ! mg.c os2/dl_os2.c os2/os2.c
21846 ____________________________________________________________________________
21847 [ 10916] By: jhi                                   on 2001/06/25  13:41:20
21848         Log: Subject: Re: [PATCH 5.6.1] misprints
21849              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21850              Date: Mon, 25 Jun 2001 04:50:50 -0400
21851              Message-ID: <20010625045049.A23965@math.ohio-state.edu>
21852      Branch: perl
21853            ! os2/os2.c pp_sys.c
21854 ____________________________________________________________________________
21855 [ 10915] By: jhi                                   on 2001/06/25  13:39:59
21856         Log: Add Test::More and Test::Simple to the delta.
21857      Branch: perl
21858            ! pod/perl572delta.pod
21859 ____________________________________________________________________________
21860 [ 10914] By: jhi                                   on 2001/06/25  13:38:08
21861         Log: Add Test::More, from Michael G Schwern.
21862      Branch: perl
21863            + lib/Test/More.pm lib/Test/More/t/More.t
21864            + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
21865            + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
21866            + t/lib/Test/More/Catch.pm
21867            ! MANIFEST
21868 ____________________________________________________________________________
21869 [ 10913] By: jhi                                   on 2001/06/25  13:35:41
21870         Log: Add Test::Simple from Michael G Schwern.
21871      Branch: perl
21872            + lib/Test/Simple.pm lib/Test/Simple/t/exit.t
21873            + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
21874            + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
21875            + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t
21876            + t/lib/Test/Simple/Catch.pm
21877            + t/lib/Test/Simple/sample_tests/death.plx
21878            + t/lib/Test/Simple/sample_tests/death_in_eval.plx
21879            + t/lib/Test/Simple/sample_tests/extras.plx
21880            + t/lib/Test/Simple/sample_tests/five_fail.plx
21881            + t/lib/Test/Simple/sample_tests/last_minute_death.plx
21882            + t/lib/Test/Simple/sample_tests/one_fail.plx
21883            + t/lib/Test/Simple/sample_tests/require.plx
21884            + t/lib/Test/Simple/sample_tests/success.plx
21885            + t/lib/Test/Simple/sample_tests/too_few.plx
21886            + t/lib/Test/Simple/sample_tests/two_fail.plx
21887            ! MANIFEST
21888 ____________________________________________________________________________
21889 [ 10912] By: jhi                                   on 2001/06/25  13:31:57
21890         Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c
21891              From: "Craig A. Berry" <craigberry@mac.com>
21892              Date: Sun, 24 Jun 2001 23:41:36 -0500
21893              Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]>
21894      Branch: perl
21895            ! pp_sys.c
21896 ____________________________________________________________________________
21897 [ 10911] By: jhi                                   on 2001/06/25  13:05:00
21898         Log: Upgrade to Attribute::Handlers 0.70.
21899      Branch: perl
21900            + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
21901            ! MANIFEST lib/Attribute/Handlers.pm
21902 ____________________________________________________________________________
21903 [ 10910] By: jhi                                   on 2001/06/25  00:09:27
21904         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
21905              From: Abhijit Menon-Sen <ams@wiw.org>
21906              Date: Sat, 23 Jun 2001 05:17:44 +0530
21907              Message-ID: <20010623051744.A18583@lustre.linux.in>
21908              
21909              (Can't think of a good place to put tests.)
21910      Branch: perl
21911            ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c
21912 ____________________________________________________________________________
21913 [ 10909] By: jhi                                   on 2001/06/24  23:45:13
21914         Log: Subject: [PATCH] t/op/pat.t typo fix
21915              From: Richard Soderberg <rs@crystalflame.net>
21916              Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT)
21917              Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>
21918      Branch: perl
21919            ! t/op/pat.t
21920 ____________________________________________________________________________
21921 [ 10908] By: jhi                                   on 2001/06/24  22:24:49
21922         Log: Move the pack warnings to their own file, as pointed
21923              out by Spider.
21924      Branch: perl
21925            + t/lib/warnings/pp_pack
21926            ! MANIFEST t/lib/warnings/pp
21927 ____________________________________________________________________________
21928 [ 10907] By: jhi                                   on 2001/06/24  19:55:15
21929         Log: Update Changes.
21930      Branch: perl
21931            ! Changes patchlevel.h
21932 ____________________________________________________________________________
21933 [ 10906] By: jhi                                   on 2001/06/24  19:50:40
21934         Log: Partially fix a problem noticed by IRIX compiler:
21935              the initialization of parse_start was bypassed by
21936              several gotos.  Now initialized to zero, which may
21937              not be the best choice.
21938      Branch: perl
21939            ! regcomp.c
21940 ____________________________________________________________________________
21941 [ 10905] By: jhi                                   on 2001/06/24  19:43:25
21942         Log: Relax the group and password tests back to moaning only
21943              if no matches at all are found.  (Even with a small sample
21944              I could find many sites where there are, umm, anomalies in
21945              the said databases.)       
21946      Branch: perl
21947            ! t/op/grent.t t/op/pwent.t
21948 ____________________________________________________________________________
21949 [ 10904] By: jhi                                   on 2001/06/24  18:45:55
21950         Log: Argh.  How hard it can be to re-apply a patch manually? :-)
21951      Branch: perl
21952            ! pp_ctl.c
21953 ____________________________________________________________________________
21954 [ 10903] By: jhi                                   on 2001/06/24  18:40:52
21955         Log: De-cut-and-pasto in #10902.
21956      Branch: perl
21957            ! pp_ctl.c
21958 ____________________________________________________________________________
21959 [ 10902] By: jhi                                   on 2001/06/24  18:35:18
21960         Log: The #10771 didn't take?
21961      Branch: perl
21962            ! pp_ctl.c
21963 ____________________________________________________________________________
21964 [ 10901] By: jhi                                   on 2001/06/24  18:29:50
21965         Log: Undo the filetests part of #10900, under multiplicity
21966              weird errors take place.
21967      Branch: perl
21968            ! pp_sys.c
21969 ____________________________________________________________________________
21970 [ 10900] By: jhi                                   on 2001/06/24  18:20:36
21971         Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
21972      Branch: perl
21973            ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
21974 ____________________________________________________________________________
21975 [ 10899] By: jhi                                   on 2001/06/24  17:00:34
21976         Log: (Replaced by #10922)
21977              
21978              Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
21979              From: Tony Bowden <tony@kasei.com>
21980              Date: Sun, 24 Jun 2001 17:32:40 +0100
21981              Message-ID: <20010624173240.A16293@blackstar.co.uk>
21982              
21983              Document (well, mention) shortmess() and longmess()
21984              to rob people of their fun of reinventing the weel.
21985      Branch: perl
21986            ! lib/Carp.pm
21987 ____________________________________________________________________________
21988 [ 10898] By: jhi                                   on 2001/06/24  16:51:40
21989         Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
21990              From: Brian Jepson <bjepson@oreilly.com>
21991              Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
21992              Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
21993      Branch: perl
21994            ! pp_sys.c
21995 ____________________________________________________________________________
21996 [ 10897] By: jhi                                   on 2001/06/24  16:38:23
21997         Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
21998              From: Robin Barker <rmb1@cise.npl.co.uk> 
21999              Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
22000              Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
22001      Branch: perl
22002            ! lib/CPAN.pm
22003 ____________________________________________________________________________
22004 [ 10896] By: jhi                                   on 2001/06/24  16:36:32
22005         Log: Memoize patch from mjd.
22006      Branch: perl
22007            ! lib/Memoize/t/tie_storable.t
22008 ____________________________________________________________________________
22009 [ 10895] By: jhi                                   on 2001/06/24  16:33:59
22010         Log: Spec the sv_pvprintify() a bit more.
22011      Branch: perl
22012            ! pod/perltodo.pod
22013 ____________________________________________________________________________
22014 [ 10894] By: jhi                                   on 2001/06/24  14:43:36
22015         Log: Upgrade to Memoize 0.65.
22016      Branch: perl
22017            + lib/Memoize/t/array_confusion.t
22018            ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
22019            ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
22020            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
22021            ! lib/Memoize/README lib/Memoize/SDBM_File.pm
22022            ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
22023            ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
22024            ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
22025            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
22026            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
22027            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
22028            ! lib/Memoize/t/tie_storable.t
22029 ____________________________________________________________________________
22030 [ 10893] By: jhi                                   on 2001/06/24  14:21:09
22031         Log: Metaconfig unit change for #10892.
22032      Branch: metaconfig
22033            ! U/modified/Options.U
22034 ____________________________________________________________________________
22035 [ 10892] By: jhi                                   on 2001/06/24  14:20:38
22036         Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
22037              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22038              Date: Sun, 24 Jun 2001 05:24:40 -0400
22039              Message-ID: <20010624052440.A27698@math.ohio-state.edu>
22040      Branch: perl
22041            ! Configure hints/os2.sh
22042 ____________________________________________________________________________
22043 [ 10891] By: jhi                                   on 2001/06/24  13:50:26
22044         Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of 
22045              From: Mike Guy <mjtg@cam.ac.uk>
22046              Date: Sun, 24 Jun 2001 15:28:39 +0100
22047              Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
22048              
22049              Fix an ancient (5.002) bug.
22050      Branch: perl
22051            ! lib/Carp/Heavy.pm
22052 ____________________________________________________________________________
22053 [ 10890] By: jhi                                   on 2001/06/24  13:44:43
22054         Log: The #10881 was too vigorous in pp_system() in moving 'unused'
22055              variables.
22056      Branch: perl
22057            ! pp_sys.c
22058 ____________________________________________________________________________
22059 [ 10889] By: jhi                                   on 2001/06/24  13:24:00
22060         Log: Make UTS as per #10888.
22061      Branch: perl
22062            ! hints/uts.sh
22063 ____________________________________________________________________________
22064 [ 10888] By: jhi                                   on 2001/06/24  13:21:23
22065         Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
22066      Branch: perl
22067            ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
22068            ! mpeix/mpeixish.h perl.h unixish.h
22069 ____________________________________________________________________________
22070 [ 10887] By: jhi                                   on 2001/06/24  13:15:45
22071         Log: AUTHORS update.
22072      Branch: perl
22073            ! AUTHORS
22074 ____________________________________________________________________________
22075 [ 10886] By: jhi                                   on 2001/06/24  13:14:31
22076         Log: Subject: Encode::Tcl for multibyte doesnot work
22077              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
22078              Date: Sun, 24 Jun 2001 22:48:21 +0900
22079              Message-Id: <20010624223252.6658.BQW10602@nifty.com>
22080      Branch: perl
22081            ! ext/Encode/Encode/Tcl.pm
22082 ____________________________________________________________________________
22083 [ 10885] By: jhi                                   on 2001/06/24  13:12:46
22084         Log: Subject: [PATCH] Remove tautology in error messages
22085              From: Mike Guy <mjtg@cam.ac.uk>
22086              Date: Sun, 24 Jun 2001 13:31:00 +0100
22087              Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
22088      Branch: perl
22089            ! pp_sys.c
22090 ____________________________________________________________________________
22091 [ 10884] By: jhi                                   on 2001/06/24  13:11:36
22092         Log: Darwin needs -traditional-cpp for cppflags to build Errno. 
22093      Branch: perl
22094            ! hints/darwin.sh
22095 ____________________________________________________________________________
22096 [ 10883] By: jhi                                   on 2001/06/24  13:09:55
22097         Log: Subject: Re: [PATCH 5.6.1] test suite
22098              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22099              Date: Sun, 24 Jun 2001 05:47:05 -0400
22100              Message-ID: <20010624054705.A27890@math.ohio-state.edu>
22101              
22102              Test suite fixes.
22103      Branch: perl
22104            ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
22105 ____________________________________________________________________________
22106 [ 10882] By: jhi                                   on 2001/06/24  13:07:46
22107         Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
22108              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22109              Date: Sun, 24 Jun 2001 05:37:19 -0400
22110              Message-ID: <20010624053719.A27866@math.ohio-state.edu>
22111      Branch: perl
22112            ! os2/dl_os2.c os2/os2.c os2/os2ish.h
22113 ____________________________________________________________________________
22114 [ 10881] By: jhi                                   on 2001/06/24  13:05:24
22115         Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
22116              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22117              Date: Sun, 24 Jun 2001 05:34:50 -0400
22118              Message-ID: <20010624053450.A27856@math.ohio-state.edu>
22119              
22120              Pacify compiler warnings.
22121      Branch: perl
22122            ! pp_sys.c
22123 ____________________________________________________________________________
22124 [ 10880] By: jhi                                   on 2001/06/24  13:02:30
22125         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
22126              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22127              Date: Sun, 24 Jun 2001 05:21:18 -0400
22128              Message-ID: <20010624052118.A27615@math.ohio-state.edu>
22129              
22130              Enable compression of executables during link time.
22131      Branch: perl
22132            ! hints/os2.sh
22133 ____________________________________________________________________________
22134 [ 10879] By: jhi                                   on 2001/06/24  13:00:47
22135         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
22136              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22137              Date: Sun, 24 Jun 2001 05:15:11 -0400
22138              Message-ID: <20010624051511.A27544@math.ohio-state.edu>
22139              
22140              Add ordinals to the export list for Perl DLL.
22141              (Breaks intra-version DLL compatibility.)
22142      Branch: perl
22143            ! makedef.pl
22144 ____________________________________________________________________________
22145 [ 10878] By: jhi                                   on 2001/06/24  02:12:04
22146         Log: Allow (displaying and) re-editing the Subject in perlbug.
22147              Also abstract the Subject quality control into a function.
22148      Branch: perl
22149            ! utils/perlbug.PL
22150 ____________________________________________________________________________
22151 [ 10877] By: jhi                                   on 2001/06/24  01:40:53
22152         Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
22153      Branch: perl
22154            ! utils/perlbug.PL
22155 ____________________________________________________________________________
22156 [ 10876] By: jhi                                   on 2001/06/24  01:37:05
22157         Log: Regen toc and modlib.
22158      Branch: perl
22159            ! pod/perlmodlib.pod pod/perltoc.pod
22160 ____________________________________________________________________________
22161 [ 10875] By: jhi                                   on 2001/06/24  01:29:33
22162         Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
22163              by John Peacock.  (Can be 'ntea' which means emulate UNIX file
22164              attribute semantics as much as possible, or 'ntsec' which uses
22165              native NTFS semantics.)  (See also #10877.)
22166      Branch: perl
22167            ! perl.c
22168 ____________________________________________________________________________
22169 [ 10874] By: jhi                                   on 2001/06/23  23:57:28
22170         Log: (Retracted by #11586)
22171              
22172              Hack to get rid of the UNEXPECTEDLY succeeded message for now.
22173      Branch: perl
22174            ! lib/Test/Harness.pm
22175 ____________________________________________________________________________
22176 [ 10873] By: jhi                                   on 2001/06/23  23:36:56
22177         Log: Just zap the -uPerlio.
22178      Branch: perl
22179            ! ext/B/Stash.t
22180 ____________________________________________________________________________
22181 [ 10872] By: jhi                                   on 2001/06/23  21:29:10
22182         Log: Do not test PerlIO if PerlIO not used.
22183      Branch: perl
22184            ! ext/PerlIO/PerlIO.t
22185 ____________________________________________________________________________
22186 [ 10871] By: jhi                                   on 2001/06/23  21:12:49
22187         Log: Regen perlapi.
22188      Branch: perl
22189            ! pod/perlapi.pod
22190 ____________________________________________________________________________
22191 [ 10870] By: jhi                                   on 2001/06/23  21:03:31
22192         Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
22193              From: Nicholas Clark <nick@ccl4.org>
22194              Date: Sat, 23 Jun 2001 22:55:47 +0100
22195              Message-ID: <20010623225547.Z98663@plum.flirble.org>
22196      Branch: perl
22197            ! numeric.c
22198 ____________________________________________________________________________
22199 [ 10869] By: jhi                                   on 2001/06/23  17:13:21
22200         Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
22201              From: Prymmer/Kahn <pvhp@best.com>
22202              Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
22203              Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
22204      Branch: perl
22205            ! lib/h2xs.t
22206 ____________________________________________________________________________
22207 [ 10868] By: jhi                                   on 2001/06/23  16:04:38
22208         Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
22209              cygwin does not taint cwd, just like win32.
22210      Branch: perl
22211            ! lib/File/Find/taint.t t/op/taint.t
22212 ____________________________________________________________________________
22213 [ 10867] By: jhi                                   on 2001/06/23  15:39:15
22214         Log: Retract #10865, the patch should be unnecessary.
22215              (But seemingly helpful in Cygwin?  Strange.)
22216      Branch: perl
22217            ! lib/Memoize/t/tie_ndbm.t
22218 ____________________________________________________________________________
22219 [ 10866] By: jhi                                   on 2001/06/23  15:06:30
22220         Log: Misplaced test file; plus Cygwin filesystem semantics.
22221      Branch: perl
22222            + ext/SDBM_File/sdbm.t
22223            - ext/ODBM_File/sdbm.t
22224            ! MANIFEST
22225 ____________________________________________________________________________
22226 [ 10865] By: jhi                                   on 2001/06/23  15:01:02
22227         Log: (Retracted by #10867.)
22228      Branch: perl
22229            ! lib/Memoize/t/tie_ndbm.t
22230 ____________________________________________________________________________
22231 [ 10864] By: jhi                                   on 2001/06/23  14:25:43
22232         Log: Metaconfig unit change for #10863.
22233      Branch: metaconfig/U/perl
22234            ! Extensions.U
22235 ____________________________________________________________________________
22236 [ 10863] By: jhi                                   on 2001/06/23  14:25:20
22237         Log: In Cygwin do not build NDBM_File and ODBM_File unless
22238              -lndbm and -ldbm are available.
22239      Branch: perl
22240            ! Configure config_h.SH
22241 ____________________________________________________________________________
22242 [ 10862] By: jhi                                   on 2001/06/23  14:02:14
22243         Log: More Cygwin filesystem semantics.
22244      Branch: perl
22245            ! t/io/fs.t t/op/stat.t
22246 ____________________________________________________________________________
22247 [ 10861] By: jhi                                   on 2001/06/23  13:38:00
22248         Log: More DOSish permission semantics for Cygwin.
22249      Branch: perl
22250            ! lib/AnyDBM_File.t
22251 ____________________________________________________________________________
22252 [ 10860] By: jhi                                   on 2001/06/23  13:32:41
22253         Log: Cygwin too has different permission semantics.
22254      Branch: perl
22255            ! ext/GDBM_File/gdbm.t
22256 ____________________________________________________________________________
22257 [ 10859] By: jhi                                   on 2001/06/23  13:30:06
22258         Log: The group (and assumedly passwd) databases can have
22259              only one entry (this is the case in cygwin).
22260      Branch: perl
22261            ! t/op/grent.t t/op/pwent.t
22262 ____________________________________________________________________________
22263 [ 10858] By: jhi                                   on 2001/06/23  13:16:26
22264         Log: Also in Cygwin use Socket to figure out domainname
22265              (if any) (avoids trying to call external 'domainname',
22266              which doesn't at the moment exist in Cygwin)
22267      Branch: perl
22268            ! lib/Net/Domain.pm
22269 ____________________________________________________________________________
22270 [ 10857] By: jhi                                   on 2001/06/23  12:48:32
22271         Log: Remove also the lib$Foo.def, not just $Foo.def.
22272      Branch: perl
22273            ! lib/ExtUtils/MM_Unix.pm
22274 ____________________________________________________________________________
22275 [ 10856] By: jhi                                   on 2001/06/23  12:21:53
22276         Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
22277      Branch: perl
22278            ! unixish.h
22279 ____________________________________________________________________________
22280 [ 10855] By: jhi                                   on 2001/06/23  12:14:15
22281         Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
22282              to match the whole isprint(), only the space character.
22283      Branch: perl
22284            ! handy.h pod/perlre.pod t/op/pat.t
22285 ____________________________________________________________________________
22286 [ 10854] By: nick                                  on 2001/06/23  08:09:33
22287         Log: Integrate mainline
22288      Branch: perlio
22289           !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
22290           !> lib/ExtUtils.t lib/File/Find/taint.t
22291           !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
22292           !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
22293           !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
22294 ____________________________________________________________________________
22295 [ 10853] By: jhi                                   on 2001/06/23  03:48:09
22296         Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
22297              with its floats    in os390 and s390 (UTS).
22298      Branch: perl
22299            ! lib/Math/BigInt/t/bigintpm.t
22300 ____________________________________________________________________________
22301 [ 10852] By: jhi                                   on 2001/06/23  03:38:53
22302         Log: Add also UTS (s390) to the non-IEEE float platforms.
22303      Branch: perl
22304            ! t/op/sprintf.t
22305 ____________________________________________________________________________
22306 [ 10851] By: jhi                                   on 2001/06/23  03:36:04
22307         Log: Subject: RFC: what are applicable standards for exponent sizes?
22308              From: Peter Prymmer <pvhp@forte.com>
22309              Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
22310              Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
22311      Branch: perl
22312            ! t/op/sprintf.t
22313 ____________________________________________________________________________
22314 [ 10850] By: jhi                                   on 2001/06/23  03:29:04
22315         Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
22316              From: Peter Prymmer <pvhp@forte.com>
22317              Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
22318              Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
22319      Branch: perl
22320            ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
22321 ____________________________________________________________________________
22322 [ 10849] By: jhi                                   on 2001/06/23  03:27:21
22323         Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
22324              From: Peter Prymmer <pvhp@forte.com>
22325              Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
22326              Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
22327      Branch: perl
22328            ! lib/ExtUtils.t
22329 ____________________________________________________________________________
22330 [ 10848] By: jhi                                   on 2001/06/22  21:51:31
22331         Log: Retract #10845.
22332      Branch: perl
22333            ! lib/File/Find/taint.t
22334 ____________________________________________________________________________
22335 [ 10847] By: jhi                                   on 2001/06/22  21:50:38
22336         Log: Yet another error message.
22337      Branch: perl
22338            ! t/op/mkdir.t
22339 ____________________________________________________________________________
22340 [ 10846] By: jhi                                   on 2001/06/22  21:48:39
22341         Log: The croak message for nonexistent socket functions may vary.
22342      Branch: perl
22343            ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
22344 ____________________________________________________________________________
22345 [ 10845] By: jhi                                   on 2001/06/22  21:42:38
22346         Log: (Retracted by #10848.)
22347      Branch: perl
22348            ! lib/File/Find/taint.t
22349 ____________________________________________________________________________
22350 [ 10844] By: jhi                                   on 2001/06/22  21:32:58
22351         Log: Integrate perlio.
22352      Branch: perl
22353           !> lib/File/Find/taint.t t/op/write.t
22354 ____________________________________________________________________________
22355 [ 10843] By: nick                                  on 2001/06/22  21:24:51
22356         Log: Back out debug in taint.t
22357      Branch: perlio
22358            ! lib/File/Find/taint.t
22359 ____________________________________________________________________________
22360 [ 10842] By: jhi                                   on 2001/06/22  21:20:02
22361         Log: setitimer() does not exist in Unicos, despite of what
22362              Configure thinks, from Mark P. Lutz.
22363      Branch: perl
22364            ! hints/unicos.sh
22365 ____________________________________________________________________________
22366 [ 10841] By: nick                                  on 2001/06/22  21:19:36
22367         Log: Skip cwd test on Win32 ???
22368      Branch: perlio
22369            ! lib/File/Find/taint.t
22370 ____________________________________________________________________________
22371 [ 10840] By: jhi                                   on 2001/06/22  21:17:34
22372         Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
22373              and Tru64 gcc -Wall happy.
22374      Branch: perl
22375            ! mg.c
22376 ____________________________________________________________________________
22377 [ 10839] By: jhi                                   on 2001/06/22  21:15:32
22378         Log: The packs must be done in native shorts, fix from Mark P. Lutz.
22379      Branch: perl
22380            ! ext/IPC/SysV/Semaphore.pm
22381 ____________________________________________________________________________
22382 [ 10838] By: jhi                                   on 2001/06/22  21:12:02
22383         Log: Metaconfig unit change for #10837.
22384      Branch: metaconfig/U/perl
22385            ! Cross.U
22386 ____________________________________________________________________________
22387 [ 10837] By: jhi                                   on 2001/06/22  21:09:42
22388         Log: Cleanup of the cross-compilation unit.
22389      Branch: perl
22390            ! Configure
22391 ____________________________________________________________________________
22392 [ 10836] By: nick                                  on 2001/06/22  20:45:12
22393         Log: Skip |- based op/write.t on Win32 as well as VMS
22394      Branch: perlio
22395            ! t/op/write.t
22396 ____________________________________________________________________________
22397 [ 10835] By: jhi                                   on 2001/06/22  20:44:20
22398         Log: Integrate perlio.
22399      Branch: perl
22400           !> util.c
22401 ____________________________________________________________________________
22402 [ 10834] By: nick                                  on 2001/06/22  20:41:54
22403         Log: Integrate mainline
22404      Branch: perlio
22405           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
22406           !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
22407           !> vos/config.ga.h
22408 ____________________________________________________________________________
22409 [ 10833] By: nick                                  on 2001/06/22  20:22:58
22410         Log: Patcho fix.
22411      Branch: perlio
22412            ! util.c
22413 ____________________________________________________________________________
22414 [ 10832] By: jhi                                   on 2001/06/22  20:13:02
22415         Log: Metaconfig unit changes for #10831.
22416      Branch: metaconfig
22417            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
22418 ____________________________________________________________________________
22419 [ 10831] By: jhi                                   on 2001/06/22  20:12:29
22420         Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
22421              From: Andy Dougherty <doughera@lafayette.edu>
22422              Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
22423              Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
22424      Branch: perl
22425            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
22426            ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
22427 ____________________________________________________________________________
22428 [ 10830] By: jhi                                   on 2001/06/22  19:50:15
22429         Log: MPE/iX prototype nits from Mark Bixby.
22430      Branch: perl
22431            ! pp_sys.c
22432 ____________________________________________________________________________
22433 [ 10829] By: jhi                                   on 2001/06/22  16:25:16
22434         Log: Detypo.
22435      Branch: perl
22436            ! util.c
22437 ____________________________________________________________________________
22438 [ 10828] By: nick                                  on 2001/06/22  15:33:37
22439         Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
22440      Branch: perlio
22441           +> lib/h2xs.t
22442           !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
22443           !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
22444           !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
22445           !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
22446           !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
22447           !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
22448           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
22449           !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
22450           !> vms/vmsish.h
22451 ____________________________________________________________________________
22452 [ 10827] By: jhi                                   on 2001/06/22  14:15:26
22453         Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
22454              Date: Fri, 22 Jun 2001 10:08:35 -0500
22455              From: "Craig A. Berry" <craigberry@mac.com>
22456              Message-Id: <a05101001b75908704194@[192.168.56.145]>
22457      Branch: perl
22458            ! vms/vms.c vms/vmsish.h
22459 ____________________________________________________________________________
22460 [ 10826] By: jhi                                   on 2001/06/22  13:35:37
22461         Log: NetWare scripts tweak from Ananth Kesari.
22462      Branch: perl
22463            ! NetWare/t/NWScripts.pl
22464 ____________________________________________________________________________
22465 [ 10825] By: jhi                                   on 2001/06/22  13:00:55
22466         Log: Update Changes.
22467      Branch: perl
22468            ! Changes patchlevel.h
22469 ____________________________________________________________________________
22470 [ 10824] By: jhi                                   on 2001/06/22  12:46:56
22471         Log: Add .i and .s targets.
22472      Branch: perl
22473            ! Makefile.SH
22474 ____________________________________________________________________________
22475 [ 10823] By: jhi                                   on 2001/06/22  12:25:20
22476         Log: Upgrade to Locale::Maketext 1.03.
22477      Branch: perl
22478            ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
22479            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
22480 ____________________________________________________________________________
22481 [ 10822] By: jhi                                   on 2001/06/22  12:23:57
22482         Log: Upgrade to I18N::LangTags 0.26.
22483      Branch: perl
22484            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
22485            ! lib/I18N/LangTags/test.pl
22486 ____________________________________________________________________________
22487 [ 10821] By: jhi                                   on 2001/06/22  12:16:41
22488         Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
22489              Philip Newton.
22490      Branch: perl
22491            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
22492            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
22493 ____________________________________________________________________________
22494 [ 10820] By: jhi                                   on 2001/06/22  12:13:37
22495         Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
22496              From: Prymmer/Kahn <pvhp@best.com>
22497              Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
22498              Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
22499      Branch: perl
22500            + lib/h2xs.t
22501            ! MANIFEST utils/h2xs.PL
22502 ____________________________________________________________________________
22503 [ 10819] By: jhi                                   on 2001/06/22  12:11:56
22504         Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
22505              From: Prymmer/Kahn <pvhp@best.com>
22506              Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
22507              Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
22508      Branch: perl
22509            ! lib/ExtUtils.t
22510 ____________________________________________________________________________
22511 [ 10818] By: jhi                                   on 2001/06/22  12:11:08
22512         Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
22513              From: Prymmer/Kahn <pvhp@best.com>
22514              Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
22515              Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
22516      Branch: perl
22517            ! t/pod/plainer.t
22518 ____________________________________________________________________________
22519 [ 10817] By: jhi                                   on 2001/06/22  12:10:05
22520         Log: AUTHORS update.
22521      Branch: perl
22522            ! AUTHORS
22523 ____________________________________________________________________________
22524 [ 10816] By: jhi                                   on 2001/06/22  12:08:24
22525         Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
22526              From: "Craig A. Berry" <craigberry@mac.com>
22527              Date: Thu, 21 Jun 2001 18:20:38 -0500
22528              Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
22529      Branch: perl
22530            ! ext/POSIX/POSIX.xs
22531 ____________________________________________________________________________
22532 [ 10815] By: jhi                                   on 2001/06/22  12:07:19
22533         Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
22534              From: "Craig A. Berry" <craigberry@mac.com>
22535              Date: Thu, 21 Jun 2001 09:58:52 -0500
22536              Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
22537      Branch: perl
22538            ! ext/B/Deparse.t t/op/write.t
22539 ____________________________________________________________________________
22540 [ 10814] By: nick                                  on 2001/06/22  08:13:09
22541         Log: Integrate mainline.
22542      Branch: perlio
22543           !> (integrate 46 files)
22544 ____________________________________________________________________________
22545 [ 10813] By: jhi                                   on 2001/06/22  02:48:58
22546         Log: Change the prefixes only if $prefix is unset,
22547              as originally patched by Marcel Grunauer.
22548      Branch: perl
22549            ! hints/darwin.sh hints/rhapsody.sh
22550 ____________________________________________________________________________
22551 [ 10812] By: jhi                                   on 2001/06/22  02:44:41
22552         Log: Subject: Re: Patch for hints/darwin.sh
22553              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
22554              Date: Thu, 21 Jun 2001 11:23:46 -0700
22555              Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
22556      Branch: perl
22557            ! hints/darwin.sh hints/rhapsody.sh
22558 ____________________________________________________________________________
22559 [ 10811] By: jhi                                   on 2001/06/22  02:34:27
22560         Log: Add .PHONY targets for non-file targets,
22561              from Wilfredo Sánchez.  Should help saying
22562              "make install" on case-insensitive filesystems.
22563      Branch: perl
22564            ! Makefile.SH
22565 ____________________________________________________________________________
22566 [ 10810] By: jhi                                   on 2001/06/22  02:01:23
22567         Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
22568              From: Doug MacEachern <dougm@covalent.net>
22569              Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
22570              Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
22571              
22572              plus reword the getcwd() comment, plus use getcwd() buffer
22573              size minus one.
22574      Branch: perl
22575            ! util.c
22576 ____________________________________________________________________________
22577 [ 10809] By: jhi                                   on 2001/06/22  01:16:58
22578         Log: More gprofing from Doug MacEachern.
22579      Branch: perl
22580            ! Makefile.SH
22581 ____________________________________________________________________________
22582 [ 10808] By: jhi                                   on 2001/06/22  01:15:11
22583         Log: Metaconfig unit change for #10807.
22584      Branch: metaconfig/U/perl
22585            ! d_sfio.U
22586 ____________________________________________________________________________
22587 [ 10807] By: jhi                                   on 2001/06/22  01:14:43
22588         Log: Tell that you are removing the unneeded -lsfio.
22589      Branch: perl
22590            ! Configure
22591 ____________________________________________________________________________
22592 [ 10806] By: jhi                                   on 2001/06/22  01:03:14
22593         Log: More MPE/iX tweaks from Mark Bixby.
22594      Branch: perl
22595            ! perl.c t/op/magic.t
22596 ____________________________________________________________________________
22597 [ 10805] By: jhi                                   on 2001/06/21  22:41:11
22598         Log: The fchdir() proto is supposed to live in <unistd.h>.
22599      Branch: perl
22600            ! ext/Cwd/Cwd.xs
22601 ____________________________________________________________________________
22602 [ 10804] By: jhi                                   on 2001/06/21  22:24:42
22603         Log: This town is too small for the Cwd extension and me,
22604              it would seem...
22605      Branch: perl
22606            ! ext/Cwd/Cwd.xs
22607 ____________________________________________________________________________
22608 [ 10803] By: jhi                                   on 2001/06/21  21:54:00
22609         Log: Metaconfig unit change for #10802.
22610      Branch: metaconfig/U/perl
22611            ! d_modfl.U
22612 ____________________________________________________________________________
22613 [ 10802] By: jhi                                   on 2001/06/21  21:53:37
22614         Log: More d'ohs.
22615      Branch: perl
22616            ! Configure
22617 ____________________________________________________________________________
22618 [ 10801] By: jhi                                   on 2001/06/21  21:38:38
22619         Log: Off-by-one.  I'm so classic.
22620      Branch: perl
22621            ! util.c
22622 ____________________________________________________________________________
22623 [ 10800] By: jhi                                   on 2001/06/21  20:10:19
22624         Log: Update Changes.
22625      Branch: perl
22626            ! Changes patchlevel.h
22627 ____________________________________________________________________________
22628 [ 10799] By: jhi                                   on 2001/06/21  20:03:54
22629         Log: Subject: Documentation patch for Net::FTP
22630              From: Marcel Grunauer <marcel@codewerk.com>
22631              Date: Wed, 20 Jun 2001 23:03:26 +0200
22632              Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
22633      Branch: perl
22634            ! lib/Net/FTP.pm
22635 ____________________________________________________________________________
22636 [ 10798] By: jhi                                   on 2001/06/21  20:01:14
22637         Log: Retract the #10417 mg.c and embed.pl parts because of
22638              strange SEGVs in 64bit x86 FreeBSD observed by
22639              Nicholas Clark.
22640      Branch: perl
22641            ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
22642 ____________________________________________________________________________
22643 [ 10797] By: jhi                                   on 2001/06/21  19:40:34
22644         Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
22645      Branch: perl
22646            ! Configure NetWare/config.wc NetWare/config_H.wc
22647            ! Porting/Glossary Porting/config.sh Porting/config_H
22648            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
22649            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
22650            ! vos/config.ga.h win32/config.bc win32/config.gc
22651            ! win32/config.vc win32/config_H.bc win32/config_H.gc
22652            ! win32/config_H.vc
22653 ____________________________________________________________________________
22654 [ 10796] By: jhi                                   on 2001/06/21  19:08:28
22655         Log: Cwd tweak from Doug MacEachern.
22656      Branch: perl
22657            ! ext/Cwd/Cwd.xs
22658 ____________________________________________________________________________
22659 [ 10795] By: jhi                                   on 2001/06/21  19:03:48
22660         Log: Protect the fchdir() and lstat() with ifdefs.
22661              fchdir() needs a Configure probe.
22662      Branch: perl
22663            ! ext/Cwd/Cwd.xs
22664 ____________________________________________________________________________
22665 [ 10794] By: nick                                  on 2001/06/21  17:11:35
22666         Log: Integrate mainline
22667      Branch: perlio
22668           +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
22669           +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
22670           +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
22671           +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
22672           +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
22673           +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
22674           +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
22675           +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
22676            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
22677            - lib/File/Glob/case.t lib/File/Glob/global.t
22678            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
22679            - lib/File/Temp/posix.t lib/File/Temp/security.t
22680            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
22681            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
22682            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
22683            - lib/Text/Wrap/wrap.t
22684           !> (integrate 41 files)
22685 ____________________________________________________________________________
22686 [ 10793] By: jhi                                   on 2001/06/21  17:01:26
22687         Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
22688              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
22689              Date: Thu, 21 Jun 2001 13:04:54 -0500
22690              Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
22691      Branch: perl
22692            ! ext/Cwd/Cwd.xs
22693 ____________________________________________________________________________
22694 [ 10792] By: jhi                                   on 2001/06/21  16:13:57
22695         Log: Subject: [PATCH pod] overlong =item
22696              From: Robin Barker <rmb1@cise.npl.co.uk>
22697              Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
22698              Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
22699      Branch: perl
22700            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
22701            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
22702 ____________________________________________________________________________
22703 [ 10791] By: jhi                                   on 2001/06/21  16:10:51
22704         Log: Subject: [PATCH perlio.c] format 
22705              From: Robin Barker <rmb1@cise.npl.co.uk>
22706              Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
22707              Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
22708      Branch: perl
22709            ! perlio.c
22710 ____________________________________________________________________________
22711 [ 10790] By: jhi                                   on 2001/06/21  15:52:04
22712         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
22713              From: Radu Greab <radu@netsoft.ro>
22714              Date: Thu, 21 Jun 2001 19:06:02 +0300
22715              Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
22716      Branch: perl
22717            ! pod/perlapi.pod sv.c
22718 ____________________________________________________________________________
22719 [ 10789] By: jhi                                   on 2001/06/21  14:48:25
22720         Log: The metaconfig unit changes for #10788.
22721      Branch: metaconfig/U/perl
22722            ! Cross.U fflushall.U
22723 ____________________________________________________________________________
22724 [ 10788] By: jhi                                   on 2001/06/21  14:47:48
22725         Log: Cross-configuration changes: make $from to rm the files
22726              before copying them over (this means that he rm can be
22727              removed from the fflushall test), create $targetmkdir      
22728              (not documented in install since it is supposed to internal
22729              use only), make $run to copy over the executable only if
22730              a stamp file .xok doesn't already exist (to avoid unnecessary
22731              copying of the executable)
22732      Branch: perl
22733            ! Configure Makefile.SH
22734 ____________________________________________________________________________
22735 [ 10787] By: nick                                  on 2001/06/21  14:16:18
22736         Log: Integrate mainline
22737      Branch: perlio
22738           +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
22739           +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
22740           +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
22741            - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
22742           !> (integrate 34 files)
22743 ____________________________________________________________________________
22744 [ 10786] By: jhi                                   on 2001/06/21  13:59:32
22745         Log: Re-add the files as text.
22746      Branch: perl
22747            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
22748 ____________________________________________________________________________
22749 [ 10785] By: jhi                                   on 2001/06/21  13:57:55
22750         Log: Delete the binary files.
22751      Branch: perl
22752            - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
22753 ____________________________________________________________________________
22754 [ 10784] By: jhi                                   on 2001/06/21  13:49:47
22755         Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
22756              From: Andy Dougherty <doughera@lafayette.edu>
22757              Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
22758              Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
22759      Branch: perl
22760            ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
22761            ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
22762            ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
22763            ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
22764 ____________________________________________________________________________
22765 [ 10783] By: jhi                                   on 2001/06/21  13:46:50
22766         Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
22767              From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
22768              Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST) 
22769              Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
22770              
22771              Setting umask to something friendlier.
22772      Branch: perl
22773            ! installman installperl
22774 ____________________________________________________________________________
22775 [ 10782] By: jhi                                   on 2001/06/21  13:42:17
22776         Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
22777              Resort MANIFEST with sort -f, looks much better.
22778      Branch: perl
22779            + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
22780            + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
22781            + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
22782            + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
22783            + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
22784            + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
22785            + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
22786            + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
22787            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
22788            - lib/File/Glob/case.t lib/File/Glob/global.t
22789            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
22790            - lib/File/Temp/posix.t lib/File/Temp/security.t
22791            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
22792            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
22793            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
22794            - lib/Text/Wrap/wrap.t
22795            ! MANIFEST
22796 ____________________________________________________________________________
22797 [ 10781] By: jhi                                   on 2001/06/21  13:16:04
22798         Log: Upgrade to I18N::LangTags 0.25.
22799      Branch: perl
22800            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
22801            ! lib/I18N/LangTags/List.pm
22802 ____________________________________________________________________________
22803 [ 10780] By: jhi                                   on 2001/06/21  13:12:54
22804         Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
22805              From: Richard Soderberg <rs@crystalflame.net>
22806              Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
22807              Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
22808      Branch: perl
22809            ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
22810            ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
22811 ____________________________________________________________________________
22812 [ 10779] By: jhi                                   on 2001/06/21  12:59:57
22813         Log: Test obsoleted by change #10777.
22814      Branch: perl
22815            ! t/op/sub_lval.t
22816 ____________________________________________________________________________
22817 [ 10778] By: jhi                                   on 2001/06/21  12:52:37
22818         Log: Case of confused test numbering.
22819      Branch: perl
22820            ! t/op/pat.t
22821 ____________________________________________________________________________
22822 [ 10777] By: jhi                                   on 2001/06/21  12:30:57
22823         Log: Subject: Re: Opinion on undef lvalue
22824              From: Abhijit Menon-Sen <ams@wiw.org>
22825              Date: Sun, 17 Jun 2001 13:04:46 +0530
22826              Message-ID: <20010617130446.B27925@lustre.linux.in>
22827              
22828              Allow lvalue subs to return undef in array context.
22829      Branch: perl
22830            ! pp_hot.c
22831 ____________________________________________________________________________
22832 [ 10776] By: jhi                                   on 2001/06/21  12:27:48
22833         Log: Just a guess that using the same hack for cygwin as
22834              for win32 might help.
22835      Branch: perl
22836            ! lib/File/Find/find.t
22837 ____________________________________________________________________________
22838 [ 10775] By: jhi                                   on 2001/06/21  12:25:58
22839         Log: NetWare tweaks from Guruprasad.
22840      Branch: perl
22841            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
22842            ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
22843            ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
22844            ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
22845 ____________________________________________________________________________
22846 [ 10774] By: jhi                                   on 2001/06/21  12:21:17
22847         Log: Subject: Re: perl@10722: Bogus warnings on REs 
22848              From: Hugo <hv@crypt.compulink.co.uk>
22849              Date: Thu, 21 Jun 2001 09:51:17 +0100
22850              Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
22851              
22852              Unroll to avoid a UTS compiler bug.
22853      Branch: perl
22854            ! regcomp.c
22855 ____________________________________________________________________________
22856 [ 10773] By: jhi                                   on 2001/06/21  12:13:13
22857         Log: Subject: Re: [PATCH] Make /o work under i?threads
22858              From: Artur Bergman <artur@contiller.se>
22859              Date: Thu, 21 Jun 2001 14:38:03 +0200
22860              Message-ID: <B757B74A.184D%artur@contiller.se>
22861      Branch: perl
22862            ! t/op/pat.t
22863 ____________________________________________________________________________
22864 [ 10772] By: jhi                                   on 2001/06/21  12:12:23
22865         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
22866              From: Artur Bergman <artur@contiller.se> 
22867              Date: Thu, 21 Jun 2001 14:27:33 +0200
22868              Message-ID: <B757B4D4.1849%artur@contiller.se>
22869              
22870              Plus extra parentheses.
22871      Branch: perl
22872            ! op.h
22873 ____________________________________________________________________________
22874 [ 10771] By: jhi                                   on 2001/06/21  12:10:29
22875         Log: Subject: [PATCH] Make /o work under i?threads
22876              From: Richard Soderberg <rs@crystalflame.net>
22877              Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
22878              Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
22879      Branch: perl
22880            ! pp_ctl.c
22881 ____________________________________________________________________________
22882 [ 10770] By: jhi                                   on 2001/06/21  12:09:28
22883         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
22884              From: Artur Bergman <artur@contiller.se>
22885              Date: Thu, 21 Jun 2001 14:04:54 +0200
22886              Message-ID: <B757AF86.1842%artur@contiller.se>
22887      Branch: perl
22888            ! op.h
22889 ____________________________________________________________________________
22890 [ 10769] By: jhi                                   on 2001/06/21  12:08:03
22891         Log: Subject: Re: perl@10765: sv.c not OK on win32
22892              From: Artur Bergman <artur@contiller.se>
22893              Date: Thu, 21 Jun 2001 10:31:06 +0200
22894              Message-ID: <B7577D69.182C%artur@contiller.se>
22895      Branch: perl
22896            ! sv.c
22897 ____________________________________________________________________________
22898 [ 10768] By: jhi                                   on 2001/06/21  12:03:56
22899         Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
22900              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22901              Date: Thu, 21 Jun 2001 06:23:56 -0400
22902              Message-ID: <20010621062356.A8619@math.ohio-state.edu>
22903              
22904              Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
22905              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22906              Date: Thu, 21 Jun 2001 06:32:21 -0400
22907              Message-ID: <20010621063221.A8823@math.ohio-state.edu>
22908      Branch: perl
22909            ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
22910 ____________________________________________________________________________
22911 [ 10767] By: jhi                                   on 2001/06/21  12:00:07
22912         Log: Subject: [PATCH] make syslog test more verbose
22913              From: Robert Spier <rspier@pobox.com>
22914              Date: Thu, 21 Jun 2001 00:54:32 -0400
22915              Message-ID: <15153.32264.295807.333073@rls.cx>
22916      Branch: perl
22917            ! ext/Sys/Syslog/syslog.t
22918 ____________________________________________________________________________
22919 [ 10766] By: jhi                                   on 2001/06/20  23:27:57
22920         Log: Subject: op/study.t refinements
22921              From: Hugo <hv@crypt.compulink.co.uk>
22922              Date: Thu, 21 Jun 2001 00:29:07 +0100
22923              Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
22924      Branch: perl
22925            ! t/op/study.t
22926 ____________________________________________________________________________
22927 [ 10765] By: jhi                                   on 2001/06/20  19:51:47
22928         Log: Update Changes.
22929      Branch: perl
22930            ! Changes patchlevel.h
22931 ____________________________________________________________________________
22932 [ 10764] By: jhi                                   on 2001/06/20  19:00:23
22933         Log: Subject: Re: [PATCH] djgpp updates
22934              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
22935              Date: Wed, 20 Jun 2001 10:05:15 +0200
22936              Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
22937      Branch: perl
22938            ! djgpp/config.over
22939 ____________________________________________________________________________
22940 [ 10763] By: jhi                                   on 2001/06/20  18:58:06
22941         Log: Fix for ID 20010619.002 "When building hash, hash keys that
22942              are function calls are not being called", from Abhijit.
22943      Branch: perl
22944            ! t/base/lex.t toke.c
22945 ____________________________________________________________________________
22946 [ 10762] By: jhi                                   on 2001/06/20  18:45:00
22947         Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
22948      Branch: perl
22949            + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
22950            + lib/Locale/Maketext/test.pl
22951            - lib/Locale/Maketext.t
22952            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
22953            ! lib/Locale/Maketext/TPJ13.pod
22954 ____________________________________________________________________________
22955 [ 10761] By: jhi                                   on 2001/06/20  18:44:15
22956         Log: Metaconfig unit change for #10760.
22957      Branch: metaconfig
22958            ! U/modified/Cppsym.U
22959 ____________________________________________________________________________
22960 [ 10760] By: jhi                                   on 2001/06/20  18:42:04
22961         Log: Do not remove the ccsym* Cppsym* files since
22962              they are useful for metaconfig units coming after us.
22963              (This is the Configure nit mentioned in #10752.)
22964      Branch: perl
22965            ! Configure
22966 ____________________________________________________________________________
22967 [ 10759] By: jhi                                   on 2001/06/20  18:02:18
22968         Log: Update to I18N::LangTags 0.24, from Sean Burke.
22969      Branch: perl
22970            + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
22971            + lib/I18N/LangTags/README
22972            - lib/I18N/LangTags/List.pod
22973            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
22974 ____________________________________________________________________________
22975 [ 10758] By: jhi                                   on 2001/06/20  17:34:43
22976         Log: Regen headers.
22977      Branch: perl
22978            ! embed.h embedvar.h global.sym perlapi.c perlapi.h
22979            ! pod/perlapi.pod proto.h
22980 ____________________________________________________________________________
22981 [ 10757] By: jhi                                   on 2001/06/20  17:23:08
22982         Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
22983              From: Artur Bergman <artur@contiller.se>
22984              Date: Wed, 20 Jun 2001 11:31:32 +0200
22985              Message-ID: <B7563A14.17D8%artur@contiller.se>
22986      Branch: perl
22987            ! embed.pl hv.c intrpvar.h sv.c sv.h
22988 ____________________________________________________________________________
22989 [ 10756] By: jhi                                   on 2001/06/20  17:13:26
22990         Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
22991              From: Tim Sweetman <tim@aldigital.co.uk> 
22992              Date: Wed, 13 Jun 2001 14:25:17 +0100 
22993              Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk> 
22994      Branch: perl
22995            ! ext/POSIX/POSIX.t lib/AutoLoader.pm
22996 ____________________________________________________________________________
22997 [ 10755] By: nick                                  on 2001/06/20  16:12:37
22998         Log: Integrate mainline
22999      Branch: perlio
23000           !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
23001           !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
23002           !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
23003           !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
23004           !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
23005           !> t/op/study.t util.c
23006 ____________________________________________________________________________
23007 [ 10754] By: gsar                                  on 2001/06/20  15:22:27
23008         Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
23009              but not Makefile)
23010      Branch: maint-5.6/perl
23011            ! win32/Makefile
23012 ____________________________________________________________________________
23013 [ 10753] By: jhi                                   on 2001/06/20  14:03:20
23014         Log: Security tweak on readlink().
23015      Branch: perl
23016            ! pp_sys.c
23017 ____________________________________________________________________________
23018 [ 10752] By: jhi                                   on 2001/06/20  14:00:23
23019         Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
23020      Branch: perl
23021            ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
23022            ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
23023            ! mpeix/relink t/op/pwent.t
23024 ____________________________________________________________________________
23025 [ 10751] By: jhi                                   on 2001/06/20  13:57:27
23026         Log: Reinstate #10725 (with probe for alarm()).
23027      Branch: perl
23028            ! t/op/study.t
23029 ____________________________________________________________________________
23030 [ 10750] By: jhi                                   on 2001/06/20  13:53:46
23031         Log: Replace our implementation of realpath() with OpenBSD's
23032              (src/lib/libc/stdlib/realpath.c 1.4).
23033      Branch: perl
23034            ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
23035            ! pod/perldiag.pod proto.h util.c
23036 ____________________________________________________________________________
23037 [ 10749] By: jhi                                   on 2001/06/20  13:07:49
23038         Log: Integrate perlio.
23039      Branch: perl
23040           !> perlio.c
23041 ____________________________________________________________________________
23042 [ 10748] By: jhi                                   on 2001/06/20  13:07:18
23043         Log: No point in going into memory-saving contortions
23044              with getcwd() since there's a danger of buffer overflow.
23045              Also make the POSIX extension to use sv_getcwd().
23046              Finally, a missed proto.h fragment.
23047      Branch: perl
23048            ! ext/POSIX/POSIX.xs proto.h util.c
23049 ____________________________________________________________________________
23050 [ 10747] By: nick                                  on 2001/06/20  12:38:26
23051         Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
23052      Branch: perlio
23053            ! perlio.c
23054 ____________________________________________________________________________
23055 [ 10746] By: jhi                                   on 2001/06/20  11:51:10
23056         Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
23057              From: Graham Barr <gbarr@pobox.com>
23058              Date: Wed, 20 Jun 2001 11:05:49 +0100
23059              Message-ID: <20010620110549.I19188@pobox.com>
23060              
23061              reported in        
23062              
23063              Subject: Bug in IO::Socket::INET module (repeat)
23064              From: "Harmon S. Nine" <hnine@netarx.com>
23065              Date: Tue, 19 Jun 2001 09:41:35 -0400
23066              Message-ID: <3B2F568F.8080605@netarx.com>
23067              
23068              The bug was that the IO::Socket::INET constructor
23069              did not allow a 'LocalPort' of 0.
23070      Branch: perl
23071            ! ext/IO/lib/IO/Socket/INET.pm
23072 ____________________________________________________________________________
23073 [ 10745] By: nick                                  on 2001/06/20  08:56:39
23074         Log: Integrate mainline.
23075      Branch: perlio
23076           !> (integrate 37 files)
23077 ____________________________________________________________________________
23078 [ 10744] By: jhi                                   on 2001/06/20  04:54:53
23079         Log: After some reading I don't think we can blindly
23080              use systems' realpath().  Too many security problems,
23081              too many buggy implementations.
23082              
23083              TODO: the realpath() emulation code in util.c doesn't
23084              seem fully operational?  (readlink(), for example?)
23085      Branch: perl
23086            ! Configure Makefile.micro Porting/Glossary Porting/config.sh
23087            ! Porting/config_H config_h.SH embed.h embed.pl global.sym
23088            ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
23089            ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
23090            ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
23091            ! win32/config_H.gc win32/config_H.vc
23092 ____________________________________________________________________________
23093 [ 10743] By: jhi                                   on 2001/06/20  00:48:48
23094         Log: Metaconfig unit change for #10738.
23095      Branch: metaconfig
23096            ! U/compline/d_gconvert.U
23097 ____________________________________________________________________________
23098 [ 10742] By: jhi                                   on 2001/06/20  00:48:20
23099         Log: Integrate change #10739 from maintperl:
23100              
23101              C<eval "/x$\r\n/x"> fails to compile correctly 
23102      Branch: perl
23103           !> t/op/pat.t toke.c
23104 ____________________________________________________________________________
23105 [ 10741] By: jhi                                   on 2001/06/20  00:41:05
23106         Log: Retract #10725 (Hugo asked NOT to apply the patch)
23107      Branch: perl
23108            ! t/op/study.t
23109 ____________________________________________________________________________
23110 [ 10740] By: jhi                                   on 2001/06/19  23:58:25
23111         Log: The test.third results were funnily named because of the
23112              new test scheme.
23113      Branch: perl
23114            ! t/TEST
23115 ____________________________________________________________________________
23116 [ 10739] By: gsar                                  on 2001/06/19  23:49:15
23117         Log: C<eval "/x$\r\n/x"> fails to compile correctly
23118      Branch: maint-5.6/perl
23119            ! t/op/pat.t toke.c
23120 ____________________________________________________________________________
23121 [ 10738] By: jhi                                   on 2001/06/19  23:04:15
23122         Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED) 
23123              From: Spider Boardman <spider@Orb.Nashua.NH.US>
23124              Date: Tue, 19 Jun 2001 19:15:40 -0400
23125              Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
23126              
23127              The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
23128              because "1e+129" being expected but "1.e+129" being returned.
23129              The culprit (at least in Tru64) is the use of gcvt().
23130      Branch: perl
23131            ! Configure
23132 ____________________________________________________________________________
23133 [ 10737] By: jhi                                   on 2001/06/19  22:56:52
23134         Log: Subject: [PATCH perl@10722] test hunting on VMS
23135              From: "Craig A. Berry" <craigberry@mac.com>
23136              Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
23137              Date: Tue, 19 Jun 2001 18:59:01 -0500
23138      Branch: perl
23139            ! vms/test.com
23140 ____________________________________________________________________________
23141 [ 10736] By: jhi                                   on 2001/06/19  21:32:29
23142         Log: Subject: [PATCH] s/typos//
23143              From: Abhijit Menon-Sen <ams@wiw.org>
23144              Date: Wed, 20 Jun 2001 02:15:02 +0530
23145              Message-ID: <20010620021502.A14541@lustre.linux.in>
23146              
23147              Without the op.h s/bearword/bareword/ hunk, see
23148              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
23149      Branch: perl
23150            ! util.c
23151 ____________________________________________________________________________
23152 [ 10735] By: jhi                                   on 2001/06/19  21:26:43
23153         Log: Metaconfig unit change for #10732 and #10733.
23154      Branch: metaconfig/U/perl
23155            ! fflushall.U
23156 ____________________________________________________________________________
23157 [ 10734] By: jhi                                   on 2001/06/19  21:24:41
23158         Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
23159              From: "Craig A. Berry" <craigberry@mac.com>
23160              Date: Tue, 19 Jun 2001 17:19:48 -0500
23161              Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
23162      Branch: perl
23163            ! configure.com vms/descrip_mms.template
23164 ____________________________________________________________________________
23165 [ 10733] By: jhi                                   on 2001/06/19  19:57:44
23166         Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
23167              From: Spider Boardman <spider@Orb.Nashua.NH.US>
23168              Date: Tue, 19 Jun 2001 16:48:07 -0400
23169              Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
23170              
23171              Further fixes to fflush(NULL) detection.
23172      Branch: perl
23173            ! Configure
23174 ____________________________________________________________________________
23175 [ 10732] By: jhi                                   on 2001/06/19  19:38:20
23176         Log: AIX test -s hangs with non-existent files?
23177              (A genuine logic bug in Configure, but AIX also broken?)
23178      Branch: perl
23179            ! Configure
23180 ____________________________________________________________________________
23181 [ 10731] By: jhi                                   on 2001/06/19  19:17:35
23182         Log: AUTHORS updates.
23183      Branch: perl
23184            ! AUTHORS
23185 ____________________________________________________________________________
23186 [ 10730] By: jhi                                   on 2001/06/19  19:03:07
23187         Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
23188              From: Spider Boardman <spider@Orb.Nashua.NH.US>
23189              Date: Tue, 19 Jun 2001 15:33:25 -0400
23190              Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
23191      Branch: perl
23192            ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
23193            ! t/lib/warnings/pp
23194 ____________________________________________________________________________
23195 [ 10729] By: jhi                                   on 2001/06/19  18:34:10
23196         Log: Integrate perlio.
23197      Branch: perl
23198           !> lib/File/Find/find.t win32/distclean.bat
23199 ____________________________________________________________________________
23200 [ 10728] By: nick                                  on 2001/06/19  18:24:53
23201         Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
23202      Branch: perlio
23203            ! lib/File/Find/find.t win32/distclean.bat
23204 ____________________________________________________________________________
23205 [ 10727] By: jhi                                   on 2001/06/19  18:07:31
23206         Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
23207              also add information how to find out whether one has PerlIO.
23208      Branch: perl
23209            ! pod/perlfunc.pod
23210 ____________________________________________________________________________
23211 [ 10726] By: jhi                                   on 2001/06/19  17:59:30
23212         Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
23213              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
23214              Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
23215              Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
23216      Branch: perl
23217            ! pod/perlfunc.pod
23218 ____________________________________________________________________________
23219 [ 10725] By: jhi                                   on 2001/06/19  17:28:30
23220         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
23221              From: Hugo <hv@crypt.compulink.co.uk>
23222              Date: Tue, 19 Jun 2001 12:37:30 +0100
23223              Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
23224      Branch: perl
23225            ! t/op/study.t
23226 ____________________________________________________________________________
23227 [ 10724] By: jhi                                   on 2001/06/19  17:22:20
23228         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
23229              From: Hugo <hv@crypt.compulink.co.uk>
23230              Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
23231              Date: Tue, 19 Jun 2001 13:15:17 +0100
23232      Branch: perl
23233            ! util.c
23234 ____________________________________________________________________________
23235 [ 10723] By: nick                                  on 2001/06/19  14:46:15
23236         Log: Integrate mainline
23237      Branch: perlio
23238           +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
23239           +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
23240           +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
23241           +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
23242           +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
23243           +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
23244            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
23245            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
23246            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
23247            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
23248            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
23249            - ext/Thread/unsync4.t
23250           !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
23251           !> djgpp/config.over djgpp/fixpmain
23252           !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
23253           !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
23254           !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
23255 ____________________________________________________________________________
23256 [ 10722] By: jhi                                   on 2001/06/19  11:55:30
23257         Log: Update Changes.
23258      Branch: perl
23259            ! Changes patchlevel.h
23260 ____________________________________________________________________________
23261 [ 10721] By: jhi                                   on 2001/06/19  11:29:34
23262         Log: The existence shall be MANIFESted.
23263      Branch: perl
23264            ! MANIFEST
23265 ____________________________________________________________________________
23266 [ 10720] By: jhi                                   on 2001/06/19  10:58:09
23267         Log: The old libnet.cfg is first searched from the current directory,
23268              only then from the module path.
23269      Branch: perl
23270            ! utils/libnetcfg.PL
23271 ____________________________________________________________________________
23272 [ 10719] By: jhi                                   on 2001/06/19  10:55:59
23273         Log: NetWare tweaks from Guruprasad.
23274      Branch: perl
23275            ! NetWare/Makefile NetWare/config.wc
23276 ____________________________________________________________________________
23277 [ 10718] By: jhi                                   on 2001/06/19  10:54:22
23278         Log: Subject: [PATCH] djgpp updates
23279              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
23280              Date: Tue, 19 Jun 2001 10:59:06 +0200
23281              Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
23282      Branch: perl
23283            ! djgpp/config.over djgpp/fixpmain
23284 ____________________________________________________________________________
23285 [ 10717] By: jhi                                   on 2001/06/19  10:53:20
23286         Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
23287              From: Prymmer/Kahn <pvhp@best.com>
23288              Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
23289              Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
23290      Branch: perl
23291            ! win32/Makefile
23292 ____________________________________________________________________________
23293 [ 10716] By: jhi                                   on 2001/06/19  10:52:25
23294         Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
23295              to happen right after the inclusion of <inttypes.h>,
23296              from Edward Moy.
23297      Branch: perl
23298            ! handy.h perl.h
23299 ____________________________________________________________________________
23300 [ 10715] By: jhi                                   on 2001/06/19  10:49:21
23301         Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
23302              From: Doug MacEachern <dougm@covalent.net>
23303              Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
23304              Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
23305      Branch: perl
23306            ! ext/DynaLoader/DynaLoader_pm.PL
23307 ____________________________________________________________________________
23308 [ 10714] By: jhi                                   on 2001/06/19  10:48:19
23309         Log: Revert #10656 for perfomance reasons but leave in the
23310              use of Hv*() macros -- in comments, so that grepping the
23311              source is easier, from Abhijit.  (Also add the ENV_HV_NAME speedup
23312              suggested by Sarathy, also by Abhijit.)
23313      Branch: perl
23314            ! hv.c
23315 ____________________________________________________________________________
23316 [ 10713] By: jhi                                   on 2001/06/19  10:46:08
23317         Log: Subject: [patch] .s MakeMaker suffix
23318              From: Doug MacEachern <dougm@covalent.net>
23319              Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
23320              Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
23321      Branch: perl
23322            ! lib/ExtUtils/MM_Unix.pm
23323 ____________________________________________________________________________
23324 [ 10712] By: jhi                                   on 2001/06/19  10:34:35
23325         Log: One test lost in the big shuffle restored.
23326      Branch: perl
23327            + ext/IPC/SysV/ipcsysv.t
23328            ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
23329 ____________________________________________________________________________
23330 [ 10711] By: jhi                                   on 2001/06/19  10:25:46
23331         Log: Rename the old non-standard threads tests so that
23332              they won't be invoked.
23333      Branch: perl
23334            + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
23335            + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
23336            + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
23337            + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
23338            + ext/Thread/unsync.tx ext/Thread/unsync2.tx
23339            + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
23340            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
23341            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
23342            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
23343            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
23344            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
23345            - ext/Thread/unsync4.t
23346            ! MANIFEST
23347 ____________________________________________________________________________
23348 [ 10710] By: jhi                                   on 2001/06/19  10:18:41
23349         Log: Integrate perlio.
23350      Branch: perl
23351           !> win32/config_sh.PL
23352 ____________________________________________________________________________
23353 [ 10709] By: nick                                  on 2001/06/19  08:18:18
23354         Log: Integrate mainline
23355      Branch: perlio
23356           +> (branch 40 files)
23357            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
23358            - lib/strict/subs lib/strict/vars lib/warnings/1global
23359            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
23360            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
23361            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
23362            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
23363            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
23364            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
23365            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
23366            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
23367            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
23368            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
23369            - lib/warnings/utf8 lib/warnings/util
23370           !> (integrate 57 files)
23371 ____________________________________________________________________________
23372 [ 10708] By: nick                                  on 2001/06/19  07:57:10
23373         Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
23374      Branch: perlio
23375            ! win32/config_sh.PL
23376 ____________________________________________________________________________
23377 [ 10707] By: nick                                  on 2001/06/19  07:05:07
23378         Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
23379      Branch: perl
23380            ! perly.c perly.y perly_c.diff vms/perly_c.vms
23381 ____________________________________________________________________________
23382 [ 10706] By: jhi                                   on 2001/06/19  02:58:26
23383         Log: More perl572delta tweaks.
23384      Branch: perl
23385            ! pod/perl572delta.pod
23386 ____________________________________________________________________________
23387 [ 10705] By: jhi                                   on 2001/06/19  01:53:40
23388         Log: Update perl572delta.
23389      Branch: perl
23390            ! pod/perl572delta.pod
23391 ____________________________________________________________________________
23392 [ 10704] By: jhi                                   on 2001/06/19  01:28:40
23393         Log: VOS updates from Paul Green.
23394      Branch: perl
23395            ! vos/Changes vos/build.cm vos/perl.bind
23396 ____________________________________________________________________________
23397 [ 10703] By: jhi                                   on 2001/06/19  01:03:53
23398         Log: Update the vos/config.*.* files.
23399      Branch: perl
23400            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
23401            ! vos/config.ga.h
23402 ____________________________________________________________________________
23403 [ 10702] By: jhi                                   on 2001/06/19  01:03:32
23404         Log: Add a makefile for more painless adding of symbols to the
23405              VOS headers while in UNIX (in VOS the vos/configure_perl.cm
23406              takes care of the adding)
23407      Branch: perl
23408            + vos/Makefile
23409 ____________________________________________________________________________
23410 [ 10701] By: jhi                                   on 2001/06/19  00:51:44
23411         Log: Make libnetcfg by default display the libnet configuration,
23412              -c to change, add -i for old config, document all options,
23413              regen toc.
23414      Branch: perl
23415            ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
23416 ____________________________________________________________________________
23417 [ 10700] By: jhi                                   on 2001/06/18  23:45:12
23418         Log: gcc -Wall sweep.
23419      Branch: perl
23420            ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
23421 ____________________________________________________________________________
23422 [ 10699] By: jhi                                   on 2001/06/18  23:19:53
23423         Log: So there.
23424      Branch: perl
23425            ! universal.c
23426 ____________________________________________________________________________
23427 [ 10698] By: jhi                                   on 2001/06/18  23:10:22
23428         Log: Document the need for sv_printify().
23429              
23430              Document that 'use utf8' has been considered.
23431              
23432              (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
23433      Branch: perl
23434            ! pod/perltodo.pod universal.c
23435 ____________________________________________________________________________
23436 [ 10697] By: jhi                                   on 2001/06/18  22:50:53
23437         Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
23438              From: Nicholas Clark <nick@ccl4.org>
23439              Date: Mon, 18 Jun 2001 23:29:23 +0100
23440              Message-ID: <20010618232923.I98663@plum.flirble.org>
23441      Branch: perl
23442            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
23443            ! ext/Sys/Syslog/Makefile.PL
23444 ____________________________________________________________________________
23445 [ 10696] By: jhi                                   on 2001/06/18  22:39:32
23446         Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
23447              From: Scott.L.Miller@Compaq.com
23448              Date: Mon, 18 Jun 2001 10:12:27 -0500
23449              Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
23450      Branch: perl
23451            ! lib/perl5db.pl pod/perldebug.pod
23452 ____________________________________________________________________________
23453 [ 10695] By: jhi                                   on 2001/06/18  22:35:13
23454         Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
23455              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
23456              Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
23457              Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
23458      Branch: perl
23459            ! lib/Carp/Heavy.pm
23460 ____________________________________________________________________________
23461 [ 10694] By: jhi                                   on 2001/06/18  22:34:06
23462         Log: Subject: [PATCH] Documentation changes for CLONE
23463              From: Artur Bergman <artur@contiller.se>
23464              Date: Mon, 18 Jun 2001 22:06:37 +0200
23465              Message-ID: <B7542BEC.1719%artur@contiller.se>
23466      Branch: perl
23467            ! pod/perlmod.pod pod/perlsub.pod
23468 ____________________________________________________________________________
23469 [ 10693] By: jhi                                   on 2001/06/18  22:31:38
23470         Log: Subject: Re: configure.com
23471              From: "Craig A. Berry" <craigberry@mac.com>
23472              Date: Mon, 18 Jun 2001 16:04:38 -0500
23473              Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
23474      Branch: perl
23475            ! configure.com
23476 ____________________________________________________________________________
23477 [ 10692] By: jhi                                   on 2001/06/18  22:30:43
23478         Log: Subject: PL_nullstash + perl_clone()
23479              From: Doug MacEachern <dougm@covalent.net>
23480              Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
23481              Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
23482      Branch: perl
23483            ! sv.c
23484 ____________________________________________________________________________
23485 [ 10691] By: jhi                                   on 2001/06/18  22:26:20
23486         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
23487              From: davem@fdgroup.co.uk
23488              Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
23489              Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
23490      Branch: perl
23491            ! embed.pl pod/perlapi.pod
23492 ____________________________________________________________________________
23493 [ 10690] By: jhi                                   on 2001/06/18  22:17:05
23494         Log: More cross-compilation defaults gleaned from -Dcc
23495              if it is CPU-OS-gcc.
23496      Branch: metaconfig
23497            ! U/modified/libc.U
23498      Branch: metaconfig/U/perl
23499            ! Cross.U
23500      Branch: perl
23501            ! Configure INSTALL
23502 ____________________________________________________________________________
23503 [ 10689] By: jhi                                   on 2001/06/18  13:59:47
23504         Log: Update Changes.
23505      Branch: perl
23506            ! Changes patchlevel.h
23507 ____________________________________________________________________________
23508 [ 10688] By: jhi                                   on 2001/06/18  13:44:18
23509         Log: Subject: [PATCH 5.7.1] sv.c documentation
23510              From: davem@fdgroup.co.uk
23511              Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
23512              Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
23513      Branch: perl
23514            ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
23515            ! sv.c sv.h
23516 ____________________________________________________________________________
23517 [ 10687] By: jhi                                   on 2001/06/18  13:38:03
23518         Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
23519              From: "Jon Gunnip" <jongunnip@hotmail.com>
23520              Date: Sun, 17 Jun 2001 18:24:29 -0400
23521              Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
23522      Branch: perl
23523            ! pod/perlvar.pod
23524 ____________________________________________________________________________
23525 [ 10686] By: jhi                                   on 2001/06/18  13:32:13
23526         Log: Move the locale/strict/warnings helper files back
23527              under the t/lib; this way the amount of non-installabled
23528              stuff under lib/ stays smaller.
23529      Branch: perl
23530            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
23531            + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
23532            + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
23533            + t/lib/warnings/5nolint t/lib/warnings/6default
23534            + t/lib/warnings/7fatal t/lib/warnings/8signal
23535            + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
23536            + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
23537            + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
23538            + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
23539            + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
23540            + t/lib/warnings/pp_sys t/lib/warnings/regcomp
23541            + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
23542            + t/lib/warnings/taint t/lib/warnings/toke
23543            + t/lib/warnings/universal t/lib/warnings/utf8
23544            + t/lib/warnings/util
23545            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
23546            - lib/strict/subs lib/strict/vars lib/warnings/1global
23547            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
23548            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
23549            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
23550            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
23551            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
23552            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
23553            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
23554            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
23555            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
23556            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
23557            - lib/warnings/utf8 lib/warnings/util
23558            ! MANIFEST installperl lib/locale.t lib/strict.t
23559 ____________________________________________________________________________
23560 [ 10685] By: jhi                                   on 2001/06/18  13:11:49
23561         Log: Split off the pack/unpack code, from Nicholas Clark.
23562      Branch: perl
23563            + pp_pack.c
23564            ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
23565            ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
23566            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
23567 ____________________________________________________________________________
23568 [ 10684] By: jhi                                   on 2001/06/18  12:25:55
23569         Log: Guard the SysV IPC tests against being invoked in
23570              SysV-IPC-less places.
23571      Branch: perl
23572            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
23573 ____________________________________________________________________________
23574 [ 10683] By: nick                                  on 2001/06/18  12:24:42
23575         Log: Integrate mainline (new test scheme now ok on Linux).
23576      Branch: perlio
23577           +> lib/warnings.t
23578           !> dump.c sv.c
23579 ____________________________________________________________________________
23580 [ 10682] By: jhi                                   on 2001/06/18  12:20:50
23581         Log: Add the locale.c and numeric.c to the microperl sources.
23582      Branch: perl
23583            ! Makefile.micro win32/Makefile
23584 ____________________________________________________________________________
23585 [ 10681] By: jhi                                   on 2001/06/18  11:57:45
23586         Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
23587              From: Abhijit Menon-Sen <ams@wiw.org>
23588              Date: Mon, 18 Jun 2001 14:23:44 +0530
23589              Message-ID: <20010618142344.A13136@lustre.linux.in>
23590      Branch: perl
23591            ! dump.c
23592 ____________________________________________________________________________
23593 [ 10680] By: jhi                                   on 2001/06/18  11:56:12
23594         Log: Subject: Re: [PATCH] more anonymous stash cleanups
23595              From: Abhijit Menon-Sen <ams@wiw.org>
23596              Date: Mon, 18 Jun 2001 15:50:32 +0530
23597              Message-ID: <20010618155032.A13223@lustre.linux.in>
23598              
23599              Plus the comment left in as suggested by NI-S.
23600      Branch: perl
23601            ! sv.c
23602 ____________________________________________________________________________
23603 [ 10679] By: jhi                                   on 2001/06/18  11:49:27
23604         Log: One missed file.
23605      Branch: perl
23606            + lib/warnings.t
23607 ____________________________________________________________________________
23608 [ 10678] By: nick                                  on 2001/06/18  08:05:29
23609         Log: Integrate mainline (part2 - the deletes)
23610      Branch: perlio
23611            - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
23612            - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
23613            - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
23614            - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
23615            - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
23616            - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
23617            - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
23618            - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
23619            - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
23620            - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
23621            - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
23622 ____________________________________________________________________________
23623 [ 10677] By: nick                                  on 2001/06/18  08:04:44
23624         Log: Integrate mainline (part1)
23625      Branch: perlio
23626           +> (branch 376 files)
23627            - (delete 219 files)
23628           !> (integrate 151 files)
23629 ____________________________________________________________________________
23630 [ 10676] By: jhi                                   on 2001/06/18  04:17:15
23631         Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
23632              No doubt I made some mistakes like missed some files or
23633              misnamed some files.  The naming rules were more or less:
23634              (1) if the module is from CPAN, follows its ways, be it
23635              t/*.t or test.pl.
23636              (2) otherwise if there are multiple tests for a module
23637              put them in a t/
23638              (3) otherwise if there's only one test put it in Module.t
23639              (4) helper files go to module/ (locale, strict, warnings)
23640              (5) use longer filenames now that we can (but e.g. the
23641              compat-0.6.t and the Text::Balanced test files still
23642              were renamed to be more civil against the 8.3 people)
23643              installperl was updated appropriately not to install the
23644              *.t files or the help files from under lib.
23645              
23646              TODO: some helper files still remain under t/ that could
23647              follow their 'masters'.  UPDATE: On second thoughts, why
23648              should they.  They can continue to live under t/lib, and
23649              in fact the locale/strict/warnings helpers that were moved
23650              could be moved back.  This way the amount of non-installable
23651              stuff under lib/ stays smaller.
23652      Branch: perl
23653            + (add 253 files)
23654            - (delete 254 files)
23655            ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
23656 ____________________________________________________________________________
23657 [ 10675] By: jhi                                   on 2001/06/18  03:15:02
23658         Log: The warning no more comes from util.c, it comes from numeric.c.
23659      Branch: perl
23660            ! README.tru64
23661 ____________________________________________________________________________
23662 [ 10674] By: jhi                                   on 2001/06/18  00:56:22
23663         Log: Subject: Re: anyone good at casting spells?
23664              From: Spider Boardman <spider@Orb.Nashua.NH.US>
23665              Date: Sun, 17 Jun 2001 21:21:04 -0400
23666              Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US> 
23667      Branch: perl
23668            ! ext/POSIX/POSIX.xs hv.h
23669 ____________________________________________________________________________
23670 [ 10673] By: jhi                                   on 2001/06/17  22:24:53
23671         Log: Protect the (original) thread tests against testing if no 5.005
23672              threads have been configured.
23673      Branch: perl
23674            ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
23675            ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
23676            ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
23677            ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
23678            ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
23679            ! ext/Thread/unsync4.t
23680 ____________________________________________________________________________
23681 [ 10672] By: jhi                                   on 2001/06/17  22:09:28
23682         Log: Try the new test scanning scheme on Text::Abbrev.
23683      Branch: perl
23684            + lib/Text/Abbrev.t
23685            - lib/Text/Abbrev/t/abbrev.t
23686            ! MANIFEST
23687 ____________________________________________________________________________
23688 [ 10671] By: jhi                                   on 2001/06/17  22:07:08
23689         Log: Change the scan policy of the *.t and test.pl files,
23690              now the *.t do not need to live in a t/ directory.
23691      Branch: perl
23692            ! t/TEST t/harness
23693 ____________________________________________________________________________
23694 [ 10670] By: jhi                                   on 2001/06/17  20:32:35
23695         Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
23696              From: Ilmari Karonen <iltzu@sci.fi>
23697              Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
23698              Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
23699      Branch: perl
23700            ! pod/perlfaq7.pod
23701 ____________________________________________________________________________
23702 [ 10669] By: jhi                                   on 2001/06/17  20:30:22
23703         Log: Quench the warnings from Tru64; the HP-UX is still
23704              broken because it really, REALLY, doesn't like the
23705              HvARRAY() being lvalue:
23706              
23707              cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
23708              cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
23709      Branch: perl
23710            ! hv.c
23711 ____________________________________________________________________________
23712 [ 10668] By: jhi                                   on 2001/06/17  19:13:24
23713         Log: Integrate change #10667 from maintperl:
23714              
23715              change#10449 broke the special-case that makes lexicals inside the
23716              eval"" within DB::DB() visible
23717      Branch: perl
23718           !> op.c
23719 ____________________________________________________________________________
23720 [ 10667] By: gsar                                  on 2001/06/17  19:08:27
23721         Log: change#10449 broke the special-case that makes lexicals inside the
23722              eval"" within DB::DB() visible
23723      Branch: maint-5.6/perl
23724            ! op.c
23725 ____________________________________________________________________________
23726 [ 10666] By: jhi                                   on 2001/06/17  17:50:07
23727         Log: Still spurious output; indent the code a bit.
23728              
23729              TODO1: separate the utility functions like MkDir
23730              into a helper script?
23731              
23732              TODO2: I see a lot of repetition in the filepath()
23733              and dirpath() calls.
23734      Branch: perl
23735            ! t/lib/filefind.t t/lib/findtaint.t
23736 ____________________________________________________________________________
23737 [ 10665] By: jhi                                   on 2001/06/17  16:59:42
23738         Log: Regen modlib, toc.
23739      Branch: perl
23740            ! pod/perlmodlib.pod pod/perltoc.pod
23741 ____________________________________________________________________________
23742 [ 10664] By: jhi                                   on 2001/06/17  16:55:28
23743         Log: Add libnetcfg to perlutil.
23744      Branch: perl
23745            ! pod/perlutil.pod
23746 ____________________________________________________________________________
23747 [ 10663] By: jhi                                   on 2001/06/17  16:53:29
23748         Log: Initial integration of libnet-1.0703.
23749              The Configure script renamed as libnetcfg, will be
23750              installed along other utilities.
23751      Branch: perl
23752            + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
23753            + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
23754            + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
23755            + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
23756            + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
23757            + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
23758            + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
23759            + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
23760            + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
23761            + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
23762            + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
23763            + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
23764            + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
23765            + utils/libnetcfg.PL
23766            ! MANIFEST utils.lst utils/Makefile
23767 ____________________________________________________________________________
23768 [ 10662] By: jhi                                   on 2001/06/17  15:37:32
23769         Log: Less potentially test-harness-confusing output.
23770      Branch: perl
23771            ! lib/Memoize/t/expire_module_t.t
23772 ____________________________________________________________________________
23773 [ 10661] By: jhi                                   on 2001/06/17  15:31:04
23774         Log: The final print annoys make test.
23775      Branch: perl
23776            ! t/lib/filefind.t t/lib/findtaint.t
23777 ____________________________________________________________________________
23778 [ 10660] By: jhi                                   on 2001/06/17  14:00:21
23779         Log: Add an option for handling dangling symbolic links.
23780      Branch: perl
23781            ! lib/File/Find.pm t/lib/filefind.t
23782 ____________________________________________________________________________
23783 [ 10659] By: jhi                                   on 2001/06/17  13:45:48
23784         Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS  etc.
23785              From: Thomas Wegner <wegner_thomas@yahoo.com>
23786              Date: Sun, 17 Jun 2001 14:43:11 +0200
23787              Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
23788      Branch: perl
23789            + t/lib/findtaint.t
23790            ! MANIFEST lib/File/Find.pm t/lib/filefind.t
23791 ____________________________________________________________________________
23792 [ 10658] By: jhi                                   on 2001/06/17  13:13:25
23793         Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
23794              From: Jonathan Stowe <gellyfish@gellyfish.com>
23795              Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
23796              Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
23797      Branch: perl
23798            ! lib/ExtUtils/MM_Unix.pm
23799 ____________________________________________________________________________
23800 [ 10657] By: jhi                                   on 2001/06/17  13:12:25
23801         Log: Subject: [PATCH] more anonymous stash cleanups
23802              From: Abhijit Menon-Sen <ams@wiw.org>
23803              Date: Sun, 17 Jun 2001 11:44:06 +0530
23804              Message-ID: <20010617114406.A25203@lustre.linux.in>
23805      Branch: perl
23806            ! op.c
23807 ____________________________________________________________________________
23808 [ 10656] By: jhi                                   on 2001/06/17  13:11:11
23809         Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
23810              From: Abhijit Menon-Sen <ams@wiw.org>
23811              Date: Sun, 17 Jun 2001 08:02:59 +0530
23812              Message-ID: <20010617080259.A28776@lustre.linux.in>
23813              
23814              Subject: [PATCH #2/7] xhv_eiter
23815              From: Abhijit Menon-Sen <ams@wiw.org>
23816              Date: Sun, 17 Jun 2001 08:13:18 +0530
23817              Message-ID: <20010617081318.B28776@lustre.linux.in>
23818              
23819              Subject: [PATCH #3/7] xhv_fill
23820              From: Abhijit Menon-Sen <ams@wiw.org>
23821              Date: Sun, 17 Jun 2001 08:25:16 +0530
23822              Message-ID: <20010617082516.C28776@lustre.linux.in>
23823              
23824              Subject: [PATCH #4/7] xhv_keys
23825              From: Abhijit Menon-Sen <ams@wiw.org>
23826              Date: Sun, 17 Jun 2001 08:36:17 +0530
23827              Message-ID: <20010617083617.D28776@lustre.linux.in>
23828              
23829              Subject: [PATCH #5/7] xhv_max
23830              From: Abhijit Menon-Sen <ams@wiw.org>
23831              Date: Sun, 17 Jun 2001 08:39:48 +0530
23832              Message-ID: <20010617083948.E28776@lustre.linux.in>
23833              
23834              Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
23835              From: Abhijit Menon-Sen <ams@wiw.org>
23836              Date: Sun, 17 Jun 2001 08:51:11 +0530
23837              Message-ID: <20010617085111.F28776@lustre.linux.in>
23838      Branch: perl
23839            ! hv.c
23840 ____________________________________________________________________________
23841 [ 10655] By: jhi                                   on 2001/06/16  23:32:03
23842         Log: Update Changes.
23843      Branch: perl
23844            ! Changes patchlevel.h
23845 ____________________________________________________________________________
23846 [ 10654] By: jhi                                   on 2001/06/16  23:18:37
23847         Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
23848              From: Abhijit Menon-Sen <ams@wiw.org>
23849              Date: Sat, 16 Jun 2001 07:41:19 +0530
23850              Message-ID: <20010616074119.A24720@lustre.linux.in>
23851      Branch: perl
23852            ! hv.c perl.c vms/vmsish.h win32/win32.h
23853 ____________________________________________________________________________
23854 [ 10653] By: jhi                                   on 2001/06/16  23:15:11
23855         Log: Document tests failing when threaded, since we now have more.
23856      Branch: perl
23857            ! pod/perl572delta.pod
23858 ____________________________________________________________________________
23859 [ 10652] By: jhi                                   on 2001/06/16  23:12:19
23860         Log: -Wall cleanup.
23861      Branch: perl
23862            ! ext/Thread/Thread.xs
23863 ____________________________________________________________________________
23864 [ 10651] By: jhi                                   on 2001/06/16  23:06:55
23865         Log: pthread_attr_setstacksize() isn't absolutely necessary
23866              to call, only iff THREAD_CREATE_NEEDS_STACK.
23867      Branch: perl
23868            ! ext/Thread/Thread.xs
23869 ____________________________________________________________________________
23870 [ 10650] By: jhi                                   on 2001/06/16  22:58:48
23871         Log: -Wall strays.
23872      Branch: perl
23873            ! perl.c util.c
23874 ____________________________________________________________________________
23875 [ 10649] By: jhi                                   on 2001/06/16  22:47:40
23876         Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
23877              (and INT64_MIN) brokenness.
23878      Branch: perl
23879            ! hints/darwin.sh perl.h
23880 ____________________________________________________________________________
23881 [ 10648] By: jhi                                   on 2001/06/16  22:27:48
23882         Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
23883              From: Nicholas Clark <nick@ccl4.org>
23884              Date: Sun, 17 Jun 2001 00:16:05 +0100
23885              Message-ID: <20010617001605.V98663@plum.flirble.org>
23886      Branch: perl
23887            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
23888            ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
23889            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
23890 ____________________________________________________________________________
23891 [ 10647] By: jhi                                   on 2001/06/16  22:24:47
23892         Log: Add perlnetware to docs; regen toc; supply skeleton
23893              docs for some Memoize submodules.
23894      Branch: perl
23895            ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
23896            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
23897            ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
23898            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
23899            ! win32/Makefile win32/makefile.mk
23900 ____________________________________________________________________________
23901 [ 10646] By: jhi                                   on 2001/06/16  22:06:52
23902         Log: pod cleanup.
23903      Branch: perl
23904            ! README.netware
23905 ____________________________________________________________________________
23906 [ 10645] By: jhi                                   on 2001/06/16  21:47:00
23907         Log: Integrate Memoize 0.64.  Few tweaks were required in
23908              the test scripts.  Note that the speed and expire*
23909              tests take several dozen seconds to run.
23910      Branch: perl
23911            + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
23912            + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
23913            + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
23914            + lib/Memoize/README lib/Memoize/SDBM_File.pm
23915            + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
23916            + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
23917            + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
23918            + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
23919            + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
23920            + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
23921            + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
23922            + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
23923            + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
23924            + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
23925            ! MANIFEST t/lib/1_compile.t
23926 ____________________________________________________________________________
23927 [ 10644] By: jhi                                   on 2001/06/16  20:35:49
23928         Log: Document the cross-compilation options.
23929      Branch: perl
23930            ! Cross/README INSTALL
23931 ____________________________________________________________________________
23932 [ 10643] By: jhi                                   on 2001/06/16  19:46:38
23933         Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
23934      Branch: perl
23935            + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
23936            + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
23937            + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
23938            + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
23939            + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
23940            + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
23941            + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
23942            + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
23943            + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
23944            + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
23945            + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
23946            + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
23947            + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
23948            + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
23949            + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
23950            + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
23951            + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
23952            + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
23953            + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
23954            + lib/ExtUtils/MM_NW5.pm
23955            ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
23956            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
23957            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
23958            ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
23959            ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
23960            ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
23961            ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
23962            ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
23963            ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
23964            ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
23965            ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
23966            ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
23967            ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
23968            ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
23969            ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
23970            ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
23971            ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
23972            ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
23973            ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
23974            ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
23975            ! util.h x2p/a2py.c
23976 ____________________________________________________________________________
23977 [ 10642] By: jhi                                   on 2001/06/16  19:16:04
23978         Log: Resort MANIFEST.
23979      Branch: perl
23980            ! MANIFEST
23981 ____________________________________________________________________________
23982 [ 10641] By: jhi                                   on 2001/06/16  18:52:26
23983         Log: Integrate perlio.
23984      Branch: perl
23985           +> win32/win32io.c
23986           !> MANIFEST perlio.c perliol.h win32/makefile.mk
23987 ____________________________________________________________________________
23988 [ 10640] By: nick                                  on 2001/06/16  18:38:31
23989         Log: Disable :win32 layer as default till I get it working
23990      Branch: perlio
23991            ! MANIFEST perlio.c
23992 ____________________________________________________________________________
23993 [ 10639] By: jhi                                   on 2001/06/16  18:35:46
23994         Log: Try the new scheme by moving the Text::Abbrev test
23995              to a new place under lib.
23996      Branch: perl
23997            + lib/Text/Abbrev/t/abbrev.t
23998            - t/lib/abbrev.t
23999            ! MANIFEST
24000 ____________________________________________________________________________
24001 [ 10638] By: jhi                                   on 2001/06/16  18:34:30
24002         Log: Make the code even more dynamical so that testname
24003              suffix length can change.
24004      Branch: perl
24005            ! lib/Test/Harness.pm t/TEST
24006 ____________________________________________________________________________
24007 [ 10637] By: jhi                                   on 2001/06/16  18:16:28
24008         Log: Allow for deeper t/ and also a single test.pl.
24009      Branch: perl
24010            ! t/TEST t/harness
24011 ____________________________________________________________________________
24012 [ 10636] By: jhi                                   on 2001/06/16  18:13:59
24013         Log: #define fix from Nicholas Clark.
24014      Branch: perl
24015            ! ext/POSIX/POSIX.xs
24016 ____________________________________________________________________________
24017 [ 10635] By: jhi                                   on 2001/06/16  17:50:43
24018         Log: Initialization is nice.
24019      Branch: perl
24020            ! lib/Test/Harness.pm
24021 ____________________________________________________________________________
24022 [ 10634] By: jhi                                   on 2001/06/16  17:38:53
24023         Log: Make t/TEST and t/harness to test also the t/ tests
24024              under the main lib/ and ext/ directories.  Fix Test::Harness
24025              to dynamically change the width of its "foo/bar....ok" output.
24026      Branch: perl
24027            ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
24028 ____________________________________________________________________________
24029 [ 10633] By: jhi                                   on 2001/06/16  16:58:57
24030         Log: Subject: [PATCH] Re: perl@10611 
24031              From: Nicholas Clark <nick@ccl4.org>
24032              Date: Sat, 16 Jun 2001 16:52:47 +0100
24033              Message-ID: <20010616165247.O98663@plum.flirble.org>
24034              
24035              The .xs parts, too.
24036      Branch: perl
24037            ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
24038            ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
24039 ____________________________________________________________________________
24040 [ 10632] By: nick                                  on 2001/06/16  16:44:35
24041         Log: Work-in-progress win32 layer semi-functional, checking 
24042              for UNIX breakage.
24043      Branch: perlio
24044            ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
24045 ____________________________________________________________________________
24046 [ 10631] By: jhi                                   on 2001/06/16  16:40:30
24047         Log: Subject: [PATCH] Re: perl@10611 
24048              From: Nicholas Clark <nick@ccl4.org>
24049              Date: Sat, 16 Jun 2001 16:52:47 +0100
24050              Message-ID: <20010616165247.O98663@plum.flirble.org>
24051      Branch: perl
24052            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
24053            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
24054            ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
24055            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
24056            ! lib/ExtUtils/Constant.pm
24057 ____________________________________________________________________________
24058 [ 10630] By: jhi                                   on 2001/06/16  15:11:38
24059         Log: Metaconfig unit change for #10629.
24060      Branch: metaconfig
24061            ! U/modified/Finish.U
24062 ____________________________________________________________________________
24063 [ 10629] By: jhi                                   on 2001/06/16  15:11:10
24064         Log: The extraction changed directories.
24065      Branch: perl
24066            ! Configure
24067 ____________________________________________________________________________
24068 [ 10628] By: jhi                                   on 2001/06/16  14:59:38
24069         Log: Math::BigInt 1.35 from Tels.
24070      Branch: perl
24071            + t/lib/mbimbf.t
24072            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
24073            ! t/lib/bigfltpm.t t/lib/bigintpm.t
24074 ____________________________________________________________________________
24075 [ 10627] By: nick                                  on 2001/06/16  14:54:52
24076         Log: Work in progress UNIX-side edit of win32 PerLIO layer
24077      Branch: perlio
24078            + win32/win32io.c
24079            ! perlio.c win32/makefile.mk
24080 ____________________________________________________________________________
24081 [ 10626] By: jhi                                   on 2001/06/16  14:01:50
24082         Log: Subject: [PATCH 5.6.1] os2/diff-configure
24083              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24084              Date: Fri, 15 Jun 2001 01:19:36 -0400
24085              Message-ID: <20010615011936.A26982@math.ohio-state.edu>
24086              
24087              Empty all of it because I think #10624 made even the
24088              last patch hunk unnecessary.
24089      Branch: perl
24090            ! os2/diff.configure
24091 ____________________________________________________________________________
24092 [ 10625] By: jhi                                   on 2001/06/16  13:58:34
24093         Log: Metaconfig unit change for 10624.
24094      Branch: metaconfig
24095            ! U/modified/libc.U
24096      Branch: perl
24097            ! config_h.SH
24098 ____________________________________________________________________________
24099 [ 10624] By: jhi                                   on 2001/06/16  13:58:13
24100         Log: Move the initialization of libnames to the beginning so
24101              that can one 'seed' it (as OS/2 does.)
24102      Branch: perl
24103            ! Configure
24104 ____________________________________________________________________________
24105 [ 10623] By: jhi                                   on 2001/06/16  13:47:54
24106         Log: Subject: [PATCH 5.6.1] OS2::DLL patch
24107              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24108              Date: Fri, 15 Jun 2001 19:10:57 -0400
24109              Message-ID: <20010615191057.A8050@math.ohio-state.edu>
24110      Branch: perl
24111            ! os2/OS2/REXX/DLL/DLL.pm
24112 ____________________________________________________________________________
24113 [ 10622] By: jhi                                   on 2001/06/16  13:29:42
24114         Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring 
24115              From: "Craig A. Berry" <craigberry@mac.com>
24116              Date: Fri, 15 Jun 2001 17:00:03 -0500
24117              Message-Id: <a05101007b750342599be@[172.16.52.1]>
24118      Branch: perl
24119            ! vms/descrip_mms.template
24120 ____________________________________________________________________________
24121 [ 10621] By: jhi                                   on 2001/06/16  13:28:37
24122         Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
24123              From: "Craig A. Berry" <craigberry@mac.com>
24124              Date: Fri, 15 Jun 2001 18:39:42 -0500
24125              Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
24126      Branch: perl
24127            ! lib/File/Spec/VMS.pm t/lib/extutils.t
24128 ____________________________________________________________________________
24129 [ 10620] By: jhi                                   on 2001/06/16  13:25:06
24130         Log: Integrate perlio.
24131      Branch: perl
24132           !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
24133           !> t/io/utf8.t t/lib/io_scalar.t
24134 ____________________________________________________________________________
24135 [ 10619] By: nick                                  on 2001/06/15  21:05:19
24136         Log: Generated files
24137      Branch: perlio
24138            ! embed.h proto.h
24139 ____________________________________________________________________________
24140 [ 10618] By: nick                                  on 2001/06/15  20:27:42
24141         Log: Fix open.pm to work via XS-implemented method calls rather
24142              than *open::layers variables which caused all the HV/AV hassle.
24143      Branch: perlio
24144            ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
24145            ! t/lib/io_scalar.t
24146 ____________________________________________________________________________
24147 [ 10617] By: jhi                                   on 2001/06/15  18:50:53
24148         Log: Integrate perlio.
24149      Branch: perl
24150           !> lib/ExtUtils/Constant.pm
24151 ____________________________________________________________________________
24152 [ 10616] By: nick                                  on 2001/06/15  18:46:47
24153         Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
24154      Branch: perlio
24155            ! lib/ExtUtils/Constant.pm
24156 ____________________________________________________________________________
24157 [ 10615] By: jhi                                   on 2001/06/15  18:36:43
24158         Log: Integrate perlio.
24159      Branch: perl
24160           !> ext/Socket/Socket.xs
24161 ____________________________________________________________________________
24162 [ 10614] By: nick                                  on 2001/06/15  18:33:37
24163         Log: MULTIPLICITY fix for Socket.xs
24164      Branch: perlio
24165            ! ext/Socket/Socket.xs
24166 ____________________________________________________________________________
24167 [ 10613] By: jhi                                   on 2001/06/15  16:34:06
24168         Log: Subject: Re: perl@10611
24169              From: Doug MacEachern <dougm@covalent.net>
24170              Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
24171              Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
24172      Branch: perl
24173            ! ext/Socket/Socket.xs
24174 ____________________________________________________________________________
24175 [ 10612] By: nick                                  on 2001/06/15  16:14:38
24176         Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
24177      Branch: perlio
24178           !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
24179           !> ext/Socket/Socket.pm ext/Socket/Socket.xs
24180           !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
24181           !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
24182           !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
24183           !> utils/h2ph.PL
24184 ____________________________________________________________________________
24185 [ 10611] By: jhi                                   on 2001/06/15  14:29:04
24186         Log: Update Changes.
24187      Branch: perl
24188            ! Changes patchlevel.h
24189 ____________________________________________________________________________
24190 [ 10610] By: jhi                                   on 2001/06/15  14:20:33
24191         Log: Upping the test count.
24192      Branch: perl
24193            ! t/lib/filefind.t
24194 ____________________________________________________________________________
24195 [ 10609] By: jhi                                   on 2001/06/15  14:13:29
24196         Log: Integrate perlio.
24197      Branch: perl
24198           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
24199 ____________________________________________________________________________
24200 [ 10608] By: jhi                                   on 2001/06/15  14:12:31
24201         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
24202              From: andreas.koenig@anima.de (Andreas J. Koenig)
24203              Date: 15 Jun 2001 13:30:39 +0200
24204              Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
24205              
24206              Record the grim history.
24207      Branch: perl
24208            ! lib/File/Find.pm
24209 ____________________________________________________________________________
24210 [ 10607] By: jhi                                   on 2001/06/15  14:08:19
24211         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
24212              From: Brian McCauley <nobull@mail.com>
24213              Date: 15 Jun 2001 07:51:26 +0100
24214              Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
24215      Branch: perl
24216            ! lib/File/Find.pm t/lib/filefind.t
24217 ____________________________________________________________________________
24218 [ 10606] By: nick                                  on 2001/06/15  14:00:08
24219         Log: regen_config_h for Win32.
24220      Branch: perlio
24221            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
24222 ____________________________________________________________________________
24223 [ 10605] By: jhi                                   on 2001/06/15  13:49:55
24224         Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
24225              From: Peter Prymmer <pvhp@forte.com>
24226              Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
24227              Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
24228      Branch: perl
24229            ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
24230 ____________________________________________________________________________
24231 [ 10604] By: jhi                                   on 2001/06/15  13:45:03
24232         Log: Some filesystems require writability for rename/unlink.
24233      Branch: perl
24234            ! opcode.pl
24235 ____________________________________________________________________________
24236 [ 10603] By: jhi                                   on 2001/06/15  13:41:34
24237         Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report 
24238              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
24239              Date: Fri, 15 Jun 2001 12:08:53 +0200
24240              Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
24241      Branch: perl
24242            ! perlio.c
24243 ____________________________________________________________________________
24244 [ 10602] By: jhi                                   on 2001/06/15  13:27:04
24245         Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
24246              From: Mike Guy <mjtg@cam.ac.uk>
24247              Date: Fri, 15 Jun 2001 14:11:49 +0100
24248              Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
24249      Branch: perl
24250            ! opcode.pl
24251 ____________________________________________________________________________
24252 [ 10601] By: jhi                                   on 2001/06/15  13:21:18
24253         Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
24254              From: Nicholas Clark <nick@ccl4.org>
24255              Date: Thu, 14 Jun 2001 23:52:56 +0100
24256              Message-ID: <20010614235256.G98663@plum.flirble.org>
24257      Branch: perl
24258            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
24259            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
24260 ____________________________________________________________________________
24261 [ 10600] By: jhi                                   on 2001/06/15  13:16:56
24262         Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
24263              From: Russ Allbery <rra@stanford.edu>
24264              Date: 14 Jun 2001 13:24:43 -0700
24265              Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
24266      Branch: perl
24267            ! ext/GDBM_File/GDBM_File.pm
24268 ____________________________________________________________________________
24269 [ 10599] By: jhi                                   on 2001/06/15  13:15:26
24270         Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
24271              From: Nicholas Clark <nick@ccl4.org>
24272              Date: Thu, 14 Jun 2001 20:37:47 +0100
24273              Message-ID: <20010614203747.F98663@plum.flirble.org>
24274      Branch: perl
24275            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
24276            ! t/lib/gdbm.t
24277 ____________________________________________________________________________
24278 [ 10598] By: jhi                                   on 2001/06/15  13:13:13
24279         Log: Integrate perlio.
24280      Branch: perl
24281           !> makedef.pl sv.c
24282 ____________________________________________________________________________
24283 [ 10597] By: nick                                  on 2001/06/15  11:08:13
24284         Log: Check that HVs with HvNAME() != NULL are really stashes before
24285              treating them as such. Also be more defensive on the GvCV.
24286              Win32 fork and dprof now working again. 
24287      Branch: perlio
24288            ! sv.c
24289 ____________________________________________________________________________
24290 [ 10596] By: nick                                  on 2001/06/15  10:11:20
24291         Log: Integrate mainline.
24292      Branch: perlio
24293           +> Cross/README
24294           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
24295           !> Porting/config_H config_h.SH configure.com epoc/config.sh
24296           !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
24297           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
24298           !> vos/config.ga.h win32/config.bc win32/config.gc
24299           !> win32/config.vc win32/config_H.bc win32/config_H.gc
24300           !> win32/config_H.vc
24301 ____________________________________________________________________________
24302 [ 10595] By: nick                                  on 2001/06/15  09:37:17
24303         Log: Skip Perl_my_bcopy in .def file as we do not provide it.
24304              - Win32 (VC++) now builds but fails:
24305              filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
24306              fork.t     - No &___ENV_HV_NAME___::CLONE method ???
24307              write.t    - open(...,"|-") not implemented on Win32 
24308      Branch: perlio
24309            ! makedef.pl
24310 ____________________________________________________________________________
24311 [ 10594] By: jhi                                   on 2001/06/15  00:17:16
24312         Log: Integrate perlio.
24313      Branch: perl
24314           !> perlio.c win32/makefile.mk
24315 ____________________________________________________________________________
24316 [ 10593] By: jhi                                   on 2001/06/15  00:16:44
24317         Log: Metaconfig unit changes for #10592.
24318      Branch: metaconfig
24319            + U/modified/i_varhdr.U U/modified/startsh.U
24320            - U/a_dvisory/crosscompile.U U/target/Target.U
24321            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
24322            ! U/compline/bitpbyte.U U/compline/byteorder.U
24323            ! U/compline/ccflags.U U/compline/charsize.U
24324            ! U/compline/d_casti32.U U/compline/d_castneg.U
24325            ! U/compline/d_closedir.U U/compline/d_fd_set.U
24326            ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
24327            ! U/compline/d_keepsig.U U/compline/d_open3.U
24328            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
24329            ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
24330            ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
24331            ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
24332            ! U/compline/doublesize.U U/compline/floatsize.U
24333            ! U/compline/nblock_io.U U/compline/orderlib.U
24334            ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
24335            ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
24336            ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
24337            ! U/modified/d_longlong.U U/modified/d_setpgrp.U
24338            ! U/modified/d_strtoul.U U/modified/d_union_semun.U
24339            ! U/modified/spitshell.U U/threads/archname.U
24340            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
24341            ! U/typedefs/gidsize.U U/typedefs/lseektype.U
24342            ! U/typedefs/pidsign.U U/typedefs/pidsize.U
24343            ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
24344            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
24345      Branch: metaconfig/U/perl
24346            + Cross.U
24347            ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
24348            ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
24349            ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
24350            ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
24351            ! stdio_streams.U uselfs.U
24352 ____________________________________________________________________________
24353 [ 10592] By: jhi                                   on 2001/06/15  00:15:52
24354         Log: The first steps towards cross-compilation.
24355              
24356              Abstract execution of compiled test executables with $run,
24357              and abstract transfer of files with $to and $from.
24358              
24359              Under cross-compilation the $run, $to, and $from will point
24360              to appropriate wrapper scripts, by default ssh and scp,
24361              but also rsh, rcp, and cp are supported.  If not
24362              cross-compiling, they will be set to '', ':', and ':',
24363              respectively.
24364              
24365              With these patches I was able to get Configure for
24366              iPAQ ARM Linux on an Intel Linux about 95% right
24367              (only a few tests failed to execute or they produced
24368              incorrect results), and I was able to compile
24369              a functional miniperl.
24370              
24371              The symbol crosscompile renamed to be usecrosscompile,
24372              the corresponding C symbol from CROSSCOMPILE to
24373              USE_CROSS_COMPILE.
24374      Branch: perl
24375            ! Configure Cross/README Makefile.SH Porting/Glossary
24376            ! Porting/config.sh Porting/config_H config_h.SH configure.com
24377            ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
24378            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
24379            ! vos/config.ga.def vos/config.ga.h win32/config.bc
24380            ! win32/config.gc win32/config.vc win32/config_H.bc
24381            ! win32/config_H.gc win32/config_H.vc
24382 ____________________________________________________________________________
24383 [ 10591] By: nick                                  on 2001/06/14  20:00:12
24384         Log: Steps along the road toward Win32 building again.
24385      Branch: perlio
24386            ! perlio.c win32/makefile.mk
24387 ____________________________________________________________________________
24388 [ 10590] By: jhi                                   on 2001/06/14  16:11:11
24389         Log: Integrate perlio.
24390      Branch: perl
24391           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
24392 ____________________________________________________________________________
24393 [ 10589] By: nick                                  on 2001/06/14  13:54:07
24394         Log: Routine regen_config_h for Win32
24395      Branch: perlio
24396            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
24397 ____________________________________________________________________________
24398 [ 10588] By: jhi                                   on 2001/06/14  12:30:46
24399         Log: Integrate perlio.
24400      Branch: perl
24401           +> perlyline.pl
24402           !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
24403 ____________________________________________________________________________
24404 [ 10587] By: jhi                                   on 2001/06/14  12:23:24
24405         Log: A placeholder.
24406      Branch: perl
24407            + Cross/README
24408 ____________________________________________________________________________
24409 [ 10586] By: nick                                  on 2001/06/14  08:25:07
24410         Log: Add new step to run_byacc which:
24411              A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
24412              B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
24413      Branch: perlio
24414            + perlyline.pl
24415            ! MANIFEST Makefile.SH perly.c
24416 ____________________________________________________________________________
24417 [ 10585] By: nick                                  on 2001/06/14  08:22:29
24418         Log: Integrate mainline
24419      Branch: perlio
24420           +> locale.c numeric.c
24421           !> Changes cygwin/Makefile.SHs embed.h embed.pl
24422           !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
24423           !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
24424           !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
24425           !> x2p/Makefile.SH
24426 ____________________________________________________________________________
24427 [ 10584] By: nick                                  on 2001/06/14  08:05:53
24428         Log: Hack to remove insecure directories from PATH so test will run.
24429      Branch: perlio
24430            ! t/lib/filefind.t
24431 ____________________________________________________________________________
24432 [ 10583] By: jhi                                   on 2001/06/14  03:11:16
24433         Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
24434      Branch: perl
24435            - t/lib/mbimbf.t
24436            ! MANIFEST
24437 ____________________________________________________________________________
24438 [ 10582] By: jhi                                   on 2001/06/14  03:04:51
24439         Log: Detypo.
24440      Branch: perl
24441            ! x2p/Makefile.SH
24442 ____________________________________________________________________________
24443 [ 10581] By: jhi                                   on 2001/06/14  03:03:14
24444         Log: de-$CONFIG continues.
24445      Branch: perl
24446            ! cygwin/Makefile.SHs x2p/Makefile.SH
24447 ____________________________________________________________________________
24448 [ 10580] By: jhi                                   on 2001/06/13  23:56:59
24449         Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
24450              From: Nicholas Clark <nick@ccl4.org>
24451              Date: Wed, 13 Jun 2001 21:20:13 +0100
24452              Message-ID: <20010613212013.D98663@plum.flirble.org>
24453      Branch: perl
24454            ! opcode.pl
24455 ____________________________________________________________________________
24456 [ 10579] By: jhi                                   on 2001/06/13  23:55:29
24457         Log: Subject: splitting util.c
24458              From: Hugo <hv@crypt.compulink.co.uk>
24459              Date: Thu, 14 Jun 2001 00:41:08 +0100
24460              Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
24461      Branch: perl
24462            + locale.c numeric.c
24463            ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
24464            ! pod/perlapi.pod proto.h util.c
24465 ____________________________________________________________________________
24466 [ 10578] By: jhi                                   on 2001/06/13  23:45:11
24467         Log: Upgrade to Math::BigInt 1.34 from Tels.
24468      Branch: perl
24469            + t/lib/mbimbf.t
24470            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
24471            ! t/lib/bigfltpm.t t/lib/bigintpm.t
24472 ____________________________________________________________________________
24473 [ 10577] By: nick                                  on 2001/06/13  19:02:48
24474         Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
24475      Branch: perlio
24476           !> (integrate 125 files)
24477 ____________________________________________________________________________
24478 [ 10576] By: jhi                                   on 2001/06/13  18:10:01
24479         Log: Update Changes.
24480      Branch: perl
24481            ! Changes patchlevel.h
24482 ____________________________________________________________________________
24483 [ 10575] By: jhi                                   on 2001/06/13  18:05:09
24484         Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
24485              From: "Craig A. Berry" <craigberry@mac.com>
24486              Date: Wed, 13 Jun 2001 13:24:28 -0500
24487              Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
24488      Branch: perl
24489            ! ext/re/Makefile.PL
24490 ____________________________________________________________________________
24491 [ 10574] By: jhi                                   on 2001/06/13  17:34:36
24492         Log: Mc.u.c. for #10573.
24493      Branch: metaconfig
24494            ! U/threads/usethreads.U
24495 ____________________________________________________________________________
24496 [ 10573] By: jhi                                   on 2001/06/13  17:34:00
24497         Log: It would be also be good if I could type.
24498      Branch: perl
24499            ! Configure
24500 ____________________________________________________________________________
24501 [ 10572] By: jhi                                   on 2001/06/13  17:26:29
24502         Log: Metaconfig unit change for #10571.
24503      Branch: metaconfig
24504            ! U/threads/usethreads.U
24505 ____________________________________________________________________________
24506 [ 10571] By: jhi                                   on 2001/06/13  17:26:05
24507         Log: A non-empty default is a good thing.
24508      Branch: perl
24509            ! Configure
24510 ____________________________________________________________________________
24511 [ 10570] By: jhi                                   on 2001/06/13  17:15:16
24512         Log: Metaconfig unit change for #10569.
24513      Branch: metaconfig
24514            ! U/threads/usethreads.U
24515 ____________________________________________________________________________
24516 [ 10569] By: jhi                                   on 2001/06/13  17:14:17
24517         Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
24518              extremely experimental, not even prompted for.
24519      Branch: perl
24520            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24521            ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
24522            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
24523            ! win32/config.bc win32/config.gc win32/config.vc
24524 ____________________________________________________________________________
24525 [ 10568] By: jhi                                   on 2001/06/13  16:22:27
24526         Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
24527      Branch: perl
24528            ! pod/perlfaq6.pod
24529 ____________________________________________________________________________
24530 [ 10567] By: jhi                                   on 2001/06/13  16:20:23
24531         Log: Integrate perlio; conflicts, accept Nick's versions.
24532      Branch: perl
24533           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
24534           !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
24535 ____________________________________________________________________________
24536 [ 10566] By: jhi                                   on 2001/06/13  16:17:42
24537         Log: Subject: Re: ext/ + -Wall
24538              From: Doug MacEachern <dougm@covalent.net>
24539              Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
24540              Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
24541      Branch: perl
24542            ! XSUB.h lib/ExtUtils/xsubpp perl.h
24543 ____________________________________________________________________________
24544 [ 10565] By: jhi                                   on 2001/06/13  16:16:07
24545         Log: Similar logic as DB_File.xs, using the modern macros and
24546              defines them to older ones for older Perls where PERL_VERSION
24547              is not defined, from Doug MacEachern.
24548      Branch: perl
24549            ! ext/Storable/Storable.xs
24550 ____________________________________________________________________________
24551 [ 10564] By: nick                                  on 2001/06/13  15:22:01
24552         Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
24553              and using that instead (name lookups are sequential search for now).
24554      Branch: perlio
24555            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
24556            ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
24557 ____________________________________________________________________________
24558 [ 10563] By: jhi                                   on 2001/06/13  14:07:43
24559         Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
24560              From: "Richard Soderberg" <rs@crystalflame.net>
24561              Date: Sat, 26 May 2001 06:44:20 -0700
24562              Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
24563      Branch: perl
24564            ! sv.c t/op/glob.t
24565 ____________________________________________________________________________
24566 [ 10562] By: jhi                                   on 2001/06/13  13:55:10
24567         Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
24568              From: "Craig A. Berry" <craigberry@mac.com>
24569              Date: Tue, 12 Jun 2001 23:55:26 -0500
24570              Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
24571      Branch: perl
24572            ! ext/re/Makefile.PL ext/re/re.xs
24573 ____________________________________________________________________________
24574 [ 10561] By: jhi                                   on 2001/06/13  13:44:58
24575         Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
24576              suggested by NI-S.
24577      Branch: perl
24578            ! XSUB.h malloc.c perl.h
24579 ____________________________________________________________________________
24580 [ 10560] By: jhi                                   on 2001/06/13  13:35:42
24581         Log: Regen toc.
24582      Branch: perl
24583            ! pod/perltoc.pod
24584 ____________________________________________________________________________
24585 [ 10559] By: jhi                                   on 2001/06/13  12:53:18
24586         Log: Subject: [patch] perl.gprof control
24587              From: Doug MacEachern <dougm@covalent.net>
24588              Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
24589              Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
24590      Branch: perl
24591            ! miniperlmain.c perl.h
24592 ____________________________________________________________________________
24593 [ 10558] By: jhi                                   on 2001/06/13  12:51:47
24594         Log: Subject: Re: ext/ + -Wall
24595              From: Doug MacEachern <dougm@covalent.net>
24596              Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
24597              Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
24598              
24599              Document ax and break up dXSARGS.
24600      Branch: perl
24601            ! XSUB.h pod/perlapi.pod
24602 ____________________________________________________________________________
24603 [ 10557] By: jhi                                   on 2001/06/13  12:39:55
24604         Log: More AIX tweakage from Merijn.
24605      Branch: perl
24606            ! hints/aix.sh
24607 ____________________________________________________________________________
24608 [ 10556] By: jhi                                   on 2001/06/13  03:26:58
24609         Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
24610              From: "Craig A. Berry" <craigberry@mac.com>
24611              Date: Tue, 12 Jun 2001 22:57:45 -0500
24612              Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
24613      Branch: perl
24614            ! vms/descrip_mms.template
24615 ____________________________________________________________________________
24616 [ 10555] By: jhi                                   on 2001/06/13  02:50:43
24617         Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
24618              From: "Craig A. Berry" <craigberry@mac.com>
24619              Date: Tue, 12 Jun 2001 22:21:39 -0500
24620              Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
24621      Branch: perl
24622            ! configure.com util.c
24623 ____________________________________________________________________________
24624 [ 10554] By: jhi                                   on 2001/06/13  02:23:16
24625         Log: New AIX dynaloading code from Jens-Uwe Mager.
24626              Does break binary compatibility.
24627      Branch: perl
24628            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
24629 ____________________________________________________________________________
24630 [ 10553] By: jhi                                   on 2001/06/13  02:10:16
24631         Log: VMS DEC C compiler found nits by Peter Prymmer.
24632      Branch: perl
24633            ! util.c
24634 ____________________________________________________________________________
24635 [ 10552] By: jhi                                   on 2001/06/13  01:36:12
24636         Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
24637              From: Peter Prymmer <pvhp@forte.com>
24638              Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
24639              Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
24640      Branch: perl
24641            ! t/lib/filecomp.t
24642 ____________________________________________________________________________
24643 [ 10551] By: jhi                                   on 2001/06/13  01:26:53
24644         Log: I wonder how many $CONFIGs still lurk in the shadows.
24645      Branch: perl
24646            ! pod/Makefile.SH x2p/cflags.SH
24647 ____________________________________________________________________________
24648 [ 10550] By: jhi                                   on 2001/06/13  01:25:12
24649         Log: Grok three kinds of line endings, should fix [ID 20010612.003]
24650      Branch: perl
24651            ! pod/checkpods.PL
24652 ____________________________________________________________________________
24653 [ 10549] By: jhi                                   on 2001/06/13  01:05:28
24654         Log: Use __attribute__((unused)) to silence -Wall on unused ax.
24655      Branch: perl
24656            ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
24657 ____________________________________________________________________________
24658 [ 10548] By: jhi                                   on 2001/06/13  00:41:28
24659         Log: Subject: [patch] rid local_patches warnings
24660              From: Doug MacEachern <dougm@covalent.net>
24661              Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
24662              Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
24663      Branch: perl
24664            ! ext/List/Util/Util.xs ext/Storable/Storable.xs
24665 ____________________________________________________________________________
24666 [ 10547] By: jhi                                   on 2001/06/13  00:40:29
24667         Log: Subject: Re: ext/ + -Wall
24668              From: Doug MacEachern <dougm@covalent.net>
24669              Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
24670              Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
24671      Branch: perl
24672            ! ext/attrs/attrs.xs
24673 ____________________________________________________________________________
24674 [ 10546] By: jhi                                   on 2001/06/13  00:39:06
24675         Log: Subject: [PATCH] perlretut.pod: unterminated C<>
24676              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
24677              Date: Tue, 12 Jun 2001 14:36:20 -0400
24678              Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
24679      Branch: perl
24680            ! pod/perlretut.pod
24681 ____________________________________________________________________________
24682 [ 10545] By: jhi                                   on 2001/06/13  00:38:02
24683         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
24684              From: Mike Guy <mjtg@cam.ac.uk>
24685              Date: Tue, 12 Jun 2001 19:10:31 +0100
24686              Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
24687              
24688              Subject: Re: [ID 20010612.001] out of memory during regex compilation
24689              From: Mike Guy <mjtg@cam.ac.uk>
24690              Date: Tue, 12 Jun 2001 19:21:01 +0100
24691              Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
24692      Branch: perl
24693            ! pod/perlop.pod
24694 ____________________________________________________________________________
24695 [ 10544] By: jhi                                   on 2001/06/13  00:34:39
24696         Log: AIX tweaks from Merijn H. Brand.
24697      Branch: perl
24698            ! hints/aix.sh
24699 ____________________________________________________________________________
24700 [ 10543] By: jhi                                   on 2001/06/13  00:11:42
24701         Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
24702              From: "Brendan O'Dea" <bod@compusol.com.au>
24703              Date: Wed, 13 Jun 2001 05:16:47 +1000
24704              Message-ID: <20010613051647.A8945@compusol.com.au>
24705      Branch: maint-5.6/perl
24706            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
24707 ____________________________________________________________________________
24708 [ 10542] By: jhi                                   on 2001/06/13  00:07:50
24709         Log: Subject: Small bcopy cleanup
24710              From: Andy Dougherty <doughera@lafayette.edu>
24711              Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
24712              Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
24713      Branch: perl
24714            ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
24715 ____________________________________________________________________________
24716 [ 10541] By: jhi                                   on 2001/06/13  00:05:18
24717         Log: Subject: [PATCH] Re: ext/ + -Wall
24718              From: Nicholas Clark <nick@ccl4.org>
24719              Date: Wed, 13 Jun 2001 00:04:30 +0100
24720              Message-ID: <20010613000430.M5901@plum.flirble.org>
24721      Branch: perl
24722            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
24723 ____________________________________________________________________________
24724 [ 10540] By: jhi                                   on 2001/06/13  00:02:25
24725         Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
24726              From: Nicholas Clark <nick@ccl4.org>
24727              Date: Tue, 12 Jun 2001 23:53:07 +0100
24728              Message-ID: <20010612235307.L5901@plum.flirble.org>
24729      Branch: perl
24730            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
24731 ____________________________________________________________________________
24732 [ 10539] By: jhi                                   on 2001/06/12  23:59:10
24733         Log: MPE/iX tweaks from Mark Bixby.
24734      Branch: perl
24735            ! hints/mpeix.sh mpeix/mpeixish.h util.c
24736 ____________________________________________________________________________
24737 [ 10538] By: jhi                                   on 2001/06/12  14:16:15
24738         Log: Update Changes.
24739      Branch: perl
24740            ! Changes patchlevel.h
24741 ____________________________________________________________________________
24742 [ 10537] By: jhi                                   on 2001/06/12  14:11:26
24743         Log: One less -Wall whine (found under DEBUGGING).
24744      Branch: perl
24745            ! x2p/Makefile.SH x2p/a2p.c
24746 ____________________________________________________________________________
24747 [ 10536] By: jhi                                   on 2001/06/12  13:32:09
24748         Log: s/case-independent/case-insensitive/g
24749      Branch: perl
24750            ! pod/perldebug.pod
24751 ____________________________________________________________________________
24752 [ 10535] By: jhi                                   on 2001/06/12  13:27:28
24753         Log: As suggested in    
24754              
24755              Subject: Re: ext/ + -Wall
24756              From: Gurusamy Sarathy <gsar@ActiveState.com>
24757              Date: Mon, 11 Jun 2001 23:34:31 -0700
24758              Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
24759      Branch: perl
24760            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
24761            ! perl.h
24762 ____________________________________________________________________________
24763 [ 10534] By: jhi                                   on 2001/06/12  13:13:27
24764         Log: Subject: ext/ + -Wall
24765              From: Doug MacEachern <dougm@covalent.net>
24766              Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
24767              Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
24768      Branch: perl
24769            ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
24770            ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
24771            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
24772            ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
24773            ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
24774            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
24775            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
24776            ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
24777            ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
24778            ! lib/ExtUtils/xsubpp
24779 ____________________________________________________________________________
24780 [ 10533] By: jhi                                   on 2001/06/12  12:52:57
24781         Log: Subject: [PATCH] anonymous stashes
24782              From: Abhijit Menon-Sen <ams@wiw.org>
24783              Date: Tue, 12 Jun 2001 12:47:04 +0530
24784              Message-ID: <20010612124704.A29029@lustre.linux.in>
24785      Branch: perl
24786            ! dump.c gv.c sv.c xsutils.c
24787 ____________________________________________________________________________
24788 [ 10532] By: jhi                                   on 2001/06/12  12:37:36
24789         Log: One more test for $^S.
24790      Branch: perl
24791            ! t/op/magic.t
24792 ____________________________________________________________________________
24793 [ 10531] By: jhi                                   on 2001/06/12  12:35:02
24794         Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
24795              From: Abhijit Menon-Sen <ams@wiw.org>
24796              Date: Tue, 12 Jun 2001 17:35:55 +0530
24797              Message-ID: <20010612173555.A32426@lustre.linux.in>
24798      Branch: perl
24799            ! mg.c t/op/magic.t
24800 ____________________________________________________________________________
24801 [ 10530] By: jhi                                   on 2001/06/12  12:31:11
24802         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
24803              From: Mike Guy <mjtg@cam.ac.uk>
24804              Date: Tue, 12 Jun 2001 13:14:15 +0100
24805              Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
24806      Branch: perl
24807            ! pod/perlop.pod
24808 ____________________________________________________________________________
24809 [ 10529] By: jhi                                   on 2001/06/12  12:21:06
24810         Log: AUTHORS updates.
24811      Branch: perl
24812            ! AUTHORS
24813 ____________________________________________________________________________
24814 [ 10528] By: jhi                                   on 2001/06/12  12:19:47
24815         Log: Subject: [PATCH] rhapsody/darwin minor cleanup
24816              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
24817              Content-Transfer-Encoding: 7bit
24818              Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
24819      Branch: perl
24820            ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
24821 ____________________________________________________________________________
24822 [ 10527] By: jhi                                   on 2001/06/12  11:58:53
24823         Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
24824              From: "Philip Newton" <Philip.Newton@gmx.net>
24825              Date: Mon, 11 Jun 2001 07:08:03 +0200
24826              Message-Id: <200106120802.LAA08992@taas.iki.fi>
24827      Branch: perl
24828            ! t/base/term.t
24829 ____________________________________________________________________________
24830 [ 10526] By: jhi                                   on 2001/06/12  01:35:34
24831         Log: Cleanup the a2p.c for -Wall.
24832      Branch: perl
24833            ! x2p/Makefile.SH x2p/a2p.c
24834 ____________________________________________________________________________
24835 [ 10525] By: jhi                                   on 2001/06/12  01:10:56
24836         Log: File::Find update for MacOS from Chris Nandor.
24837      Branch: perl
24838            ! lib/File/Find.pm t/lib/filefind.t
24839 ____________________________________________________________________________
24840 [ 10524] By: jhi                                   on 2001/06/12  00:29:20
24841         Log: gcc -Wall nits picked out by a non-UNIX system
24842              (courtesy of Mark Bixby)
24843      Branch: perl
24844            ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
24845            ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
24846            ! pp_sys.c util.c
24847 ____________________________________________________________________________
24848 [ 10523] By: jhi                                   on 2001/06/11  22:34:03
24849         Log: Metaconfig unit change for #10522.  (The d_modfl changes
24850              placate metalint.)
24851      Branch: metaconfig/U/perl
24852            ! d_modfl.U d_u32align.U
24853 ____________________________________________________________________________
24854 [ 10522] By: jhi                                   on 2001/06/11  22:33:00
24855         Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
24856              be "./try 2>&1 >/dev/null".
24857      Branch: perl
24858            ! Configure
24859 ____________________________________________________________________________
24860 [ 10521] By: jhi                                   on 2001/06/11  19:49:54
24861         Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
24862              From: "Craig A. Berry" <craigberry@mac.com>
24863              Date: Mon, 11 Jun 2001 14:00:32 -0500
24864              Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
24865      Branch: perl
24866            ! configure.com
24867 ____________________________________________________________________________
24868 [ 10520] By: jhi                                   on 2001/06/11  17:55:47
24869         Log: Move the full \p\P lists to perlunicode.
24870      Branch: perl
24871            ! pod/perlretut.pod pod/perlunicode.pod
24872 ____________________________________________________________________________
24873 [ 10519] By: jhi                                   on 2001/06/11  17:10:00
24874         Log: VOS build tweak for 5.6.1 from Paul Green.
24875      Branch: maint-5.6/perl
24876            ! vos/build.cm
24877 ____________________________________________________________________________
24878 [ 10518] By: jhi                                   on 2001/06/11  17:07:03
24879         Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
24880              From: "Craig A. Berry" <craigberry@mac.com>
24881              Date: Fri, 8 Jun 2001 18:08:18 -0500
24882              Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
24883      Branch: perl
24884            ! vms/vms.c
24885 ____________________________________________________________________________
24886 [ 10517] By: jhi                                   on 2001/06/11  14:52:01
24887         Log: Update Changes.
24888      Branch: perl
24889            ! Changes patchlevel.h
24890 ____________________________________________________________________________
24891 [ 10516] By: jhi                                   on 2001/06/11  14:46:33
24892         Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
24893      Branch: perl
24894            ! vos/config.alpha.h vos/config.ga.h
24895 ____________________________________________________________________________
24896 [ 10515] By: jhi                                   on 2001/06/11  14:39:05
24897         Log: VOS updates from Paul Green for @10476.
24898      Branch: perl
24899            ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
24900            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
24901            ! vos/config.ga.h vos/configure_perl.cm
24902 ____________________________________________________________________________
24903 [ 10514] By: jhi                                   on 2001/06/11  12:58:43
24904         Log: Subject: [PATCH] Not many people know this ...
24905              From: Mike Guy <mjtg@cam.ac.uk>
24906              Date: Mon, 11 Jun 2001 14:55:15 +0100
24907              Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
24908      Branch: perl
24909            ! pod/perldebug.pod
24910 ____________________________________________________________________________
24911 [ 10513] By: jhi                                   on 2001/06/11  12:30:06
24912         Log: Add final commas to lists as suggested by Philip Newton.
24913      Branch: perl
24914            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
24915 ____________________________________________________________________________
24916 [ 10512] By: jhi                                   on 2001/06/11  12:28:49
24917         Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
24918              Date: Sun, 10 Jun 2001 23:35:38 -0400
24919              From: Chris Nandor <pudge@pobox.com>
24920              Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
24921      Branch: perl
24922            ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
24923            ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
24924            ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
24925            ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
24926            ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
24927            ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
24928            ! t/op/write.t t/pragma/strict.t
24929 ____________________________________________________________________________
24930 [ 10511] By: jhi                                   on 2001/06/11  12:13:31
24931         Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
24932              From: Chris Nandor <pudge@pobox.com>
24933              Date: Mon, 11 Jun 2001 08:24:28 -0400
24934              Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
24935      Branch: perl
24936            ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
24937            ! t/lib/io_dir.t
24938 ____________________________________________________________________________
24939 [ 10510] By: jhi                                   on 2001/06/11  12:03:16
24940         Log: One more run_byacc (a hand-tweaked version had slipped in).
24941      Branch: perl
24942            ! perly.c vms/perly_c.vms
24943 ____________________________________________________________________________
24944 [ 10509] By: nick                                  on 2001/06/11  07:49:15
24945         Log: Integrate mainline
24946      Branch: perlio
24947           !> Makefile.SH embed.h embed.pl global.sym
24948           !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
24949           !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
24950           !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
24951           !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
24952 ____________________________________________________________________________
24953 [ 10508] By: jhi                                   on 2001/06/10  22:38:05
24954         Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
24955              From: Mike Guy <mjtg@cam.ac.uk>
24956              Reply-To: mjtg@cam.ac.uk
24957              Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
24958      Branch: perl
24959            ! lib/ExtUtils/Manifest.pm
24960 ____________________________________________________________________________
24961 [ 10507] By: jhi                                   on 2001/06/10  22:37:16
24962         Log: Subject: [PATCH] ExtUtils::Constant
24963              From: Nicholas Clark <nick@ccl4.org>
24964              Date: Sun, 10 Jun 2001 23:25:41 +0100
24965              Message-ID: <20010610232540.C76396@plum.flirble.org>
24966      Branch: perl
24967            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
24968 ____________________________________________________________________________
24969 [ 10506] By: jhi                                   on 2001/06/10  20:57:20
24970         Log: Integrate perlio.
24971      Branch: perl
24972           !> iperlsys.h
24973 ____________________________________________________________________________
24974 [ 10505] By: jhi                                   on 2001/06/10  18:37:57
24975         Log: Move the grok_number and its lieutenant grok_numeric_radix
24976              from sv.c statics to util.c and public.
24977      Branch: perl
24978            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
24979            ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
24980 ____________________________________________________________________________
24981 [ 10504] By: nick                                  on 2001/06/10  17:47:06
24982         Log: Fix (valid) -Wall warnings in perlio.c
24983      Branch: perlio
24984            ! iperlsys.h
24985 ____________________________________________________________________________
24986 [ 10503] By: jhi                                   on 2001/06/10  17:38:28
24987         Log: Update perly_c.diff, update perly.fixer to edit away
24988              some of the -Wall noise.
24989      Branch: perl
24990            ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
24991 ____________________________________________________________________________
24992 [ 10502] By: jhi                                   on 2001/06/10  17:09:42
24993         Log: Check the version of byacc.
24994      Branch: perl
24995            ! Makefile.SH
24996 ____________________________________________________________________________
24997 [ 10501] By: jhi                                   on 2001/06/10  17:00:08
24998         Log: Subject: [PATCH] perly.y overhaul
24999              From: Simon Cozens <simon@netthink.co.uk>
25000              Date: Sun, 10 Jun 2001 16:56:54 +0100
25001              Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
25002              
25003              Plus make run_byacc.
25004      Branch: perl
25005            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
25006 ____________________________________________________________________________
25007 [ 10500] By: jhi                                   on 2001/06/10  16:07:28
25008         Log: Integrate perlio.
25009      Branch: perl
25010           !> perlio.c perlsfio.h
25011 ____________________________________________________________________________
25012 [ 10499] By: nick                                  on 2001/06/10  15:01:08
25013         Log: Integrate mainline
25014      Branch: perlio
25015           !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
25016           !> t/pragma/locale.t util.c
25017 ____________________________________________________________________________
25018 [ 10498] By: jhi                                   on 2001/06/10  13:49:23
25019         Log: Put some meat on the perl572delta bones.  The list of
25020              selected bug fixes needs more work, as does still the
25021              whole document.
25022      Branch: perl
25023            ! pod/perl572delta.pod
25024 ____________________________________________________________________________
25025 [ 10497] By: nick                                  on 2001/06/10  12:27:51
25026         Log: Paper over a crack or two with USE_SFIO
25027      Branch: perlio
25028            ! perlio.c perlsfio.h
25029 ____________________________________________________________________________
25030 [ 10496] By: jhi                                   on 2001/06/10  11:04:22
25031         Log: Update Changes.
25032      Branch: perl
25033            ! Changes patchlevel.h
25034 ____________________________________________________________________________
25035 [ 10495] By: jhi                                   on 2001/06/10  10:55:34
25036         Log: Subject: Re: pragma/locale.t #107
25037              From: Hugo <hv@crypt.compulink.co.uk>
25038              Date: Sun, 10 Jun 2001 11:23:30 +0100
25039              Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
25040              
25041              Encapsulate the scan of the decimal radix separator.
25042      Branch: perl
25043            ! embed.h embed.pl proto.h sv.c
25044 ____________________________________________________________________________
25045 [ 10494] By: jhi                                   on 2001/06/10  03:00:17
25046         Log: Try to grok numbers both with the locale specific separator
25047              and with the usual "." (if different from the lss); add a test
25048              to locale.t to do also a little bit of math in addition to just
25049              equalness testing; remove extraneous logic as suggested in
25050              
25051              Subject: Re: pragma/locale.t #107
25052              From: Nicholas Clark <nick@ccl4.org>
25053              Date: Sat, 9 Jun 2001 22:37:36 +0100
25054              Message-ID: <20010609223735.Y76396@plum.flirble.org>
25055      Branch: perl
25056            ! sv.c t/pragma/locale.t
25057 ____________________________________________________________________________
25058 [ 10493] By: jhi                                   on 2001/06/10  01:25:23
25059         Log: Metaconfig unit change for #10492.
25060      Branch: metaconfig/U/perl
25061            ! Extensions.U
25062 ____________________________________________________________________________
25063 [ 10492] By: jhi                                   on 2001/06/10  01:23:59
25064         Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
25065              From: Artur Bergman <artur@contiller.se> 
25066              Date: Sat, 09 Jun 2001 21:03:51 +0200
25067              Message-ID: <B7483FB6.1398%artur@contiller.se>
25068      Branch: perl
25069            ! Configure
25070 ____________________________________________________________________________
25071 [ 10491] By: jhi                                   on 2001/06/10  01:15:40
25072         Log: Integrate perlio.
25073      Branch: perl
25074           !> perlsfio.h
25075 ____________________________________________________________________________
25076 [ 10490] By: jhi                                   on 2001/06/10  01:08:26
25077         Log: Do locale specific separator if only in locale.
25078      Branch: perl
25079            ! util.c
25080 ____________________________________________________________________________
25081 [ 10489] By: nick                                  on 2001/06/09  19:13:25
25082         Log: Make XS/Typemap compile (but fail) with sfio
25083      Branch: perlio
25084            ! perlsfio.h
25085 ____________________________________________________________________________
25086 [ 10488] By: nick                                  on 2001/06/09  19:12:51
25087         Log: Re-integrate mainline
25088      Branch: perlio
25089           !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
25090           !> proto.h sv.c util.c
25091 ____________________________________________________________________________
25092 [ 10487] By: nick                                  on 2001/06/09  16:26:29
25093         Log: Integrate mainline
25094      Branch: perlio
25095           !> (integrate 31 files)
25096 ____________________________________________________________________________
25097 [ 10486] By: jhi                                   on 2001/06/09  16:11:51
25098         Log: Subject: [PATCH] New attempt to clone callack
25099              From: Artur Bergman <artur@contiller.se> 
25100              Date: Thu, 07 Jun 2001 11:52:16 +0200
25101              Message-ID: <B7451B6F.12B7%artur@contiller.se>
25102      Branch: perl
25103            ! embedvar.h intrpvar.h perlapi.h sv.c
25104 ____________________________________________________________________________
25105 [ 10485] By: jhi                                   on 2001/06/09  15:23:52
25106         Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
25107      Branch: perl
25108            ! embed.h embed.pl perl.h proto.h sv.c util.c
25109 ____________________________________________________________________________
25110 [ 10484] By: jhi                                   on 2001/06/09  14:47:25
25111         Log: Subject: Re: pragma/locale.t #107
25112              From: Nicholas Clark <nick@ccl4.org>
25113              Date: Sat, 9 Jun 2001 16:26:10 +0100
25114              Message-ID: <20010609162609.V76396@plum.flirble.org>
25115              
25116              A missing NVification.
25117      Branch: perl
25118            ! sv.c
25119 ____________________________________________________________________________
25120 [ 10483] By: jhi                                   on 2001/06/08  19:40:32
25121         Log: Redo the #10482, there already was a test script for formats.
25122      Branch: perl
25123            - t/io/format.t
25124            ! MANIFEST t/op/write.t
25125 ____________________________________________________________________________
25126 [ 10482] By: jhi                                   on 2001/06/08  19:34:45
25127         Log: Twisted format testing, from Merijn.
25128      Branch: perl
25129            + t/io/format.t
25130            ! MANIFEST
25131 ____________________________________________________________________________
25132 [ 10481] By: jhi                                   on 2001/06/08  19:21:56
25133         Log: More \p{In...} testing, combined with \N{...}.
25134      Branch: perl
25135            ! lib/utf8_heavy.pl t/op/pat.t
25136 ____________________________________________________________________________
25137 [ 10480] By: jhi                                   on 2001/06/08  14:16:06
25138         Log: Metaconfig changes for #10479.
25139      Branch: metaconfig
25140            ! U/Glossary.patch
25141      Branch: metaconfig/U/perl
25142            ! d_modfl.U
25143 ____________________________________________________________________________
25144 [ 10479] By: jhi                                   on 2001/06/08  14:15:32
25145         Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
25146      Branch: perl
25147            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25148            ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
25149            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
25150            ! win32/config.bc win32/config.gc win32/config.vc
25151 ____________________________________________________________________________
25152 [ 10478] By: jhi                                   on 2001/06/08  12:20:41
25153         Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
25154              From: "Craig A. Berry" <craigberry@mac.com>
25155              Date: Thu, 7 Jun 2001 14:27:20 -0500
25156              Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
25157      Branch: perl
25158            ! vms/perlvms.pod
25159 ____________________________________________________________________________
25160 [ 10477] By: jhi                                   on 2001/06/08  12:19:00
25161         Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
25162              From: Gisle Aas <gisle@ActiveState.com>
25163              Date: 07 Jun 2001 17:04:29 -0700
25164              Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
25165      Branch: perl
25166            ! ext/re/re.xs
25167 ____________________________________________________________________________
25168 [ 10476] By: jhi                                   on 2001/06/08  01:35:42
25169         Log: Update Changes.
25170      Branch: perl
25171            ! Changes patchlevel.h
25172 ____________________________________________________________________________
25173 [ 10475] By: jhi                                   on 2001/06/08  00:53:45
25174         Log: Regen Glossary et alia.
25175      Branch: perl
25176            ! Porting/Glossary Porting/config.sh Porting/config_H
25177 ____________________________________________________________________________
25178 [ 10474] By: jhi                                   on 2001/06/07  22:06:38
25179         Log: Metaconfig unit changes for #10473.
25180      Branch: metaconfig/U/perl
25181            ! d_modfl.U
25182 ____________________________________________________________________________
25183 [ 10473] By: jhi                                   on 2001/06/07  22:06:16
25184         Log: Harumph, also AIX will spill its guts (i.e. dump core)
25185              if an executable contains modfl() but it hasn't been
25186              compiled right (in the case of AIX, with cc -qlongdouble).
25187      Branch: perl
25188            ! Configure
25189 ____________________________________________________________________________
25190 [ 10472] By: gsar                                  on 2001/06/07  20:04:28
25191         Log: integrate change#10471 from mainline
25192              
25193              in change#10451, check that CvOUTSIDE is a CV before looking in
25194              (it can apparently be SVt_NULL during global destruction)
25195      Branch: maint-5.6/perl
25196           !> op.c
25197 ____________________________________________________________________________
25198 [ 10471] By: gsar                                  on 2001/06/07  20:01:31
25199         Log: in change#10451, check that CvOUTSIDE is a CV before looking in
25200              (it can apparently be SVt_NULL during global destruction)
25201      Branch: perl
25202            ! op.c
25203 ____________________________________________________________________________
25204 [ 10470] By: jhi                                   on 2001/06/07  12:17:51
25205         Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
25206              From: Robin Barker <rmb1@cise.npl.co.uk>
25207              Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
25208              Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
25209      Branch: perl
25210            ! lib/diagnostics.pm pod/perldiag.pod
25211 ____________________________________________________________________________
25212 [ 10469] By: jhi                                   on 2001/06/07  12:16:12
25213         Log: Subject: [PATCH perl@10439] long =item
25214              From: Robin Barker <rmb1@cise.npl.co.uk>
25215              Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
25216              Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
25217      Branch: perl
25218            ! README.amiga lib/Attribute/Handlers.pm
25219            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
25220 ____________________________________________________________________________
25221 [ 10468] By: jhi                                   on 2001/06/07  12:08:56
25222         Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
25223              Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
25224              Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
25225              Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
25226      Branch: perl
25227            ! pod/perlguts.pod
25228 ____________________________________________________________________________
25229 [ 10467] By: jhi                                   on 2001/06/07  12:04:26
25230         Log: Integrate perlio.
25231      Branch: perl
25232           !> sv.c
25233 ____________________________________________________________________________
25234 [ 10466] By: nick                                  on 2001/06/07  10:25:40
25235         Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
25236              whitespace tweaks.
25237              Still coredumps in pragma/overload.t - what a nice hard fail that is...
25238      Branch: perlio
25239            ! sv.c
25240 ____________________________________________________________________________
25241 [ 10465] By: nick                                  on 2001/06/07  08:41:58
25242         Log: Raw integrate of mainline for S_grok_number debug
25243              (sv.c has MULTIPLICITY issues as well as whatever else ...)
25244      Branch: perlio
25245            - plan9/perlplan9.doc plan9/perlplan9.pod
25246           !> (integrate 46 files)
25247 ____________________________________________________________________________
25248 [ 10464] By: jhi                                   on 2001/06/06  23:33:58
25249         Log: The proper prototyping for #10463.
25250      Branch: perl
25251            ! embed.h embed.pl proto.h sv.c
25252 ____________________________________________________________________________
25253 [ 10463] By: jhi                                   on 2001/06/06  23:15:30
25254         Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
25255              From: Nicholas Clark <nick@ccl4.org>
25256              Date: Thu, 7 Jun 2001 00:29:59 +0100
25257              Message-ID: <20010607002959.Z76396@plum.flirble.org>
25258      Branch: perl
25259            ! sv.c
25260 ____________________________________________________________________________
25261 [ 10462] By: jhi                                   on 2001/06/06  23:13:19
25262         Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
25263              From: "Craig A. Berry" <craigberry@mac.com>
25264              Date: Wed, 06 Jun 2001 17:54:30 -0500
25265              Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
25266      Branch: perl
25267            ! vms/perlvms.pod
25268 ____________________________________________________________________________
25269 [ 10461] By: jhi                                   on 2001/06/06  23:10:00
25270         Log: Podify the remaining README.platform files;
25271              merge README.plan9 and plan9/perlplan9.pod;
25272              delete plan9/perlplan9.* (the perlplan.doc needs to
25273              be regenerated in Plan 9); make the =head1 and =head2
25274              in the README.platform to be a little more verbose
25275              (skipped README.os2 not to anger Ilya) so that they
25276              look better in the toc; regen toc.
25277      Branch: perl
25278            - plan9/perlplan9.doc plan9/perlplan9.pod
25279            ! MANIFEST README.aix README.amiga README.apollo README.beos
25280            ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
25281            ! README.hpux README.hurd README.machten README.macos
25282            ! README.micro README.mint README.mpeix README.os390
25283            ! README.plan9 README.qnx README.solaris README.threads
25284            ! README.tru64 README.vmesa README.vms README.vos README.win32
25285            ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
25286            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
25287 ____________________________________________________________________________
25288 [ 10460] By: jhi                                   on 2001/06/06  20:58:53
25289         Log: Subject: [PATCH] Re: Bug in perlguts documentation?
25290              From: Mike Guy <mjtg@cam.ac.uk>
25291              Reply-To: mjtg@cam.ac.uk
25292              Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
25293      Branch: perl
25294            ! pod/perlguts.pod
25295 ____________________________________________________________________________
25296 [ 10459] By: jhi                                   on 2001/06/06  20:58:15
25297         Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
25298              From: Mike Guy <mjtg@cam.ac.uk>
25299              Reply-To: mjtg@cam.ac.uk
25300              Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
25301      Branch: perl
25302            ! pod/perlsec.pod
25303 ____________________________________________________________________________
25304 [ 10458] By: jhi                                   on 2001/06/06  20:56:04
25305         Log: Disable long doubles from pre-5.0 Tru64s.
25306      Branch: perl
25307            ! README.tru64 hints/dec_osf.sh
25308 ____________________________________________________________________________
25309 [ 10457] By: jhi                                   on 2001/06/06  20:49:23
25310         Log: The #10455 exposed that modfl() is fundamentally busted
25311              (as in: dumps core) in pre-5.0 Tru64, so better avoid even
25312              testing it.
25313      Branch: perl
25314            ! hints/dec_osf.sh
25315 ____________________________________________________________________________
25316 [ 10456] By: jhi                                   on 2001/06/06  20:48:35
25317         Log: Metaconfig unit change for #10455.
25318      Branch: metaconfig/U/perl
25319            ! d_modfl.U
25320 ____________________________________________________________________________
25321 [ 10455] By: jhi                                   on 2001/06/06  20:48:09
25322         Log: Configure check for geborken modfl(), inspired by
25323              
25324              Subject: Re: [20010118.017] op/int.t failure 
25325              From: Hugo <hv@crypt.compulink.co.uk>
25326              Date: Tue, 05 Jun 2001 13:43:27 +0100
25327              Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
25328      Branch: perl
25329            ! Configure
25330 ____________________________________________________________________________
25331 [ 10454] By: jhi                                   on 2001/06/06  11:45:08
25332         Log: Integrate changes #10450 and #10451 from maintperl:
25333              
25334              optimize change#10448 slightly (don't repeat search in eval""s lexical
25335              scope, since that has already been searched)
25336              
25337              change#9108 needs subtler treatment for case of closures created
25338              within eval""
25339      Branch: perl
25340           !> op.c t/op/misc.t
25341 ____________________________________________________________________________
25342 [ 10453] By: jhi                                   on 2001/06/06  11:42:10
25343         Log: MakeMaker magic to compile (when no dynamic loading)
25344              List/Util.xsc as (ListUtil.c and) ListUtil.o since
25345              POSIX-BC (BS2000) linker has an evil limitation of
25346              being unable to include in the same executable several
25347              object files with the same name - case-insensitively -
25348              because otherwise we conflict with util.c.
25349              Strictly speaking currently required only in POSIX-BC
25350              but probably will do no harm elsewhere where static
25351              linking is required.
25352      Branch: perl
25353            ! ext/List/Util/Makefile.PL
25354 ____________________________________________________________________________
25355 [ 10452] By: nick                                  on 2001/06/06  08:59:51
25356         Log: Integrate mainline.
25357      Branch: perlio
25358           +> lib/Attribute/Handlers/demo/Demo.pm
25359           +> lib/Attribute/Handlers/demo/Descriptions.pm
25360           +> lib/Attribute/Handlers/demo/MyClass.pm
25361           +> lib/Attribute/Handlers/demo/demo.pl
25362           +> lib/Attribute/Handlers/demo/demo2.pl
25363           +> lib/Attribute/Handlers/demo/demo3.pl
25364           +> lib/Attribute/Handlers/demo/demo4.pl
25365           +> lib/Attribute/Handlers/demo/demo_call.pl
25366           +> lib/Attribute/Handlers/demo/demo_chain.pl
25367           +> lib/Attribute/Handlers/demo/demo_cycle.pl
25368           +> lib/Attribute/Handlers/demo/demo_hashdir.pl
25369           +> lib/Attribute/Handlers/demo/demo_phases.pl
25370           +> lib/Attribute/Handlers/demo/demo_range.pl
25371           +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
25372           +> uts/strtol_wrap.c
25373           !> (integrate 91 files)
25374 ____________________________________________________________________________
25375 [ 10451] By: gsar                                  on 2001/06/06  07:11:36
25376         Log: change#9108 needs subtler treatment for case of closures created
25377              within eval""
25378      Branch: maint-5.6/perl
25379            ! op.c t/op/misc.t
25380 ____________________________________________________________________________
25381 [ 10450] By: gsar                                  on 2001/06/06  05:47:25
25382         Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
25383              scope, since that has already been searched)
25384      Branch: maint-5.6/perl
25385            ! op.c
25386 ____________________________________________________________________________
25387 [ 10449] By: jhi                                   on 2001/06/06  01:33:31
25388         Log: Integrate change #10448 from maintperl; lexicals
25389              outside an eval"" weren't resolved correctly inside a subroutine
25390              definition inside the eval"" if they were not already referenced
25391              in the toplevel of the eval""-ed code
25392      Branch: perl
25393           !> cop.h op.c pp_ctl.c t/op/misc.t
25394 ____________________________________________________________________________
25395 [ 10448] By: gsar                                  on 2001/06/06  01:03:26
25396         Log: fix yet another bug of hoary vintage found by change#10394: lexicals
25397              outside an eval"" weren't resolved correctly inside a subroutine
25398              definition inside the eval"" if they were not already referenced
25399              in the toplevel of the eval""-ed code
25400      Branch: maint-5.6/perl
25401            ! cop.h op.c pp_ctl.c t/op/misc.t
25402 ____________________________________________________________________________
25403 [ 10447] By: jhi                                   on 2001/06/06  00:51:04
25404         Log: Subject: [PATCH] perl570delta.pod
25405              From: Peter Scott <Peter@PSDT.com> 
25406              Date: Tue, 05 Jun 2001 18:51:02 -0700
25407              Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
25408      Branch: perl
25409            ! pod/perl570delta.pod
25410 ____________________________________________________________________________
25411 [ 10446] By: jhi                                   on 2001/06/05  23:45:05
25412         Log: The fudge factor is no more needed.  I hope.
25413      Branch: perl
25414            ! t/lib/posix.t
25415 ____________________________________________________________________________
25416 [ 10445] By: jhi                                   on 2001/06/05  23:19:19
25417         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms 
25418              From: Hugo <hv@crypt.compulink.co.uk>
25419              Date: Tue, 05 Jun 2001 12:58:19 +0100
25420              Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
25421      Branch: perl
25422            ! util.c
25423 ____________________________________________________________________________
25424 [ 10444] By: jhi                                   on 2001/06/05  11:09:01
25425         Log: Make up prototypes only for those who have the functions
25426              but not the prototypes.
25427      Branch: perl
25428            ! perl.h
25429 ____________________________________________________________________________
25430 [ 10443] By: jhi                                   on 2001/06/05  11:02:13
25431         Log: Subject: Re: Not OK: perl@10439 on win32 
25432              From: Prymmer/Kahn <pvhp@best.com> 
25433              Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
25434              Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
25435      Branch: perl
25436            ! perl.h util.c
25437 ____________________________________________________________________________
25438 [ 10442] By: jhi                                   on 2001/06/05  00:55:46
25439         Log: The metaconfig units changes for #10441.
25440      Branch: metaconfig
25441            ! U/modified/Extract.U U/modified/Extractall.U
25442            ! U/modified/Finish.U
25443 ____________________________________________________________________________
25444 [ 10441] By: jhi                                   on 2001/06/05  00:55:17
25445         Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
25446      Branch: perl
25447            ! Configure
25448 ____________________________________________________________________________
25449 [ 10440] By: jhi                                   on 2001/06/05  00:28:27
25450         Log: Unnecessary fuzziness undone, noted by Mike Guy.
25451      Branch: perl
25452            ! t/op/tr.t
25453 ____________________________________________________________________________
25454 [ 10439] By: jhi                                   on 2001/06/04  17:14:31
25455         Log: Update Changes.
25456      Branch: perl
25457            ! Changes patchlevel.h
25458 ____________________________________________________________________________
25459 [ 10438] By: jhi                                   on 2001/06/04  17:10:16
25460         Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
25461              bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
25462              leakage patch.
25463      Branch: perl
25464            ! t/op/misc.t
25465 ____________________________________________________________________________
25466 [ 10437] By: jhi                                   on 2001/06/04  17:01:06
25467         Log: Test case for #10433/#10424.
25468      Branch: perl
25469            ! t/op/misc.t
25470 ____________________________________________________________________________
25471 [ 10436] By: jhi                                   on 2001/06/04  16:54:21
25472         Log: Subject: One fix for strtoul not setting errno
25473              From: hom00@utsglobal.com (Hal Morris)
25474              Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
25475              Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
25476      Branch: perl
25477            + uts/strtol_wrap.c
25478            ! MANIFEST hints/uts.sh
25479 ____________________________________________________________________________
25480 [ 10435] By: jhi                                   on 2001/06/04  16:54:01
25481         Log: Metaconfig units changes for #10434.
25482      Branch: metaconfig
25483            ! U/modified/Cppsym.U
25484      Branch: metaconfig/U/perl
25485            + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
25486            + d_syscallproto.U d_usleepproto.U
25487            ! longdblfio.U quadfio.U
25488 ____________________________________________________________________________
25489 [ 10434] By: jhi                                   on 2001/06/04  16:48:33
25490         Log: Configure tweaks; add prototype probes, make the cpp symbols
25491              probe to cast, not whine; test for %Ld and %Lf before %lld and
25492              %llf because the L is the ANSI way.
25493      Branch: perl
25494            ! Configure config_h.SH configure.com epoc/config.sh
25495            ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
25496            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
25497            ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
25498 ____________________________________________________________________________
25499 [ 10433] By: jhi                                   on 2001/06/04  16:45:23
25500         Log: Sigh.  This is what #10424 was supposed to check in.
25501      Branch: perl
25502            ! op.c sv.c sv.h
25503 ____________________________________________________________________________
25504 [ 10432] By: jhi                                   on 2001/06/04  16:29:40
25505         Log: More verbose failure.
25506      Branch: perl
25507            ! t/op/ver.t
25508 ____________________________________________________________________________
25509 [ 10431] By: jhi                                   on 2001/06/04  16:21:55
25510         Log: The .pm changes to go with #10428.
25511      Branch: perl
25512            ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
25513            ! ext/Sys/Syslog/Syslog.pm
25514 ____________________________________________________________________________
25515 [ 10430] By: jhi                                   on 2001/06/04  16:05:20
25516         Log: On second thoughts show to utf8 skippage message only
25517              on failures, it's too confusing otherwise,
25518      Branch: perl
25519            ! t/pragma/locale.t
25520 ____________________________________________________________________________
25521 [ 10429] By: jhi                                   on 2001/06/04  14:47:50
25522         Log: Do not import anything from Encode.
25523      Branch: perl
25524            ! ext/MIME/Base64/QuotedPrint.pm
25525 ____________________________________________________________________________
25526 [ 10428] By: jhi                                   on 2001/06/04  14:45:47
25527         Log: The #10402 didn't take.  Weird.
25528      Branch: perl
25529            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
25530            ! ext/Sys/Syslog/Syslog.xs
25531 ____________________________________________________________________________
25532 [ 10427] By: jhi                                   on 2001/06/04  12:55:39
25533         Log: Eradicate traces of 'asciirange' re subpragma.
25534      Branch: perl
25535            ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
25536            ! pod/perldiag.pod
25537 ____________________________________________________________________________
25538 [ 10426] By: jhi                                   on 2001/06/04  12:44:05
25539         Log: use is a compile-time thing.
25540      Branch: perl
25541            ! ext/MIME/Base64/QuotedPrint.pm
25542 ____________________________________________________________________________
25543 [ 10425] By: jhi                                   on 2001/06/04  12:39:44
25544         Log: Subject: [PATCH perl@10419] -Wall casting patch
25545              From: Robin Barker <rmb1@cise.npl.co.uk>
25546              Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
25547              Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
25548      Branch: perl
25549            ! ext/Devel/DProf/DProf.xs mg.c
25550 ____________________________________________________________________________
25551 [ 10424] By: jhi                                   on 2001/06/04  12:23:30
25552         Log: Subject: [PATCH #2] introducing SVpad_TYPED
25553              From: Abhijit Menon-Sen <ams@wiw.org>
25554              Date: Mon, 4 Jun 2001 12:26:02 +0530
25555              Message-ID: <20010604122602.A5775@lustre.linux.in>
25556      Branch: perl
25557            ! op.c sv.c sv.h
25558 ____________________________________________________________________________
25559 [ 10423] By: gsar                                  on 2001/06/04  05:12:18
25560         Log: testsuite for change#10192 (from Gisle Aas)
25561      Branch: perl
25562            + t/op/override.t
25563            ! MANIFEST
25564 ____________________________________________________________________________
25565 [ 10422] By: gsar                                  on 2001/06/04  02:32:03
25566         Log: integrate changes#10414-10416 from mainline
25567              
25568              Potential buffer overrun if the radix separator is more than
25569              one byte.  Also, under locales, prefer the locale-specific
25570              separator over the old boring ".".
25571              
25572              "10.", that is, decimal numbers can have no decimal part at all.
25573              
25574              The non-locale places need love, too.
25575      Branch: maint-5.6/perl
25576           !> perl.h sv.c
25577 ____________________________________________________________________________
25578 [ 10421] By: jhi                                   on 2001/06/04  02:25:53
25579         Log: Missed from #10420.
25580      Branch: perl
25581            ! epoc/config.sh
25582 ____________________________________________________________________________
25583 [ 10420] By: jhi                                   on 2001/06/04  02:19:58
25584         Log: Missed HAS_SETRESGID_PROTO.  No serious harm done since
25585              often this prototype goes with HAS_SETRESUID_PROTO.
25586      Branch: perl
25587            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25588            ! config_h.SH configure.com perl.h uconfig.h
25589 ____________________________________________________________________________
25590 [ 10419] By: jhi                                   on 2001/06/04  00:24:55
25591         Log: Update Changes.
25592      Branch: perl
25593            ! Changes patchlevel.h
25594 ____________________________________________________________________________
25595 [ 10418] By: jhi                                   on 2001/06/03  23:58:04
25596         Log: -Wall "subscript has type `char'" cleanup.
25597      Branch: perl
25598            ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
25599 ____________________________________________________________________________
25600 [ 10417] By: jhi                                   on 2001/06/03  23:37:17
25601         Log: Various "cast to pointer from integer of different size"
25602              picked up by gcc -Wall (in Tru64 where pointers are 64 bits
25603              wide but I32 (int) only 32 bits wide).
25604              
25605              WARNING: the classnum and tagnum changes in Storable.xs
25606              may not be wise, they may be breaking binary compatibility
25607              (in 64-bit platforms), asked Raphael Manfredi about the changes.
25608      Branch: perl
25609            ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
25610            ! mg.c proto.h
25611 ____________________________________________________________________________
25612 [ 10416] By: jhi                                   on 2001/06/03  23:15:24
25613         Log: The non-locale places need love, too.
25614      Branch: perl
25615            ! perl.h
25616 ____________________________________________________________________________
25617 [ 10415] By: jhi                                   on 2001/06/03  23:10:55
25618         Log: "10.", that is, decimal numbers can have no decimal part at all.
25619      Branch: perl
25620            ! perl.h
25621 ____________________________________________________________________________
25622 [ 10414] By: jhi                                   on 2001/06/03  22:49:55
25623         Log: Potential buffer overrun if the radix separator is more than
25624              one byte.  Also, under locales, prefer the locale-specific
25625              separator over the old boring ".".
25626      Branch: perl
25627            ! perl.h sv.c
25628 ____________________________________________________________________________
25629 [ 10413] By: jhi                                   on 2001/06/03  22:42:10
25630         Log: Integrate change #10412 from maintperl; locale is now
25631              per-cop, not per-op; plus retweak the locale.t to always
25632              list the skipped utf8 locales.
25633      Branch: perl
25634            ! t/pragma/locale.t
25635           !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
25636           !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
25637 ____________________________________________________________________________
25638 [ 10412] By: gsar                                  on 2001/06/03  22:23:16
25639         Log: rationalize locale handling to fix the bugs uncovered by change#10394
25640              
25641              the major issue was that the runtime was looking at PL_hints rather
25642              than op_private to notice whether locale was enabled
25643              
25644              the secondary issue was that many locale-sensitive numeric ops didn't
25645              have HINT_LOCALE propagated into their op_private
25646              
25647              HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
25648              instead of per-op, just like HINT_BYTE and the hints for lexical
25649              warnings (this makes the hint available to every op via PL_curcop)
25650              
25651              pragma/locale.t may need to be reworked with these fixes in mind
25652              (it currently passes its tests)
25653      Branch: maint-5.6/perl
25654            ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
25655            ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
25656 ____________________________________________________________________________
25657 [ 10411] By: jhi                                   on 2001/06/03  17:50:49
25658         Log: More verbose debugging.
25659      Branch: perl
25660            ! t/pragma/locale.t
25661 ____________________________________________________________________________
25662 [ 10410] By: jhi                                   on 2001/06/03  17:36:40
25663         Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
25664              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
25665              Date: Sat, 2 Jun 2001 22:53:33 +0100
25666              Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
25667      Branch: perl
25668            ! regcomp.c t/pragma/warn/regcomp
25669 ____________________________________________________________________________
25670 [ 10409] By: jhi                                   on 2001/06/03  17:27:13
25671         Log: Mention that lexicalizing $a or $b is a bad idea if one
25672              wants to use sort().
25673      Branch: perl
25674            ! pod/perlvar.pod
25675 ____________________________________________________________________________
25676 [ 10408] By: jhi                                   on 2001/06/03  16:52:41
25677         Log: Tweak the test to be happy if the accuracy is 'good enough'.
25678      Branch: perl
25679            ! t/lib/posix.t
25680 ____________________________________________________________________________
25681 [ 10407] By: jhi                                   on 2001/06/03  16:50:33
25682         Log: Upgrade to Attribute::Handlers 0.70.
25683              
25684              NOTE: this unearthed the "too late for CHECK block" bug,
25685              that's why the 1_compile.t change.
25686      Branch: perl
25687            + lib/Attribute/Handlers/demo/Demo.pm
25688            + lib/Attribute/Handlers/demo/Descriptions.pm
25689            + lib/Attribute/Handlers/demo/MyClass.pm
25690            + lib/Attribute/Handlers/demo/demo.pl
25691            + lib/Attribute/Handlers/demo/demo2.pl
25692            + lib/Attribute/Handlers/demo/demo3.pl
25693            + lib/Attribute/Handlers/demo/demo4.pl
25694            + lib/Attribute/Handlers/demo/demo_call.pl
25695            + lib/Attribute/Handlers/demo/demo_chain.pl
25696            + lib/Attribute/Handlers/demo/demo_cycle.pl
25697            + lib/Attribute/Handlers/demo/demo_hashdir.pl
25698            + lib/Attribute/Handlers/demo/demo_phases.pl
25699            + lib/Attribute/Handlers/demo/demo_range.pl
25700            + lib/Attribute/Handlers/demo/demo_rawdata.pl
25701            ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
25702            ! t/lib/attrhand.t
25703 ____________________________________________________________________________
25704 [ 10406] By: jhi                                   on 2001/06/03  16:40:03
25705         Log: One less -Wall whine.
25706      Branch: perl
25707            ! regcomp.c
25708 ____________________________________________________________________________
25709 [ 10405] By: jhi                                   on 2001/06/03  16:30:34
25710         Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
25711      Branch: perl
25712           !> t/op/eval.t
25713 ____________________________________________________________________________
25714 [ 10404] By: gsar                                  on 2001/06/03  16:23:07
25715         Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
25716              aren't "normally" visible inside eval""s contained in subs unless
25717              a cloned reference to them already exists)
25718              
25719              strangely enough, t/harness didn't show this up as a failure
25720              (harness needs fixing?)
25721      Branch: maint-5.6/perl
25722            ! t/op/eval.t
25723 ____________________________________________________________________________
25724 [ 10403] By: jhi                                   on 2001/06/03  16:22:59
25725         Log: Update to Text::Balanced 1.85.
25726      Branch: perl
25727            ! lib/Text/Balanced.pm t/lib/tb-xvari.t
25728 ____________________________________________________________________________
25729 [ 10402] By: jhi                                   on 2001/06/03  16:18:09
25730         Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
25731              From: Nicholas Clark <nick@ccl4.org>
25732              Date: Sun, 3 Jun 2001 17:54:36 +0100
25733              Message-ID: <20010603175436.E76396@plum.flirble.org> 
25734      Branch: perl
25735            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
25736            ! ext/Sys/Syslog/Syslog.xs
25737 ____________________________________________________________________________
25738 [ 10401] By: jhi                                   on 2001/06/03  16:09:33
25739         Log: Unused variables.
25740      Branch: perl
25741            ! util.c
25742 ____________________________________________________________________________
25743 [ 10400] By: jhi                                   on 2001/06/03  16:04:26
25744         Log: Subject: [PATCH] APIfy op_clear 
25745              From: Simon Cozens <simon@netthink.co.uk>
25746              Date: Sun, 3 Jun 2001 13:51:46 +0100
25747              Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
25748              
25749              (despite the subject line, op_null is APIfied by the patch)
25750      Branch: perl
25751            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
25752 ____________________________________________________________________________
25753 [ 10399] By: jhi                                   on 2001/06/03  15:51:35
25754         Log: Subject: [PATCH] t/lib/extutils.t
25755              From: Nicholas Clark <nick@ccl4.org>
25756              Date: Sat, 2 Jun 2001 23:57:05 +0100
25757              Message-ID: <20010602235705.Q12698@plum.flirble.org>
25758      Branch: perl
25759            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
25760 ____________________________________________________________________________
25761 [ 10398] By: jhi                                   on 2001/06/03  15:34:11
25762         Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
25763              From: Prymmer/Kahn <pvhp@best.com>
25764              Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
25765              Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
25766      Branch: perl
25767            ! win32/Makefile win32/makefile.mk
25768 ____________________________________________________________________________
25769 [ 10397] By: jhi                                   on 2001/06/03  15:12:13
25770         Log: Subject: Re: 'decimal digits' macro? 
25771              From: Hugo <hv@crypt.compulink.co.uk>
25772              Date: Sun, 03 Jun 2001 04:26:36 +0100
25773              Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
25774      Branch: perl
25775            ! handy.h t/lib/posix.t t/op/tr.t
25776 ____________________________________________________________________________
25777 [ 10396] By: jhi                                   on 2001/06/03  15:10:49
25778         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
25779              From: Hugo <hv@crypt.compulink.co.uk>
25780              Date: Sun, 03 Jun 2001 14:56:30 +0100
25781              Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
25782      Branch: perl
25783            ! util.c
25784 ____________________________________________________________________________
25785 [ 10395] By: jhi                                   on 2001/06/03  14:59:41
25786         Log: Integrate change #10394 from maintperl; lexical file scope leakage.
25787      Branch: perl
25788           !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
25789           !> vms/perly_c.vms
25790 ____________________________________________________________________________
25791 [ 10394] By: gsar                                  on 2001/06/03  03:05:43
25792         Log: fix leakage of lexicals at file scope into subroutines that were
25793              declared before them; this appears to be a longstanding bug that
25794              meant that lexicals at file scope were never "deintroduced", meaning
25795              their scope range was never properly closed, and their visibility
25796              extended to all subsequent eval""s or requires
25797              
25798              added a test case
25799              
25800              seems to also fix a case of bogus duplicate warnings
25801      Branch: maint-5.6/perl
25802            ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
25803            ! vms/perly_c.vms
25804 ____________________________________________________________________________
25805 [ 10393] By: jhi                                   on 2001/06/02  16:55:03
25806         Log: More VMS tweaks from Craig A. Berry.
25807      Branch: perl
25808            ! configure.com t/lib/extutils.t
25809 ____________________________________________________________________________
25810 [ 10392] By: jhi                                   on 2001/06/02  16:48:26
25811         Log: -Wall cleanup continues.
25812      Branch: perl
25813            ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
25814            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
25815            ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
25816            ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
25817            ! run.c toke.c util.c
25818 ____________________________________________________________________________
25819 [ 10391] By: jhi                                   on 2001/06/02  13:29:47
25820         Log: The metaconfig unit change for #10390.
25821      Branch: metaconfig/U/perl
25822            ! gccvers.U
25823 ____________________________________________________________________________
25824 [ 10390] By: jhi                                   on 2001/06/02  13:29:12
25825         Log: Drop the -ansi from the default gcc flags.
25826              
25827              Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
25828              that struct cannot be compared with a flat integer, such as STRLEN.
25829              The -ansi will also cause a lot of noise in Solaris because of:
25830              /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
25831      Branch: perl
25832            ! Configure
25833 ____________________________________________________________________________
25834 [ 10389] By: jhi                                   on 2001/06/02  13:14:57
25835         Log: Integrate perlio.
25836      Branch: perl
25837           !> pod/perlapi.pod util.c
25838 ____________________________________________________________________________
25839 [ 10388] By: nick                                  on 2001/06/02  08:01:12
25840         Log: Integrate mainline
25841      Branch: perlio
25842           +> lib/Attribute/Handlers.pm t/lib/attrhand.t
25843           !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
25844           !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
25845           !> t/lib/1_compile.t t/lib/mimeqp.t
25846 ____________________________________________________________________________
25847 [ 10387] By: nick                                  on 2001/06/02  07:39:17
25848         Log: Tweak util.c's atof2 for MULTIPLICITY
25849      Branch: perlio
25850            ! util.c
25851 ____________________________________________________________________________
25852 [ 10386] By: nick                                  on 2001/06/02  07:38:33
25853         Log: Integrate mainline
25854      Branch: perlio
25855           !> (integrate 41 files)
25856 ____________________________________________________________________________
25857 [ 10385] By: jhi                                   on 2001/06/01  22:12:48
25858         Log: Add Attribute::Handlers 0.61 from Damian Conway.
25859      Branch: perl
25860            + lib/Attribute/Handlers.pm t/lib/attrhand.t
25861            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
25862 ____________________________________________________________________________
25863 [ 10384] By: jhi                                   on 2001/06/01  21:53:14
25864         Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
25865              From: Peter Prymmer <pvhp@forte.com>
25866              Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
25867              Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
25868      Branch: perl
25869            ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
25870 ____________________________________________________________________________
25871 [ 10383] By: jhi                                   on 2001/06/01  21:36:11
25872         Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
25873              From: Jeff Pinyan <jeffp@crusoe.net>
25874              Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
25875              Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
25876      Branch: perl
25877            ! lib/File/Find.pm
25878 ____________________________________________________________________________
25879 [ 10382] By: jhi                                   on 2001/06/01  21:35:02
25880         Log: Subject: [PATCH perl@10381] configure.com tweaks
25881              From: "Craig A. Berry" <craigberry@mac.com>
25882              Date: Fri, 1 Jun 2001 13:55:43 -0500
25883              Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
25884      Branch: perl
25885            ! configure.com
25886 ____________________________________________________________________________
25887 [ 10381] By: jhi                                   on 2001/06/01  16:37:21
25888         Log: Update Changes.
25889      Branch: perl
25890            ! Changes patchlevel.h
25891 ____________________________________________________________________________
25892 [ 10380] By: jhi                                   on 2001/06/01  16:19:18
25893         Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
25894              From: Mike Guy <mjtg@cam.ac.uk>
25895              Date: Fri, 01 Jun 2001 18:17:02 +0100
25896              Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
25897      Branch: perl
25898            ! lib/perl5db.pl
25899 ____________________________________________________________________________
25900 [ 10379] By: jhi                                   on 2001/06/01  16:13:28
25901         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
25902              From: Hugo <hv@crypt.compulink.co.uk>
25903              Date: Thu, 31 May 2001 20:49:48 +0100
25904              Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
25905      Branch: perl
25906            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
25907            ! util.c
25908 ____________________________________________________________________________
25909 [ 10378] By: jhi                                   on 2001/06/01  15:56:35
25910         Log: Zero() is not available in x2p (or, rather, some of its
25911              implementations like memzero() might not be available.)
25912      Branch: perl
25913            ! x2p/hash.c
25914 ____________________________________________________________________________
25915 [ 10377] By: jhi                                   on 2001/06/01  15:44:48
25916         Log: Subject: [PATCH x2p/hash.c] bzero -> memset
25917              From: Michael G Schwern <schwern@pobox.com>
25918              Date: Fri, 1 Jun 2001 12:00:29 +0100
25919              Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
25920              
25921              (But use Zero() instead of memset.)
25922      Branch: perl
25923            ! x2p/hash.c
25924 ____________________________________________________________________________
25925 [ 10376] By: jhi                                   on 2001/06/01  15:39:52
25926         Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
25927              From: Jeff Pinyan <jeffp@crusoe.net>
25928              Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
25929              Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
25930      Branch: perl
25931            ! pod/perldiag.pod regcomp.c t/op/pat.t
25932 ____________________________________________________________________________
25933 [ 10375] By: jhi                                   on 2001/06/01  15:36:35
25934         Log: Retract #10324 and #10333; not needed.
25935      Branch: perl
25936            ! hints/irix_6.sh hints/linux.sh
25937 ____________________________________________________________________________
25938 [ 10374] By: jhi                                   on 2001/06/01  15:35:19
25939         Log: The #10370 wasn't quite right.
25940      Branch: perl
25941            ! ext/XS/Typemap/Typemap.xs
25942 ____________________________________________________________________________
25943 [ 10373] By: jhi                                   on 2001/06/01  15:34:49
25944         Log: The metaconfig units changes for #10372.
25945      Branch: metaconfig/U/perl
25946            + d_realpath.U d_sresgproto.U d_sresuproto.U
25947            ! gccvers.U i_db.U
25948 ____________________________________________________________________________
25949 [ 10372] By: jhi                                   on 2001/06/01  15:34:24
25950         Log: Configure tweaks; record the Berkeley DB version,
25951              probe for realpath(), for setresuid() and setresgid()
25952              prototypes; use realpath() (try to be paranoid enough),
25953              use the setres[ug]id prototypes because glibc has the functions
25954              but not their prototypes; add -Wall -ansi to gcc ccflags;
25955              regen toc.
25956      Branch: perl
25957            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25958            ! config_h.SH configure.com epoc/config.sh
25959            ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
25960            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
25961            ! vos/config.ga.def win32/config.bc win32/config.gc
25962            ! win32/config.vc
25963 ____________________________________________________________________________
25964 [ 10371] By: jhi                                   on 2001/06/01  12:50:05
25965         Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
25966              From: Michael G Schwern <schwern@pobox.com>
25967              Date: Fri, 1 Jun 2001 11:28:14 +0100
25968              Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
25969      Branch: perl
25970            ! lib/attributes.pm xsutils.c
25971 ____________________________________________________________________________
25972 [ 10370] By: jhi                                   on 2001/06/01  12:48:55
25973         Log: Subject: [PATCH] Fix -Wall on XS::Typemap
25974              From: Tim Jenness <t.jenness@jach.hawaii.edu>
25975              Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
25976              Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
25977      Branch: perl
25978            ! ext/XS/Typemap/Typemap.xs
25979 ____________________________________________________________________________
25980 [ 10369] By: jhi                                   on 2001/06/01  12:47:21
25981         Log: Subject: [patch] Cwd.xs optimizations/abstraction
25982              From: Doug MacEachern <dougm@covalent.net>
25983              Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
25984              Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> 
25985      Branch: perl
25986            ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
25987            ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
25988 ____________________________________________________________________________
25989 [ 10368] By: jhi                                   on 2001/06/01  12:32:00
25990         Log: Subject: Re: Why t/lib/extutils.t is failing  (was Re: [PATCH] Re: [PATCH] Re: [SPAM] Re: [SPAM] Re: [EGGS] Re: [BACON] Re: [TOAST] Re: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!])
25991              From: Nicholas Clark <nick@ccl4.org>
25992              Date: Thu, 31 May 2001 23:56:40 +0100
25993              Message-ID: <20010531235640.F12698@plum.flirble.org>
25994              
25995              Make the test work also under only static extensions
25996              (sh Configure -Uusedl fakes this nicely)
25997      Branch: perl
25998            ! t/lib/extutils.t
25999 ____________________________________________________________________________
26000 [ 10367] By: jhi                                   on 2001/06/01  12:27:53
26001         Log: Subject: [PATCH hv.c] Eliminating trigraph
26002              From: Michael G Schwern <schwern@pobox.com>
26003              Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
26004              Date: Fri, 1 Jun 2001 11:49:56 +0100
26005      Branch: perl
26006            ! hv.c
26007 ____________________________________________________________________________
26008 [ 10366] By: jhi                                   on 2001/06/01  12:14:57
26009         Log: Subject: Re: [PATCH] Tests for File::Compare 
26010              From: "Philip Newton" <Philip.Newton@gmx.net>
26011              Date: Thu, 31 May 2001 19:44:05 +0200
26012              Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
26013              
26014              Unnecessary "quotation marks".
26015      Branch: perl
26016            ! t/lib/filecomp.t
26017 ____________________________________________________________________________
26018 [ 10365] By: jhi                                   on 2001/06/01  12:13:26
26019         Log: Integrate perlio.
26020      Branch: perl
26021           !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
26022 ____________________________________________________________________________
26023 [ 10364] By: nick                                  on 2001/06/01  10:13:31
26024         Log: Cleanup dll.base and dll.exp created by GCC builds.
26025      Branch: perlio
26026            ! lib/ExtUtils/MM_Win32.pm
26027 ____________________________________________________________________________
26028 [ 10363] By: nick                                  on 2001/06/01  10:02:17
26029         Log: Make filecomp test work on CRLF platforms by adding binmode.
26030      Branch: perlio
26031            ! t/lib/filecomp.t
26032 ____________________________________________________________________________
26033 [ 10362] By: nick                                  on 2001/06/01  08:37:17
26034         Log: Integrate mainline
26035      Branch: perlio
26036           !> Changes Configure patchlevel.h perlio.c
26037 ____________________________________________________________________________
26038 [ 10361] By: jhi                                   on 2001/05/31  15:09:34
26039         Log: panic:claustrophobia.
26040      Branch: perl
26041            ! perlio.c
26042 ____________________________________________________________________________
26043 [ 10360] By: jhi                                   on 2001/05/31  13:04:25
26044         Log: Update Changes.
26045      Branch: perl
26046            ! Changes patchlevel.h
26047 ____________________________________________________________________________
26048 [ 10359] By: nick                                  on 2001/05/31  12:35:50
26049         Log: Integrate mainline.
26050      Branch: perlio
26051           +> t/lib/filecomp.t
26052           !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
26053           !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
26054 ____________________________________________________________________________
26055 [ 10358] By: jhi                                   on 2001/05/31  12:35:05
26056         Log: Integrate perlio.
26057      Branch: perl
26058           !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
26059           !> win32/config_H.vc
26060 ____________________________________________________________________________
26061 [ 10357] By: jhi                                   on 2001/05/31  12:34:04
26062         Log: Metaconfig unit change for #10356.
26063      Branch: metaconfig
26064            ! U/installdirs/inc_version_list.U
26065 ____________________________________________________________________________
26066 [ 10356] By: jhi                                   on 2001/05/31  12:33:41
26067         Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
26068              (idea from Sarathy; implementation from Andy)
26069      Branch: perl
26070            ! Configure
26071 ____________________________________________________________________________
26072 [ 10355] By: jhi                                   on 2001/05/31  12:18:06
26073         Log: More AUTHORS.
26074      Branch: perl
26075            ! AUTHORS
26076 ____________________________________________________________________________
26077 [ 10354] By: jhi                                   on 2001/05/31  12:16:24
26078         Log: Subject: Re: [PATCH] Tests for File::Compare
26079              From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
26080              Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
26081              Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
26082      Branch: perl
26083            + t/lib/filecomp.t
26084            ! MANIFEST t/lib/1_compile.t
26085 ____________________________________________________________________________
26086 [ 10353] By: jhi                                   on 2001/05/31  12:11:24
26087         Log: Subject: [PATCH] DEBUG_* macro cleanups
26088              From: Abhijit Menon-Sen <ams@wiw.org>
26089              Date: Thu, 31 May 2001 12:16:22 +0530
26090              Message-ID: <20010531121622.B4829@lustre.linux.in>
26091              
26092              Subject: Re: [PATCH] DEBUG_* macro cleanups
26093              From: Abhijit Menon-Sen <ams@wiw.org>
26094              Date: Thu, 31 May 2001 13:57:01 +0530
26095              Message-ID: <20010531135701.A21775@lustre.linux.in>
26096              
26097              (The DEBUG_ definitions in perl.h changed to use the
26098              STMT_START and STMT_END.)
26099      Branch: perl
26100            ! perl.h pp_ctl.c sv.c toke.c
26101 ____________________________________________________________________________
26102 [ 10352] By: jhi                                   on 2001/05/31  11:53:31
26103         Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
26104              From: Abhijit Menon-Sen <ams@wiw.org>
26105              Date: Thu, 31 May 2001 08:27:55 +0530
26106              Message-ID: <20010531082755.A10018@lustre.linux.in>
26107      Branch: perl
26108            ! ext/Storable/Storable.xs gv.c perl.c
26109 ____________________________________________________________________________
26110 [ 10351] By: jhi                                   on 2001/05/31  11:45:16
26111         Log: Subject: [PATCH] AUTHORS
26112              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
26113              Date: Thu, 31 May 2001 01:27:59 -0500
26114              Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
26115              
26116              Subject: Re: [PATCH] AUTHORS
26117              From: "Philip Newton" <Philip.Newton@gmx.net>
26118              Date: Thu, 31 May 2001 10:08:06 +0200
26119              (Message-Id missing?)
26120      Branch: perl
26121            ! AUTHORS
26122 ____________________________________________________________________________
26123 [ 10350] By: nick                                  on 2001/05/31  11:40:43
26124         Log: win32 - dmake regen_config_h
26125      Branch: perlio
26126            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
26127 ____________________________________________________________________________
26128 [ 10349] By: jhi                                   on 2001/05/31  11:38:27
26129         Log: Subject: Re: [PATCH util.c] More warning cleanups.
26130              From: "Philip Newton" <Philip.Newton@gmx.net>
26131              Date: Thu, 31 May 2001 07:41:36 +0200
26132              Message-Id: <200105310538.IAA25458@taku.hut.fi>
26133              
26134              Undo C++-ism that snekt in.
26135      Branch: perl
26136            ! util.c
26137 ____________________________________________________________________________
26138 [ 10348] By: nick                                  on 2001/05/31  11:36:46
26139         Log: Tolerate Win32 numerics
26140      Branch: perlio
26141            ! t/pragma/warn/toke
26142 ____________________________________________________________________________
26143 [ 10347] By: jhi                                   on 2001/05/31  11:29:40
26144         Log: Integrate perlio.
26145      Branch: perl
26146           !> perlio.c win32/win32.h
26147 ____________________________________________________________________________
26148 [ 10346] By: nick                                  on 2001/05/31  10:54:55
26149         Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
26150              perlio.c change 10255.
26151      Branch: perlio
26152            ! perlio.c
26153 ____________________________________________________________________________
26154 [ 10345] By: nick                                  on 2001/05/31  10:01:57
26155         Log: Conditionaly put back some "unused" dTHX which are used
26156              with PERL_IMPLICIT_SYS
26157      Branch: perlio
26158            ! perlio.c
26159 ____________________________________________________________________________
26160 [ 10344] By: nick                                  on 2001/05/31  10:00:59
26161         Log: Fix Win32 for new spelling IN_BYTES 
26162      Branch: perlio
26163            ! win32/win32.h
26164 ____________________________________________________________________________
26165 [ 10343] By: nick                                  on 2001/05/31  08:01:32
26166         Log: perlio.c -Wall cleaner under MULTIPLICITY
26167              - still minor noise with linux stdio
26168      Branch: perlio
26169            ! perlio.c
26170 ____________________________________________________________________________
26171 [ 10342] By: nick                                  on 2001/05/31  07:52:23
26172         Log: Integrate mainline.
26173      Branch: perlio
26174           !> (integrate 42 files)
26175 ____________________________________________________________________________
26176 [ 10341] By: jhi                                   on 2001/05/31  01:39:02
26177         Log: AUTHORS updates.
26178      Branch: perl
26179            ! AUTHORS
26180 ____________________________________________________________________________
26181 [ 10340] By: jhi                                   on 2001/05/31  00:19:29
26182         Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
26183              From: Peter Prymmer <pvhp@forte.com>
26184              Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
26185              Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
26186      Branch: perl
26187            ! t/lib/md5-file.t
26188 ____________________________________________________________________________
26189 [ 10339] By: jhi                                   on 2001/05/31  00:16:44
26190         Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
26191              patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
26192              to match the pragma name; various robustness cleanups.
26193      Branch: perl
26194            ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
26195            ! sv.c toke.c utf8.c utf8.h utfebcdic.h
26196 ____________________________________________________________________________
26197 [ 10338] By: jhi                                   on 2001/05/30  23:56:14
26198         Log: More -Wall sweeping.
26199      Branch: perl
26200            ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
26201            ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
26202            ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
26203            ! regcomp.c sv.c toke.c utf8.c
26204 ____________________________________________________________________________
26205 [ 10337] By: jhi                                   on 2001/05/30  23:20:23
26206         Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
26207              From: Nicholas Clark <nick@ccl4.org>
26208              Date: Wed, 30 May 2001 22:34:41 +0100
26209              Message-ID: <20010530223441.Y86445@plum.flirble.org>
26210      Branch: perl
26211            ! t/op/cmp.t
26212 ____________________________________________________________________________
26213 [ 10336] By: jhi                                   on 2001/05/30  23:18:48
26214         Log: It's is not, it isn't ain't, and it's it's, not its,
26215              if you mean it is. If you don't, it's its. Then too,
26216              it's hers. It isn't her's. It isn't our's either.
26217              It's ours, and likewise yours and theirs.
26218              -- Oxford University Press, Edpress News
26219      Branch: perl
26220            ! lib/autouse.pm
26221 ____________________________________________________________________________
26222 [ 10335] By: jhi                                   on 2001/05/30  23:12:30
26223         Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
26224      Branch: perl
26225            ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
26226            ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
26227            ! x2p/str.c x2p/walk.c xsutils.c
26228 ____________________________________________________________________________
26229 [ 10334] By: jhi                                   on 2001/05/30  22:52:41
26230         Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
26231              From: Michael G Schwern <schwern@pobox.com>
26232              Date: Wed, 30 May 2001 17:10:38 +0100
26233              Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
26234              
26235              Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
26236              From: Abhijit Menon-Sen <ams@wiw.org>
26237              Date: Wed, 30 May 2001 23:16:13 +0530
26238              Message-ID: <20010530231613.A31933@lustre.linux.in>
26239      Branch: perl
26240            ! perl.c t/run/runenv.t
26241 ____________________________________________________________________________
26242 [ 10333] By: jhi                                   on 2001/05/30  22:25:02
26243         Log: (Retracted by #10375.)
26244              
26245              IRIX hints patch from Merijn Broeren.
26246              
26247              TODO: (this and the earlier Linux hints patch) should be solved
26248              at Configure level.  Merijn: -ldb should not be used on any platform
26249              for perl, just when linking DBFile itself. Trying to be helpful here
26250              is counterproductive.
26251      Branch: perl
26252            ! hints/irix_6.sh
26253 ____________________________________________________________________________
26254 [ 10332] By: jhi                                   on 2001/05/30  22:11:13
26255         Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
26256              From: Nicholas Clark <nick@ccl4.org>
26257              Date: Wed, 30 May 2001 23:20:58 +0100
26258              Message-ID: <20010530232058.B86445@plum.flirble.org>
26259      Branch: perl
26260            ! doop.c
26261 ____________________________________________________________________________
26262 [ 10331] By: jhi                                   on 2001/05/30  22:09:49
26263         Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
26264              From: Michael G Schwern <schwern@pobox.com> 
26265              Date: Wed, 30 May 2001 15:24:20 +0100
26266              Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
26267      Branch: perl
26268            ! t/pragma/autouse.t
26269 ____________________________________________________________________________
26270 [ 10330] By: jhi                                   on 2001/05/30  22:02:21
26271         Log: The regex trick wasn't a good idea.
26272      Branch: perl
26273            ! pod/perlfaq4.pod
26274 ____________________________________________________________________________
26275 [ 10329] By: nick                                  on 2001/05/30  18:34:35
26276         Log: Integrate mainline
26277      Branch: perlio
26278           !> (integrate 40 files)
26279 ____________________________________________________________________________
26280 [ 10328] By: jhi                                   on 2001/05/30  14:28:39
26281         Log: Update Changes.
26282      Branch: perl
26283            ! Changes patchlevel.h
26284 ____________________________________________________________________________
26285 [ 10327] By: jhi                                   on 2001/05/30  14:07:01
26286         Log: The metaconfig unit change for #10325.
26287      Branch: metaconfig
26288            + U/modified/afs.U
26289 ____________________________________________________________________________
26290 [ 10326] By: jhi                                   on 2001/05/30  14:06:36
26291         Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
26292              is now wrong.
26293      Branch: perl
26294            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
26295 ____________________________________________________________________________
26296 [ 10325] By: jhi                                   on 2001/05/30  14:04:28
26297         Log: Introduce $Config{afsroot}.
26298      Branch: perl
26299            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26300            ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
26301            ! win32/config.gc win32/config.vc
26302 ____________________________________________________________________________
26303 [ 10324] By: jhi                                   on 2001/05/30  13:49:44
26304         Log: (Retracted by #10375.)
26305              
26306              Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
26307      Branch: perl
26308            ! hints/linux.sh
26309 ____________________________________________________________________________
26310 [ 10323] By: jhi                                   on 2001/05/30  13:49:29
26311         Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
26312              (Also Configure tweaks needed; coming up soon.)
26313      Branch: perl
26314            ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
26315 ____________________________________________________________________________
26316 [ 10322] By: jhi                                   on 2001/05/30  13:37:56
26317         Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
26318              From: Michael G Schwern <schwern@pobox.com>
26319              Date: Sun, 27 May 2001 10:29:43 +0100
26320              Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
26321      Branch: perl
26322            ! lib/perl5db.pl
26323 ____________________________________________________________________________
26324 [ 10321] By: jhi                                   on 2001/05/30  13:36:28
26325         Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
26326              and Abhijit Menon-Sen.
26327      Branch: perl
26328            ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
26329            ! perl.c pp_sys.c regcomp.c
26330 ____________________________________________________________________________
26331 [ 10320] By: jhi                                   on 2001/05/30  13:35:27
26332         Log: Fix the BOOT section to call myU2time properly.
26333      Branch: perl
26334            ! ext/Time/HiRes/HiRes.xs
26335 ____________________________________________________________________________
26336 [ 10319] By: jhi                                   on 2001/05/30  13:06:09
26337         Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
26338              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
26339              Date: Wed, 30 May 2001 09:44:29 -0400
26340              Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
26341              
26342              Detypo; plus add one more trick.
26343      Branch: perl
26344            ! pod/perlfaq4.pod
26345 ____________________________________________________________________________
26346 [ 10318] By: jhi                                   on 2001/05/30  12:47:11
26347         Log: Subject: Re: [PATCH lib/autouse.pm t/pragma/autouse.t]  (was Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed)
26348              From: Michael G Schwern <schwern@pobox.com>
26349              Date: Wed, 30 May 2001 14:39:06 +0100
26350              Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
26351      Branch: perl
26352            ! lib/autouse.pm t/pragma/autouse.t
26353 ____________________________________________________________________________
26354 [ 10317] By: jhi                                   on 2001/05/30  12:46:02
26355         Log: Subject: Re: AIX and gcc (moving targets)
26356              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26357              Date: Wed, 30 May 2001 15:25:08 +0200
26358              Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
26359      Branch: perl
26360            ! ext/Time/HiRes/HiRes.xs
26361 ____________________________________________________________________________
26362 [ 10316] By: jhi                                   on 2001/05/30  12:40:46
26363         Log: Subject: [PATCH t/TEST] sorting tests
26364              From: Michael G Schwern <schwern@pobox.com>
26365              Date: Wed, 30 May 2001 10:24:02 +0100
26366              Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
26367      Branch: perl
26368            ! t/TEST
26369 ____________________________________________________________________________
26370 [ 10315] By: jhi                                   on 2001/05/30  12:37:43
26371         Log: Subject: [ID 20010529.002] typos in man page perlre
26372              From: bart@cg681574-a.adubn1.nj.home.com 
26373              Date: Tue, 29 May 2001 13:58:59 -0500
26374              Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
26375      Branch: perl
26376            ! pod/perlre.pod
26377 ____________________________________________________________________________
26378 [ 10314] By: jhi                                   on 2001/05/30  12:33:53
26379         Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
26380              From: "Craig A. Berry" <craigberry@mac.com>
26381              Date: Tue, 29 May 2001 23:23:45 -0500
26382              Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
26383      Branch: perl
26384            ! t/lib/extutils.t t/pragma/autouse.t
26385 ____________________________________________________________________________
26386 [ 10313] By: jhi                                   on 2001/05/30  12:32:17
26387         Log: Subject: Re: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (patch to t/lib/filefind.t as requested)
26388              From: David Dyck <dcd@tc.fluke.com>
26389              Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
26390              Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
26391      Branch: perl
26392            ! t/lib/filefind.t
26393 ____________________________________________________________________________
26394 [ 10312] By: jhi                                   on 2001/05/30  12:31:02
26395         Log: AIX hints update for gcc from Merijn H. Brand.
26396      Branch: perl
26397            ! hints/aix.sh
26398 ____________________________________________________________________________
26399 [ 10311] By: jhi                                   on 2001/05/30  12:18:20
26400         Log: Retract #10295 and #10296: a more generic solution
26401              is needed (there's something funny with gcc on AIX).
26402      Branch: perl
26403            ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
26404 ____________________________________________________________________________
26405 [ 10310] By: jhi                                   on 2001/05/30  12:08:07
26406         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
26407              From: Hugo <hv@crypt.compulink.co.uk>
26408              Date: Wed, 30 May 2001 11:59:19 +0100
26409              Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
26410              
26411              localizing $@ has unfortunate semantics - if you die past
26412              a local $@, the die message is lost.
26413      Branch: perl
26414            ! lib/utf8_heavy.pl
26415 ____________________________________________________________________________
26416 [ 10309] By: nick                                  on 2001/05/30  08:23:02
26417         Log: Integrate mainline (autouse works again.)
26418      Branch: perlio
26419           !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
26420           !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
26421           !> pod/perlvar.pod t/op/cmp.t
26422 ____________________________________________________________________________
26423 [ 10308] By: jhi                                   on 2001/05/30  01:55:02
26424         Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
26425              From: David Dyck <dcd@tc.fluke.com>
26426              Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
26427              Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
26428      Branch: perl
26429            ! lib/File/Find.pm
26430 ____________________________________________________________________________
26431 [ 10307] By: jhi                                   on 2001/05/30  01:47:22
26432         Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
26433              From: Nicholas Clark <nick@ccl4.org>
26434              Date: Tue, 29 May 2001 23:16:09 +0100
26435              Message-ID: <20010529231609.U86445@plum.flirble.org>
26436              
26437              Make the test output slightly clearer by distinguishing
26438              between '' and undef.
26439      Branch: perl
26440            ! t/op/cmp.t
26441 ____________________________________________________________________________
26442 [ 10306] By: jhi                                   on 2001/05/30  01:45:12
26443         Log: Subject: [PATCH 5.6.1] flushNULL OS/2
26444              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26445              Date: Tue, 29 May 2001 19:15:19 -0400
26446              Message-ID: <20010529191519.A16020@math.ohio-state.edu>
26447      Branch: perl
26448            ! hints/os2.sh
26449 ____________________________________________________________________________
26450 [ 10305] By: jhi                                   on 2001/05/30  01:42:36
26451         Log: Subject: perlvar.pod addition
26452              From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
26453              Date: Fri, 25 May 2001 20:23:12 +0200
26454              Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
26455              
26456              Subject: Re: perlvar.pod addition
26457              From: "Abigail" <abigail@foad.org> 
26458              Date: Fri, 25 May 2001 22:00:39 +0200
26459              Message-ID: <20010525200039.28029.qmail@foad.org>
26460              
26461              Mention $a and $b in perlvar.
26462      Branch: perl
26463            ! pod/perlvar.pod
26464 ____________________________________________________________________________
26465 [ 10304] By: jhi                                   on 2001/05/30  01:36:37
26466         Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
26467              From: Jeff Pinyan <jeffp@crusoe.net>
26468              Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
26469              Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
26470      Branch: perl
26471            ! pod/perlvar.pod
26472 ____________________________________________________________________________
26473 [ 10303] By: jhi                                   on 2001/05/30  01:35:31
26474         Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
26475              From: Jeff Pinyan <jeffp@crusoe.net>
26476              Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
26477              Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
26478      Branch: perl
26479            ! pod/perlfaq6.pod
26480 ____________________________________________________________________________
26481 [ 10302] By: jhi                                   on 2001/05/29  20:18:49
26482         Log: Mention Time::localtime and Time::gmtime.
26483      Branch: perl
26484            ! ext/Time/Piece/Piece.pm
26485 ____________________________________________________________________________
26486 [ 10301] By: jhi                                   on 2001/05/29  20:13:54
26487         Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
26488              From: Michael G Schwern <schwern@pobox.com>
26489              Date: Tue, 29 May 2001 18:51:32 +0100
26490              Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
26491      Branch: perl
26492            ! pod/perlfaq4.pod
26493 ____________________________________________________________________________
26494 [ 10300] By: jhi                                   on 2001/05/29  20:12:09
26495         Log: Retract #10243.
26496      Branch: perl
26497            ! lib/autouse.pm
26498 ____________________________________________________________________________
26499 [ 10299] By: nick                                  on 2001/05/29  18:41:19
26500         Log: Post weekend integrate mainline (fails one test pragma/autouse).
26501      Branch: perlio
26502           +> (branch 29 files)
26503           !> (integrate 91 files)
26504 ____________________________________________________________________________
26505 [ 10298] By: jhi                                   on 2001/05/29  16:29:19
26506         Log: Update Changes.
26507      Branch: perl
26508            ! Changes patchlevel.h
26509 ____________________________________________________________________________
26510 [ 10297] By: jhi                                   on 2001/05/29  16:25:47
26511         Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
26512              before Perl_load_module/Perl_call_method and restore the value
26513              after if !SvTRUE(ERRSV).  (from Inaba Hiroto)
26514      Branch: perl
26515            ! utf8.c
26516 ____________________________________________________________________________
26517 [ 10296] By: jhi                                   on 2001/05/29  16:01:53
26518         Log: Subject: Re: AIX and gcc (moving targets)
26519              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26520              Date: Tue, 29 May 2001 17:59:40 +0200
26521              Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
26522      Branch: perl
26523            ! ext/Storable/Makefile.PL
26524 ____________________________________________________________________________
26525 [ 10295] By: jhi                                   on 2001/05/29  15:59:05
26526         Log: Subject: Re: AIX and gcc (moving targets)
26527              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26528              Date: Tue, 29 May 2001 12:32:57 +0200
26529              Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
26530      Branch: perl
26531            ! ext/POSIX/Makefile.PL
26532 ____________________________________________________________________________
26533 [ 10294] By: jhi                                   on 2001/05/29  15:53:43
26534         Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
26535              From: Michael G Schwern <schwern@pobox.com>
26536              Date: Tue, 29 May 2001 09:53:29 +0100
26537              Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
26538              
26539              (#10280 retracted)
26540      Branch: perl
26541            ! lib/Test/Harness.pm t/lib/test-harness.t
26542 ____________________________________________________________________________
26543 [ 10293] By: jhi                                   on 2001/05/29  15:46:10
26544         Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
26545              From: Michael G Schwern <schwern@pobox.com>
26546              Date: Tue, 29 May 2001 09:19:52 +0100
26547              Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
26548      Branch: perl
26549            + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
26550            + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
26551            + t/lib/Test/todo.t
26552            ! MANIFEST lib/Test.pm t/TEST
26553 ____________________________________________________________________________
26554 [ 10292] By: jhi                                   on 2001/05/29  15:34:08
26555         Log: From: Michael G Schwern <schwern@pobox.com>
26556              Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
26557              Date: Tue, 29 May 2001 08:26:09 +0100
26558              Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
26559      Branch: perl
26560            ! t/TEST
26561 ____________________________________________________________________________
26562 [ 10291] By: jhi                                   on 2001/05/29  15:29:37
26563         Log: Add tests for Time::gmtime and Time::localtime.
26564      Branch: perl
26565            + t/lib/time-gmtime.t t/lib/time-localtime.t
26566            ! MANIFEST t/lib/1_compile.t
26567 ____________________________________________________________________________
26568 [ 10290] By: jhi                                   on 2001/05/29  15:15:44
26569         Log: Add test for File::stat.
26570      Branch: perl
26571            + t/lib/filestat.t
26572            ! MANIFEST t/lib/1_compile.t
26573 ____________________________________________________________________________
26574 [ 10289] By: jhi                                   on 2001/05/29  15:05:38
26575         Log: Add test for Net::servent.
26576      Branch: perl
26577            + t/lib/net-sent.t
26578            ! MANIFEST t/lib/1_compile.t
26579 ____________________________________________________________________________
26580 [ 10288] By: jhi                                   on 2001/05/29  14:57:15
26581         Log: Add test for Net::protoent.
26582      Branch: perl
26583            + t/lib/net-pent.t
26584            ! MANIFEST t/lib/1_compile.t
26585 ____________________________________________________________________________
26586 [ 10287] By: jhi                                   on 2001/05/29  14:53:10
26587         Log: Add test for Net::netent.
26588      Branch: perl
26589            + t/lib/net-nent.t
26590            ! MANIFEST t/lib/1_compile.t
26591 ____________________________________________________________________________
26592 [ 10286] By: jhi                                   on 2001/05/29  14:31:57
26593         Log: Add test for User::grent.  Portability doubtful.
26594      Branch: perl
26595            + t/lib/user-grent.t
26596            ! MANIFEST t/lib/1_compile.t
26597 ____________________________________________________________________________
26598 [ 10285] By: jhi                                   on 2001/05/29  14:24:20
26599         Log: Add test for User::pwent.
26600              Probably will fall down somewhere for portability reasons.
26601      Branch: perl
26602            + t/lib/user-pwent.t
26603            ! MANIFEST t/lib/1_compile.t
26604 ____________________________________________________________________________
26605 [ 10284] By: jhi                                   on 2001/05/29  13:26:43
26606         Log: Metaconfig units changes for #10283.
26607      Branch: metaconfig
26608            ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
26609            ! U/installdirs/siteman1.U U/installdirs/siteman3.U
26610            ! U/installdirs/sitescript.U U/modified/Signal.U
26611 ____________________________________________________________________________
26612 [ 10283] By: jhi                                   on 2001/05/29  13:26:24
26613         Log: Subject: [PATCH 5.6.1] signal names in Configure
26614              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26615              Date: Tue, 29 May 2001 03:52:25 -0400
26616              Message-ID: <20010529035225.A9400@math.ohio-state.edu>
26617              
26618              Subject: [PATCH 5.6.1] older perl in Configure
26619              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26620              Date: Tue, 29 May 2001 03:55:40 -0400
26621              Message-ID: <20010529035539.A9411@math.ohio-state.edu>
26622              
26623              Subject: [PATCH 5.6.1] goofs in Configure
26624              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26625              Date: Tue, 29 May 2001 04:13:07 -0400
26626              Message-ID: <20010529041307.A9658@math.ohio-state.edu>
26627              
26628              Configure portability tweaks.
26629      Branch: perl
26630            ! Configure
26631 ____________________________________________________________________________
26632 [ 10282] By: jhi                                   on 2001/05/29  12:41:41
26633         Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
26634              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26635              Date: Tue, 29 May 2001 04:07:06 -0400
26636              Message-ID: <20010529040706.A9579@math.ohio-state.edu>
26637      Branch: perl
26638            ! os2/os2.c
26639 ____________________________________________________________________________
26640 [ 10281] By: jhi                                   on 2001/05/29  12:40:31
26641         Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
26642              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26643              Date: Tue, 29 May 2001 04:01:38 -0400
26644              Message-ID: <20010529040138.A9482@math.ohio-state.edu>
26645      Branch: perl
26646            ! hints/os2.sh os2/Makefile.SHs
26647 ____________________________________________________________________________
26648 [ 10280] By: jhi                                   on 2001/05/29  12:38:48
26649         Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
26650              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26651              Date: Tue, 29 May 2001 03:50:18 -0400
26652              Message-ID: <20010529035018.A9387@math.ohio-state.edu>
26653      Branch: perl
26654            ! lib/Test/Harness.pm
26655 ____________________________________________________________________________
26656 [ 10279] By: jhi                                   on 2001/05/29  12:34:53
26657         Log: Additional safeguard against $@ getting trampled; idea from Hugo.
26658      Branch: perl
26659            ! lib/utf8_heavy.pl
26660 ____________________________________________________________________________
26661 [ 10278] By: jhi                                   on 2001/05/29  02:15:24
26662         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
26663              From: Hugo <hv@crypt.compulink.co.uk>
26664              Date: Tue, 29 May 2001 03:03:45 +0100
26665              Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
26666              
26667              Explanation why the $@ always gets the UTF8 flag when under use utf8--
26668              because we told it to have the flag when under use utf8.
26669      Branch: perl
26670            ! pp_ctl.c
26671 ____________________________________________________________________________
26672 [ 10277] By: jhi                                   on 2001/05/29  00:51:34
26673         Log: At least a partial fix for 20010528.004.
26674      Branch: perl
26675            ! lib/utf8_heavy.pl
26676 ____________________________________________________________________________
26677 [ 10276] By: jhi                                   on 2001/05/29  00:42:59
26678         Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
26679              From: Nicholas Clark <nick@ccl4.org> 
26680              Date: Mon, 28 May 2001 23:39:38 +0100
26681              Message-ID: <20010528233938.M86445@plum.flirble.org>
26682              
26683              More portable non-zero UV.
26684      Branch: perl
26685            ! t/lib/extutils.t
26686 ____________________________________________________________________________
26687 [ 10275] By: jhi                                   on 2001/05/29  00:40:28
26688         Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
26689              From: Nicholas Clark <nick@ccl4.org>
26690              Date: Mon, 28 May 2001 22:46:09 +0100
26691              Message-ID: <20010528224608.L86445@plum.flirble.org>
26692              
26693              Test also "make clean".
26694      Branch: perl
26695            ! t/lib/extutils.t
26696 ____________________________________________________________________________
26697 [ 10274] By: jhi                                   on 2001/05/29  00:39:18
26698         Log: Subject: Re: Would -Wno-unused -Wall be better?
26699              From: Michael G Schwern <schwern@pobox.com>
26700              Date: Tue, 29 May 2001 00:55:54 +0100
26701              Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
26702      Branch: perl
26703            ! pp.h
26704 ____________________________________________________________________________
26705 [ 10273] By: jhi                                   on 2001/05/29  00:36:06
26706         Log: Add a test for 20010528.007, fixed in #10272.
26707      Branch: perl
26708            ! t/op/misc.t toke.c
26709 ____________________________________________________________________________
26710 [ 10272] By: jhi                                   on 2001/05/29  00:21:12
26711         Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space 
26712              From: Hugo <hv@crypt.compulink.co.uk>
26713              Date: Tue, 29 May 2001 00:23:23 +0100
26714              Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
26715      Branch: perl
26716            ! toke.c
26717 ____________________________________________________________________________
26718 [ 10271] By: jhi                                   on 2001/05/28  22:52:11
26719         Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
26720              From: Michael G Schwern <schwern@pobox.com>
26721              Date: Tue, 29 May 2001 00:42:59 +0100
26722              Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
26723      Branch: perl
26724            ! t/pragma/autouse.t
26725 ____________________________________________________________________________
26726 [ 10270] By: jhi                                   on 2001/05/28  21:44:06
26727         Log: Some shells seemingly arrange the signal handlers differently
26728              (bug id 20010521.004).
26729      Branch: perl
26730            ! t/lib/sigaction.t
26731 ____________________________________________________________________________
26732 [ 10269] By: jhi                                   on 2001/05/28  20:34:21
26733         Log: Regen perlmodlib.
26734      Branch: perl
26735            ! pod/perlmodlib.pod
26736 ____________________________________________________________________________
26737 [ 10268] By: jhi                                   on 2001/05/28  19:08:45
26738         Log: Update Changes.
26739      Branch: perl
26740            ! Changes patchlevel.h
26741 ____________________________________________________________________________
26742 [ 10267] By: jhi                                   on 2001/05/28  19:03:54
26743         Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
26744              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
26745              Date: Mon, 28 May 2001 14:56:35 -0500
26746              Message-ID: <20010528145635.L8487@chaos.wustl.edu>
26747      Branch: perl
26748            ! pod/perlnewmod.pod
26749 ____________________________________________________________________________
26750 [ 10266] By: jhi                                   on 2001/05/28  18:35:03
26751         Log: Regen toc.
26752      Branch: perl
26753            ! pod/perltoc.pod
26754 ____________________________________________________________________________
26755 [ 10265] By: jhi                                   on 2001/05/28  18:33:32
26756         Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array) 
26757              From: "Richard Soderberg" <rs@crystalflame.net>
26758              Date: Mon, 28 May 2001 12:31:23 -0700
26759              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
26760      Branch: perl
26761            ! t/op/splice.t
26762 ____________________________________________________________________________
26763 [ 10264] By: jhi                                   on 2001/05/28  17:59:00
26764         Log: The #10260 was too bold: locales and utf8 still do not mix.
26765      Branch: perl
26766            ! t/pragma/locale.t
26767 ____________________________________________________________________________
26768 [ 10263] By: jhi                                   on 2001/05/28  17:52:25
26769         Log: Subject: [PATCH] Pod nitpicks
26770              From: "Richard Soderberg" <rs@crystalflame.net>
26771              Date: Mon, 28 May 2001 10:08:58 -0700
26772              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
26773      Branch: perl
26774            ! pod/perl571delta.pod pod/perlapi.pod sv.h
26775 ____________________________________________________________________________
26776 [ 10262] By: jhi                                   on 2001/05/28  17:50:05
26777         Log: Upgrade to I18N::LangTags 0.22.
26778      Branch: perl
26779            + lib/I18N/LangTags/List.pod
26780            ! MANIFEST lib/I18N/LangTags.pm
26781 ____________________________________________________________________________
26782 [ 10261] By: jhi                                   on 2001/05/28  17:23:40
26783         Log: A slightly more serious bug found by -Mutf8; op/misc and
26784              lib/complex dumped core.
26785      Branch: perl
26786            ! regexec.c
26787 ____________________________________________________________________________
26788 [ 10260] By: jhi                                   on 2001/05/28  16:58:11
26789         Log: Various buglets shaken out by -Mutf8.
26790      Branch: perl
26791            ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
26792            ! t/pragma/locale.t
26793 ____________________________________________________________________________
26794 [ 10259] By: jhi                                   on 2001/05/28  15:48:46
26795         Log: STDERR looks much like STDOUT.  (Subtest #2 wasn't really okay.)
26796      Branch: perl
26797            ! t/lib/carp.t
26798 ____________________________________________________________________________
26799 [ 10258] By: jhi                                   on 2001/05/28  15:32:41
26800         Log: Subject: [PATCH] todo patch
26801              From: Artur Bergman <artur@contiller.se> 
26802              Date: Mon, 28 May 2001 17:03:51 +0200
26803              Message-ID: <B7383577.F34%artur@contiller.se>
26804      Branch: perl
26805            ! pod/perltodo.pod
26806 ____________________________________________________________________________
26807 [ 10257] By: jhi                                   on 2001/05/28  15:31:25
26808         Log: Subject: typo in perlguts.pod
26809              From: "John P. Linderman" <jpl@research.att.com>
26810              Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
26811              Message-Id: <200105281335.JAA27851@raptor.research.att.com>
26812      Branch: perl
26813            ! pod/perlguts.pod
26814 ____________________________________________________________________________
26815 [ 10256] By: jhi                                   on 2001/05/28  15:30:42
26816         Log: Subject: AIX and gcc (moving targets)
26817              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26818              Date: Mon, 28 May 2001 12:54:04 +0200
26819              Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
26820      Branch: perl
26821            ! hints/aix.sh
26822 ____________________________________________________________________________
26823 [ 10255] By: jhi                                   on 2001/05/28  15:28:55
26824         Log: Subject: Re: perlio + multiple perl_alloc..destruct
26825              From: Doug MacEachern <dougm@covalent.net>
26826              Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
26827              Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
26828      Branch: perl
26829            ! perlio.c
26830 ____________________________________________________________________________
26831 [ 10254] By: jhi                                   on 2001/05/28  15:27:49
26832         Log: The #10251 wasn't quite up-to-the-code.
26833      Branch: perl
26834            ! t/op/misc.t
26835 ____________________________________________________________________________
26836 [ 10253] By: jhi                                   on 2001/05/28  15:26:39
26837         Log: Test case for bug 20010526.004, fixed in #10252.
26838      Branch: perl
26839            ! t/op/taint.t
26840 ____________________________________________________________________________
26841 [ 10252] By: jhi                                   on 2001/05/28  15:26:14
26842         Log: Subject: Re: [ID 20010526.004] Taint looses value
26843              From: Hugo <hv@crypt.compulink.co.uk>
26844              Date: Sun, 27 May 2001 20:39:32 +0100
26845              Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
26846      Branch: perl
26847            ! sv.c
26848 ____________________________________________________________________________
26849 [ 10251] By: jhi                                   on 2001/05/28  15:13:40
26850         Log: Test case for 20010422.005, fixed by #10250.
26851      Branch: perl
26852            ! t/op/misc.t
26853 ____________________________________________________________________________
26854 [ 10250] By: jhi                                   on 2001/05/28  15:11:16
26855         Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD 
26856              From: Spider Boardman <spider@Orb.Nashua.NH.US>
26857              Date: Mon, 28 May 2001 06:39:12 -0400
26858              Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
26859      Branch: perl
26860            ! toke.c
26861 ____________________________________________________________________________
26862 [ 10249] By: jhi                                   on 2001/05/28  15:09:24
26863         Log: Linerewrapping.
26864      Branch: perl
26865            ! lib/open.pm
26866 ____________________________________________________________________________
26867 [ 10248] By: jhi                                   on 2001/05/28  15:09:07
26868         Log: Updates on the modules list.
26869      Branch: perl
26870            ! t/lib/1_compile.t
26871 ____________________________________________________________________________
26872 [ 10247] By: jhi                                   on 2001/05/28  15:03:35
26873         Log: Add a test for PerlIO.
26874              
26875              (I probably got the crlf/raw thing wrong for clrfy platforms...)
26876      Branch: perl
26877            + t/lib/perlio.t
26878            ! MANIFEST lib/PerlIO.pm
26879 ____________________________________________________________________________
26880 [ 10246] By: jhi                                   on 2001/05/28  14:24:08
26881         Log: Add a test for carp et alia.
26882      Branch: perl
26883            + t/lib/carp.t
26884            ! MANIFEST
26885 ____________________________________________________________________________
26886 [ 10245] By: jhi                                   on 2001/05/28  13:42:55
26887         Log: Adding the new test would be swell.
26888      Branch: perl
26889            + t/pragma/autouse.t
26890 ____________________________________________________________________________
26891 [ 10244] By: jhi                                   on 2001/05/28  13:42:34
26892         Log: Add a test for the autouse pragma.
26893      Branch: perl
26894            ! MANIFEST
26895 ____________________________________________________________________________
26896 [ 10243] By: jhi                                   on 2001/05/28  13:26:25
26897         Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
26898              From: dLux <dlux@spam.sch.bme.hu>
26899              Date: Sun, 27 May 2001 16:14:26 +0200
26900              Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
26901      Branch: perl
26902            ! lib/autouse.pm
26903 ____________________________________________________________________________
26904 [ 10242] By: jhi                                   on 2001/05/28  13:21:50
26905         Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
26906              From: "Richard Soderberg" <rs@crystalflame.net>
26907              Date: Mon, 28 May 2001 03:56:36 -0700
26908              Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
26909      Branch: perl
26910            ! utils/dprofpp.PL
26911 ____________________________________________________________________________
26912 [ 10241] By: jhi                                   on 2001/05/28  13:18:56
26913         Log: Subject: Re: [ID 20010522.003] Time::Local module bug
26914              From: "Stephen P. Potter" <spp@spotter.yi.org>
26915              Date: Tue, 22 May 2001 11:40:25 -0400
26916              Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
26917              
26918              Subject: Re: [ID 20010522.003] Time::Local module bug
26919              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 
26920              Date: Tue, 22 May 2001 11:50:19 -0400
26921              Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
26922      Branch: perl
26923            ! lib/Time/Local.pm
26924 ____________________________________________________________________________
26925 [ 10240] By: jhi                                   on 2001/05/27  22:44:49
26926         Log: The PERL_DL_NONLAZY can have whitespace in front.
26927      Branch: perl
26928            ! t/lib/extutils.t
26929 ____________________________________________________________________________
26930 [ 10239] By: jhi                                   on 2001/05/27  21:23:21
26931         Log: Document strftime() and strptime().
26932      Branch: perl
26933            ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
26934 ____________________________________________________________________________
26935 [ 10238] By: jhi                                   on 2001/05/27  20:29:07
26936         Log: Make Time::Piece::strptime() to be a function, not a method.
26937      Branch: perl
26938            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
26939 ____________________________________________________________________________
26940 [ 10237] By: jhi                                   on 2001/05/27  20:22:09
26941         Log: Tweak the test to be more portable.
26942      Branch: perl
26943            ! t/lib/extutils.t
26944 ____________________________________________________________________________
26945 [ 10236] By: jhi                                   on 2001/05/27  19:15:54
26946         Log: Subject: PATCH: Re: Re: Attributes that tie
26947              From: Leon Brocard <acme@astray.com>
26948              Date: Sun, 27 May 2001 12:37:29 +0100
26949              Message-ID: <20010527123729.A22663@ns0.astray.com>
26950              
26951              Document that variable attributes are not currently usable
26952              for tieing.  (An ugly limitation that should be fixed.)
26953      Branch: perl
26954            ! lib/attributes.pm
26955 ____________________________________________________________________________
26956 [ 10235] By: jhi                                   on 2001/05/27  19:03:31
26957         Log: Microperl tweaks.
26958      Branch: perl
26959            ! Makefile.micro uconfig.h uconfig.sh
26960 ____________________________________________________________________________
26961 [ 10234] By: jhi                                   on 2001/05/27  18:22:09
26962         Log: Add make target for microperl (kind of silly, but convenient).
26963      Branch: perl
26964            ! Makefile.SH
26965 ____________________________________________________________________________
26966 [ 10233] By: jhi                                   on 2001/05/27  18:18:56
26967         Log: O_APPEND and O_TRUNC are not portable.  (Not available e.g.
26968              for microperl.)
26969      Branch: perl
26970            ! doio.c
26971 ____________________________________________________________________________
26972 [ 10232] By: jhi                                   on 2001/05/27  17:57:18
26973         Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files  
26974              From: rspier@pobox.com (Robert Spier)
26975              Date: Sat, 26 May 2001 20:05:23 -0400
26976              Message-ID: <15120.17603.148648.12430@rls.cx>
26977              
26978              Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
26979              From: rspier@pobox.com (Robert Spier)
26980              Date: Sun, 27 May 2001 00:23:12 -0400
26981              Message-ID: <15120.33072.511966.767230@rls.cx>
26982      Branch: perl
26983            ! doio.c pod/perlfunc.pod
26984 ____________________________________________________________________________
26985 [ 10231] By: jhi                                   on 2001/05/27  15:45:20
26986         Log: Regen toc.  (And add the README.tru64 from #10230 to MANIFEST.)
26987      Branch: perl
26988            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
26989 ____________________________________________________________________________
26990 [ 10230] By: jhi                                   on 2001/05/27  15:41:06
26991         Log: Add README.tru64.
26992      Branch: perl
26993            + README.tru64
26994 ____________________________________________________________________________
26995 [ 10229] By: jhi                                   on 2001/05/27  13:50:57
26996         Log: Integrate Locale::Maketext 1.01 from Sean Burke.
26997      Branch: perl
26998            + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
26999            + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
27000            ! MANIFEST
27001 ____________________________________________________________________________
27002 [ 10228] By: jhi                                   on 2001/05/27  13:43:38
27003         Log: Integrate I18N::LangTags from Sean Burke.
27004              
27005              TODO: the language list from RFC 3066 needs to be integrated
27006              and made available somehow.  The list is included in the
27007              I18N-LangTags 0.21 distribution, but it is undocumented
27008              and unconnected to the module.
27009      Branch: perl
27010            + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
27011            ! MANIFEST
27012 ____________________________________________________________________________
27013 [ 10227] By: jhi                                   on 2001/05/27  01:41:33
27014         Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
27015              envisioned by Sarathy.
27016      Branch: perl
27017            ! t/op/ver.t toke.c
27018 ____________________________________________________________________________
27019 [ 10226] By: jhi                                   on 2001/05/27  00:28:34
27020         Log: Subject: [ID 20010525.001] Pod typo nits fixed
27021              From: lvirden@cas.org
27022              Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
27023              Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
27024              
27025              minus the perlsolaris decimation plus the
27026              
27027              Subject: Re: [ID 20010525.001] Pod typo nits fixed
27028              From: "Philip Newton" <Philip.Newton@gmx.net>
27029              Date: Fri, 25 May 2001 18:05:55 +0200
27030              Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
27031      Branch: perl
27032            ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
27033            ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
27034            ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
27035            ! pod/perlutil.pod pod/perlxstut.pod
27036 ____________________________________________________________________________
27037 [ 10225] By: jhi                                   on 2001/05/26  22:38:16
27038         Log: return clauses are nice.
27039      Branch: perl
27040            ! sv.c
27041 ____________________________________________________________________________
27042 [ 10224] By: jhi                                   on 2001/05/26  22:35:31
27043         Log: Subject: change 10199 backwards?
27044              From: Doug MacEachern <dougm@covalent.net>
27045              Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
27046              Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
27047      Branch: perl
27048            ! sv.c
27049 ____________________________________________________________________________
27050 [ 10223] By: jhi                                   on 2001/05/26  22:31:46
27051         Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
27052              From: Hugo <hv@crypt.compulink.co.uk>
27053              Date: Sat, 26 May 2001 17:05:12 +0100
27054              Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
27055      Branch: perl
27056            + t/op/gmagic.t
27057            ! MANIFEST doop.c embed.h embed.pl global.sym
27058            ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
27059            ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
27060 ____________________________________________________________________________
27061 [ 10222] By: jhi                                   on 2001/05/26  22:10:38
27062         Log: Regen headers for #10221.
27063      Branch: perl
27064            ! global.sym objXSUB.h perlapi.c
27065 ____________________________________________________________________________
27066 [ 10221] By: jhi                                   on 2001/05/26  22:06:06
27067         Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
27068              From: Juha Laiho <juha.laiho@Elma.Net>
27069              Date: Thu, 3 May 2001 09:51:30 +0300
27070              Message-Id: <200105030651.JAA327254@tokka.elma.fi>
27071      Branch: perl
27072            ! embed.pl
27073 ____________________________________________________________________________
27074 [ 10220] By: jhi                                   on 2001/05/26  22:01:30
27075         Log: Subject: Re: [PATCH] Re: stability of sort()?
27076              From: "John P. Linderman" <jpl@research.att.com>
27077              Date: Sat, 26 May 2001 13:27:19 -0400
27078              Message-Id: <200105261727.NAA06654@raptor.research.att.com>
27079      Branch: perl
27080            ! pod/perlfunc.pod
27081 ____________________________________________________________________________
27082 [ 10219] By: jhi                                   on 2001/05/26  14:02:34
27083         Log: Integrate perlio.
27084      Branch: perl
27085           !> pod/perlguts.pod
27086 ____________________________________________________________________________
27087 [ 10218] By: jhi                                   on 2001/05/26  13:39:52
27088         Log: Subject: [PATCH perl@10210] PerlIO for VMS
27089              From: "Craig A. Berry" <craigberry@mac.com>
27090              Date: Sat, 26 May 2001 09:34:11 -0500
27091              Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
27092      Branch: perl
27093            ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
27094            ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
27095            ! vms/vmsish.h
27096 ____________________________________________________________________________
27097 [ 10217] By: jhi                                   on 2001/05/26  13:19:05
27098         Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12  doesn't stop on breakpoints
27099              From: David Dyck <dcd@tc.fluke.com>
27100              Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
27101              Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
27102      Branch: perl
27103            ! lib/perl5db.pl
27104 ____________________________________________________________________________
27105 [ 10216] By: jhi                                   on 2001/05/26  13:17:47
27106         Log: Subject: utf8 regexp tests
27107              From: Hugo <hv@crypt.compulink.co.uk>
27108              Date: Fri, 25 May 2001 22:35:01 +0100
27109              Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
27110      Branch: perl
27111            ! t/op/regexp.t
27112 ____________________________________________________________________________
27113 [ 10215] By: jhi                                   on 2001/05/26  13:15:40
27114         Log: Subject: [PATCH] Re: stability of sort()?
27115              From: Nicholas Clark <nick@ccl4.org>
27116              Date: Fri, 25 May 2001 22:40:19 +0100
27117              Message-ID: <20010525224019.B86445@plum.flirble.org>
27118      Branch: perl
27119            ! pod/perlfunc.pod
27120 ____________________________________________________________________________
27121 [ 10214] By: jhi                                   on 2001/05/26  13:14:30
27122         Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
27123              From: John Peacock <jpeacock@rowman.com>
27124              Date: Thu, 24 May 2001 22:14:01 -0400
27125              Message-ID: <3B0DBFE9.A7C49084@rowman.com>
27126      Branch: perl
27127            ! mg.c scope.c sv.c
27128 ____________________________________________________________________________
27129 [ 10213] By: jhi                                   on 2001/05/26  13:08:56
27130         Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
27131              From: Nicholas Clark <nick@ccl4.org>
27132              Date: Sun, 20 May 2001 19:24:13 +0100
27133              Message-ID: <20010520192413.G83222@plum.flirble.org>
27134      Branch: perl
27135            + lib/ExtUtils/Constant.pm t/lib/extutils.t
27136            ! MANIFEST utils/h2xs.PL
27137 ____________________________________________________________________________
27138 [ 10212] By: nick                                  on 2001/05/26  09:49:28
27139         Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
27140              add a few more notes there on use of mortals on the stack.
27141      Branch: perlio
27142            ! pod/perlguts.pod
27143 ____________________________________________________________________________
27144 [ 10211] By: nick                                  on 2001/05/26  09:05:36
27145         Log: Integrate mainline
27146      Branch: perlio
27147           +> t/lib/fcntl.t t/pragma/vars.t
27148           !> (integrate 49 files)
27149 ____________________________________________________________________________
27150 [ 10210] By: jhi                                   on 2001/05/25  12:29:16
27151         Log: Update Changes.
27152      Branch: perl
27153            ! Changes patchlevel.h
27154 ____________________________________________________________________________
27155 [ 10209] By: jhi                                   on 2001/05/25  12:24:45
27156         Log: Based on
27157              
27158              Subject: [PATCH pp.c] Wrapping pack("C",256)
27159              From: Simon Cozens <simon@netthink.co.uk>
27160              Date: Sat, 12 May 2001 17:58:41 +0100
27161              Message-ID: <20010512175841.A6132@netthink.co.uk>
27162      Branch: perl
27163            ! pod/perldiag.pod pp.c t/pragma/warn/pp
27164 ____________________________________________________________________________
27165 [ 10208] By: jhi                                   on 2001/05/25  01:37:03
27166         Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
27167              From: "Brendan O'Dea" <bod@compusol.com.au>
27168              Date: Fri, 25 May 2001 11:18:29 +1000
27169              Message-ID: <20010525111829.A28411@compusol.com.au>
27170              
27171              (Slightly modified.)
27172      Branch: perl
27173            ! lib/Term/Cap.pm
27174 ____________________________________________________________________________
27175 [ 10207] By: jhi                                   on 2001/05/25  01:12:14
27176         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string 
27177              From: Hugo <hv@crypt.compulink.co.uk>
27178              Date: Fri, 25 May 2001 02:13:25 +0100
27179              Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
27180      Branch: perl
27181            ! t/op/misc.t
27182 ____________________________________________________________________________
27183 [ 10206] By: jhi                                   on 2001/05/25  01:07:59
27184         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
27185              From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
27186              Date: Fri, 25 May 2001 10:25:36 +0900
27187              Message-Id: <200105250124.KAA19571@toshiba.co.jp> 
27188      Branch: perl
27189            ! regcomp.c regexec.c
27190 ____________________________________________________________________________
27191 [ 10205] By: jhi                                   on 2001/05/25  01:07:00
27192         Log: Subject: [PATCH #2] stash autovivification and method call error messages
27193              From: Ilmari Karonen <iltzu@sci.fi>
27194              Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
27195              Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
27196      Branch: perl
27197            ! gv.c pp_hot.c t/op/method.t
27198 ____________________________________________________________________________
27199 [ 10204] By: jhi                                   on 2001/05/25  01:03:50
27200         Log: Add make target and documentation for gprof profiling.
27201      Branch: perl
27202            ! Makefile.SH pod/perlhack.pod
27203 ____________________________________________________________________________
27204 [ 10203] By: jhi                                   on 2001/05/24  21:09:36
27205         Log: Subject: Don't think about UTF8 
27206              From: Mike Guy <mjtg@cam.ac.uk> 
27207              Date: Tue, 22 May 2001 14:35:39 +0100
27208              Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
27209      Branch: perl
27210            ! sv.h
27211 ____________________________________________________________________________
27212 [ 10202] By: jhi                                   on 2001/05/24  21:07:25
27213         Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
27214              From: Geraint A Edwards <gedge@serf.org> 
27215              Date: Thu, 24 May 2001 22:51:24 +0100
27216              Message-Id: <20010524225124.A34981@cymru.serf.org>
27217      Branch: perl
27218            ! x2p/find2perl.PL
27219 ____________________________________________________________________________
27220 [ 10201] By: jhi                                   on 2001/05/24  21:02:30
27221         Log: DB_File has its own attribute story.
27222      Branch: perl
27223            ! ext/DB_File/DB_File.xs
27224 ____________________________________________________________________________
27225 [ 10200] By: jhi                                   on 2001/05/24  19:54:21
27226         Log: Subject: Re: Making perl with -Wall
27227              From: Andy Dougherty <doughera@lafayette.edu>
27228              Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
27229              Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
27230      Branch: perl
27231            ! perl.h
27232 ____________________________________________________________________________
27233 [ 10199] By: jhi                                   on 2001/05/24  15:15:03
27234         Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
27235              From: "Richard Soderberg" <rs@crystalflame.net>
27236              Date: Thu, 24 May 2001 08:58:16 -0700
27237              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
27238      Branch: perl
27239            ! sv.c
27240 ____________________________________________________________________________
27241 [ 10198] By: jhi                                   on 2001/05/24  15:10:04
27242         Log: IV/UV casting fixes from Nicholas Clark.
27243      Branch: perl
27244            ! perl.h pp_sys.c util.c
27245 ____________________________________________________________________________
27246 [ 10197] By: jhi                                   on 2001/05/24  14:19:44
27247         Log: Subject: Re: Making perl with -Wall
27248              From: Michael G Schwern <schwern@pobox.com>
27249              Date: Thu, 24 May 2001 15:40:28 +0100
27250              Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
27251      Branch: perl
27252            ! malloc.c perl.h
27253 ____________________________________________________________________________
27254 [ 10196] By: jhi                                   on 2001/05/24  14:04:41
27255         Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync 
27256              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27257              Date: Tue, 22 May 2001 11:49:37 +0200
27258              Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
27259      Branch: metaconfig
27260            ! U/modified/Oldsym.U
27261      Branch: metaconfig/U/perl
27262            ! patchlevel.U
27263      Branch: perl
27264            ! Configure config_h.SH myconfig.SH
27265 ____________________________________________________________________________
27266 [ 10195] By: jhi                                   on 2001/05/24  13:25:04
27267         Log: Under versiononly install also the scripts with the version suffix.
27268              (e.g. .../bin/h2xs5.7.1)
27269      Branch: perl
27270            ! installperl
27271 ____________________________________________________________________________
27272 [ 10194] By: jhi                                   on 2001/05/24  13:02:49
27273         Log: Subject: [PATCH] Stop segfault in mg.c:636
27274              From: "Richard Soderberg" <rs@crystalflame.net>
27275              Date: Thu, 24 May 2001 05:51:52 -0700
27276              Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
27277      Branch: perl
27278            ! mg.c
27279 ____________________________________________________________________________
27280 [ 10193] By: jhi                                   on 2001/05/24  12:37:13
27281         Log: Iteration continues; hopefully convergently.
27282      Branch: perl
27283            ! t/lib/b-stash.t
27284 ____________________________________________________________________________
27285 [ 10192] By: jhi                                   on 2001/05/24  12:36:35
27286         Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
27287              From: Gisle Aas <gisle@ActiveState.com>
27288              Date: 23 May 2001 16:13:10 -0700
27289              Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
27290      Branch: perl
27291            ! op.c toke.c
27292 ____________________________________________________________________________
27293 [ 10191] By: jhi                                   on 2001/05/24  12:25:12
27294         Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
27295              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
27296              Date: Thu, 24 May 2001 05:05:22 -0500
27297              Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
27298      Branch: perl
27299            ! lib/dumpvar.pl lib/perl5db.pl
27300 ____________________________________________________________________________
27301 [ 10190] By: jhi                                   on 2001/05/24  12:24:07
27302         Log: Subject: Re: [ID 20010524.001] perl5db.pl   x @INC  doesn't work like it used to
27303              From: David Dyck <dcd@tc.fluke.com>
27304              Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
27305              Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
27306      Branch: perl
27307            ! lib/perl5db.pl
27308 ____________________________________________________________________________
27309 [ 10189] By: jhi                                   on 2001/05/23  22:43:31
27310         Log: Tiny pod nits on READMEs, mostly whitespace issues.
27311      Branch: perl
27312            ! README.amiga README.dos README.macos README.mpeix README.vmesa
27313            ! README.win32
27314 ____________________________________________________________________________
27315 [ 10188] By: jhi                                   on 2001/05/23  22:26:03
27316         Log: The DG/UX part of the 20010521.005.
27317      Branch: perl
27318            ! README.dgux
27319 ____________________________________________________________________________
27320 [ 10187] By: jhi                                   on 2001/05/23  22:04:05
27321         Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems 
27322              From: Hugo <hv@crypt.compulink.co.uk>
27323              Date: Mon, 21 May 2001 16:32:02 +0100
27324              Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
27325      Branch: perl
27326            ! regcomp.c t/op/misc.t
27327 ____________________________________________________________________________
27328 [ 10186] By: jhi                                   on 2001/05/23  21:42:15
27329         Log: Subject: [PATCH] Extra UNIVERSAL tests
27330              From: Mike Guy <mjtg@cam.ac.uk>
27331              Date: Wed, 23 May 2001 12:29:20 +0100
27332              Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
27333      Branch: perl
27334            ! t/op/universal.t
27335 ____________________________________________________________________________
27336 [ 10185] By: jhi                                   on 2001/05/23  21:38:48
27337         Log: Subject: [PATCH] Remove EQ keyword
27338              From: Mike Guy <mjtg@cam.ac.uk>
27339              Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
27340              Date: Wed, 23 May 2001 11:17:29 +0100
27341      Branch: perl
27342            ! keywords.h keywords.pl
27343 ____________________________________________________________________________
27344 [ 10184] By: jhi                                   on 2001/05/23  21:29:41
27345         Log: Subject: [PATCH] lib/perl5db.pl
27346              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
27347              Date: Wed, 23 May 2001 02:18:03 -0500
27348              Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
27349      Branch: perl
27350            ! lib/perl5db.pl
27351 ____________________________________________________________________________
27352 [ 10183] By: jhi                                   on 2001/05/23  21:27:54
27353         Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
27354              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
27355              Date: Tue, 22 May 2001 23:34:41 -0500
27356              Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
27357      Branch: perl
27358            ! lib/Term/Cap.pm
27359 ____________________________________________________________________________
27360 [ 10182] By: jhi                                   on 2001/05/23  21:24:30
27361         Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
27362              From: davem@fdgroup.co.uk
27363              Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
27364              Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
27365      Branch: perl
27366            ! emacs/e2ctags.pl
27367 ____________________________________________________________________________
27368 [ 10181] By: jhi                                   on 2001/05/23  21:23:29
27369         Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
27370              From: Michael G Schwern <schwern@pobox.com>
27371              Date: Tue, 22 May 2001 14:15:09 +0100
27372              Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
27373      Branch: perl
27374            ! lib/vars.pm
27375 ____________________________________________________________________________
27376 [ 10180] By: jhi                                   on 2001/05/23  21:22:14
27377         Log: Subject: [PATCH lib/vars.pm] Odd code nit
27378              From: Michael G Schwern <schwern@pobox.com>
27379              Date: Tue, 22 May 2001 14:14:28 +0100
27380              Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
27381      Branch: perl
27382            ! lib/vars.pm
27383 ____________________________________________________________________________
27384 [ 10179] By: jhi                                   on 2001/05/23  21:19:51
27385         Log: Use the new use vars feature.
27386      Branch: perl
27387            ! t/lib/b-stash.t
27388 ____________________________________________________________________________
27389 [ 10178] By: jhi                                   on 2001/05/23  21:19:28
27390         Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
27391              From: Mike Guy <mjtg@cam.ac.uk>
27392              Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
27393              Date: Tue, 22 May 2001 13:11:39 +0100
27394      Branch: perl
27395            + t/pragma/vars.t
27396            ! MANIFEST lib/vars.pm t/lib/1_compile.t
27397 ____________________________________________________________________________
27398 [ 10177] By: jhi                                   on 2001/05/23  21:01:48
27399         Log: -qlongdouble considered harmful by Merijn.
27400      Branch: perl
27401            ! hints/aix.sh
27402 ____________________________________________________________________________
27403 [ 10176] By: jhi                                   on 2001/05/21  13:21:21
27404         Log: Update Changes.
27405      Branch: perl
27406            ! Changes patchlevel.h
27407 ____________________________________________________________________________
27408 [ 10175] By: jhi                                   on 2001/05/21  13:17:28
27409         Log: Add a test of its very own for Fcntl.  Hopefully portable.
27410      Branch: perl
27411            + t/lib/fcntl.t
27412            ! MANIFEST
27413 ____________________________________________________________________________
27414 [ 10174] By: jhi                                   on 2001/05/21  12:45:41
27415         Log: Must be trickier for 'minitest' not to die.
27416      Branch: perl
27417            ! t/op/taint.t
27418 ____________________________________________________________________________
27419 [ 10173] By: jhi                                   on 2001/05/21  11:24:43
27420         Log: Can't declare other people's variables.
27421      Branch: perl
27422            ! t/lib/b-stash.t
27423 ____________________________________________________________________________
27424 [ 10172] By: jhi                                   on 2001/05/20  20:33:08
27425         Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
27426      Branch: perl
27427            ! doio.c t/op/taint.t
27428 ____________________________________________________________________________
27429 [ 10171] By: jhi                                   on 2001/05/20  20:18:45
27430         Log: The OS/2 variable needs to be declared.
27431      Branch: perl
27432            ! t/lib/b-stash.t
27433 ____________________________________________________________________________
27434 [ 10170] By: nick                                  on 2001/05/20  16:48:29
27435         Log: Integrate mainline
27436      Branch: perlio
27437           !> (integrate 41 files)
27438 ____________________________________________________________________________
27439 [ 10169] By: jhi                                   on 2001/05/20  11:50:20
27440         Log: Small perlsec updates: clarify the taintedness of filename
27441              globbing; suggest using Scalar::Util::tainted().
27442      Branch: perl
27443            ! pod/perlsec.pod
27444 ____________________________________________________________________________
27445 [ 10168] By: jhi                                   on 2001/05/20  11:24:11
27446         Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
27447              From: Dave Mitchell <davem@fdgroup.co.uk>
27448              Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
27449              Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
27450      Branch: perl
27451            ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
27452            ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
27453            ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
27454            ! xsutils.c
27455 ____________________________________________________________________________
27456 [ 10167] By: jhi                                   on 2001/05/20  11:12:14
27457         Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
27458              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27459              Date: Sat, 19 May 2001 04:08:46 -0400
27460              Message-ID: <20010519040846.A16969@math.ohio-state.edu>
27461      Branch: perl
27462            ! lib/ExtUtils/Mksymlists.pm makedef.pl
27463 ____________________________________________________________________________
27464 [ 10166] By: jhi                                   on 2001/05/20  11:08:27
27465         Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
27466              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27467              Date: Sat, 19 May 2001 04:30:45 -0400
27468              Message-ID: <20010519043045.A17033@math.ohio-state.edu>
27469      Branch: perl
27470            ! os2/os2.c
27471 ____________________________________________________________________________
27472 [ 10165] By: jhi                                   on 2001/05/20  11:07:06
27473         Log: Subject: [PATCH 5.6.1] build bugs OS/2
27474              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27475              Date: Sat, 19 May 2001 04:35:28 -0400
27476              Message-ID: <20010519043528.A17363@math.ohio-state.edu>
27477      Branch: perl
27478            ! os2/Makefile.SHs os2/os2.c
27479 ____________________________________________________________________________
27480 [ 10164] By: jhi                                   on 2001/05/20  11:06:01
27481         Log: Subject: [PATCH 5.6.1] Mis-Failing tests
27482              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27483              Date: Sat, 19 May 2001 04:04:23 -0400
27484              Message-ID: <20010519040423.A16861@math.ohio-state.edu>
27485              
27486              (In bleadperl patched b-stash.t instead of b.t)
27487      Branch: perl
27488            ! t/lib/b-stash.t t/lib/bigfltpm.t
27489 ____________________________________________________________________________
27490 [ 10163] By: jhi                                   on 2001/05/20  10:59:46
27491         Log: Subject: [PATCH 5.6.1] perl5db
27492              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27493              Date: Sat, 19 May 2001 03:49:09 -0400
27494              Message-ID: <20010519034909.A14902@math.ohio-state.edu>
27495      Branch: perl
27496            ! lib/perl5db.pl
27497 ____________________________________________________________________________
27498 [ 10162] By: jhi                                   on 2001/05/20  10:58:18
27499         Log: Subject: [PATCH] require $mod where $mod has touched numeric context
27500              From: Gisle Aas <gisle@ActiveState.com>
27501              Date: 18 May 2001 14:24:51 -0700
27502              Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
27503      Branch: perl
27504            ! pp_ctl.c
27505 ____________________________________________________________________________
27506 [ 10161] By: jhi                                   on 2001/05/20  10:57:00
27507         Log: Subject: [PATCH] Chomp should not always stringify
27508              From: Gisle Aas <gisle@ActiveState.com>
27509              Date: 18 May 2001 07:55:25 -0700
27510              Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
27511      Branch: perl
27512            ! doop.c t/op/chop.t
27513 ____________________________________________________________________________
27514 [ 10160] By: jhi                                   on 2001/05/20  10:49:40
27515         Log: Integrate perlio.
27516      Branch: perl
27517           !> pod/perlfunc.pod
27518 ____________________________________________________________________________
27519 [ 10159] By: nick                                  on 2001/05/20  09:39:46
27520         Log: Document some more of open's features.
27521      Branch: perlio
27522            ! pod/perlfunc.pod
27523 ____________________________________________________________________________
27524 [ 10158] By: gsar                                  on 2001/05/18  18:43:38
27525         Log: back out change#10153 (it has compatibility issues such as the
27526              changed behavior of /[~%@+-]/, and after talking to Jarkko, the
27527              benefit for 5.6.x doesn't seem worth the risk)
27528      Branch: maint-5.6/perl
27529            ! toke.c
27530 ____________________________________________________________________________
27531 [ 10157] By: jhi                                   on 2001/05/18  17:05:40
27532         Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
27533      Branch: perl
27534            ! x2p/s2p.PL
27535 ____________________________________________________________________________
27536 [ 10156] By: jhi                                   on 2001/05/18  12:06:40
27537         Log: Update Changes.
27538      Branch: perl
27539            ! Changes patchlevel.h
27540 ____________________________________________________________________________
27541 [ 10155] By: jhi                                   on 2001/05/18  11:58:57
27542         Log: Integrate change #10144 from maintperl.
27543              
27544              s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
27545      Branch: perl
27546           !> win32/config.bc win32/config.gc win32/config.vc
27547           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
27548 ____________________________________________________________________________
27549 [ 10154] By: nick                                  on 2001/05/18  07:23:03
27550         Log: Integrate mainline.
27551      Branch: perlio
27552           +> README.dgux t/lib/i18n-collate.t utils.lst
27553           !> (integrate 49 files)
27554 ____________________________________________________________________________
27555 [ 10153] By: jhi                                   on 2001/05/18  00:41:51
27556         Log: Integrate change #7224 from mainline into maintperl.
27557              
27558              Allow @+ and @- to be doublequoted, from Simon Cozens. 
27559              (Approved by Larry, see Tom's comment in 20000830.005.)
27560      Branch: maint-5.6/perl
27561           !> toke.c
27562 ____________________________________________________________________________
27563 [ 10152] By: jhi                                   on 2001/05/17  23:18:15
27564         Log: Subject: [PATCH bleadperl] small lookbehind fix
27565              From: Hugo <hv@crypt.compulink.co.uk>
27566              Date: Fri, 18 May 2001 00:07:19 +0100
27567              Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
27568      Branch: perl
27569            ! regexec.c
27570 ____________________________________________________________________________
27571 [ 10151] By: jhi                                   on 2001/05/17  22:00:06
27572         Log: Detypos.
27573      Branch: perl
27574            ! installman utils.lst
27575 ____________________________________________________________________________
27576 [ 10150] By: jhi                                   on 2001/05/17  20:32:48
27577         Log: Add better debug to glob/basic #8 as suggested by Nick Clark
27578              in 20001222.001.
27579      Branch: perl
27580            ! t/lib/glob-basic.t
27581 ____________________________________________________________________________
27582 [ 10149] By: jhi                                   on 2001/05/17  20:08:58
27583         Log: Subject: [PATCH] Test for bug 20010515.004
27584              From: Benjamin Sugars <bsugars@canoe.ca>
27585              Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
27586              Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
27587      Branch: perl
27588            ! t/op/misc.t
27589 ____________________________________________________________________________
27590 [ 10148] By: jhi                                   on 2001/05/17  20:06:23
27591         Log: Integrate #10145 from maintperl.
27592              
27593              fix for ID 20010515.004 (needs test)
27594      Branch: perl
27595           !> pp_hot.c
27596 ____________________________________________________________________________
27597 [ 10147] By: jhi                                   on 2001/05/17  19:10:46
27598         Log: Thinko noticed by Doug MacEachern.
27599      Branch: perl
27600            ! thread.h
27601 ____________________________________________________________________________
27602 [ 10146] By: jhi                                   on 2001/05/17  17:30:37
27603         Log: Subject: Re: [PATCH] HERE mark in regex
27604              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
27605              Date: Thu, 17 May 2001 12:20:33 -0400
27606              Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> 
27607      Branch: perl
27608            ! t/op/re_tests
27609 ____________________________________________________________________________
27610 [ 10145] By: gsar                                  on 2001/05/17  16:59:55
27611         Log: fix for ID 20010515.004 (needs test)
27612      Branch: maint-5.6/perl
27613            ! pp_hot.c
27614 ____________________________________________________________________________
27615 [ 10144] By: gsar                                  on 2001/05/17  16:39:02
27616         Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
27617      Branch: maint-5.6/perl
27618            ! win32/config.bc win32/config.gc win32/config.vc
27619            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
27620 ____________________________________________________________________________
27621 [ 10143] By: jhi                                   on 2001/05/17  14:21:08
27622         Log: Macrofy the getspecific (and use it also in util.c)
27623      Branch: perl
27624            ! thread.h util.c
27625 ____________________________________________________________________________
27626 [ 10142] By: jhi                                   on 2001/05/17  01:43:50
27627         Log: Use the unchecked thread-specific key fetch also in Tru64.
27628      Branch: perl
27629            ! thread.h
27630 ____________________________________________________________________________
27631 [ 10141] By: jhi                                   on 2001/05/17  01:41:07
27632         Log: Subject: [PATCH 5.6.1]Quick thread speedup
27633              From: Dan Sugalski <dan@sidhe.org> 
27634              Date: Wed, 16 May 2001 18:05:19 -0400
27635              Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
27636      Branch: perl
27637            ! thread.h util.c
27638 ____________________________________________________________________________
27639 [ 10140] By: jhi                                   on 2001/05/16  19:58:29
27640         Log: I think this is quite enough testing for a deprecated feature.
27641      Branch: perl
27642            + t/lib/i18n-collate.t
27643            ! MANIFEST t/lib/1_compile.t
27644 ____________________________________________________________________________
27645 [ 10139] By: jhi                                   on 2001/05/16  18:47:03
27646         Log: More HP-UX lore from Jeff Okamoto.
27647      Branch: perl
27648            ! README.hpux
27649 ____________________________________________________________________________
27650 [ 10138] By: jhi                                   on 2001/05/16  18:21:04
27651         Log: Sort utils.lst for easier maintenance.
27652      Branch: perl
27653            ! utils.lst
27654 ____________________________________________________________________________
27655 [ 10137] By: jhi                                   on 2001/05/16  18:12:01
27656         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
27657              From: Tim Jenness <t.jenness@jach.hawaii.edu>
27658              Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
27659              Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
27660              
27661              Add pod2latex to utils.lst.
27662      Branch: perl
27663            ! MANIFEST utils.lst
27664 ____________________________________________________________________________
27665 [ 10136] By: jhi                                   on 2001/05/16  18:00:00
27666         Log: Subject: Re: [PATCH] HERE mark in regex
27667              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
27668              Date: Wed, 16 May 2001 13:04:43 -0400
27669              Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> 
27670      Branch: perl
27671            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
27672            ! t/op/regmesg.t t/pragma/warn/regcomp
27673 ____________________________________________________________________________
27674 [ 10135] By: jhi                                   on 2001/05/16  17:51:50
27675         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
27676              From: Simon Cozens <simon@netthink.co.uk>
27677              Date: Wed, 16 May 2001 18:02:08 +0100
27678              Message-ID: <20010516180208.A6458@netthink.co.uk>
27679      Branch: perl
27680            ! installman utils.lst
27681 ____________________________________________________________________________
27682 [ 10134] By: jhi                                   on 2001/05/16  17:47:26
27683         Log: Subject: Re: [ID 20010515.001] -DPERL_Y2KWARN doesn't do what it should (Not OK: perl v5.7.1 +DEVEL10104 on i586-linux 2.2.16-22 (UNINST
27684              From: "Philip Newton" <pnewton@gmx.de>
27685              Date: Tue, 15 May 2001 15:09:30 +0200
27686              Message-ID: <3B0146AA.2839.17BFDA6@localhost>
27687              
27688              Test case for #10128.
27689      Branch: perl
27690            ! t/pragma/warn/pp_hot
27691 ____________________________________________________________________________
27692 [ 10133] By: jhi                                   on 2001/05/16  15:12:52
27693         Log: Update Changes.
27694      Branch: perl
27695            ! Changes patchlevel.h
27696 ____________________________________________________________________________
27697 [ 10132] By: jhi                                   on 2001/05/16  14:50:55
27698         Log: Deprecate pseudo-hashes.
27699      Branch: perl
27700            ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
27701 ____________________________________________________________________________
27702 [ 10131] By: jhi                                   on 2001/05/16  14:26:01
27703         Log: HP-UX hints update from Merijn.
27704      Branch: perl
27705            ! hints/hpux.sh
27706 ____________________________________________________________________________
27707 [ 10130] By: jhi                                   on 2001/05/16  14:23:01
27708         Log: README.hpux update from Merijn.
27709      Branch: perl
27710            ! README.hpux
27711 ____________________________________________________________________________
27712 [ 10129] By: jhi                                   on 2001/05/16  14:18:56
27713         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
27714              From: Simon Cozens <simon@netthink.co.uk>
27715              Date: Wed, 16 May 2001 15:57:55 +0100
27716              Message-ID: <20010516155755.A4728@netthink.co.uk>
27717      Branch: perl
27718            + utils.lst
27719            ! MANIFEST installman installperl
27720 ____________________________________________________________________________
27721 [ 10128] By: jhi                                   on 2001/05/16  14:15:36
27722         Log: Subject: Re: [ID 20010515.001] -DPERL_Y2KWARN doesn't do what it should (Not OK: perl v5.7.1 +DEVEL10104 on i586-linux 2.2.16-22 (UNINST
27723              From: "Philip Newton" <pnewton@gmx.de>
27724              Date: Tue, 15 May 2001 16:31:05 +0200
27725              Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
27726              
27727              Fix PERL_Y2KWARN test to check before rather than after appending.
27728      Branch: perl
27729            ! pp_hot.c
27730 ____________________________________________________________________________
27731 [ 10127] By: jhi                                   on 2001/05/16  14:08:15
27732         Log: Regen Porting stuff.
27733      Branch: perl
27734            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27735            ! config_h.SH
27736 ____________________________________________________________________________
27737 [ 10126] By: jhi                                   on 2001/05/16  13:41:50
27738         Log: Metaconfig unit change for #10125.
27739      Branch: metaconfig
27740            ! U/modified/Oldconfig.U
27741 ____________________________________________________________________________
27742 [ 10125] By: jhi                                   on 2001/05/16  13:41:35
27743         Log: Use OSVERS.
27744      Branch: perl
27745            ! Configure config_h.SH perl.c
27746 ____________________________________________________________________________
27747 [ 10124] By: jhi                                   on 2001/05/16  13:41:09
27748         Log: Regen toc.
27749      Branch: perl
27750            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
27751 ____________________________________________________________________________
27752 [ 10123] By: jhi                                   on 2001/05/16  13:25:38
27753         Log: Adding the README.dgux to the MANIFEST would be a good idea.
27754      Branch: perl
27755            ! MANIFEST
27756 ____________________________________________________________________________
27757 [ 10122] By: jhi                                   on 2001/05/16  13:08:33
27758         Log: Move the stack desire definition to thread.h.
27759      Branch: perl
27760            ! ext/Thread/Thread.xs thread.h
27761 ____________________________________________________________________________
27762 [ 10121] By: jhi                                   on 2001/05/16  13:00:12
27763         Log: DG-UX threading patches, including a README.dgux,
27764              from Takis Psarogiannakopoulos.
27765      Branch: perl
27766            + README.dgux
27767            ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
27768 ____________________________________________________________________________
27769 [ 10120] By: jhi                                   on 2001/05/16  12:55:33
27770         Log: Subject: [PATCH B::Deparse] More on /x regexes
27771              From: Robin Houston <robin@kitsite.com>
27772              Date: Tue, 15 May 2001 19:09:35 +0100
27773              Message-ID: <20010515190935.A27268@penderel>
27774      Branch: perl
27775            ! ext/B/B/Deparse.pm
27776 ____________________________________________________________________________
27777 [ 10119] By: jhi                                   on 2001/05/16  12:45:29
27778         Log: Document that the core time() may be rounding rather
27779              than truncating, would have saved at least my confusion.
27780      Branch: perl
27781            ! ext/Time/HiRes/HiRes.pm
27782 ____________________________________________________________________________
27783 [ 10118] By: jhi                                   on 2001/05/16  12:37:57
27784         Log: Subject: perl-current/t/time-hires.t
27785              From: John Peacock <jpeacock@rowman.com>
27786              Date: Fri, 11 May 2001 14:09:41 -0400
27787              Message-ID: <3AFC2AE5.5E787E54@rowman.com>
27788      Branch: perl
27789            ! t/lib/time-hires.t
27790 ____________________________________________________________________________
27791 [ 10117] By: jhi                                   on 2001/05/15  13:40:33
27792         Log: Subject: [PATCH dump.c] Op private flags
27793              From: Simon Cozens <simon@netthink.co.uk>
27794              Date: Sun, 13 May 2001 20:20:36 +0100
27795              Message-ID: <20010513202036.A21896@netthink.co.uk>
27796      Branch: perl
27797            ! dump.c
27798 ____________________________________________________________________________
27799 [ 10116] By: jhi                                   on 2001/05/15  13:28:26
27800         Log: Upgrade to Switch 2.03.
27801      Branch: perl
27802            ! lib/Switch.pm
27803 ____________________________________________________________________________
27804 [ 10115] By: jhi                                   on 2001/05/15  13:19:01
27805         Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
27806              to PERL_CONFIG_SH and use it consistently.
27807      Branch: maint-5.6/perl
27808           !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
27809           !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
27810           !> myconfig.SH writemain.SH
27811 ____________________________________________________________________________
27812 [ 10114] By: jhi                                   on 2001/05/15  13:13:21
27813         Log: Metaconfig units changes for #10113.
27814      Branch: metaconfig
27815            ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
27816 ____________________________________________________________________________
27817 [ 10113] By: jhi                                   on 2001/05/15  13:12:40
27818         Log: The problem described in 20010514.031 still wasn't
27819              fully cured, there were remnants of $CONFIG when
27820              $CONFIGDOTSH was expected.  Now renamed to PERL_CONFIG_SH
27821              to avoid future conflicts.
27822      Branch: perl
27823            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
27824            ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
27825            ! myconfig.SH writemain.SH
27826 ____________________________________________________________________________
27827 [ 10112] By: jhi                                   on 2001/05/15  11:55:44
27828         Log: Half of #10107 got lost.
27829      Branch: perl
27830            ! ext/B/B/Deparse.pm
27831 ____________________________________________________________________________
27832 [ 10111] By: nick                                  on 2001/05/15  08:39:14
27833         Log: Integrate mainline.
27834      Branch: perlio
27835           +> ext/POSIX/hints/uts.pl
27836            - Todo Todo-5.6 t/camel-III/vstring.t
27837           !> (integrate 48 files)
27838 ____________________________________________________________________________
27839 [ 10110] By: jhi                                   on 2001/05/15  02:04:05
27840         Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
27841              From: Robin Houston <robin@kitsite.com>
27842              Date: Mon, 14 May 2001 22:27:08 +0100
27843              Message-ID: <20010514222708.A22963@penderel>
27844      Branch: perl
27845            ! t/TestInit.pm
27846 ____________________________________________________________________________
27847 [ 10109] By: jhi                                   on 2001/05/15  02:03:12
27848         Log: Subject: [PATCH B::Deparse] Lvaluable method calls
27849              From: Robin Houston <robin@kitsite.com>
27850              Date: Mon, 14 May 2001 22:16:43 +0100
27851              Message-ID: <20010514221643.A22437@penderel>
27852      Branch: perl
27853            ! ext/B/B/Deparse.pm
27854 ____________________________________________________________________________
27855 [ 10108] By: jhi                                   on 2001/05/15  02:02:17
27856         Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
27857              From: Robin Houston <robin@kitsite.com>
27858              Date: Mon, 14 May 2001 22:03:44 +0100
27859              Message-ID: <20010514220344.A20643@penderel>
27860      Branch: perl
27861            ! ext/B/B/Deparse.pm
27862 ____________________________________________________________________________
27863 [ 10107] By: jhi                                   on 2001/05/15  02:01:24
27864         Log: Subject: [PATCH B::Deparse] "${foo}_bar"
27865              From: Robin Houston <robin@kitsite.com>
27866              Date: Mon, 14 May 2001 22:10:07 +0100
27867              Message-ID: <20010514221007.A21118@penderel>
27868      Branch: perl
27869            ! ext/B/B/Deparse.pm
27870 ____________________________________________________________________________
27871 [ 10106] By: jhi                                   on 2001/05/15  01:41:26
27872         Log: Fix for 20010514.037; substr() didn't invalidate the locale
27873              collation magic.
27874      Branch: perl
27875            ! pp.c
27876 ____________________________________________________________________________
27877 [ 10105] By: jhi                                   on 2001/05/14  18:18:24
27878         Log: Update Changes.
27879      Branch: perl
27880            ! Changes patchlevel.h
27881 ____________________________________________________________________________
27882 [ 10104] By: jhi                                   on 2001/05/14  18:09:07
27883         Log: Retract #10094.
27884      Branch: perl
27885            ! lib/Pod/Text.pm
27886 ____________________________________________________________________________
27887 [ 10103] By: jhi                                   on 2001/05/14  15:20:58
27888         Log: Integrate change #10100 from maintperl.
27889              
27890              PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
27891              bug ID 20010514.027)
27892      Branch: perl
27893           !> mg.c pp_ctl.c
27894 ____________________________________________________________________________
27895 [ 10102] By: jhi                                   on 2001/05/14  15:19:21
27896         Log: Document the deprecatedness of suidperl.
27897      Branch: perl
27898            ! INSTALL pod/perlfaq1.pod
27899 ____________________________________________________________________________
27900 [ 10101] By: jhi                                   on 2001/05/14  14:54:31
27901         Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
27902              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
27903              Date: Mon, 14 May 2001 09:38:59 -0400
27904              Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
27905      Branch: perl
27906            ! lib/ExtUtils/MM_Unix.pm
27907 ____________________________________________________________________________
27908 [ 10100] By: gsar                                  on 2001/05/14  14:43:50
27909         Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
27910              bug ID 20010514.027)
27911              
27912              TODO: this needs a testsuite addition
27913      Branch: maint-5.6/perl
27914            ! mg.c pp_ctl.c
27915 ____________________________________________________________________________
27916 [ 10099] By: jhi                                   on 2001/05/14  13:42:38
27917         Log: More DWIMminess for Class::Struct: calling the array or hash
27918              accessors only with one argument, an array or a hash reference,
27919              sets the underlying array or hash.  This mirrors nicely also
27920              the usage in the constructor.
27921              From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
27922      Branch: perl
27923            ! lib/Class/Struct.pm t/lib/class-struct.t
27924 ____________________________________________________________________________
27925 [ 10098] By: jhi                                   on 2001/05/14  13:10:34
27926         Log: Reference cmp'ing should go through the whole stringification
27927              process shebang, as pointed out by Sarathy in #10091.
27928      Branch: perl
27929            ! pp.c
27930 ____________________________________________________________________________
27931 [ 10097] By: jhi                                   on 2001/05/14  12:54:31
27932         Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
27933              From: Simon Cozens <simon@netthink.co.uk>
27934              Date: Sat, 12 May 2001 16:36:27 +0100
27935              Message-ID: <20010512163627.A5522@netthink.co.uk>
27936              
27937              with some additions salvaged from Todo and Todo-5.6 before
27938              retiring them.
27939      Branch: perl
27940            - Todo Todo-5.6
27941            ! MANIFEST pod/perltodo.pod
27942 ____________________________________________________________________________
27943 [ 10096] By: jhi                                   on 2001/05/14  12:37:01
27944         Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
27945              From: "Golubev I. N." <gin@mo.msk.ru>
27946              Date: Mon, 07 May 2001 14:33:34 (GMT)
27947              Message-Id: <02453af6b23e63-gin@mo.msk.ru>
27948      Branch: perl
27949            ! perl.h
27950 ____________________________________________________________________________
27951 [ 10095] By: jhi                                   on 2001/05/14  12:34:24
27952         Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
27953              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
27954              Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
27955              Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
27956      Branch: perl
27957            ! lib/ExtUtils/MM_Unix.pm
27958 ____________________________________________________________________________
27959 [ 10094] By: jhi                                   on 2001/05/14  12:32:44
27960         Log: (Retracted by #10104.)
27961              
27962              Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
27963              From: barries <barries@slaysys.com>
27964              Date: Sat, 12 May 2001 01:28:10 -0400
27965              Message-ID: <20010512012810.B26358@jester.slaysys.com>
27966      Branch: perl
27967            ! lib/Pod/Text.pm
27968 ____________________________________________________________________________
27969 [ 10093] By: jhi                                   on 2001/05/14  12:30:38
27970         Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
27971              From: Mike Guy <mjtg@cam.ac.uk>
27972              Date: Sat, 12 May 2001 19:24:33 +0100
27973              Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
27974      Branch: perl
27975            ! lib/AutoSplit.pm
27976 ____________________________________________________________________________
27977 [ 10092] By: jhi                                   on 2001/05/14  12:29:21
27978         Log: Yet another HP-UX hints tweak from Merijn.
27979      Branch: perl
27980            ! hints/hpux.sh
27981 ____________________________________________________________________________
27982 [ 10091] By: gsar                                  on 2001/05/14  04:38:32
27983         Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
27984              isn't defined (changes#9366,9368,9370 from mainline without the
27985              pp_scmp() change)
27986      Branch: maint-5.6/perl
27987            ! pp.c pp.h pp_hot.c
27988 ____________________________________________________________________________
27989 [ 10090] By: jhi                                   on 2001/05/12  13:39:43
27990         Log: The sorting seems to happen now automatically.
27991      Branch: perl
27992            ! t/lib/glob-basic.t
27993 ____________________________________________________________________________
27994 [ 10089] By: jhi                                   on 2001/05/12  03:38:15
27995         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
27996              From: Benjamin Sugars <bsugars@canoe.ca>
27997              Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
27998              Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
27999      Branch: perl
28000            ! pod/perlfunc.pod
28001 ____________________________________________________________________________
28002 [ 10088] By: jhi                                   on 2001/05/12  03:37:00
28003         Log: Subject: Re: undef(&foo) does not work for XS functions
28004              From: Doug MacEachern <dougm@covalent.net>
28005              Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
28006              Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
28007      Branch: perl
28008            ! op.c
28009 ____________________________________________________________________________
28010 [ 10087] By: jhi                                   on 2001/05/12  03:35:58
28011         Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
28012              From: Peter Prymmer <pvhp@forte.com>
28013              Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
28014              Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
28015      Branch: perl
28016            ! t/op/append.t
28017 ____________________________________________________________________________
28018 [ 10086] By: jhi                                   on 2001/05/11  14:23:08
28019         Log: Update Changes.
28020      Branch: perl
28021            ! Changes patchlevel.h
28022 ____________________________________________________________________________
28023 [ 10085] By: jhi                                   on 2001/05/11  14:08:20
28024         Log: Remove the 'asciir' re subpragma.  Should instead implement
28025              the 'physical vs logical' range scheme:
28026              
28027              \xAA-\xCC is a native physical range, you want that range of
28028              codepoints in your native encoding.  In EBCDIC the codepoints
28029              in the gaps (between i-j and r-s) should be included.
28030              
28031              \x{AA}-\x{CC} is a physical Unicode range, you want that range of
28032              codepoints in Unicode.
28033              
28034              a-z is a logical range, you want that range of 'logical' codepoints
28035              in your native encoding.  In EBCDIC the codepoints in the gaps
28036              (between i-j and r-s) should not be included.
28037              
28038              Mixed cases (a-\xAA, etc) should either be errors, or maybe
28039              the 'logical' endpoints should be converted to native/Unicode
28040              codepoints, and the range handled as a physical range.
28041              
28042              'Logical endpoints' are to be recognized only in the A-Z, a-z,
28043              and 0-9 ranges.  Probably a warning should be given for mixed
28044              cases like A-z or a-9 (since such expressions are encoding
28045              dependent), with a recommendation to use physical ranges.
28046      Branch: perl
28047            ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
28048            ! t/op/regexp.t
28049 ____________________________________________________________________________
28050 [ 10084] By: jhi                                   on 2001/05/11  13:56:16
28051         Log: Make the test to cleanup the test directory tree
28052              both before and after the testing so that we always
28053              have a clean slate to work with.
28054      Branch: perl
28055            ! t/lib/filefind.t
28056 ____________________________________________________________________________
28057 [ 10083] By: jhi                                   on 2001/05/11  13:46:30
28058         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
28059              From: Jon Eveland <jweveland@yahoo.com>
28060              Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
28061              Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
28062      Branch: perl
28063            ! pod/perlfunc.pod
28064 ____________________________________________________________________________
28065 [ 10082] By: jhi                                   on 2001/05/11  13:45:06
28066         Log: Merge the camel-III/vstring.t with op/ver.t.
28067      Branch: perl
28068            - t/camel-III/vstring.t
28069            ! MANIFEST t/TEST t/harness t/op/ver.t
28070 ____________________________________________________________________________
28071 [ 10081] By: jhi                                   on 2001/05/11  13:15:55
28072         Log: Add test.deparse make target.
28073      Branch: perl
28074            ! Makefile.SH
28075 ____________________________________________________________________________
28076 [ 10080] By: jhi                                   on 2001/05/11  12:52:49
28077         Log: Subject: [PATCH B::Deparse] $foo->bar(0)
28078              From: Robin Houston <robin@kitsite.com>
28079              Date: Fri, 11 May 2001 12:02:22 +0100
28080              Message-ID: <20010511120222.A11529@penderel>
28081      Branch: perl
28082            ! ext/B/B/Deparse.pm t/op/method.t
28083 ____________________________________________________________________________
28084 [ 10079] By: jhi                                   on 2001/05/11  01:59:06
28085         Log: A nicely working combination for UTS from Hal Morris.
28086      Branch: perl
28087            + ext/POSIX/hints/uts.pl
28088            ! MANIFEST hints/uts.sh
28089 ____________________________________________________________________________
28090 [ 10078] By: jhi                                   on 2001/05/11  01:15:04
28091         Log: i_ieeefp=undef for UTS.
28092      Branch: perl
28093            ! hints/uts.sh
28094 ____________________________________________________________________________
28095 [ 10077] By: jhi                                   on 2001/05/10  22:42:35
28096         Log: Subject: RE: rand(0) is rand(1)
28097              From: Larry Shatzer <lshatzer@islanddata.com>
28098              Date: Thu, 10 May 2001 11:09:27 -0700
28099              Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
28100      Branch: perl
28101            ! pod/perlfunc.pod
28102 ____________________________________________________________________________
28103 [ 10076] By: jhi                                   on 2001/05/10  22:36:50
28104         Log: Subject: [patch] make op_{clear,null} public
28105              From: Doug MacEachern <dougm@covalent.net>
28106              Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
28107              Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
28108      Branch: perl
28109            ! embed.h embed.pl op.c proto.h
28110 ____________________________________________________________________________
28111 [ 10075] By: jhi                                   on 2001/05/10  22:28:36
28112         Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
28113              From: Robin Houston <robin@kitsite.com>
28114              Date: Thu, 10 May 2001 18:54:59 +0100
28115              Message-ID: <20010510185459.A5995@penderel>
28116      Branch: perl
28117            ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
28118 ____________________________________________________________________________
28119 [ 10074] By: jhi                                   on 2001/05/10  22:23:41
28120         Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
28121              From: Robin Houston <robin@kitsite.com>
28122              Date: Thu, 10 May 2001 12:56:39 +0100
28123              Message-ID: <20010510125639.A2119@penderel>
28124      Branch: perl
28125            ! ext/B/B/Deparse.pm
28126 ____________________________________________________________________________
28127 [ 10073] By: jhi                                   on 2001/05/10  14:26:01
28128         Log: Retract #10070, not ready yet.
28129      Branch: perl
28130            ! ext/B/B/Deparse.pm
28131 ____________________________________________________________________________
28132 [ 10072] By: jhi                                   on 2001/05/10  13:40:24
28133         Log: The metaconfig unit change for #10071.
28134      Branch: metaconfig
28135            ! U/modified/mallocsrc.U
28136 ____________________________________________________________________________
28137 [ 10071] By: jhi                                   on 2001/05/10  13:39:57
28138         Log: The #9525+#9526 didn't allow for overriding usemymalloc.
28139      Branch: perl
28140            ! Configure
28141 ____________________________________________________________________________
28142 [ 10070] By: jhi                                   on 2001/05/10  13:18:42
28143         Log: (Retracted by #10073)
28144              
28145              Subject: Re: [PATCH t/TEST] B::Deparse tester 
28146              From: Hugo <hv@crypt.compulink.co.uk>
28147              Date: Thu, 10 May 2001 05:48:09 +0100
28148              Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
28149      Branch: perl
28150            ! ext/B/B/Deparse.pm
28151 ____________________________________________________________________________
28152 [ 10069] By: jhi                                   on 2001/05/10  12:24:06
28153         Log: Add a for(func()) test.
28154      Branch: perl
28155            ! t/cmd/for.t
28156 ____________________________________________________________________________
28157 [ 10068] By: jhi                                   on 2001/05/10  12:16:00
28158         Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
28159              From: Robin Houston <robin@kitsite.com>
28160              Date: Thu, 10 May 2001 13:50:08 +0100
28161              Message-ID: <20010510135008.A2454@penderel>
28162      Branch: perl
28163            ! ext/B/B/Deparse.pm
28164 ____________________________________________________________________________
28165 [ 10067] By: jhi                                   on 2001/05/10  01:45:03
28166         Log: A thinko in #10065.
28167      Branch: perl
28168            ! hv.c
28169 ____________________________________________________________________________
28170 [ 10066] By: jhi                                   on 2001/05/10  01:33:12
28171         Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
28172              From: Robin Houston <robin@kitsite.com>
28173              Date: Thu, 10 May 2001 02:10:34 +0100
28174              Message-ID: <20010510021034.A19421@penderel>
28175      Branch: perl
28176            ! ext/B/B.xs ext/B/B/Deparse.pm
28177 ____________________________________________________________________________
28178 [ 10065] By: jhi                                   on 2001/05/10  01:30:43
28179         Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
28180              From: Doug MacEachern <dougm@covalent.net>
28181              Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
28182              Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
28183      Branch: perl
28184            ! hv.c
28185 ____________________________________________________________________________
28186 [ 10064] By: jhi                                   on 2001/05/09  23:13:29
28187         Log: One more workaround for the UTS compiler from Hal Morris.
28188      Branch: perl
28189            ! perl.h
28190 ____________________________________________________________________________
28191 [ 10063] By: jhi                                   on 2001/05/09  23:09:53
28192         Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
28193              From: Robin Houston <robin@kitsite.com>
28194              Date: Thu, 10 May 2001 01:02:08 +0100
28195              Message-ID: <20010510010208.A18200@penderel>
28196      Branch: perl
28197            ! ext/B/B/Debug.pm
28198 ____________________________________________________________________________
28199 [ 10062] By: jhi                                   on 2001/05/09  23:06:25
28200         Log: Subject: [PATCH] Simplify deb_curcv() a bit
28201              From: Benjamin Sugars <bsugars@canoe.ca>
28202              Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
28203              Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
28204      Branch: perl
28205            ! run.c
28206 ____________________________________________________________________________
28207 [ 10061] By: jhi                                   on 2001/05/09  23:05:28
28208         Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
28209              From: Benjamin Sugars <bsugars@canoe.ca>
28210              Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
28211              Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
28212      Branch: perl
28213            ! t/lib/io_scalar.t
28214 ____________________________________________________________________________
28215 [ 10060] By: jhi                                   on 2001/05/09  23:04:38
28216         Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
28217              From: Peter Prymmer <pvhp@forte.com>
28218              Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
28219              Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
28220      Branch: perl
28221            ! t/lib/md5-file.t
28222 ____________________________________________________________________________
28223 [ 10059] By: jhi                                   on 2001/05/09  23:03:52
28224         Log: Subject: [PATCH t/TEST] B::Deparse tester
28225              From: Robin Houston <robin@kitsite.com>
28226              Date: Wed, 9 May 2001 19:17:50 +0100
28227              Message-ID: <20010509191750.A16940@penderel>
28228      Branch: perl
28229            ! ext/B/O.pm t/TEST
28230 ____________________________________________________________________________
28231 [ 10058] By: jhi                                   on 2001/05/09  23:02:56
28232         Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
28233              From: Jeff Pinyan <jeffp@crusoe.net>
28234              Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
28235              Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
28236      Branch: perl
28237            ! lib/Pod/Html.pm
28238 ____________________________________________________________________________
28239 [ 10057] By: nick                                  on 2001/05/09  18:37:56
28240         Log: Integrate mainline.
28241      Branch: perlio
28242           !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
28243           !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
28244 ____________________________________________________________________________
28245 [ 10056] By: jhi                                   on 2001/05/09  16:44:44
28246         Log: Update Changes.
28247      Branch: perl
28248            ! Changes patchlevel.h
28249 ____________________________________________________________________________
28250 [ 10055] By: jhi                                   on 2001/05/09  16:26:47
28251         Log: Integrate perlio.
28252      Branch: perl
28253           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
28254 ____________________________________________________________________________
28255 [ 10054] By: jhi                                   on 2001/05/09  16:25:42
28256         Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
28257              From: Benjamin Sugars <bsugars@canoe.ca>
28258              Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
28259              Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
28260      Branch: perl
28261            ! perlio.c
28262 ____________________________________________________________________________
28263 [ 10053] By: jhi                                   on 2001/05/09  16:24:37
28264         Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
28265              From: Benjamin Sugars <bsugars@canoe.ca>
28266              Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
28267              Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
28268      Branch: perl
28269            ! ext/PerlIO/Scalar/Scalar.xs
28270 ____________________________________________________________________________
28271 [ 10052] By: jhi                                   on 2001/05/09  16:19:04
28272         Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
28273              From: Jeff Pinyan <jeffp@crusoe.net>
28274              Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
28275              Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
28276      Branch: perl
28277            ! lib/Pod/Html.pm
28278 ____________________________________________________________________________
28279 [ 10051] By: jhi                                   on 2001/05/09  15:30:17
28280         Log: EPOC tweak from Olaf Flebbe.
28281      Branch: perl
28282            ! epoc/epocish.h
28283 ____________________________________________________________________________
28284 [ 10050] By: nick                                  on 2001/05/09  14:37:57
28285         Log: win32, regen_config_h
28286      Branch: perlio
28287            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
28288 ____________________________________________________________________________
28289 [ 10049] By: jhi                                   on 2001/05/09  12:33:39
28290         Log: Integrate perlio.
28291      Branch: perl
28292           !> pp_sys.c
28293 ____________________________________________________________________________
28294 [ 10048] By: nick                                  on 2001/05/09  11:59:50
28295         Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
28296              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
28297      Branch: perlio
28298            ! pp_sys.c
28299 ____________________________________________________________________________
28300 [ 10047] By: jhi                                   on 2001/05/09  10:50:12
28301         Log: Integrate perlio.
28302      Branch: perl
28303           !> run.c
28304 ____________________________________________________________________________
28305 [ 10046] By: jhi                                   on 2001/05/09  10:49:34
28306         Log: Subject: Re: Less warnings during configure
28307              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28308              Date: Wed, 09 May 2001 13:12:49 +0200
28309              Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
28310      Branch: perl
28311            ! hints/hpux.sh
28312 ____________________________________________________________________________
28313 [ 10045] By: nick                                  on 2001/05/09  09:56:59
28314         Log: MULTIPLICITY/DEBUGGING build fix.
28315      Branch: perlio
28316            ! run.c
28317 ____________________________________________________________________________
28318 [ 10044] By: nick                                  on 2001/05/09  09:46:37
28319         Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
28320      Branch: perlio
28321           +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
28322            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
28323           !> (integrate 65 files)
28324 ____________________________________________________________________________
28325 [ 10043] By: jhi                                   on 2001/05/08  22:41:49
28326         Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
28327              From: Robin Houston <robin@kitsite.com>
28328              Date: Tue, 8 May 2001 19:38:00 +0100
28329              Message-ID: <20010508193800.A4389@penderel>
28330              
28331              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
28332              From: Robin Houston <robin@kitsite.com>
28333              Date: Tue, 8 May 2001 20:03:57 +0100
28334              Message-ID: <20010508200357.A4614@penderel>
28335              
28336              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
28337              From: Robin Houston <robin@kitsite.com>
28338              Date: Wed, 9 May 2001 00:12:05 +0100
28339              Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
28340      Branch: perl
28341            ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
28342 ____________________________________________________________________________
28343 [ 10042] By: jhi                                   on 2001/05/08  22:09:35
28344         Log: Retract #10031.
28345      Branch: perl
28346            ! pod/perlfunc.pod
28347 ____________________________________________________________________________
28348 [ 10041] By: jhi                                   on 2001/05/08  18:27:34
28349         Log: The metaconfig unit changes for #10040.
28350      Branch: metaconfig/U/perl
28351            ! Checkcc.U d_dlsymun.U dlsrc.U
28352 ____________________________________________________________________________
28353 [ 10040] By: jhi                                   on 2001/05/08  18:24:47
28354         Log: The Configure half of
28355              
28356              Subject: Less warnings during configure
28357              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28358              Date: Tue, 08 May 2001 08:44:02 +0200
28359              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
28360      Branch: perl
28361            ! Configure
28362 ____________________________________________________________________________
28363 [ 10039] By: jhi                                   on 2001/05/08  16:48:31
28364         Log: Subject: Less warnings during configure
28365              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28366              Date: Tue, 08 May 2001 08:44:02 +0200
28367              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
28368      Branch: perl
28369            ! hints/hpux.sh
28370 ____________________________________________________________________________
28371 [ 10038] By: jhi                                   on 2001/05/08  16:32:07
28372         Log: Don't forget to whine about \d__\d.
28373      Branch: perl
28374            ! t/pragma/warn/toke toke.c
28375 ____________________________________________________________________________
28376 [ 10037] By: jhi                                   on 2001/05/08  16:07:05
28377         Log: Allow underscores also in the exponent part.
28378      Branch: perl
28379            ! t/pragma/warn/toke toke.c
28380 ____________________________________________________________________________
28381 [ 10036] By: jhi                                   on 2001/05/08  13:33:55
28382         Log: CodeMagicCD doesn't look like an *I*DE.
28383      Branch: perl
28384            ! pod/perlfaq3.pod
28385 ____________________________________________________________________________
28386 [ 10035] By: jhi                                   on 2001/05/08  13:27:48
28387         Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
28388              to be consistently down).
28389      Branch: perl
28390            ! pod/perlfaq3.pod
28391 ____________________________________________________________________________
28392 [ 10034] By: jhi                                   on 2001/05/08  13:21:07
28393         Log: Upgrade to Text::Balanced 1.84.
28394      Branch: perl
28395            ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
28396 ____________________________________________________________________________
28397 [ 10033] By: jhi                                   on 2001/05/08  12:41:53
28398         Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
28399              From: Benjamin Sugars <bsugars@canoe.ca>
28400              Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
28401              Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
28402      Branch: perl
28403            ! run.c
28404 ____________________________________________________________________________
28405 [ 10032] By: jhi                                   on 2001/05/08  12:40:28
28406         Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
28407              From: Peter Prymmer <pvhp@forte.com>
28408              Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
28409              Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
28410      Branch: perl
28411            ! t/pod/plainer.t
28412 ____________________________________________________________________________
28413 [ 10031] By: jhi                                   on 2001/05/08  12:35:25
28414         Log: (Retracted by #10042)
28415              
28416              Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
28417              From: "Philip Newton" <pnewton@gmx.de>
28418              Date: Tue, 8 May 2001 09:18:10 +0200
28419              Message-ID: <3AF7B9D2.28861.603732@localhost>
28420      Branch: perl
28421            ! pod/perlfunc.pod
28422 ____________________________________________________________________________
28423 [ 10030] By: jhi                                   on 2001/05/08  12:32:23
28424         Log: Subject: [PATCH B::Deparse] Document known bugs
28425              From: Robin Houston <robin@kitsite.com>
28426              Date: Tue, 8 May 2001 01:53:34 +0100
28427              Message-ID: <20010508015334.A32394@penderel>
28428      Branch: perl
28429            ! ext/B/B/Deparse.pm
28430 ____________________________________________________________________________
28431 [ 10029] By: jhi                                   on 2001/05/08  12:28:28
28432         Log: Subject: Re: Perl book, magazine and website updates.
28433              From: "Philip Newton" <pnewton@gmx.de>
28434              Date: Mon, 7 May 2001 17:03:58 +0200
28435              Message-ID: <3AF6D57E.5387.1E29930@localhost>
28436      Branch: perl
28437            ! pod/perlfaq2.pod
28438 ____________________________________________________________________________
28439 [ 10028] By: jhi                                   on 2001/05/07  23:53:30
28440         Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
28441              From: Peter Prymmer <pvhp@forte.com>
28442              Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
28443              Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
28444      Branch: perl
28445            ! t/io/fflush.t
28446 ____________________________________________________________________________
28447 [ 10027] By: jhi                                   on 2001/05/07  23:22:48
28448         Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
28449              From: Robin Houston <robin@kitsite.com>
28450              Date: Tue, 8 May 2001 01:14:55 +0100
28451              Message-ID: <20010508011455.A32162@penderel>
28452      Branch: perl
28453            ! ext/B/B/Deparse.pm
28454 ____________________________________________________________________________
28455 [ 10026] By: jhi                                   on 2001/05/07  23:15:05
28456         Log: Typo in #10025.
28457      Branch: perl
28458            ! hints/uts.sh
28459 ____________________________________________________________________________
28460 [ 10025] By: jhi                                   on 2001/05/07  21:15:35
28461         Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
28462      Branch: perl
28463            ! hints/uts.sh
28464 ____________________________________________________________________________
28465 [ 10024] By: jhi                                   on 2001/05/07  20:58:40
28466         Log: Subject: Re: [ID 20010506.045] question about hash syntax
28467              From: Peter Scott <Peter@PSDT.com>
28468              Date: Sun, 06 May 2001 13:10:40 -0700
28469              Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
28470      Branch: perl
28471            ! pod/perl56delta.pod
28472 ____________________________________________________________________________
28473 [ 10023] By: jhi                                   on 2001/05/07  20:41:26
28474         Log: Configure should figure out the list of dynamic extensions
28475              just fine in UTS-- and in fact it does, as reported by Hal Morris.
28476      Branch: perl
28477            ! hints/uts.sh
28478 ____________________________________________________________________________
28479 [ 10022] By: jhi                                   on 2001/05/07  20:24:11
28480         Log: Update Changes.
28481      Branch: perl
28482            ! Changes patchlevel.h
28483 ____________________________________________________________________________
28484 [ 10021] By: jhi                                   on 2001/05/07  20:11:31
28485         Log: Subject: [PATCH regcomp.c] Insecure regexes
28486              From: Robin Houston <robin@kitsite.com>
28487              Date: Mon, 7 May 2001 21:56:12 +0100
28488              Message-ID: <20010507215612.A31114@penderel>
28489      Branch: perl
28490            ! regcomp.c
28491 ____________________________________________________________________________
28492 [ 10020] By: jhi                                   on 2001/05/07  20:02:30
28493         Log: Drop the foobar.perl.com references for now until Simon
28494              gets them sorted out.
28495      Branch: perl
28496            ! pod/perlfaq2.pod
28497 ____________________________________________________________________________
28498 [ 10019] By: jhi                                   on 2001/05/07  19:54:33
28499         Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
28500              From: Prymmer/Kahn <pvhp@best.com>
28501              Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
28502              Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
28503      Branch: perl
28504            ! lib/Devel/SelfStubber.pm
28505 ____________________________________________________________________________
28506 [ 10018] By: jhi                                   on 2001/05/07  19:53:10
28507         Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
28508              From: Prymmer/Kahn <pvhp@best.com>
28509              Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
28510              Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
28511      Branch: perl
28512            ! win32/Makefile
28513 ____________________________________________________________________________
28514 [ 10017] By: jhi                                   on 2001/05/07  19:35:10
28515         Log: s/WebTechnique's/WebTechniques/
28516      Branch: perl
28517            ! pod/perlfaq2.pod
28518 ____________________________________________________________________________
28519 [ 10016] By: jhi                                   on 2001/05/07  12:26:29
28520         Log: Llama 3 updates from Randal.
28521      Branch: perl
28522            ! pod/perlfaq2.pod
28523 ____________________________________________________________________________
28524 [ 10015] By: jhi                                   on 2001/05/07  01:34:38
28525         Log: Subject: [PATCH] Help -Dt show correct pad variables
28526              From: Benjamin Sugars <ben.sugars@home.com>
28527              Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
28528              Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
28529      Branch: perl
28530            ! embed.h embed.pl proto.h run.c
28531 ____________________________________________________________________________
28532 [ 10014] By: jhi                                   on 2001/05/07  01:23:56
28533         Log: Subject: [PATCH] Document C<our $foo : shared>
28534              From: Benjamin Sugars <ben.sugars@home.com>
28535              Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
28536              Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
28537      Branch: perl
28538            ! pod/perlfunc.pod
28539 ____________________________________________________________________________
28540 [ 10013] By: jhi                                   on 2001/05/07  01:22:22
28541         Log: Subject: [PATCH B::Deparse] undefined folded constants
28542              From: Robin Houston <robin@kitsite.com>
28543              Date: Sun, 6 May 2001 17:19:09 +0100
28544              Message-ID: <20010506171909.A7046@penderel>
28545      Branch: perl
28546            ! ext/B/B/Deparse.pm
28547 ____________________________________________________________________________
28548 [ 10012] By: jhi                                   on 2001/05/07  00:57:38
28549         Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
28550              From: Robin Houston <robin@kitsite.com>
28551              Message-ID: <20010506164654.A6848@penderel>
28552              Date: Sun, 6 May 2001 16:46:54 +0100
28553      Branch: perl
28554            ! ext/B/B/Deparse.pm
28555 ____________________________________________________________________________
28556 [ 10011] By: jhi                                   on 2001/05/07  00:52:18
28557         Log: Subject: [PATCH t/op/my_stash.t] Naughty?
28558              From: Robin Houston <robin@kitsite.com>
28559              Date: Sun, 6 May 2001 14:47:02 +0100
28560              Message-ID: <20010506144702.A6308@penderel>
28561      Branch: perl
28562            ! t/op/my_stash.t
28563 ____________________________________________________________________________
28564 [ 10010] By: jhi                                   on 2001/05/06  15:07:51
28565         Log: Subject: Perl book, magazine and website updates.
28566              From: Simon Cozens <simon@netthink.co.uk>
28567              Date: Sun, 6 May 2001 16:55:36 +0100
28568              Message-ID: <20010506165536.A1795@netthink.co.uk>
28569      Branch: perl
28570            ! pod/perlbook.pod pod/perlfaq2.pod
28571 ____________________________________________________________________________
28572 [ 10009] By: jhi                                   on 2001/05/06  14:11:40
28573         Log: Tweaks on the Tru64 prof options.
28574      Branch: perl
28575            ! pod/perlhack.pod
28576 ____________________________________________________________________________
28577 [ 10008] By: jhi                                   on 2001/05/06  13:51:49
28578         Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
28579              From: Robin Houston <robin@kitsite.com>
28580              Date: Sun, 6 May 2001 14:40:51 +0100
28581              Message-ID: <20010506144051.A6279@penderel>
28582      Branch: perl
28583            ! t/pod/testp2pt.pl
28584 ____________________________________________________________________________
28585 [ 10007] By: jhi                                   on 2001/05/06  13:49:31
28586         Log: Subject: [PATCH B::Deparse] scoping
28587              From: Robin Houston <robin@kitsite.com>
28588              Date: Sun, 6 May 2001 14:36:56 +0100
28589              Message-ID: <20010506143656.A4006@penderel>
28590      Branch: perl
28591            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
28592 ____________________________________________________________________________
28593 [ 10006] By: jhi                                   on 2001/05/06  13:24:12
28594         Log: Document the undefinedness of bitshifting out of range.
28595      Branch: perl
28596            ! pod/perlop.pod
28597 ____________________________________________________________________________
28598 [ 10005] By: jhi                                   on 2001/05/06  13:03:17
28599         Log: Retract #10003 and update the IDE descriptions a bit.
28600      Branch: perl
28601            ! pod/perlfaq3.pod
28602 ____________________________________________________________________________
28603 [ 10004] By: jhi                                   on 2001/05/06  03:02:41
28604         Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
28605              From: Prymmer/Kahn <pvhp@best.com>
28606              Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
28607              Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
28608      Branch: perl
28609            ! win32/Makefile win32/buildext.pl win32/config.bc
28610            ! win32/config.gc win32/config.vc
28611 ____________________________________________________________________________
28612 [ 10003] By: jhi                                   on 2001/05/05  20:24:44
28613         Log: (Retracted by #10005.)
28614      Branch: perl
28615            ! pod/perlfaq3.pod
28616 ____________________________________________________________________________
28617 [ 10002] By: jhi                                   on 2001/05/05  19:23:36
28618         Log: It's "psed", not "sed".
28619      Branch: perl
28620            ! x2p/s2p.PL
28621 ____________________________________________________________________________
28622 [ 10001] By: jhi                                   on 2001/05/05  18:35:38
28623         Log: Update Changes.
28624      Branch: perl
28625            ! Changes patchlevel.h
28626 ____________________________________________________________________________
28627 [ 10000] By: jhi                                   on 2001/05/05  18:32:15
28628         Log: Subject: Re: bleadperl make install fails due to "psed"
28629              From: andreas.koenig@anima.de (Andreas J. Koenig)
28630              Date: 05 May 2001 18:23:28 +0200
28631              Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
28632      Branch: perl
28633            ! x2p/Makefile.SH x2p/s2p.PL
28634 ____________________________________________________________________________
28635 [  9999] By: jhi                                   on 2001/05/05  18:28:09
28636         Log: AUTHORS updates.
28637      Branch: perl
28638            ! AUTHORS
28639 ____________________________________________________________________________
28640 [  9998] By: jhi                                   on 2001/05/05  18:16:00
28641         Log: Updates on the pods related to the modules included since 5.6.
28642              
28643              TODO: perltodo really could use major updating.
28644      Branch: perl
28645            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
28646            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
28647            ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
28648            ! pod/perlsyn.pod pod/perltodo.pod
28649 ____________________________________________________________________________
28650 [  9997] By: jhi                                   on 2001/05/05  17:35:17
28651         Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
28652              from Kurt Skauen.
28653      Branch: perl
28654            + hints/atheos.sh
28655            ! MANIFEST
28656 ____________________________________________________________________________
28657 [  9996] By: jhi                                   on 2001/05/05  17:25:00
28658         Log: Add preemptive #undefs for some of the shorter and more prone
28659              to collision regcomp.h #defines.  (Background: the MASK collided
28660              with a system header #define in Rhapsody.)
28661      Branch: perl
28662            ! regcomp.h
28663 ____________________________________________________________________________
28664 [  9995] By: jhi                                   on 2001/05/05  13:24:21
28665         Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
28666              From: Nicholas Clark <nick@ccl4.org>
28667              Date: Sat, 5 May 2001 14:46:39 +0100
28668              Message-ID: <20010505144639.O53513@plum.flirble.org>
28669              
28670              Add a test for the constants (if any) being processed correctly.
28671      Branch: perl
28672            ! utils/h2xs.PL
28673 ____________________________________________________________________________
28674 [  9994] By: jhi                                   on 2001/05/05  02:11:03
28675         Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
28676              From: Peter Prymmer <pvhp@forte.com>
28677              Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
28678              Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
28679      Branch: perl
28680            ! t/lib/b-stash.t
28681 ____________________________________________________________________________
28682 [  9993] By: jhi                                   on 2001/05/05  02:03:49
28683         Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
28684              From: Peter Prymmer <pvhp@forte.com>
28685              Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
28686              Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
28687      Branch: perl
28688            ! perlio.c vms/vmsish.h
28689 ____________________________________________________________________________
28690 [  9992] By: jhi                                   on 2001/05/04  17:21:12
28691         Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
28692              From: Robin Barker <rmb1@cise.npl.co.uk>
28693              Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
28694              Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
28695      Branch: perl
28696            + t/pod/plainer.t
28697            ! MANIFEST
28698 ____________________________________________________________________________
28699 [  9991] By: jhi                                   on 2001/05/04  16:47:45
28700         Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
28701              From: Robin Barker <rmb1@cise.npl.co.uk>
28702              Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
28703              Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
28704      Branch: perl
28705            ! regcomp.c
28706 ____________________________________________________________________________
28707 [  9990] By: jhi                                   on 2001/05/04  14:37:20
28708         Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
28709              From: Prymmer/Kahn <pvhp@best.com>
28710              Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
28711              Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
28712      Branch: perl
28713            ! t/lib/b-stash.t
28714 ____________________________________________________________________________
28715 [  9989] By: jhi                                   on 2001/05/04  14:03:58
28716         Log: Introduce perl572delta, update Todo, add the missing
28717              mention about signal safety since 5.7.1 (though this
28718              requires verification and more details.)
28719      Branch: perl
28720            + pod/perl572delta.pod
28721            ! MANIFEST Todo pod/perl571delta.pod
28722 ____________________________________________________________________________
28723 [  9988] By: jhi                                   on 2001/05/04  12:41:51
28724         Log: Subject: [PATCH perl@9944] long =item
28725              From: Robin Barker <rmb1@cise.npl.co.uk>
28726              Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
28727              Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
28728      Branch: perl
28729            ! ext/Time/HiRes/HiRes.pm
28730 ____________________________________________________________________________
28731 [  9987] By: jhi                                   on 2001/05/04  12:39:19
28732         Log: The #9901 had removed one line essential for EBCDIC.
28733      Branch: perl
28734            ! regcomp.c
28735 ____________________________________________________________________________
28736 [  9986] By: jhi                                   on 2001/05/04  12:30:23
28737         Log: Subject: cygwin/Makefile.SHs INSTALL patch
28738              From: Reini Urban <rurban@sbox.tu-graz.ac.at>
28739              Date: Mon, 08 Jan 2001 04:59:21 +0200
28740              Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
28741      Branch: perl
28742            ! cygwin/Makefile.SHs
28743 ____________________________________________________________________________
28744 [  9985] By: jhi                                   on 2001/05/04  03:51:39
28745         Log: Encode/IO doc tweaks.
28746      Branch: perl
28747            ! ext/Encode/Encode.pm
28748 ____________________________________________________________________________
28749 [  9984] By: jhi                                   on 2001/05/04  03:29:34
28750         Log: Remove GDBM_File from the dynamic extensions for UTS,
28751              GDBM is not a standard feature.
28752      Branch: perl
28753            ! hints/uts.sh
28754 ____________________________________________________________________________
28755 [  9983] By: jhi                                   on 2001/05/04  03:22:59
28756         Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
28757      Branch: perl
28758            ! pod/perlretut.pod
28759 ____________________________________________________________________________
28760 [  9982] By: jhi                                   on 2001/05/03  23:21:03
28761         Log: Subject: [PATCH] Let sv_dump understand GvSHARED
28762              From: Benjamin Sugars <bsugars@canoe.ca>
28763              Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
28764              Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
28765      Branch: perl
28766            ! dump.c
28767 ____________________________________________________________________________
28768 [  9981] By: jhi                                   on 2001/05/03  23:20:05
28769         Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
28770              From: Benjamin Sugars <bsugars@canoe.ca>
28771              Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
28772              Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
28773      Branch: perl
28774            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
28775 ____________________________________________________________________________
28776 [  9980] By: jhi                                   on 2001/05/03  23:15:29
28777         Log: Integrate perlio.
28778      Branch: perl
28779           !> ext/Encode/Encode.pm
28780 ____________________________________________________________________________
28781 [  9979] By: jhi                                   on 2001/05/03  16:54:59
28782         Log: Install psed man page.
28783      Branch: perl
28784            ! installman
28785 ____________________________________________________________________________
28786 [  9978] By: jhi                                   on 2001/05/03  16:45:58
28787         Log: Remove unused files; noted by Sarathy.
28788      Branch: perl
28789            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
28790            ! MANIFEST
28791 ____________________________________________________________________________
28792 [  9977] By: jhi                                   on 2001/05/03  16:42:30
28793         Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
28794              From: Andy Dougherty <doughera@lafayette.edu>
28795              Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
28796              Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
28797      Branch: perl
28798            ! INSTALL
28799 ____________________________________________________________________________
28800 [  9976] By: nick                                  on 2001/05/03  16:40:42
28801         Log: Allow $answer = encode($object,$text); like it says in docs.
28802      Branch: perlio
28803            ! ext/Encode/Encode.pm
28804 ____________________________________________________________________________
28805 [  9975] By: nick                                  on 2001/05/03  16:22:30
28806         Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
28807              to be in scope (fair enough), and also a package variable (our) for eval to see it.
28808      Branch: perlio
28809            ! ext/Encode/Encode.pm
28810 ____________________________________________________________________________
28811 [  9974] By: nick                                  on 2001/05/03  15:48:17
28812         Log: Integrate mainline.
28813      Branch: perlio
28814           +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
28815           +> t/lib/filter-simple.t t/lib/next.t
28816           !> (integrate 70 files)
28817 ____________________________________________________________________________
28818 [  9973] By: jhi                                   on 2001/05/03  13:09:09
28819         Log: Update Changes.
28820      Branch: perl
28821            ! Changes patchlevel.h
28822 ____________________________________________________________________________
28823 [  9972] By: jhi                                   on 2001/05/03  12:58:33
28824         Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
28825              From: Prymmer/Kahn <pvhp@best.com>
28826              Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
28827              Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
28828      Branch: perl
28829            ! t/io/fflush.t
28830 ____________________________________________________________________________
28831 [  9971] By: jhi                                   on 2001/05/03  12:57:26
28832         Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
28833              From: Prymmer/Kahn <pvhp@best.com>
28834              Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
28835              Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
28836      Branch: perl
28837            ! win32/FindExt.pm
28838 ____________________________________________________________________________
28839 [  9970] By: jhi                                   on 2001/05/03  02:42:46
28840         Log: Can't croak sans thread context, from Doug MacEachern.
28841      Branch: perl
28842            ! toke.c
28843 ____________________________________________________________________________
28844 [  9969] By: jhi                                   on 2001/05/03  01:23:48
28845         Log: Subject: Random input test and Perl
28846              From: Ilya Zakharevich <ilya@math.berkeley.edu>
28847              Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
28848              Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
28849      Branch: perl
28850            ! toke.c
28851 ____________________________________________________________________________
28852 [  9968] By: jhi                                   on 2001/05/02  22:17:21
28853         Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
28854              From: Peter Prymmer <pvhp@forte.com>
28855              Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
28856              Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
28857      Branch: perl
28858            ! pod/perlfunc.pod pod/perlport.pod
28859 ____________________________________________________________________________
28860 [  9967] By: jhi                                   on 2001/05/02  20:12:45
28861         Log: Workaround for UTS compiler casting bug from Hal Morris.
28862      Branch: perl
28863            ! perl.h
28864 ____________________________________________________________________________
28865 [  9966] By: jhi                                   on 2001/05/02  18:31:37
28866         Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
28867              From: Dan Sugalski <dan@sidhe.org>
28868              Date: Wed, 02 May 2001 15:23:22 -0400
28869              Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
28870      Branch: perl
28871            ! perl.c vms/vms.c
28872 ____________________________________________________________________________
28873 [  9965] By: jhi                                   on 2001/05/02  18:21:29
28874         Log: Minor doc tweaks on endianness, closes bug 20010327.004.
28875      Branch: perl
28876            ! pod/perlfunc.pod
28877 ____________________________________________________________________________
28878 [  9964] By: jhi                                   on 2001/05/02  18:15:01
28879         Log: Document large files in INSTALL, document also the %x
28880              limitation if not use64bitint, closes bug 20010326.007.
28881      Branch: perl
28882            ! INSTALL
28883 ____________________________________________________________________________
28884 [  9963] By: jhi                                   on 2001/05/02  17:24:47
28885         Log: perlmodlib tweaks; regen pods.
28886      Branch: perl
28887            ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
28888            ! pod/perltoc.pod
28889 ____________________________________________________________________________
28890 [  9962] By: jhi                                   on 2001/05/02  17:14:00
28891         Log: Fix for a segfault, from Marc Lehmann.
28892      Branch: perl
28893            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
28894 ____________________________________________________________________________
28895 [  9961] By: jhi                                   on 2001/05/02  15:55:53
28896         Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
28897              From: "Philip Newton" <pnewton@gmx.de>
28898              Date: Wed, 2 May 2001 18:39:03 +0200
28899              Message-ID: <3AF05447.15525.173B588@localhost>
28900      Branch: perl
28901            ! pod/perlop.pod
28902 ____________________________________________________________________________
28903 [  9960] By: jhi                                   on 2001/05/02  15:35:37
28904         Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
28905              From: Dan Sugalski <dan@sidhe.org>
28906              Date: Wed, 02 May 2001 11:37:27 -0400
28907              Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
28908      Branch: perl
28909            ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
28910            ! thread.h vms/vms.c vms/vmsish.h
28911 ____________________________________________________________________________
28912 [  9959] By: jhi                                   on 2001/05/02  15:21:08
28913         Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
28914              From: Benjamin Sugars <bsugars@canoe.ca>
28915              Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
28916              Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
28917      Branch: perl
28918            ! ext/PerlIO/Scalar/Scalar.xs
28919 ____________________________________________________________________________
28920 [  9958] By: jhi                                   on 2001/05/02  15:15:53
28921         Log: Bug in #9915, spotted by Mike Guy.
28922      Branch: perl
28923            ! installperl
28924 ____________________________________________________________________________
28925 [  9957] By: jhi                                   on 2001/05/02  13:26:01
28926         Log: Add a test for not griping about references as array
28927              indices if the reference has magic in it (overloaded
28928              methods).
28929      Branch: perl
28930            ! pod/perldiag.pod t/pragma/warn/pp_hot
28931 ____________________________________________________________________________
28932 [  9956] By: jhi                                   on 2001/05/02  13:07:01
28933         Log: Retracted a bit too much in #9952.
28934      Branch: perl
28935            ! t/pragma/sub_lval.t
28936 ____________________________________________________________________________
28937 [  9955] By: jhi                                   on 2001/05/02  13:05:38
28938         Log: Test for #9952.
28939      Branch: perl
28940            ! t/op/tie.t
28941 ____________________________________________________________________________
28942 [  9954] By: jhi                                   on 2001/05/02  11:48:18
28943         Log: Additional note on the encoding example: one cannot
28944              convert string constants in-place.
28945      Branch: perl
28946            ! ext/Encode/Encode.pm
28947 ____________________________________________________________________________
28948 [  9953] By: jhi                                   on 2001/05/02  11:43:51
28949         Log: Note that if you have recent enough Perl you already
28950              have Filter::Util::Call.
28951      Branch: perl
28952            ! lib/Filter/Simple.pm
28953 ____________________________________________________________________________
28954 [  9952] By: jhi                                   on 2001/05/02  11:31:53
28955         Log: Retract changes #8254 and #8255, causes coredump in
28956              'tie FH, "main"', reported by Abigail, culprit found by
28957              Benjamin Sugars.  Mirrors maintperl change #9950.
28958      Branch: perl
28959            ! op.c t/pragma/sub_lval.t
28960 ____________________________________________________________________________
28961 [  9951] By: jhi                                   on 2001/05/02  11:14:29
28962         Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
28963      Branch: perl
28964            + t/lib/MyFilter.pm
28965 ____________________________________________________________________________
28966 [  9950] By: gsar                                  on 2001/05/02  03:17:11
28967         Log: revert integration of changes#8254,8255 in change#8620 (causes
28968              a coredump in C<tie FH, 'foo'>; the idea itself may need better
28969              rationalization)
28970      Branch: maint-5.6/perl
28971            ! op.c t/pragma/sub_lval.t
28972 ____________________________________________________________________________
28973 [  9949] By: gsar                                  on 2001/05/02  02:56:32
28974         Log: integrate changes#9774,9814 from mainline (Unixware fixes)
28975              
28976              Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
28977              
28978              Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
28979      Branch: maint-5.6/perl
28980           !> hints/svr5.sh
28981 ____________________________________________________________________________
28982 [  9948] By: gsar                                  on 2001/05/02  02:49:15
28983         Log: pod/find.t breaks on VMS (from Craig Berry)
28984      Branch: maint-5.6/perl
28985            ! t/pod/find.t
28986 ____________________________________________________________________________
28987 [  9947] By: jhi                                   on 2001/05/02  02:43:09
28988         Log: Add an encoding conversion example.
28989      Branch: perl
28990            ! ext/Encode/Encode.pm
28991 ____________________________________________________________________________
28992 [  9946] By: jhi                                   on 2001/05/02  01:34:22
28993         Log: Another coat of paint but still nowhere finished.
28994              Need to decide on the semantics of strptime(): should
28995              strptime() be a function instead of a method?  To do
28996              the week/monthname-strptiming the i18n/l10n bullet needs
28997              to be bitten with gusto.
28998      Branch: perl
28999            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
29000 ____________________________________________________________________________
29001 [  9945] By: jhi                                   on 2001/05/01  23:40:52
29002         Log: Update Changes.
29003      Branch: perl
29004            ! Changes patchlevel.h
29005 ____________________________________________________________________________
29006 [  9944] By: jhi                                   on 2001/05/01  23:33:37
29007         Log: Add known-to-be-tested modules to the list-to-be-skipped.
29008      Branch: perl
29009            ! t/lib/1_compile.t
29010 ____________________________________________________________________________
29011 [  9943] By: jhi                                   on 2001/05/01  23:24:40
29012         Log: Subject: BorlandC++ fix
29013              From: "Vadim Konovalov" <watman@inbox.ru>
29014              Date: Mon, 30 Apr 2001 20:12:26 -0700
29015              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
29016      Branch: perl
29017            ! win32/makefile.mk
29018 ____________________________________________________________________________
29019 [  9942] By: jhi                                   on 2001/05/01  23:18:02
29020         Log: Update to Filter::Simple 0.60, create a test for it.
29021      Branch: perl
29022            + t/lib/filter-simple.t
29023            ! MANIFEST lib/Filter/Simple.pm
29024 ____________________________________________________________________________
29025 [  9941] By: jhi                                   on 2001/05/01  19:47:24
29026         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
29027              From: Hugo <hv@crypt.compulink.co.uk>
29028              Date: Tue, 01 May 2001 20:12:20 +0100
29029              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
29030      Branch: perl
29031            ! pp_hot.c t/op/re_tests
29032 ____________________________________________________________________________
29033 [  9940] By: jhi                                   on 2001/05/01  19:42:16
29034         Log: Integrate perlio.
29035      Branch: perl
29036           !> lib/base.pm t/lib/fields.t
29037 ____________________________________________________________________________
29038 [  9939] By: jhi                                   on 2001/05/01  19:39:51
29039         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
29040              From: Benjamin Sugars <bsugars@canoe.ca>
29041              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
29042              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
29043      Branch: perl
29044            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
29045 ____________________________________________________________________________
29046 [  9938] By: jhi                                   on 2001/05/01  19:34:09
29047         Log: Add NEXT, a pseudo-class for method redispatching.
29048              <Damian>NEXT.pm probably offers more bang-for-buck
29049              than anything else I've ever written.</Damian>
29050      Branch: perl
29051            + lib/NEXT.pm t/lib/next.t
29052            ! MANIFEST
29053 ____________________________________________________________________________
29054 [  9937] By: jhi                                   on 2001/05/01  19:21:41
29055         Log: Update to Switch 2.02.
29056      Branch: perl
29057            ! lib/Switch.pm t/lib/switch.t
29058 ____________________________________________________________________________
29059 [  9936] By: nick                                  on 2001/05/01  19:09:21
29060         Log: Fix for base.pm clobbering $VERSION
29061      Branch: perlio
29062            ! lib/base.pm
29063 ____________________________________________________________________________
29064 [  9935] By: nick                                  on 2001/05/01  18:54:38
29065         Log: Test for base.pm clobbering $VERSION.
29066      Branch: perlio
29067            ! t/lib/fields.t
29068 ____________________________________________________________________________
29069 [  9934] By: jhi                                   on 2001/05/01  18:39:10
29070         Log: Add information about Scalar::Util::blessed.
29071      Branch: perl
29072            ! pod/perlobj.pod
29073 ____________________________________________________________________________
29074 [  9933] By: jhi                                   on 2001/05/01  18:33:51
29075         Log: Subject: Extra UNIVERSAL documentation
29076              From: Mike Guy <mjtg@cam.ac.uk>
29077              Date: Tue, 01 May 2001 20:12:11 +0100
29078              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
29079      Branch: perl
29080            ! pod/perlobj.pod
29081 ____________________________________________________________________________
29082 [  9932] By: jhi                                   on 2001/05/01  18:26:54
29083         Log: Subject: Autoflush in tests as appropriate
29084              From: Mike Guy <mjtg@cam.ac.uk>
29085              Date: Tue, 01 May 2001 20:05:31 +0100
29086              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
29087      Branch: perl
29088            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
29089            ! t/op/taint.t
29090 ____________________________________________________________________________
29091 [  9931] By: jhi                                   on 2001/05/01  18:02:29
29092         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
29093              From: Benjamin Sugars <bsugars@canoe.ca>
29094              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
29095              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
29096      Branch: perl
29097            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
29098 ____________________________________________________________________________
29099 [  9930] By: jhi                                   on 2001/05/01  15:12:26
29100         Log: Subject: Re: Finally got a round tuit
29101              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29102              Date: Tue, 01 May 2001 14:14:10 +0200
29103              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
29104              
29105              The -DP part, slightly modified.
29106      Branch: perl
29107            ! perl.c
29108 ____________________________________________________________________________
29109 [  9929] By: jhi                                   on 2001/05/01  14:17:15
29110         Log: Subject: Re: Finally got a round tuit
29111              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29112              Date: Tue, 01 May 2001 16:34:06 +0200
29113              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
29114              
29115              cpp and optimization tweaks for HP-UX.
29116      Branch: perl
29117            ! hints/hpux.sh
29118 ____________________________________________________________________________
29119 [  9928] By: jhi                                   on 2001/05/01  13:24:20
29120         Log: Tune the scan_num() comments to reality.
29121      Branch: perl
29122            ! toke.c
29123 ____________________________________________________________________________
29124 [  9927] By: jhi                                   on 2001/05/01  13:14:01
29125         Log: Subject: [PATCH B::Deparse] optimised sort
29126              From: Robin Houston <robin@kitsite.com>
29127              Date: Tue, 1 May 2001 14:07:12 +0100
29128              Message-ID: <20010501140712.A4266@penderel>
29129      Branch: perl
29130            ! ext/B/B/Deparse.pm
29131 ____________________________________________________________________________
29132 [  9926] By: jhi                                   on 2001/05/01  13:10:53
29133         Log: Subject: [PATCH t/lib/b-deparse.t] 
29134              From: Robin Houston <robin@kitsite.com>
29135              Date: Tue, 1 May 2001 13:37:42 +0100
29136              Message-ID: <20010501133742.A4082@penderel>
29137      Branch: perl
29138            ! t/lib/b-deparse.t
29139 ____________________________________________________________________________
29140 [  9925] By: jhi                                   on 2001/05/01  13:10:13
29141         Log: Subject: [PATCH B::Deparse] for(;;), sort
29142              From: Robin Houston <robin@kitsite.com>
29143              Date: Tue, 1 May 2001 13:35:00 +0100
29144              Message-ID: <20010501133500.A4061@penderel>
29145      Branch: perl
29146            ! ext/B/B/Deparse.pm
29147 ____________________________________________________________________________
29148 [  9924] By: jhi                                   on 2001/05/01  13:09:22
29149         Log: Subject: [PATCH B::Deparse] do, warn, use
29150              From: Robin Houston <robin@kitsite.com>
29151              Date: Tue, 1 May 2001 13:31:03 +0100
29152              Message-ID: <20010501133103.A4041@penderel>
29153      Branch: perl
29154            ! ext/B/B/Deparse.pm
29155 ____________________________________________________________________________
29156 [  9923] By: jhi                                   on 2001/05/01  11:45:36
29157         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
29158              From: Benjamin Sugars <ben.sugars@home.com>
29159              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
29160              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
29161      Branch: perl
29162            + t/io/fflush.t
29163            ! MANIFEST
29164 ____________________________________________________________________________
29165 [  9922] By: jhi                                   on 2001/05/01  11:35:42
29166         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
29167              From: Peter Prymmer <pvhp@forte.com>
29168              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
29169              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
29170      Branch: perl
29171            ! t/lib/selfstubber.t
29172 ____________________________________________________________________________
29173 [  9921] By: jhi                                   on 2001/04/30  16:34:33
29174         Log: Subject: [PATCH B::Concise] suppress warning
29175              From: Robin Houston <robin@kitsite.com>
29176              Date: Mon, 30 Apr 2001 16:09:49 +0100
29177              Message-ID: <20010430160949.A25086@penderel>
29178      Branch: perl
29179            ! ext/B/B/Concise.pm
29180 ____________________________________________________________________________
29181 [  9920] By: jhi                                   on 2001/04/30  13:56:04
29182         Log: Strip the *markers* from #9919.
29183      Branch: perl
29184            ! pod/perlfaq.pod pod/perlfaq5.pod
29185 ____________________________________________________________________________
29186 [  9919] By: jhi                                   on 2001/04/30  13:54:04
29187         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
29188              From: Gwyn Judd <b.judd@xtra.co.nz>
29189              Date: Sun, 29 Apr 2001 01:47:49 +1200
29190              Message-ID: <20010429014749.A4418@thislove>
29191      Branch: perl
29192            ! pod/perlfaq.pod pod/perlfaq5.pod
29193 ____________________________________________________________________________
29194 [  9918] By: jhi                                   on 2001/04/30  13:13:54
29195         Log: More_tweakage.
29196      Branch: perl
29197            ! pod/perldata.pod pod/perldiag.pod
29198 ____________________________________________________________________________
29199 [  9917] By: jhi                                   on 2001/04/30  13:01:27
29200         Log: Update Changes.
29201      Branch: perl
29202            ! Changes patchlevel.h
29203 ____________________________________________________________________________
29204 [  9916] By: jhi                                   on 2001/04/30  12:57:03
29205         Log: T_w_e_a_k_a_g_e.
29206      Branch: perl
29207            ! pod/perldata.pod pod/perldiag.pod
29208 ____________________________________________________________________________
29209 [  9915] By: jhi                                   on 2001/04/30  12:39:29
29210         Log: Install s2p also as psed.
29211              
29212              TODO: psed documentation?
29213      Branch: perl
29214            ! installperl
29215 ____________________________________________________________________________
29216 [  9914] By: jhi                                   on 2001/04/30  12:29:21
29217         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
29218              From: Jens Hamisch <jens@Strawberry.COM>
29219              Date: Fri, 27 Apr 2001 17:00:36 +0200
29220              Message-ID: <20010427170036.K1372@Strawberry.COM>
29221              
29222              SOCKS5_VERSION_NAME is the right symbol to detect
29223              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
29224              function called socks5_init() is available, and even that is
29225              not universal, most SOCKS5 installations use SOCKSinit()).
29226      Branch: perl
29227            ! perlio.c
29228 ____________________________________________________________________________
29229 [  9913] By: jhi                                   on 2001/04/30  12:22:15
29230         Log: Allow a zero timeout on IO::Socket accept and connect--
29231              though one really shouldn't do that.  Based on
29232              
29233              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
29234              From: "John Holdsworth" <coldwave@bigfoot.com>
29235              Date: Sun, 4 Feb 2001 12:48:18 +0100
29236              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
29237      Branch: perl
29238            ! ext/IO/lib/IO/Socket.pm
29239 ____________________________________________________________________________
29240 [  9912] By: jhi                                   on 2001/04/30  11:27:27
29241         Log: Save the spot of regprev (see #9911) for binary compatibility;
29242              regen API.
29243      Branch: perl
29244            ! embedvar.h perlapi.h thrdvar.h
29245 ____________________________________________________________________________
29246 [  9911] By: jhi                                   on 2001/04/30  11:22:03
29247         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
29248              From: Hugo <hv@crypt.compulink.co.uk>
29249              Date: Sun, 29 Apr 2001 17:09:30 +0100
29250              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
29251      Branch: perl
29252            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
29253 ____________________________________________________________________________
29254 [  9910] By: jhi                                   on 2001/04/30  11:15:12
29255         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
29256              a dummy for PL_numeric_radix); no pressing reason to break
29257              binary compatibility; regen API.
29258      Branch: perl
29259            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
29260            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
29261 ____________________________________________________________________________
29262 [  9909] By: jhi                                   on 2001/04/30  10:56:08
29263         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
29264              From: Walt Mankowski <waltman@netaxs.com>
29265              Date: Sun, 29 Apr 2001 21:53:48 -0400
29266              Message-ID: <20010429215348.A3971@netaxs.com>
29267      Branch: perl
29268            ! pod/perlfunc.pod
29269 ____________________________________________________________________________
29270 [  9908] By: jhi                                   on 2001/04/30  10:49:40
29271         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
29272      Branch: perl
29273            ! t/lib/selfstubber.t
29274 ____________________________________________________________________________
29275 [  9907] By: nick                                  on 2001/04/30  09:26:50
29276         Log: Integrate mainline.
29277      Branch: perlio
29278           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
29279 ____________________________________________________________________________
29280 [  9906] By: jhi                                   on 2001/04/29  23:24:20
29281         Log: Abigail spotted a thinko in #9905.
29282      Branch: perl
29283            ! pod/perldiag.pod
29284 ____________________________________________________________________________
29285 [  9905] By: jhi                                   on 2001/04/29  15:55:39
29286         Log: Changed the underscore/undebar syntax in numeric constants;
29287              now any grouping will do, as long as the underscores are not
29288              consecutive (so "zero-grouping" is out), and they do not begin
29289              or end the integer or fractional parts.
29290      Branch: perl
29291            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
29292 ____________________________________________________________________________
29293 [  9904] By: nick                                  on 2001/04/29  15:43:22
29294         Log: Integrate mainline.
29295      Branch: perlio
29296           +> (branch 98 files)
29297            - lib/unicode/Block.pl
29298            - lib/unicode/In/AlphabeticPresentationForms.pl
29299            - lib/unicode/In/Arabic.pl
29300            - lib/unicode/In/ArabicPresentationForms-A.pl
29301            - lib/unicode/In/ArabicPresentationForms-B.pl
29302            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
29303            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
29304            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
29305            - lib/unicode/In/BopomofoExtended.pl
29306            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
29307            - lib/unicode/In/CJKCompatibility.pl
29308            - lib/unicode/In/CJKCompatibilityForms.pl
29309            - lib/unicode/In/CJKCompatibilityIdeographs.pl
29310            - lib/unicode/In/CJKRadicalsSupplement.pl
29311            - lib/unicode/In/CJKSymbolsandPunctuation.pl
29312            - lib/unicode/In/CJKUnifiedIdeographs.pl
29313            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
29314            - lib/unicode/In/Cherokee.pl
29315            - lib/unicode/In/CombiningDiacriticalMarks.pl
29316            - lib/unicode/In/CombiningHalfMarks.pl
29317            - lib/unicode/In/CombiningMarksforSymbols.pl
29318            - lib/unicode/In/ControlPictures.pl
29319            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
29320            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
29321            - lib/unicode/In/EnclosedAlphanumerics.pl
29322            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
29323            - lib/unicode/In/Ethiopic.pl
29324            - lib/unicode/In/GeneralPunctuation.pl
29325            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
29326            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
29327            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
29328            - lib/unicode/In/HalfwidthandFullwidthForms.pl
29329            - lib/unicode/In/HangulCompatibilityJamo.pl
29330            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
29331            - lib/unicode/In/Hebrew.pl
29332            - lib/unicode/In/HighPrivateUseSurrogates.pl
29333            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
29334            - lib/unicode/In/IPAExtensions.pl
29335            - lib/unicode/In/IdeographicDescriptionCharacters.pl
29336            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
29337            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
29338            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
29339            - lib/unicode/In/Latin-1Supplement.pl
29340            - lib/unicode/In/LatinExtended-A.pl
29341            - lib/unicode/In/LatinExtended-B.pl
29342            - lib/unicode/In/LatinExtendedAdditional.pl
29343            - lib/unicode/In/LetterlikeSymbols.pl
29344            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
29345            - lib/unicode/In/MathematicalOperators.pl
29346            - lib/unicode/In/MiscellaneousSymbols.pl
29347            - lib/unicode/In/MiscellaneousTechnical.pl
29348            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
29349            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
29350            - lib/unicode/In/OpticalCharacterRecognition.pl
29351            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
29352            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
29353            - lib/unicode/In/SmallFormVariants.pl
29354            - lib/unicode/In/SpacingModifierLetters.pl
29355            - lib/unicode/In/Specials.pl
29356            - lib/unicode/In/SuperscriptsandSubscripts.pl
29357            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
29358            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
29359            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
29360            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
29361            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
29362           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
29363           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
29364           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
29365           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
29366           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
29367           !> utf8.c win32/Makefile
29368 ____________________________________________________________________________
29369 [  9903] By: jhi                                   on 2001/04/29  14:30:53
29370         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
29371              From: Prymmer/Kahn <pvhp@best.com>
29372              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
29373              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
29374      Branch: perl
29375            ! win32/Makefile
29376 ____________________________________________________________________________
29377 [  9902] By: jhi                                   on 2001/04/29  02:52:44
29378         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
29379              From: "Abigail" <abigail@foad.org>
29380              Date: Sun, 29 Apr 2001 03:14:25 +0200
29381              Message-ID: <20010429011425.24503.qmail@foad.org>
29382      Branch: perl
29383            ! ext/IO/lib/IO/Seekable.pm
29384 ____________________________________________________________________________
29385 [  9901] By: jhi                                   on 2001/04/29  02:04:46
29386         Log: In character classes one couldn't have 0x80..0xff characters
29387              at the left hand side if there were 0x100.. characters in the
29388              character class.
29389      Branch: perl
29390            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
29391            ! t/op/pat.t utf8.c
29392 ____________________________________________________________________________
29393 [  9900] By: jhi                                   on 2001/04/28  22:55:04
29394         Log: Forgot the latest mktables.PL from #9899.
29395      Branch: perl
29396            ! lib/unicode/mktables.PL
29397 ____________________________________________________________________________
29398 [  9899] By: jhi                                   on 2001/04/28  22:53:28
29399         Log: Explain the \p{} and \P{} error message better and
29400              have prettier prettyprint in In.pl.
29401      Branch: perl
29402            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
29403            ! pod/perldiag.pod
29404 ____________________________________________________________________________
29405 [  9898] By: jhi                                   on 2001/04/28  21:03:34
29406         Log: Add one possible explanation for the "Invalid [] range" error.
29407      Branch: perl
29408            ! pod/perldiag.pod
29409 ____________________________________________________________________________
29410 [  9897] By: jhi                                   on 2001/04/28  17:18:26
29411         Log: Add a level of indirection to the implementation of \p{InFoo}
29412              so that we don't have to have long filenames.  (Nothing changes
29413              in the user interface.)   The indirection is defined in
29414              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
29415              Also rename some the character classes by removing '-' from
29416              the classnames, and finally renamed Block.pl as Blocks.pl.
29417      Branch: perl
29418            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
29419            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
29420            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
29421            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
29422            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
29423            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
29424            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
29425            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
29426            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
29427            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
29428            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
29429            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
29430            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
29431            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
29432            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
29433            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
29434            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
29435            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
29436            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
29437            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
29438            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
29439            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
29440            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
29441            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
29442            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
29443            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
29444            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
29445            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
29446            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
29447            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
29448            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
29449            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
29450            + lib/unicode/In/94.pl lib/unicode/In/95.pl
29451            - lib/unicode/Block.pl
29452            - lib/unicode/In/AlphabeticPresentationForms.pl
29453            - lib/unicode/In/Arabic.pl
29454            - lib/unicode/In/ArabicPresentationForms-A.pl
29455            - lib/unicode/In/ArabicPresentationForms-B.pl
29456            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
29457            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
29458            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
29459            - lib/unicode/In/BopomofoExtended.pl
29460            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
29461            - lib/unicode/In/CJKCompatibility.pl
29462            - lib/unicode/In/CJKCompatibilityForms.pl
29463            - lib/unicode/In/CJKCompatibilityIdeographs.pl
29464            - lib/unicode/In/CJKRadicalsSupplement.pl
29465            - lib/unicode/In/CJKSymbolsandPunctuation.pl
29466            - lib/unicode/In/CJKUnifiedIdeographs.pl
29467            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
29468            - lib/unicode/In/Cherokee.pl
29469            - lib/unicode/In/CombiningDiacriticalMarks.pl
29470            - lib/unicode/In/CombiningHalfMarks.pl
29471            - lib/unicode/In/CombiningMarksforSymbols.pl
29472            - lib/unicode/In/ControlPictures.pl
29473            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
29474            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
29475            - lib/unicode/In/EnclosedAlphanumerics.pl
29476            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
29477            - lib/unicode/In/Ethiopic.pl
29478            - lib/unicode/In/GeneralPunctuation.pl
29479            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
29480            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
29481            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
29482            - lib/unicode/In/HalfwidthandFullwidthForms.pl
29483            - lib/unicode/In/HangulCompatibilityJamo.pl
29484            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
29485            - lib/unicode/In/Hebrew.pl
29486            - lib/unicode/In/HighPrivateUseSurrogates.pl
29487            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
29488            - lib/unicode/In/IPAExtensions.pl
29489            - lib/unicode/In/IdeographicDescriptionCharacters.pl
29490            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
29491            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
29492            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
29493            - lib/unicode/In/Latin-1Supplement.pl
29494            - lib/unicode/In/LatinExtended-A.pl
29495            - lib/unicode/In/LatinExtended-B.pl
29496            - lib/unicode/In/LatinExtendedAdditional.pl
29497            - lib/unicode/In/LetterlikeSymbols.pl
29498            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
29499            - lib/unicode/In/MathematicalOperators.pl
29500            - lib/unicode/In/MiscellaneousSymbols.pl
29501            - lib/unicode/In/MiscellaneousTechnical.pl
29502            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
29503            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
29504            - lib/unicode/In/OpticalCharacterRecognition.pl
29505            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
29506            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
29507            - lib/unicode/In/SmallFormVariants.pl
29508            - lib/unicode/In/SpacingModifierLetters.pl
29509            - lib/unicode/In/Specials.pl
29510            - lib/unicode/In/SuperscriptsandSubscripts.pl
29511            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
29512            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
29513            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
29514            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
29515            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
29516            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
29517            ! pod/perlunicode.pod
29518 ____________________________________________________________________________
29519 [  9896] By: jhi                                   on 2001/04/28  14:33:17
29520         Log: Update the information on shared library path on HP-UX.
29521      Branch: perl
29522            ! INSTALL
29523 ____________________________________________________________________________
29524 [  9895] By: jhi                                   on 2001/04/28  14:32:30
29525         Log: Because #9894 seems to do the trick, this workaround can be removed.
29526      Branch: perl
29527            ! t/lib/selfstubber.t
29528 ____________________________________________________________________________
29529 [  9894] By: jhi                                   on 2001/04/28  14:26:13
29530         Log: For PerlIO flush the children's file handles (on fork/exec/system).
29531      Branch: perl
29532            ! perl.h
29533 ____________________________________________________________________________
29534 [  9893] By: jhi                                   on 2001/04/28  14:23:15
29535         Log: Test tweak for #9891.
29536      Branch: perl
29537            ! t/lib/b-deparse.t
29538 ____________________________________________________________________________
29539 [  9892] By: jhi                                   on 2001/04/28  14:10:13
29540         Log: New HP-UX hints from Merijn.
29541      Branch: perl
29542            ! hints/hpux.sh
29543 ____________________________________________________________________________
29544 [  9891] By: jhi                                   on 2001/04/28  14:07:27
29545         Log: Subject: [PATCH B::Deparse] non-block scopes
29546              From: Robin Houston <robin@kitsite.com>
29547              Date: Fri, 27 Apr 2001 19:15:14 +0100
29548              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
29549      Branch: perl
29550            ! ext/B/B/Deparse.pm
29551 ____________________________________________________________________________
29552 [  9890] By: nick                                  on 2001/04/27  19:41:25
29553         Log: Integrate mainline
29554      Branch: perlio
29555           +> t/lib/selfstubber.t
29556           !> (integrate 50 files)
29557 ____________________________________________________________________________
29558 [  9889] By: jhi                                   on 2001/04/27  18:23:46
29559         Log: Subject: Re: selfstubber test fail on bleadperl
29560              From: Mike Guy <mjtg@cam.ac.uk>
29561              Date: Fri, 27 Apr 2001 19:31:18 +0100
29562              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
29563      Branch: perl
29564            ! t/lib/selfstubber.t
29565 ____________________________________________________________________________
29566 [  9888] By: jhi                                   on 2001/04/27  16:20:54
29567         Log: Test tweak for #9886.
29568      Branch: perl
29569            ! t/lib/b-deparse.t
29570 ____________________________________________________________________________
29571 [  9887] By: jhi                                   on 2001/04/27  16:16:33
29572         Log: Buffering issue at least in Solaris (even with perlio).
29573      Branch: perl
29574            ! t/lib/selfstubber.t
29575 ____________________________________________________________________________
29576 [  9886] By: jhi                                   on 2001/04/27  14:59:23
29577         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
29578              From: Robin Houston <robin@kitsite.com>
29579              Date: Fri, 27 Apr 2001 16:53:20 +0100
29580              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
29581      Branch: perl
29582            ! ext/B/B/Deparse.pm
29583 ____________________________________________________________________________
29584 [  9885] By: jhi                                   on 2001/04/27  14:23:51
29585         Log: Update Changes.
29586      Branch: perl
29587            ! Changes patchlevel.h
29588 ____________________________________________________________________________
29589 [  9884] By: jhi                                   on 2001/04/27  14:14:12
29590         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
29591              From: "Philip Newton" <pnewton@gmx.de>
29592              Date: Fri, 27 Apr 2001 16:40:13 +0200
29593              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
29594      Branch: perl
29595            ! pod/perldata.pod
29596 ____________________________________________________________________________
29597 [  9883] By: jhi                                   on 2001/04/27  13:28:19
29598         Log: Add LOG_PERROR; prettify the "removed".
29599      Branch: perl
29600            ! ext/Sys/Syslog/Syslog.xs
29601 ____________________________________________________________________________
29602 [  9882] By: jhi                                   on 2001/04/27  13:13:18
29603         Log: h2xs tweaks: use NV instead of double, "quote" the removed
29604              prefixes for clarity (especially when nothing is removed),
29605              slight pod reformats.
29606      Branch: perl
29607            ! utils/h2xs.PL
29608 ____________________________________________________________________________
29609 [  9881] By: jhi                                   on 2001/04/27  12:58:48
29610         Log: Don't bother creating existing directories.
29611      Branch: perl
29612            ! utils/h2xs.PL
29613 ____________________________________________________________________________
29614 [  9880] By: jhi                                   on 2001/04/27  12:45:39
29615         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
29616              From: Mike Schilli <m@perlmeister.com>
29617              Date: Wed, 25 Apr 2001 01:29:21 -0700
29618              Message-id: <3AE68AE1.6A981723@perlmeister.com>
29619      Branch: perl
29620            ! utils/h2xs.PL
29621 ____________________________________________________________________________
29622 [  9879] By: jhi                                   on 2001/04/27  12:40:55
29623         Log: break is not yet Perl.  Added the template license also to README.
29624      Branch: perl
29625            ! utils/h2xs.PL
29626 ____________________________________________________________________________
29627 [  9878] By: jhi                                   on 2001/04/27  03:08:20
29628         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
29629              From: Tim Jenness <t.jenness@jach.hawaii.edu>
29630              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
29631              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
29632      Branch: perl
29633            ! t/lib/xs-typemap.t
29634 ____________________________________________________________________________
29635 [  9877] By: jhi                                   on 2001/04/26  23:54:40
29636         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
29637              From: "Abigail" <abigail@foad.org>
29638              Date: Fri, 27 Apr 2001 01:44:28 +0200
29639              Message-ID: <20010426234428.19786.qmail@foad.org>
29640      Branch: perl
29641            ! utils/h2xs.PL
29642 ____________________________________________________________________________
29643 [  9876] By: jhi                                   on 2001/04/26  23:52:06
29644         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
29645              From: Peter Prymmer <pvhp@forte.com>
29646              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
29647              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
29648      Branch: perl
29649            ! t/lib/selfstubber.t
29650 ____________________________________________________________________________
29651 [  9875] By: jhi                                   on 2001/04/26  23:48:10
29652         Log: Deparse nits.
29653      Branch: perl
29654            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
29655 ____________________________________________________________________________
29656 [  9874] By: jhi                                   on 2001/04/26  22:46:05
29657         Log: Document ANYOF_CLASS.
29658      Branch: perl
29659            ! regcomp.h
29660 ____________________________________________________________________________
29661 [  9873] By: jhi                                   on 2001/04/26  22:35:03
29662         Log: Subject: Re: [PATCH @9846] dumping ANYOF
29663              From: Hugo <hv@crypt.compulink.co.uk>
29664              Date: Thu, 26 Apr 2001 23:33:38 +0100
29665              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
29666      Branch: perl
29667            ! regcomp.c regcomp.h
29668 ____________________________________________________________________________
29669 [  9872] By: jhi                                   on 2001/04/26  22:34:31
29670         Log: Subject: [PATCH] more for Devel::SelfStubber
29671              From: Nicholas Clark <nick@ccl4.org>
29672              Date: Fri, 27 Apr 2001 00:13:52 +0100
29673              Message-ID: <20010427001351.K88186@plum.flirble.org>
29674      Branch: perl
29675            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
29676 ____________________________________________________________________________
29677 [  9871] By: jhi                                   on 2001/04/26  21:59:17
29678         Log: Subject: [PATCH B::Deparse] formats must be flush left
29679              From: Robin Houston <robin@kitsite.com>
29680              Date: Thu, 26 Apr 2001 23:54:29 +0100
29681              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
29682      Branch: perl
29683            ! ext/B/B/Deparse.pm
29684 ____________________________________________________________________________
29685 [  9870] By: jhi                                   on 2001/04/26  21:57:37
29686         Log: If some of the constants are prefixes of others,
29687              the prefixes may never get recognized.  (See 20010426.006.)
29688      Branch: perl
29689            ! utils/h2xs.PL
29690 ____________________________________________________________________________
29691 [  9869] By: jhi                                   on 2001/04/26  21:50:42
29692         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
29693              From: Chris Bongaarts <cab@tc.umn.edu>
29694              Date: Thu, 26 Apr 2001 17:10:31 -0500
29695              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
29696      Branch: perl
29697            ! ext/Sys/Syslog/Syslog.xs
29698 ____________________________________________________________________________
29699 [  9868] By: jhi                                   on 2001/04/26  21:35:12
29700         Log: Further cuts and more docs from Graham Barr.
29701      Branch: perl
29702            ! ext/List/Util/lib/List/Util.pm
29703            ! ext/List/Util/lib/Scalar/Util.pm
29704 ____________________________________________________________________________
29705 [  9867] By: jhi                                   on 2001/04/26  21:18:57
29706         Log: Subject: [PATCH 5.7.1] DB_File-1.77
29707              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
29708              Date: Thu, 26 Apr 2001 22:37:53 +0100
29709              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
29710      Branch: perl
29711            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
29712            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
29713 ____________________________________________________________________________
29714 [  9866] By: jhi                                   on 2001/04/26  21:12:31
29715         Log: Subject: [PATCH B::Deparse] fix easy bugs
29716              From: Robin Houston <robin@kitsite.com>
29717              Date: Thu, 26 Apr 2001 23:03:33 +0100
29718              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
29719      Branch: perl
29720            ! ext/B/B/Deparse.pm
29721 ____________________________________________________________________________
29722 [  9865] By: jhi                                   on 2001/04/26  20:26:13
29723         Log: Update Changes.
29724      Branch: perl
29725            ! Changes patchlevel.h
29726 ____________________________________________________________________________
29727 [  9864] By: jhi                                   on 2001/04/26  19:27:48
29728         Log: Dethinko from Robin Houston.
29729      Branch: perl
29730            ! ext/B/B/Deparse.pm
29731 ____________________________________________________________________________
29732 [  9863] By: jhi                                   on 2001/04/26  19:10:35
29733         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
29734              From: Robin Houston <robin@kitsite.com>
29735              Date: Thu, 26 Apr 2001 21:08:32 +0100
29736              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
29737      Branch: perl
29738            ! ext/B/B/Deparse.pm
29739 ____________________________________________________________________________
29740 [  9862] By: jhi                                   on 2001/04/26  19:04:23
29741         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
29742              From: Robin Houston <robin@kitsite.com>
29743              Date: Thu, 26 Apr 2001 20:52:50 +0100
29744              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
29745      Branch: perl
29746            ! ext/B/B/Deparse.pm
29747 ____________________________________________________________________________
29748 [  9861] By: jhi                                   on 2001/04/26  18:56:14
29749         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
29750              From: Mike Guy <mjtg@cam.ac.uk>
29751              Date: Thu, 26 Apr 2001 14:22:40 +0100
29752              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
29753      Branch: perl
29754            ! pod/perlobj.pod
29755 ____________________________________________________________________________
29756 [  9860] By: jhi                                   on 2001/04/26  18:46:42
29757         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
29758              From: Robin Houston <robin@kitsite.com>
29759              Date: Thu, 26 Apr 2001 20:34:29 +0100
29760              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
29761              
29762              Hashes do not interpolate.
29763      Branch: perl
29764            ! ext/B/B/Deparse.pm
29765 ____________________________________________________________________________
29766 [  9859] By: jhi                                   on 2001/04/26  18:43:51
29767         Log: Subject: The Time::Piece conspiracy unmasked!!!
29768              From: Mike Guy <mjtg@cam.ac.uk>
29769              Date: Thu, 26 Apr 2001 19:02:50 +0100
29770              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
29771              
29772              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
29773              From: Mike Guy <mjtg@cam.ac.uk>
29774              Date: Thu, 26 Apr 2001 19:08:21 +0100
29775              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
29776              
29777              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
29778              From: Graham Barr <gbarr@pobox.com>
29779              Date: Thu, 26 Apr 2001 19:12:03 +0100
29780              Message-ID: <20010426191203.A70835@pobox.com>
29781              
29782              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
29783      Branch: perl
29784            ! ext/List/Util/lib/List/Util.pm
29785            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
29786 ____________________________________________________________________________
29787 [  9858] By: jhi                                   on 2001/04/26  18:17:42
29788         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
29789              From: Robin Houston <robin@kitsite.com>
29790              Date: Thu, 26 Apr 2001 16:09:35 +0100
29791              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
29792      Branch: perl
29793            ! t/comp/proto.t
29794 ____________________________________________________________________________
29795 [  9857] By: jhi                                   on 2001/04/26  18:04:59
29796         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
29797              From: barries <barries@slaysys.com>
29798              Date: Thu, 26 Apr 2001 12:01:10 -0400
29799              Message-ID: <20010426120110.E29698@jester.slaysys.com>
29800      Branch: perl
29801            ! pod/perldiag.pod
29802 ____________________________________________________________________________
29803 [  9856] By: jhi                                   on 2001/04/26  18:03:33
29804         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
29805              Date: Thu, 26 Apr 2001 17:13:41 +0100
29806              From: Robin Houston <robin@kitsite.com>
29807              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
29808              
29809              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
29810              From: Robin Houston <robin@kitsite.com>
29811              Date: Thu, 26 Apr 2001 18:44:29 +0100
29812              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
29813      Branch: perl
29814            ! ext/B/B/Deparse.pm
29815 ____________________________________________________________________________
29816 [  9855] By: jhi                                   on 2001/04/26  17:56:04
29817         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
29818              From: Robin Houston <robin@kitsite.com>
29819              Date: Thu, 26 Apr 2001 17:04:08 +0100
29820              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
29821      Branch: perl
29822            ! ext/B/B/Deparse.pm
29823 ____________________________________________________________________________
29824 [  9854] By: jhi                                   on 2001/04/26  17:47:26
29825         Log: Subject: Re: Short test case for undef %stash:: crash
29826              From: Benjamin Sugars <bsugars@canoe.ca> 
29827              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
29828              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
29829              Changed and moved the perldiag entry.
29830      Branch: perl
29831            ! gv.c pod/perldiag.pod
29832 ____________________________________________________________________________
29833 [  9853] By: jhi                                   on 2001/04/26  14:35:16
29834         Log: Beginnings of strptime().  Do not touch the wet paint.
29835      Branch: perl
29836            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
29837 ____________________________________________________________________________
29838 [  9852] By: jhi                                   on 2001/04/26  13:17:21
29839         Log: Retract #9851, core dumps from pod2man.
29840      Branch: perl
29841            ! regcomp.c
29842 ____________________________________________________________________________
29843 [  9851] By: jhi                                   on 2001/04/26  11:54:41
29844         Log: (Retracted by #9852.)
29845              
29846              Subject: [PATCH @9846] dumping ANYOF
29847              From: Hugo <hv@crypt.compulink.co.uk>
29848              Date: Thu, 26 Apr 2001 05:32:38 +0100
29849              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
29850      Branch: perl
29851            ! regcomp.c
29852 ____________________________________________________________________________
29853 [  9850] By: jhi                                   on 2001/04/26  02:34:44
29854         Log: If ccflags was empty the _previous_ $* containing all the
29855              environment variables and Configure variables was used,
29856              which lead, among other bad things, into $ccflags being your
29857              uname -a output, which lead into test compile with cc failing,
29858              which lead into gcc being selected, which didn't work that well
29859              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
29860              with large files, et cetera.
29861      Branch: perl
29862            ! hints/hpux.sh
29863 ____________________________________________________________________________
29864 [  9849] By: jhi                                   on 2001/04/26  01:44:57
29865         Log: Make selfstubber test more portable.
29866      Branch: perl
29867            ! t/lib/selfstubber.t
29868 ____________________________________________________________________________
29869 [  9848] By: jhi                                   on 2001/04/26  00:50:26
29870         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
29871              From: Benjamin Sugars <ben.sugars@home.com>
29872              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
29873              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
29874      Branch: perl
29875            ! ext/Cwd/Cwd.xs
29876 ____________________________________________________________________________
29877 [  9847] By: jhi                                   on 2001/04/26  00:46:58
29878         Log: Subject: [PATCH: perl@9841] VMS updates
29879              From: Peter Prymmer <pvhp@forte.com>
29880              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
29881              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
29882      Branch: perl
29883            ! README.vms configure.com vms/descrip_mms.template
29884            ! vms/ext/filespec.t
29885 ____________________________________________________________________________
29886 [  9846] By: jhi                                   on 2001/04/26  00:11:56
29887         Log: re 'debug' was broken by #9084.
29888      Branch: perl
29889            ! ext/re/re.xs
29890 ____________________________________________________________________________
29891 [  9845] By: jhi                                   on 2001/04/25  22:33:17
29892         Log: Subject: [PATCH] test for Devel::SelfStubber
29893              From: Nicholas Clark <nick@ccl4.org>
29894              Date: Thu, 26 Apr 2001 00:00:54 +0100
29895              Message-ID: <20010426000054.D89026@plum.flirble.org>
29896      Branch: perl
29897            + t/lib/selfstubber.t
29898            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
29899 ____________________________________________________________________________
29900 [  9844] By: jhi                                   on 2001/04/25  22:29:32
29901         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
29902              From: Paul Johnson <paul@pjcj.net>
29903              Date: Thu, 26 Apr 2001 00:46:08 +0200
29904              Message-ID: <20010426004608.H2338@pjcj.net>
29905      Branch: perl
29906            ! ext/B/B/Concise.pm
29907 ____________________________________________________________________________
29908 [  9843] By: jhi                                   on 2001/04/25  22:28:28
29909         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
29910              From: Peter Prymmer <pvhp@forte.com>
29911              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
29912              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
29913      Branch: perl
29914            ! ext/Cwd/Cwd.xs
29915 ____________________________________________________________________________
29916 [  9842] By: jhi                                   on 2001/04/25  20:58:12
29917         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
29918              From: John Peacock <jpeacock@rowman.com>
29919              Date: Wed, 25 Apr 2001 17:30:26 -0400
29920              Message-ID: <3AE741F2.B3217464@rowman.com>
29921      Branch: perl
29922            ! lib/Math/BigInt.pm t/lib/bigintpm.t
29923 ____________________________________________________________________________
29924 [  9841] By: jhi                                   on 2001/04/25  20:07:05
29925         Log: Update Changes.
29926      Branch: perl
29927            ! Changes patchlevel.h
29928 ____________________________________________________________________________
29929 [  9840] By: jhi                                   on 2001/04/25  19:56:51
29930         Log: Yet another HP-UX hints version from Merijn.
29931      Branch: perl
29932            ! hints/hpux.sh
29933 ____________________________________________________________________________
29934 [  9839] By: jhi                                   on 2001/04/25  19:53:04
29935         Log: abs_path() didn't terminate the filename correctly,
29936              in DIRNAMLENless systems like HP-UX this would fail.
29937      Branch: perl
29938            ! ext/Cwd/Cwd.xs
29939 ____________________________________________________________________________
29940 [  9838] By: jhi                                   on 2001/04/25  16:37:26
29941         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
29942              From: Mike Guy <mjtg@cam.ac.uk>
29943              Date: Wed, 25 Apr 2001 18:31:47 +0100
29944              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
29945      Branch: perl
29946            ! op.c
29947 ____________________________________________________________________________
29948 [  9837] By: jhi                                   on 2001/04/25  16:21:53
29949         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
29950              From: Jon Eveland <jweveland@yahoo.com>
29951              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
29952              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
29953      Branch: perl
29954            ! lib/perl5db.pl
29955 ____________________________________________________________________________
29956 [  9836] By: jhi                                   on 2001/04/25  14:17:50
29957         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
29958              From: "Philip Newton" <pnewton@gmx.de>
29959              Date: Wed, 25 Apr 2001 17:05:58 +0200
29960              Message-ID: <3AE703F6.3234.1833C45@localhost>
29961      Branch: perl
29962            ! Porting/patching.pod
29963 ____________________________________________________________________________
29964 [  9835] By: jhi                                   on 2001/04/25  13:58:07
29965         Log: It would seem that both ar and full_ar need to be overridden
29966              for HP-UX to avoid the GNU ar.
29967      Branch: perl
29968            ! hints/hpux.sh
29969 ____________________________________________________________________________
29970 [  9834] By: jhi                                   on 2001/04/25  13:50:40
29971         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
29972              From: "Philip Newton" <pnewton@gmx.de>
29973              Date: Wed, 25 Apr 2001 16:09:23 +0200
29974              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
29975              
29976              Detypo.
29977      Branch: perl
29978            ! t/op/misc.t
29979 ____________________________________________________________________________
29980 [  9833] By: jhi                                   on 2001/04/25  12:36:11
29981         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
29982      Branch: perl
29983            ! hints/hpux.sh
29984 ____________________________________________________________________________
29985 [  9832] By: jhi                                   on 2001/04/25  12:33:36
29986         Log: New version of HP-UX hints from Merijn.
29987      Branch: perl
29988            ! hints/hpux.sh
29989 ____________________________________________________________________________
29990 [  9831] By: jhi                                   on 2001/04/25  03:39:45
29991         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
29992      Branch: perl
29993            ! hints/hpux.sh
29994 ____________________________________________________________________________
29995 [  9830] By: jhi                                   on 2001/04/25  02:53:25
29996         Log: The tzname[] bit is not needed by util.c -- and causes
29997              heartburn in VMS (and it missing was probably the cause of
29998              the Mac OS X trouble).  Ouch.
29999      Branch: perl
30000            ! ext/POSIX/POSIX.xs util.c
30001 ____________________________________________________________________________
30002 [  9829] By: jhi                                   on 2001/04/25  00:10:06
30003         Log: Metaconfig unit change for #9828.
30004      Branch: metaconfig
30005            ! U/compline/ccflags.U
30006 ____________________________________________________________________________
30007 [  9828] By: jhi                                   on 2001/04/25  00:04:18
30008         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
30009              (which is actually the reason for the change, we need to pass
30010              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
30011              EP/IX, OS/2, and TitanOS, based on the hints files.
30012      Branch: perl
30013            ! Configure config_h.SH
30014 ____________________________________________________________________________
30015 [  9827] By: jhi                                   on 2001/04/24  23:49:20
30016         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
30017              the $cat must have an absolute path.
30018      Branch: perl
30019            ! makedepend.SH
30020 ____________________________________________________________________________
30021 [  9826] By: jhi                                   on 2001/04/24  23:40:53
30022         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
30023      Branch: perl
30024            ! README.amiga
30025 ____________________________________________________________________________
30026 [  9825] By: jhi                                   on 2001/04/24  23:35:35
30027         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
30028              From: "Philip Newton" <pnewton@gmx.de>
30029              Date: Tue, 24 Apr 2001 18:52:49 +0200
30030              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
30031      Branch: perl
30032            ! x2p/find2perl.PL
30033 ____________________________________________________________________________
30034 [  9824] By: jhi                                   on 2001/04/24  23:33:07
30035         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
30036              Some gcc specifics dropped out due to extensive rewriting;
30037              will be put back later as needed.
30038      Branch: perl
30039            ! hints/hpux.sh
30040 ____________________________________________________________________________
30041 [  9823] By: jhi                                   on 2001/04/24  23:27:57
30042         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
30043      Branch: perl
30044            ! ext/POSIX/POSIX.xs
30045 ____________________________________________________________________________
30046 [  9822] By: jhi                                   on 2001/04/24  23:25:21
30047         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
30048              From: Tim Jenness <t.jenness@jach.hawaii.edu>
30049              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
30050              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
30051      Branch: perl
30052            ! ext/XS/Typemap/Typemap.xs
30053 ____________________________________________________________________________
30054 [  9821] By: jhi                                   on 2001/04/24  23:24:10
30055         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
30056              From: "Abigail" <abigail@foad.org>
30057              Date: Tue, 24 Apr 2001 23:12:03 +0200
30058              Message-ID: <20010424211203.7901.qmail@foad.org>
30059      Branch: perl
30060            ! pod/perlport.pod
30061 ____________________________________________________________________________
30062 [  9820] By: jhi                                   on 2001/04/24  23:23:15
30063         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
30064              From: Matt Sergeant <matt@sergeant.org>
30065              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
30066              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
30067      Branch: perl
30068            ! pod/perlfaq4.pod
30069 ____________________________________________________________________________
30070 [  9819] By: nick                                  on 2001/04/24  18:49:43
30071         Log: Integrate mainline.
30072      Branch: perlio
30073           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
30074           !> (integrate 37 files)
30075 ____________________________________________________________________________
30076 [  9818] By: jhi                                   on 2001/04/24  14:35:23
30077         Log: Update Changes.
30078      Branch: perl
30079            ! Changes patchlevel.h
30080 ____________________________________________________________________________
30081 [  9817] By: jhi                                   on 2001/04/24  14:09:17
30082         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
30083              From: "Philip Newton" <pnewton@gmx.de>
30084              Date: Tue, 24 Apr 2001 12:58:12 +0200
30085              Message-ID: <3AE57864.8304.B77A0A@localhost> 
30086              
30087              plus add CPAN to the list of modules that have their own tests.
30088      Branch: perl
30089            ! t/lib/1_compile.t
30090 ____________________________________________________________________________
30091 [  9816] By: jhi                                   on 2001/04/24  14:07:03
30092         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
30093              From: Michael G Schwern <schwern@pobox.com>
30094              Date: Sat, 21 Apr 2001 22:35:00 +0100
30095              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
30096      Branch: perl
30097            ! t/lib/1_compile.t
30098 ____________________________________________________________________________
30099 [  9815] By: jhi                                   on 2001/04/24  13:54:32
30100         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
30101              From: Robin Houston <robin@kitsite.com>
30102              Date: Tue, 24 Apr 2001 15:51:18 +0100
30103              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
30104      Branch: perl
30105            ! ext/B/B/Deparse.pm
30106 ____________________________________________________________________________
30107 [  9814] By: jhi                                   on 2001/04/24  13:17:34
30108         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
30109              From: Bill Glicker <billg@burrelles.com>
30110              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
30111              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
30112      Branch: perl
30113            ! hints/svr5.sh
30114 ____________________________________________________________________________
30115 [  9813] By: jhi                                   on 2001/04/24  12:54:23
30116         Log: Prevent path disclosure (probing for existence of filenames)
30117              using suidperl; bug id 20010322.218.
30118      Branch: perl
30119            ! perl.c pod/perldiag.pod
30120 ____________________________________________________________________________
30121 [  9812] By: jhi                                   on 2001/04/24  12:08:36
30122         Log: Retract #9811.
30123      Branch: perl
30124            ! ext/POSIX/POSIX.xs
30125 ____________________________________________________________________________
30126 [  9811] By: jhi                                   on 2001/04/24  11:57:35
30127         Log: (Retracted by #9812.)
30128      Branch: perl
30129            ! ext/POSIX/POSIX.xs
30130 ____________________________________________________________________________
30131 [  9810] By: jhi                                   on 2001/04/24  03:32:35
30132         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
30133      Branch: perl
30134            ! util.c
30135 ____________________________________________________________________________
30136 [  9809] By: jhi                                   on 2001/04/24  03:16:13
30137         Log: The Math::BigFloat::import() was broken.
30138              (Fixes bug id 20010422.002.)
30139      Branch: perl
30140            ! lib/Math/BigFloat.pm
30141 ____________________________________________________________________________
30142 [  9808] By: jhi                                   on 2001/04/24  01:11:40
30143         Log: Additional dependencies; should help for parallel makes
30144              not to fail on missing lib/lib.pm or lib/re.pm.
30145      Branch: perl
30146            ! Makefile.SH
30147 ____________________________________________________________________________
30148 [  9807] By: jhi                                   on 2001/04/24  00:57:01
30149         Log: Update the test failure disclaimer.
30150      Branch: perl
30151            ! t/pragma/warn/pp_hot
30152 ____________________________________________________________________________
30153 [  9806] By: jhi                                   on 2001/04/24  00:54:04
30154         Log: Add make target "install-all" which is alias for "install"
30155              to cater for case-preserving filesystems like HFS+.
30156      Branch: perl
30157            ! INSTALL Makefile.SH
30158 ____________________________________________________________________________
30159 [  9805] By: jhi                                   on 2001/04/24  00:47:28
30160         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
30161              From: Peter Prymmer <pvhp@forte.com>
30162              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
30163              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
30164              
30165              (Ken William's message forwarded from macosx@perl.org)
30166      Branch: perl
30167            ! hints/darwin.sh
30168 ____________________________________________________________________________
30169 [  9804] By: jhi                                   on 2001/04/23  23:57:35
30170         Log: Cut-and-pasto.
30171      Branch: perl
30172            ! perlio.c
30173 ____________________________________________________________________________
30174 [  9803] By: jhi                                   on 2001/04/23  23:52:25
30175         Log: More PerlIO robustness.
30176      Branch: perl
30177            ! perlio.c
30178 ____________________________________________________________________________
30179 [  9802] By: jhi                                   on 2001/04/23  23:43:35
30180         Log: Make the "STD* opened only for ..." errors more consistent.
30181      Branch: perl
30182            ! doio.c
30183 ____________________________________________________________________________
30184 [  9801] By: jhi                                   on 2001/04/23  23:34:26
30185         Log: Test case for #9800.
30186      Branch: perl
30187            ! t/op/misc.t
30188 ____________________________________________________________________________
30189 [  9800] By: jhi                                   on 2001/04/23  23:14:43
30190         Log: Avoid coredump on 'close STDERR; die' by making
30191              the PerlIO calls more robust.  Also use SETERRNO()
30192              instead of errno = to be more VMS-ready.
30193      Branch: perl
30194            ! perlio.c
30195 ____________________________________________________________________________
30196 [  9799] By: jhi                                   on 2001/04/23  21:41:10
30197         Log: Subject: test for ID 20010423.002
30198              From: Robin Houston <robin@kitsite.com>
30199              Date: Mon, 23 Apr 2001 16:52:21 +0100
30200              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
30201      Branch: perl
30202            ! t/op/avhv.t
30203 ____________________________________________________________________________
30204 [  9798] By: jhi                                   on 2001/04/23  21:40:07
30205         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
30206              From: David Dyck <dcd@tc.fluke.com>
30207              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
30208              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
30209      Branch: perl
30210            ! installperl
30211 ____________________________________________________________________________
30212 [  9797] By: jhi                                   on 2001/04/23  21:37:56
30213         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
30214              From: Benjamin Sugars <bsugars@canoe.ca>
30215              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
30216              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
30217      Branch: perl
30218            ! ext/Cwd/Cwd.xs lib/Cwd.pm
30219 ____________________________________________________________________________
30220 [  9796] By: jhi                                   on 2001/04/23  21:29:24
30221         Log: Synchronize h2xs and pod2man some more on the documentation
30222              templates they propose.
30223      Branch: perl
30224            ! pod/pod2man.PL utils/h2xs.PL
30225 ____________________________________________________________________________
30226 [  9795] By: jhi                                   on 2001/04/23  17:30:40
30227         Log: Add one more naughty test for base64; make encoding logic cleaner.
30228      Branch: perl
30229            ! t/lib/mimeb64.t
30230 ____________________________________________________________________________
30231 [  9794] By: jhi                                   on 2001/04/23  13:51:32
30232         Log: Update Changes.
30233      Branch: perl
30234            ! Changes patchlevel.h
30235 ____________________________________________________________________________
30236 [  9793] By: jhi                                   on 2001/04/23  13:44:18
30237         Log: Duplicate lines.
30238      Branch: perl
30239            ! MANIFEST
30240 ____________________________________________________________________________
30241 [  9792] By: jhi                                   on 2001/04/23  13:39:13
30242         Log: Subject: Re: PATCH 5.7.1
30243              From: Mark-Jason Dominus <mjd@plover.com>
30244              Date: Mon, 23 Apr 2001 10:30:21 -0400
30245              Message-ID: <20010423143021.17335.qmail@plover.com>
30246      Branch: perl
30247            ! perl.h sv.c
30248 ____________________________________________________________________________
30249 [  9791] By: jhi                                   on 2001/04/23  13:32:40
30250         Log: Add the CPAN.pm 1.59_54 tests.
30251      Branch: perl
30252            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
30253            ! MANIFEST
30254 ____________________________________________________________________________
30255 [  9790] By: jhi                                   on 2001/04/23  13:21:55
30256         Log: Subject: Deparse nit
30257              From: Robin Houston <robin@kitsite.com>
30258              Date: Mon, 23 Apr 2001 12:38:20 +0100
30259              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
30260      Branch: perl
30261            ! ext/B/B/Deparse.pm
30262 ____________________________________________________________________________
30263 [  9789] By: jhi                                   on 2001/04/23  13:19:07
30264         Log: Subject: [PATCH] bug 20010423.002
30265              From: Robin Houston <robin@kitsite.com>
30266              Date: Mon, 23 Apr 2001 13:12:30 +0100
30267              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
30268      Branch: perl
30269            ! pp.c
30270 ____________________________________________________________________________
30271 [  9788] By: jhi                                   on 2001/04/23  13:02:49
30272         Log: Subject: PATCH [5.7.1] hv.c unused #define
30273              From: Mark-Jason Dominus <mjd@plover.com>
30274              Date: Sun, 22 Apr 2001 14:17:49 -0400
30275              Message-ID: <20010422181749.26976.qmail@plover.com>
30276      Branch: perl
30277            ! hv.c
30278 ____________________________________________________________________________
30279 [  9787] By: jhi                                   on 2001/04/23  13:02:02
30280         Log: Subject: PATCH 5.7.1
30281              From: Mark-Jason Dominus <mjd@plover.com>
30282              Date: Sun, 22 Apr 2001 15:12:57 -0400
30283              Message-ID: <20010422191258.6539.qmail@plover.com>
30284              
30285              plus Sarathy's STMT_START + STMT_END suggestion.
30286      Branch: perl
30287            ! perl.h
30288 ____________________________________________________________________________
30289 [  9786] By: jhi                                   on 2001/04/23  12:53:25
30290         Log: Fix for
30291              
30292              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
30293              From: dLux <dlux@spam.sch.bme.hu>
30294              Date: Mon, 23 Apr 2001 01:25:26 +0200
30295              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
30296              
30297              (SvGROW really does return a char *.)
30298      Branch: perl
30299            ! pod/perlapi.pod sv.h
30300 ____________________________________________________________________________
30301 [  9785] By: jhi                                   on 2001/04/23  04:34:04
30302         Log: Time::Piece work continues.  $t->day removed since
30303              I think it's too confusing.  Now has normal and
30304              abbreviated length weekday names and month names,
30305              the names change with _names(), not _list().
30306              Now has strftime() in Perl, _strftime() is
30307              the libc version (to which strftime() falls back
30308              if it doesn't know the format.  To do: the reverse
30309              of strftime, strptime(), and the localisation of both.
30310      Branch: perl
30311            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
30312            ! t/lib/time-piece.t
30313 ____________________________________________________________________________
30314 [  9784] By: jhi                                   on 2001/04/23  02:41:46
30315         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
30316              From: andreas.koenig@anima.de (Andreas J. Koenig)
30317              Date: 23 Apr 2001 05:20:55 +0200
30318              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
30319      Branch: perl
30320            ! t/pragma/overload.t
30321 ____________________________________________________________________________
30322 [  9783] By: jhi                                   on 2001/04/22  23:32:42
30323         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
30324              From: Robin Houston <robin@kitsite.com>
30325              Date: Mon, 23 Apr 2001 00:38:18 +0100
30326              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
30327      Branch: perl
30328            ! ext/B/B/Deparse.pm
30329 ____________________________________________________________________________
30330 [  9782] By: jhi                                   on 2001/04/22  20:55:43
30331         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
30332              From: Simon Cozens <simon@netthink.co.uk>
30333              Date: Sun, 22 Apr 2001 18:47:25 +0100
30334              Message-ID: <20010422184725.A14411@netthink.co.uk>
30335      Branch: perl
30336            ! sv.c t/pragma/overload.t
30337 ____________________________________________________________________________
30338 [  9781] By: jhi                                   on 2001/04/22  20:52:13
30339         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
30340              From: Robin Houston <robin@kitsite.com>
30341              Date: Sun, 22 Apr 2001 22:14:50 +0100
30342              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
30343      Branch: perl
30344            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
30345 ____________________________________________________________________________
30346 [  9780] By: nick                                  on 2001/04/22  20:40:31
30347         Log: Integrate mainline.
30348      Branch: perlio
30349           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
30350           +> t/lib/b-stash.t
30351           !> (integrate 38 files)
30352 ____________________________________________________________________________
30353 [  9779] By: jhi                                   on 2001/04/22  15:16:03
30354         Log: Subject: IO::Socket::INET patch
30355              From: andrew deryabin <djsf@technarchy.ru>
30356              Date: Sat, 21 Apr 2001 17:46:52 +0400
30357              Message-ID: <20010421174652.B1426@technarchy>
30358      Branch: perl
30359            ! ext/IO/lib/IO/Socket/INET.pm
30360 ____________________________________________________________________________
30361 [  9778] By: jhi                                   on 2001/04/22  15:14:33
30362         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
30363              From: Mark-Jason Dominus <mjd@plover.com>
30364              Date: Sat, 21 Apr 2001 21:27:49 -0400
30365              Message-ID: <20010422012749.27024.qmail@plover.com>
30366      Branch: perl
30367            ! regcomp.c
30368 ____________________________________________________________________________
30369 [  9777] By: jhi                                   on 2001/04/22  15:10:51
30370         Log: Subject: Re: Regex debugger patch 
30371              From: Mark-Jason Dominus <mjd@plover.com>
30372              Date: Sat, 21 Apr 2001 21:48:51 -0400
30373              Message-ID: <20010422014851.27165.qmail@plover.com>
30374      Branch: perl
30375            ! pod/perldebguts.pod
30376 ____________________________________________________________________________
30377 [  9776] By: jhi                                   on 2001/04/22  15:09:48
30378         Log: Subject: Re: Regex debugger patch
30379              From: Mark-Jason Dominus <mjd@plover.com>
30380              Date: Sat, 21 Apr 2001 14:24:39 -0400
30381              Message-ID: <20010421182439.16508.qmail@plover.com>
30382              
30383              Regex debugger backend.
30384      Branch: perl
30385            ! regcomp.c regexp.h
30386 ____________________________________________________________________________
30387 [  9775] By: jhi                                   on 2001/04/21  16:45:40
30388         Log: Subject: [PATCH] Typo in utf8.h
30389              From: Jesús Quiroga <jquiroga@pobox.com>
30390              Date: Sat, 21 Apr 2001 19:25:33 +0200
30391              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
30392      Branch: perl
30393            ! utf8.h
30394 ____________________________________________________________________________
30395 [  9774] By: jhi                                   on 2001/04/21  16:43:52
30396         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
30397              From: Joe Orton <jorton@redhat.com>
30398              Date: Tue, 17 Apr 2001 15:50:43 +0100
30399              Message-Id: <20010417155043.D19132@eu.c2.net>
30400      Branch: perl
30401            ! hints/svr5.sh
30402 ____________________________________________________________________________
30403 [  9773] By: jhi                                   on 2001/04/21  15:30:15
30404         Log: Subject: Patch utils/h2xs.PL
30405              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
30406              Date: Sat, 21 Apr 2001 10:32:16 -0500
30407              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
30408              
30409              Add MAILING list and LICENSE templates.
30410      Branch: perl
30411            ! utils/h2xs.PL
30412 ____________________________________________________________________________
30413 [  9772] By: jhi                                   on 2001/04/21  15:28:36
30414         Log: Subject: perlfaq2.patch for 5.7.1
30415              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
30416              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
30417              Date: Fri, 20 Apr 2001 16:42:19 -0500
30418              
30419              rm an extra tab, a blurb about the xx.cpan to clarify
30420              which countries actually have that and dejanews is history
30421              as well as most of that nonsensical entry.
30422      Branch: perl
30423            ! pod/perlfaq2.pod
30424 ____________________________________________________________________________
30425 [  9771] By: jhi                                   on 2001/04/21  15:27:17
30426         Log: Subject: perlfaq1.patch for 5.7.1
30427              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
30428              Date: Fri, 20 Apr 2001 16:57:36 -0500
30429              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
30430              
30431              Evil URLs must die. Especially when they are broken.
30432      Branch: perl
30433            ! pod/perlfaq1.pod
30434 ____________________________________________________________________________
30435 [  9770] By: jhi                                   on 2001/04/21  15:23:38
30436         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
30437              From: Michael G Schwern <schwern@pobox.com>
30438              Date: Sat, 21 Apr 2001 16:11:12 +0100
30439              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
30440      Branch: perl
30441            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
30442            + t/lib/b-stash.t
30443            ! MANIFEST ext/B/B.pm t/lib/b.t
30444 ____________________________________________________________________________
30445 [  9769] By: jhi                                   on 2001/04/21  15:03:32
30446         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
30447              From: Michael G Schwern <schwern@pobox.com>
30448              Date: Sat, 21 Apr 2001 09:48:00 +0100
30449              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
30450      Branch: perl
30451            ! utils/h2ph.PL
30452 ____________________________________________________________________________
30453 [  9768] By: jhi                                   on 2001/04/21  14:33:49
30454         Log: PerlIO and Encode doc cleanup and tweaks.
30455      Branch: perl
30456            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
30457            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
30458 ____________________________________________________________________________
30459 [  9767] By: jhi                                   on 2001/04/21  12:40:16
30460         Log: Integrate perlio.
30461      Branch: perl
30462           !> doio.c
30463 ____________________________________________________________________________
30464 [  9766] By: nick                                  on 2001/04/20  18:28:35
30465         Log: Avoid core dump on
30466              open(STDOUT,">",\$foo);
30467      Branch: perlio
30468            ! doio.c
30469 ____________________________________________________________________________
30470 [  9765] By: jhi                                   on 2001/04/20  13:23:43
30471         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
30472              From: Robin Houston <robin@kitsite.com>
30473              Date: Fri, 20 Apr 2001 14:29:22 +0100
30474              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
30475      Branch: perl
30476            ! ext/B/B.pm ext/B/B/Deparse.pm
30477 ____________________________________________________________________________
30478 [  9764] By: jhi                                   on 2001/04/20  13:19:33
30479         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
30480              From: Peter Prymmer <pvhp@forte.com>
30481              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
30482              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
30483      Branch: perl
30484            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
30485            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
30486            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
30487            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
30488 ____________________________________________________________________________
30489 [  9763] By: jhi                                   on 2001/04/20  12:36:39
30490         Log: Subject: Re: A new PerlIO coredump
30491              From: Nick Ing-Simmons <nik@tiuk.ti.com>
30492              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
30493              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
30494      Branch: perl
30495            ! doio.c
30496 ____________________________________________________________________________
30497 [  9762] By: jhi                                   on 2001/04/19  23:02:30
30498         Log: Update Changes.
30499      Branch: perl
30500            ! Changes patchlevel.h
30501 ____________________________________________________________________________
30502 [  9761] By: jhi                                   on 2001/04/19  22:59:19
30503         Log: More cleanup cleanup.
30504      Branch: perl
30505            ! Makefile.SH win32/Makefile win32/makefile.mk
30506 ____________________________________________________________________________
30507 [  9760] By: jhi                                   on 2001/04/19  22:50:31
30508         Log: lib/Time is non-empty, let's not rmdir it.
30509      Branch: perl
30510            ! Makefile.SH
30511 ____________________________________________________________________________
30512 [  9759] By: jhi                                   on 2001/04/19  22:36:51
30513         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
30514              From: Robin Houston <robin@kitsite.com>
30515              Date: Fri, 20 Apr 2001 00:18:53 +0100
30516              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
30517      Branch: perl
30518            ! ext/B/B/Deparse.pm
30519 ____________________________________________________________________________
30520 [  9758] By: jhi                                   on 2001/04/19  22:36:00
30521         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
30522              From: Peter Prymmer <pvhp@forte.com>
30523              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
30524              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
30525      Branch: perl
30526            ! ext/Cwd/Cwd.xs
30527 ____________________________________________________________________________
30528 [  9757] By: nick                                  on 2001/04/19  18:53:54
30529         Log: Blind (untested) integrate of mainline.
30530      Branch: perlio
30531           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
30532           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
30533           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
30534           !> (integrate 53 files)
30535 ____________________________________________________________________________
30536 [  9756] By: jhi                                   on 2001/04/19  16:59:23
30537         Log: Document and test Time::Piece.
30538      Branch: perl
30539            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
30540            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
30541 ____________________________________________________________________________
30542 [  9755] By: jhi                                   on 2001/04/19  12:13:29
30543         Log: A better fix for the \x{12345678} trouble from NI-S.
30544      Branch: perl
30545            ! utf8.c
30546 ____________________________________________________________________________
30547 [  9754] By: jhi                                   on 2001/04/19  11:56:07
30548         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
30549              From: Robin Houston <robin@kitsite.com>
30550              Date: Wed, 18 Apr 2001 17:58:33 +0100
30551              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
30552      Branch: perl
30553            ! ext/B/B/Deparse.pm op.c
30554 ____________________________________________________________________________
30555 [  9753] By: jhi                                   on 2001/04/19  04:21:52
30556         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
30557              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
30558              Date: Thu, 19 Apr 2001 01:11:41 -0400
30559              Message-ID: <20010419011141.A5798@cpan.org>
30560      Branch: perl
30561            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
30562 ____________________________________________________________________________
30563 [  9752] By: jhi                                   on 2001/04/19  02:41:10
30564         Log: The new time utils need to be thread-aware, too.
30565      Branch: perl
30566            ! util.c
30567 ____________________________________________________________________________
30568 [  9751] By: jhi                                   on 2001/04/19  02:26:47
30569         Log: Compilation nit noticed by AIX compiler.
30570      Branch: perl
30571            ! perlio.c
30572 ____________________________________________________________________________
30573 [  9750] By: jhi                                   on 2001/04/19  02:20:06
30574         Log: The new time utils need to be public.
30575      Branch: perl
30576            ! embed.pl
30577 ____________________________________________________________________________
30578 [  9749] By: jhi                                   on 2001/04/19  01:42:39
30579         Log: Regen toc.
30580      Branch: perl
30581            ! pod/perltoc.pod
30582 ____________________________________________________________________________
30583 [  9748] By: jhi                                   on 2001/04/19  01:41:10
30584         Log: Add Time::Piece, a slight rewrite of Time::Object,
30585              from Matt Sergeant.
30586      Branch: perl
30587            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
30588            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
30589            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
30590            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
30591            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
30592            ! win32/makefile.mk
30593 ____________________________________________________________________________
30594 [  9747] By: jhi                                   on 2001/04/19  00:55:35
30595         Log: The new metaconfig unit from strftime.
30596      Branch: metaconfig/U/perl
30597            + d_strftime.U
30598 ____________________________________________________________________________
30599 [  9746] By: jhi                                   on 2001/04/19  00:54:54
30600         Log: Move the strftime() wrapper from POSIX.xs to util.c
30601              as my_strftime(), requires HAS_STRFTIME.
30602      Branch: perl
30603            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
30604            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
30605            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
30606            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
30607            ! vos/config.ga.h win32/config.bc win32/config.gc
30608            ! win32/config.vc
30609 ____________________________________________________________________________
30610 [  9745] By: jhi                                   on 2001/04/18  23:11:03
30611         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
30612              in preparation of Time::Piece.
30613      Branch: perl
30614            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
30615 ____________________________________________________________________________
30616 [  9744] By: jhi                                   on 2001/04/18  22:33:12
30617         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
30618              From: Peter Prymmer <pvhp@forte.com>
30619              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
30620              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
30621      Branch: perl
30622            ! t/lib/exporter.t
30623 ____________________________________________________________________________
30624 [  9743] By: jhi                                   on 2001/04/18  22:32:23
30625         Log: Subject: Fwd: pod2html leaves cache files lying around?
30626              From: Rajesh Vaidheeswarran <rv@gnu.org>
30627              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
30628              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
30629      Branch: perl
30630            ! lib/Pod/Html.pm
30631 ____________________________________________________________________________
30632 [  9742] By: jhi                                   on 2001/04/18  20:31:49
30633         Log: Update Changes.
30634      Branch: perl
30635            ! Changes patchlevel.h
30636 ____________________________________________________________________________
30637 [  9741] By: jhi                                   on 2001/04/18  20:23:02
30638         Log: Declare hints only if needed.
30639      Branch: perl
30640            ! ext/B/B/Deparse.pm
30641 ____________________________________________________________________________
30642 [  9740] By: jhi                                   on 2001/04/18  19:06:05
30643         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
30644              bug noticed by Robin Houston; basically the code of detecting
30645              value wraparound was acting differently under different compilers
30646              and platforms.  The workaround is to remove the overflow check
30647              for now, a real fix would be to do the overflow (portably) right.
30648      Branch: perl
30649            ! t/op/pat.t utf8.c
30650 ____________________________________________________________________________
30651 [  9739] By: jhi                                   on 2001/04/18  19:01:23
30652         Log: Subject: [PATCH B::Deparse] some pragma support
30653              From: Robin Houston <robin@kitsite.com>
30654              Date: Wed, 18 Apr 2001 19:32:12 +0100
30655              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
30656      Branch: perl
30657            ! ext/B/B/Deparse.pm
30658 ____________________________________________________________________________
30659 [  9738] By: jhi                                   on 2001/04/18  15:16:37
30660         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
30661              From: Benjamin Sugars <bsugars@canoe.ca>
30662              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
30663              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
30664      Branch: perl
30665            ! t/op/glob.t
30666 ____________________________________________________________________________
30667 [  9737] By: jhi                                   on 2001/04/18  13:24:50
30668         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
30669              From: Tim Jenness <t.jenness@jach.hawaii.edu>
30670              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
30671              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
30672      Branch: perl
30673            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
30674            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
30675 ____________________________________________________________________________
30676 [  9736] By: jhi                                   on 2001/04/18  04:15:14
30677         Log: The #9735 also changes the subtest 12.
30678      Branch: perl
30679            ! t/lib/b.t
30680 ____________________________________________________________________________
30681 [  9735] By: jhi                                   on 2001/04/18  03:55:17
30682         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
30683              From: David Dyck <dcd@tc.fluke.com>
30684              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
30685              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
30686      Branch: perl
30687            ! ext/B/B/Deparse.pm
30688 ____________________________________________________________________________
30689 [  9734] By: jhi                                   on 2001/04/18  03:54:11
30690         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
30691              From: Gisle Aas <gisle@ActiveState.com>
30692              Date: 17 Apr 2001 19:06:45 -0700
30693              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
30694      Branch: perl
30695            ! pp_hot.c t/op/misc.t
30696 ____________________________________________________________________________
30697 [  9733] By: jhi                                   on 2001/04/17  22:25:22
30698         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
30699              From: "Abigail" <abigail@foad.org>
30700              Date: Wed, 18 Apr 2001 01:17:46 +0200
30701              Message-ID: <20010417231746.21657.qmail@foad.org>
30702      Branch: perl
30703            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
30704 ____________________________________________________________________________
30705 [  9732] By: jhi                                   on 2001/04/17  20:47:56
30706         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
30707              From: Robin Houston <robin@kitsite.com>
30708              Date: Tue, 17 Apr 2001 22:37:42 +0100
30709              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
30710      Branch: perl
30711            ! ext/B/B/Deparse.pm
30712 ____________________________________________________________________________
30713 [  9731] By: nick                                  on 2001/04/17  20:46:35
30714         Log: Re-sync for t/lib/b.t fix
30715      Branch: perlio
30716           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
30717 ____________________________________________________________________________
30718 [  9730] By: jhi                                   on 2001/04/17  20:45:29
30719         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
30720              From: Robin Houston <robin@kitsite.com>
30721              Date: Tue, 17 Apr 2001 22:29:36 +0100
30722              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
30723      Branch: perl
30724            ! ext/B/B.xs ext/B/B/Deparse.pm
30725 ____________________________________________________________________________
30726 [  9729] By: jhi                                   on 2001/04/17  20:43:11
30727         Log: Subject: Deparse - parenthesise args to undeclared subs
30728              From: Robin Houston <robin@kitsite.com>
30729              Date: Tue, 17 Apr 2001 21:31:05 +0100
30730              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
30731      Branch: perl
30732            ! ext/B/B/Deparse.pm
30733 ____________________________________________________________________________
30734 [  9728] By: jhi                                   on 2001/04/17  18:57:30
30735         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
30736              From: Benjamin Sugars <ben.sugars@home.com>
30737              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
30738              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
30739      Branch: perl
30740            ! t/lib/cwd.t
30741 ____________________________________________________________________________
30742 [  9727] By: jhi                                   on 2001/04/17  18:20:20
30743         Log: Subject: [PATCH B::Deparse] ambient pragmas
30744              From: Robin Houston <robin@kitsite.com>
30745              Date: Tue, 17 Apr 2001 20:01:59 +0100
30746              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
30747      Branch: perl
30748            ! ext/B/B/Deparse.pm t/lib/b.t
30749 ____________________________________________________________________________
30750 [  9726] By: nick                                  on 2001/04/17  16:33:51
30751         Log: Integrate mainline (t/lib/b.t fails test 2...)
30752      Branch: perlio
30753           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
30754           +> ext/List/Util/README ext/List/Util/Util.xs
30755           +> ext/List/Util/lib/List/Util.pm
30756           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
30757           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
30758           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
30759           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
30760           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
30761           !> (integrate 31 files)
30762 ____________________________________________________________________________
30763 [  9725] By: jhi                                   on 2001/04/17  12:14:24
30764         Log: Subject: multiple B::* changes
30765              From: Robin Houston <robin@kitsite.com>
30766              Date: Thu, 12 Apr 2001 20:12:27 +0100
30767              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
30768      Branch: perl
30769            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
30770 ____________________________________________________________________________
30771 [  9724] By: jhi                                   on 2001/04/17  11:59:05
30772         Log: Thread-awareness from Doug MacEachern.
30773      Branch: perl
30774            ! ext/List/Util/Util.xs
30775 ____________________________________________________________________________
30776 [  9723] By: jhi                                   on 2001/04/17  11:57:41
30777         Log: Make the test more portable.
30778      Branch: perl
30779            ! t/lib/cwd.t
30780 ____________________________________________________________________________
30781 [  9722] By: jhi                                   on 2001/04/17  11:53:50
30782         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
30783              From: Benjamin Sugars <ben.sugars@home.com>
30784              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
30785              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
30786      Branch: perl
30787            ! t/lib/cwd.t
30788 ____________________________________________________________________________
30789 [  9721] By: jhi                                   on 2001/04/17  11:52:17
30790         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
30791              From: Benjamin Sugars <bsugars@canoe.ca>
30792              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
30793              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
30794      Branch: perl
30795            ! op.c
30796 ____________________________________________________________________________
30797 [  9720] By: jhi                                   on 2001/04/17  11:35:42
30798         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
30799              From: Chris Nandor <pudge@pobox.com>
30800              Date: Tue, 17 Apr 2001 00:30:49 -0400
30801              Message-Id: <p05100207b701768712de@[10.0.1.177]>
30802      Branch: perl
30803            ! ext/File/Glob/bsd_glob.c gv.c
30804 ____________________________________________________________________________
30805 [  9719] By: jhi                                   on 2001/04/17  11:32:13
30806         Log: Subject: [PATCH] Tweten->West
30807              From: Casey West <casey@geeknest.com>
30808              Date: Mon, 16 Apr 2001 12:11:22 -0400
30809              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
30810      Branch: perl
30811            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
30812            ! pod/perltie.pod
30813 ____________________________________________________________________________
30814 [  9718] By: jhi                                   on 2001/04/16  03:22:52
30815         Log: Update Changes.
30816      Branch: perl
30817            ! Changes patchlevel.h
30818 ____________________________________________________________________________
30819 [  9717] By: jhi                                   on 2001/04/16  03:06:28
30820         Log: Regen toc.
30821      Branch: perl
30822            ! pod/perltoc.pod
30823 ____________________________________________________________________________
30824 [  9716] By: jhi                                   on 2001/04/16  02:58:42
30825         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
30826              From: Prymmer/Kahn <pvhp@best.com>
30827              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
30828              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
30829      Branch: perl
30830            ! utf8.c
30831 ____________________________________________________________________________
30832 [  9715] By: jhi                                   on 2001/04/15  23:40:35
30833         Log: Subject: Re: Net::Ping patch, adds stream protocol
30834              From: bronson@rinspin.com (Scott Bronson)
30835              Date: Tue, 10 Apr 2001 23:58:33 -0700
30836              Message-ID: <20010410235833.N29719@rinspin.com>
30837      Branch: perl
30838            ! lib/Net/Ping.pm
30839 ____________________________________________________________________________
30840 [  9714] By: jhi                                   on 2001/04/15  23:31:46
30841         Log: Printing out the ok messages helps successful testing.
30842      Branch: perl
30843            ! t/lib/time-hires.t
30844 ____________________________________________________________________________
30845 [  9713] By: jhi                                   on 2001/04/15  21:43:24
30846         Log: Update Douglas Wegscheid's email.
30847      Branch: perl
30848            ! AUTHORS
30849 ____________________________________________________________________________
30850 [  9712] By: jhi                                   on 2001/04/15  21:40:41
30851         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
30852              From: Michael G Schwern <schwern@pobox.com>
30853              Date: Sat, 14 Apr 2001 22:40:50 +0100
30854              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
30855      Branch: perl
30856            + t/lib/exporter.t
30857            ! MANIFEST lib/Exporter/Heavy.pm
30858 ____________________________________________________________________________
30859 [  9711] By: jhi                                   on 2001/04/15  21:39:21
30860         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
30861              From: Michael G Schwern <schwern@pobox.com>
30862              Date: Sat, 14 Apr 2001 22:13:59 +0100
30863              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
30864      Branch: perl
30865            ! t/op/loopctl.t
30866 ____________________________________________________________________________
30867 [  9710] By: jhi                                   on 2001/04/15  21:30:19
30868         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
30869              From: Michael G Schwern <schwern@pobox.com>
30870              Date: Sat, 14 Apr 2001 22:05:32 +0100
30871              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
30872      Branch: perl
30873            ! t/pragma/warnings.t
30874 ____________________________________________________________________________
30875 [  9709] By: jhi                                   on 2001/04/15  19:34:09
30876         Log: Integrate changes #9706,9707 from maintperl into mainline.
30877              
30878              change#7210 broke .packlist generation
30879              
30880              ExtUtils::Installed doesn't quote regex metacharacters in paths
30881              before using them in match; also make it work for dosish platforms
30882      Branch: perl
30883           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
30884 ____________________________________________________________________________
30885 [  9708] By: jhi                                   on 2001/04/15  19:31:01
30886         Log: Test also the scalar aspect of getitimer().
30887      Branch: perl
30888            ! t/lib/time-hires.t
30889 ____________________________________________________________________________
30890 [  9707] By: gsar                                  on 2001/04/15  17:24:20
30891         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
30892              before using them in match; also make it work for dosish platforms
30893      Branch: maint-5.6/perl
30894            ! lib/ExtUtils/Installed.pm
30895 ____________________________________________________________________________
30896 [  9706] By: gsar                                  on 2001/04/15  17:21:59
30897         Log: change#7210 broke .packlist generation (listed only filename
30898              rather than fully qualified path name)
30899      Branch: maint-5.6/perl
30900            ! lib/ExtUtils/Install.pm
30901 ____________________________________________________________________________
30902 [  9705] By: jhi                                   on 2001/04/15  12:36:33
30903         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
30904      Branch: perl
30905            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
30906            ! t/lib/time-hires.t
30907 ____________________________________________________________________________
30908 [  9704] By: jhi                                   on 2001/04/15  10:49:08
30909         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
30910              From: Prymmer/Kahn <pvhp@best.com>
30911              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
30912              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
30913      Branch: perl
30914            ! lib/utf8.pm pod/perlebcdic.pod
30915 ____________________________________________________________________________
30916 [  9703] By: jhi                                   on 2001/04/15  02:26:26
30917         Log: I keep forgetting to sort MANIFEST.
30918      Branch: perl
30919            ! MANIFEST
30920 ____________________________________________________________________________
30921 [  9702] By: jhi                                   on 2001/04/15  02:07:47
30922         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
30923              Now we have blessed, reftype, tainted, first, reduce, ...
30924      Branch: perl
30925            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
30926            + ext/List/Util/README ext/List/Util/Util.xs
30927            + ext/List/Util/lib/List/Util.pm
30928            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
30929            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
30930            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
30931            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
30932            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
30933            ! MANIFEST
30934 ____________________________________________________________________________
30935 [  9701] By: jhi                                   on 2001/04/14  15:05:25
30936         Log: Subject: RE: dprofpp.pl updates 
30937              From: Carl Eklof <CEklof@endeca.com>
30938              Date: Thu, 12 Apr 2001 18:45:46 -0400
30939              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
30940      Branch: perl
30941            ! utils/dprofpp.PL
30942 ____________________________________________________________________________
30943 [  9700] By: jhi                                   on 2001/04/14  14:44:55
30944         Log: Do not just blindly add CR.
30945      Branch: perl
30946            ! Porting/makerel
30947 ____________________________________________________________________________
30948 [  9699] By: jhi                                   on 2001/04/13  13:17:01
30949         Log: Update Changes.
30950      Branch: perl
30951            ! Changes patchlevel.h
30952 ____________________________________________________________________________
30953 [  9698] By: jhi                                   on 2001/04/13  12:44:48
30954         Log: Integrate perlio.
30955      Branch: perl
30956           !> ext/PerlIO/Scalar/Scalar.xs
30957 ____________________________________________________________________________
30958 [  9697] By: jhi                                   on 2001/04/13  12:29:15
30959         Log: Add more debug output to the test.
30960      Branch: perl
30961            ! t/lib/cwd.t
30962 ____________________________________________________________________________
30963 [  9696] By: nick                                  on 2001/04/13  10:14:29
30964         Log: Fix core dump on binmode($fh,'Scalar')
30965      Branch: perlio
30966            ! ext/PerlIO/Scalar/Scalar.xs
30967 ____________________________________________________________________________
30968 [  9695] By: nick                                  on 2001/04/13  09:05:42
30969         Log: Integrate mainline
30970      Branch: perlio
30971           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
30972           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
30973           +> t/lib/time-hires.t
30974           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
30975           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
30976           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
30977           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
30978           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
30979           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
30980           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
30981 ____________________________________________________________________________
30982 [  9694] By: jhi                                   on 2001/04/12  22:23:35
30983         Log: Integrate change #9693 from maintperl into mainline.
30984              
30985              $VERSION and Version() on the same line provokes a warning from
30986              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
30987      Branch: perl
30988           !> lib/Devel/SelfStubber.pm
30989 ____________________________________________________________________________
30990 [  9693] By: gsar                                  on 2001/04/12  21:55:56
30991         Log: $VERSION and Version() on the same line provokes a warning from
30992              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
30993      Branch: maint-5.6/perl
30994            ! lib/Devel/SelfStubber.pm
30995 ____________________________________________________________________________
30996 [  9692] By: jhi                                   on 2001/04/12  13:54:00
30997         Log: This is at least 5.005.
30998      Branch: perl
30999            ! ext/Time/HiRes/HiRes.xs
31000 ____________________________________________________________________________
31001 [  9691] By: jhi                                   on 2001/04/12  13:37:20
31002         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
31003      Branch: perl
31004            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
31005            ! win32/Makefile win32/makefile.mk
31006 ____________________________________________________________________________
31007 [  9690] By: jhi                                   on 2001/04/12  01:34:46
31008         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
31009      Branch: perl
31010            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
31011            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
31012            + t/lib/time-hires.t
31013            ! MANIFEST
31014 ____________________________________________________________________________
31015 [  9689] By: jhi                                   on 2001/04/12  00:28:39
31016         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
31017              From: Gisle Aas <gisle@ActiveState.com>
31018              Date: 11 Apr 2001 16:36:11 -0700
31019              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
31020      Branch: perl
31021            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
31022 ____________________________________________________________________________
31023 [  9688] By: jhi                                   on 2001/04/12  00:27:39
31024         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
31025              From: Gisle Aas <gisle@ActiveState.com>
31026              Date: 11 Apr 2001 11:13:24 -0700
31027              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
31028      Branch: perl
31029            ! ext/MIME/Base64/Base64.xs
31030 ____________________________________________________________________________
31031 [  9687] By: jhi                                   on 2001/04/11  19:51:47
31032         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
31033      Branch: perl
31034            ! Todo-5.6
31035 ____________________________________________________________________________
31036 [  9686] By: jhi                                   on 2001/04/11  16:54:25
31037         Log: Subject: [PATCH opcode.pl] Documentation of table format
31038              From: Simon Cozens <simon@netthink.co.uk>
31039              Date: Wed, 11 Apr 2001 12:59:31 +0100
31040              Message-ID: <20010411125931.A25681@netthink.co.uk>
31041      Branch: perl
31042            ! opcode.pl
31043 ____________________________________________________________________________
31044 [  9685] By: jhi                                   on 2001/04/11  16:53:15
31045         Log: Subject: [PATCH] prototype("CORE::recv")
31046              From: Simon Cozens <simon@netthink.co.uk>
31047              Date: Wed, 11 Apr 2001 13:24:35 +0100
31048              Message-ID: <20010411132435.A26169@netthink.co.uk>
31049      Branch: perl
31050            ! pp.c t/comp/proto.t
31051 ____________________________________________________________________________
31052 [  9684] By: jhi                                   on 2001/04/11  16:47:13
31053         Log: FAQ (and AUTHORS) update from Dan Carson: the information
31054              was several years obsolete, Term::Readkey has been updated
31055              to have the functionality.
31056      Branch: perl
31057            ! AUTHORS pod/perlfaq5.pod
31058 ____________________________________________________________________________
31059 [  9683] By: jhi                                   on 2001/04/11  12:15:46
31060         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
31061              From: Calle Dybedahl <calle@lysator.liu.se>
31062              Date: 10 Apr 2001 16:44:16 +0200
31063              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
31064      Branch: perl
31065            ! ext/MIME/Base64/Base64.xs
31066 ____________________________________________________________________________
31067 [  9682] By: jhi                                   on 2001/04/11  12:12:26
31068         Log: A more minimal fix for 20010410.006 from Hugo.
31069      Branch: perl
31070            ! regexec.c
31071 ____________________________________________________________________________
31072 [  9681] By: jhi                                   on 2001/04/11  11:34:23
31073         Log: Integrate changes #9678,9679 from maintline into mainperl.
31074              
31075              addendum to change#9676
31076              
31077              up $File::Glob::VERSION; add a note pointing out the version of
31078              the OpenBSD glob bsd_glob.c resembles
31079      Branch: perl
31080           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
31081           !> ext/File/Glob/bsd_glob.h
31082 ____________________________________________________________________________
31083 [  9680] By: jhi                                   on 2001/04/11  11:30:38
31084         Log: Bad test numbering in integrate in #9677.
31085              Fixes ID 20010411.001.
31086      Branch: perl
31087            ! t/op/pat.t
31088 ____________________________________________________________________________
31089 [  9679] By: gsar                                  on 2001/04/11  03:38:40
31090         Log: up $File::Glob::VERSION; add a note pointing out the version of
31091              the OpenBSD glob bsd_glob.c resembles
31092      Branch: maint-5.6/perl
31093            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
31094            ! ext/File/Glob/bsd_glob.h
31095 ____________________________________________________________________________
31096 [  9678] By: gsar                                  on 2001/04/11  03:09:48
31097         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
31098              revision 1.8.10.1 found here:
31099              
31100              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
31101      Branch: maint-5.6/perl
31102            ! ext/File/Glob/bsd_glob.c
31103 ____________________________________________________________________________
31104 [  9677] By: jhi                                   on 2001/04/11  02:54:39
31105         Log: Integrate changes #9675,9676 from maintperl into mainline.
31106              
31107              fix for bug 20010410.006, undo change#7115
31108              
31109              port the OpenBSD glob() security patch
31110      Branch: perl
31111           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
31112           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
31113           !> t/op/pat.t
31114 ____________________________________________________________________________
31115 [  9676] By: gsar                                  on 2001/04/11  02:19:02
31116         Log: port the glob() security patch found at:
31117              
31118              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
31119              
31120              CERT advisory for the issue is here:
31121              
31122              http://www.cert.org/advisories/CA-2001-07.html
31123              
31124              Note that the security scare is only relevant for those who are
31125              foolish enough to build suidperl (which is now officially discouraged)
31126      Branch: maint-5.6/perl
31127            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
31128            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
31129 ____________________________________________________________________________
31130 [  9675] By: gsar                                  on 2001/04/10  23:52:11
31131         Log: fix for bug 20010410.006
31132              
31133              undo change#7115 (came into maint-5.6 as change#8156)
31134              
31135              add tests to keep it from coming back
31136      Branch: maint-5.6/perl
31137            ! regexec.c t/op/pat.t
31138 ____________________________________________________________________________
31139 [  9674] By: nick                                  on 2001/04/10  20:39:31
31140         Log: Integrate mainline
31141      Branch: perlio
31142           +> Porting/testall.atom
31143           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
31144           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
31145           !> t/lib/lc-uk.t t/pod/find.t
31146 ____________________________________________________________________________
31147 [  9673] By: nick                                  on 2001/04/10  18:46:14
31148         Log: Integrate against change 9670 aka perl-5.7.1
31149      Branch: perlio
31150           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
31151           !> (integrate 53 files)
31152 ____________________________________________________________________________
31153 [  9672] By: jhi                                   on 2001/04/10  13:45:01
31154         Log: Add a script for doing cumulative profile of the test suite.
31155              (Requires ATOM, that is, Tru64.)
31156      Branch: perl
31157            + Porting/testall.atom
31158            ! MANIFEST
31159 ____________________________________________________________________________
31160 [  9671] By: jhi                                   on 2001/04/10  12:38:53
31161         Log: Missing std block.
31162      Branch: perl
31163            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
31164            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
31165            ! t/pod/find.t
31166 ____________________________________________________________________________
31167 [  9670] By: jhi                                   on 2001/04/10  01:25:58
31168         Log: This is 5.7.1.
31169      Branch: perl
31170            ! patchlevel.h
31171 ____________________________________________________________________________
31172 [  9669] By: jhi                                   on 2001/04/10  01:09:14
31173         Log: Update Changes.
31174      Branch: perl
31175            ! Changes patchlevel.h
31176 ____________________________________________________________________________
31177 [  9668] By: jhi                                   on 2001/04/10  01:00:38
31178         Log: Regen toc.
31179      Branch: perl
31180            ! pod/perltoc.pod
31181 ____________________________________________________________________________
31182 [  9667] By: jhi                                   on 2001/04/10  00:52:16
31183         Log: Update perlhist.
31184      Branch: perl
31185            ! pod/perlhist.pod
31186 ____________________________________________________________________________
31187 [  9666] By: jhi                                   on 2001/04/09  23:38:59
31188         Log: Slight wording tweaks from Damian to #9658.
31189      Branch: perl
31190            ! pod/perlobj.pod
31191 ____________________________________________________________________________
31192 [  9665] By: jhi                                   on 2001/04/09  19:56:06
31193         Log: Subject: [PATCH perlutil.pod] Nit
31194              From: Simon Cozens <simon@netthink.co.uk>
31195              Date: Mon, 9 Apr 2001 20:29:44 +0100
31196              Message-ID: <20010409202944.A14796@the.earth.li>
31197      Branch: perl
31198            ! pod/perlutil.pod
31199 ____________________________________________________________________________
31200 [  9664] By: jhi                                   on 2001/04/09  19:54:42
31201         Log: Subject: Re: perl571delta.pod@9631
31202              From: Mike Guy <mjtg@cam.ac.uk>
31203              Date: Mon, 09 Apr 2001 18:09:14 +0100
31204              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
31205      Branch: perl
31206            ! pod/perl571delta.pod
31207 ____________________________________________________________________________
31208 [  9663] By: jhi                                   on 2001/04/09  13:43:35
31209         Log: Update Changes.
31210      Branch: perl
31211            ! Changes patchlevel.h
31212 ____________________________________________________________________________
31213 [  9662] By: jhi                                   on 2001/04/09  13:24:46
31214         Log: tweak tweak.
31215      Branch: perl
31216            ! AUTHORS pod/perl571delta.pod
31217 ____________________________________________________________________________
31218 [  9661] By: jhi                                   on 2001/04/09  13:15:13
31219         Log: Thinko in manual patch applying.
31220      Branch: perl
31221            ! sv.c
31222 ____________________________________________________________________________
31223 [  9660] By: jhi                                   on 2001/04/09  13:07:53
31224         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
31225              From: Robin Barker <rmb1@cise.npl.co.uk> 
31226              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
31227              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
31228              
31229              (This corrects the case where the "isn't numeric" string contains \0s
31230              and is longer than the temporary buffer, and contains \0 at the point
31231              the string would be truncated by "...".) 
31232      Branch: perl
31233            ! sv.c
31234 ____________________________________________________________________________
31235 [  9659] By: jhi                                   on 2001/04/09  12:57:41
31236         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
31237      Branch: perl
31238            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
31239            ! t/lib/cgi-function.t t/lib/cgi-html.t
31240 ____________________________________________________________________________
31241 [  9658] By: jhi                                   on 2001/04/09  12:48:47
31242         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
31243              From: Ilmari Karonen <iltzu@sci.fi>
31244              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
31245              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
31246              
31247              Rearrange and rewrite the Method Invocation section
31248              to explain the concepts in nicer order.
31249      Branch: perl
31250            ! pod/perlobj.pod
31251 ____________________________________________________________________________
31252 [  9657] By: jhi                                   on 2001/04/09  12:35:58
31253         Log: Upgrade to podlators 1.09, from Russ Allbery.
31254      Branch: perl
31255            ! lib/Pod/Man.pm lib/Pod/Text.pm
31256 ____________________________________________________________________________
31257 [  9656] By: jhi                                   on 2001/04/09  12:31:53
31258         Log: perl571delta.
31259      Branch: perl
31260            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
31261 ____________________________________________________________________________
31262 [  9655] By: jhi                                   on 2001/04/09  12:20:09
31263         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
31264              From: Prymmer/Kahn <pvhp@best.com>
31265              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
31266              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
31267      Branch: perl
31268            ! lib/utf8.pm pod/perlunicode.pod
31269 ____________________________________________________________________________
31270 [  9654] By: gsar                                  on 2001/04/09  03:38:33
31271         Log: here lies 5.6.1
31272      Branch: maint-5.6/perl
31273            ! Changes
31274 ____________________________________________________________________________
31275 [  9653] By: jhi                                   on 2001/04/09  03:25:24
31276         Log: Update perlhist.
31277      Branch: perl
31278            ! pod/perlhist.pod
31279 ____________________________________________________________________________
31280 [  9652] By: jhi                                   on 2001/04/09  03:18:49
31281         Log: perl571delta tweaking continues.
31282      Branch: perl
31283            ! pod/perl571delta.pod
31284 ____________________________________________________________________________
31285 [  9651] By: gsar                                  on 2001/04/09  03:11:19
31286         Log: update Changes, patchlevel.h &c.
31287      Branch: maint-5.6/perl
31288            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
31289            ! pod/perltoc.pod
31290 ____________________________________________________________________________
31291 [  9650] By: jhi                                   on 2001/04/09  02:40:24
31292         Log: Integrate the perlfork half of #9513 from maintperl into mainline
31293              (the perlunicode half is obsolete)
31294      Branch: perl
31295            ! pod/perlfork.pod
31296 ____________________________________________________________________________
31297 [  9649] By: gsar                                  on 2001/04/09  02:35:43
31298         Log: tweak perldelta as suggested by Jarkko
31299      Branch: maint-5.6/perl
31300            ! pod/perldelta.pod
31301 ____________________________________________________________________________
31302 [  9648] By: jhi                                   on 2001/04/09  02:13:04
31303         Log: Integrate change #9646 from maintperl into mainline.
31304              
31305              add note about ithreads and Thread.pm
31306      Branch: perl
31307           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
31308 ____________________________________________________________________________
31309 [  9647] By: jhi                                   on 2001/04/09  02:10:18
31310         Log: Bad assumption that shortsize == 2.
31311      Branch: perl
31312            ! t/lib/xs-typemap.t
31313 ____________________________________________________________________________
31314 [  9646] By: gsar                                  on 2001/04/09  00:48:04
31315         Log: add note about ithreads and Thread.pm (too many people are
31316              confused by the fact that Thread.pm is built and installed
31317              under non-5005threads but doesn't work)
31318      Branch: maint-5.6/perl
31319            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
31320 ____________________________________________________________________________
31321 [  9645] By: gsar                                  on 2001/04/09  00:19:03
31322         Log: update perldelta.pod for changes in 5.6.1
31323      Branch: maint-5.6/perl
31324            ! Changes pod/perldelta.pod
31325 ____________________________________________________________________________
31326 [  9644] By: jhi                                   on 2001/04/08  20:37:00
31327         Log: Integrate change #9639 from maintperl into mainline:
31328              on windows, many of the README.* pods were being copied to
31329              the wrong location
31330      Branch: perl
31331           !> win32/Makefile win32/makefile.mk
31332 ____________________________________________________________________________
31333 [  9643] By: jhi                                   on 2001/04/08  20:07:11
31334         Log: Integrate change #9624 from maintperl into mainline:
31335              the pod tests were not okay.  (t/pod/find.t changes ignored)
31336      Branch: perl
31337           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
31338           !> t/pod/include.t t/pod/included.t t/pod/lref.t
31339           !> t/pod/multiline_items.t t/pod/nested_items.t
31340           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
31341           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
31342 ____________________________________________________________________________
31343 [  9642] By: jhi                                   on 2001/04/08  19:57:17
31344         Log: Integrate change #9638 from maintperl into mainline:
31345              update to latest JPL from the anoncvs repository
31346      Branch: perl
31347           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
31348           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
31349           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
31350 ____________________________________________________________________________
31351 [  9641] By: jhi                                   on 2001/04/08  19:53:30
31352         Log: perl571delta updates.
31353      Branch: perl
31354            ! lib/Filter/Simple.pm pod/perl571delta.pod
31355 ____________________________________________________________________________
31356 [  9640] By: gsar                                  on 2001/04/08  19:20:46
31357         Log: integrate change#9634 from mainline
31358              
31359              Fix the perlmodlib generation (didn't understand separate .pod
31360              files; didn't understand -- as the name-thing separator).
31361              Update the CPAN mirrors list.
31362      Branch: maint-5.6/perl
31363            ! pod/perlmodlib.pod
31364           !> pod/perlmodlib.PL
31365 ____________________________________________________________________________
31366 [  9639] By: gsar                                  on 2001/04/08  18:57:31
31367         Log: on windows, many of the README.* pods were being copied to the wrong
31368              location
31369      Branch: maint-5.6/perl
31370            ! win32/Makefile win32/makefile.mk
31371 ____________________________________________________________________________
31372 [  9638] By: gsar                                  on 2001/04/08  18:38:25
31373         Log: update to latest JPL from the anoncvs repository
31374      Branch: maint-5.6/perl
31375            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
31376            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
31377            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
31378 ____________________________________________________________________________
31379 [  9637] By: jhi                                   on 2001/04/08  17:53:53
31380         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
31381      Branch: perl
31382            ! pod/perl571delta.pod
31383 ____________________________________________________________________________
31384 [  9636] By: jhi                                   on 2001/04/08  17:18:32
31385         Log: Regen toc.
31386      Branch: perl
31387            ! pod/perltoc.pod
31388 ____________________________________________________________________________
31389 [  9635] By: jhi                                   on 2001/04/08  17:16:33
31390         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
31391              From: "Craig A. Berry" <craigberry@mac.com>
31392              Date: Sun, 08 Apr 2001 12:30:16 -0500
31393              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
31394      Branch: perl
31395            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
31396 ____________________________________________________________________________
31397 [  9634] By: jhi                                   on 2001/04/08  17:09:19
31398         Log: Fix the perlmodlib generation (didn't understand separate .pod
31399              files; didn't understand -- as the name-thing separator).
31400              
31401              Update the CPAN mirrors list.
31402      Branch: perl
31403            ! pod/perlmodlib.PL pod/perlmodlib.pod
31404 ____________________________________________________________________________
31405 [  9633] By: jhi                                   on 2001/04/08  16:49:17
31406         Log: Sort MANIFEST.
31407      Branch: perl
31408            ! MANIFEST
31409 ____________________________________________________________________________
31410 [  9632] By: gsar                                  on 2001/04/08  16:36:06
31411         Log: add $Tie::RefHash::VERSION
31412      Branch: maint-5.6/perl
31413            ! lib/Tie/RefHash.pm
31414 ____________________________________________________________________________
31415 [  9631] By: jhi                                   on 2001/04/08  16:10:15
31416         Log: perl571delta updates based on p5p feedback; still needs
31417              lots of examples.
31418      Branch: perl
31419            ! pod/perl571delta.pod
31420 ____________________________________________________________________________
31421 [  9630] By: jhi                                   on 2001/04/08  15:59:13
31422         Log: Update the list of supported platforms to talk about 5.7.1
31423              (and 5.6.1)
31424      Branch: perl
31425            ! pod/perlport.pod
31426 ____________________________________________________________________________
31427 [  9629] By: jhi                                   on 2001/04/08  15:55:41
31428         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
31429              from maintperl into mainline: perlport updates.
31430      Branch: perl
31431            ! pod/perlport.pod
31432 ____________________________________________________________________________
31433 [  9628] By: jhi                                   on 2001/04/08  15:53:17
31434         Log: perlsolaris.pod copied to wrong directory.
31435      Branch: perl
31436            ! win32/makefile.mk
31437 ____________________________________________________________________________
31438 [  9627] By: jhi                                   on 2001/04/08  14:48:18
31439         Log: Subject: Typos in perl571delta.pod
31440              From: "Stephen P. Potter" <spp@spotter.yi.org>
31441              Date: Sat, 07 Apr 2001 20:37:05 -0400
31442              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
31443      Branch: perl
31444            ! pod/perl571delta.pod
31445 ____________________________________________________________________________
31446 [  9626] By: jhi                                   on 2001/04/08  14:39:04
31447         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
31448      Branch: perl
31449            ! gv.c
31450 ____________________________________________________________________________
31451 [  9625] By: nick                                  on 2001/04/08  10:14:23
31452         Log: Integrate mainline
31453      Branch: perlio
31454           +> pod/perl570delta.pod pod/perl571delta.pod
31455           !> (integrate 27 files)
31456 ____________________________________________________________________________
31457 [  9624] By: gsar                                  on 2001/04/08  06:08:17
31458         Log: test in t/pod/* were busted
31459              
31460              these tests are still not enabled in t/{harness,TEST}
31461      Branch: maint-5.6/perl
31462            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
31463            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
31464            ! t/pod/multiline_items.t t/pod/nested_items.t
31465            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
31466            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
31467 ____________________________________________________________________________
31468 [  9623] By: gsar                                  on 2001/04/08  03:37:01
31469         Log: integrate change#9470 from mainline
31470              
31471              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
31472      Branch: maint-5.6/perl
31473           !> ext/Socket/Socket.xs
31474 ____________________________________________________________________________
31475 [  9622] By: jhi                                   on 2001/04/07  22:40:47
31476         Log: Update Changes.
31477      Branch: perl
31478            ! Changes patchlevel.h
31479 ____________________________________________________________________________
31480 [  9621] By: jhi                                   on 2001/04/07  22:34:16
31481         Log: Update AUTHORS.
31482      Branch: perl
31483            ! AUTHORS
31484 ____________________________________________________________________________
31485 [  9620] By: jhi                                   on 2001/04/07  22:12:47
31486         Log: Forgot to bump the number of tests in #9164.
31487      Branch: perl
31488            ! t/op/array.t
31489 ____________________________________________________________________________
31490 [  9619] By: jhi                                   on 2001/04/07  22:09:50
31491         Log: Bump patchlevel to 5.7.1.
31492      Branch: perl
31493            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31494            ! config_h.SH patchlevel.h
31495 ____________________________________________________________________________
31496 [  9618] By: jhi                                   on 2001/04/07  22:02:41
31497         Log: Populate perl571delta.
31498      Branch: perl
31499            ! pod/perl571delta.pod
31500 ____________________________________________________________________________
31501 [  9617] By: jhi                                   on 2001/04/07  22:01:23
31502         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
31503              to forget it later; do not change patchlevel.h yet or regenerate
31504              Configure yet.
31505      Branch: perl
31506            ! epoc/config.sh win32/Makefile win32/config_H.bc
31507            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
31508 ____________________________________________________________________________
31509 [  9616] By: jhi                                   on 2001/04/07  17:46:33
31510         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
31511      Branch: perl
31512            ! pod/perl571delta.pod
31513 ____________________________________________________________________________
31514 [  9615] By: jhi                                   on 2001/04/07  17:33:21
31515         Log: Change the toc configuration.
31516      Branch: perl
31517            ! pod/buildtoc.PL pod/perl.pod
31518 ____________________________________________________________________________
31519 [  9614] By: jhi                                   on 2001/04/07  17:29:47
31520         Log: Subject: PATCH: $[
31521              From: Robin Houston <robin@kitsite.com>
31522              Date: Fri, 6 Apr 2001 18:10:14 +0100
31523              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
31524      Branch: perl
31525            ! op.c t/op/array.t
31526 ____________________________________________________________________________
31527 [  9613] By: jhi                                   on 2001/04/07  17:28:26
31528         Log: Subject: [PATCH perl@9424] isn't numeric warning
31529              From: Robin Barker <rmb1@cise.npl.co.uk>
31530              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
31531              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
31532      Branch: perl
31533            ! sv.c t/pragma/warn/sv
31534 ____________________________________________________________________________
31535 [  9612] By: jhi                                   on 2001/04/07  17:26:45
31536         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
31537              From: Mike Guy <mjtg@cam.ac.uk>
31538              Date: Fri, 06 Apr 2001 12:47:06 +0100
31539              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
31540      Branch: perl
31541            ! dump.c t/lib/peek.t
31542 ____________________________________________________________________________
31543 [  9611] By: jhi                                   on 2001/04/07  17:21:35
31544         Log: Create perl571delta and seed it off with the perldelta changes
31545              since 5.7.0; remove those changes from perldelta and rename it
31546              as perl570delta; recreate perldelta but leave it almost empty.
31547      Branch: perl
31548            + pod/perl570delta.pod pod/perl571delta.pod
31549            ! MANIFEST pod/perldelta.pod
31550 ____________________________________________________________________________
31551 [  9610] By: jhi                                   on 2001/04/07  16:56:32
31552         Log: Denit.
31553      Branch: perl
31554            ! pod/perldelta.pod
31555 ____________________________________________________________________________
31556 [  9609] By: jhi                                   on 2001/04/07  16:38:32
31557         Log: Retract #9523: needs more thought.
31558      Branch: perl
31559            ! Makefile.SH
31560 ____________________________________________________________________________
31561 [  9608] By: jhi                                   on 2001/04/07  14:59:20
31562         Log: atmark() code cleanaup.
31563      Branch: perl
31564            ! ext/IO/IO.xs
31565 ____________________________________________________________________________
31566 [  9607] By: jhi                                   on 2001/04/07  14:48:14
31567         Log: Integrate change #9605 from maintperl into mainline.
31568              
31569              can't optimize away scope entry if tr/// is present
31570      Branch: perl
31571           !> op.c t/op/tr.t
31572 ____________________________________________________________________________
31573 [  9606] By: jhi                                   on 2001/04/07  14:43:59
31574         Log: Integrate perlio.
31575      Branch: perl
31576           +> win32/FindExt.pm
31577           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
31578           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
31579 ____________________________________________________________________________
31580 [  9605] By: gsar                                  on 2001/04/07  11:52:40
31581         Log: can't optimize away scope entry if tr/// is present
31582      Branch: maint-5.6/perl
31583            ! op.c t/op/tr.t
31584 ____________________________________________________________________________
31585 [  9604] By: nick                                  on 2001/04/07  11:39:45
31586         Log: Split out extension finding code from buildext.pl into FindExt.pm
31587              Use it to get Config.pm's idea of available extensions in line
31588              with what is built.
31589      Branch: perlio
31590            + win32/FindExt.pm
31591            ! MANIFEST win32/buildext.pl win32/config_sh.PL
31592            ! win32/makefile.mk
31593 ____________________________________________________________________________
31594 [  9603] By: nick                                  on 2001/04/07  09:11:38
31595         Log: Cleanup correction for failed :Via() layer, also set an error code.
31596      Branch: perlio
31597            ! ext/PerlIO/Via/Via.xs
31598 ____________________________________________________________________________
31599 [  9602] By: nick                                  on 2001/04/07  08:38:04
31600         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
31601              style. So don't use binmode() on the handles so that Win32 etc. see
31602              same sequence and produce same digests.
31603      Branch: perlio
31604            ! t/lib/md5-file.t
31605 ____________________________________________________________________________
31606 [  9601] By: nick                                  on 2001/04/07  08:36:26
31607         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
31608              Else it complains and so crlf layer (say) does not get pushed.
31609      Branch: perlio
31610            ! perlio.c
31611 ____________________________________________________________________________
31612 [  9600] By: jhi                                   on 2001/04/06  23:00:09
31613         Log: Integrate change #9599 from perlio into mainline.
31614      Branch: perl
31615           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
31616           !> win32/config_H.vc
31617 ____________________________________________________________________________
31618 [  9599] By: nick                                  on 2001/04/06  21:42:43
31619         Log: Quote $VERSION in Encode.pm.
31620              regen_config_h as requested.
31621      Branch: perlio
31622            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
31623            ! win32/config_H.vc
31624 ____________________________________________________________________________
31625 [  9598] By: nick                                  on 2001/04/06  20:34:59
31626         Log: Integrate mainline
31627      Branch: perlio
31628           +> README.macos
31629           !> (integrate 39 files)
31630 ____________________________________________________________________________
31631 [  9597] By: gsar                                  on 2001/04/06  18:06:35
31632         Log: integrate change#9464 from mainline (addendum to change#8313)
31633              
31634              Subject: [PATCH @9452] Better peep()ing for foreach() loops
31635      Branch: maint-5.6/perl
31636           !> op.c
31637 ____________________________________________________________________________
31638 [  9596] By: jhi                                   on 2001/04/06  17:26:03
31639         Log: The d_casti32=undef is good for you even when not use64bitall.
31640      Branch: perl
31641            ! hints/hpux.sh
31642 ____________________________________________________________________________
31643 [  9595] By: gsar                                  on 2001/04/06  14:57:17
31644         Log: add a low-impact fix to accomodate darwin-ism
31645      Branch: maint-5.6/perl
31646            ! ext/Errno/Errno_pm.PL
31647 ____________________________________________________________________________
31648 [  9594] By: jhi                                   on 2001/04/06  14:55:14
31649         Log: Integrate changes #9528,9593 from mainline into maintperl;
31650              tweaking the editor/IDE/shell list.
31651      Branch: maint-5.6/perl
31652           !> pod/perlfaq3.pod
31653 ____________________________________________________________________________
31654 [  9593] By: jhi                                   on 2001/04/06  14:51:39
31655         Log: Make the editor/IDE/shell list a little bit airier.
31656      Branch: perl
31657            ! pod/perlfaq3.pod
31658 ____________________________________________________________________________
31659 [  9592] By: gsar                                  on 2001/04/06  14:45:18
31660         Log: integrate change#9477 from mainline (base.pm doc tweak)
31661              
31662              missing doc entry for fmod()
31663      Branch: maint-5.6/perl
31664            ! lib/Math/BigFloat.pm
31665           !> lib/base.pm
31666 ____________________________________________________________________________
31667 [  9591] By: jhi                                   on 2001/04/06  13:55:48
31668         Log: Regen toc.
31669      Branch: perl
31670            ! pod/perltoc.pod
31671 ____________________________________________________________________________
31672 [  9590] By: jhi                                   on 2001/04/06  13:54:52
31673         Log: Math::BigFloat patches from John Peacock.  The equivalent
31674              of #9586 from maintperl but reworked by John to work with
31675              the bleadperl.
31676      Branch: perl
31677            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
31678 ____________________________________________________________________________
31679 [  9589] By: jhi                                   on 2001/04/06  13:42:23
31680         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
31681      Branch: perl
31682            ! ext/Digest/MD5/Makefile.PL
31683 ____________________________________________________________________________
31684 [  9588] By: jhi                                   on 2001/04/06  13:31:45
31685         Log: Integrate changes #9584,9587 from maintperl into mainline.
31686              
31687              keep eval"" CVs alive until the end of the statement in which
31688              they're called
31689              
31690              add README.macos (from Chris Nandor)
31691              
31692              tyop in change#9555
31693      Branch: perl
31694           +> README.macos
31695           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
31696           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
31697           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
31698           !> win32/makefile.mk
31699 ____________________________________________________________________________
31700 [  9587] By: gsar                                  on 2001/04/06  07:31:30
31701         Log: add README.macos (from Chris Nandor)
31702              
31703              tyop in change#9555
31704      Branch: maint-5.6/perl
31705            + README.macos
31706            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
31707            ! win32/Makefile win32/makefile.mk
31708 ____________________________________________________________________________
31709 [  9586] By: gsar                                  on 2001/04/06  07:08:54
31710         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
31711      Branch: maint-5.6/perl
31712            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
31713 ____________________________________________________________________________
31714 [  9585] By: gsar                                  on 2001/04/06  06:58:44
31715         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
31716              from mainline
31717              
31718              Subject: [PATCH] Base64 update to perlfaq9.pod
31719              
31720              Subject: [PATCH AUTHORS] Housekeeping
31721              
31722              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
31723              Mac OS X (Darwin) has extra pwent fields.
31724              
31725              Subject: [PATCH B::*] print control-character vars readably
31726              Needs EBCDICification.
31727              
31728              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
31729              
31730              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
31731              
31732              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
31733              
31734              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
31735              
31736              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
31737              
31738              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
31739              
31740              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
31741              
31742              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
31743              
31744              FreeBSD hints tweak from Anton Berezin.
31745              
31746              Subject: [PATCH foolperl & bleadperl] README.vms update
31747              
31748              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
31749      Branch: maint-5.6/perl
31750           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
31751           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
31752           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
31753 ____________________________________________________________________________
31754 [  9584] By: gsar                                  on 2001/04/06  04:09:00
31755         Log: keep eval"" CVs alive until the end of the statement in which
31756              they're called; this avoids a coredump ensuing from search for
31757              lexicals in code such as:
31758              
31759              sub bug {
31760              my $s = @_;
31761              eval q[sub { eval 'sub { &$s }' }];
31762              }
31763              bug("x")->()->();
31764              
31765              this code still doesn't work as intended (as it has remained
31766              since time immemorial), but it doesn't provoke a coredump anymore
31767      Branch: maint-5.6/perl
31768            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
31769            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
31770 ____________________________________________________________________________
31771 [  9583] By: jhi                                   on 2001/04/05  23:52:51
31772         Log: Update Changes.
31773      Branch: perl
31774            ! Changes patchlevel.h
31775 ____________________________________________________________________________
31776 [  9582] By: jhi                                   on 2001/04/05  23:11:23
31777         Log: Slight doc tweak.
31778      Branch: perl
31779            ! pod/perlunicode.pod
31780 ____________________________________________________________________________
31781 [  9581] By: jhi                                   on 2001/04/05  23:04:11
31782         Log: Integrate perlio.
31783      Branch: perl
31784           !> pod/perlunicode.pod
31785 ____________________________________________________________________________
31786 [  9580] By: jhi                                   on 2001/04/05  23:03:29
31787         Log: Test for #9579.
31788      Branch: perl
31789            ! t/op/do.t
31790 ____________________________________________________________________________
31791 [  9579] By: jhi                                   on 2001/04/05  22:54:17
31792         Log: Subject: [PATCH] Propagate calling context for do '...'
31793              From: Gisle Aas <gisle@ActiveState.com>
31794              Date: 04 Apr 2001 20:17:29 -0700
31795              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
31796      Branch: perl
31797            ! pod/perlfunc.pod pp_ctl.c
31798 ____________________________________________________________________________
31799 [  9578] By: jhi                                   on 2001/04/05  22:52:51
31800         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
31801              From: Peter Prymmer <pvhp@forte.com>
31802              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
31803              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
31804      Branch: perl
31805            ! README.vms
31806 ____________________________________________________________________________
31807 [  9577] By: jhi                                   on 2001/04/05  22:48:22
31808         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
31809              From: "Craig A. Berry" <craigberry@mac.com>
31810              Date: Thu, 5 Apr 2001 13:43:28 -0500
31811              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
31812      Branch: perl
31813            ! README.vms
31814 ____________________________________________________________________________
31815 [  9576] By: jhi                                   on 2001/04/05  22:31:38
31816         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
31817              From: Michael G Schwern <schwern@pobox.com>
31818              Date: Thu, 5 Apr 2001 21:53:21 +0100
31819              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
31820      Branch: perl
31821            ! lib/base.pm t/lib/fields.t
31822 ____________________________________________________________________________
31823 [  9575] By: jhi                                   on 2001/04/05  22:26:10
31824         Log: FreeBSD hints tweak from Anton Berezin.
31825      Branch: perl
31826            ! hints/freebsd.sh
31827 ____________________________________________________________________________
31828 [  9574] By: jhi                                   on 2001/04/05  22:24:03
31829         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
31830              From: David Dyck <dcd@tc.fluke.com>
31831              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
31832              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
31833      Branch: perl
31834            ! t/op/oct.t
31835 ____________________________________________________________________________
31836 [  9573] By: jhi                                   on 2001/04/05  22:23:06
31837         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
31838              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
31839              From: David Dyck <dcd@tc.fluke.com>
31840              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
31841      Branch: perl
31842            ! pp.c
31843 ____________________________________________________________________________
31844 [  9572] By: jhi                                   on 2001/04/05  22:14:47
31845         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
31846              From: Robin Houston <robin@kitsite.com>
31847              Date: Thu, 5 Apr 2001 20:56:48 +0100
31848              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
31849      Branch: perl
31850            ! ext/B/B/Deparse.pm
31851 ____________________________________________________________________________
31852 [  9571] By: jhi                                   on 2001/04/05  22:12:53
31853         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
31854              From: Robin Houston <robin@kitsite.com>
31855              Date: Thu, 5 Apr 2001 19:55:51 +0100
31856              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
31857      Branch: perl
31858            ! ext/B/B/Deparse.pm
31859 ____________________________________________________________________________
31860 [  9570] By: jhi                                   on 2001/04/05  22:11:06
31861         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
31862              From: Robin Houston <robin@kitsite.com>
31863              Date: Thu, 5 Apr 2001 20:16:29 +0100
31864              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
31865      Branch: perl
31866            ! ext/B/B/Deparse.pm
31867 ____________________________________________________________________________
31868 [  9569] By: nick                                  on 2001/04/05  21:32:26
31869         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
31870      Branch: perlio
31871            ! pod/perlunicode.pod
31872 ____________________________________________________________________________
31873 [  9568] By: nick                                  on 2001/04/05  19:38:09
31874         Log: Integrate mainline
31875      Branch: perlio
31876           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
31877           !> (integrate 35 files)
31878 ____________________________________________________________________________
31879 [  9567] By: jhi                                   on 2001/04/05  18:31:45
31880         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
31881              From: Robin Houston <robin@kitsite.com>
31882              Date: Thu, 5 Apr 2001 18:03:23 +0100
31883              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
31884      Branch: perl
31885            ! ext/B/B/Deparse.pm
31886 ____________________________________________________________________________
31887 [  9566] By: jhi                                   on 2001/04/05  18:29:35
31888         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
31889              From: Robin Houston <robin@kitsite.com>
31890              Date: Thu, 5 Apr 2001 16:45:18 +0100
31891              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
31892      Branch: perl
31893            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
31894 ____________________________________________________________________________
31895 [  9565] By: jhi                                   on 2001/04/05  18:24:23
31896         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
31897              From: Robin Houston <robin@kitsite.com>
31898              Date: Thu, 5 Apr 2001 14:50:09 +0100
31899              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
31900      Branch: perl
31901            ! ext/B/B/Deparse.pm
31902 ____________________________________________________________________________
31903 [  9564] By: jhi                                   on 2001/04/05  18:23:03
31904         Log: Subject: [PATCH B::*] print control-character vars readably
31905              From: Robin Houston <robin@kitsite.com>
31906              Date: Thu, 5 Apr 2001 14:27:38 +0100
31907              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
31908              
31909              Needs EBCDICification.
31910      Branch: perl
31911            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
31912            ! ext/B/B/Terse.pm
31913 ____________________________________________________________________________
31914 [  9563] By: jhi                                   on 2001/04/05  18:20:32
31915         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
31916              Date: Thu, 5 Apr 2001 13:21:42 -0400
31917              From: Paul Schinder <schinder@pobox.com>
31918              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
31919              
31920              Mac OS X (Darwin) has extra pwent fields.
31921      Branch: perl
31922            ! t/op/pwent.t
31923 ____________________________________________________________________________
31924 [  9562] By: jhi                                   on 2001/04/05  17:57:51
31925         Log: Regen toc.
31926      Branch: perl
31927            ! pod/perltoc.pod
31928 ____________________________________________________________________________
31929 [  9561] By: jhi                                   on 2001/04/05  17:47:33
31930         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
31931      Branch: metaconfig
31932            ! U/Glossary.patch
31933      Branch: metaconfig/U/perl
31934            + d_u32align.U
31935            ! d_cmsghdr_s.U d_msghdr_s.U
31936 ____________________________________________________________________________
31937 [  9560] By: jhi                                   on 2001/04/05  17:47:01
31938         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
31939              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
31940              Introduce probes for struct msghdr, struct cmsghdr,
31941              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
31942              ualarm, usleep, for possible later extension work.
31943      Branch: perl
31944            + t/lib/md5-align.t
31945            ! Configure MANIFEST Porting/Glossary Porting/config.sh
31946            ! Porting/config_H config_h.SH configure.com epoc/config.sh
31947            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
31948            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
31949            ! vos/config.ga.h win32/config.bc win32/config.gc
31950            ! win32/config.vc
31951 ____________________________________________________________________________
31952 [  9559] By: jhi                                   on 2001/04/05  13:03:04
31953         Log: Be traditional in your cpp (for the Errno extension).
31954      Branch: perl
31955            ! hints/darwin.sh
31956 ____________________________________________________________________________
31957 [  9558] By: jhi                                   on 2001/04/05  13:00:05
31958         Log: Add $Config{cppflags} to the gcc incantation.
31959      Branch: perl
31960            ! ext/Errno/Errno_pm.PL
31961 ____________________________________________________________________________
31962 [  9557] By: jhi                                   on 2001/04/05  04:22:39
31963         Log: Introduce Sean Burke's Class::ISA 0.32.
31964      Branch: perl
31965            + lib/Class/ISA.pm t/lib/class-isa.t
31966            ! MANIFEST
31967 ____________________________________________________________________________
31968 [  9556] By: jhi                                   on 2001/04/05  04:09:50
31969         Log: Subject: [PATCH AUTHORS] Housekeeping
31970              From: Paul Johnson <paul@pjcj.net> 
31971              Date: Wed, 4 Apr 2001 22:45:47 +0200
31972              Message-ID: <20010404224547.D9548@pjcj.net>
31973      Branch: perl
31974            ! AUTHORS
31975 ____________________________________________________________________________
31976 [  9555] By: jhi                                   on 2001/04/05  04:06:33
31977         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
31978              From: Gisle Aas <gisle@ActiveState.com>
31979              Date: 04 Apr 2001 14:23:04 -0700
31980              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
31981      Branch: perl
31982            ! pod/perlfaq9.pod
31983 ____________________________________________________________________________
31984 [  9554] By: jhi                                   on 2001/04/05  04:05:49
31985         Log: Downgrade also the "Wide character" diagnostic.
31986      Branch: perl
31987            ! pod/perldiag.pod
31988 ____________________________________________________________________________
31989 [  9553] By: jhi                                   on 2001/04/05  04:00:33
31990         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
31991              maintperl into mainline.
31992              
31993              "double" should be "NV"; standard typemap is missing entry
31994              for NV
31995              
31996              s/djSP/dSP/
31997              
31998              Downgrade "Wide character in print" to a warning.
31999              
32000              B::Deparse fix for ${^FOO} and documentation for PVX() method
32001              (from Robin Houston)
32002              
32003              tr/// doesn't null-terminate the result in some situations
32004              (from Gisle Aas)
32005      Branch: perl
32006           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
32007           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
32008           !> t/io/utf8.t t/op/tr.t
32009 ____________________________________________________________________________
32010 [  9552] By: jhi                                   on 2001/04/05  03:52:50
32011         Log: Retract changes #9542 and #9538 (from maintperl, integrated
32012              at #9540), shouldn't be needed because of the perlio changes.
32013      Branch: perl
32014            ! util.c
32015 ____________________________________________________________________________
32016 [  9551] By: gsar                                  on 2001/04/05  00:18:34
32017         Log: tr/// doesn't null-terminate the result in some situations
32018              (from Gisle Aas)
32019      Branch: maint-5.6/perl
32020            ! doop.c t/op/tr.t
32021 ____________________________________________________________________________
32022 [  9550] By: gsar                                  on 2001/04/04  20:04:17
32023         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
32024              (from Robin Houston)
32025      Branch: maint-5.6/perl
32026            ! ext/B/B.pm ext/B/B/Deparse.pm
32027 ____________________________________________________________________________
32028 [  9549] By: nick                                  on 2001/04/04  18:56:15
32029         Log: Downgrade "Wide character in print" to a warning.
32030      Branch: perlio
32031            ! doio.c t/io/utf8.t
32032 ____________________________________________________________________________
32033 [  9548] By: gsar                                  on 2001/04/04  18:51:49
32034         Log: integrate changes#9460,9462,9482,9521,9522
32035              
32036              Subject: PATCH: B::Debug should show LOOP-specific fields
32037              
32038              Subject: B::Deparse precedence bug. (Patch included.)
32039              
32040              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
32041              
32042              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
32043              
32044              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
32045      Branch: maint-5.6/perl
32046           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
32047           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
32048 ____________________________________________________________________________
32049 [  9547] By: gsar                                  on 2001/04/04  18:49:16
32050         Log: s/djSP/dSP/
32051      Branch: maint-5.6/perl
32052            ! ext/Thread/Thread.xs
32053 ____________________________________________________________________________
32054 [  9546] By: nick                                  on 2001/04/04  18:44:00
32055         Log: Integrate mainline.
32056      Branch: perlio
32057           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
32058           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
32059 ____________________________________________________________________________
32060 [  9545] By: gsar                                  on 2001/04/04  18:38:52
32061         Log: integrate change#8837 from mainline
32062              
32063              Subject: [patch] -Wall cleanup round 2
32064      Branch: maint-5.6/perl
32065           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
32066           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
32067           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
32068           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
32069           !> ext/SDBM_File/SDBM_File.xs
32070 ____________________________________________________________________________
32071 [  9544] By: gsar                                  on 2001/04/04  17:49:57
32072         Log: "double" should be "NV"; standard typemap is missing entry
32073              for NV
32074      Branch: maint-5.6/perl
32075            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
32076 ____________________________________________________________________________
32077 [  9543] By: jhi                                   on 2001/04/04  14:13:18
32078         Log: Thou shalt not (just) match for English error messages.
32079      Branch: perl
32080            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
32081            ! os2/OS2/Process/Process.pm
32082 ____________________________________________________________________________
32083 [  9542] By: jhi                                   on 2001/04/04  13:20:39
32084         Log: Make the stdio tricks of fflush_all() to exist only if
32085              stdio is being used.
32086      Branch: perl
32087            ! util.c
32088 ____________________________________________________________________________
32089 [  9541] By: jhi                                   on 2001/04/04  04:20:24
32090         Log: Subject: Re: [PATCH] Lighten up glob
32091              From: Benjamin Sugars <bsugars@canoe.ca>
32092              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
32093              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
32094      Branch: perl
32095            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
32096            ! util.c
32097 ____________________________________________________________________________
32098 [  9540] By: jhi                                   on 2001/04/04  04:03:57
32099         Log: Integrate changes #9538,9539 from maintperl into mainline.
32100              
32101              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
32102              for use with _fwalk() (fix for change#7705)
32103              
32104              another tweak needed for SunOS 4.1.x build (from Mike Guy)
32105              (cp -f is not portable)
32106      Branch: perl
32107           !> Makefile.SH util.c
32108 ____________________________________________________________________________
32109 [  9539] By: gsar                                  on 2001/04/04  03:01:14
32110         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
32111      Branch: maint-5.6/perl
32112            ! Makefile.SH
32113 ____________________________________________________________________________
32114 [  9538] By: gsar                                  on 2001/04/04  01:00:38
32115         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
32116              for use with _fwalk() (fix for change#7705)
32117      Branch: maint-5.6/perl
32118            ! util.c
32119 ____________________________________________________________________________
32120 [  9537] By: nick                                  on 2001/04/03  19:24:55
32121         Log: Integrate mainline
32122      Branch: perlio
32123           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
32124           +> lib/unicode/PropList.html
32125            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
32126           !> (integrate 69 files)
32127 ____________________________________________________________________________
32128 [  9536] By: jhi                                   on 2001/04/03  18:02:31
32129         Log: Integrate change #9533 from maintperl into mainline.
32130              
32131              better fix for change#9517 to accomodate UNC paths like
32132              \\server\share\foo, and paths with trailing backslash
32133              like c:\this\
32134      Branch: perl
32135           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
32136 ____________________________________________________________________________
32137 [  9535] By: jhi                                   on 2001/04/03  17:58:07
32138         Log: Change the push/unshift warning to be of class syntax, not misc.
32139      Branch: perl
32140            ! op.c pod/perldiag.pod t/pragma/warn/op
32141 ____________________________________________________________________________
32142 [  9534] By: jhi                                   on 2001/04/03  15:03:46
32143         Log: Change the push/unshift warning (#9532) to talk about "no values"
32144              instead of "no arguments".
32145      Branch: perl
32146            ! op.c pod/perldiag.pod t/pragma/warn/op
32147 ____________________________________________________________________________
32148 [  9533] By: gsar                                  on 2001/04/03  14:30:07
32149         Log: better fix for change#9517 to accomodate UNC paths like
32150              \\server\share\foo, and paths with trailing backslash
32151              like c:\this\
32152      Branch: maint-5.6/perl
32153            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
32154 ____________________________________________________________________________
32155 [  9532] By: jhi                                   on 2001/04/03  13:11:46
32156         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
32157              From: Robin Houston <robin@kitsite.com>
32158              Date: Mon, 2 Apr 2001 15:03:29 +0100
32159              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
32160      Branch: perl
32161            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
32162 ____________________________________________________________________________
32163 [  9531] By: jhi                                   on 2001/04/03  13:06:34
32164         Log: Integrate change #9530 from maintperl into mainline.
32165              
32166              accomodate VMS "mailbox overflow" quirk in testsuite (from
32167              Craig Berry)
32168      Branch: perl
32169           !> t/lib/socket.t
32170 ____________________________________________________________________________
32171 [  9530] By: gsar                                  on 2001/04/03  04:56:41
32172         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
32173              Craig Berry)
32174      Branch: maint-5.6/perl
32175            ! t/lib/socket.t
32176 ____________________________________________________________________________
32177 [  9529] By: jhi                                   on 2001/04/03  02:34:34
32178         Log: Update Changes.
32179      Branch: perl
32180            ! Changes patchlevel.h
32181 ____________________________________________________________________________
32182 [  9528] By: jhi                                   on 2001/04/03  01:27:57
32183         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
32184              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
32185              To: perl5-porters@perl.org
32186              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
32187      Branch: perl
32188            ! pod/perlfaq3.pod
32189 ____________________________________________________________________________
32190 [  9527] By: jhi                                   on 2001/04/03  01:22:09
32191         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
32192              From: Peter Prymmer <pvhp@forte.com>
32193              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
32194              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
32195      Branch: perl
32196            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
32197 ____________________________________________________________________________
32198 [  9526] By: jhi                                   on 2001/04/03  01:18:25
32199         Log: The metaconfig unit changes for #9525.
32200      Branch: metaconfig
32201            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
32202      Branch: metaconfig/U/perl
32203            ! use64bits.U
32204 ____________________________________________________________________________
32205 [  9525] By: jhi                                   on 2001/04/03  01:17:30
32206         Log: Configure sanity checks:
32207              * if use64bitall is attempted but pointers are only 32-bit,
32208              'downgrade' to use64bitint
32209              * if use64bitint is attempted but there's no quad type,
32210              forget about use64bitint (well, the default for it is 'n',
32211              the user can still override this)
32212              * if pointers are 64 bits, do not try to use Perl's malloc
32213      Branch: perl
32214            ! Configure
32215 ____________________________________________________________________________
32216 [  9524] By: gsar                                  on 2001/04/03  01:09:12
32217         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
32218      Branch: maint-5.6/perl
32219            ! pp_sys.c
32220 ____________________________________________________________________________
32221 [  9523] By: jhi                                   on 2001/04/03  00:02:31
32222         Log: (Retracted by #9609)
32223              
32224              Make it harder for parallel makes to enter 'test' before
32225              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
32226              should be unhappy enough, but sometimes parallel makes seem
32227              to sneak past both in Tru64 and AIX.)
32228      Branch: perl
32229            ! Makefile.SH
32230 ____________________________________________________________________________
32231 [  9522] By: jhi                                   on 2001/04/02  22:35:31
32232         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
32233              Date: Mon, 2 Apr 2001 22:54:10 +0100
32234              From: Robin Houston <robin@kitsite.com>
32235              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
32236      Branch: perl
32237            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
32238 ____________________________________________________________________________
32239 [  9521] By: jhi                                   on 2001/04/02  22:32:23
32240         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
32241              From: Robin Houston <robin@kitsite.com>
32242              Date: Mon, 2 Apr 2001 20:24:03 +0100
32243              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
32244      Branch: perl
32245            ! ext/B/B/Concise.pm
32246 ____________________________________________________________________________
32247 [  9520] By: jhi                                   on 2001/04/02  22:30:43
32248         Log: Subject: [PATCH] REALLY pedantic hv.h nit
32249              From: Simon Cozens <simon@netthink.co.uk>
32250              Date: Mon, 2 Apr 2001 15:43:06 +0100
32251              Message-ID: <20010402154306.A21711@netthink.co.uk>
32252      Branch: perl
32253            ! hv.h
32254 ____________________________________________________________________________
32255 [  9519] By: jhi                                   on 2001/04/02  22:28:04
32256         Log: Based on
32257              
32258              Subject: [foolperl] EPOC fix
32259              From: Olaf Flebbe <O.Flebbe@science-computing.de>
32260              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
32261              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
32262      Branch: perl
32263            ! pp_sys.c
32264 ____________________________________________________________________________
32265 [  9518] By: jhi                                   on 2001/04/02  22:22:34
32266         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
32267              
32268              README.win32 tweaks; add a note about alternative location for
32269              getting a gcc-2.95.2 that will build perl properly on windows
32270              
32271              add some notes about gutsy threading matters
32272              
32273              many of the utilities interpolate literal paths within doublequotes
32274              (fails on dosish platforms where path contains backslashes)
32275      Branch: perl
32276           !> README.win32 pod/perlguts.pod utils/perldoc.PL
32277           !> x2p/find2perl.PL x2p/s2p.PL
32278 ____________________________________________________________________________
32279 [  9517] By: gsar                                  on 2001/04/02  19:52:21
32280         Log: many of the utilities interpolate literal paths within doublequotes
32281              (fails on dosish platforms where path contains backslashes)
32282      Branch: maint-5.6/perl
32283            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
32284 ____________________________________________________________________________
32285 [  9516] By: gsar                                  on 2001/04/02  05:49:37
32286         Log: a foolish release
32287      Branch: maint-5.6/perl
32288            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
32289            ! pod/perltoc.pod
32290 ____________________________________________________________________________
32291 [  9515] By: gsar                                  on 2001/04/02  05:04:29
32292         Log: add missing changelog summaries
32293      Branch: maint-5.6/perl
32294            ! Changes
32295 ____________________________________________________________________________
32296 [  9514] By: gsar                                  on 2001/04/02  04:07:13
32297         Log: add some notes about gutsy threading matters
32298      Branch: maint-5.6/perl
32299            ! pod/perlguts.pod
32300 ____________________________________________________________________________
32301 [  9513] By: gsar                                  on 2001/04/02  03:25:21
32302         Log: add more prominent caveat notices about experimental features
32303      Branch: maint-5.6/perl
32304            ! pod/perlfork.pod pod/perlunicode.pod
32305 ____________________________________________________________________________
32306 [  9512] By: gsar                                  on 2001/04/02  02:54:33
32307         Log: integrate changes#9479,9509 from mainline
32308              
32309              [PATCH] File::Glob stuff for Mac OS
32310              
32311              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
32312      Branch: maint-5.6/perl
32313           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
32314           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
32315           !> t/lib/glob-taint.t
32316 ____________________________________________________________________________
32317 [  9511] By: gsar                                  on 2001/04/02  02:38:24
32318         Log: README.win32 tweaks; add a note about alternative location for
32319              getting a gcc-2.95.2 that will build perl properly on windows
32320      Branch: maint-5.6/perl
32321            ! README.win32
32322 ____________________________________________________________________________
32323 [  9510] By: jhi                                   on 2001/04/01  20:45:10
32324         Log: An ambiguosity warning.
32325      Branch: perl
32326            ! t/lib/trig.t
32327 ____________________________________________________________________________
32328 [  9509] By: jhi                                   on 2001/04/01  19:53:47
32329         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
32330              From: Jonathan Stowe <gellyfish@gellyfish.com>
32331              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
32332              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
32333      Branch: perl
32334            ! ext/File/Glob/bsd_glob.c
32335 ____________________________________________________________________________
32336 [  9508] By: jhi                                   on 2001/04/01  19:35:03
32337         Log: Update Changes.
32338      Branch: perl
32339            ! Changes patchlevel.h
32340 ____________________________________________________________________________
32341 [  9507] By: jhi                                   on 2001/04/01  19:24:01
32342         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
32343              from mainline to maintperl: pod tweaks.
32344      Branch: maint-5.6/perl
32345           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
32346           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
32347           !> pod/perlvar.pod
32348 ____________________________________________________________________________
32349 [  9506] By: jhi                                   on 2001/04/01  19:11:53
32350         Log: Commit Sarathy to April release of 5.6.1 :-)
32351      Branch: perl
32352            ! pod/perlfaq1.pod
32353 ____________________________________________________________________________
32354 [  9505] By: jhi                                   on 2001/04/01  19:03:15
32355         Log: Subject: PATCH 5.6.0 (perldebug.pod)
32356              From: Mark-Jason Dominus <mjd@plover.com>
32357              Date: Sun, 01 Apr 2001 14:25:11 -0400
32358              Message-ID: <20010401182511.9247.qmail@plover.com>
32359      Branch: perl
32360            ! pod/perldebug.pod
32361 ____________________________________________________________________________
32362 [  9504] By: jhi                                   on 2001/04/01  18:43:09
32363         Log: Add great_circle_direction().
32364      Branch: perl
32365            ! lib/Math/Trig.pm t/lib/trig.t
32366 ____________________________________________________________________________
32367 [  9503] By: jhi                                   on 2001/04/01  17:29:12
32368         Log: Unicode ReadMe update for Unicode 3.1.
32369      Branch: perl
32370            ! lib/unicode/ReadMe.txt
32371 ____________________________________________________________________________
32372 [  9502] By: jhi                                   on 2001/04/01  17:18:40
32373         Log: Integrate change #9501 from maintperl into mainline.
32374              
32375              fix the perlembed notes on multiple interpreters
32376              
32377              fix ExtUtils::Embed to work passably on Windows
32378      Branch: perl
32379           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
32380 ____________________________________________________________________________
32381 [  9501] By: gsar                                  on 2001/04/01  07:21:57
32382         Log: fix the perlembed notes on multiple interpreters
32383              
32384              fix ExtUtils::Embed to work passably on Windows
32385      Branch: maint-5.6/perl
32386            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
32387 ____________________________________________________________________________
32388 [  9500] By: jhi                                   on 2001/04/01  05:58:23
32389         Log: Test for #9499.
32390      Branch: perl
32391            ! t/op/tr.t
32392 ____________________________________________________________________________
32393 [  9499] By: jhi                                   on 2001/04/01  05:55:46
32394         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
32395      Branch: perl
32396            ! embed.h embed.pl op.c proto.h
32397 ____________________________________________________________________________
32398 [  9498] By: jhi                                   on 2001/04/01  05:44:34
32399         Log: Protect the workaround hunk more.
32400      Branch: perl
32401            ! toke.c
32402 ____________________________________________________________________________
32403 [  9497] By: jhi                                   on 2001/04/01  00:24:25
32404         Log: Integrate changes #9493,9494,9495,9496 from maintperl
32405              into mainline.
32406              
32407              fix a broken workaround for Borland compiler in change#4739
32408              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
32409              
32410              nits spotted by Borland compiler
32411              
32412              avoid redefinition warnings under Borland 5.02
32413              
32414              various nits identified by the Borland 5.5 compiler; remove suppression
32415              of a few warnings
32416      Branch: perl
32417           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
32418           !> win32/win32.h
32419 ____________________________________________________________________________
32420 [  9496] By: gsar                                  on 2001/03/31  23:22:28
32421         Log: various nits identified by the Borland 5.5 compiler; remove suppression
32422              of a few warnings
32423      Branch: maint-5.6/perl
32424            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
32425 ____________________________________________________________________________
32426 [  9495] By: gsar                                  on 2001/03/31  21:03:08
32427         Log: avoid redefinition warnings under Borland 5.02
32428      Branch: maint-5.6/perl
32429            ! win32/makefile.mk
32430 ____________________________________________________________________________
32431 [  9494] By: gsar                                  on 2001/03/31  20:18:59
32432         Log: nits spotted by Borland compiler
32433      Branch: maint-5.6/perl
32434            ! utf8.h win32/win32.h
32435 ____________________________________________________________________________
32436 [  9493] By: gsar                                  on 2001/03/31  20:18:05
32437         Log: fix a broken workaround for Borland compiler in change#4739
32438              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
32439      Branch: maint-5.6/perl
32440            ! toke.c
32441 ____________________________________________________________________________
32442 [  9492] By: jhi                                   on 2001/03/31  18:36:24
32443         Log: Integrate change #9491 from maintperl into mainline.
32444              
32445              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
32446              directory is relative (need to fetch the full path name *before*
32447              the chdir!)
32448      Branch: perl
32449           !> lib/Cwd.pm
32450 ____________________________________________________________________________
32451 [  9491] By: gsar                                  on 2001/03/31  17:01:56
32452         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
32453              directory is relative (need to fetch the full path name *before*
32454              the chdir!)
32455              
32456              this is a followup patch for change#6749
32457      Branch: maint-5.6/perl
32458            ! lib/Cwd.pm
32459 ____________________________________________________________________________
32460 [  9490] By: jhi                                   on 2001/03/31  15:50:18
32461         Log: Subject: Re: [PATCH] av.h cosmetics
32462              From: Simon Cozens <simon@netthink.co.uk>
32463              Date: Sat, 31 Mar 2001 13:09:59 +0100
32464              Message-ID: <20010331130959.A22000@netthink.co.uk>
32465              
32466              Document AvALLOC.
32467      Branch: perl
32468            ! pod/perlguts.pod
32469 ____________________________________________________________________________
32470 [  9489] By: jhi                                   on 2001/03/31  15:48:44
32471         Log: Subject: [PATCH] Re: Math::Big* v1.21
32472              From: Tels <perl_dummy@bloodgate.com>
32473              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
32474              Message-Id: <200103311125.GAA377738@www08.hway.net>
32475      Branch: perl
32476            ! pod/perlop.pod
32477 ____________________________________________________________________________
32478 [  9488] By: jhi                                   on 2001/03/31  03:39:51
32479         Log: Debug output tweak.
32480      Branch: perl
32481            ! t/lib/cwd.t
32482 ____________________________________________________________________________
32483 [  9487] By: jhi                                   on 2001/03/31  03:33:02
32484         Log: OverVMSification.
32485      Branch: perl
32486            ! t/lib/cwd.t
32487 ____________________________________________________________________________
32488 [  9486] By: jhi                                   on 2001/03/31  03:01:40
32489         Log: Missed MANIFESTations in #9483.
32490      Branch: perl
32491            ! MANIFEST
32492 ____________________________________________________________________________
32493 [  9485] By: jhi                                   on 2001/03/31  02:58:17
32494         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
32495              From: Peter Prymmer <pvhp@forte.com>
32496              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
32497              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
32498      Branch: perl
32499            ! regexec.c t/lib/cwd.t
32500 ____________________________________________________________________________
32501 [  9484] By: jhi                                   on 2001/03/31  01:04:41
32502         Log: Obsolete file (see #3938)
32503      Branch: perl
32504            - lib/unicode/README.Ethiopic
32505            ! MANIFEST
32506 ____________________________________________________________________________
32507 [  9483] By: jhi                                   on 2001/03/31  00:52:42
32508         Log: Update to Unicode 3.1.
32509              (Rename Names.txt to NamesList.txt.)
32510      Branch: perl
32511            + lib/unicode/NamesList.txt lib/unicode/PropList.html
32512            - lib/unicode/Names.txt
32513            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
32514            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
32515            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
32516            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
32517            ! lib/unicode/UCD.html lib/unicode/Unicode.html
32518            ! lib/unicode/rename lib/unicode/version
32519 ____________________________________________________________________________
32520 [  9482] By: jhi                                   on 2001/03/30  23:33:44
32521         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
32522              From: Robin Houston <robin@kitsite.com>
32523              Date: Fri, 30 Mar 2001 20:07:22 +0100
32524              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
32525      Branch: perl
32526            ! ext/B/B/Deparse.pm
32527 ____________________________________________________________________________
32528 [  9481] By: jhi                                   on 2001/03/30  23:20:25
32529         Log: Subject: Re: [PATCH] CwdXS, Take 2
32530              From: Benjamin Sugars <bsugars@canoe.ca>
32531              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
32532              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
32533      Branch: perl
32534            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
32535            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
32536 ____________________________________________________________________________
32537 [  9480] By: jhi                                   on 2001/03/30  22:52:38
32538         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
32539              From: David Dyck <dcd@tc.fluke.com>
32540              Date: Fri, 30 Mar 2001 14:44:13 -0800
32541              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
32542              
32543              The t/rantests flags file creation was accidentally
32544              removed by #9217.
32545      Branch: perl
32546            ! Makefile.SH
32547 ____________________________________________________________________________
32548 [  9479] By: jhi                                   on 2001/03/30  22:45:45
32549         Log: Subject: [PATCH] File::Glob stuff for Mac OS
32550              From: Chris Nandor <pudge@pobox.com>
32551              Date: Fri, 30 Mar 2001 16:51:00 -0500
32552              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
32553      Branch: perl
32554            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
32555            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
32556            ! t/lib/glob-taint.t
32557 ____________________________________________________________________________
32558 [  9478] By: jhi                                   on 2001/03/30  22:43:12
32559         Log: Subject: fix for win32/buildext.pl
32560              From: "Vadim Konovalov" <watman@inbox.ru>
32561              Date: Sat, 31 Mar 2001 00:50:36 +0400
32562              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
32563      Branch: perl
32564            ! win32/buildext.pl
32565 ____________________________________________________________________________
32566 [  9477] By: jhi                                   on 2001/03/30  22:41:16
32567         Log: Subject: small base.pm doc patch
32568              From: Leon Brocard <acme@astray.com>
32569              Date: Fri, 30 Mar 2001 21:49:57 +0100
32570              Message-ID: <20010330214957.B8733@ns0.astray.com>
32571      Branch: perl
32572            ! lib/base.pm
32573 ____________________________________________________________________________
32574 [  9476] By: jhi                                   on 2001/03/30  18:16:57
32575         Log: Subject: [PATCH] av.h cosmetics
32576              From: Simon Cozens <simon@netthink.co.uk>
32577              Date: Fri, 30 Mar 2001 18:12:28 +0100
32578              Message-ID: <20010330181228.A9319@netthink.co.uk>
32579      Branch: perl
32580            ! av.h
32581 ____________________________________________________________________________
32582 [  9475] By: jhi                                   on 2001/03/30  18:15:50
32583         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
32584              From: "Philip Newton" <pnewton@gmx.de>
32585              Date: Fri, 30 Mar 2001 19:06:57 +0200
32586              Message-ID: <3AC4D951.14815.1AC7068@localhost>
32587      Branch: perl
32588            ! pod/perlhack.pod
32589 ____________________________________________________________________________
32590 [  9474] By: jhi                                   on 2001/03/30  18:14:02
32591         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
32592              From: Benjamin Sugars <bsugars@canoe.ca>
32593              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
32594              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
32595      Branch: perl
32596            ! t/lib/glob-basic.t
32597 ____________________________________________________________________________
32598 [  9473] By: jhi                                   on 2001/03/30  16:09:24
32599         Log: Update Changes.
32600      Branch: perl
32601            ! Changes patchlevel.h
32602 ____________________________________________________________________________
32603 [  9472] By: jhi                                   on 2001/03/30  15:16:08
32604         Log: Integrate perlio.
32605      Branch: perl
32606           !> t/lib/cwd.t t/lib/glob-basic.t
32607 ____________________________________________________________________________
32608 [  9471] By: nick                                  on 2001/03/30  14:47:10
32609         Log: Should be (^O eq 'MSWin32') not 'Win32'
32610              Fail #12 seems real - chdir is in wrong dir.
32611      Branch: perlio
32612            ! t/lib/cwd.t
32613 ____________________________________________________________________________
32614 [  9470] By: jhi                                   on 2001/03/30  14:41:11
32615         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
32616              From: Radu Greab <radu@netsoft.ro>
32617              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
32618              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
32619              
32620              Replace #9352.
32621      Branch: perl
32622            ! ext/Socket/Socket.xs pp_sys.c
32623 ____________________________________________________________________________
32624 [  9469] By: jhi                                   on 2001/03/30  14:37:51
32625         Log: Subject: PATCH pod/perldiag.pod
32626              From: Robin Houston <robin@kitsite.com>
32627              Date: Fri, 30 Mar 2001 14:10:36 +0100
32628              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
32629      Branch: perl
32630            ! pod/perldiag.pod t/lib/glob-basic.t
32631 ____________________________________________________________________________
32632 [  9468] By: jhi                                   on 2001/03/30  14:36:36
32633         Log: Subject: Better diagnostic in io/fs.t
32634              From: andreas.koenig@anima.de (Andreas J. Koenig)
32635              Date: 30 Mar 2001 10:11:43 +0200
32636              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
32637      Branch: perl
32638            ! t/io/fs.t
32639 ____________________________________________________________________________
32640 [  9467] By: nick                                  on 2001/03/30  14:25:43
32641         Log: Skip order test of glob if case-ignoring system cannot 
32642              create a.test and A.test
32643      Branch: perlio
32644            ! t/lib/glob-basic.t
32645 ____________________________________________________________________________
32646 [  9466] By: nick                                  on 2001/03/30  13:03:12
32647         Log: Integrate mainline.
32648      Branch: perlio
32649            - ext/re/hints/aix.pl
32650           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
32651           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
32652           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
32653           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
32654 ____________________________________________________________________________
32655 [  9465] By: jhi                                   on 2001/03/30  03:53:37
32656         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
32657              the tests sometimes hang, sometimes not.)
32658      Branch: perl
32659            ! t/lib/io_multihomed.t t/lib/io_sock.t
32660 ____________________________________________________________________________
32661 [  9464] By: jhi                                   on 2001/03/30  02:56:04
32662         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
32663              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
32664              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
32665              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
32666      Branch: perl
32667            ! op.c
32668 ____________________________________________________________________________
32669 [  9463] By: jhi                                   on 2001/03/30  02:34:48
32670         Log: Test for #9462.
32671      Branch: perl
32672            ! t/lib/b.t
32673 ____________________________________________________________________________
32674 [  9462] By: jhi                                   on 2001/03/30  02:29:37
32675         Log: Subject: B::Deparse precedence bug. (Patch included.)
32676              From: Jeremy Madea <jmadea@inktomi.com>
32677              Date: Thu, 29 Mar 2001 12:05:02 -0800
32678              Message-ID: <20010329120502.A24881@dr.inktomi.com>
32679      Branch: perl
32680            ! ext/B/B/Deparse.pm
32681 ____________________________________________________________________________
32682 [  9461] By: jhi                                   on 2001/03/30  02:18:41
32683         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
32684              From: Peter Prymmer <pvhp@forte.com>
32685              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
32686              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
32687      Branch: perl
32688            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
32689            ! t/lib/md5-file.t
32690 ____________________________________________________________________________
32691 [  9460] By: jhi                                   on 2001/03/30  02:17:07
32692         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
32693              From: Robin Houston <robin@kitsite.com>
32694              Date: Thu, 29 Mar 2001 20:47:56 +0100
32695              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
32696      Branch: perl
32697            ! ext/B/B/Debug.pm
32698 ____________________________________________________________________________
32699 [  9459] By: jhi                                   on 2001/03/30  02:16:05
32700         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
32701              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
32702              Date: Wed, 28 Mar 2001 18:02:20 -0600
32703              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
32704      Branch: perl
32705            ! lib/ExtUtils/MM_VMS.pm
32706 ____________________________________________________________________________
32707 [  9458] By: jhi                                   on 2001/03/30  02:07:58
32708         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
32709              From: "Joshua E. Rodd" <jrodd@pbs.org>
32710              Date: Wed, 28 Mar 2001 17:29:12 -0500
32711              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
32712      Branch: perl
32713            ! pod/perlop.pod
32714 ____________________________________________________________________________
32715 [  9457] By: jhi                                   on 2001/03/30  02:04:33
32716         Log: Subject: ext/re/aix.pl can go
32717              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32718              Date: Thu, 29 Mar 2001 12:03:28 +0200
32719              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
32720      Branch: perl
32721            - ext/re/hints/aix.pl
32722            ! MANIFEST
32723 ____________________________________________________________________________
32724 [  9456] By: jhi                                   on 2001/03/30  02:03:32
32725         Log: Integrate perlio.
32726      Branch: perl
32727           !> ext/Encode/Encode.xs installperl
32728 ____________________________________________________________________________
32729 [  9455] By: nick                                  on 2001/03/29  21:11:46
32730         Log: DLL name has changed so installperl needs to know
32731              (Why isn't it working it out or passed it?)
32732      Branch: perlio
32733            ! installperl
32734 ____________________________________________________________________________
32735 [  9454] By: nick                                  on 2001/03/29  20:56:12
32736         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
32737              and we don't get undef warnings.
32738      Branch: perlio
32739            ! ext/Encode/Encode.xs
32740 ____________________________________________________________________________
32741 [  9453] By: nick                                  on 2001/03/29  17:58:48
32742         Log: Integrate mainline
32743      Branch: perlio
32744           !> Changes patchlevel.h
32745 ____________________________________________________________________________
32746 [  9452] By: jhi                                   on 2001/03/29  16:44:55
32747         Log: Update Changes.
32748      Branch: perl
32749            ! Changes patchlevel.h
32750 ____________________________________________________________________________
32751 [  9451] By: nick                                  on 2001/03/29  16:31:38
32752         Log: Integrate mainline
32753      Branch: perlio
32754           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
32755           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
32756           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
32757           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
32758           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
32759 ____________________________________________________________________________
32760 [  9450] By: jhi                                   on 2001/03/29  16:29:17
32761         Log: Integrate perlio.
32762      Branch: perl
32763           !> win32/buildext.pl
32764 ____________________________________________________________________________
32765 [  9449] By: jhi                                   on 2001/03/29  15:50:01
32766         Log: Update Changes.
32767      Branch: perl
32768            ! Changes patchlevel.h
32769 ____________________________________________________________________________
32770 [  9448] By: nick                                  on 2001/03/29  15:47:15
32771         Log: Make sure buildext.pl finds Errno.pm
32772      Branch: perlio
32773            ! win32/buildext.pl
32774 ____________________________________________________________________________
32775 [  9447] By: jhi                                   on 2001/03/29  15:39:34
32776         Log: Integrate perlio.
32777      Branch: perl
32778           !> win32/makefile.mk
32779 ____________________________________________________________________________
32780 [  9446] By: nick                                  on 2001/03/29  15:30:03
32781         Log: Integrate win32/makefile.mk with mainline.
32782      Branch: perlio
32783           !> win32/makefile.mk
32784 ____________________________________________________________________________
32785 [  9445] By: nick                                  on 2001/03/29  15:27:32
32786         Log: Fix breakage ... 
32787      Branch: perlio
32788            ! win32/makefile.mk
32789 ____________________________________________________________________________
32790 [  9444] By: jhi                                   on 2001/03/29  15:03:08
32791         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
32792              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
32793              Date: Thu, 29 Mar 2001 10:32:59 +0400
32794              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
32795      Branch: perl
32796            ! win32/makefile.mk
32797 ____________________________________________________________________________
32798 [  9443] By: jhi                                   on 2001/03/29  15:02:12
32799         Log: Integrate perlio.
32800      Branch: perl
32801           +> win32/buildext.pl
32802           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
32803           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
32804 ____________________________________________________________________________
32805 [  9442] By: nick                                  on 2001/03/29  14:59:11
32806         Log: Work in progress - determine win32 extensions to build via script.
32807      Branch: perlio
32808            + win32/buildext.pl
32809            ! MANIFEST win32/makefile.mk
32810 ____________________________________________________________________________
32811 [  9441] By: jhi                                   on 2001/03/29  14:51:47
32812         Log: Reintroduce the use of external pwd.
32813      Branch: perl
32814            ! t/lib/cwd.t
32815 ____________________________________________________________________________
32816 [  9440] By: jhi                                   on 2001/03/29  14:42:58
32817         Log: use warnings instead of -w.
32818      Branch: perl
32819            ! utils/h2xs.PL
32820 ____________________________________________________________________________
32821 [  9439] By: jhi                                   on 2001/03/29  14:41:52
32822         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
32823              From: Jonathan Stowe <gellyfish@gellyfish.com>
32824              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
32825              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
32826      Branch: perl
32827            ! utils/h2xs.PL
32828 ____________________________________________________________________________
32829 [  9438] By: jhi                                   on 2001/03/29  14:39:38
32830         Log: Subject: [PATCH perl@9424] minor pod nits
32831              From: Robin Barker <rmb1@cise.npl.co.uk>
32832              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
32833              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
32834      Branch: perl
32835            ! pod/perlhack.pod pod/perliol.pod
32836 ____________________________________________________________________________
32837 [  9437] By: jhi                                   on 2001/03/29  14:29:16
32838         Log: Subject: [PATCH perl@9424] typemap cast warning
32839              From: Robin Barker <rmb1@cise.npl.co.uk>
32840              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
32841              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
32842      Branch: perl
32843            ! lib/ExtUtils/typemap
32844 ____________________________________________________________________________
32845 [  9436] By: jhi                                   on 2001/03/29  14:26:03
32846         Log: Subject: [PATCH perl@9424] printf warning
32847              From: Robin Barker <rmb1@cise.npl.co.uk>
32848              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
32849              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
32850      Branch: perl
32851            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
32852            ! ext/Storable/Storable.xs toke.c
32853 ____________________________________________________________________________
32854 [  9435] By: nick                                  on 2001/03/29  14:23:31
32855         Log: Win32 has name conflict with ERROR
32856      Branch: perlio
32857            ! ext/PerlIO/Via/Via.xs
32858 ____________________________________________________________________________
32859 [  9434] By: jhi                                   on 2001/03/29  14:17:48
32860         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
32861              From: Peter Prymmer <pvhp@forte.com>
32862              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
32863              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
32864      Branch: perl
32865            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
32866 ____________________________________________________________________________
32867 [  9433] By: jhi                                   on 2001/03/29  13:52:44
32868         Log: test-prep target was missing.
32869      Branch: perl
32870            ! Makefile.SH
32871 ____________________________________________________________________________
32872 [  9432] By: nick                                  on 2001/03/29  12:40:03
32873         Log: Make as-shipped compiler default to MSVC6 
32874      Branch: perlio
32875            ! win32/makefile.mk
32876 ____________________________________________________________________________
32877 [  9431] By: nick                                  on 2001/03/29  12:12:16
32878         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
32879              akin to PerlIO::Scalar.
32880      Branch: perlio
32881            ! perlio.c perlio.h
32882 ____________________________________________________________________________
32883 [  9430] By: nick                                  on 2001/03/29  10:56:35
32884         Log: Integrate mainline.
32885      Branch: perlio
32886           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
32887           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
32888           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
32889           !> win32/makefile.mk win32/win32sck.c
32890 ____________________________________________________________________________
32891 [  9429] By: nick                                  on 2001/03/29  09:03:43
32892         Log: Noticed that two tests were skipped as perlio:: package
32893              isn't there any more. Changed the skip condition.
32894              Avoid core-dump if sv_utf8_upgrade() called on something
32895              that does not become SvPOK after SvPV() (e.g. a ref).
32896      Branch: perlio
32897            ! sv.c t/io/utf8.t t/lib/io_scalar.t
32898 ____________________________________________________________________________
32899 [  9428] By: jhi                                   on 2001/03/29  01:31:47
32900         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
32901              From: Benjamin Sugars <bsugars@canoe.ca> 
32902              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
32903              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
32904      Branch: perl
32905            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
32906            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
32907            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
32908 ____________________________________________________________________________
32909 [  9427] By: jhi                                   on 2001/03/29  00:49:30
32910         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
32911              From: "Vadim Konovalov" <watman@inbox.ru>
32912              Date: Thu, 29 Mar 2001 01:50:12 +0400
32913              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
32914      Branch: perl
32915            ! win32/makefile.mk win32/win32sck.c
32916 ____________________________________________________________________________
32917 [  9426] By: gsar                                  on 2001/03/29  00:28:04
32918         Log: dmake can only handle == and != in comparisons; support building
32919              with Borland's VCL libraries (from Vadim Konovalov)
32920      Branch: maint-5.6/perl
32921            ! win32/makefile.mk
32922 ____________________________________________________________________________
32923 [  9425] By: nick                                  on 2001/03/28  19:29:56
32924         Log: Integrate (@snapshot)
32925      Branch: perlio
32926           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
32927 ____________________________________________________________________________
32928 [  9424] By: jhi                                   on 2001/03/28  19:03:16
32929         Log: Update Changes.
32930      Branch: perl
32931            ! Changes patchlevel.h
32932 ____________________________________________________________________________
32933 [  9423] By: jhi                                   on 2001/03/28  18:52:09
32934         Log: Rmdir lib/XS on cleanup.
32935      Branch: perl
32936            ! Makefile.SH
32937 ____________________________________________________________________________
32938 [  9422] By: jhi                                   on 2001/03/28  18:49:34
32939         Log: Integrate perlio.
32940      Branch: perl
32941           !> t/op/utf8decode.t
32942 ____________________________________________________________________________
32943 [  9421] By: nick                                  on 2001/03/28  18:46:44
32944         Log: Loose duplicate chunk.
32945      Branch: perlio
32946            ! t/op/utf8decode.t
32947 ____________________________________________________________________________
32948 [  9420] By: nick                                  on 2001/03/28  18:44:11
32949         Log: Integrate mainline.
32950      Branch: perlio
32951           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
32952           !> vms/vmsish.h
32953 ____________________________________________________________________________
32954 [  9419] By: jhi                                   on 2001/03/28  18:42:05
32955         Log: Can't trust external pwds
32956              (either shell builtins or external programs)
32957      Branch: perl
32958            ! t/lib/cwd.t
32959 ____________________________________________________________________________
32960 [  9418] By: jhi                                   on 2001/03/28  18:34:05
32961         Log: Integrate perlio.
32962      Branch: perl
32963            - lib/perlio.pm
32964           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
32965           !> t/op/utf8decode.t
32966 ____________________________________________________________________________
32967 [  9417] By: nick                                  on 2001/03/28  18:24:02
32968         Log: PerlIO.pm / perlio.pm conflict.
32969              Update some pods.
32970              Make t/op/utf8decode.t a text file.
32971      Branch: perlio
32972            - lib/perlio.pm
32973            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
32974            ! t/op/utf8decode.t
32975 ____________________________________________________________________________
32976 [  9416] By: jhi                                   on 2001/03/28  18:06:07
32977         Log: Integrate change #9409 from mainline to maintperl.
32978              
32979              Yet another tweak on AIX dynaloading.
32980      Branch: maint-5.6/perl
32981           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
32982 ____________________________________________________________________________
32983 [  9415] By: gsar                                  on 2001/03/28  17:13:01
32984         Log: integrate changes#9377,9385,9401 from mainline
32985              
32986              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
32987              
32988              If directory entries compare equal case-insensitively,
32989              retry case-sensitively.
32990              
32991              Subject: [PATCH] B::Terse and warnings
32992      Branch: maint-5.6/perl
32993           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
32994           !> t/pragma/warn/perl
32995 ____________________________________________________________________________
32996 [  9414] By: jhi                                   on 2001/03/28  17:11:12
32997         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
32998              From: "Craig A. Berry" <craigberry@mac.com>
32999              Date: Wed, 28 Mar 2001 10:55:20 -0600
33000              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
33001      Branch: perl
33002            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
33003 ____________________________________________________________________________
33004 [  9413] By: jhi                                   on 2001/03/28  17:03:12
33005         Log: Dup hunk.
33006      Branch: perl
33007            ! t/op/utf8decode.t
33008 ____________________________________________________________________________
33009 [  9412] By: jhi                                   on 2001/03/28  17:02:36
33010         Log: Forced integrate from perlio.
33011      Branch: perl
33012           !> t/op/utf8decode.t
33013 ____________________________________________________________________________
33014 [  9411] By: nick                                  on 2001/03/28  16:50:03
33015         Log: Integrate mainline.
33016      Branch: perlio
33017           +> t/lib/cwd.t
33018           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
33019           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
33020           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
33021           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
33022           !> t/pragma/warn/perl
33023 ____________________________________________________________________________
33024 [  9410] By: jhi                                   on 2001/03/28  16:44:23
33025         Log: Subject: Re: [PATCH] 9403 cannot be tested
33026              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33027              Date: Wed, 28 Mar 2001 18:33:56 +0200
33028              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
33029      Branch: perl
33030            ! makedef.pl
33031 ____________________________________________________________________________
33032 [  9409] By: jhi                                   on 2001/03/28  16:12:45
33033         Log: Yet another tweak on AIX dynaloading.
33034      Branch: perl
33035            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
33036 ____________________________________________________________________________
33037 [  9408] By: jhi                                   on 2001/03/28  15:52:55
33038         Log: Subject: [PATCH] 9403 cannot be tested
33039              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
33040              Date: Wed, 28 Mar 2001 17:23:00 +0200
33041              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
33042              
33043              A missing symbol.
33044      Branch: perl
33045            ! makedef.pl
33046 ____________________________________________________________________________
33047 [  9407] By: jhi                                   on 2001/03/28  15:47:43
33048         Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
33049      Branch: perl
33050            ! t/op/utf8decode.t
33051           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
33052           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
33053 ____________________________________________________________________________
33054 [  9406] By: jhi                                   on 2001/03/28  15:37:08
33055         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
33056              From: Benjamin Sugars <bsugars@canoe.ca> 
33057              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
33058              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
33059      Branch: perl
33060            + t/lib/cwd.t
33061            ! MANIFEST
33062 ____________________________________________________________________________
33063 [  9405] By: jhi                                   on 2001/03/28  15:13:18
33064         Log: pp_ne() needs a CORRECT boolean.
33065      Branch: perl
33066            ! pp.c
33067 ____________________________________________________________________________
33068 [  9404] By: jhi                                   on 2001/03/28  15:09:23
33069         Log: pp_ne() needs a boolean, not an integer.
33070      Branch: perl
33071            ! pp.c
33072 ____________________________________________________________________________
33073 [  9403] By: jhi                                   on 2001/03/28  14:47:43
33074         Log: (Retracted by #9404.)
33075      Branch: perl
33076            ! pp.c
33077 ____________________________________________________________________________
33078 [  9402] By: jhi                                   on 2001/03/28  14:43:59
33079         Log: Subject: Re: [PATCH] Typemap testing
33080              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
33081              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
33082              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
33083      Branch: perl
33084            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
33085            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
33086 ____________________________________________________________________________
33087 [  9401] By: jhi                                   on 2001/03/28  14:42:14
33088         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
33089              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
33090              Date: Sun, 25 Mar 2001 21:59:15 +0100
33091              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
33092              
33093              A variable will be checked for the "use once" warnings if:
33094              
33095              1. It is in the scope of a use warnings 'once'
33096              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
33097              
33098              Otherwise it won't be checked at all.
33099              
33100              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
33101              
33102              The enclosed patch partially fixes this issue. What I didn't
33103              get to work was the case where the "used once" warning is enabled
33104              in any file other than the main file.
33105      Branch: perl
33106            ! gv.c t/pragma/warn/perl
33107 ____________________________________________________________________________
33108 [  9400] By: nick                                  on 2001/03/28  14:38:24
33109         Log: More EBCDIC tweaks:
33110              - one more swash issue &~(0xA0-1) did not do the right thing,
33111              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
33112              - add "use re 'asciirange'" to make [!-~] etc. work
33113              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
33114              - Choose a key for t/op/each.t test which gets encoded.
33115              - Skip utf8decode if this is UTF-EBCDIC.
33116      Branch: perlio
33117            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
33118            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
33119 ____________________________________________________________________________
33120 [  9399] By: jhi                                   on 2001/03/28  14:21:00
33121         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
33122              Andreas Schwab.
33123      Branch: perl
33124            ! pp.c
33125 ____________________________________________________________________________
33126 [  9398] By: jhi                                   on 2001/03/28  00:55:56
33127         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
33128              From: David Dyck <dcd@tc.fluke.com>
33129              Date: Tue, 27 Mar 2001 15:16:24 -0800
33130              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
33131      Branch: perl
33132            ! ext/IO/lib/IO/Socket.pm
33133 ____________________________________________________________________________
33134 [  9397] By: jhi                                   on 2001/03/27  21:52:49
33135         Log: Integrate perlio.
33136      Branch: perl
33137           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
33138           +> ext/PerlIO/Via/Via.xs
33139           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
33140 ____________________________________________________________________________
33141 [  9396] By: nick                                  on 2001/03/27  21:45:13
33142         Log: Integrate mainline.
33143      Branch: perlio
33144           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
33145           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
33146 ____________________________________________________________________________
33147 [  9395] By: nick                                  on 2001/03/27  21:18:58
33148         Log: Outline docs for PerlIO and PerlIO::Scalar
33149      Branch: perlio
33150            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
33151 ____________________________________________________________________________
33152 [  9394] By: nick                                  on 2001/03/27  20:50:13
33153         Log: PerlIO::Via layer (alpha-ish).
33154      Branch: perlio
33155            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
33156            + ext/PerlIO/Via/Via.xs
33157            ! MANIFEST
33158 ____________________________________________________________________________
33159 [  9393] By: jhi                                   on 2001/03/27  20:49:55
33160         Log: Retract #9329 now that 9390 should take care of the matter.
33161      Branch: perl
33162            ! utils/h2xs.PL
33163 ____________________________________________________________________________
33164 [  9390] By: jhi                                   on 2001/03/27  20:47:50
33165         Log: Subject: Autoloading Errno.pm when %! is encountered
33166              From: Robin Houston <robin@kitsite.com>
33167              Date: Tue, 27 Mar 2001 20:57:11 +0100
33168              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
33169      Branch: perl
33170            ! embed.h embed.pl gv.c proto.h t/op/magic.t
33171 ____________________________________________________________________________
33172 [  9389] By: jhi                                   on 2001/03/27  20:24:31
33173         Log: Integrate perlio.
33174      Branch: perl
33175           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
33176           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
33177           !> utf8.c
33178 ____________________________________________________________________________
33179 [  9388] By: jhi                                   on 2001/03/27  20:21:38
33180         Log: Better have a three-element array if one is going to assign
33181              to the third element of that array. (from Tim Jenness)
33182      Branch: perl
33183            ! ext/XS/Typemap/Typemap.xs
33184 ____________________________________________________________________________
33185 [  9387] By: nick                                  on 2001/03/27  20:15:43
33186         Log: Integrate mainline.
33187      Branch: perlio
33188           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
33189           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
33190           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
33191           +> t/lib/xs-typemap.t
33192           !> (integrate 34 files)
33193 ____________________________________________________________________________
33194 [  9386] By: jhi                                   on 2001/03/27  20:04:18
33195         Log: Subject: Re: perl@9359 breaks HTML::Parser
33196              From: Gisle Aas <gisle@ActiveState.com>
33197              Date: 27 Mar 2001 11:30:24 -0800
33198              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
33199              
33200              Clarify the UTF-8 issues of the API docs.
33201              (Slightly reworded and expanded.)
33202      Branch: perl
33203            ! pod/perlapi.pod sv.c sv.h
33204 ____________________________________________________________________________
33205 [  9385] By: jhi                                   on 2001/03/27  19:44:25
33206         Log: If directory entries compare equal case-insensitively,
33207              retry case-sensitively.
33208      Branch: perl
33209            ! ext/File/Glob/bsd_glob.c
33210 ____________________________________________________________________________
33211 [  9384] By: nick                                  on 2001/03/27  19:38:50
33212         Log: Various EBCDIC fixes:
33213              - major revelation that swash code is encoding aware,
33214              (or thought it was) - now it is ;-)
33215              - With that out of the way fix a slab of tr/// cases.
33216              - Fix Encode 'Unicode' to be true Unicode so tests pass.
33217              - As anticipated Base64.xs needed tweaks.
33218              - Until tr/// works right avoid old_encode64 in MIME tests.
33219      Branch: perlio
33220            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
33221            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
33222 ____________________________________________________________________________
33223 [  9383] By: jhi                                   on 2001/03/27  18:34:41
33224         Log: Add the std test suite BEGIN block.
33225      Branch: perl
33226            ! t/lib/xs-typemap.t
33227 ____________________________________________________________________________
33228 [  9382] By: jhi                                   on 2001/03/27  15:16:07
33229         Log: Add debugging output to the test.
33230      Branch: perl
33231            ! t/lib/glob-basic.t
33232 ____________________________________________________________________________
33233 [  9381] By: jhi                                   on 2001/03/27  15:08:10
33234         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
33235      Branch: perl
33236            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
33237            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
33238            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
33239            + t/lib/xs-typemap.t
33240            ! MANIFEST
33241 ____________________________________________________________________________
33242 [  9380] By: jhi                                   on 2001/03/27  14:48:34
33243         Log: Subject: [PATCH] Typemap testing
33244              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
33245              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
33246              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
33247              
33248              (The first part of the patch.)
33249      Branch: perl
33250            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
33251 ____________________________________________________________________________
33252 [  9379] By: jhi                                   on 2001/03/27  14:44:56
33253         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
33254              From: Benjamin Sugars <bsugars@canoe.ca> 
33255              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
33256              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
33257      Branch: perl
33258            ! t/lib/glob-basic.t
33259 ____________________________________________________________________________
33260 [  9378] By: jhi                                   on 2001/03/27  14:42:30
33261         Log: Subject: [PATCH] perlvar nit
33262              From: Simon Cozens <simon@netthink.co.uk>
33263              Date: Tue, 27 Mar 2001 01:12:01 +0100
33264              Message-ID: <20010327011201.A19179@netthink.co.uk>
33265      Branch: perl
33266            ! pod/perlvar.pod
33267 ____________________________________________________________________________
33268 [  9377] By: jhi                                   on 2001/03/27  14:36:26
33269         Log: Subject: [PATCH] B::Terse and warnings
33270              From: Benjamin Sugars <ben.sugars@home.com>
33271              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
33272              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
33273      Branch: perl
33274            ! ext/B/B.pm ext/B/B/Terse.pm
33275 ____________________________________________________________________________
33276 [  9376] By: jhi                                   on 2001/03/27  14:31:31
33277         Log: Document sockatmark() some.
33278      Branch: perl
33279            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
33280            ! pod/perltoc.pod
33281 ____________________________________________________________________________
33282 [  9375] By: jhi                                   on 2001/03/27  14:00:24
33283         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
33284              noted by Gisle and fixed by NI-S.
33285      Branch: perl
33286            ! sv.c
33287 ____________________________________________________________________________
33288 [  9374] By: jhi                                   on 2001/03/27  05:50:01
33289         Log: Regen toc.
33290      Branch: perl
33291            ! pod/perltoc.pod
33292 ____________________________________________________________________________
33293 [  9373] By: jhi                                   on 2001/03/27  05:43:51
33294         Log: Pixie documenting.
33295      Branch: perl
33296            ! Makefile.SH pod/perlhack.pod
33297 ____________________________________________________________________________
33298 [  9372] By: jhi                                   on 2001/03/27  05:29:34
33299         Log: Metaconfig unit changes for #9371.
33300      Branch: metaconfig
33301            ! U/modified/myhostname.U
33302      Branch: metaconfig/U/perl
33303            + d_sockatmark.U
33304            ! gccvers.U
33305 ____________________________________________________________________________
33306 [  9371] By: jhi                                   on 2001/03/27  05:29:07
33307         Log: Add sockatmark() probing.
33308      Branch: perl
33309            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33310            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
33311            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
33312            ! vos/config.ga.h win32/config.bc win32/config.gc
33313            ! win32/config.vc
33314 ____________________________________________________________________________
33315 [  9370] By: jhi                                   on 2001/03/26  22:01:18
33316         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
33317              Really need to benchmark this.
33318      Branch: perl
33319            ! pp.c
33320 ____________________________________________________________________________
33321 [  9369] By: nick                                  on 2001/03/26  21:59:30
33322         Log: Integrate mainline.
33323      Branch: perlio
33324            ! ext/MIME/Base64/QuotedPrint.pm
33325           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
33326           !> patchlevel.h pod/perlhack.pod pp_sys.c
33327 ____________________________________________________________________________
33328 [  9368] By: jhi                                   on 2001/03/26  21:47:03
33329         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
33330              
33331              TODO1: perlbench.
33332              TODO2: le, lt, ge, gt?  Yech.
33333      Branch: perl
33334            ! pp.c
33335 ____________________________________________________________________________
33336 [  9367] By: jhi                                   on 2001/03/26  21:34:57
33337         Log: Too much cut-and-paste in #9363.
33338      Branch: perl
33339            ! pp_sys.c
33340 ____________________________________________________________________________
33341 [  9366] By: jhi                                   on 2001/03/26  21:20:53
33342         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
33343              From: Andreas Schwab <schwab@suse.de>
33344              Date: 26 Mar 2001 17:29:04 +0200
33345              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
33346              
33347              (The patch for 5.6.0 or so, this is a guess for bleadperl)
33348      Branch: perl
33349            ! pp_hot.c
33350 ____________________________________________________________________________
33351 [  9365] By: jhi                                   on 2001/03/26  21:07:54
33352         Log: Integrate perlio.
33353      Branch: perl
33354           !> perlio.c
33355 ____________________________________________________________________________
33356 [  9364] By: nick                                  on 2001/03/26  20:30:48
33357         Log: REFCNT botch in layer name cache hash.
33358      Branch: perlio
33359            ! perlio.c
33360 ____________________________________________________________________________
33361 [  9363] By: jhi                                   on 2001/03/26  18:44:32
33362         Log: Subject: [PATCH] socket() leaks file descriptors
33363              From: Benjamin Sugars <bsugars@canoe.ca>
33364              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
33365              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
33366              
33367              Also sockpair() fixed similarly.
33368      Branch: perl
33369            ! pp_sys.c
33370 ____________________________________________________________________________
33371 [  9362] By: jhi                                   on 2001/03/26  18:37:52
33372         Log: Integrate perlio.
33373      Branch: perl
33374           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
33375 ____________________________________________________________________________
33376 [  9361] By: nick                                  on 2001/03/26  17:32:06
33377         Log: Implement flush of linebuffered streams on read of a tty.
33378      Branch: perlio
33379            ! perlio.c perliol.h
33380 ____________________________________________________________________________
33381 [  9360] By: nick                                  on 2001/03/26  17:12:32
33382         Log: Memory tweaks and notes for OEMVS.
33383      Branch: perlio
33384            ! README.os390 miniperlmain.c t/op/pat.t
33385 ____________________________________________________________________________
33386 [  9359] By: jhi                                   on 2001/03/26  02:12:54
33387         Log: Update Changes.
33388      Branch: perl
33389            ! Changes patchlevel.h
33390 ____________________________________________________________________________
33391 [  9358] By: jhi                                   on 2001/03/26  02:05:32
33392         Log: Document the most common pixie options.
33393      Branch: perl
33394            ! pod/perlhack.pod
33395 ____________________________________________________________________________
33396 [  9357] By: jhi                                   on 2001/03/26  01:25:28
33397         Log: For perl.pixie check *before* compiling that optimize is -g,
33398              as for perl.third.
33399      Branch: perl
33400            ! Makefile.SH
33401 ____________________________________________________________________________
33402 [  9356] By: jhi                                   on 2001/03/26  01:13:41
33403         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
33404      Branch: perl
33405            ! Makefile.SH
33406 ____________________________________________________________________________
33407 [  9355] By: jhi                                   on 2001/03/26  01:11:19
33408         Log: Remove t/perl.third.
33409      Branch: perl
33410            ! Makefile.SH
33411 ____________________________________________________________________________
33412 [  9354] By: jhi                                   on 2001/03/26  00:23:38
33413         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
33414              IO::Sockatmark().
33415      Branch: perl
33416            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
33417 ____________________________________________________________________________
33418 [  9353] By: jhi                                   on 2001/03/25  22:25:04
33419         Log: Integrate perlio.
33420      Branch: perl
33421           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
33422           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
33423           !> pp_hot.c win32/makefile.mk
33424 ____________________________________________________________________________
33425 [  9352] By: jhi                                   on 2001/03/25  22:21:41
33426         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
33427              From: Radu Greab <radu@netsoft.ro>
33428              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
33429              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
33430      Branch: perl
33431            ! pp_sys.c
33432 ____________________________________________________________________________
33433 [  9351] By: nick                                  on 2001/03/25  22:15:02
33434         Log: Fix readline in list mode to tell rest of world that it has
33435              things on the stack. Otherwise if perl code gets invoked
33436              underneath it it scribbles over results-so-far.
33437              (Why TIEHANDLE has not tripped on this is a mystery.)
33438      Branch: perlio
33439            ! pp_hot.c
33440 ____________________________________________________________________________
33441 [  9350] By: nick                                  on 2001/03/25  22:10:13
33442         Log: win32/makefile.mk typos
33443      Branch: perlio
33444            ! win32/makefile.mk
33445 ____________________________________________________________________________
33446 [  9349] By: nick                                  on 2001/03/25  21:31:14
33447         Log: Integrate now-non-binary file.
33448      Branch: perlio
33449           !> t/lib/mimeqp.t
33450 ____________________________________________________________________________
33451 [  9348] By: nick                                  on 2001/03/25  21:27:24
33452         Log: Make it text
33453      Branch: perlio
33454            ! t/lib/mimeqp.t
33455 ____________________________________________________________________________
33456 [  9347] By: nick                                  on 2001/03/25  21:25:37
33457         Log: Integrate mainline.
33458      Branch: perlio
33459           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
33460           !> lib/Term/ReadLine.pm t/lib/md5-file.t
33461 ____________________________________________________________________________
33462 [  9346] By: nick                                  on 2001/03/25  20:58:15
33463         Log: Add destruct time hook to PerlIO (for work-in-process implementing
33464              layers in perl code. In such cases layers need to be popped before
33465              we loose the ability to run perl code.)
33466              Also back-out "PerlIO::object" hook - it isn't going to work like that...
33467      Branch: perlio
33468            ! perl.c perlio.c perlio.h perliol.h
33469 ____________________________________________________________________________
33470 [  9345] By: nick                                  on 2001/03/25  20:49:11
33471         Log: Avoid at leasy one of undefined warnings in Encode.
33472      Branch: perlio
33473            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
33474 ____________________________________________________________________________
33475 [  9344] By: jhi                                   on 2001/03/25  20:37:43
33476         Log: A workaround for using Term::ReadLine in emacs minibuffer
33477              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
33478              additional tweaks from Ilya Zakharevich.
33479      Branch: perl
33480            ! lib/Term/ReadLine.pm
33481 ____________________________________________________________________________
33482 [  9343] By: nick                                  on 2001/03/25  20:21:14
33483         Log: Missing return value.
33484      Branch: perlio
33485            ! ext/PerlIO/Scalar/Scalar.xs
33486 ____________________________________________________________________________
33487 [  9342] By: jhi                                   on 2001/03/25  16:21:00
33488         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
33489              to equal the CPAN versions since no code changes have been made.
33490      Branch: perl
33491            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
33492            ! t/lib/md5-file.t
33493 ____________________________________________________________________________
33494 [  9341] By: jhi                                   on 2001/03/25  16:01:48
33495         Log: Escape 8-bit characters.
33496      Branch: perl
33497            ! t/lib/mimeqp.t
33498 ____________________________________________________________________________
33499 [  9340] By: gsar                                  on 2001/03/25  15:50:53
33500         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
33501              chars)
33502      Branch: perl
33503            + t/lib/mimeqp.t
33504 ____________________________________________________________________________
33505 [  9339] By: gsar                                  on 2001/03/25  15:48:50
33506         Log: delete mimeqp.t for later add with text mode set
33507      Branch: perl
33508            - t/lib/mimeqp.t
33509 ____________________________________________________________________________
33510 [  9338] By: nick                                  on 2001/03/25  09:01:57
33511         Log: Integrate mainline.
33512      Branch: perlio
33513           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
33514           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
33515           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
33516           +> t/lib/mimeb64u.t t/lib/mimeqp.t
33517           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
33518           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
33519           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
33520 ____________________________________________________________________________
33521 [  9337] By: jhi                                   on 2001/03/25  04:23:24
33522         Log: Add MIME::Base64 here and there.  Again, a lot of
33523              optimism is in the air.
33524      Branch: perl
33525            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
33526            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
33527 ____________________________________________________________________________
33528 [  9336] By: jhi                                   on 2001/03/25  04:12:43
33529         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
33530              this by ear as I do not do Win32 programming.)
33531      Branch: perl
33532            ! win32/Makefile win32/makefile.mk
33533 ____________________________________________________________________________
33534 [  9335] By: jhi                                   on 2001/03/25  04:03:50
33535         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
33536      Branch: perl
33537            ! t/lib/md5-file.t
33538 ____________________________________________________________________________
33539 [  9334] By: jhi                                   on 2001/03/25  03:58:53
33540         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
33541      Branch: perl
33542            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
33543            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
33544            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
33545            + t/lib/mimeb64u.t t/lib/mimeqp.t
33546            ! MANIFEST
33547 ____________________________________________________________________________
33548 [  9333] By: jhi                                   on 2001/03/24  20:14:37
33549         Log: Integrate perlio.
33550      Branch: perl
33551           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
33552 ____________________________________________________________________________
33553 [  9332] By: nick                                  on 2001/03/24  19:40:34
33554         Log: Fix un-init variable leading to spurious "Out of Memory!"
33555      Branch: perlio
33556            ! doio.c
33557 ____________________________________________________________________________
33558 [  9331] By: nick                                  on 2001/03/24  19:09:59
33559         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
33560              and update layers internals doc.
33561      Branch: perlio
33562            ! pod/perlfunc.pod pod/perliol.pod
33563 ____________________________________________________________________________
33564 [  9330] By: jhi                                   on 2001/03/24  18:42:11
33565         Log: The length might be uninitialized garbage if the *svp is the undef.
33566      Branch: perl
33567            ! doio.c
33568 ____________________________________________________________________________
33569 [  9329] By: jhi                                   on 2001/03/24  18:26:57
33570         Log: (Retracted by #9393)
33571              
33572              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
33573              From: Simon Cozens <simon@netthink.co.uk>
33574              Date: Sat, 24 Mar 2001 17:13:17 +0000
33575              Message-ID: <20010324171317.A13406@netthink.co.uk>
33576      Branch: perl
33577            ! utils/h2xs.PL
33578 ____________________________________________________________________________
33579 [  9328] By: nick                                  on 2001/03/24  17:22:02
33580         Log: Integrate mainline.
33581      Branch: perlio
33582           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
33583           !> lib/unicode/version
33584 ____________________________________________________________________________
33585 [  9327] By: nick                                  on 2001/03/24  17:16:02
33586         Log: Integrate mainline.
33587      Branch: perlio
33588           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
33589           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
33590           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
33591           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
33592           +> t/lib/md5-file.t
33593           !> MANIFEST Makefile.SH configure.com djgpp/config.over
33594           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
33595           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
33596           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
33597           !> win32/makefile.mk
33598 ____________________________________________________________________________
33599 [  9326] By: jhi                                   on 2001/03/24  17:00:42
33600         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
33601      Branch: perl
33602            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
33603            ! lib/unicode/version
33604 ____________________________________________________________________________
33605 [  9325] By: jhi                                   on 2001/03/24  16:22:33
33606         Log: Subject: Re: B::Deparse bug (5.6.0)
33607              From: Robin Houston <robin@kitsite.com>
33608              Date: Sat, 24 Mar 2001 14:33:09 +0000
33609              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
33610      Branch: perl
33611            ! op.c pp.c t/lib/b.t t/op/repeat.t
33612 ____________________________________________________________________________
33613 [  9324] By: jhi                                   on 2001/03/24  16:21:56
33614         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
33615              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
33616              these additions may be too optimistic.
33617      Branch: perl
33618            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
33619            ! hints/uwin.sh hints/vmesa.sh
33620 ____________________________________________________________________________
33621 [  9323] By: jhi                                   on 2001/03/24  16:06:01
33622         Log: Integrate perlio.
33623      Branch: perl
33624           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
33625           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
33626            ! Makefile.SH
33627           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
33628           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
33629           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
33630           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
33631           !> win32/makefile.mk win32/perlhost.h win32/win32.c
33632           !> win32/win32iop.h
33633 ____________________________________________________________________________
33634 [  9322] By: nick                                  on 2001/03/24  14:39:12
33635         Log: Routine Win32 regen_config_h - no real changes.
33636      Branch: perlio
33637            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
33638 ____________________________________________________________________________
33639 [  9321] By: nick                                  on 2001/03/24  14:31:49
33640         Log: PerlIO fixups for Win32:
33641              - provide win33_popenlist() - non-functional as yet.
33642              - avoid need for aTHX in PerlIO_debug calls - even if not 
33643              enabled args are still evaluated so Win32 has trouble during fork().
33644              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
33645              - Fixup makedef.pl for latest set of symbols.
33646      Branch: perlio
33647            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
33648            ! win32/perlhost.h win32/win32.c win32/win32iop.h
33649 ____________________________________________________________________________
33650 [  9320] By: nick                                  on 2001/03/24  14:26:58
33651         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
33652              was gibberish - broke it on WIn32 at least.
33653      Branch: perlio
33654            ! ext/POSIX/POSIX.xs
33655 ____________________________________________________________________________
33656 [  9319] By: nick                                  on 2001/03/24  11:29:41
33657         Log: Generated files.
33658      Branch: perlio
33659            ! embed.h global.sym objXSUB.h perlapi.c proto.h
33660 ____________________________________________________________________________
33661 [  9318] By: nick                                  on 2001/03/24  10:29:37
33662         Log: Implement:
33663              1.  open($fh,"+<",undef);  # add test to t/io/open.t
33664              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
33665      Branch: perlio
33666            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
33667            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
33668            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
33669            ! t/io/open.t t/io/utf8.t
33670 ____________________________________________________________________________
33671 [  9317] By: jhi                                   on 2001/03/23  23:41:25
33672         Log: AIX does seems to have optimization problems with its C compilers.
33673      Branch: perl
33674            ! hints/aix.sh
33675 ____________________________________________________________________________
33676 [  9316] By: jhi                                   on 2001/03/23  23:40:46
33677         Log: Integrate perlio.
33678      Branch: perl
33679           +> lib/PerlIO.pm
33680           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
33681           !> perliol.h
33682 ____________________________________________________________________________
33683 [  9315] By: jhi                                   on 2001/03/23  22:16:30
33684         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
33685      Branch: perl
33686            ! t/lib/md5-file.t
33687 ____________________________________________________________________________
33688 [  9314] By: nick                                  on 2001/03/23  20:49:02
33689         Log: Perlio internals re-organized.
33690              - open process creates AV of layer/arg pairs
33691              (appends layers from open() or open.pm to default list).
33692              - push arg is now an SV.
33693              - layer ->Open get passed the AV
33694              - open is no longer mandatory method.
33695              - topmost layer that has ->Open method does the open
33696              - any layers above are pushed once that returns.
33697              - vtable re-ordered so dummy layers need only provide push/pop methods.
33698      Branch: perlio
33699            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
33700 ____________________________________________________________________________
33701 [  9313] By: nick                                  on 2001/03/23  16:27:41
33702         Log: Check in a stable (working) version before next round of tweaks.
33703              Changes include:
33704              - Move default layers code out of doio.c and into perlio.c
33705              - Single routine for parsing layer specification strings.
33706              - Skeleton support for demand loading of layers
33707              - Core-dump avoidance if PERLIO environment specifies loadable layer
33708              (does not _work_ as need IO to load and need load to do IO ...)
33709      Branch: perlio
33710            + lib/PerlIO.pm
33711            ! MANIFEST doio.c perlio.c
33712 ____________________________________________________________________________
33713 [  9312] By: gsar                                  on 2001/03/23  16:25:25
33714         Log: add execute bit to files with shebang lines in the repository;
33715              avoid clobbering execute bit in Porting/makerel 
33716      Branch: maint-5.6/perl
33717            ! (edit 144 files)
33718 ____________________________________________________________________________
33719 [  9311] By: jhi                                   on 2001/03/23  14:25:35
33720         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
33721      Branch: perl
33722            ! MANIFEST
33723 ____________________________________________________________________________
33724 [  9310] By: jhi                                   on 2001/03/23  13:45:04
33725         Log: Subject: [PATCH] Net::Ping
33726              From: Colin McMillen <mcmi0037@tc.umn.edu>
33727              Date: Thu, 22 Mar 2001 19:30:31 -0600
33728              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
33729      Branch: perl
33730            ! lib/Net/Ping.pm
33731 ____________________________________________________________________________
33732 [  9309] By: jhi                                   on 2001/03/23  13:39:13
33733         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
33734      Branch: perl
33735            ! t/lib/md5-aaa.t t/lib/md5-file.t
33736 ____________________________________________________________________________
33737 [  9308] By: jhi                                   on 2001/03/23  13:20:34
33738         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
33739              - bump the version to 2.14
33740              - drop the base64 tests since they require MIME::Base64
33741              - drop the rfc1321.txt
33742              - drop the hints/dec_osf.pl since it's only needed for
33743              pre-5.005_03 Perls
33744              Todo:
33745              - the U32 alignment testing is now removed; it needs to
33746              be reintroduced as as a Config variable (meaning also
33747              as a Configure test)
33748              - get the new EBCDIC md5sum for MD5.pm
33749              - test in Win32 to see how badly I botched the makefiles
33750      Branch: perl
33751            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
33752            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
33753            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
33754            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
33755            + t/lib/md5-file.t
33756            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
33757            ! win32/Makefile win32/makefile.mk
33758 ____________________________________________________________________________
33759 [  9307] By: jhi                                   on 2001/03/23  12:56:14
33760         Log: Integrate change #9306 from maintperl into mainline,
33761              AIX dynaloader for AIXes without <load.h>.
33762      Branch: perl
33763           !> ext/DynaLoader/hints/aix.pl
33764 ____________________________________________________________________________
33765 [  9306] By: jhi                                   on 2001/03/23  12:51:36
33766         Log: There are AIXes without /usr/include/load.h,
33767              patch from H.Merijn Brand.
33768      Branch: maint-5.6/perl
33769            ! ext/DynaLoader/hints/aix.pl
33770 ____________________________________________________________________________
33771 [  9305] By: nick                                  on 2001/03/23  11:00:42
33772         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
33773      Branch: perlio
33774            ! ext/Encode/Encode.xs perlio.c perlio.h
33775 ____________________________________________________________________________
33776 [  9304] By: nick                                  on 2001/03/23  10:20:46
33777         Log: Render -Duseperlio functional again.
33778              - this is "quick fix" which calls PerlIO_apply_layers after opening,
33779              which is what old scheme did. New scheme needs to change that
33780              to make open(...,\$scalar) etc. work but this will do for now.
33781      Branch: perlio
33782            ! perlio.c
33783 ____________________________________________________________________________
33784 [  9303] By: nick                                  on 2001/03/23  09:53:20
33785         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
33786              -Uuseperlio now works again.
33787              -Duseperlio is still poorly. Don't merge yet...
33788      Branch: perlio
33789            ! doio.c perlio.h
33790 ____________________________________________________________________________
33791 [  9302] By: nick                                  on 2001/03/22  22:26:51
33792         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
33793              type code.
33794              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
33795              is its main caller. In particular now has access to "extra" args, and
33796              can tell when an open handle is "reopened" (or duped?).
33797              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
33798              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
33799              PerlIO_open() et. al. (i.e. other way round).
33800              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
33801              with args close to PerlIO_openn().
33802      Branch: perlio
33803            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
33804 ____________________________________________________________________________
33805 [  9301] By: jhi                                   on 2001/03/22  20:58:04
33806         Log: Integrate perlio.
33807      Branch: perl
33808           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
33809           !> t/io/open.t util.c
33810 ____________________________________________________________________________
33811 [  9300] By: nick                                  on 2001/03/22  17:36:32
33812         Log: Don't include $@ in not ok message.
33813      Branch: perlio
33814            ! t/io/open.t
33815 ____________________________________________________________________________
33816 [  9299] By: gsar                                  on 2001/03/22  16:53:45
33817         Log: back out changes#7532,7521 for now (appears to have problems
33818              on IRIX)
33819      Branch: maint-5.6/perl
33820            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
33821            ! ext/POSIX/typemap pod/perlvar.pod
33822 ____________________________________________________________________________
33823 [  9298] By: nick                                  on 2001/03/22  14:35:46
33824         Log: Give a meaning to '&' in n-arg open case:
33825              open($fh,"<&",$scalar);
33826              $scalar can be:
33827              - an integer which does "fdopen"
33828              open($fh,"<&",2); # like open($fh,"<&2")
33829              - something that will yield a file handle via sv_2io()
33830              useful for dup'ing anonymous handles.
33831              e.g.:
33832              open(my $fh,"<&",\*STDIN);
33833              open(my $dup,"<&",$fh);
33834      Branch: perlio
33835            ! doio.c t/io/open.t
33836 ____________________________________________________________________________
33837 [  9297] By: nick                                  on 2001/03/22  13:34:35
33838         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
33839      Branch: perlio
33840            ! util.c
33841 ____________________________________________________________________________
33842 [  9296] By: nick                                  on 2001/03/22  12:51:20
33843         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
33844      Branch: perlio
33845            ! perl.c
33846 ____________________________________________________________________________
33847 [  9295] By: nick                                  on 2001/03/22  11:59:44
33848         Log: If stdin, stdout or stderr get opened in unexpected read/write state
33849              then warn at time of open not at time of use.
33850      Branch: perlio
33851            ! doio.c pp_hot.c pp_sys.c
33852 ____________________________________________________________________________
33853 [  9294] By: nick                                  on 2001/03/22  10:54:35
33854         Log: Die on n-arg open(...,"",xxx,yyy,...)
33855              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
33856              - die on read/write cases so we can decide what it means later.
33857      Branch: perlio
33858            ! doio.c embed.pl iperlsys.h util.c
33859 ____________________________________________________________________________
33860 [  9293] By: nick                                  on 2001/03/22  09:02:45
33861         Log: perlio tweaks (reported by Nick Clark)
33862              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
33863              error check in Pendinf_read().
33864      Branch: perlio
33865            ! perlio.c
33866 ____________________________________________________________________________
33867 [  9292] By: gsar                                  on 2001/03/22  07:12:00
33868         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
33869              fixes)
33870      Branch: maint-5.6/perl
33871           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
33872 ____________________________________________________________________________
33873 [  9291] By: jhi                                   on 2001/03/22  06:06:44
33874         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
33875      Branch: perl
33876            ! t/op/re_tests
33877 ____________________________________________________________________________
33878 [  9290] By: jhi                                   on 2001/03/22  05:57:01
33879         Log: Move MacOS Classic higher in the list of supported platforms.
33880      Branch: maint-5.6/perl
33881            ! pod/perlport.pod
33882 ____________________________________________________________________________
33883 [  9289] By: gsar                                  on 2001/03/22  05:35:04
33884         Log: revert part of change#6438 for compatibility (av_reify()
33885              appears to be needed to implement av_splice()ish things
33886              in XS)
33887      Branch: maint-5.6/perl
33888            ! embed.pl global.sym objXSUB.h perlapi.c
33889 ____________________________________________________________________________
33890 [  9288] By: gsar                                  on 2001/03/22  03:09:19
33891         Log: update copyright year
33892      Branch: maint-5.6/perl
33893            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
33894            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
33895            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
33896            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
33897            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
33898            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
33899            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
33900            ! x2p/walk.c
33901 ____________________________________________________________________________
33902 [  9287] By: jhi                                   on 2001/03/21  20:30:54
33903         Log: Integrate perlio.
33904      Branch: perl
33905           !> ext/Data/Dumper/Dumper.xs
33906 ____________________________________________________________________________
33907 [  9286] By: gsar                                  on 2001/03/21  19:49:54
33908         Log: makefile.mk tweak
33909      Branch: maint-5.6/perl
33910            ! win32/Makefile win32/makefile.mk
33911 ____________________________________________________________________________
33912 [  9285] By: nick                                  on 2001/03/21  19:07:13
33913         Log: Multiplicity fix for Dumper.
33914      Branch: perlio
33915            ! ext/Data/Dumper/Dumper.xs
33916 ____________________________________________________________________________
33917 [  9284] By: nick                                  on 2001/03/21  19:01:07
33918         Log: Integrate mainline - (does not build xTHX issue in Dumper).
33919      Branch: perlio
33920           !> (integrate 27 files)
33921 ____________________________________________________________________________
33922 [  9283] By: jhi                                   on 2001/03/21  17:17:35
33923         Log: Integrate change #9282 from mainline into maintperl,
33924              4-arg UTF-8 substr().
33925      Branch: maint-5.6/perl
33926           !> pp.c
33927 ____________________________________________________________________________
33928 [  9282] By: jhi                                   on 2001/03/21  17:15:43
33929         Log: The #9270 would have leaked a scalar if pp_substr()
33930              returned early.
33931      Branch: perl
33932            ! pp.c
33933 ____________________________________________________________________________
33934 [  9281] By: gsar                                  on 2001/03/21  17:03:14
33935         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
33936      Branch: maint-5.6/perl
33937            ! win32/makefile.mk
33938 ____________________________________________________________________________
33939 [  9280] By: gsar                                  on 2001/03/21  17:01:20
33940         Log: some tweaks to change#9278 (fork() emulation should be enabled
33941              by setting BUILD_FLAVOR instead of changing the defaults)
33942      Branch: maint-5.6/perl
33943            ! win32/makefile.mk
33944 ____________________________________________________________________________
33945 [  9279] By: gsar                                  on 2001/03/21  16:47:19
33946         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
33947      Branch: maint-5.6/perl
33948            ! ext/File/Glob/Glob.pm
33949           !> lib/Cwd.pm
33950 ____________________________________________________________________________
33951 [  9278] By: jhi                                   on 2001/03/21  14:35:10
33952         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
33953              From: "Vadim Konovalov" <watman@inbox.ru>
33954              Date: Wed, 21 Mar 2001 01:53:51 +0300
33955              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
33956      Branch: maint-5.6/perl
33957            ! win32/makefile.mk win32/win32sck.c
33958 ____________________________________________________________________________
33959 [  9277] By: jhi                                   on 2001/03/21  13:58:28
33960         Log: Integrate change #9270 from mainline to maintperl:
33961              continued 4-arg UTF-8 substr() fixing.
33962      Branch: maint-5.6/perl
33963           !> pp.c t/op/substr.t
33964 ____________________________________________________________________________
33965 [  9276] By: jhi                                   on 2001/03/21  13:33:00
33966         Log: More pixie cleaning.
33967      Branch: perl
33968            ! Makefile.SH
33969 ____________________________________________________________________________
33970 [  9275] By: jhi                                   on 2001/03/21  03:54:17
33971         Log: Update Changes.
33972      Branch: perl
33973            ! Changes patchlevel.h
33974 ____________________________________________________________________________
33975 [  9274] By: jhi                                   on 2001/03/21  03:48:24
33976         Log: First stab at making Data::Dumper to grok Unicode.
33977              
33978              TODO: tests, EBCDICify.
33979      Branch: perl
33980            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
33981 ____________________________________________________________________________
33982 [  9273] By: jhi                                   on 2001/03/21  02:23:00
33983         Log: Fix for
33984              
33985              Subject: Memory leak in unquoted print   
33986              From: Benjamin Sugars <bsugars@canoe.ca> 
33987              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
33988              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
33989      Branch: perl
33990            ! perlio.c
33991 ____________________________________________________________________________
33992 [  9272] By: jhi                                   on 2001/03/21  01:33:17
33993         Log: Subject: Re: [PATCH] POSIX::getcwd()
33994              From: Benjamin Sugars <bsugars@canoe.ca> 
33995              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
33996              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
33997      Branch: perl
33998            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
33999 ____________________________________________________________________________
34000 [  9271] By: jhi                                   on 2001/03/21  01:22:52
34001         Log: Subject: [PATCH] Cwd.pm docs
34002              From: Benjamin Sugars <bsugars@canoe.ca>
34003              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
34004              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
34005      Branch: perl
34006            ! lib/Cwd.pm
34007 ____________________________________________________________________________
34008 [  9270] By: jhi                                   on 2001/03/21  01:16:29
34009         Log: Continue 4-arg substr() UTF-8 fixage.
34010      Branch: perl
34011            ! pp.c t/op/substr.t
34012 ____________________________________________________________________________
34013 [  9269] By: jhi                                   on 2001/03/21  00:46:14
34014         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
34015              
34016              revert the leak fix in change#9142 (problem needs a more experimental
34017              fix unsuitable for 5.6.1)
34018              
34019              do alphabetical sorting by default (for csh compatibility)
34020              
34021              cut-n-paste goof in change#9264
34022              
34023              VMS piping fixes (from Charles Lane)
34024      Branch: perl
34025           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
34026           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
34027           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
34028 ____________________________________________________________________________
34029 [  9268] By: jhi                                   on 2001/03/21  00:37:04
34030         Log: Integrate perlio.
34031      Branch: perl
34032           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
34033           !> utf8.c utf8.h utfebcdic.h
34034 ____________________________________________________________________________
34035 [  9267] By: nick                                  on 2001/03/20  20:04:39
34036         Log: More EBCDIC stuff:
34037              - Loose the extra level of function on ASCII.
34038              - spotted a chr(0) issue in sv.c
34039              - re-work of UTF-X tr/// ranges to work in Unicode
34040              space. Still issues with the "0xff is illegal UTF-8" hack.
34041              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
34042              (why do it once when you can do it all over the place :-(
34043              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
34044              need utf8.pm for swashes.
34045              - Simplified and commented scan_const() in toke.c
34046              Still something wrong regexp and tr (swashes?).
34047      Branch: perlio
34048            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
34049            ! utf8.c utf8.h utfebcdic.h
34050 ____________________________________________________________________________
34051 [  9266] By: gsar                                  on 2001/03/20  19:16:43
34052         Log: VMS piping fixes (from Charles Lane)
34053      Branch: maint-5.6/perl
34054            ! vms/vms.c vms/vmspipe.com
34055 ____________________________________________________________________________
34056 [  9265] By: gsar                                  on 2001/03/20  17:53:52
34057         Log: cut-n-paste goof in change#9264
34058      Branch: maint-5.6/perl
34059            ! ext/File/Glob/Glob.xs
34060 ____________________________________________________________________________
34061 [  9264] By: gsar                                  on 2001/03/20  17:43:47
34062         Log: do alphabetical sorting by default (for csh compatibility);
34063              bsd_glob() does ASCII sort by default as usual, unless
34064              GLOB_ALPHASORT was specified
34065      Branch: maint-5.6/perl
34066            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
34067            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
34068            ! ext/File/Glob/bsd_glob.h
34069 ____________________________________________________________________________
34070 [  9263] By: gsar                                  on 2001/03/20  16:40:08
34071         Log: integrate change#9255 from mainline (unicode fix)
34072              
34073              substr($bytestr, i, n, $charstr)
34074      Branch: maint-5.6/perl
34075           !> Todo-5.6 pp.c t/op/substr.t
34076 ____________________________________________________________________________
34077 [  9262] By: gsar                                  on 2001/03/20  15:57:41
34078         Log: revert the leak fix in change#9142 (problem needs a more experimental
34079              fix unsuitable for 5.6.1)
34080      Branch: maint-5.6/perl
34081            ! scope.c
34082 ____________________________________________________________________________
34083 [  9261] By: jhi                                   on 2001/03/20  14:26:25
34084         Log: Integrate changes #9259,9260 from maintperl into mainline.
34085              
34086              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
34087              
34088              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
34089      Branch: perl
34090           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
34091 ____________________________________________________________________________
34092 [  9260] By: jhi                                   on 2001/03/20  14:05:46
34093         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
34094              From: Robin Barker <rmb1@cise.npl.co.uk>
34095              Date: Tue, 20 Mar 2001 10:12:04 GMT
34096              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
34097      Branch: maint-5.6/perl
34098            ! run.c
34099 ____________________________________________________________________________
34100 [  9259] By: jhi                                   on 2001/03/20  14:04:39
34101         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
34102              From: Chris Nandor <pudge@pobox.com>
34103              Date: Tue, 20 Mar 2001 00:40:56 -0500
34104              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
34105      Branch: maint-5.6/perl
34106            ! ext/POSIX/POSIX.xs lib/File/Path.pm
34107 ____________________________________________________________________________
34108 [  9258] By: jhi                                   on 2001/03/20  05:09:34
34109         Log: Update Changes.
34110      Branch: perl
34111            ! Changes patchlevel.h
34112 ____________________________________________________________________________
34113 [  9257] By: jhi                                   on 2001/03/20  05:04:25
34114         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
34115      Branch: perl
34116            ! t/op/tr.t
34117 ____________________________________________________________________________
34118 [  9256] By: jhi                                   on 2001/03/20  04:43:12
34119         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
34120              From: Peter Prymmer <pvhp@forte.com>
34121              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
34122              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
34123      Branch: maint-5.6/perl
34124            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
34125 ____________________________________________________________________________
34126 [  9255] By: jhi                                   on 2001/03/19  23:17:17
34127         Log: substr($bytestr, i, n, $charstr)
34128              
34129              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
34130      Branch: perl
34131            ! Todo-5.6 pp.c t/op/substr.t
34132 ____________________________________________________________________________
34133 [  9254] By: jhi                                   on 2001/03/19  22:25:09
34134         Log: Rearrange the make test target prerequisites so that
34135              in a parallel make 'all' is finished before 'test'.
34136      Branch: perl
34137            ! Makefile.SH
34138 ____________________________________________________________________________
34139 [  9253] By: jhi                                   on 2001/03/19  21:48:07
34140         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
34141              From: Robin Houston <robin@kitsite.com>
34142              Date: Mon, 19 Mar 2001 15:48:41 +0000
34143              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
34144      Branch: perl
34145            ! pp_ctl.c
34146 ____________________________________________________________________________
34147 [  9252] By: jhi                                   on 2001/03/19  21:42:27
34148         Log: Integrate perlio.
34149      Branch: perl
34150           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
34151           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
34152           !> utfebcdic.h vms/perly_c.vms
34153 ____________________________________________________________________________
34154 [  9251] By: jhi                                   on 2001/03/19  21:31:28
34155         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
34156              
34157              Dynaloading in 64-bit AIX with vac.
34158      Branch: perl
34159           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
34160           !> hints/aix.sh
34161 ____________________________________________________________________________
34162 [  9250] By: jhi                                   on 2001/03/19  21:18:00
34163         Log: A more robust solution for the 64bitall AIX dynaloading
34164              problem, from Jens-Uwe Mager.
34165      Branch: maint-5.6/perl
34166            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
34167 ____________________________________________________________________________
34168 [  9249] By: nick                                  on 2001/03/19  20:59:37
34169         Log: Integrate mainline.
34170      Branch: perlio
34171           !> (integrate 42 files)
34172 ____________________________________________________________________________
34173 [  9248] By: nick                                  on 2001/03/19  20:22:07
34174         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
34175              (Building on OS390 uses native YACC and YYDEBUG has other
34176              side effects.)
34177      Branch: perlio
34178            ! perly.c perly.y vms/perly_c.vms
34179 ____________________________________________________________________________
34180 [  9247] By: jhi                                   on 2001/03/19  19:59:53
34181         Log: 64-bit AIX dynaloading problem (see #9244) idea
34182              from Jens-Uwe Mager.
34183      Branch: maint-5.6/perl
34184            ! ext/DynaLoader/dl_aix.xs
34185 ____________________________________________________________________________
34186 [  9246] By: nick                                  on 2001/03/19  19:27:57
34187         Log: More EBCDIC fixes.
34188      Branch: perlio
34189            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
34190            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
34191 ____________________________________________________________________________
34192 [  9245] By: jhi                                   on 2001/03/19  19:05:19
34193         Log: Integrate change #9243 from mainline into maintperl.
34194              
34195              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
34196      Branch: maint-5.6/perl
34197           !> README.vmesa
34198 ____________________________________________________________________________
34199 [  9244] By: jhi                                   on 2001/03/19  19:03:15
34200         Log: Get 64bitall AIX building, but still does not test okay:
34201              dynaloading anything fails, for example for op/defins:
34202              Can't load '../lib/auto/File/Glob/Glob.so' for module File::Glob: loadbind: A system call received a parameter that is not valid. at ../lib/XSLoader.pm line 75. at ../lib/File/Glob.pm line 99
34203              (update: fixed by #9247,9250)
34204      Branch: maint-5.6/perl
34205            ! hints/aix.sh
34206 ____________________________________________________________________________
34207 [  9243] By: jhi                                   on 2001/03/19  19:00:16
34208         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
34209              From: Robin Barker <rmb1@cise.npl.co.uk>
34210              Date: Mon, 19 Mar 2001 18:01:57 GMT
34211              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
34212      Branch: perl
34213            ! README.vmesa
34214 ____________________________________________________________________________
34215 [  9242] By: jhi                                   on 2001/03/19  18:58:43
34216         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
34217              
34218              TODO: tests.
34219      Branch: perl
34220            ! doop.c op.c
34221 ____________________________________________________________________________
34222 [  9241] By: gsar                                  on 2001/03/19  17:34:46
34223         Log: VMSify tests (from Charles Lane)
34224      Branch: maint-5.6/perl
34225            ! t/lib/filehand.t t/lib/texttabs.t
34226 ____________________________________________________________________________
34227 [  9240] By: jhi                                   on 2001/03/19  14:24:26
34228         Log: Integrate change #9233 from maintperl into mainline.
34229              
34230              some refcounts were incorrect in perl_clone()
34231      Branch: perl
34232           !> sv.c
34233 ____________________________________________________________________________
34234 [  9239] By: gsar                                  on 2001/03/19  09:23:17
34235         Log: this is 5.6.1-trial3
34236      Branch: maint-5.6/perl
34237            ! Changes
34238 ____________________________________________________________________________
34239 [  9238] By: gsar                                  on 2001/03/19  08:47:04
34240         Log: some new symbols are only available under ithreads
34241      Branch: maint-5.6/perl
34242            ! makedef.pl
34243 ____________________________________________________________________________
34244 [  9237] By: gsar                                  on 2001/03/19  08:42:28
34245         Log: update patchlevel.h, Changes, &c.
34246      Branch: maint-5.6/perl
34247            ! Changes patchlevel.h pod/perlhist.pod
34248           !> AUTHORS
34249 ____________________________________________________________________________
34250 [  9236] By: gsar                                  on 2001/03/19  08:17:49
34251         Log: integrate changes#8068,8717 from mainline
34252              
34253              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
34254              
34255              [PATCH CPAN 1.59_51] warning message (not!)
34256      Branch: maint-5.6/perl
34257           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
34258           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
34259           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
34260           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
34261           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
34262 ____________________________________________________________________________
34263 [  9235] By: gsar                                  on 2001/03/19  08:07:09
34264         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
34265              
34266              [PATCH] Add missing CV flags to dump.c
34267              
34268              Re: [patch] Re: PL_ptr_table
34269              
34270              Fixup non-ithread build after 8713
34271              
34272              Generated files form 8713 etc.
34273              
34274              Correct the correction :-(
34275              
34276              Documenting coderef @INC (Re: CPAN "make this script work" feature)
34277              
34278              Subject: Re: sync sync sync: have I missed any patches?
34279              Replace djSP with dSP.
34280      Branch: maint-5.6/perl
34281           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
34282           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
34283           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
34284           !> sv.c sv.h win32/perlhost.h
34285 ____________________________________________________________________________
34286 [  9234] By: gsar                                  on 2001/03/19  07:22:05
34287         Log: revert the change#9090 integrate for now (change looks somewhat
34288              incomplete in that [ha]v_exists() need something similar; lacks
34289              tests; &c.)
34290      Branch: maint-5.6/perl
34291            ! hv.c
34292 ____________________________________________________________________________
34293 [  9233] By: gsar                                  on 2001/03/19  07:10:01
34294         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
34295              destruction when there are unreferenced scalars (SvREFCNT==0)
34296      Branch: maint-5.6/perl
34297            ! sv.c
34298 ____________________________________________________________________________
34299 [  9232] By: jhi                                   on 2001/03/19  05:11:02
34300         Log: Regen api and toc.
34301      Branch: maint-5.6/perl
34302            ! pod/perlapi.pod pod/perltoc.pod
34303 ____________________________________________________________________________
34304 [  9231] By: jhi                                   on 2001/03/19  04:06:03
34305         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
34306              add a lost line in pp.c:pp_chop(), update to new op/chop.
34307              
34308              Clarify the description differentiating for and while; inspired by
34309              
34310              Subject: [ID 20010306.004] || != named unary operator
34311              
34312              The $Is_MacOS needs to be declared.
34313      Branch: maint-5.6/perl
34314            ! pp.c t/op/chop.t
34315           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
34316 ____________________________________________________________________________
34317 [  9230] By: jhi                                   on 2001/03/19  03:48:16
34318         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
34319              9079,9083,9089,9090,9091 from mainline to maintperl.
34320              
34321              Quieten some noise in Win32 builds
34322              
34323              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
34324              
34325              The perlretut was still talking about the old \p and \P
34326              definitions.
34327              
34328              More tweakage on the Unicode character class descriptions.
34329              
34330              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
34331              
34332              Subject: 'no *POSIX' Patch speeding up make on BS2000 
34333              
34334              Subject: [PATCH] perldata.pod here-doc docs
34335              
34336              Add /sbin and /usr/sbin to the list of directories scanned
34337              for setuid programs.  Takes care of bug id 20010309.003.
34338              
34339              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
34340              
34341              In op/stat #35 better to scan all the potential directories
34342              for setuids, not just the first one.
34343      Branch: maint-5.6/perl
34344            ! Makefile.SH
34345           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
34346           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
34347           !> t/op/stat.t toke.c win32/win32.h
34348 ____________________________________________________________________________
34349 [  9229] By: jhi                                   on 2001/03/19  02:31:50
34350         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
34351              From: Chris Nandor <pudge@pobox.com>
34352              Date: Sat, 10 Mar 2001 14:22:19 -0500
34353              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
34354      Branch: maint-5.6/perl
34355            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
34356            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
34357            ! t/lib/b.t t/lib/errno.t
34358 ____________________________________________________________________________
34359 [  9228] By: jhi                                   on 2001/03/19  02:29:59
34360         Log: Integrate changes #9113,9122 from mainline into maintperl.
34361              
34362              Subject: [PATCH: perl@9092, dist-3.0@70] OS/390 mydomain last gasp before silly guess (was Re: What do I need to build EBCDIC perl?)
34363      Branch: maint-5.6/perl
34364           !> Configure README.os390 hints/os390.sh
34365 ____________________________________________________________________________
34366 [  9227] By: jhi                                   on 2001/03/19  02:22:35
34367         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
34368              into maintperl.
34369              
34370              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
34371              
34372              Forgot to check-in the larger part of #9120, duh.
34373              
34374              Subject: Another patch for integer.pm POD 
34375              
34376              h2ph strictness and cleanliness from Kurt Starsinic.
34377              
34378              Borland filename case problem.
34379              
34380              h2ph strictness and cleanliness from Kurt Starsinic.
34381              
34382              Subject: [PATCH] the uncontroversial doc patches
34383      Branch: maint-5.6/perl
34384           +> win32/sncfnmcs.pl
34385           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
34386           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
34387           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
34388           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
34389           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
34390           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
34391           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
34392 ____________________________________________________________________________
34393 [  9226] By: jhi                                   on 2001/03/19  02:10:21
34394         Log: Integrate changes #9207,9214 from mainline into maintperl.
34395              
34396              podchecker relaxations: =over has an *optional* number after it,
34397              and whitespace in L<> is okay.
34398      Branch: maint-5.6/perl
34399           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
34400           !> t/pod/poderrs.xr
34401 ____________________________________________________________________________
34402 [  9225] By: jhi                                   on 2001/03/19  02:07:38
34403         Log: Integrate change #9219 from maintperl into mainline.
34404              
34405              remove duplicated tests
34406      Branch: perl
34407           !> t/op/re_tests
34408 ____________________________________________________________________________
34409 [  9224] By: jhi                                   on 2001/03/19  02:06:11
34410         Log: Integrate change #9223 from mainline to maintperl.
34411              
34412              Document -Dmksymlinks.
34413      Branch: maint-5.6/perl
34414           !> INSTALL
34415 ____________________________________________________________________________
34416 [  9223] By: jhi                                   on 2001/03/19  02:01:25
34417         Log: Document -Dmksymlinks.
34418      Branch: perl
34419            ! INSTALL
34420 ____________________________________________________________________________
34421 [  9222] By: jhi                                   on 2001/03/19  01:15:35
34422         Log: The -Dmksymlinks wasn't working for maintperl.
34423      Branch: maint-5.6/perl
34424            ! Configure
34425 ____________________________________________________________________________
34426 [  9221] By: jhi                                   on 2001/03/19  00:49:43
34427         Log: Cleanup pixie residue.
34428      Branch: perl
34429            ! Makefile.SH
34430 ____________________________________________________________________________
34431 [  9220] By: jhi                                   on 2001/03/19  00:44:47
34432         Log: Document the use of pixie/prof; create make targets for it.
34433              
34434              TODO: make t/TEST pixie-aware.
34435      Branch: perl
34436            ! Makefile.SH pod/perlhack.pod
34437 ____________________________________________________________________________
34438 [  9219] By: gsar                                  on 2001/03/19  00:16:55
34439         Log: remove duplicated tests
34440      Branch: maint-5.6/perl
34441            ! t/op/re_tests
34442 ____________________________________________________________________________
34443 [  9218] By: jhi                                   on 2001/03/18  23:59:31
34444         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
34445      Branch: perl
34446            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
34447 ____________________________________________________________________________
34448 [  9217] By: jhi                                   on 2001/03/18  23:25:20
34449         Log: Rewrite the tests section of Makefile to be less redundant
34450              and to allow for more flexible test targets, many recursive
34451              make calls introduced.
34452      Branch: perl
34453            ! Makefile.SH
34454 ____________________________________________________________________________
34455 [  9216] By: jhi                                   on 2001/03/18  22:30:04
34456         Log: Document the use of Third Degree (sparsely).
34457      Branch: perl
34458            ! pod/perlhack.pod t/TEST
34459 ____________________________________________________________________________
34460 [  9215] By: jhi                                   on 2001/03/18  22:10:30
34461         Log: Make targets for testing with Third Degree.
34462      Branch: perl
34463            ! Makefile.SH
34464 ____________________________________________________________________________
34465 [  9214] By: jhi                                   on 2001/03/18  21:08:53
34466         Log: The podchecker relaxations need to mirrored also at the tests.
34467      Branch: perl
34468            ! t/pod/poderrs.xr
34469 ____________________________________________________________________________
34470 [  9213] By: jhi                                   on 2001/03/18  20:56:21
34471         Log: Update Changes.
34472      Branch: perl
34473            ! Changes patchlevel.h
34474 ____________________________________________________________________________
34475 [  9212] By: jhi                                   on 2001/03/18  20:36:59
34476         Log: Looking for config.sh in parent directories isn't
34477              very useful for the toplevel Makefile.
34478      Branch: perl
34479            ! Makefile.SH
34480 ____________________________________________________________________________
34481 [  9211] By: jhi                                   on 2001/03/18  20:33:37
34482         Log: On "make clean" take care of Third Degree droppings.
34483      Branch: perl
34484            ! Makefile.SH
34485 ____________________________________________________________________________
34486 [  9210] By: jhi                                   on 2001/03/18  20:21:34
34487         Log: Add a hook for running the tests under the Third Degree
34488              debugging tool (set $ENV{PERL_3LOG} to non-zero)
34489              
34490              TODO: Document the use of Third Degree.
34491      Branch: perl
34492            ! t/TEST
34493 ____________________________________________________________________________
34494 [  9209] By: jhi                                   on 2001/03/18  20:19:07
34495         Log: Regen toc and api pods.
34496      Branch: perl
34497            ! pod/perlapi.pod pod/perltoc.pod
34498 ____________________________________________________________________________
34499 [  9208] By: jhi                                   on 2001/03/18  20:12:12
34500         Log: Integrate changes #8128,9132 from mainline into maintperl,
34501              Tie::SubstrHash fixes.
34502      Branch: maint-5.6/perl
34503           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
34504 ____________________________________________________________________________
34505 [  9207] By: jhi                                   on 2001/03/18  20:07:43
34506         Log: podchecker relaxations from Michael Stevens.
34507      Branch: perl
34508            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
34509 ____________________________________________________________________________
34510 [  9206] By: jhi                                   on 2001/03/18  20:04:24
34511         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
34512      Branch: perl
34513            ! lib/Locale/Constants.pm lib/Locale/Country.pm
34514            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
34515            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
34516 ____________________________________________________________________________
34517 [  9205] By: jhi                                   on 2001/03/18  19:54:45
34518         Log: Integrate changes #9161,9162 from maintperl to mainline.
34519              
34520              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
34521              results
34522      Branch: perl
34523           !> t/op/magic.t
34524 ____________________________________________________________________________
34525 [  9204] By: jhi                                   on 2001/03/18  19:37:46
34526         Log: Make perl.third checks more understandable to the builder.
34527      Branch: perl
34528            ! Makefile.SH
34529 ____________________________________________________________________________
34530 [  9203] By: jhi                                   on 2001/03/18  19:20:54
34531         Log: Re-integrate #9138 from maintperl to mainline,
34532              the squelching of the unneeded "Scalars leaked" messages.
34533      Branch: perl
34534           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
34535           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
34536           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
34537 ____________________________________________________________________________
34538 [  9202] By: jhi                                   on 2001/03/18  18:48:36
34539         Log: More robust and more paranoid perl.third target.
34540      Branch: perl
34541            ! Makefile.SH
34542 ____________________________________________________________________________
34543 [  9201] By: jhi                                   on 2001/03/18  18:39:21
34544         Log: Integrate change #9197 from maintperl to mainline.
34545              
34546              more thorough cleaning of arenas.
34547      Branch: perl
34548           !> embed.pl perl.c proto.h sv.c t/op/sort.t
34549 ____________________________________________________________________________
34550 [  9200] By: jhi                                   on 2001/03/18  18:25:17
34551         Log: Integrate perlio.
34552      Branch: perl
34553           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
34554           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
34555           !> t/lib/encode.t toke.c universal.c utf8.c
34556 ____________________________________________________________________________
34557 [  9199] By: nick                                  on 2001/03/18  15:23:51
34558         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
34559              is the sense of the test being done. Avoid some magical 127 and 128 values
34560              by using macros.
34561      Branch: perlio
34562            ! doop.c pp_ctl.c sv.c toke.c
34563 ____________________________________________________________________________
34564 [  9198] By: nick                                  on 2001/03/18  14:18:12
34565         Log: UTF-X encoding invariance for Encode:
34566              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
34567              - move the XS code for those to universal.c (so in miniperl)
34568              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
34569              - change ext/Encode/compile to use above.
34570              - Fix t/lib/encode.t for above
34571              - Teach t/lib/b.t to expect -uutf8
34572              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
34573              utf8.pm is needed.
34574      Branch: perlio
34575            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
34576            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
34577 ____________________________________________________________________________
34578 [  9197] By: gsar                                  on 2001/03/18  12:15:57
34579         Log: more thorough cleaning of arenas--keep going until no more
34580              SvREFCNT_dec()s occur (this fixes the problem that causes the
34581              pesky "Scalars leaked" warnings)
34582      Branch: maint-5.6/perl
34583            ! embed.pl perl.c proto.h sv.c t/op/sort.t
34584 ____________________________________________________________________________
34585 [  9196] By: nick                                  on 2001/03/18  10:57:29
34586         Log: Fix pragma/utf8.t # 15
34587              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
34588              are SvUTF8 as well.
34589      Branch: perlio
34590            ! toke.c
34591 ____________________________________________________________________________
34592 [  9195] By: nick                                  on 2001/03/18  09:27:06
34593         Log: Integrate mainline
34594      Branch: perlio
34595           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
34596           !> t/op/pat.t
34597 ____________________________________________________________________________
34598 [  9194] By: jhi                                   on 2001/03/18  05:29:59
34599         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
34600              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
34601      Branch: perl
34602            ! op.c op.h t/op/misc.t t/op/pat.t
34603 ____________________________________________________________________________
34604 [  9193] By: jhi                                   on 2001/03/18  05:15:06
34605         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
34606      Branch: perl
34607            ! mg.c t/op/pat.t
34608 ____________________________________________________________________________
34609 [  9192] By: jhi                                   on 2001/03/18  04:22:43
34610         Log: tr/// UTF-8 patches from Inaba Hiroto.
34611      Branch: perl
34612            ! doop.c op.c
34613 ____________________________________________________________________________
34614 [  9191] By: jhi                                   on 2001/03/18  04:21:17
34615         Log: Integrate perlio.
34616      Branch: perl
34617           !> utf8.c utfebcdic.h
34618 ____________________________________________________________________________
34619 [  9190] By: nick                                  on 2001/03/17  20:32:01
34620         Log: Correct #if EBCDIC side typos.
34621              Builds and passes many tests on OS390.
34622      Branch: perlio
34623            ! utf8.c utfebcdic.h
34624 ____________________________________________________________________________
34625 [  9189] By: jhi                                   on 2001/03/17  18:55:49
34626         Log: Add prerequisites for the perl.third target.
34627      Branch: perl
34628            ! Makefile.SH
34629 ____________________________________________________________________________
34630 [  9188] By: jhi                                   on 2001/03/17  18:46:00
34631         Log: Integrate perlio.
34632      Branch: perl
34633           +> utfebcdic.h
34634           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
34635 ____________________________________________________________________________
34636 [  9187] By: jhi                                   on 2001/03/17  18:38:47
34637         Log: Add a make rule for perl.third (the Third Degree memory debugging
34638              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
34639      Branch: perl
34640            ! Makefile.SH
34641 ____________________________________________________________________________
34642 [  9186] By: nick                                  on 2001/03/17  18:34:48
34643         Log: MANIFEST addition :-(
34644      Branch: perlio
34645            ! MANIFEST
34646 ____________________________________________________________________________
34647 [  9185] By: nick                                  on 2001/03/17  18:29:50
34648         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
34649              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
34650              a superset of ASCII are invariant under the encoding. This is EBCDIC
34651              friendly as an encoded string can be looked at as being EBCDIC by lexer
34652              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
34653              ASCII on ASCII machines.
34654              
34655              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
34656              seperate.
34657              - Add some more macros to comprehend different shift amounts and
34658              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
34659              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
34660              and conditionaly #include it.
34661              
34662              EBCDIC build as yet untested.  ASCII still fails the one test.
34663      Branch: perlio
34664            + utfebcdic.h
34665            ! utf8.c utf8.h
34666 ____________________________________________________________________________
34667 [  9184] By: nick                                  on 2001/03/17  17:44:16
34668         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
34669      Branch: perlio
34670            ! doop.c perl.h pp.c utf8.h
34671 ____________________________________________________________________________
34672 [  9183] By: jhi                                   on 2001/03/17  15:55:42
34673         Log: Integrate perlio.
34674      Branch: perl
34675            ! MANIFEST
34676           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
34677 ____________________________________________________________________________
34678 [  9182] By: nick                                  on 2001/03/17  09:16:06
34679         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
34680      Branch: perlio
34681            ! t/op/pat.t
34682 ____________________________________________________________________________
34683 [  9181] By: nick                                  on 2001/03/17  09:15:11
34684         Log: Integrate mainline.
34685      Branch: perlio
34686           +> lib/Locale/Constants.pm lib/Locale/Country.pm
34687           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
34688           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
34689           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
34690           !> (integrate 83 files)
34691 ____________________________________________________________________________
34692 [  9180] By: nick                                  on 2001/03/16  17:23:21
34693         Log: EBCDIC Fixes.
34694      Branch: perlio
34695            ! perl.h sv.c toke.c utf8.c utf8.h
34696 ____________________________________________________________________________
34697 [  9179] By: jhi                                   on 2001/03/16  14:10:12
34698         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
34699              a change needed to work around an AIX compiler bug.
34700      Branch: perl
34701            ! ext/Storable/Storable.xs
34702 ____________________________________________________________________________
34703 [  9178] By: jhi                                   on 2001/03/16  03:19:59
34704         Log: With Damian's approval synchronize damian's modules'
34705              licensing with Perl's standard module licensing.
34706      Branch: perl
34707            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
34708 ____________________________________________________________________________
34709 [  9177] By: jhi                                   on 2001/03/16  03:15:34
34710         Log: Make the Filter::Util:Call files have their own copies
34711              of the Perl standard module licensing, from Paul Marquess.
34712      Branch: perl
34713            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
34714 ____________________________________________________________________________
34715 [  9176] By: jhi                                   on 2001/03/16  02:56:04
34716         Log: Subject: [PATCH] more pod patches
34717              From: Michael Stevens <michael@etla.org>
34718              Date: Thu, 15 Mar 2001 21:25:18 +0000
34719              Message-ID: <20010315212518.A18870@firedrake.org>
34720      Branch: perl
34721            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
34722            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
34723            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
34724            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
34725            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
34726            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
34727            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
34728            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
34729            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
34730            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
34731            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
34732            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
34733            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
34734            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
34735            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
34736            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
34737            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
34738            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
34739            ! lib/Locale/Country.pm lib/Locale/Language.pm
34740            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
34741            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
34742            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
34743            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
34744            ! os2/OS2/Process/Process.pm
34745 ____________________________________________________________________________
34746 [  9175] By: jhi                                   on 2001/03/16  02:53:32
34747         Log: Subject: [PATCH] the uncontroversial doc patches
34748              From: Michael Stevens <michael@etla.org>
34749              Date: Thu, 15 Mar 2001 20:01:12 +0000
34750              Message-ID: <20010315200112.A7636@firedrake.org>
34751      Branch: perl
34752            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
34753            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
34754            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
34755            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
34756            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
34757 ____________________________________________________________________________
34758 [  9174] By: jhi                                   on 2001/03/16  02:50:49
34759         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
34760              From: Paul Lindner <lindner@inuus.com>
34761              Date: Fri, 16 Mar 2001 11:28:03 -0800
34762              Message-ID: <20010316112803.A7577@inuus.com>
34763      Branch: perl
34764            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
34765 ____________________________________________________________________________
34766 [  9173] By: nick                                  on 2001/03/15  20:21:03
34767         Log: 1st day's EBCDIC fixes:
34768              - toke.c's parsing of strings needed attention
34769              needed to conditionally e2a if string was already UTF-8
34770              - e2a/a2e tables where wrong way round.
34771              - new macros in utf8.h
34772      Branch: perlio
34773            ! perl.h toke.c utf8.h
34774 ____________________________________________________________________________
34775 [  9172] By: jhi                                   on 2001/03/15  15:17:17
34776         Log: Update Changes.
34777      Branch: perl
34778            ! Changes patchlevel.h
34779 ____________________________________________________________________________
34780 [  9171] By: jhi                                   on 2001/03/15  15:09:32
34781         Log: Subject: Re: Another Borland C++ problem.
34782              From: "Vadim Konovalov" <watman@inbox.ru>
34783              Date: Sat, 10 Mar 2001 19:26:07 +0300
34784              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
34785              
34786              Borland filename case problem.
34787      Branch: perl
34788            + win32/sncfnmcs.pl
34789            ! MANIFEST README.win32
34790 ____________________________________________________________________________
34791 [  9170] By: jhi                                   on 2001/03/15  14:54:23
34792         Log: Add Locale::Codes 1.06, from Neil Bowers.
34793      Branch: perl
34794            + lib/Locale/Constants.pm lib/Locale/Country.pm
34795            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
34796            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
34797            + t/lib/lc-language.t t/lib/lc-uk.t
34798            ! MANIFEST
34799 ____________________________________________________________________________
34800 [  9169] By: jhi                                   on 2001/03/15  14:19:01
34801         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
34802      Branch: perl
34803            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
34804            ! ext/Storable/Storable.xs
34805 ____________________________________________________________________________
34806 [  9168] By: jhi                                   on 2001/03/15  14:13:22
34807         Log: Integrate changes #9120,9167 from mainline to maintperl.
34808              
34809              Subject: [PATCH 5.6.1] OS/2 docs
34810              
34811              Subject: [PATCH 5.6.1] perldoc
34812      Branch: maint-5.6/perl
34813           !> os2/Changes utils/perldoc.PL
34814 ____________________________________________________________________________
34815 [  9167] By: jhi                                   on 2001/03/15  14:07:42
34816         Log: Subject: [PATCH 5.6.1] perldoc
34817              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34818              Date: Wed, 14 Mar 2001 23:46:52 -0500
34819              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
34820      Branch: perl
34821            ! utils/perldoc.PL
34822 ____________________________________________________________________________
34823 [  9166] By: jhi                                   on 2001/03/15  13:53:15
34824         Log: sigaction test condition tweakage.
34825      Branch: perl
34826            ! t/lib/sigaction.t
34827 ____________________________________________________________________________
34828 [  9165] By: alanbur                               on 2001/03/15  03:49:17
34829         Log: Resynchronised with parent
34830      Branch: maint-5.6/pureperl
34831           +> os2/os2add.sym t/op/anonsub.t
34832           !> (integrate 72 files)
34833 ____________________________________________________________________________
34834 [  9164] By: jhi                                   on 2001/03/15  01:05:01
34835         Log: Avoid stomping off the beginning of an array in tr///.
34836      Branch: perl
34837            ! op.c
34838 ____________________________________________________________________________
34839 [  9163] By: jhi                                   on 2001/03/15  00:58:57
34840         Log: h2ph strictness and cleanliness from Kurt Starsinic.
34841      Branch: perl
34842            ! utils/h2ph.PL
34843 ____________________________________________________________________________
34844 [  9162] By: gsar                                  on 2001/03/15  00:56:53
34845         Log: avoid warnings
34846      Branch: maint-5.6/perl
34847            ! t/op/magic.t
34848 ____________________________________________________________________________
34849 [  9161] By: gsar                                  on 2001/03/15  00:52:09
34850         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
34851              results
34852      Branch: maint-5.6/perl
34853            ! t/op/magic.t
34854 ____________________________________________________________________________
34855 [  9160] By: jhi                                   on 2001/03/14  22:02:10
34856         Log: Do not use the Perl malloc in IRIX, suggested by
34857              Helmus Jarausch.
34858      Branch: perl
34859            ! hints/irix_6.sh
34860 ____________________________________________________________________________
34861 [  9159] By: nick                                  on 2001/03/14  21:45:59
34862         Log: Integrate mainline
34863      Branch: perlio
34864           +> t/op/loopctl.t
34865           !> (integrate 41 files)
34866 ____________________________________________________________________________
34867 [  9158] By: jhi                                   on 2001/03/14  21:10:09
34868         Log: The Day of the Retractions continues: the #9138
34869              (integrated in #9144) doesn't work well in mainline.
34870      Branch: perl
34871            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
34872            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
34873            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
34874 ____________________________________________________________________________
34875 [  9157] By: jhi                                   on 2001/03/14  20:58:12
34876         Log: The #9145 CANNOT be enabled: the clear_pmop code still
34877              dumps core all over in Tru64.
34878      Branch: perl
34879            ! op.c op.h t/op/pat.t
34880 ____________________________________________________________________________
34881 [  9156] By: jhi                                   on 2001/03/14  20:48:06
34882         Log: Integrate change #9154 from maintperl to mainline.
34883              
34884              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
34885              (caused Storable 1.0.10 to break on windows)
34886      Branch: perl
34887           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
34888           !> perlapi.c proto.h
34889 ____________________________________________________________________________
34890 [  9155] By: jhi                                   on 2001/03/14  20:23:53
34891         Log: Retract #9136: breaks threading (and binary compatibility).
34892      Branch: perl
34893            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
34894 ____________________________________________________________________________
34895 [  9154] By: gsar                                  on 2001/03/14  17:48:18
34896         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
34897              (caused Storable 1.0.10 to break on windows)
34898      Branch: maint-5.6/perl
34899            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
34900            ! perlapi.c proto.h
34901 ____________________________________________________________________________
34902 [  9153] By: jhi                                   on 2001/03/14  13:35:21
34903         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
34904      Branch: perl
34905            ! t/lib/sigaction.t
34906 ____________________________________________________________________________
34907 [  9152] By: gsar                                  on 2001/03/14  07:29:40
34908         Log: back out changes#9012,9010,9009 and parts of change#9016
34909              (causes ABRs under purify, and some prerequisites don't
34910              seem to be there in 5.6.x)
34911      Branch: maint-5.6/perl
34912            ! doop.c op.c t/op/tr.t toke.c
34913 ____________________________________________________________________________
34914 [  9151] By: gsar                                  on 2001/03/14  07:01:29
34915         Log: reenable change#9145 (the test was busted due to a missing
34916              C<print "ok 27\n">)
34917      Branch: perl
34918            ! op.c op.h t/op/pat.t
34919 ____________________________________________________________________________
34920 [  9150] By: jhi                                   on 2001/03/14  06:38:36
34921         Log: Retract #9145.
34922      Branch: perl
34923            ! op.c op.h t/op/pat.t
34924 ____________________________________________________________________________
34925 [  9149] By: jhi                                   on 2001/03/14  06:14:56
34926         Log: Retract #9143.
34927      Branch: perl
34928            ! op.c
34929 ____________________________________________________________________________
34930 [  9148] By: gsar                                  on 2001/03/14  06:13:02
34931         Log: Uninitialized Memory Read in regexec.c
34932      Branch: perl
34933            ! regexec.c
34934 ____________________________________________________________________________
34935 [  9147] By: jhi                                   on 2001/03/14  04:59:54
34936         Log: Subject: PATCH: make goto work in nested eval ""
34937              From: Robin Houston <robin@kitsite.com>
34938              Date: Wed, 14 Mar 2001 04:16:10 +0000
34939              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
34940      Branch: perl
34941            ! pp_ctl.c t/op/goto.t
34942 ____________________________________________________________________________
34943 [  9146] By: jhi                                   on 2001/03/14  04:42:54
34944         Log: Preserve the #ifdef PERL_CORE in perly.h.
34945      Branch: perl
34946            ! perly.fixer
34947 ____________________________________________________________________________
34948 [  9145] By: jhi                                   on 2001/03/14  03:57:41
34949         Log: (Retracted by #9150.)
34950      Branch: perl
34951            ! op.c op.h t/op/pat.t
34952 ____________________________________________________________________________
34953 [  9144] By: jhi                                   on 2001/03/14  03:50:38
34954         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
34955              
34956              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
34957              
34958              remove squelch controls for "Scalars leaked" messages in most places
34959              (these are now cured)
34960              
34961              fix another memory leak reported by purify (tie callbacks that
34962              croak can leak when wiping out magic)
34963      Branch: perl
34964           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
34965           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
34966           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
34967           !> t/pragma/warnings.t
34968 ____________________________________________________________________________
34969 [  9143] By: jhi                                   on 2001/03/14  03:37:53
34970         Log: (Retracted by #9149.)
34971      Branch: perl
34972            ! op.c
34973 ____________________________________________________________________________
34974 [  9142] By: gsar                                  on 2001/03/14  03:20:48
34975         Log: fix another memory leak reported by purify (tie callbacks that
34976              croak can leak when wiping out magic)
34977      Branch: maint-5.6/perl
34978            ! scope.c
34979 ____________________________________________________________________________
34980 [  9141] By: jhi                                   on 2001/03/14  02:55:00
34981         Log: Subject: PATCH for [ID 20010305.003]
34982              From: Robin Houston <robin@kitsite.com>
34983              Date: Wed, 14 Mar 2001 02:45:51 +0000
34984              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
34985      Branch: perl
34986            ! pp_ctl.c t/op/eval.t
34987 ____________________________________________________________________________
34988 [  9140] By: jhi                                   on 2001/03/14  02:41:54
34989         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
34990              Date: Wed, 14 Mar 2001 01:52:51 +0000
34991              From: Robin Houston <robin@kitsite.com>
34992              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
34993              
34994              Fix for 2000313.004.
34995      Branch: perl
34996            ! pp_ctl.c t/op/goto.t
34997 ____________________________________________________________________________
34998 [  9139] By: jhi                                   on 2001/03/14  02:40:50
34999         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
35000              From: Robin Houston <robin@kitsite.com>
35001              Date: Wed, 14 Mar 2001 00:43:45 +0000
35002              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
35003      Branch: perl
35004            + t/op/loopctl.t
35005            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
35006            ! vms/perly_c.vms
35007 ____________________________________________________________________________
35008 [  9138] By: gsar                                  on 2001/03/14  01:18:00
35009         Log: remove squelch controls for "Scalars leaked" messages in most places
35010              (these are now cured)
35011      Branch: maint-5.6/perl
35012            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
35013            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
35014            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
35015 ____________________________________________________________________________
35016 [  9137] By: gsar                                  on 2001/03/14  00:57:04
35017         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
35018      Branch: maint-5.6/perl
35019            ! regcomp.c
35020 ____________________________________________________________________________
35021 [  9136] By: jhi                                   on 2001/03/13  23:12:24
35022         Log: (Retracted by #9155)
35023              
35024              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
35025              From: Jens-Uwe Mager <jum@helios.de>
35026              Date: Wed, 21 Feb 2001 21:32:04 +0100
35027              Message-ID: <20010221213203.A18340@ans.helios.de>
35028      Branch: perl
35029            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
35030 ____________________________________________________________________________
35031 [  9135] By: jhi                                   on 2001/03/13  22:50:05
35032         Log: Integrate perlio.
35033      Branch: perl
35034           !> pp.c
35035 ____________________________________________________________________________
35036 [  9134] By: jhi                                   on 2001/03/13  22:49:05
35037         Log: Integrate change #9131 from maintperl into mainline.
35038              
35039              make the error text look more consistent in hints/hpux.sh
35040      Branch: perl
35041           !> hints/hpux.sh
35042 ____________________________________________________________________________
35043 [  9133] By: gsar                                  on 2001/03/13  22:46:20
35044         Log: integrate change#9067 from mainline
35045              
35046              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
35047      Branch: maint-5.6/perl
35048           !> lib/ExtUtils/MM_Unix.pm
35049 ____________________________________________________________________________
35050 [  9132] By: jhi                                   on 2001/03/13  22:41:21
35051         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
35052              From: "John P. Linderman" <jpl@research.att.com>
35053              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
35054              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
35055              
35056              A more correct prime finder.
35057      Branch: perl
35058            ! lib/Tie/SubstrHash.pm
35059 ____________________________________________________________________________
35060 [  9131] By: gsar                                  on 2001/03/13  22:30:42
35061         Log: make the error text look more consistent in hints/hpux.sh
35062      Branch: maint-5.6/perl
35063            ! hints/hpux.sh
35064 ____________________________________________________________________________
35065 [  9130] By: jhi                                   on 2001/03/13  22:23:44
35066         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
35067              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
35068              Date: Tue, 13 Mar 2001 18:41:26 +0100
35069              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
35070              
35071              If the test is run non-interactively the default handler
35072              is different.
35073      Branch: perl
35074            ! t/lib/sigaction.t
35075 ____________________________________________________________________________
35076 [  9129] By: jhi                                   on 2001/03/13  22:20:21
35077         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
35078              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
35079              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
35080              Date:     Tue, 13 Mar 2001 16:44:32 EST
35081      Branch: perl
35082            ! t/lib/1_compile.t
35083 ____________________________________________________________________________
35084 [  9128] By: jhi                                   on 2001/03/13  22:18:34
35085         Log: Subject: Another patch for integer.pm POD 
35086              From: "John L. Allen" <allen@grumman.com>
35087              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
35088              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
35089      Branch: perl
35090            ! lib/integer.pm
35091 ____________________________________________________________________________
35092 [  9127] By: nick                                  on 2001/03/13  21:26:30
35093         Log: Integrate mainline.
35094      Branch: perlio
35095           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
35096           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
35097           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
35098           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
35099           !> Changes Configure MANIFEST README.os2 README.os390
35100           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
35101           !> os2/Changes patchlevel.h win32/perlhost.h
35102 ____________________________________________________________________________
35103 [  9126] By: nick                                  on 2001/03/13  20:39:51
35104         Log: #ifdef'ed out code to make packed side of pack/unpack
35105              octets. (i.e. pack('U') => encode_utf8).
35106      Branch: perlio
35107            ! pp.c
35108 ____________________________________________________________________________
35109 [  9125] By: jhi                                   on 2001/03/13  15:07:16
35110         Log: Update Changes.
35111      Branch: perl
35112            ! Changes patchlevel.h
35113 ____________________________________________________________________________
35114 [  9124] By: jhi                                   on 2001/03/13  14:22:45
35115         Log: Workaround for the buggy ("internal compiler error")
35116              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
35117              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
35118              of Andreas König.
35119      Branch: perl
35120            ! ext/re/Makefile.PL hints/aix.sh
35121 ____________________________________________________________________________
35122 [  9123] By: jhi                                   on 2001/03/13  03:24:34
35123         Log: Typo in #9114.
35124      Branch: metaconfig
35125            ! U/modified/myhostname.U
35126 ____________________________________________________________________________
35127 [  9122] By: jhi                                   on 2001/03/13  03:24:06
35128         Log: Typo in #9113.
35129      Branch: perl
35130            ! Configure
35131 ____________________________________________________________________________
35132 [  9121] By: jhi                                   on 2001/03/13  01:53:05
35133         Log: Forgot to check-in the larger part of #9120, duh.
35134      Branch: perl
35135            ! README.os2
35136 ____________________________________________________________________________
35137 [  9120] By: jhi                                   on 2001/03/13  01:51:31
35138         Log: Subject: [PATCH 5.6.1] OS/2 docs
35139              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35140              Date: Mon, 12 Mar 2001 03:27:32 -0500
35141              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
35142      Branch: perl
35143            ! os2/Changes
35144 ____________________________________________________________________________
35145 [  9119] By: jhi                                   on 2001/03/13  01:49:41
35146         Log: Integrate change #9116 from maintperl into mainline.
35147              
35148              Win32::GetCwd() returns C: instead of C:\ in the root directory
35149              under ithreads
35150      Branch: perl
35151           !> win32/perlhost.h
35152 ____________________________________________________________________________
35153 [  9118] By: jhi                                   on 2001/03/13  01:13:39
35154         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
35155      Branch: perl
35156            + lib/Switch.pm t/lib/switch.t
35157            ! MANIFEST
35158 ____________________________________________________________________________
35159 [  9117] By: jhi                                   on 2001/03/13  01:03:17
35160         Log: Add Text::Balanced 1.83.
35161      Branch: perl
35162            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
35163            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
35164            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
35165            + t/lib/tb-xvari.t
35166            ! MANIFEST
35167 ____________________________________________________________________________
35168 [  9116] By: gsar                                  on 2001/03/13  00:55:53
35169         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
35170              under ithreads
35171      Branch: maint-5.6/perl
35172            ! win32/perlhost.h
35173 ____________________________________________________________________________
35174 [  9115] By: jhi                                   on 2001/03/13  00:54:09
35175         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
35176              From: "John L. Allen" <allen@grumman.com>
35177              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
35178              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
35179              
35180              use integer document clarification.
35181      Branch: perl
35182            ! lib/integer.pm
35183 ____________________________________________________________________________
35184 [  9114] By: jhi                                   on 2001/03/13  00:38:54
35185         Log: Metaconfig unit change for #9113.
35186      Branch: metaconfig
35187            ! U/modified/myhostname.U
35188 ____________________________________________________________________________
35189 [  9113] By: jhi                                   on 2001/03/13  00:38:35
35190         Log: Subject: [PATCH: perl@9092, dist-3.0@70] OS/390 mydomain last gasp before silly guess (was Re: What do I need to build EBCDIC perl?)
35191              From: Peter Prymmer <pvhp@forte.com>
35192              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
35193              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
35194      Branch: perl
35195            ! Configure README.os390 hints/os390.sh
35196 ____________________________________________________________________________
35197 [  9112] By: jhi                                   on 2001/03/13  00:29:00
35198         Log: Integrate perlio.
35199      Branch: perl
35200           !> sv.c utf8.h
35201 ____________________________________________________________________________
35202 [  9111] By: nick                                  on 2001/03/12  21:16:33
35203         Log: Integrate mainline.
35204      Branch: perlio
35205           +> t/op/anonsub.t
35206           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
35207           !> proto.h sv.c
35208 ____________________________________________________________________________
35209 [  9110] By: nick                                  on 2001/03/12  21:00:13
35210         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
35211      Branch: perlio
35212            ! sv.c utf8.h
35213 ____________________________________________________________________________
35214 [  9109] By: jhi                                   on 2001/03/12  16:04:47
35215         Log: Integrate change #9108 from maintperl to mainline.
35216              
35217              fix memory leak in C<sub X { sub {} }> arising from a refcount
35218              loop between the outer sub and the inner prototype anonsub
35219              
35220              this also enables closures returned by subroutines that
35221              subsequently get redefined to work without generating coredumps :)
35222              
35223              completely removed the free_closures() hack--it shouldn't be
35224              needed anymore
35225      Branch: perl
35226           +> t/op/anonsub.t
35227           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
35228           !> proto.h sv.c
35229 ____________________________________________________________________________
35230 [  9108] By: gsar                                  on 2001/03/12  10:21:31
35231         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
35232              loop between the outer sub and the inner prototype anonsub
35233              
35234              this also enables closures returned by subroutines that
35235              subsequently get redefined to work without generating coredumps :)
35236              
35237              completely removed the free_closures() hack--it shouldn't be
35238              needed anymore
35239      Branch: maint-5.6/perl
35240            + t/op/anonsub.t
35241            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
35242            ! proto.h sv.c
35243 ____________________________________________________________________________
35244 [  9107] By: jhi                                   on 2001/03/12  05:15:31
35245         Log: Integrate perlio.
35246      Branch: perl
35247           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
35248 ____________________________________________________________________________
35249 [  9106] By: nick                                  on 2001/03/11  20:10:12
35250         Log: regcomp.c is working in native space, not Unicode space (if different)
35251              as it is doing compare against 'W' in \W etc.
35252      Branch: perlio
35253            ! regcomp.c
35254 ____________________________________________________________________________
35255 [  9105] By: nick                                  on 2001/03/11  19:39:34
35256         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
35257              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
35258      Branch: perlio
35259            ! regcomp.c toke.c utf8.c
35260 ____________________________________________________________________________
35261 [  9104] By: nick                                  on 2001/03/11  18:15:44
35262         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
35263      Branch: perlio
35264            ! sv.c
35265 ____________________________________________________________________________
35266 [  9103] By: nick                                  on 2001/03/11  18:03:28
35267         Log: Integrate mainline (for regexp stuff).
35268      Branch: perlio
35269           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
35270           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
35271           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
35272           !> t/lib/errno.t t/op/pat.t
35273 ____________________________________________________________________________
35274 [  9102] By: nick                                  on 2001/03/11  17:44:20
35275         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
35276              - exclude layer syms in makedef.pl for sfio
35277              - also inhibit Encode from trying to build ":encode()" layer.
35278      Branch: perlio
35279            ! ext/Encode/Encode.xs makedef.pl
35280 ____________________________________________________________________________
35281 [  9101] By: jhi                                   on 2001/03/10  22:38:13
35282         Log: The $Is_MacOS needs to be declared.
35283      Branch: perl
35284            ! lib/ExtUtils/Manifest.pm
35285 ____________________________________________________________________________
35286 [  9100] By: jhi                                   on 2001/03/10  22:14:29
35287         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
35288              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
35289              pollute the symbolspace if using sfio.
35290      Branch: perl
35291            ! ext/Encode/Encode.xs
35292 ____________________________________________________________________________
35293 [  9099] By: jhi                                   on 2001/03/10  21:58:48
35294         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
35295              Date: Sat, 10 Mar 2001 14:23:55 -0500
35296              From: Chris Nandor <pudge@pobox.com>
35297              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
35298      Branch: perl
35299            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
35300            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
35301            ! t/lib/errno.t
35302 ____________________________________________________________________________
35303 [  9098] By: jhi                                   on 2001/03/10  21:38:30
35304         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
35305      Branch: perl
35306            ! regcomp.c regexec.c t/op/pat.t
35307 ____________________________________________________________________________
35308 [  9097] By: jhi                                   on 2001/03/10  14:38:07
35309         Log: Integrate perlio.
35310      Branch: perl
35311           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
35312           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
35313           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
35314 ____________________________________________________________________________
35315 [  9096] By: nick                                  on 2001/03/10  11:55:43
35316         Log: EBCDIC sanity - phase I
35317              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
35318              - use utf8n_xxxx (c.f. pvn) for forms which take length.
35319              - back out vN.N and $^V exceptions to e2a/a2e
35320              - make "locale" isxxx macros be uvchr (may be redundant?)
35321              
35322              Not clear yet that toUPPER_uni et. al. return being handled correctly.
35323              The tr// and rexexp stuff still needs an audit, assumption is they are working
35324              in Unicode space.
35325              
35326              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
35327      Branch: perlio
35328            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
35329            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
35330            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
35331 ____________________________________________________________________________
35332 [  9095] By: jhi                                   on 2001/03/09  22:10:01
35333         Log: Integrate perlio.
35334      Branch: perl
35335           !> dump.c
35336 ____________________________________________________________________________
35337 [  9094] By: nick                                  on 2001/03/09  17:36:38
35338         Log: Builds an passes all tests after integrate and this tweak.
35339      Branch: perlio
35340            ! dump.c
35341 ____________________________________________________________________________
35342 [  9093] By: nick                                  on 2001/03/09  17:16:03
35343         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
35344      Branch: perlio
35345           +> lib/unicode/Scripts.txt t/lib/sigaction.t
35346           !> (integrate 79 files)
35347 ____________________________________________________________________________
35348 [  9092] By: jhi                                   on 2001/03/09  15:28:26
35349         Log: Update Changes.
35350      Branch: perl
35351            ! Changes patchlevel.h
35352 ____________________________________________________________________________
35353 [  9091] By: jhi                                   on 2001/03/09  15:25:05
35354         Log: In op/stat #35 better to scan all the potential directories
35355              for setuids, not just the first one.
35356      Branch: perl
35357            ! t/op/stat.t
35358 ____________________________________________________________________________
35359 [  9090] By: jhi                                   on 2001/03/09  15:01:27
35360         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
35361              From: rspier@pobox.com (Robert Spier)
35362              Date: Fri, 9 Mar 2001 03:30:20 -0500
35363              Message-ID: <15016.38044.381174.160189@rls.cx>
35364              
35365              EXISTS() returning undef mistakenly triggered a FETCH().
35366      Branch: perl
35367            ! hv.c
35368 ____________________________________________________________________________
35369 [  9089] By: jhi                                   on 2001/03/09  14:59:02
35370         Log: Add /sbin and /usr/sbin to the list of directories scanned
35371              for setuid programs.  Takes care of bug id 20010309.003.
35372      Branch: perl
35373            ! t/op/stat.t
35374 ____________________________________________________________________________
35375 [  9088] By: jhi                                   on 2001/03/09  14:48:32
35376         Log: Regen perlapi, perltoc.
35377      Branch: perl
35378            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
35379 ____________________________________________________________________________
35380 [  9087] By: jhi                                   on 2001/03/09  14:38:56
35381         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
35382              From: David Mitchell <davem@fdgroup.co.uk>
35383              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
35384              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
35385      Branch: perl
35386            ! dump.c perl.c perl.h pod/perlrun.pod
35387 ____________________________________________________________________________
35388 [  9086] By: jhi                                   on 2001/03/09  01:47:16
35389         Log: A modified version of
35390              
35391              Subject: [ID 20010307.005] POSIX::sigaction has various problems
35392              From: anders@broadcom.com
35393              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
35394              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
35395              
35396              Currently the sigaction.t test #6 fails (and is fudged to look
35397              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
35398              This may well be a genuine bug in Linux sigaction() (since at
35399              least Tru64, Solaris, and HP-UX disagree with Linux).
35400              Anyone with POSIX / SUSv2 tome handy?  The problem is that
35401              the flags of the oldaction don't match with the flags in
35402              the previously installed disposition.
35403      Branch: perl
35404            + t/lib/sigaction.t
35405            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
35406 ____________________________________________________________________________
35407 [  9085] By: jhi                                   on 2001/03/09  01:30:13
35408         Log: Subject: Re: mission impossible for the day
35409              From: Alex Gough <alex@rcon.org>
35410              Date: Thu, 08 Mar 2001 17:18:19 +0000
35411              Message-ID: <3AA7BEDB.8070409@rcon.org>
35412              
35413              If references (are overloaded) and can be directly stringified,
35414              show that instead of "stringified".
35415              
35416              (The problem, infinite mutual recursion caused by overloaded bool
35417              in Switch.pm, tracked by David Mitchell)
35418      Branch: perl
35419            ! lib/Carp/Heavy.pm
35420 ____________________________________________________________________________
35421 [  9084] By: jhi                                   on 2001/03/09  01:20:39
35422         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
35423              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
35424              From: David Mitchell <davem@fdgroup.co.uk>
35425              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
35426      Branch: perl
35427            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
35428            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
35429 ____________________________________________________________________________
35430 [  9083] By: jhi                                   on 2001/03/09  01:16:51
35431         Log: Subject: [PATCH] perldata.pod here-doc docs
35432              From: Jeff Pinyan <jeffp@crusoe.net>
35433              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
35434              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
35435      Branch: perl
35436            ! pod/perldata.pod
35437 ____________________________________________________________________________
35438 [  9082] By: jhi                                   on 2001/03/09  01:01:27
35439         Log: Subject: Re: Unicode/EBCDIC
35440              From: Peter Prymmer <pvhp@forte.com>
35441              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
35442              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
35443      Branch: perl
35444            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
35445 ____________________________________________________________________________
35446 [  9081] By: jhi                                   on 2001/03/08  13:41:30
35447         Log: Subject: Ooops, wrong 'no *POSIX' Patch
35448              From: Dorner Thomas <Thomas.Dorner@start.de>
35449              Date: Thu, 8 Mar 2001 08:43:28 +0100
35450              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
35451      Branch: perl
35452            ! hints/posix-bc.sh
35453 ____________________________________________________________________________
35454 [  9080] By: jhi                                   on 2001/03/08  13:11:42
35455         Log: It's Scripts.txt, not Script.txt.
35456      Branch: perl
35457            ! MANIFEST
35458 ____________________________________________________________________________
35459 [  9079] By: jhi                                   on 2001/03/08  12:59:05
35460         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
35461              From: Dorner Thomas <Thomas.Dorner@start.de>
35462              Date: Wed, 7 Mar 2001 14:13:31 +0100
35463              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
35464      Branch: perl
35465            ! makedepend.SH
35466 ____________________________________________________________________________
35467 [  9078] By: jhi                                   on 2001/03/08  12:57:43
35468         Log: Retract #9069, wrong patch.
35469      Branch: perl
35470            ! Makefile.SH
35471 ____________________________________________________________________________
35472 [  9077] By: jhi                                   on 2001/03/08  01:06:13
35473         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
35474      Branch: perl
35475            + lib/unicode/Scripts.txt
35476            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
35477            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
35478            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
35479            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
35480            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
35481            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
35482            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
35483            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
35484            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
35485            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
35486            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
35487            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
35488            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
35489            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
35490            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
35491            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
35492            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
35493            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
35494            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
35495            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
35496            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
35497            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
35498            ! lib/unicode/version
35499 ____________________________________________________________________________
35500 [  9076] By: jhi                                   on 2001/03/07  22:59:39
35501         Log: Integrate change #7784 from mainline into maintperl.
35502              
35503              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
35504      Branch: maint-5.6/perl
35505           !> pp_ctl.c t/op/pat.t
35506 ____________________________________________________________________________
35507 [  9075] By: jhi                                   on 2001/03/07  22:05:11
35508         Log: More UTF-8 test tweaks.
35509      Branch: perl
35510            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
35511 ____________________________________________________________________________
35512 [  9074] By: nick                                  on 2001/03/07  21:39:29
35513         Log: Integrate mainline.
35514      Branch: perlio
35515           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
35516           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
35517           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
35518           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
35519           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
35520 ____________________________________________________________________________
35521 [  9073] By: jhi                                   on 2001/03/07  16:37:09
35522         Log: Update Changes.
35523      Branch: perl
35524            ! Changes patchlevel.h
35525 ____________________________________________________________________________
35526 [  9072] By: jhi                                   on 2001/03/07  16:32:30
35527         Log: Subject: [ID 20010306.004] || != named unary operator
35528              From: abela@geneanet.org
35529              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
35530              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
35531      Branch: perl
35532            ! pod/perlop.pod
35533 ____________________________________________________________________________
35534 [  9071] By: jhi                                   on 2001/03/07  15:14:11
35535         Log: Subject: downgrading to bytes for common functions
35536              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
35537              Date: Wed, 7 Mar 2001 02:36:55 -0500
35538              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
35539      Branch: perl
35540            ! pp_sys.c
35541 ____________________________________________________________________________
35542 [  9070] By: jhi                                   on 2001/03/07  15:04:58
35543         Log: Clarify the description differentiating for and while; inspired by
35544              
35545              Subject: [ID 20010306.002] for/while difference in for definition
35546              From: abela@geneanet.org
35547              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
35548              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
35549      Branch: perl
35550            ! pod/perlsyn.pod
35551 ____________________________________________________________________________
35552 [  9069] By: jhi                                   on 2001/03/07  14:55:30
35553         Log: (Retracted by #9078.)
35554      Branch: perl
35555            ! Makefile.SH
35556 ____________________________________________________________________________
35557 [  9068] By: jhi                                   on 2001/03/07  14:51:17
35558         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
35559              From: Radu Greab <radu@netsoft.ro>
35560              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
35561              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
35562      Branch: perl
35563            ! pp.c t/op/chop.t
35564 ____________________________________________________________________________
35565 [  9067] By: jhi                                   on 2001/03/07  14:48:57
35566         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
35567              From: Simon Cozens <simon@netthink.co.uk>
35568              Date: Wed, 7 Mar 2001 13:59:28 +0000
35569              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
35570              
35571              In order to allow MakeMaker to build correct Makefiles,
35572              you need to change the order of the arguments in MM_Unix.pm
35573              as well. (Unless you have C89_CCMODE set, but we're trying
35574              to be POSIXly correct)
35575              
35576              Thanks to Merijn Broeren for tracking this down.
35577      Branch: perl
35578            ! lib/ExtUtils/MM_Unix.pm
35579 ____________________________________________________________________________
35580 [  9066] By: jhi                                   on 2001/03/07  14:30:02
35581         Log: Floating point too messy.
35582      Branch: perl
35583            ! t/camel-III/vstring.t
35584 ____________________________________________________________________________
35585 [  9065] By: jhi                                   on 2001/03/07  14:17:44
35586         Log: Integrate change #9064 from maintperl into mainline.
35587              
35588              fix memory leak in pack("Bb",...)
35589      Branch: perl
35590           !> perl.c
35591 ____________________________________________________________________________
35592 [  9064] By: gsar                                  on 2001/03/07  06:29:24
35593         Log: fix memory leak in pack("Bb",...)
35594      Branch: maint-5.6/perl
35595            ! perl.c
35596 ____________________________________________________________________________
35597 [  9063] By: jhi                                   on 2001/03/07  00:55:04
35598         Log: Major utf8 test reorganisation and rewrite.
35599              Hopefully no tests were lost in the shuffle.
35600              (The beginning of pragma/utf8 was lost intentionally,
35601              the tests were rather bogus and incomplete.)
35602      Branch: perl
35603            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
35604            ! t/pragma/utf8.t
35605 ____________________________________________________________________________
35606 [  9062] By: jhi                                   on 2001/03/07  00:41:16
35607         Log: More tweakage on the Unicode character class descriptions.
35608      Branch: perl
35609            ! lib/unicode/mktables.PL pod/perlretut.pod
35610 ____________________________________________________________________________
35611 [  9061] By: jhi                                   on 2001/03/06  23:12:38
35612         Log: The perlretut was still talking about the old \p and \P
35613              definitions.
35614      Branch: perl
35615            ! pod/perlretut.pod
35616 ____________________________________________________________________________
35617 [  9060] By: nick                                  on 2001/03/06  20:52:37
35618         Log: Integrate mainline (make test works again now).
35619      Branch: perlio
35620           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
35621 ____________________________________________________________________________
35622 [  9059] By: jhi                                   on 2001/03/06  15:36:14
35623         Log: 0.999... does equal 1.0, doesn't it?
35624      Branch: perl
35625            ! t/camel-III/vstring.t
35626 ____________________________________________________________________________
35627 [  9058] By: jhi                                   on 2001/03/06  15:34:00
35628         Log: Make /x{abcd}/ to work without use utf8.
35629      Branch: perl
35630            ! regcomp.c
35631 ____________________________________________________________________________
35632 [  9057] By: jhi                                   on 2001/03/06  03:02:36
35633         Log: Easier to outcomment all the three reset() tests for now.
35634      Branch: perl
35635            ! t/op/pat.t
35636 ____________________________________________________________________________
35637 [  9056] By: jhi                                   on 2001/03/06  02:30:02
35638         Log: Comment out the deadly reset; until the 20010301.005
35639              is finally fixed.
35640      Branch: perl
35641            ! t/op/pat.t
35642 ____________________________________________________________________________
35643 [  9055] By: jhi                                   on 2001/03/06  02:21:26
35644         Log: Integrate the change #9054 from mainline:
35645              retract the PMOP cleanup patch pending further investigation.
35646      Branch: maint-5.6/perl
35647           !> op.c op.h
35648 ____________________________________________________________________________
35649 [  9054] By: jhi                                   on 2001/03/06  02:19:57
35650         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
35651              with oddly familiar stack traces.
35652      Branch: perl
35653            ! op.c op.h
35654 ____________________________________________________________________________
35655 [  9053] By: jhi                                   on 2001/03/05  23:20:28
35656         Log: Integrate perlio.
35657      Branch: perl
35658           +> ext/Encode/Encode/koi8-r.ucm
35659           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
35660           !> makedef.pl
35661 ____________________________________________________________________________
35662 [  9052] By: nick                                  on 2001/03/05  23:08:17
35663         Log: skipping USE_PERLIO symbols correction.
35664      Branch: perlio
35665            ! makedef.pl
35666 ____________________________________________________________________________
35667 [  9051] By: nick                                  on 2001/03/05  22:35:07
35668         Log: More Encode alias tidying.
35669      Branch: perlio
35670            + ext/Encode/Encode/koi8-r.ucm
35671            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
35672 ____________________________________________________________________________
35673 [  9050] By: jhi                                   on 2001/03/05  21:44:29
35674         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
35675              Sarathy's fix for ID 20010301.005.
35676      Branch: maint-5.6/perl
35677           !> op.c op.h
35678 ____________________________________________________________________________
35679 [  9049] By: nick                                  on 2001/03/05  19:54:04
35680         Log: Integrate Jarkko's Encode.pm tweak.
35681      Branch: perlio
35682           !> ext/Encode/Encode.pm
35683 ____________________________________________________________________________
35684 [  9048] By: nick                                  on 2001/03/05  19:47:57
35685         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
35686      Branch: perlio
35687           +> os2/os2add.sym
35688           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
35689           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
35690           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
35691           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
35692           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
35693 ____________________________________________________________________________
35694 [  9047] By: jhi                                   on 2001/03/05  19:25:26
35695         Log: Regen perlapi.
35696      Branch: perl
35697            ! pod/perlapi.pod
35698 ____________________________________________________________________________
35699 [  9046] By: jhi                                   on 2001/03/05  19:12:14
35700         Log: Integrate perlio.
35701      Branch: perl
35702           +> t/camel-III/vstring.t
35703           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
35704 ____________________________________________________________________________
35705 [  9045] By: jhi                                   on 2001/03/05  19:10:36
35706         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
35707      Branch: perl
35708            ! ext/Encode/Encode.pm
35709 ____________________________________________________________________________
35710 [  9044] By: jhi                                   on 2001/03/05  18:49:12
35711         Log: Forgot the other half of the PMOP patch (#9033).
35712      Branch: perl
35713            ! op.h
35714 ____________________________________________________________________________
35715 [  9043] By: nick                                  on 2001/03/05  18:14:47
35716         Log: Update MANIFEST for new test.
35717      Branch: perlio
35718            ! MANIFEST
35719 ____________________________________________________________________________
35720 [  9042] By: nick                                  on 2001/03/05  18:12:41
35721         Log: Some tests for Camel 3rd edition features.
35722              Make gethostbyaddr() test in above work.
35723      Branch: perlio
35724            + t/camel-III/vstring.t
35725            ! pp.h pp_sys.c t/TEST t/harness
35726 ____________________________________________________________________________
35727 [  9041] By: jhi                                   on 2001/03/05  17:41:48
35728         Log: Add more ISO 8859 encoding aliases.
35729      Branch: perl
35730            ! ext/Encode/Encode.pm
35731 ____________________________________________________________________________
35732 [  9040] By: jhi                                   on 2001/03/05  17:30:43
35733         Log: Integrate perlio.
35734      Branch: perl
35735           !> MANIFEST sv.c
35736 ____________________________________________________________________________
35737 [  9039] By: nick                                  on 2001/03/05  17:11:36
35738         Log: Missed added file.
35739      Branch: perlio
35740            ! MANIFEST
35741 ____________________________________________________________________________
35742 [  9038] By: jhi                                   on 2001/03/05  15:58:01
35743         Log: Add tr tests for EBCDIC, from Karsten Sperling.
35744      Branch: perl
35745            ! t/op/tr.t
35746 ____________________________________________________________________________
35747 [  9037] By: nick                                  on 2001/03/05  15:56:35
35748         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
35749              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
35750              
35751              Make SvPVbyte*() symetric with respect to SvPVutf8*() in that:
35752              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
35753              - uses SvPV() rather than sv_2pv() in case it isn't a string.
35754      Branch: perlio
35755            ! sv.c
35756 ____________________________________________________________________________
35757 [  9036] By: jhi                                   on 2001/03/05  15:49:15
35758         Log: Add matching tests currently failing in EBCDIC,
35759              suggested by Karsten Sperling.
35760      Branch: perl
35761            ! t/op/pat.t
35762 ____________________________________________________________________________
35763 [  9035] By: jhi                                   on 2001/03/05  15:36:55
35764         Log: The #9034 needs a MANIFESTation.
35765      Branch: perl
35766            ! MANIFEST
35767 ____________________________________________________________________________
35768 [  9034] By: jhi                                   on 2001/03/05  15:35:14
35769         Log: Integrate perlio.
35770      Branch: perl
35771           +> ext/Encode/Encode/Tcl.pm
35772           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
35773           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
35774           !> ext/Encode/Encode/iso8859-1.ucm
35775           !> ext/Encode/Encode/iso8859-10.ucm
35776           !> ext/Encode/Encode/iso8859-13.ucm
35777           !> ext/Encode/Encode/iso8859-14.ucm
35778           !> ext/Encode/Encode/iso8859-15.ucm
35779           !> ext/Encode/Encode/iso8859-16.ucm
35780           !> ext/Encode/Encode/iso8859-2.ucm
35781           !> ext/Encode/Encode/iso8859-3.ucm
35782           !> ext/Encode/Encode/iso8859-4.ucm
35783           !> ext/Encode/Encode/iso8859-5.ucm
35784           !> ext/Encode/Encode/iso8859-6.ucm
35785           !> ext/Encode/Encode/iso8859-7.ucm
35786           !> ext/Encode/Encode/iso8859-8.ucm
35787           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
35788           !> t/lib/encode.t
35789 ____________________________________________________________________________
35790 [  9033] By: jhi                                   on 2001/03/05  15:33:18
35791         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
35792              From: Gurusamy Sarathy <gsar@ActiveState.com>
35793              Date: Sun, 04 Mar 2001 22:33:15 -0800
35794              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
35795              
35796              PMOPs need to remember their own stash so that they can
35797              gracefully remove themselves from their linked list.
35798      Branch: perl
35799            ! op.c
35800 ____________________________________________________________________________
35801 [  9032] By: nick                                  on 2001/03/05  14:51:50
35802         Log: Encode implementation "completion"
35803              Implement and document define_encoding()
35804              Implement and document encoding aliases including define_alias()
35805              Make Encode::XS use define_encoding() rather than back-door.
35806              Move run-time *.enc to separate Encode::Tcl module.
35807              Make 'compile' honour <codeset_name>
35808              Change canonical names of to iso-8859-* and US-ascii.
35809      Branch: perlio
35810            + ext/Encode/Encode/Tcl.pm
35811            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
35812            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
35813            ! ext/Encode/Encode/iso8859-1.ucm
35814            ! ext/Encode/Encode/iso8859-10.ucm
35815            ! ext/Encode/Encode/iso8859-13.ucm
35816            ! ext/Encode/Encode/iso8859-14.ucm
35817            ! ext/Encode/Encode/iso8859-15.ucm
35818            ! ext/Encode/Encode/iso8859-16.ucm
35819            ! ext/Encode/Encode/iso8859-2.ucm
35820            ! ext/Encode/Encode/iso8859-3.ucm
35821            ! ext/Encode/Encode/iso8859-4.ucm
35822            ! ext/Encode/Encode/iso8859-5.ucm
35823            ! ext/Encode/Encode/iso8859-6.ucm
35824            ! ext/Encode/Encode/iso8859-7.ucm
35825            ! ext/Encode/Encode/iso8859-8.ucm
35826            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
35827            ! t/lib/encode.t
35828 ____________________________________________________________________________
35829 [  9031] By: jhi                                   on 2001/03/05  13:51:17
35830         Log: Integrate change #9030 from maintperl into mainline.
35831              
35832              Subject: [PATCH 5.6.1] OS/2 cleanup
35833      Branch: perl
35834           +> os2/os2add.sym
35835           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
35836           !> makedef.pl os2/Changes os2/Makefile.SHs
35837           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
35838           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
35839           !> os2/os2.sym os2/os2ish.h
35840 ____________________________________________________________________________
35841 [  9030] By: jhi                                   on 2001/03/05  13:46:49
35842         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
35843              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35844              Date: Mon, 5 Mar 2001 02:29:44 -0500
35845              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
35846      Branch: maint-5.6/perl
35847            + os2/os2add.sym
35848            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
35849            ! makedef.pl os2/Changes os2/Makefile.SHs
35850            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
35851            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
35852            ! os2/os2.sym os2/os2ish.h
35853 ____________________________________________________________________________
35854 [  9029] By: jhi                                   on 2001/03/05  13:40:35
35855         Log: Integrate change #9028 from maintperl into mainline.
35856              
35857              various nits in MM_Unix.pm found by disabling SelfLoader
35858      Branch: perl
35859           !> lib/ExtUtils/MM_Unix.pm
35860 ____________________________________________________________________________
35861 [  9028] By: gsar                                  on 2001/03/05  09:58:38
35862         Log: various nits in MM_Unix.pm found by disabling SelfLoader
35863      Branch: maint-5.6/perl
35864            ! lib/ExtUtils/MM_Unix.pm
35865 ____________________________________________________________________________
35866 [  9027] By: nick                                  on 2001/03/05  08:35:22
35867         Log: Integrate mainline
35868      Branch: perlio
35869           !> (integrate 28 files)
35870 ____________________________________________________________________________
35871 [  9026] By: jhi                                   on 2001/03/05  02:14:59
35872         Log: Integrate change #9025 from mainline to maintperl,
35873              retract \N{U+HHHH}.
35874      Branch: maint-5.6/perl
35875           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
35876           !> t/lib/charnames.t toke.c
35877 ____________________________________________________________________________
35878 [  9025] By: jhi                                   on 2001/03/05  02:13:09
35879         Log: Retracting \N{U+HHHH}.
35880      Branch: perl
35881            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
35882            ! t/lib/charnames.t toke.c
35883 ____________________________________________________________________________
35884 [  9024] By: jhi                                   on 2001/03/04  20:51:07
35885         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
35886              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
35887              Date: Fri, 02 Mar 2001 18:25:26 +0100
35888              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
35889              
35890              Casting problem.
35891      Branch: perl
35892            ! ext/Storable/Storable.xs
35893 ____________________________________________________________________________
35894 [  9023] By: jhi                                   on 2001/03/04  19:46:45
35895         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
35896              From: nick@talking.bollo.cx
35897              Date: Sat, 03 Mar 2001 21:41:33 +0000
35898              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
35899              
35900              Revert the workaround.
35901      Branch: perl
35902            ! perlio.c
35903 ____________________________________________________________________________
35904 [  9022] By: jhi                                   on 2001/03/04  19:36:28
35905         Log: Update Changes.
35906      Branch: perl
35907            ! Changes patchlevel.h
35908 ____________________________________________________________________________
35909 [  9021] By: jhi                                   on 2001/03/04  18:41:00
35910         Log: makedef.pl updates suggested by Chris Nandor; double-checking
35911              the changes in AIX, OS/2 Win32 would be nice.
35912      Branch: perl
35913            ! makedef.pl
35914 ____________________________________________________________________________
35915 [  9020] By: jhi                                   on 2001/03/04  18:23:58
35916         Log: Integrate change #9012 from maintperl into mainline,
35917              quench a compiler warning.
35918      Branch: perl
35919           !> toke.c
35920 ____________________________________________________________________________
35921 [  9019] By: jhi                                   on 2001/03/04  18:18:43
35922         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
35923              
35924              \N{U+HHHH} fix.
35925              
35926              pattern in G_ARRAY context
35927      Branch: maint-5.6/perl
35928           !> pp_hot.c t/op/pat.t toke.c
35929 ____________________________________________________________________________
35930 [  9018] By: jhi                                   on 2001/03/04  18:07:48
35931         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
35932              From: Jeff Pinyan <jeffp@crusoe.net>
35933              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
35934              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
35935      Branch: perl
35936            ! pp_hot.c t/op/pat.t
35937 ____________________________________________________________________________
35938 [  9017] By: jhi                                   on 2001/03/04  18:06:21
35939         Log: I thought I tested the #9014.
35940      Branch: perl
35941            ! toke.c
35942 ____________________________________________________________________________
35943 [  9016] By: jhi                                   on 2001/03/04  17:41:22
35944         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
35945              
35946              Tweak the get*ent() OS/2 prototypes.
35947              
35948              Add the \N{U+HHHH} syntax.
35949              
35950              More tr/// UTF-8 fixes from Inaba Hiroto.
35951      Branch: maint-5.6/perl
35952           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
35953           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
35954 ____________________________________________________________________________
35955 [  9015] By: jhi                                   on 2001/03/04  17:36:04
35956         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
35957      Branch: perl
35958            ! doop.c t/op/tr.t
35959 ____________________________________________________________________________
35960 [  9014] By: jhi                                   on 2001/03/04  17:24:49
35961         Log: Add the \N{U+HHHH} syntax.
35962      Branch: perl
35963            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
35964            ! t/lib/charnames.t toke.c
35965 ____________________________________________________________________________
35966 [  9013] By: jhi                                   on 2001/03/04  17:20:45
35967         Log: Tweak the get*ent() OS/2 prototypes.
35968      Branch: perl
35969            ! os2/os2.c
35970 ____________________________________________________________________________
35971 [  9012] By: gsar                                  on 2001/03/04  06:26:14
35972         Log: avoid warning (nit in change#9009)
35973      Branch: maint-5.6/perl
35974            ! toke.c
35975 ____________________________________________________________________________
35976 [  9011] By: gsar                                  on 2001/03/04  06:15:24
35977         Log: lib/charnames.t fails in 5.6.x because of older Unicode
35978              data
35979              
35980              TODO: need to revisit this after updating lib/unicode/...
35981      Branch: maint-5.6/perl
35982            ! t/lib/charnames.t
35983 ____________________________________________________________________________
35984 [  9010] By: gsar                                  on 2001/03/04  06:08:36
35985         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
35986      Branch: maint-5.6/perl
35987            ! toke.c
35988 ____________________________________________________________________________
35989 [  9009] By: jhi                                   on 2001/03/03  19:27:20
35990         Log: Integrate change #9008 from mainline to maintperl,
35991              UTF-8 tr/// fixes from Inaba Hiroto.
35992      Branch: maint-5.6/perl
35993           !> doop.c op.c t/op/tr.t toke.c
35994 ____________________________________________________________________________
35995 [  9008] By: jhi                                   on 2001/03/03  19:19:42
35996         Log: UTF8 tr/// fixes from Inaba Hiroto.
35997      Branch: perl
35998            ! doop.c op.c t/op/tr.t toke.c
35999 ____________________________________________________________________________
36000 [  9007] By: jhi                                   on 2001/03/03  19:00:30
36001         Log: Integrate change #9006 from maintperl to mainline,
36002              more robust quest for the infinite.
36003      Branch: perl
36004           !> lib/Math/Complex.pm
36005 ____________________________________________________________________________
36006 [  9006] By: jhi                                   on 2001/03/03  18:58:06
36007         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
36008              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36009              Date: Sat, 3 Mar 2001 12:51:50 -0500
36010              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
36011              
36012              Be more robust in our quest for the infinite.
36013      Branch: maint-5.6/perl
36014            ! lib/Math/Complex.pm
36015 ____________________________________________________________________________
36016 [  9005] By: jhi                                   on 2001/03/03  17:55:50
36017         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
36018      Branch: maint-5.6/perl
36019            ! doio.c
36020 ____________________________________________________________________________
36021 [  9004] By: jhi                                   on 2001/03/03  17:40:14
36022         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
36023              so that picky compilers like IRIX won't get huffy about
36024              "statements without effect" (like 1;).
36025      Branch: perl
36026            ! toke.c
36027 ____________________________________________________________________________
36028 [  9003] By: jhi                                   on 2001/03/03  17:15:52
36029         Log: Integrate change #9002 from mainline to maintperl.
36030              
36031              Subject: [perl-5.6.x, perl-current] accept for EPOC
36032      Branch: maint-5.6/perl
36033           !> pp_sys.c
36034 ____________________________________________________________________________
36035 [  9002] By: jhi                                   on 2001/03/03  17:14:30
36036         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
36037              From: Olaf Flebbe <O.Flebbe@science-computing.de>
36038              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
36039              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
36040      Branch: perl
36041            ! pp_sys.c
36042 ____________________________________________________________________________
36043 [  9001] By: jhi                                   on 2001/03/03  17:13:13
36044         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
36045              From: "Craig A. Berry" <craigberry@mac.com>
36046              Date: Fri, 02 Mar 2001 17:44:40 -0600
36047              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
36048      Branch: perl
36049            ! t/pod/find.t
36050 ____________________________________________________________________________
36051 [  9000] By: jhi                                   on 2001/03/03  17:11:55
36052         Log: Integrate changes #8997,8999 from maintperl.
36053              
36054              Subject: [PATCH 5.6.1] compiling on OS/2
36055              (Better error message from hints/os2.sh)
36056              
36057              Subject: [PATCH 5.6.1] syslog.t
36058      Branch: perl
36059           !> hints/os2.sh t/lib/syslog.t
36060 ____________________________________________________________________________
36061 [  8999] By: jhi                                   on 2001/03/03  17:09:28
36062         Log: Subject: [PATCH 5.6.1] syslog.t
36063              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36064              Date: Sat, 3 Mar 2001 02:11:17 -0500
36065              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
36066      Branch: maint-5.6/perl
36067            ! t/lib/syslog.t
36068 ____________________________________________________________________________
36069 [  8998] By: jhi                                   on 2001/03/03  17:07:50
36070         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
36071              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36072              Date: Sat, 3 Mar 2001 01:53:52 -0500
36073              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
36074      Branch: maint-5.6/perl
36075            ! opcode.pl os2/os2.c
36076 ____________________________________________________________________________
36077 [  8997] By: jhi                                   on 2001/03/03  17:03:30
36078         Log: Subject: [PATCH 5.6.1] compiling on OS/2
36079              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36080              Date: Sat, 3 Mar 2001 01:59:59 -0500
36081              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
36082      Branch: maint-5.6/perl
36083            ! hints/os2.sh
36084 ____________________________________________________________________________
36085 [  8996] By: jhi                                   on 2001/03/03  00:55:58
36086         Log: Regen files for mainline.
36087      Branch: perl
36088            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
36089            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
36090 ____________________________________________________________________________
36091 [  8995] By: jhi                                   on 2001/03/03  00:35:22
36092         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
36093              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
36094              to maintperl.
36095              
36096              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
36097              
36098              Add Configure option -Dmksymlinks which will create a symlink
36099              forest if the current/build differs from the source directory.
36100              (8218,8220,8221,8317,8318,8971)
36101              
36102              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
36103              (Document APPLLIB_EXP in INSTALL.)
36104              
36105              If running byacc write-enable also perly.h.
36106              
36107              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
36108              
36109              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
36110              
36111              Sanity check for conflicting thread flavours.
36112              
36113              Fix the sys/fcntl.h problem reported by Peter Prymmer.
36114              
36115              Add few CPUs/architectures to the Cppsym scan,
36116              add -perlio to archname if so selected (modified 8890)
36117              
36118              Be more helpful for devel builders, suggested by John L. Allen.
36119              (admittedly pointless change for maintperl, but the usedevel
36120              code is there already)
36121      Branch: maint-5.6/perl
36122           !> Configure INSTALL Makefile.SH Porting/Glossary
36123           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
36124           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
36125           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
36126           !> win32/config.bc win32/config.gc win32/config.vc
36127 ____________________________________________________________________________
36128 [  8994] By: jhi                                   on 2001/03/02  23:31:41
36129         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
36130      Branch: metaconfig/U/perl
36131            ! gccvers.U
36132 ____________________________________________________________________________
36133 [  8993] By: jhi                                   on 2001/03/02  23:22:12
36134         Log: Regenerate various files for maint.
36135      Branch: maint-5.6/perl
36136            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
36137            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
36138 ____________________________________________________________________________
36139 [  8992] By: alanbur                               on 2001/03/02  22:48:34
36140         Log: Resync wuth parent
36141      Branch: maint-5.6/pureperl
36142           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
36143           !> (integrate 60 files)
36144 ____________________________________________________________________________
36145 [  8991] By: jhi                                   on 2001/03/02  21:00:08
36146         Log: Retract the #8742 part of #8986, backward compat.
36147      Branch: maint-5.6/perl
36148            ! embed.pl
36149 ____________________________________________________________________________
36150 [  8990] By: jhi                                   on 2001/03/02  20:40:07
36151         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
36152      Branch: maint-5.6/perl
36153            ! hv.c
36154 ____________________________________________________________________________
36155 [  8989] By: jhi                                   on 2001/03/02  19:59:56
36156         Log: Update Changes.
36157      Branch: perl
36158            ! Changes patchlevel.h
36159 ____________________________________________________________________________
36160 [  8988] By: jhi                                   on 2001/03/02  19:57:08
36161         Log: Integrate perlio.
36162      Branch: perl
36163           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
36164           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
36165           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
36166           !> ext/Encode/Encode/iso8859-10.ucm
36167           !> ext/Encode/Encode/iso8859-13.ucm
36168           !> ext/Encode/Encode/iso8859-14.ucm
36169           !> ext/Encode/Encode/iso8859-15.ucm
36170           !> ext/Encode/Encode/iso8859-16.ucm
36171           !> ext/Encode/Encode/iso8859-2.ucm
36172           !> ext/Encode/Encode/iso8859-3.ucm
36173           !> ext/Encode/Encode/iso8859-4.ucm
36174           !> ext/Encode/Encode/iso8859-5.ucm
36175           !> ext/Encode/Encode/iso8859-6.ucm
36176           !> ext/Encode/Encode/iso8859-7.ucm
36177           !> ext/Encode/Encode/iso8859-8.ucm
36178           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
36179           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
36180 ____________________________________________________________________________
36181 [  8987] By: jhi                                   on 2001/03/02  19:43:40
36182         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
36183              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
36184              8950,8952,8955 from mainline to maintperl.
36185              
36186              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
36187              
36188              Put to rest the 20010205.001, the email address checking (not) regex.
36189              
36190              fork() not everywhere, cleanup temp files.
36191              
36192              The #8843 wasn't quite right: %Config needs to imported.
36193              
36194              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
36195              (#8849: the glob-basic hunk needed massaging as it depended
36196              on Schwern's large-scale (unintegrated) patches)
36197              
36198              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
36199              
36200              Upgrade to CGI.pm 2.752, from Lincoln Stein.
36201              (Note: there were some conflicts due to EBCDIC and EPOC
36202              patches, in general I preferred the repository code.)
36203              (When 2.753 comes out, we need to synchronize.)
36204              
36205              Subject: [PATCH] fix for charnames above FFFF
36206              
36207              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
36208              
36209              If no sfio, no -lsfio.
36210              
36211              Run run/*.t also in minitest.
36212              
36213              Subject:  [PATCH perl 5.7.0] malloc message address offset
36214              
36215              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
36216              
36217              Subject: fix for parameter -Dm (for perl@8867)
36218              
36219              Subject: [PATCH: perl@8892] was Re: hashing order difference?
36220              (make the test more portable)
36221              
36222              Subject: Re: [PATCH] fix for charnames above FFFF
36223              
36224              Subject: Re: I'm losing the war...
36225              (hv_store() not working correctly in ENV_IS_CASELESS case.)
36226              
36227              Subject: Modified README.bs2000 
36228              
36229              Subject: [PATCH: perl@8935] -Dt padsv($var)
36230              
36231              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
36232              
36233              Subject: PATCH: extra tests to check on negative float to unsigned cast
36234              
36235              Subject: [PATCH] XPUSH[insp] was Re: progress
36236              
36237              Subject: Re: Compile with perlcc..
36238      Branch: maint-5.6/perl
36239           !> (integrate 36 files)
36240 ____________________________________________________________________________
36241 [  8986] By: jhi                                   on 2001/03/02  18:51:25
36242         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
36243              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
36244              to maintperl.
36245              
36246              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
36247              
36248              Subject: [DOC PATCH] overload.pm nits
36249              
36250              Add header for LIB$ prototypes (C. Berry)
36251              
36252              Convert fwrite()s to sockets to write()s, since some socket stacks
36253              don't take kindly to stdio.
36254              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
36255              (for often optional LNMs)
36256              Correct a few typos
36257              (C. Bailey)
36258              
36259              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
36260              
36261              De-cut-and-pasto.
36262              
36263              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
36264              
36265              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
36266              
36267              Upgrade to CPAN 1.59_54, from Andreas König.
36268              
36269              Bogus shebang.
36270              
36271              Subject: [PATCH] Document makepatch in Porting/patching
36272              
36273              UTF-8 documentation.
36274              
36275              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
36276              
36277              Sort the MANIFEST.
36278              
36279              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
36280              
36281              Subject: [PATCH @8807] toke.c cleanup: scan_str()
36282              
36283              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
36284              
36285              Add run/*.t to testables.
36286              
36287              TODO: integrate #8784.
36288      Branch: maint-5.6/perl
36289           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
36290           !> (integrate 28 files)
36291 ____________________________________________________________________________
36292 [  8985] By: nick                                  on 2001/03/02  18:15:45
36293         Log: Integrate mainline
36294      Branch: perlio
36295           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
36296           !> vms/vms.c
36297 ____________________________________________________________________________
36298 [  8984] By: jhi                                   on 2001/03/02  16:00:17
36299         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
36300              
36301              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
36302              5.004_05, and mention the suidperl August 2000 security problem.
36303              (#8978,#8981)
36304              
36305              Subject: [ID 20010301.004] Technically speaking in perldata
36306              
36307              Subject: [PATCH] File::Copy for bleadperl, maintperl
36308              
36309              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
36310              
36311              (The #8982, fix for 20010221.005 and 20010221.008,
36312              would be nice too but it didn't integrate cleanly.)
36313      Branch: maint-5.6/perl
36314           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
36315 ____________________________________________________________________________
36316 [  8983] By: jhi                                   on 2001/03/02  15:51:16
36317         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
36318              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
36319              Date:     Thu, 1 Mar 2001 15:54:09 EST
36320              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
36321      Branch: perl
36322            ! vms/vms.c
36323 ____________________________________________________________________________
36324 [  8982] By: jhi                                   on 2001/03/02  15:43:31
36325         Log: Subject: Re: sync sync sync: have I missed any patches?
36326              From: Radu Greab <radu@netsoft.ro> 
36327              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
36328              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
36329              
36330              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
36331              was checking argv[0] regardless of whether a different pathname
36332              will actually be executed."  Test case not supplied because 
36333              drafting that, ironically enough, revealed another bug
36334              (or a feature).
36335      Branch: perl
36336            ! doio.c
36337 ____________________________________________________________________________
36338 [  8981] By: jhi                                   on 2001/03/02  15:28:03
36339         Log: Misdate in #8978.
36340      Branch: perl
36341            ! pod/perlfaq1.pod
36342 ____________________________________________________________________________
36343 [  8980] By: jhi                                   on 2001/03/02  15:24:20
36344         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
36345              From: Chris Nandor <pudge@pobox.com>
36346              Date: Wed, 28 Feb 2001 22:10:15 -0500
36347              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
36348      Branch: perl
36349            ! lib/File/Copy.pm
36350 ____________________________________________________________________________
36351 [  8979] By: jhi                                   on 2001/03/02  15:17:16
36352         Log: Subject: [ID 20010301.004] Technically speaking in perldata
36353              From: abela@geneanet.org
36354              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
36355              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
36356      Branch: perl
36357            ! pod/perldata.pod
36358 ____________________________________________________________________________
36359 [  8978] By: jhi                                   on 2001/03/02  15:15:27
36360         Log: Subject: [ID 20010301.003] ref to 5.004
36361              From: abela@geneanet.org
36362              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
36363              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
36364              
36365              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
36366              and mention the suidperl August 2000 security problem.
36367      Branch: perl
36368            ! pod/perlfaq1.pod
36369 ____________________________________________________________________________
36370 [  8977] By: alanbur                               on 2001/03/02  14:17:45
36371         Log: Resynchronised with parent
36372      Branch: maint-5.6/pureperl
36373           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
36374           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
36375           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
36376           !> vms/descrip_mms.template win32/win32.c win32/win32.h
36377           !> win32/win32iop.h
36378 ____________________________________________________________________________
36379 [  8976] By: nick                                  on 2001/03/01  23:25:30
36380         Log: Integrate mainline.
36381      Branch: perlio
36382            - t/op/qu.t
36383           !> (integrate 55 files)
36384 ____________________________________________________________________________
36385 [  8975] By: jhi                                   on 2001/03/01  16:51:34
36386         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
36387      Branch: perl
36388           !> toke.c
36389 ____________________________________________________________________________
36390 [  8974] By: gsar                                  on 2001/03/01  16:28:21
36391         Log: fix for bugid 20010226.008
36392              
36393              the problem was that some of the pointers (PL_last_lop and
36394              PL_last_uni specifically) into the lex buffers weren't correctly
36395              being invalidated when the buffer changed; this would leave the
36396              pointers pointing at an arbitrary location in the buffer if
36397              the buffer didn't need to be reallocated, or point into freed
36398              memory if the buffer had to be realloced
36399              
36400              TODO item for bugdb maintainers: check other seemingly random
36401              parser-related bugs--they might be cured by this
36402      Branch: maint-5.6/perl
36403            ! toke.c
36404 ____________________________________________________________________________
36405 [  8973] By: jhi                                   on 2001/03/01  02:23:25
36406         Log: Retract #8970 because of a completely mysterious core dump:
36407              adding the tests 241..244 causes op/pat dump core at test #25.
36408              The test needs a lot of whittling down before the bug can be solved.
36409      Branch: perl
36410            ! t/op/pat.t
36411 ____________________________________________________________________________
36412 [  8972] By: jhi                                   on 2001/03/01  01:58:38
36413         Log: Regen perlapi.
36414      Branch: perl
36415            ! pod/perlapi.pod
36416 ____________________________________________________________________________
36417 [  8971] By: jhi                                   on 2001/03/01  01:34:09
36418         Log: Subject: [PATCH] don't write along symlinks into a read only source tree (was Re: [ID 20010129.006] OK: perl v5.7.0 +DEVEL8584 on i586-linux-64all 2.2.12 (UNINSTALLED))
36419              From: Nicholas Clark <nick@ccl4.org>
36420              Date: Wed, 28 Feb 2001 23:28:49 +0000
36421              Message-ID: <20010228232849.A55187@plum.flirble.org>
36422              
36423              Allow a completely write protected source code tree
36424              when using the Configure -Dmksymlinks.
36425      Branch: perl
36426            ! embed.pl warnings.pl
36427 ____________________________________________________________________________
36428 [  8970] By: jhi                                   on 2001/03/01  01:32:04
36429         Log: Add back the EBCDIC character range tests (for matching).
36430      Branch: perl
36431            ! t/op/pat.t
36432 ____________________________________________________________________________
36433 [  8969] By: nick                                  on 2001/02/28  18:18:01
36434         Log: Add charname comments to .ucm files writen by 'compile',
36435              also order charmaps in those files by source encoding.
36436              regenerate distrubuted .ucm files
36437      Branch: perlio
36438            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
36439            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
36440            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
36441            ! ext/Encode/Encode/iso8859-10.ucm
36442            ! ext/Encode/Encode/iso8859-13.ucm
36443            ! ext/Encode/Encode/iso8859-14.ucm
36444            ! ext/Encode/Encode/iso8859-15.ucm
36445            ! ext/Encode/Encode/iso8859-16.ucm
36446            ! ext/Encode/Encode/iso8859-2.ucm
36447            ! ext/Encode/Encode/iso8859-3.ucm
36448            ! ext/Encode/Encode/iso8859-4.ucm
36449            ! ext/Encode/Encode/iso8859-5.ucm
36450            ! ext/Encode/Encode/iso8859-6.ucm
36451            ! ext/Encode/Encode/iso8859-7.ucm
36452            ! ext/Encode/Encode/iso8859-8.ucm
36453            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
36454            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
36455 ____________________________________________________________________________
36456 [  8968] By: jhi                                   on 2001/02/28  16:26:37
36457         Log: Expand usemorebits early if d_casti32 needs to be undefined.
36458      Branch: perl
36459            ! hints/hpux.sh hints/irix_6.sh
36460 ____________________________________________________________________________
36461 [  8967] By: jhi                                   on 2001/02/28  16:22:26
36462         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
36463              retract toke.c/qu parts of #8583, retract #8485, retract
36464              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
36465              op/length.t, and MANIFEST, and delete t/op/qu.t.
36466      Branch: perl
36467            - t/op/qu.t
36468            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
36469            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
36470            ! t/op/length.t toke.c
36471 ____________________________________________________________________________
36472 [  8966] By: jhi                                   on 2001/02/28  15:00:27
36473         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
36474              by not changing from pre-Unicode days into being Unicode-aware.
36475              Sniff.
36476      Branch: perl
36477            ! pp.c t/op/pack.t t/op/qu.t
36478 ____________________________________________________________________________
36479 [  8965] By: jhi                                   on 2001/02/28  14:37:55
36480         Log: Subject: Re: Errors in core PODs
36481              From: Michael Stevens <michael@etla.org> 
36482              Date: Fri, 23 Feb 2001 15:47:56 +0000
36483              Message-ID: <20010223154756.A7723@firedrake.org> 
36484      Branch: perl
36485            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
36486            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
36487            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
36488            ! x2p/a2p.pod
36489 ____________________________________________________________________________
36490 [  8964] By: jhi                                   on 2001/02/28  14:35:35
36491         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
36492              (The #8961 was too bold.)
36493      Branch: perl
36494            ! hints/hpux.sh hints/irix_6.sh
36495 ____________________________________________________________________________
36496 [  8963] By: jhi                                   on 2001/02/28  14:33:39
36497         Log: Subject: Re: sync sync sync: have I missed any patches?
36498              From: Tim Jenness <t.jenness@jach.hawaii.edu>
36499              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
36500              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
36501              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
36502              
36503              Replace djSP with dSP.
36504      Branch: perl
36505            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
36506            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
36507            ! win32/perlhost.h
36508 ____________________________________________________________________________
36509 [  8962] By: jhi                                   on 2001/02/27  23:21:14
36510         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
36511      Branch: perl
36512            ! lib/Filter/Simple.pm
36513 ____________________________________________________________________________
36514 [  8961] By: jhi                                   on 2001/02/27  22:55:26
36515         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
36516              and this would be it.
36517      Branch: perl
36518            ! hints/hpux.sh hints/irix_6.sh
36519 ____________________________________________________________________________
36520 [  8960] By: jhi                                   on 2001/02/27  22:51:33
36521         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
36522              From: "Craig A. Berry" <craigberry@mac.com>
36523              Date: Tue, 27 Feb 2001 16:11:44 -0600
36524              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
36525      Branch: maint-5.6/perl
36526            ! configure.com vms/descrip_mms.template
36527 ____________________________________________________________________________
36528 [  8959] By: jhi                                   on 2001/02/27  22:47:23
36529         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
36530              From: "Craig A. Berry" <craigberry@mac.com>
36531              Date: Tue, 27 Feb 2001 16:11:44 -0600
36532              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
36533      Branch: perl
36534            ! configure.com vms/descrip_mms.template
36535 ____________________________________________________________________________
36536 [  8958] By: jhi                                   on 2001/02/27  15:16:42
36537         Log: Update Changes.
36538      Branch: perl
36539            ! Changes patchlevel.h
36540 ____________________________________________________________________________
36541 [  8957] By: jhi                                   on 2001/02/27  06:15:07
36542         Log: Subject: [5.6.x] EPOC additions
36543              From: Olaf Flebbe <O.Flebbe@science-computing.de>
36544              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
36545              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
36546      Branch: maint-5.6/perl
36547            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
36548 ____________________________________________________________________________
36549 [  8956] By: jhi                                   on 2001/02/27  06:12:11
36550         Log: Subject: [perl-current] EPOC 
36551              From: Olaf Flebbe <O.Flebbe@science-computing.de>
36552              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
36553              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
36554      Branch: perl
36555            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
36556            ! epoc/epocish.c epoc/epocish.h pp_sys.c
36557 ____________________________________________________________________________
36558 [  8955] By: jhi                                   on 2001/02/27  05:59:50
36559         Log: Subject: Re: Compile with perlcc..
36560              From: Edward Peschko <edwardp@excitehome.net>
36561              Date: Mon, 26 Feb 2001 18:51:58 -0800
36562              Message-ID: <20010226185158.A9871@excitehome.net>
36563              
36564              plus add a simple usage message if no arguments given.
36565      Branch: perl
36566            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
36567            ! utils/Makefile utils/perlcc.PL win32/pod.mak
36568 ____________________________________________________________________________
36569 [  8954] By: nick                                  on 2001/02/26  21:02:59
36570         Log: Integrate mainline
36571      Branch: perlio
36572           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
36573           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
36574           !> t/op/sprintf.t
36575 ____________________________________________________________________________
36576 [  8953] By: jhi                                   on 2001/02/26  14:43:54
36577         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
36578              From: Nicholas Clark <nick@ccl4.org>
36579              Date: Mon, 26 Feb 2001 00:42:07 +0000
36580              Message-ID: <20010226004207.F23333@plum.flirble.org>
36581      Branch: perl
36582            ! pp_ctl.c
36583 ____________________________________________________________________________
36584 [  8952] By: jhi                                   on 2001/02/26  14:42:13
36585         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
36586              From: Simon Cozens <simon@netthink.co.uk>
36587              Date: Mon, 26 Feb 2001 12:23:48 +0000
36588              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
36589      Branch: perl
36590            ! pod/perlguts.pod
36591 ____________________________________________________________________________
36592 [  8951] By: jhi                                   on 2001/02/26  14:39:15
36593         Log: Subject: [PATCH] perlio - unknown layer
36594              From: Nicholas Clark <nick@ccl4.org>
36595              Date: Mon, 26 Feb 2001 00:27:19 +0000
36596              Message-ID: <20010226002719.E23333@plum.flirble.org>
36597      Branch: perl
36598            ! perlio.c
36599 ____________________________________________________________________________
36600 [  8950] By: jhi                                   on 2001/02/26  14:38:04
36601         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
36602              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
36603              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
36604              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
36605      Branch: perl
36606            ! t/op/bop.t
36607 ____________________________________________________________________________
36608 [  8949] By: jhi                                   on 2001/02/26  14:37:07
36609         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
36610              From: Peter Prymmer <pvhp@forte.com>
36611              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
36612              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
36613      Branch: perl
36614            ! lib/Test.pm
36615 ____________________________________________________________________________
36616 [  8948] By: jhi                                   on 2001/02/26  14:35:53
36617         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
36618              From: Radu Greab <radu@netsoft.ro>
36619              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
36620              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
36621      Branch: perl
36622            ! pod/perlop.pod
36623 ____________________________________________________________________________
36624 [  8947] By: jhi                                   on 2001/02/26  14:34:46
36625         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
36626              From: David Mitchell <davem@fdgroup.co.uk>
36627              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
36628              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
36629      Branch: perl
36630            ! run.c
36631 ____________________________________________________________________________
36632 [  8946] By: jhi                                   on 2001/02/26  14:32:37
36633         Log: Subject: Modified README.bs2000 
36634              From: Dorner Thomas <Thomas.Dorner@start.de>
36635              Date: Mon, 26 Feb 2001 09:22:17 +0100
36636              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
36637      Branch: perl
36638            ! README.bs2000
36639 ____________________________________________________________________________
36640 [  8945] By: jhi                                   on 2001/02/26  14:19:53
36641         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
36642              to maintperl, listing the known failures on the tests 129 and 130.
36643      Branch: maint-5.6/perl
36644           !> t/op/sprintf.t
36645 ____________________________________________________________________________
36646 [  8944] By: jhi                                   on 2001/02/26  14:14:15
36647         Log: Add more known sprintf failures.
36648      Branch: perl
36649            ! t/op/sprintf.t
36650 ____________________________________________________________________________
36651 [  8943] By: jhi                                   on 2001/02/26  13:56:22
36652         Log: perlglob.exe needs to be found in Win32, patch from
36653              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
36654              which needs external glob at mini-perl time."
36655      Branch: perl
36656            ! ext/Encode/compile
36657 ____________________________________________________________________________
36658 [  8942] By: jhi                                   on 2001/02/26  13:52:19
36659         Log: A missing dTHX from Vadim Konovalov.
36660      Branch: perl
36661            ! perlio.c
36662 ____________________________________________________________________________
36663 [  8941] By: jhi                                   on 2001/02/26  13:37:05
36664         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
36665      Branch: perl
36666            ! op.c
36667 ____________________________________________________________________________
36668 [  8940] By: jhi                                   on 2001/02/26  13:35:40
36669         Log: Integrate perlio.
36670      Branch: perl
36671           !> ext/Encode/Encode.pm
36672 ____________________________________________________________________________
36673 [  8939] By: nick                                  on 2001/02/25  23:47:09
36674         Log: Integrate mainline.
36675      Branch: perlio
36676           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
36677           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
36678 ____________________________________________________________________________
36679 [  8938] By: nick                                  on 2001/02/25  19:36:28
36680         Log: Encode implementations docs.
36681      Branch: perlio
36682            ! ext/Encode/Encode.pm
36683 ____________________________________________________________________________
36684 [  8937] By: jhi                                   on 2001/02/25  19:26:16
36685         Log: Script wasn't aligned with reality.
36686      Branch: perl
36687            ! t/pod/find.t
36688 ____________________________________________________________________________
36689 [  8936] By: jhi                                   on 2001/02/25  18:54:55
36690         Log: Update Changes.
36691      Branch: perl
36692            ! Changes patchlevel.h
36693 ____________________________________________________________________________
36694 [  8935] By: jhi                                   on 2001/02/25  18:46:36
36695         Log: Retract #8929,8930,8932,8933 for now.
36696      Branch: perl
36697            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
36698 ____________________________________________________________________________
36699 [  8934] By: jhi                                   on 2001/02/25  17:34:35
36700         Log: Integrate perlio.
36701      Branch: perl
36702           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
36703           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
36704           !> t/lib/encode.t
36705 ____________________________________________________________________________
36706 [  8933] By: jhi                                   on 2001/02/25  17:33:12
36707         Log: (Retracted by #8395.)
36708              
36709              Slight tweaks in scan_const(), not fixes yet, it seems like
36710              lots of work remains to be done...
36711      Branch: perl
36712            ! toke.c
36713 ____________________________________________________________________________
36714 [  8932] By: jhi                                   on 2001/02/25  17:27:11
36715         Log: (Retracted by #8395.)
36716              
36717              Missing from #8930.
36718      Branch: perl
36719            ! perl.h
36720 ____________________________________________________________________________
36721 [  8931] By: jhi                                   on 2001/02/25  17:26:19
36722         Log: A comment tweak.
36723      Branch: perl
36724            ! utf8.c
36725 ____________________________________________________________________________
36726 [  8930] By: jhi                                   on 2001/02/25  17:25:47
36727         Log: (Retracted by #8395.)
36728              
36729              Attempt to fix the EBCDIC character range problwm with //.
36730      Branch: perl
36731            ! regcomp.c
36732 ____________________________________________________________________________
36733 [  8929] By: jhi                                   on 2001/02/25  17:23:45
36734         Log: (Retracted by #8395.)
36735              
36736              Expand the EBCDIC character range tests, and add few nasty
36737              tr tests from Karsten Sperling.
36738      Branch: perl
36739            ! t/op/pat.t t/op/tr.t
36740 ____________________________________________________________________________
36741 [  8928] By: jhi                                   on 2001/02/25  17:18:49
36742         Log: Missing check-in.
36743      Branch: perl
36744            ! lib/Pod/Find.pm
36745 ____________________________________________________________________________
36746 [  8927] By: nick                                  on 2001/02/25  11:30:22
36747         Log: Change method names in Encode implementation classes to something
36748              less confusing (preparing to "go public").
36749      Branch: perlio
36750            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
36751 ____________________________________________________________________________
36752 [  8926] By: nick                                  on 2001/02/25  10:53:24
36753         Log: GCC __atribute__ / printf fix
36754      Branch: perlio
36755            ! perl.h
36756 ____________________________________________________________________________
36757 [  8925] By: nick                                  on 2001/02/25  10:52:25
36758         Log: Checked in the wrong one ...
36759      Branch: perlio
36760            ! ext/Encode/Encode.pm
36761 ____________________________________________________________________________
36762 [  8924] By: nick                                  on 2001/02/24  18:46:51
36763         Log: Integrate mainline - to see what Jarkko has in ...
36764      Branch: perlio
36765           +> t/pod/testpods/lib/Pod/Stuff.pm
36766           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
36767 ____________________________________________________________________________
36768 [  8923] By: nick                                  on 2001/02/24  17:05:23
36769         Log: Encode API documentation nd tidy up.
36770              Minor additions to test.
36771              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
36772              Adds STRLEN to standard typemap.
36773      Branch: perlio
36774            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
36775            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
36776 ____________________________________________________________________________
36777 [  8922] By: jhi                                   on 2001/02/24  16:38:12
36778         Log: Add a test for the "character range should match in EBCDIC
36779              if specified using explicit numerics" bug found by Karsten
36780              Sperling.
36781      Branch: perl
36782            ! t/op/pat.t
36783 ____________________________________________________________________________
36784 [  8921] By: jhi                                   on 2001/02/24  16:30:16
36785         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
36786              From: schwern@pobox.com
36787              Date: Fri, 23 Feb 2001 03:21:37 -0500
36788              Message-ID: <20010223032137.A26022@magnonel.guild.net>
36789              
36790              plus Charles Lane's fixes, plus tweaks.
36791      Branch: perl
36792            + t/pod/testpods/lib/Pod/Stuff.pm
36793            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
36794 ____________________________________________________________________________
36795 [  8920] By: nick                                  on 2001/02/24  10:30:11
36796         Log: Integrate mainline
36797      Branch: perlio
36798           !> (integrate 33 files)
36799 ____________________________________________________________________________
36800 [  8919] By: jhi                                   on 2001/02/24  00:23:35
36801         Log: Subject: Re: I'm losing the war...
36802              From: "Vadim Konovalov" <watman@inbox.ru>
36803              Date: Sat, 24 Feb 2001 00:10:14 +0300
36804              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
36805              
36806              hv_store() not working correctly in ENV_IS_CASELESS case.
36807      Branch: perl
36808            ! hv.c
36809 ____________________________________________________________________________
36810 [  8918] By: jhi                                   on 2001/02/24  00:20:09
36811         Log: Subject: Re: [PATCH] fix for charnames above FFFF
36812              From: andreas.koenig@anima.de (Andreas J. Koenig)
36813              Date: 23 Feb 2001 02:39:03 +0100
36814              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
36815              
36816              A further efficiency tweak.
36817      Branch: perl
36818            ! lib/charnames.pm
36819 ____________________________________________________________________________
36820 [  8917] By: jhi                                   on 2001/02/23  20:27:51
36821         Log: Integrate change #8916 from mainline,
36822              do away with USE_WIN32_RTL_ENV.
36823      Branch: maint-5.6/perl
36824           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
36825 ____________________________________________________________________________
36826 [  8916] By: jhi                                   on 2001/02/23  20:02:25
36827         Log: Abolish USE_WIN32_RTL_ENV.
36828      Branch: perl
36829            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
36830 ____________________________________________________________________________
36831 [  8915] By: jhi                                   on 2001/02/23  19:36:00
36832         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
36833              later protected by some #define.
36834      Branch: perl
36835            ! gv.c
36836 ____________________________________________________________________________
36837 [  8914] By: jhi                                   on 2001/02/23  19:31:38
36838         Log: Retract #8902 for now, requested by Charles Lane, the correct
36839              fix will be something else.
36840      Branch: perl
36841            ! op.c
36842 ____________________________________________________________________________
36843 [  8913] By: jhi                                   on 2001/02/23  19:11:36
36844         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
36845              From: Peter Prymmer <pvhp@forte.com>
36846              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
36847              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
36848      Branch: perl
36849            ! t/op/lex_assign.t
36850 ____________________________________________________________________________
36851 [  8912] By: jhi                                   on 2001/02/23  18:38:20
36852         Log: Subject: [patch] perlio + useithreads
36853              From: Doug MacEachern <dougm@covalent.net>
36854              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
36855              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
36856              
36857              Gets things running but not complete.
36858      Branch: perl
36859            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
36860 ____________________________________________________________________________
36861 [  8911] By: jhi                                   on 2001/02/23  04:20:02
36862         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
36863              
36864              Duplicated environment freeing, File::Temp 0.12,
36865              op/append portability (EBCDIC) tweak.
36866      Branch: maint-5.6/perl
36867           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
36868           !> t/op/append.t
36869 ____________________________________________________________________________
36870 [  8910] By: jhi                                   on 2001/02/23  02:07:33
36871         Log: Integrate change #8909 from mainline, a better Borland
36872              putenv() workaround.
36873      Branch: maint-5.6/perl
36874           !> perl.c
36875 ____________________________________________________________________________
36876 [  8909] By: jhi                                   on 2001/02/23  02:05:46
36877         Log: A better workaround for Borland putenv() brokenness from Sarathy.
36878      Branch: perl
36879            ! perl.c
36880 ____________________________________________________________________________
36881 [  8908] By: jhi                                   on 2001/02/23  02:04:14
36882         Log: Subject: fix for parameter -Dm (for perl@8867)
36883              From: "Vadim Konovalov" <watman@inbox.ru>
36884              Date: Thu, 22 Feb 2001 17:30:12 +0300
36885              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
36886      Branch: perl
36887            ! perl.h
36888 ____________________________________________________________________________
36889 [  8907] By: jhi                                   on 2001/02/23  01:58:20
36890         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
36891              From: Peter Prymmer <pvhp@forte.com>
36892              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
36893              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
36894      Branch: perl
36895            ! t/op/append.t
36896 ____________________________________________________________________________
36897 [  8906] By: jhi                                   on 2001/02/23  01:48:34
36898         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
36899      Branch: perl
36900            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
36901 ____________________________________________________________________________
36902 [  8905] By: jhi                                   on 2001/02/23  01:43:30
36903         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
36904              From: Peter Prymmer <pvhp@forte.com>
36905              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
36906              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
36907      Branch: perl
36908            ! t/lib/st-06compat.t
36909 ____________________________________________________________________________
36910 [  8904] By: jhi                                   on 2001/02/23  01:42:39
36911         Log: Metaconfig unit change for #8903.
36912      Branch: metaconfig/U/perl
36913            ! Devel.U
36914 ____________________________________________________________________________
36915 [  8903] By: jhi                                   on 2001/02/23  01:42:12
36916         Log: Be more helpful for devel builders, suggested by John L. Allen.
36917      Branch: perl
36918            ! Configure
36919 ____________________________________________________________________________
36920 [  8902] By: jhi                                   on 2001/02/23  01:37:41
36921         Log: (Retracted by #8914)
36922              (Wrongly, reinstated by #8941)
36923              
36924              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
36925              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
36926              Date:     Thu, 22 Feb 2001 09:43:57 EST
36927              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
36928      Branch: perl
36929            ! op.c
36930 ____________________________________________________________________________
36931 [  8901] By: jhi                                   on 2001/02/23  01:20:32
36932         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
36933              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
36934              Date:     Thu, 22 Feb 2001 08:01:35 EST
36935              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
36936      Branch: perl
36937            ! malloc.c
36938 ____________________________________________________________________________
36939 [  8900] By: jhi                                   on 2001/02/23  01:18:02
36940         Log: Integrate changes #8898,8899 from mainline, environ handling.
36941      Branch: maint-5.6/perl
36942           !> perl.c
36943 ____________________________________________________________________________
36944 [  8899] By: jhi                                   on 2001/02/23  01:16:25
36945         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
36946              putenv() is not to be relied on, they are either broken or leaky
36947              or both.)
36948      Branch: perl
36949            ! perl.c
36950 ____________________________________________________________________________
36951 [  8898] By: jhi                                   on 2001/02/22  23:36:59
36952         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
36953              and safesysfree() must be used.
36954      Branch: perl
36955            ! perl.c
36956 ____________________________________________________________________________
36957 [  8897] By: jhi                                   on 2001/02/22  23:25:45
36958         Log: With environ one must use safesysmalloc()/safesysfree().
36959      Branch: perl
36960            ! perl.c
36961 ____________________________________________________________________________
36962 [  8896] By: jhi                                   on 2001/02/22  22:13:18
36963         Log: If we have a duplicated environment free it
36964              if PERL_DESTRUCT_LEVEL.
36965      Branch: perl
36966            ! perl.c
36967 ____________________________________________________________________________
36968 [  8895] By: alanbur                               on 2001/02/22  19:31:57
36969         Log: Synchronised with parent
36970      Branch: maint-5.6/pureperl
36971           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
36972 ____________________________________________________________________________
36973 [  8894] By: gsar                                  on 2001/02/22  19:06:18
36974         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
36975              
36976              fix memory leak in method call optimization (change#3768);
36977              made C<eval "$x->foo()"> leak
36978              
36979              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
36980      Branch: maint-5.6/perl
36981           !> op.c
36982 ____________________________________________________________________________
36983 [  8893] By: jhi                                   on 2001/02/22  18:35:27
36984         Log: (Retracted by #8915.)
36985              
36986              Third Degree finding:
36987              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
36988      Branch: perl
36989            ! gv.c
36990 ____________________________________________________________________________
36991 [  8892] By: jhi                                   on 2001/02/22  14:28:32
36992         Log: Update Changes.
36993      Branch: perl
36994            ! Changes patchlevel.h
36995 ____________________________________________________________________________
36996 [  8891] By: jhi                                   on 2001/02/22  13:22:45
36997         Log: Metaconfig unit changes for #8890.
36998      Branch: metaconfig
36999            ! U/modified/Cppsym.U U/threads/archname.U
37000 ____________________________________________________________________________
37001 [  8890] By: jhi                                   on 2001/02/22  13:22:12
37002         Log: Add -stdio to the archname if no perlio selected,
37003              no -perlio added since that is now the default.
37004              
37005              Add few CPUs/architectures to the Cppsym scan.
37006      Branch: perl
37007            ! Configure config_h.SH
37008 ____________________________________________________________________________
37009 [  8889] By: jhi                                   on 2001/02/22  13:05:59
37010         Log: Metaconfig unit change for #8888.
37011      Branch: metaconfig/U/perl
37012            ! useperlio.U
37013 ____________________________________________________________________________
37014 [  8888] By: jhi                                   on 2001/02/22  13:05:28
37015         Log: *drum roll*  Make perlio the default.
37016      Branch: perl
37017            ! Configure config_h.SH
37018 ____________________________________________________________________________
37019 [  8887] By: jhi                                   on 2001/02/22  12:50:52
37020         Log: Integrate change #8665 from maintperl to mainline,
37021              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
37022      Branch: perl
37023           !> ext/POSIX/POSIX.xs
37024 ____________________________________________________________________________
37025 [  8886] By: jhi                                   on 2001/02/22  12:49:24
37026         Log: Integrate changes #8883,8884 from mainline to maintperl.
37027              
37028              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
37029              Subject: Re: File::Temp::_gettemp warning
37030      Branch: maint-5.6/perl
37031           !> embed.h embed.pl lib/File/Temp.pm
37032 ____________________________________________________________________________
37033 [  8885] By: jhi                                   on 2001/02/22  12:43:59
37034         Log: Based on
37035              
37036              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
37037              From: schwab@suse.de
37038              Date: Thu, 22 Feb 2001 13:08:09 +0100
37039              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
37040              
37041              but the fix done slightly differently because the other
37042              half was already done in #8664.
37043      Branch: maint-5.6/perl
37044            ! ext/POSIX/POSIX.xs
37045 ____________________________________________________________________________
37046 [  8884] By: jhi                                   on 2001/02/22  12:37:15
37047         Log: Subject: Re: File::Temp::_gettemp warning
37048              From: Tim Jenness <t.jenness@jach.hawaii.edu>
37049              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
37050              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
37051              
37052              This patch to File::Temp does two things:
37053              
37054              1. Fixes the problem with CGI::Carp when determining
37055              the Fcntl constants
37056              
37057              2. Removes most of the carps and consolidates them so that all the
37058              reasons are included in a single die that is caught by the test. This
37059              means that the correct skipping behaviour is displayed by the test.
37060      Branch: perl
37061            ! lib/File/Temp.pm
37062 ____________________________________________________________________________
37063 [  8883] By: jhi                                   on 2001/02/22  12:29:19
37064         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
37065              From: Peter Prymmer <pvhp@forte.com>
37066              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
37067              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
37068      Branch: perl
37069            ! embed.h embed.pl
37070 ____________________________________________________________________________
37071 [  8882] By: jhi                                   on 2001/02/21  19:41:33
37072         Log: Integrate change #8881 from mainlin to maintperl.
37073              
37074              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
37075      Branch: maint-5.6/perl
37076           !> op.c
37077 ____________________________________________________________________________
37078 [  8881] By: jhi                                   on 2001/02/21  19:38:57
37079         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
37080              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
37081              Date:     Wed, 21 Feb 2001 13:08:03 EST
37082              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
37083      Branch: perl
37084            ! op.c
37085 ____________________________________________________________________________
37086 [  8880] By: jhi                                   on 2001/02/21  19:34:34
37087         Log: Retract #8875, cannot let go of the old semantics of unpack U
37088              without rethinking utf8decode.t.
37089      Branch: perl
37090            ! pp.c t/op/pack.t
37091 ____________________________________________________________________________
37092 [  8879] By: jhi                                   on 2001/02/21  19:08:02
37093         Log: Run run/*.t also in minitest.
37094      Branch: perl
37095            ! Makefile.SH
37096 ____________________________________________________________________________
37097 [  8878] By: nick                                  on 2001/02/21  18:55:37
37098         Log: Integrate mainline
37099      Branch: perlio
37100           !> (integrate 76 files)
37101 ____________________________________________________________________________
37102 [  8877] By: jhi                                   on 2001/02/21  15:09:33
37103         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
37104      Branch: metaconfig
37105            ! U/compline/nblock_io.U
37106      Branch: perl
37107            ! Configure config_h.SH
37108 ____________________________________________________________________________
37109 [  8876] By: jhi                                   on 2001/02/21  14:54:45
37110         Log: If no sfio, no -lsfio.
37111      Branch: metaconfig/U/perl
37112            ! d_sfio.U
37113      Branch: perl
37114            ! Configure config_h.SH
37115 ____________________________________________________________________________
37116 [  8875] By: jhi                                   on 2001/02/21  14:54:00
37117         Log: Make unpack C and unpack U truly equivalent.
37118      Branch: perl
37119            ! pp.c t/op/pack.t
37120 ____________________________________________________________________________
37121 [  8874] By: jhi                                   on 2001/02/21  14:26:02
37122         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
37123              From: Peter Prymmer <pvhp@forte.com>
37124              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
37125              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
37126      Branch: perl
37127            ! pod/perlport.pod
37128 ____________________________________________________________________________
37129 [  8873] By: jhi                                   on 2001/02/21  14:24:31
37130         Log: Subject: [PATCH] fix for charnames above FFFF
37131              From: andreas.koenig@anima.de (Andreas J. Koenig)
37132              Date: 21 Feb 2001 07:05:45 +0100
37133              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
37134      Branch: perl
37135            ! lib/charnames.pm t/lib/charnames.t
37136 ____________________________________________________________________________
37137 [  8872] By: jhi                                   on 2001/02/21  14:15:25
37138         Log: Integrate change #8868 from pureperl to mainline.
37139              
37140              Fixed reference count loop caused by sv_magic.
37141      Branch: perl
37142           !> sv.c
37143 ____________________________________________________________________________
37144 [  8871] By: jhi                                   on 2001/02/21  14:07:29
37145         Log: Integrate change #8868 from pureperl to maintperl.
37146              
37147              Fixed reference count loop caused by sv_magic.
37148      Branch: maint-5.6/perl
37149           !> sv.c
37150 ____________________________________________________________________________
37151 [  8870] By: jhi                                   on 2001/02/21  14:04:41
37152         Log: Put back the #8840, it was innocent.
37153      Branch: perl
37154            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
37155            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
37156 ____________________________________________________________________________
37157 [  8869] By: jhi                                   on 2001/02/21  14:00:03
37158         Log: unpack("C", ...) was left slightly unfinished by #8865.
37159      Branch: perl
37160            ! pp.c t/op/pack.t
37161 ____________________________________________________________________________
37162 [  8868] By: alanbur                               on 2001/02/21  01:33:45
37163         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
37164              from gv_fetchpv to create single-character magic variables (e.g. $!),
37165              and it is passed a sv and the gv that contains the sv as the mg_obj
37166              value.  When sv_magic stores the mg_obj pointer it increments the gv
37167              refcount, thus causing a sv-gv pair that can't be freed.  There is
37168              already a check for sv == obj which is used to prevent such reference
37169              loops.  This change extends the check to cover the case described above.
37170      Branch: maint-5.6/pureperl
37171            ! sv.c
37172 ____________________________________________________________________________
37173 [  8867] By: jhi                                   on 2001/02/21  00:52:39
37174         Log: Update Changes.
37175      Branch: perl
37176            ! Changes patchlevel.h
37177 ____________________________________________________________________________
37178 [  8866] By: jhi                                   on 2001/02/21  00:34:20
37179         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
37180              (Note: there were some conflicts due to EBCDIC and EPOC
37181              patches, in general I preferred the repository code.)
37182              (When 2.753 comes out, we need to synchronize.)
37183      Branch: perl
37184            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
37185            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
37186            ! t/lib/cgi-html.t
37187 ____________________________________________________________________________
37188 [  8865] By: jhi                                   on 2001/02/21  00:24:22
37189         Log: Make pack("C", 0x100) to create Unicode, unless under the
37190              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
37191              will understand Unicode, unless you under know what.
37192      Branch: perl
37193            ! pp.c t/op/pack.t t/op/qu.t
37194 ____________________________________________________________________________
37195 [  8864] By: alanbur                               on 2001/02/20  22:35:34
37196         Log: Resynchronised with parent
37197      Branch: maint-5.6/pureperl
37198           !> README.win32 ext/GDBM_File/GDBM_File.pm
37199           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
37200           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
37201           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
37202           !> t/lib/sdbm.t util.c
37203 ____________________________________________________________________________
37204 [  8863] By: jhi                                   on 2001/02/20  20:55:11
37205         Log: Integrate change #8860,8861 from mainline into maintperl.
37206              
37207              "pseudo-literal j"
37208              
37209              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
37210      Branch: maint-5.6/perl
37211           !> lib/Test.pm pod/perlop.pod
37212 ____________________________________________________________________________
37213 [  8862] By: jhi                                   on 2001/02/20  20:30:07
37214         Log: Don't do casting between pointers pointing to differently sized
37215              integers.
37216      Branch: perl
37217            ! hv.c sv.c
37218 ____________________________________________________________________________
37219 [  8861] By: jhi                                   on 2001/02/20  19:53:44
37220         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
37221              From: Peter Prymmer <pvhp@forte.com>
37222              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
37223              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
37224      Branch: perl
37225            ! lib/Test.pm
37226 ____________________________________________________________________________
37227 [  8860] By: jhi                                   on 2001/02/20  19:48:02
37228         Log: "pseudo-literal j", a documentation glitch reported to Debian.
37229              The text recovered from Perl 5.005_03, and pseudo-literal replaced
37230              by "backtick string".
37231      Branch: perl
37232            ! pod/perlop.pod
37233 ____________________________________________________________________________
37234 [  8859] By: jhi                                   on 2001/02/20  19:15:46
37235         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
37236              from Chris Nandor.
37237      Branch: perl
37238            ! makedef.pl
37239 ____________________________________________________________________________
37240 [  8858] By: jhi                                   on 2001/02/20  17:36:53
37241         Log: Integrate pureperl changes #8844,8845,8850 to mainline
37242              (via maintperl #8855).
37243              
37244              Fixed %^H scoping bug
37245              
37246              Removed GV <-> CV refcount loop
37247              
37248              Removed %ENV refcount loop
37249      Branch: perl
37250           !> gv.c op.c perl.c pp.c scope.c
37251 ____________________________________________________________________________
37252 [  8857] By: jhi                                   on 2001/02/20  17:34:32
37253         Log: Integrate changes #8853,8854 from maintperl to mainline.
37254              
37255              EBDIC fixes, README.win32 Borland update.
37256      Branch: perl
37257           !> README.win32 handy.h util.c
37258 ____________________________________________________________________________
37259 [  8856] By: jhi                                   on 2001/02/20  17:33:16
37260         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
37261      Branch: maint-5.6/perl
37262           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
37263           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
37264           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
37265 ____________________________________________________________________________
37266 [  8855] By: jhi                                   on 2001/02/20  17:32:13
37267         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
37268              
37269              Fixed %^H scoping bug
37270              
37271              Removed GV <-> CV refcount loop
37272              
37273              Removed %ENV refcount loop
37274      Branch: maint-5.6/perl
37275           !> gv.c op.c perl.c pp.c scope.c
37276 ____________________________________________________________________________
37277 [  8854] By: jhi                                   on 2001/02/20  17:25:06
37278         Log: Subject: Addition to readme.win32 for Borland C++ compilers
37279              Date: Tue, 20 Feb 2001 02:15:25 +0300
37280              From: "Vadim Konovalov" <watman@inbox.ru>
37281              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
37282              
37283              Document Borland compiler misbehaviour.
37284      Branch: maint-5.6/perl
37285            ! README.win32
37286 ____________________________________________________________________________
37287 [  8853] By: jhi                                   on 2001/02/20  17:22:25
37288         Log: The assimilation of ebcdic.c didn't quite work at the first try,
37289              patches from Thomas Dorner.
37290      Branch: maint-5.6/perl
37291            ! handy.h util.c
37292 ____________________________________________________________________________
37293 [  8852] By: jhi                                   on 2001/02/20  17:20:15
37294         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
37295              From: Chris Nandor <pudge@pobox.com>
37296              Date: Tue, 20 Feb 2001 08:32:45 -0500
37297              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
37298      Branch: maint-5.6/perl
37299            ! makedef.pl mg.c
37300 ____________________________________________________________________________
37301 [  8851] By: jhi                                   on 2001/02/20  17:15:52
37302         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
37303      Branch: perl
37304            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
37305            ! t/lib/filter-util.t
37306 ____________________________________________________________________________
37307 [  8850] By: alanbur                               on 2001/02/20  17:12:40
37308         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
37309              and the magic pointer points back to the GV that contains the
37310              %ENV hash.  This creates a refcount loop that prevents members
37311              of %ENV from being freed correctly.  This change removes the
37312              refcount loop - the magic pointer was never used anyway, the
37313              only use of the magic was to check the type ('E') so that the
37314              appropriate environment manipulation code is called when %ENV
37315              is modified.
37316      Branch: maint-5.6/pureperl
37317            ! perl.c
37318 ____________________________________________________________________________
37319 [  8849] By: jhi                                   on 2001/02/20  17:12:20
37320         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
37321              From: "Craig A. Berry" <craigberry@mac.com>
37322              Date: Mon, 19 Feb 2001 23:36:12 -0600
37323              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
37324              
37325              Case-forgiving systems match TestInit.pm with TES*.
37326      Branch: perl
37327            ! t/lib/glob-basic.t
37328 ____________________________________________________________________________
37329 [  8848] By: jhi                                   on 2001/02/20  17:10:02
37330         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
37331      Branch: perl
37332            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
37333            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
37334            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
37335 ____________________________________________________________________________
37336 [  8847] By: jhi                                   on 2001/02/20  15:34:41
37337         Log: The #8843 wasn't quite right: %Config needs to imported.
37338      Branch: perl
37339            ! t/run/runenv.t
37340 ____________________________________________________________________________
37341 [  8846] By: jhi                                   on 2001/02/20  15:31:50
37342         Log: Retract the #8838 and #8840 for now because of
37343              the DB_File tie problem.
37344      Branch: perl
37345            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
37346            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
37347            ! proto.h sv.c
37348 ____________________________________________________________________________
37349 [  8845] By: alanbur                               on 2001/02/20  14:25:41
37350         Log: Removed GV <-> CV refcount loop
37351              CvGV(mycv) points to the parent GV of the CV, and was previously
37352              refcounted.  The pointer remains, but the refcounting has been removed
37353              as it causes a refcount loop between the CV and GV that means the CV
37354              can't ever be deleted.
37355      Branch: maint-5.6/pureperl
37356            ! gv.c op.c pp.c
37357 ____________________________________________________________________________
37358 [  8844] By: alanbur                               on 2001/02/20  14:23:13
37359         Log: Fixed %^H scoping bug
37360      Branch: maint-5.6/pureperl
37361            ! scope.c
37362 ____________________________________________________________________________
37363 [  8843] By: jhi                                   on 2001/02/19  13:38:08
37364         Log: fork() not everywhere, cleanup temp files.
37365      Branch: perl
37366            ! t/run/runenv.t
37367 ____________________________________________________________________________
37368 [  8842] By: alanbur                               on 2001/02/19  12:42:07
37369         Log: Resynchronised with parent
37370      Branch: maint-5.6/pureperl
37371           !> pod/perlfaq4.pod sv.c utf8.c
37372 ____________________________________________________________________________
37373 [  8841] By: jhi                                   on 2001/02/19  03:35:51
37374         Log: Update Changes.
37375      Branch: perl
37376            ! Changes patchlevel.h
37377 ____________________________________________________________________________
37378 [  8840] By: jhi                                   on 2001/02/19  00:23:41
37379         Log: Subject: [patch] add sv_setref_uv
37380              From: Doug MacEachern <dougm@covalent.net>
37381              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
37382              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
37383      Branch: perl
37384            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
37385            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
37386 ____________________________________________________________________________
37387 [  8839] By: jhi                                   on 2001/02/19  00:01:38
37388         Log: Put to rest the 20010205.001, the email address checking (not) regex.
37389      Branch: perl
37390            ! pod/perlfaq9.pod
37391 ____________________________________________________________________________
37392 [  8838] By: jhi                                   on 2001/02/18  22:17:54
37393         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
37394              From: Doug MacEachern <dougm@covalent.net>
37395              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
37396              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
37397      Branch: perl
37398            ! lib/ExtUtils/xsubpp
37399 ____________________________________________________________________________
37400 [  8837] By: jhi                                   on 2001/02/18  22:16:50
37401         Log: Subject: [patch] -Wall cleanup round 2
37402              From: Doug MacEachern <dougm@covalent.net>
37403              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
37404              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
37405      Branch: perl
37406            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
37407            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
37408            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
37409            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
37410            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
37411            ! ext/SDBM_File/SDBM_File.xs
37412 ____________________________________________________________________________
37413 [  8836] By: jhi                                   on 2001/02/18  22:11:20
37414         Log: Misapplied regex optimizations when \C is present.
37415              Fixes 20001230.002.
37416              
37417              What still remains broken is that the submatches that
37418              have \C in them get their UTF8 flag on because their
37419              parent SV has it on.  This will result in malformed
37420              UTF8 if a \C happened to match a non-ASCII byte.
37421      Branch: perl
37422            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
37423            ! t/pragma/utf8.t
37424 ____________________________________________________________________________
37425 [  8835] By: jhi                                   on 2001/02/18  20:12:02
37426         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
37427              
37428              The hash key got wrongly UTF8fied.
37429      Branch: perl
37430            ! pod/perlapi.pod toke.c utf8.c
37431 ____________________________________________________________________________
37432 [  8834] By: jhi                                   on 2001/02/18  19:44:25
37433         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
37434              don't warn on magical or overloaded things.
37435      Branch: perl
37436            ! pp_hot.c
37437 ____________________________________________________________________________
37438 [  8833] By: nick                                  on 2001/02/18  19:31:22
37439         Log: Integrate mainline
37440      Branch: perlio
37441           +> t/TestInit.pm t/run/runenv.t
37442            - t/UTEST
37443           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
37444           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
37445           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
37446           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
37447           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
37448           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
37449           !> utf8.c
37450 ____________________________________________________________________________
37451 [  8832] By: jhi                                   on 2001/02/18  19:21:18
37452         Log: Integrate perlio.
37453      Branch: perl
37454           !> perlio.c pod/perldiag.pod
37455 ____________________________________________________________________________
37456 [  8831] By: jhi                                   on 2001/02/18  19:14:20
37457         Log: Integrate change #8827 from mainline.
37458              
37459              UTF8 tweaks.
37460      Branch: maint-5.6/perl
37461           !> sv.c utf8.c
37462 ____________________________________________________________________________
37463 [  8830] By: nick                                  on 2001/02/18  19:10:34
37464         Log: Apply the spirit of patch from Nick Clark:
37465              Subject: [PATCH] Re: extensions that provide layers
37466              From: Nicholas Clark <nick@ccl4.org>
37467              Date: Mon, 12 Feb 2001 16:43:51 +0000
37468              Message-Id: <20010212164350.Q3652@plum.flirble.org>
37469      Branch: perlio
37470            ! perlio.c pod/perldiag.pod
37471 ____________________________________________________________________________
37472 [  8829] By: jhi                                   on 2001/02/18  19:03:25
37473         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
37474              From: schwern@pobox.com 
37475              Date: Sun, 18 Feb 2001 13:44:35 -0500
37476              Message-ID: <20010218134435.A17544@magnonel.guild.net>
37477              
37478              Applied, but as t/TestInit.pm.
37479      Branch: perl
37480            + t/TestInit.pm
37481            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
37482            ! t/op/subst_wamp.t
37483 ____________________________________________________________________________
37484 [  8828] By: jhi                                   on 2001/02/18  18:43:52
37485         Log: Integrate perlio.
37486      Branch: perl
37487           !> perlio.c
37488 ____________________________________________________________________________
37489 [  8827] By: jhi                                   on 2001/02/18  18:41:33
37490         Log: UTF-8 tweaks.
37491      Branch: perl
37492            ! sv.c utf8.c
37493 ____________________________________________________________________________
37494 [  8826] By: nick                                  on 2001/02/18  17:40:59
37495         Log: Fix [ID 20010217.002]
37496              open FOO, "<:raw:perlio", ...
37497              :raw now inserts default base layer below itself.
37498              Also
37499              open FOO, "<:unix", ...
37500              works as well - but leaves buffer layer on stack under the unix layer.
37501      Branch: perlio
37502            ! perlio.c
37503 ____________________________________________________________________________
37504 [  8825] By: jhi                                   on 2001/02/18  17:15:39
37505         Log: Integrate perlio.
37506      Branch: perl
37507           !> perlio.c perliol.h
37508 ____________________________________________________________________________
37509 [  8824] By: jhi                                   on 2001/02/18  17:10:53
37510         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
37511              From: schwern@pobox.com
37512              Date: Sun, 18 Feb 2001 01:48:50 -0500
37513              Message-ID: <20010218014850.C19957@magnonel.guild.net>
37514      Branch: perl
37515            ! lib/Test/Harness.pm t/TEST t/op/chop.t
37516 ____________________________________________________________________________
37517 [  8823] By: jhi                                   on 2001/02/18  17:01:06
37518         Log: Add run/*.t to testables.
37519      Branch: perl
37520            ! t/TEST
37521 ____________________________________________________________________________
37522 [  8822] By: jhi                                   on 2001/02/18  16:58:58
37523         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
37524              From: schwern@pobox.com
37525              Date: Sun, 18 Feb 2001 01:11:35 -0500
37526              Message-ID: <20010218011135.A19957@magnonel.guild.net>
37527              
37528              Revive mjd's and Simon's PERL5OPT fix.
37529      Branch: perl
37530            + t/run/runenv.t
37531            ! MANIFEST perl.c
37532 ____________________________________________________________________________
37533 [  8821] By: jhi                                   on 2001/02/18  16:53:46
37534         Log: Subject: Re: Why t/TEST and not Test::Harness?
37535              From: schwern@pobox.com
37536              Date: Sat, 17 Feb 2001 22:44:44 -0500
37537              Message-ID: <20010217224444.A6679@magnonel.guild.net>
37538              
37539              Replace UTEST with TEST -utf8.
37540      Branch: perl
37541            - t/UTEST
37542            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
37543            ! t/lib/glob-basic.t
37544 ____________________________________________________________________________
37545 [  8820] By: nick                                  on 2001/02/18  13:06:16
37546         Log: Clean up a few core dumps when layers are used in unexpected ways.
37547              (Still not "right"...)
37548      Branch: perlio
37549            ! perlio.c perliol.h
37550 ____________________________________________________________________________
37551 [  8819] By: jhi                                   on 2001/02/18  02:25:55
37552         Log: Integrate change #8818 from maintperl, a FAQ nit.
37553      Branch: perl
37554           !> pod/perlfaq4.pod
37555 ____________________________________________________________________________
37556 [  8818] By: jhi                                   on 2001/02/18  02:24:50
37557         Log: FAQ nit from Chris Fedde.
37558      Branch: maint-5.6/perl
37559            ! pod/perlfaq4.pod
37560 ____________________________________________________________________________
37561 [  8817] By: nick                                  on 2001/02/17  18:20:14
37562         Log: Integrate mainline
37563      Branch: perlio
37564           +> lib/unicode/UCD.html lib/unicode/Unicode.html
37565           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
37566           +> pod/perlclib.pod
37567            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
37568            - lib/unicode/Unicode.301
37569           !> (integrate 324 files)
37570 ____________________________________________________________________________
37571 [  8816] By: jhi                                   on 2001/02/17  16:56:58
37572         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
37573      Branch: perl
37574            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
37575            ! ext/Storable/Storable.xs t/lib/st-06compat.t
37576            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
37577 ____________________________________________________________________________
37578 [  8815] By: jhi                                   on 2001/02/17  16:40:07
37579         Log: Subject: [patch] -Wall
37580              From: Doug MacEachern <dougm@covalent.net>
37581              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
37582              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
37583      Branch: perl
37584            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
37585            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
37586 ____________________________________________________________________________
37587 [  8814] By: jhi                                   on 2001/02/16  19:27:18
37588         Log: Document qu better.
37589      Branch: perl
37590            ! pod/perlop.pod
37591 ____________________________________________________________________________
37592 [  8813] By: jhi                                   on 2001/02/15  13:54:37
37593         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
37594              From: Hugo <hv@crypt.compulink.co.uk>
37595              Date: Thu, 15 Feb 2001 13:39:49 +0000
37596              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
37597      Branch: perl
37598            ! toke.c
37599 ____________________________________________________________________________
37600 [  8812] By: alanbur                               on 2001/02/15  13:52:16
37601         Log: Resynchronised with parent
37602      Branch: maint-5.6/pureperl
37603            - ebcdic.c
37604           !> (integrate 36 files)
37605 ____________________________________________________________________________
37606 [  8811] By: jhi                                   on 2001/02/15  13:51:16
37607         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
37608              
37609              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
37610              From: Jan Dubois <JanD@ActiveState.com>
37611              Date: Wed, 31 Jan 2001 21:17:03 -0800
37612              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
37613              
37614              tweak change#8659 to keep it simple
37615              
37616              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
37617              From: Russ Allbery <rra@stanford.edu>
37618              Date: 14 Feb 2001 10:15:41 -0800
37619              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
37620              
37621              (8809 empty)
37622              
37623              Upgrade to podlators 1.08, from Russ Allbery.
37624      Branch: perl
37625           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
37626           !> utils/perldoc.PL
37627 ____________________________________________________________________________
37628 [  8810] By: jhi                                   on 2001/02/15  13:35:08
37629         Log: Upgrade to podlators 1.08, from Russ Allbery.
37630      Branch: maint-5.6/perl
37631            ! lib/Pod/Man.pm lib/Pod/Text.pm
37632 ____________________________________________________________________________
37633 [  8809] By: jhi                                   on 2001/02/15  13:26:38
37634         Log: (accidentally empty check-in)
37635      Branch: maint-5.6/perl
37636            ! lib/Test/Harness.pm
37637 ____________________________________________________________________________
37638 [  8808] By: jhi                                   on 2001/02/15  13:23:47
37639         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
37640              From: Russ Allbery <rra@stanford.edu>
37641              Date: 14 Feb 2001 10:15:41 -0800
37642              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
37643              
37644              perldoc was hardcoding $Config{installscript}, which breaks
37645              when install* isn't where Perl ends up (such as with AFS).
37646              
37647              Use $Config{scriptdir} instead.
37648      Branch: maint-5.6/perl
37649            ! utils/perldoc.PL
37650 ____________________________________________________________________________
37651 [  8807] By: jhi                                   on 2001/02/14  14:37:27
37652         Log: Update Changes.
37653      Branch: perl
37654            ! Changes patchlevel.h
37655 ____________________________________________________________________________
37656 [  8806] By: jhi                                   on 2001/02/14  14:25:31
37657         Log: Integrate changes #8803,8804,8805 from mainline.
37658              
37659              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
37660              
37661              Don't skip too much of the locale error message if no environ array,
37662              from Chris Nandor.
37663              
37664              More MacOS Classic fixes from Chris Nandor.
37665      Branch: maint-5.6/perl
37666           !> doop.c lib/Cwd.pm perl.c perl.h util.c
37667 ____________________________________________________________________________
37668 [  8805] By: jhi                                   on 2001/02/14  03:29:01
37669         Log: More MacOS Classic fixes from Chris Nandor.
37670      Branch: perl
37671            ! doop.c lib/Cwd.pm
37672 ____________________________________________________________________________
37673 [  8804] By: jhi                                   on 2001/02/14  03:18:35
37674         Log: Don't skip too much of the locale error message if no environ array,
37675              from Chris Nandor.
37676      Branch: perl
37677            ! util.c
37678 ____________________________________________________________________________
37679 [  8803] By: jhi                                   on 2001/02/14  03:14:14
37680         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
37681      Branch: perl
37682            ! perl.c perl.h
37683 ____________________________________________________________________________
37684 [  8802] By: jhi                                   on 2001/02/13  18:31:33
37685         Log: AUTHORS update.
37686      Branch: perl
37687            ! AUTHORS
37688 ____________________________________________________________________________
37689 [  8801] By: jhi                                   on 2001/02/13  17:55:19
37690         Log: Integrate change #8792 from mainline.
37691              
37692              Subject: buncha MacPerl patches for bleadperl
37693              From: Chris Nandor <pudge@pobox.com>
37694              Date: Tue, 13 Feb 2001 00:02:43 -0500
37695              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
37696      Branch: maint-5.6/perl
37697           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
37698           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
37699           !> t/lib/basename.t toke.c util.h
37700 ____________________________________________________________________________
37701 [  8800] By: jhi                                   on 2001/02/13  17:46:43
37702         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
37703              to be forced to Off_t.
37704              
37705              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
37706              From: nick@ccl4.org
37707              Date: Thu, 1 Feb 2001 12:01:04 +0000
37708              Message-Id: <20010201120103.E11401@plum.flirble.org>
37709      Branch: maint-5.6/perl
37710            ! iperlsys.h perlio.c
37711 ____________________________________________________________________________
37712 [  8799] By: jhi                                   on 2001/02/13  16:52:51
37713         Log: Duplex duplex hunk hunk.
37714      Branch: maint-5.6/perl
37715            ! Makefile.SH
37716 ____________________________________________________________________________
37717 [  8797] By: jhi                                   on 2001/02/13  14:52:04
37718         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
37719              From: "Craig A. Berry" <craigberry@mac.com>
37720              Date: Mon, 12 Feb 2001 11:05:25 -0600
37721              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
37722      Branch: perl
37723            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
37724 ____________________________________________________________________________
37725 [  8796] By: jhi                                   on 2001/02/13  14:36:47
37726         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
37727              From: simon.cozens@pembroke.oxford.ac.uk 
37728              Date: Sat, 10 Feb 2001 17:57:02 +0000
37729              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
37730              
37731              Now it does include.
37732      Branch: perl
37733            ! pod/perldiag.pod
37734 ____________________________________________________________________________
37735 [  8795] By: jhi                                   on 2001/02/13  14:30:11
37736         Log: Sort the MANIFEST.
37737      Branch: perl
37738            ! MANIFEST
37739 ____________________________________________________________________________
37740 [  8794] By: jhi                                   on 2001/02/13  14:26:51
37741         Log: Integrate change #8793 from mainline, FAQ updates.
37742      Branch: maint-5.6/perl
37743           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
37744 ____________________________________________________________________________
37745 [  8793] By: jhi                                   on 2001/02/13  14:25:13
37746         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
37747      Branch: perl
37748            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
37749 ____________________________________________________________________________
37750 [  8792] By: jhi                                   on 2001/02/13  14:22:50
37751         Log: Subject: buncha MacPerl patches for bleadperl
37752              From: Chris Nandor <pudge@pobox.com>
37753              Date: Tue, 13 Feb 2001 00:02:43 -0500
37754              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
37755      Branch: perl
37756            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
37757            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
37758            ! t/lib/basename.t toke.c util.h
37759 ____________________________________________________________________________
37760 [  8791] By: jhi                                   on 2001/02/13  14:10:39
37761         Log: Integrate change #8790 from mainline.
37762              
37763              environ array wrongly assumed in Perl_init_i18nl10n(),
37764      Branch: maint-5.6/perl
37765           !> util.c
37766 ____________________________________________________________________________
37767 [  8790] By: jhi                                   on 2001/02/13  14:06:15
37768         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
37769              noticed by Chris Nandor in MacOS Classic.
37770      Branch: perl
37771            ! util.c
37772 ____________________________________________________________________________
37773 [  8789] By: jhi                                   on 2001/02/13  13:58:07
37774         Log: Integrate changes #8373,8487,8544,8783 from mainline.
37775              
37776              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
37777              hints files, the dynaloading, assimilate ebcdic into util.c.
37778      Branch: maint-5.6/perl
37779            - ebcdic.c
37780            ! MANIFEST hints/posix-bc.sh
37781           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
37782           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
37783           !> perlapi.c proto.h util.c
37784 ____________________________________________________________________________
37785 [  8788] By: alanbur                               on 2001/02/13  10:33:13
37786         Log: Integrated changes from maint-5.6
37787      Branch: maint-5.6/pureperl
37788           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
37789           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
37790           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
37791           !> vos/config.ga.h vos/configure_perl.cm
37792 ____________________________________________________________________________
37793 [  8787] By: jhi                                   on 2001/02/13  05:56:36
37794         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
37795      Branch: perl
37796           !> Makefile.SH
37797 ____________________________________________________________________________
37798 [  8786] By: jhi                                   on 2001/02/13  05:54:34
37799         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
37800              From: Dorner Thomas <Thomas.Dorner@start.de>
37801              Date: Mon, 12 Feb 2001 15:06:26 +0100
37802              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
37803      Branch: maint-5.6/perl
37804            ! Makefile.SH
37805 ____________________________________________________________________________
37806 [  8785] By: jhi                                   on 2001/02/13  05:29:04
37807         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
37808      Branch: perl
37809           !> hints/openbsd.sh
37810 ____________________________________________________________________________
37811 [  8784] By: jhi                                   on 2001/02/13  02:25:24
37812         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
37813              From: Peter Prymmer <pvhp@forte.com>
37814              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
37815              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
37816      Branch: perl
37817            ! pod/perlclib.pod
37818 ____________________________________________________________________________
37819 [  8783] By: jhi                                   on 2001/02/13  02:22:36
37820         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
37821      Branch: perl
37822            - ebcdic.c
37823            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
37824            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
37825            ! util.c
37826 ____________________________________________________________________________
37827 [  8782] By: jhi                                   on 2001/02/13  02:00:07
37828         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
37829      Branch: maint-5.6/perl
37830            ! pod/perlport.pod
37831 ____________________________________________________________________________
37832 [  8781] By: jhi                                   on 2001/02/13  01:58:44
37833         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
37834      Branch: maint-5.6/perl
37835            ! hints/openbsd.sh
37836 ____________________________________________________________________________
37837 [  8780] By: jhi                                   on 2001/02/13  01:57:33
37838         Log: Synchronize the regexp tests between maintperl and mainline.
37839      Branch: maint-5.6/perl
37840           !> t/op/re_tests
37841 ____________________________________________________________________________
37842 [  8779] By: jhi                                   on 2001/02/13  01:49:35
37843         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
37844              From: Hugo <hv@crypt.compulink.co.uk>
37845              Date: Tue, 13 Feb 2001 00:11:11 +0000
37846              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
37847      Branch: perl
37848            ! regcomp.c t/op/re_tests
37849 ____________________________________________________________________________
37850 [  8778] By: jhi                                   on 2001/02/13  00:23:10
37851         Log: Comments do not nest.
37852      Branch: perl
37853            ! perl.h
37854 ____________________________________________________________________________
37855 [  8777] By: jhi                                   on 2001/02/13  00:17:54
37856         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
37857              From: Hugo <hv@crypt.compulink.co.uk>
37858              Date: Tue, 13 Feb 2001 00:11:11 +0000
37859              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
37860      Branch: maint-5.6/perl
37861            ! regcomp.c t/op/re_tests
37862 ____________________________________________________________________________
37863 [  8776] By: jhi                                   on 2001/02/12  23:25:52
37864         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
37865      Branch: maint-5.6/perl
37866            ! pod/perlport.pod
37867 ____________________________________________________________________________
37868 [  8775] By: jhi                                   on 2001/02/12  23:04:28
37869         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
37870      Branch: maint-5.6/perl
37871            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
37872            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
37873            ! vos/configure_perl.cm
37874 ____________________________________________________________________________
37875 [  8774] By: jhi                                   on 2001/02/12  22:59:11
37876         Log: Subject: Re: [patch] context for 'U' magic functions
37877              From: Doug MacEachern <dougm@covalent.net>
37878              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
37879              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
37880              
37881              plus the suggestion by Nick Ing-Simmons to name the macro
37882              as PERL_MG_UFUNC to avoid namespace pollution, plus add
37883              the advice by Doug for XS writers to perl.h
37884      Branch: perl
37885            ! mg.c perl.h
37886 ____________________________________________________________________________
37887 [  8773] By: jhi                                   on 2001/02/11  20:14:12
37888         Log: Update Changes.
37889      Branch: perl
37890            ! Changes patchlevel.h
37891 ____________________________________________________________________________
37892 [  8772] By: jhi                                   on 2001/02/11  18:47:52
37893         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
37894              From: Simon Cozens <simon@cozens.net>
37895              Date: Wed, 31 Jan 2001 16:31:43 +0000
37896              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
37897      Branch: perl
37898            + pod/perlclib.pod
37899            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
37900            ! pod/perltoc.pod
37901 ____________________________________________________________________________
37902 [  8771] By: jhi                                   on 2001/02/11  18:36:48
37903         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
37904              
37905              Blocks-4d3.beta.txt
37906              CaseFolding-3d4.beta.txt
37907              CompositionExclusions-3d6.beta.txt
37908              EastAsianWidth-4d4.beta.txt
37909              LineBreak-6d3.beta.txt
37910              NamesList-3.1.0d1.beta.txt
37911              PropList-3.1.0d4.beta.txt
37912              SpecialCasing-4d1.beta.txt
37913              UnicodeData-3.1.0d6.beta.txt
37914      Branch: perl
37915            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
37916           +> lib/unicode/UCD.html lib/unicode/Unicode.html
37917            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
37918            - lib/unicode/Unicode.301
37919            ! (edit 257 files)
37920 ____________________________________________________________________________
37921 [  8770] By: jhi                                   on 2001/02/11  17:26:22
37922         Log: UTF-8 documentation.
37923      Branch: perl
37924            ! utf8.h
37925 ____________________________________________________________________________
37926 [  8769] By: jhi                                   on 2001/02/11  17:12:49
37927         Log: Retract #8762.
37928      Branch: perl
37929            ! regexec.c
37930 ____________________________________________________________________________
37931 [  8768] By: jhi                                   on 2001/02/11  16:54:45
37932         Log: Subject: [PATCH] Test::Harness
37933              From: andreas.koenig@anima.de (Andreas J. Koenig)
37934              Date: 11 Feb 2001 14:37:00 +0100
37935              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
37936      Branch: perl
37937            ! lib/Test/Harness.pm
37938 ____________________________________________________________________________
37939 [  8767] By: jhi                                   on 2001/02/11  16:53:52
37940         Log: Subject: [PATCH] Document makepatch in Porting/patching
37941              From: andreas.koenig@anima.de (Andreas J. Koenig)
37942              Date: 11 Feb 2001 16:46:28 +0100
37943              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
37944      Branch: perl
37945            ! Porting/patching.pod
37946 ____________________________________________________________________________
37947 [  8766] By: jhi                                   on 2001/02/11  06:30:23
37948         Log: Subject: Re: [patch] GvSHARED
37949              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
37950              From: Doug MacEachern <dougm@covalent.net>
37951              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
37952              
37953              Subject: Re: [patch] GvSHARED
37954              From: Doug MacEachern <dougm@covalent.net>
37955              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
37956              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
37957              
37958              Subject: [patch] attributes.pm support for `shared'
37959              From: Doug MacEachern <dougm@covalent.net>
37960              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
37961              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
37962              
37963              our() attributes were ignored, our :shared pieces missing,
37964              allow attributes.pm to turn on shared.
37965      Branch: perl
37966            ! op.c t/op/attrs.t toke.c xsutils.c
37967 ____________________________________________________________________________
37968 [  8765] By: alanbur                               on 2001/02/10  23:11:19
37969         Log: Resync with parent (hopefully sucessfully this time)
37970      Branch: maint-5.6/pureperl
37971           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
37972           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
37973           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
37974           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
37975           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
37976           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
37977           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
37978 ____________________________________________________________________________
37979 [  8764] By: jhi                                   on 2001/02/10  22:54:38
37980         Log: Make TEST and UTEST more verbose in case something goes
37981              wrong in running/compiling a script, suggested by Doug
37982              MacEachern.
37983      Branch: perl
37984            ! t/TEST t/UTEST
37985 ____________________________________________________________________________
37986 [  8763] By: jhi                                   on 2001/02/10  22:11:34
37987         Log: Bogus shebang.
37988      Branch: perl
37989            ! t/lib/texttabs.t
37990 ____________________________________________________________________________
37991 [  8762] By: jhi                                   on 2001/02/10  21:56:02
37992         Log: (Retracted by #8769)
37993      Branch: perl
37994            ! regexec.c
37995 ____________________________________________________________________________
37996 [  8761] By: jhi                                   on 2001/02/10  21:26:15
37997         Log: Subject: Re: [patch] GvSHARED 
37998              From: Doug MacEachern <dougm@covalent.net>
37999              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
38000              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
38001              
38002              our @EXPORT : shared = (...);
38003      Branch: perl
38004            ! toke.c
38005 ____________________________________________________________________________
38006 [  8760] By: jhi                                   on 2001/02/10  21:25:07
38007         Log: Subject: [patch] GvSHARED
38008              From: Doug MacEachern <dougm@covalent.net>
38009              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
38010              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
38011      Branch: perl
38012            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
38013 ____________________________________________________________________________
38014 [  8759] By: alanbur                               on 2001/02/10  21:24:27
38015         Log: Backed out mismerge.
38016      Branch: maint-5.6/pureperl
38017            ! MANIFEST README.hpux README.vmesa gv.c installhtml
38018            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
38019            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
38020            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
38021            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
38022            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
38023            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
38024 ____________________________________________________________________________
38025 [  8758] By: jhi                                   on 2001/02/10  18:01:17
38026         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
38027              
38028              Fixed UMRs and leak in Perl_pmtrans()
38029              
38030              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
38031              associated UTFied tr/// code.  Also fixed scoping leak of
38032              PL_reg_start_tmp.
38033              
38034              newATTRSUB leaks when an attempt to redefine the active sort sub is
38035              made.
38036      Branch: maint-5.6/perl
38037           !> op.c regcomp.c
38038 ____________________________________________________________________________
38039 [  8757] By: alanbur                               on 2001/02/10  17:56:46
38040         Log: Resynchronised with parent
38041      Branch: maint-5.6/pureperl
38042           +> README.bs2000
38043            - README.posix-bc
38044            ! gv.c perl.c sv.c
38045           !> MANIFEST README.hpux README.vmesa installhtml
38046           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
38047           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
38048           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
38049           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
38050           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
38051           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
38052 ____________________________________________________________________________
38053 [  8756] By: alanbur                               on 2001/02/10  17:51:15
38054         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
38055              made.
38056      Branch: maint-5.6/pureperl
38057            ! op.c
38058 ____________________________________________________________________________
38059 [  8755] By: jhi                                   on 2001/02/09  22:41:35
38060         Log: Upgrade to CPAN 1.59_54, from Andreas König.
38061      Branch: perl
38062            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
38063 ____________________________________________________________________________
38064 [  8754] By: jhi                                   on 2001/02/09  22:29:20
38065         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
38066              
38067              Didn't upgrade the fill.t since it has a dependency to File::Slurp
38068              purely for debugging purposes, the actual test hasn't changed.
38069      Branch: perl
38070            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
38071            ! t/lib/textwrap.t
38072 ____________________________________________________________________________
38073 [  8753] By: jhi                                   on 2001/02/09  20:17:50
38074         Log: Integrate change #8682 from maintperl.
38075              
38076              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
38077              to work correctly.
38078      Branch: perl
38079           !> hints/irix_6.sh
38080 ____________________________________________________________________________
38081 [  8752] By: jhi                                   on 2001/02/09  20:00:46
38082         Log: Update Changes.
38083      Branch: perl
38084            ! Changes patchlevel.h
38085 ____________________________________________________________________________
38086 [  8751] By: nick                                  on 2001/02/09  19:48:37
38087         Log: Integrate mainline
38088      Branch: perlio
38089           +> README.bs2000 t/lib/cgi-esc.t
38090            - README.posix-bc
38091           !> (integrate 53 files)
38092 ____________________________________________________________________________
38093 [  8750] By: nick                                  on 2001/02/09  19:25:16
38094         Log: Subject: RE: Biannual Competition to Improve Hashing Function
38095              From: Fisher Mark <fisherm@tce.com>
38096              Date: Thu, 8 Feb 2001 10:44:00 -0500
38097              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
38098              Date: Thu, 8 Feb 2001 15:02:47 -0500
38099              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
38100      Branch: perl
38101            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
38102 ____________________________________________________________________________
38103 [  8749] By: jhi                                   on 2001/02/09  19:02:35
38104         Log: Forgotten fragment.
38105      Branch: perl
38106            ! pod/perlapi.pod
38107 ____________________________________________________________________________
38108 [  8748] By: jhi                                   on 2001/02/09  18:31:34
38109         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
38110              plus manual tweakage.
38111              
38112              Sync the perlfaq2 between mainline and maintperl.
38113      Branch: maint-5.6/perl
38114            ! pod/perlfaq2.pod
38115      Branch: perl
38116           !> pod/perlfaq2.pod
38117 ____________________________________________________________________________
38118 [  8747] By: jhi                                   on 2001/02/09  18:12:04
38119         Log: Subject: versiononly and installperl
38120              From: abigail@foad.org
38121              Date: Wed, 7 Feb 2001 22:43:12 +0100
38122              Message-ID: <20010207214312.7045.qmail@foad.org>    
38123              
38124              Add +v flag to force a normal install of the perl binary
38125              and the utilities.
38126              
38127              Subject: [PATCH] installperl
38128              From: Nicholas Clark <nick@ccl4.org>
38129              Date: Fri, 9 Feb 2001 16:28:57 +0000
38130              Message-ID: <20010209162857.B10931@plum.flirble.org>
38131              
38132              Add -A flag which also hardlinks the binary with
38133              the full architecture name.
38134      Branch: perl
38135            ! installperl
38136 ____________________________________________________________________________
38137 [  8746] By: jhi                                   on 2001/02/09  18:03:43
38138         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
38139              
38140              Subject: perlfaq2, re: perlmongers
38141              
38142              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
38143              
38144              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
38145              
38146              Subject: [ID 20010205.001] typo in perlfaq9
38147              
38148              Subject: [ID 20010208.002] unordered explanation in perlcall
38149      Branch: maint-5.6/perl
38150           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
38151           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
38152           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
38153 ____________________________________________________________________________
38154 [  8745] By: jhi                                   on 2001/02/09  17:59:09
38155         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
38156              From: abela@geneanet.org
38157              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
38158              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
38159      Branch: perl
38160            ! pod/perlcall.pod
38161 ____________________________________________________________________________
38162 [  8744] By: jhi                                   on 2001/02/09  17:48:16
38163         Log: Subject: [ID 20010205.001] typo in perlfaq9
38164              From: eserte@vran.herceg.de
38165              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
38166              Message-Id: <200102042244.XAA21926@vran.herceg.de>
38167      Branch: perl
38168            ! pod/perlfaq9.pod
38169 ____________________________________________________________________________
38170 [  8743] By: jhi                                   on 2001/02/09  17:25:12
38171         Log: Integrate change #8695 from maintperl.
38172              
38173              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
38174      Branch: perl
38175           !> thread.h
38176 ____________________________________________________________________________
38177 [  8742] By: jhi                                   on 2001/02/09  17:21:22
38178         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
38179              From: Andy Dougherty <doughera@lafayette.edu>
38180              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
38181              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
38182      Branch: perl
38183            ! embed.pl
38184 ____________________________________________________________________________
38185 [  8741] By: jhi                                   on 2001/02/09  17:05:19
38186         Log: Integrate changes #8738,8739,8740 from maintperl.
38187              
38188              Html files will be installed in a more logical and easier to
38189              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
38190              
38191              Html files will be generated with a header to make them look
38192              a little less bare.
38193              
38194              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
38195      Branch: perl
38196           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
38197 ____________________________________________________________________________
38198 [  8740] By: jhi                                   on 2001/02/09  17:03:46
38199         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
38200              From: "Brendan O'Dea" <bod@compusol.com.au>
38201              Date: Sun, 4 Feb 2001 11:17:56 +1100
38202              Message-ID: <20010204111756.A16301@compusol.com.au>
38203      Branch: maint-5.6/perl
38204            ! pod/perlfaq3.pod
38205 ____________________________________________________________________________
38206 [  8739] By: jhi                                   on 2001/02/09  17:01:59
38207         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
38208              From: "Indy Singh" <indy@nusphere.com>
38209              Date: Fri, 2 Feb 2001 15:09:59 -0500
38210              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
38211              
38212              Html files will be generated with a header to make them look
38213              a little less bare.
38214      Branch: maint-5.6/perl
38215            ! installhtml
38216 ____________________________________________________________________________
38217 [  8738] By: jhi                                   on 2001/02/09  16:58:48
38218         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
38219              From: "Indy Singh" <indy@nusphere.com>
38220              Date: Fri, 2 Feb 2001 15:08:23 -0500
38221              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
38222              
38223              Html files will be installed in a more logical and easier to
38224              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
38225      Branch: maint-5.6/perl
38226            ! win32/Makefile win32/makefile.mk
38227 ____________________________________________________________________________
38228 [  8737] By: jhi                                   on 2001/02/09  16:46:54
38229         Log: Integrate changes #8687,8736 from maintperl.
38230              
38231              HP-UX thread patches from Merijn H. Brand.
38232              
38233              Latin nit from Philip Newton.
38234      Branch: perl
38235           !> README.hpux hints/hpux.sh
38236 ____________________________________________________________________________
38237 [  8736] By: jhi                                   on 2001/02/09  16:42:31
38238         Log: Latin nit from Philip Newton.
38239      Branch: maint-5.6/perl
38240            ! README.hpux
38241 ____________________________________________________________________________
38242 [  8735] By: jhi                                   on 2001/02/09  16:24:03
38243         Log: Integrate changes #8704,8710 from pureperl.
38244              
38245              Fixed UMRs and leak in Perl_pmtrans()
38246              
38247              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
38248              associated UTFied tr/// code.  Also fixed scoping leak of
38249              PL_reg_start_tmp.
38250      Branch: perl
38251           !> op.c regcomp.c
38252 ____________________________________________________________________________
38253 [  8734] By: jhi                                   on 2001/02/09  15:40:21
38254         Log: Integrate change #8733 from maintperl.
38255              
38256              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
38257      Branch: perl
38258           !> pod/perlre.pod
38259 ____________________________________________________________________________
38260 [  8733] By: jhi                                   on 2001/02/09  15:35:47
38261         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
38262              From: Prymmer/Kahn <pvhp@best.com>
38263              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
38264              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
38265      Branch: maint-5.6/perl
38266            ! pod/perlre.pod
38267 ____________________________________________________________________________
38268 [  8732] By: jhi                                   on 2001/02/09  15:26:17
38269         Log: Rename README.posix-bc to README.bs2000 (to avoid the
38270              confusion of a "perlposix-bc.pod"), add a few missing
38271              arch pods, regen toc.
38272      Branch: maint-5.6/perl
38273           +> README.bs2000
38274            - README.posix-bc
38275            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
38276            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
38277 ____________________________________________________________________________
38278 [  8731] By: jhi                                   on 2001/02/09  15:23:39
38279         Log: De-cut-and-pasto.
38280      Branch: perl
38281            ! pod/perl.pod
38282 ____________________________________________________________________________
38283 [  8730] By: jhi                                   on 2001/02/09  15:11:13
38284         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
38285              when people think that perlposix-bc.pod tells anything about
38286              Perl and POSIX.  Regen toc.
38287      Branch: perl
38288           +> README.bs2000
38289            - README.posix-bc
38290            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
38291            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
38292 ____________________________________________________________________________
38293 [  8729] By: jhi                                   on 2001/02/09  14:52:28
38294         Log: The README.vmesa part of #8712 from maintperl.
38295      Branch: perl
38296            ! README.vmesa
38297 ____________________________________________________________________________
38298 [  8728] By: jhi                                   on 2001/02/09  14:46:06
38299         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
38300              From: Peter Prymmer <pvhp@forte.com>
38301              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
38302              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
38303      Branch: maint-5.6/perl
38304            ! README.vmesa win32/Makefile win32/makefile.mk
38305 ____________________________________________________________________________
38306 [  8727] By: jhi                                   on 2001/02/09  14:33:25
38307         Log: Integrate change #8712 from mainline.
38308              
38309              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
38310      Branch: maint-5.6/perl
38311           !> lib/Pod/Find.pm
38312 ____________________________________________________________________________
38313 [  8726] By: jhi                                   on 2001/02/09  14:30:28
38314         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
38315              From: Peter Prymmer <pvhp@forte.com>
38316              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
38317              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
38318      Branch: perl
38319            + t/lib/cgi-esc.t
38320            ! MANIFEST lib/CGI/Util.pm
38321 ____________________________________________________________________________
38322 [  8725] By: jhi                                   on 2001/02/09  04:56:47
38323         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
38324      Branch: maint-5.6/perl
38325            ! pod/perlport.pod
38326 ____________________________________________________________________________
38327 [  8724] By: jhi                                   on 2001/02/09  04:40:59
38328         Log: Integrate changes 7819,7820 from vmsperl into mainline.
38329              
38330              Add header for LIB$ prototypes (C. Berry)
38331              
38332              Convert fwrite()s to sockets to write()s, since some socket stacks
38333              don't take kindly to stdio.
38334              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
38335              (for often optional LNMs)
38336              Correct a few typos
38337              (C. Bailey)
38338      Branch: perl
38339           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
38340 ____________________________________________________________________________
38341 [  8723] By: jhi                                   on 2001/02/09  03:29:29
38342         Log: Integrate change #8722 from mainline.
38343              
38344              The Im() function wasn't returning zero for non-Math::Complex
38345              arguments.  The bug reported by John Gamble.
38346      Branch: maint-5.6/perl
38347           !> lib/Math/Complex.pm
38348 ____________________________________________________________________________
38349 [  8722] By: jhi                                   on 2001/02/09  03:28:33
38350         Log: The Im() function wasn't returning zero for non-Math::Complex
38351              arguments.  The bug reported by John Gamble.
38352      Branch: perl
38353            ! lib/Math/Complex.pm
38354 ____________________________________________________________________________
38355 [  8721] By: nick                                  on 2001/02/08  22:11:35
38356         Log: Correct the correction :-(
38357      Branch: perl
38358            ! perl.c
38359 ____________________________________________________________________________
38360 [  8720] By: bailey                                on 2001/02/08  20:59:22
38361         Log: Convert frwite()s to sockets to write()s, since some socket stacks
38362              don't take kindly to stdio.
38363              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
38364              (for often optional LNMs)
38365              Correct a few typos
38366              (C. Bailey)
38367      Branch: vmsperl
38368            ! vms/vms.c vms/vmsish.h
38369 ____________________________________________________________________________
38370 [  8719] By: bailey                                on 2001/02/08  20:51:02
38371         Log: Add header for LIB$ prototypes (C. Berry)
38372      Branch: vmsperl
38373            ! ext/Devel/DProf/DProf.xs
38374 ____________________________________________________________________________
38375 [  8718] By: bailey                                on 2001/02/08  20:49:00
38376         Log: SYN SYN
38377      Branch: vmsperl
38378           +> pod/perliol.pod t/lib/sample-tests/bailout
38379           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
38380           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
38381           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
38382           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
38383           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
38384           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
38385            - lib/unicode/Is/DCinital.pl
38386           !> (integrate 101 files)
38387 ____________________________________________________________________________
38388 [  8717] By: nick                                  on 2001/02/08  19:38:48
38389         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
38390              From: Robin Barker <rmb1@cise.npl.co.uk>
38391              Date: Thu, 8 Feb 2001 14:38:07 GMT
38392              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
38393      Branch: perl
38394            ! lib/CPAN.pm
38395 ____________________________________________________________________________
38396 [  8716] By: nick                                  on 2001/02/08  19:29:07
38397         Log: Generated files form 8713 etc.
38398      Branch: perl
38399            ! embed.h global.sym objXSUB.h perlapi.c proto.h
38400 ____________________________________________________________________________
38401 [  8715] By: nick                                  on 2001/02/08  19:26:08
38402         Log: Fixup non-ithread build after 8713
38403      Branch: perl
38404            ! perl.c
38405 ____________________________________________________________________________
38406 [  8714] By: nick                                  on 2001/02/08  19:17:45
38407         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
38408              From: nick@ccl4.org
38409              Date: Wed, 7 Feb 2001 00:27:47 +0000
38410              Message-Id: <20010207002747.B63724@plum.flirble.org>
38411      Branch: perl
38412            ! sv.c toke.c
38413 ____________________________________________________________________________
38414 [  8713] By: nick                                  on 2001/02/08  19:15:58
38415         Log: Subject: Re: [patch] Re: PL_ptr_table
38416              From: Doug Maceachern <dougm@covalent.net>
38417              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
38418              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
38419      Branch: perl
38420            ! embed.pl perl.c sv.c sv.h
38421 ____________________________________________________________________________
38422 [  8712] By: nick                                  on 2001/02/08  19:12:47
38423         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
38424              From: Peter Prymmer <pvhp@forte.com>
38425              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
38426              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
38427      Branch: perl
38428            ! lib/Pod/Find.pm
38429 ____________________________________________________________________________
38430 [  8711] By: nick                                  on 2001/02/07  21:06:11
38431         Log: Manually applied version for dev branch of Alan/Sarathy 5.6 patch.
38432              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
38433              From: Alan Burlison <Alan.Burlison@uk.sun.com>
38434              Date: Tue, 06 Feb 2001 23:37:01 +0000
38435              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
38436      Branch: perl
38437            ! regcomp.c
38438 ____________________________________________________________________________
38439 [  8710] By: alanbur                               on 2001/02/07  00:22:04
38440         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
38441              associated UTFied tr/// code.  Also fixed scoping leak of
38442              PL_reg_start_tmp.
38443      Branch: maint-5.6/pureperl
38444            ! op.c regcomp.c
38445 ____________________________________________________________________________
38446 [  8709] By: nick                                  on 2001/02/06  21:16:49
38447         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
38448              From: Michael G Schwern <schwern@pobox.com>
38449              Date: Sun, 4 Feb 2001 19:47:14 -0500
38450              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
38451      Branch: perl
38452            ! pod/perlapi.pod pod/perlmodlib.PL
38453 ____________________________________________________________________________
38454 [  8708] By: nick                                  on 2001/02/06  20:41:20
38455         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
38456              From: Michael G Schwern <schwern@pobox.com>
38457              Date: Sun, 4 Feb 2001 21:17:49 -0500
38458              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
38459      Branch: perl
38460            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
38461            ! pod/perltootc.pod
38462 ____________________________________________________________________________
38463 [  8707] By: nick                                  on 2001/02/06  20:29:11
38464         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
38465              From: Michael G Schwern <schwern@pobox.com>
38466              Date: Tue, 6 Feb 2001 05:54:30 -0500
38467              Message-Id: <20010206055430.A951@blackrider.aocn.com>
38468      Branch: perl
38469            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
38470 ____________________________________________________________________________
38471 [  8706] By: nick                                  on 2001/02/06  20:21:40
38472         Log: Subject: RE: some win32 fixes
38473              Date: Tue, 6 Feb 2001 09:23:20 +0300
38474              From: Vadim Konovalov <vkonovalov@lucent.com>
38475              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
38476      Branch: perl
38477            ! toke.c win32/Makefile win32/config.bc win32/config.gc
38478            ! win32/config.vc win32/config_H.bc win32/makefile.mk
38479 ____________________________________________________________________________
38480 [  8705] By: alanbur                               on 2001/02/06  15:00:03
38481         Log: Synchronised with parent
38482      Branch: maint-5.6/pureperl
38483            ! regexec.c
38484           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
38485           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
38486 ____________________________________________________________________________
38487 [  8704] By: alanbur                               on 2001/02/06  14:55:24
38488         Log: Fixed UMRs and leak in Perl_pmtrans()
38489      Branch: maint-5.6/pureperl
38490            ! op.c
38491 ____________________________________________________________________________
38492 [  8703] By: gsar                                  on 2001/02/06  02:29:37
38493         Log: $(MAKE) distclean doesn't clean up properly on windows
38494      Branch: maint-5.6/perl
38495            ! win32/Makefile win32/makefile.mk
38496 ____________________________________________________________________________
38497 [  8702] By: gsar                                  on 2001/02/06  01:00:46
38498         Log: tweak change#8659 to keep it simple
38499      Branch: maint-5.6/perl
38500            ! utils/perldoc.PL
38501 ____________________________________________________________________________
38502 [  8701] By: gsar                                  on 2001/02/05  22:45:41
38503         Log: change#8693 was missing testsuite changes
38504      Branch: maint-5.6/perl
38505           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
38506 ____________________________________________________________________________
38507 [  8700] By: nick                                  on 2001/02/05  20:32:52
38508         Log: Integrate mainline
38509      Branch: perlio
38510           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
38511           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
38512           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
38513           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
38514           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
38515           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
38516           +> t/lib/test-harness.t
38517           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
38518           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
38519           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
38520           !> pod/perlutil.pod t/TEST utils/h2xs.PL
38521 ____________________________________________________________________________
38522 [  8699] By: nick                                  on 2001/02/05  19:41:07
38523         Log: Subject: perlfaq2, re: perlmongers
38524              From: David H. Adler <dha@panix.com>
38525              Date: Sun, 4 Feb 2001 23:48:23 -0500
38526              Message-Id: <20010204234823.A13429@panix.com>
38527      Branch: perl
38528            ! pod/perlfaq2.pod
38529 ____________________________________________________________________________
38530 [  8698] By: nick                                  on 2001/02/05  19:39:31
38531         Log: Missed file f#rom the testharness mess.
38532      Branch: perl
38533            + t/lib/test-harness.t
38534 ____________________________________________________________________________
38535 [  8697] By: nick                                  on 2001/02/05  19:37:21
38536         Log: Subject: [DOC PATCH] overload.pm nits
38537              From: John Tobey <jtobey@john-edwin-tobey.org>
38538              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
38539              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
38540      Branch: perl
38541            ! lib/overload.pm
38542 ____________________________________________________________________________
38543 [  8696] By: alanbur                               on 2001/02/05  11:56:00
38544         Log: Sync with parent
38545      Branch: maint-5.6/pureperl
38546           !> thread.h
38547 ____________________________________________________________________________
38548 [  8695] By: gsar                                  on 2001/02/05  03:27:34
38549         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
38550      Branch: maint-5.6/perl
38551            ! thread.h
38552 ____________________________________________________________________________
38553 [  8694] By: alanbur                               on 2001/02/05  00:07:47
38554         Log: Initial branch creation from //depot/maint-5.6/perl
38555      Branch: maint-5.6/pureperl
38556           +> (branch 1719 files)
38557 ____________________________________________________________________________
38558 [  8693] By: gsar                                  on 2001/02/04  22:38:49
38559         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
38560              changes)
38561      Branch: maint-5.6/perl
38562           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
38563           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
38564           !> ext/DB_File/version.c
38565 ____________________________________________________________________________
38566 [  8692] By: nick                                  on 2001/02/04  18:15:57
38567         Log: The missed t/TEST part of the grand testharness upgrade.
38568      Branch: perl
38569            ! t/TEST
38570 ____________________________________________________________________________
38571 [  8691] By: nick                                  on 2001/02/04  18:05:17
38572         Log: New improved test harness
38573              Subject: Re: [PATCH Test::Harness] Third time's a charm?
38574              From: Michael G Schwern <schwern@pobox.com>
38575              Date: Sun, 4 Feb 2001 08:01:20 -0500
38576              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
38577      Branch: perl
38578            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
38579            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
38580            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
38581            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
38582            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
38583            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
38584            ! MANIFEST lib/Test/Harness.pm
38585 ____________________________________________________________________________
38586 [  8690] By: nick                                  on 2001/02/04  17:57:51
38587         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
38588              From: Jonathan Stowe <gellyfish@gellyfish.com>
38589              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
38590              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
38591      Branch: perl
38592            ! utils/h2xs.PL
38593 ____________________________________________________________________________
38594 [  8689] By: nick                                  on 2001/02/04  17:55:24
38595         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
38596              From: Michael G Schwern <schwern@pobox.com>
38597              Date: Sat, 3 Feb 2001 22:46:38 -0500
38598              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
38599      Branch: perl
38600            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
38601            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
38602 ____________________________________________________________________________
38603 [  8688] By: nick                                  on 2001/02/04  17:43:55
38604         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
38605              length byfailing to spot lack of closing )
38606              From: nick@talking.bollo.cx
38607              Date: Sat, 03 Feb 2001 23:53:16 +0000
38608              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
38609      Branch: perl
38610            ! perlio.c pod/perldiag.pod
38611 ____________________________________________________________________________
38612 [  8687] By: jhi                                   on 2001/02/03  17:11:42
38613         Log: HP-UX thread patches from Merijn H. Brand.
38614      Branch: maint-5.6/perl
38615            ! README.hpux hints/hpux.sh
38616 ____________________________________________________________________________
38617 [  8686] By: jhi                                   on 2001/02/03  16:40:12
38618         Log: Metaconfig changes for #8685.
38619      Branch: metaconfig
38620            ! U/installdirs/instubperl.U
38621      Branch: metaconfig/U/perl
38622            ! Devel.U versiononly.U
38623 ____________________________________________________________________________
38624 [  8685] By: jhi                                   on 2001/02/03  16:39:49
38625         Log: For -Dusedevel builds turn off installusrbinperl and turn on
38626              versiononly, a combined idea of Richard Soderberg and Merijn
38627              H. Brand.  You can still override both of these from the command
38628              line if you need to, -Dinstallusrbinperl and -Uversiononly.
38629      Branch: perl
38630            ! Configure
38631 ____________________________________________________________________________
38632 [  8684] By: jhi                                   on 2001/02/03  16:16:34
38633         Log: Metaconfig unit fix for #8683.
38634      Branch: metaconfig
38635            ! U/compline/nblock_io.U
38636 ____________________________________________________________________________
38637 [  8683] By: jhi                                   on 2001/02/03  16:16:12
38638         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
38639              reported by Peter Prymmer for 5.6-TRIAL1.
38640      Branch: perl
38641            ! Configure
38642 ____________________________________________________________________________
38643 [  8682] By: jhi                                   on 2001/02/03  05:52:11
38644         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
38645              to work correctly.
38646      Branch: maint-5.6/perl
38647            ! hints/irix_6.sh
38648 ____________________________________________________________________________
38649 [  8681] By: jhi                                   on 2001/02/03  05:47:33
38650         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
38651      Branch: maint-5.6/perl
38652            ! pod/perlport.pod
38653 ____________________________________________________________________________
38654 [  8680] By: jhi                                   on 2001/02/02  21:39:49
38655         Log: perlport update from Peter Prymmer.
38656      Branch: maint-5.6/perl
38657            ! pod/perlport.pod
38658 ____________________________________________________________________________
38659 [  8679] By: nick                                  on 2001/02/02  20:50:48
38660         Log: Integrate mainline
38661      Branch: perlio
38662           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
38663           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
38664           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
38665 ____________________________________________________________________________
38666 [  8678] By: gsar                                  on 2001/02/02  16:02:12
38667         Log: note about bincompat, slightly modified (from Lupe Christoph)
38668      Branch: maint-5.6/perl
38669            ! README.solaris
38670 ____________________________________________________________________________
38671 [  8677] By: jhi                                   on 2001/02/02  15:46:20
38672         Log: Supported platforms updates.
38673      Branch: maint-5.6/perl
38674            ! pod/perlport.pod
38675 ____________________________________________________________________________
38676 [  8676] By: jhi                                   on 2001/02/02  03:41:26
38677         Log: A couple more perlfaq2 tweaks.
38678      Branch: maint-5.6/perl
38679            ! pod/perlfaq2.pod
38680 ____________________________________________________________________________
38681 [  8675] By: jhi                                   on 2001/02/02  03:17:44
38682         Log: Misedit in #8661.
38683      Branch: maint-5.6/perl
38684            ! Configure
38685 ____________________________________________________________________________
38686 [  8674] By: jhi                                   on 2001/02/02  03:14:38
38687         Log: Damien again.
38688      Branch: maint-5.6/perl
38689            ! pod/perlfaq2.pod
38690 ____________________________________________________________________________
38691 [  8673] By: jhi                                   on 2001/02/02  03:12:40
38692         Log: perlfaq update from Elaine Ashton.
38693      Branch: maint-5.6/perl
38694            ! pod/perlfaq2.pod
38695 ____________________________________________________________________________
38696 [  8672] By: jhi                                   on 2001/02/02  03:07:08
38697         Log: UTF-8 s/// patch from Inaba Hiroto.
38698      Branch: maint-5.6/perl
38699            ! pp_ctl.c pp_hot.c
38700 ____________________________________________________________________________
38701 [  8671] By: jhi                                   on 2001/02/01  22:34:31
38702         Log: Update Changes.
38703      Branch: perl
38704            ! Changes patchlevel.h
38705 ____________________________________________________________________________
38706 [  8670] By: jhi                                   on 2001/02/01  22:15:29
38707         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
38708              from maintperl.
38709              
38710              Upgrade to Getopt::Long 2.25, from Johan Vromans.
38711              
38712              more files need to be writable in the source distribution
38713              
38714              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
38715              
38716              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
38717              
38718              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
38719              
38720              Allow the float to be fuzzier.
38721              
38722              need to use INT2PTR instead of a straight cast or ia64 fails
38723              
38724              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
38725              
38726              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
38727      Branch: perl
38728           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
38729           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
38730           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
38731 ____________________________________________________________________________
38732 [  8669] By: jhi                                   on 2001/02/01  21:57:02
38733         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
38734              From: Robin Barker <rmb1@cise.npl.co.uk>
38735              Date: Thu, 1 Feb 2001 16:59:05 GMT
38736              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
38737      Branch: maint-5.6/perl
38738            ! pod/perlmodlib.PL
38739 ____________________________________________________________________________
38740 [  8668] By: nick                                  on 2001/02/01  19:41:40
38741         Log: Integrate mainline
38742      Branch: perlio
38743           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
38744           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
38745           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
38746 ____________________________________________________________________________
38747 [  8667] By: gsar                                  on 2001/02/01  16:59:11
38748         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
38749      Branch: maint-5.6/perl
38750            ! embed.pl embedvar.h
38751 ____________________________________________________________________________
38752 [  8666] By: gsar                                  on 2001/02/01  16:34:51
38753         Log: add missing entries to win32/config.?c
38754      Branch: maint-5.6/perl
38755            ! win32/config.bc win32/config.gc win32/config.vc
38756            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
38757 ____________________________________________________________________________
38758 [  8665] By: jhi                                   on 2001/02/01  14:58:51
38759         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
38760              From: "Stephen P. Potter" <spp@spotter.yi.org>
38761              Date: Thu, 01 Feb 2001 10:45:46 -0500
38762              Message-Id: <200102011545.KAA31479@spotter.yi.org>
38763      Branch: maint-5.6/perl
38764            ! pod/perlfunc.pod
38765 ____________________________________________________________________________
38766 [  8664] By: gsar                                  on 2001/02/01  14:52:37
38767         Log: need to use INT2PTR instead of a straight cast or ia64 fails
38768              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
38769      Branch: maint-5.6/perl
38770            ! ext/POSIX/POSIX.xs
38771 ____________________________________________________________________________
38772 [  8663] By: jhi                                   on 2001/02/01  14:09:13
38773         Log: Allow the float to be fuzzier.
38774      Branch: maint-5.6/perl
38775            ! t/lib/peek.t
38776 ____________________________________________________________________________
38777 [  8662] By: jhi                                   on 2001/02/01  13:59:00
38778         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
38779              From: Robin Barker <rmb1@cise.npl.co.uk>
38780              Date: Thu, 1 Feb 2001 13:05:39 GMT
38781              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
38782      Branch: maint-5.6/perl
38783            ! pod/perlmodlib.pod
38784 ____________________________________________________________________________
38785 [  8661] By: jhi                                   on 2001/02/01  13:57:38
38786         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
38787              Date: Thu, 01 Feb 2001 14:15:41 +0100
38788              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
38789              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
38790              
38791              Have the $ccflags in the gcc version test (strange, this change
38792              is claimed to be have been integrated already)
38793      Branch: maint-5.6/perl
38794            ! Configure
38795 ____________________________________________________________________________
38796 [  8660] By: jhi                                   on 2001/02/01  13:44:10
38797         Log: Integrate changes #7950,7964,7962 from mainline.
38798              
38799              Find the stdchar signedness using cpp, should fix some of
38800              the Solaris compiler warnings reported by Alan Burlison.
38801      Branch: maint-5.6/perl
38802           !> Configure config_h.SH
38803 ____________________________________________________________________________
38804 [  8659] By: jhi                                   on 2001/02/01  05:35:32
38805         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
38806              From: Jan Dubois <JanD@ActiveState.com>
38807              Date: Wed, 31 Jan 2001 21:17:03 -0800
38808              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
38809      Branch: maint-5.6/perl
38810            ! utils/perldoc.PL
38811 ____________________________________________________________________________
38812 [  8658] By: jhi                                   on 2001/02/01  04:33:17
38813         Log: Integrate the README.os390 and README.posix-bc parts of mainline
38814              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
38815              installperl parts were taken care of by #8657.)
38816      Branch: maint-5.6/perl
38817           !> README.os390 README.posix-bc
38818 ____________________________________________________________________________
38819 [  8657] By: jhi                                   on 2001/02/01  04:29:21
38820         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
38821              From: Peter Prymmer <pvhp@forte.com>
38822              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
38823              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
38824      Branch: maint-5.6/perl
38825            + ext/DynaLoader/dl_dllload.xs
38826            ! MANIFEST Makefile.SH hints/os390.sh installperl
38827 ____________________________________________________________________________
38828 [  8656] By: jhi                                   on 2001/02/01  04:25:45
38829         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
38830              From: Peter Prymmer <pvhp@forte.com>
38831              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
38832              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
38833      Branch: maint-5.6/perl
38834            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
38835 ____________________________________________________________________________
38836 [  8655] By: jhi                                   on 2001/02/01  04:14:47
38837         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
38838              From: troc@netrus.net
38839              Date: Wed, 31 Jan 2001 22:31:26 -0500
38840              Message-Id: <200102010331.WAA117.85@rocco.homenet>
38841      Branch: maint-5.6/perl
38842            ! os2/os2.c
38843 ____________________________________________________________________________
38844 [  8654] By: jhi                                   on 2001/02/01  04:12:52
38845         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
38846              as reported by Alan Burlison.
38847      Branch: maint-5.6/perl
38848            ! pp.h
38849 ____________________________________________________________________________
38850 [  8653] By: jhi                                   on 2001/02/01  04:05:12
38851         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
38852              From: dsugalski@northernlight.com
38853              Date: Wed, 31 Jan 2001 18:54:11 -0500
38854              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
38855      Branch: maint-5.6/perl
38856            ! configure.com
38857 ____________________________________________________________________________
38858 [  8652] By: jhi                                   on 2001/02/01  04:03:11
38859         Log: Misplaced #endif.
38860              
38861              Subject: [perl-5-6-1-trial2] patches for EPOC
38862              From: Olaf Flebbe <O.Flebbe@science-computing.de>
38863              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
38864              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
38865      Branch: maint-5.6/perl
38866            ! epoc/epocish.c
38867 ____________________________________________________________________________
38868 [  8651] By: jhi                                   on 2001/02/01  04:00:25
38869         Log: Integrate changes #8647,8648,8650 from mainline.
38870              
38871              Macrofy a magic UTF-8 test.
38872              
38873              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
38874              
38875              Watch out for cross compiling for EPOC (usually done on linux).
38876      Branch: maint-5.6/perl
38877           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
38878 ____________________________________________________________________________
38879 [  8650] By: jhi                                   on 2001/02/01  03:56:20
38880         Log: Watch out for cross compiling for EPOC (usually done on linux)
38881              
38882              Subject: [perl-5-6-1-trial2] patches for EPOC
38883              From: Olaf Flebbe <O.Flebbe@science-computing.de>
38884              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
38885              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
38886      Branch: perl
38887            ! ext/Errno/Errno_pm.PL
38888 ____________________________________________________________________________
38889 [  8649] By: gsar                                  on 2001/02/01  00:46:00
38890         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
38891      Branch: maint-5.6/perl
38892            ! sv.c
38893 ____________________________________________________________________________
38894 [  8648] By: jhi                                   on 2001/01/31  23:35:36
38895         Log: All the uses of PL_numeric_radix must be protected by
38896              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
38897              
38898              Subject: [perl-5-6-1-trial2] patches for EPOC
38899              From: Olaf Flebbe <O.Flebbe@science-computing.de>
38900              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
38901              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
38902      Branch: perl
38903            ! sv.c
38904 ____________________________________________________________________________
38905 [  8647] By: jhi                                   on 2001/01/31  22:56:16
38906         Log: Macrofy a magic UTF-8 test.
38907      Branch: perl
38908            ! utf8.c utf8.h
38909 ____________________________________________________________________________
38910 [  8646] By: gsar                                  on 2001/01/31  15:55:12
38911         Log: update Changes
38912      Branch: maint-5.6/perl
38913            ! Changes
38914 ____________________________________________________________________________
38915 [  8645] By: gsar                                  on 2001/01/31  15:10:14
38916         Log: Configure tweak suggested by Peter Prymmer
38917      Branch: maint-5.6/perl
38918            ! Configure
38919 ____________________________________________________________________________
38920 [  8644] By: gsar                                  on 2001/01/31  15:06:32
38921         Log: more files need to be writable in the source distribution
38922      Branch: maint-5.6/perl
38923            ! Porting/makerel
38924 ____________________________________________________________________________
38925 [  8643] By: jhi                                   on 2001/01/31  14:59:46
38926         Log: Integrate changes #8258,8278,8279 from mainline.
38927              
38928              Make the large file tests more robust/talkative.
38929      Branch: maint-5.6/perl
38930           !> t/lib/syslfs.t t/op/lfs.t
38931 ____________________________________________________________________________
38932 [  8642] By: gsar                                  on 2001/01/31  14:53:48
38933         Log: integrate changes#8311,8334 from mainline
38934              
38935              Add a new MakeMaker variable PM_FILTER that defines a Unix
38936              filter to be run on each .pm during the pm_to_blib() phase,
38937              a fixed version of
38938              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
38939              
38940              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
38941              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
38942              accurate reading of the "atime".  
38943      Branch: maint-5.6/perl
38944           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
38945           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
38946           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
38947 ____________________________________________________________________________
38948 [  8641] By: jhi                                   on 2001/01/31  14:46:37
38949         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
38950      Branch: maint-5.6/perl
38951            ! lib/Getopt/Long.pm
38952 ____________________________________________________________________________
38953 [  8640] By: gsar                                  on 2001/01/31  14:40:24
38954         Log: make regen_all
38955      Branch: maint-5.6/perl
38956            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
38957 ____________________________________________________________________________
38958 [  8639] By: gsar                                  on 2001/01/31  14:37:25
38959         Log: refresh windows config files
38960      Branch: maint-5.6/perl
38961            ! win32/Makefile win32/config_H.bc win32/config_H.gc
38962            ! win32/config_H.vc win32/makefile.mk
38963 ____________________________________________________________________________
38964 [  8638] By: gsar                                  on 2001/01/31  14:28:10
38965         Log: makefile tweaks for windows: introduce a bulk-switch to enable
38966              same options as ActivePerl; sync changes with makefile.mk
38967      Branch: maint-5.6/perl
38968            ! win32/Makefile win32/makefile.mk
38969 ____________________________________________________________________________
38970 [  8637] By: jhi                                   on 2001/01/31  04:41:30
38971         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
38972              From: Nicholas Clark <nick@ccl4.org>
38973              Date: Tue, 30 Jan 2001 19:51:05 +0000
38974              Message-ID: <20010130195105.R76607@plum.flirble.org> 
38975              
38976              op/inc cure.
38977      Branch: perl
38978            ! pp.c pp.h pp_hot.c t/op/arith.t
38979 ____________________________________________________________________________
38980 [  8636] By: jhi                                   on 2001/01/31  02:38:32
38981         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
38982              no perlio],8257,8380,8479,8515 from mainline.
38983              
38984              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
38985              
38986              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
38987              Subject: [PATCH perl@8133] fix-up for VMS extensions
38988              
38989              In VMS embedded perls couldn't access the statically built Socket.
38990              
38991              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
38992              
38993              Further VMS piping fixes from Charles Lane.
38994              
38995              Subject:  [PATCH] make t/op/misc.t work on VMS
38996              
38997              Add tracing for debugging extensions builds in VMS.
38998              
38999              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
39000      Branch: maint-5.6/perl
39001           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
39002           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
39003           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
39004 ____________________________________________________________________________
39005 [  8635] By: jhi                                   on 2001/01/31  01:46:41
39006         Log: Integrate change #7732 from mainline.
39007              
39008              Sparc 64-bit pack() fix from Jens Hamisch.
39009      Branch: maint-5.6/perl
39010           !> pp.c
39011 ____________________________________________________________________________
39012 [  8634] By: jhi                                   on 2001/01/31  01:41:16
39013         Log: One spot missing from #8626.
39014      Branch: maint-5.6/perl
39015            ! sv.c
39016 ____________________________________________________________________________
39017 [  8633] By: jhi                                   on 2001/01/31  00:49:17
39018         Log: Integrate change #7495 from mainline.
39019              
39020              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
39021      Branch: maint-5.6/perl
39022           !> MANIFEST ext/re/Makefile.PL
39023 ____________________________________________________________________________
39024 [  8632] By: jhi                                   on 2001/01/30  23:38:49
39025         Log: Integrate change #8396 from mainline.
39026              
39027              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
39028              better multicast support (resend)
39029      Branch: maint-5.6/perl
39030           !> ext/Socket/Socket.pm
39031 ____________________________________________________________________________
39032 [  8631] By: jhi                                   on 2001/01/30  23:28:03
39033         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
39034              
39035              More AIX lore. (7514, ext/re/hints/aix.pl)
39036              
39037              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
39038              
39039              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23] (7813, strictly speaking not yet necessary, but harmless and goes well with #8490)
39040              
39041              Subject: [ID 20001214.002] Net::Ping patch
39042              
39043              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
39044              
39045              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
39046              
39047              Add ReuseAddr as a (preferred) alias for Reuse as we now
39048              also have ReusePort.
39049              
39050              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
39051      Branch: maint-5.6/perl
39052           +> ext/re/hints/aix.pl
39053           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
39054           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
39055 ____________________________________________________________________________
39056 [  8630] By: jhi                                   on 2001/01/30  23:03:59
39057         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
39058              
39059              read() documentation tweak for 20001121.004.
39060              
39061              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
39062      Branch: maint-5.6/perl
39063           !> pod/perlfunc.pod pod/perlre.pod
39064 ____________________________________________________________________________
39065 [  8629] By: jhi                                   on 2001/01/30  22:41:57
39066         Log: Integrate change #8098 from mainline.
39067              
39068              fastgetcwd is defined using a glob alias on a $^O dependent basis
39069              and there was no default assignment or perl subroutine.
39070      Branch: maint-5.6/perl
39071           !> lib/Cwd.pm
39072 ____________________________________________________________________________
39073 [  8628] By: jhi                                   on 2001/01/30  21:58:52
39074         Log: Integrate change #7866 from mainline.
39075              
39076              File::Temp 0.11.
39077      Branch: maint-5.6/perl
39078           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
39079 ____________________________________________________________________________
39080 [  8627] By: jhi                                   on 2001/01/30  21:39:44
39081         Log: Integrate changes #8075,8086,8228 from mainline.  
39082              
39083              Darwin is not Windows. (8075,8086)
39084              
39085              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
39086      Branch: maint-5.6/perl
39087           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
39088           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
39089           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
39090           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
39091 ____________________________________________________________________________
39092 [  8626] By: jhi                                   on 2001/01/30  21:22:11
39093         Log: Integrate with tweakery the change #8625 from mainline,
39094              the multibyte decimal separator fix ("fa_IR locale failure").
39095      Branch: maint-5.6/perl
39096            ! embedvar.h perlapi.h
39097           !> intrpvar.h perl.c perl.h sv.c util.c
39098 ____________________________________________________________________________
39099 [  8625] By: jhi                                   on 2001/01/30  20:26:33
39100         Log: Fix for the fa_IR locale failure.  The reason for the failure
39101              was that Perl was assuming the decimal separator aka the radix
39102              separator is one character.  The Farsi-Iranian locale crushed
39103              that bad assumption since there the separator is 'Momayyez',
39104              glyphwise looking somewhat like a slash, and in Unicode UTF-8
39105              encoded in two bytes, 0xd9 0xab.
39106      Branch: perl
39107            ! intrpvar.h perl.c perl.h sv.c util.c
39108 ____________________________________________________________________________
39109 [  8624] By: gsar                                  on 2001/01/30  20:17:03
39110         Log: regen_headers
39111      Branch: maint-5.6/perl
39112            ! Makefile.SH pod/perlintern.pod
39113 ____________________________________________________________________________
39114 [  8623] By: gsar                                  on 2001/01/30  19:42:34
39115         Log: backout change#7431 and its dependents (causes spurious rebuilds
39116              of autogenerated files)
39117              
39118              fix benign b.t failure
39119      Branch: maint-5.6/perl
39120            ! Makefile.SH t/lib/b.t
39121 ____________________________________________________________________________
39122 [  8622] By: jhi                                   on 2001/01/30  19:41:41
39123         Log: Microperl sync.
39124      Branch: perl
39125            ! mg.c perl.h
39126 ____________________________________________________________________________
39127 [  8621] By: gsar                                  on 2001/01/30  19:24:47
39128         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
39129              from mainline
39130              
39131              Subject: podlators 1.06 released
39132              
39133              Subject: [PATCH @8436] Eliminate op_children
39134              
39135              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
39136              
39137              (Replaced by #8448)  More op_children traces (cleanup of #8442).
39138              
39139              Subject: [PATCH #3 @8436] Re: Eliminate op_children
39140              Replace #8444 and #8445.
39141              
39142              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
39143              at the setting of the ofs_sv in new_struct_thread() as the
39144              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
39145              uninitialized fields are, uh, initialized with),
39146              SvREFCNT_inc()ing that invited a core dump.
39147              
39148              podlators 1.07, from Russ Allbery.
39149              
39150              Subject: [PATCH] regcomp.c old feature removal
39151              From: mjd@plover.com
39152              Date: 16 Jan 2001 14:43:18 -0000 
39153              Message-ID: <20010116144318.7140.qmail@plover.com> 
39154      Branch: maint-5.6/perl
39155           +> lib/Pod/Text/Overstrike.pm
39156           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
39157           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
39158           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
39159           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
39160           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
39161           !> util.c
39162 ____________________________________________________________________________
39163 [  8620] By: gsar                                  on 2001/01/30  18:48:32
39164         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
39165              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
39166              now fails one test)
39167              
39168              Subject: [PATCH] lvalue AUTOLOAD. No, really.
39169              
39170              Subject: [PATCH] Interesting syntax idea
39171              Make opens + bareword assigns do typeglob assigns.
39172              
39173              Tests for #8254.
39174              
39175              Subject: [PATCH @8269] Continue blocks and B::Deparse
39176              Make the peephole optimizer to bypass more null ops and
39177              and rewrite the deparse handling of continue blocks.
39178              
39179              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
39180              Doc tweak on #8313.
39181              
39182              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
39183              
39184              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
39185              
39186              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
39187              
39188              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
39189              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
39190              according to the platform.
39191              
39192              Subject: [PATCH @8404] Consolidated lvalue sub changes
39193              
39194              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
39195              
39196              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
39197              
39198              Subject: B::Concise -- an improved replacement for B::Terse 
39199              
39200              The B::Terse drop-in replacement wasn't quite drop-in.
39201              
39202              The LVRET macro needed an aTHX.
39203              
39204              Use the /^Perl_/-less form of is_lvalue_sub().
39205              
39206              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
39207      Branch: maint-5.6/perl
39208           +> ext/B/B/Concise.pm
39209           !> (integrate 27 files)
39210 ____________________________________________________________________________
39211 [  8619] By: nick                                  on 2001/01/30  18:40:28
39212         Log: Integrate mainline
39213      Branch: perlio
39214           !> (integrate 40 files)
39215 ____________________________________________________________________________
39216 [  8618] By: jhi                                   on 2001/01/30  18:37:18
39217         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
39218              Date: Mon, 29 Jan 2001 22:51:29 -0600
39219              From: "Craig A. Berry" <craigberry@mac.com>
39220              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
39221      Branch: perl
39222            ! vms/test.com
39223 ____________________________________________________________________________
39224 [  8617] By: jhi                                   on 2001/01/30  18:34:53
39225         Log: Subject: [PATCH] Add missing CV flags to dump.c
39226              From: Tim Jenness <t.jenness@jach.hawaii.edu>
39227              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
39228              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
39229      Branch: perl
39230            ! dump.c
39231 ____________________________________________________________________________
39232 [  8616] By: jhi                                   on 2001/01/30  18:20:58
39233         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
39234              part isn't applicable to maintperl.
39235              
39236              UTF-8 nit from Inaba Hiroto.
39237      Branch: maint-5.6/perl
39238           !> pod/perlapi.pod utf8.c
39239 ____________________________________________________________________________
39240 [  8615] By: jhi                                   on 2001/01/30  18:18:51
39241         Log: UTF-8 nit from Inaba Hiroto.
39242      Branch: perl
39243            ! pod/perlapi.pod t/op/each.t utf8.c
39244 ____________________________________________________________________________
39245 [  8614] By: jhi                                   on 2001/01/30  18:13:38
39246         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
39247              
39248              perl's internal variables are not for public consumption,
39249              move their docs from perlapi.pod to perlintern.pod
39250              
39251              support for -Dusethreads build under HP-UX 10.20 and DCE threads
39252              library (11.0 and later have pthreads but 10.x don't)
39253              
39254              avoid uninitialized value warnings
39255              
39256              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
39257              gets weird results)
39258              
39259              perldoc nit on windows
39260              
39261              make it possible to run the tests outside the source tree
39262              (there's still a dependency on ../lib being the library
39263              location)
39264      Branch: perl
39265           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
39266           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
39267           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
39268           !> win32/bin/search.pl win32/vdir.h
39269 ____________________________________________________________________________
39270 [  8613] By: gsar                                  on 2001/01/30  16:39:59
39271         Log: make it possible to run the tests outside the source tree
39272              (there's still a dependency on ../lib being the library
39273              location)
39274      Branch: maint-5.6/perl
39275            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
39276 ____________________________________________________________________________
39277 [  8612] By: gsar                                  on 2001/01/30  16:31:12
39278         Log: perldoc nit on windows
39279      Branch: maint-5.6/perl
39280            ! utils/perldoc.PL
39281 ____________________________________________________________________________
39282 [  8611] By: gsar                                  on 2001/01/30  16:22:54
39283         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
39284              gets weird results)
39285      Branch: maint-5.6/perl
39286            ! win32/vdir.h
39287 ____________________________________________________________________________
39288 [  8610] By: gsar                                  on 2001/01/30  16:12:45
39289         Log: avoid uninitialized value warnings
39290      Branch: maint-5.6/perl
39291            ! win32/bin/search.pl
39292 ____________________________________________________________________________
39293 [  8609] By: gsar                                  on 2001/01/30  16:08:01
39294         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
39295              library (11.0 and later have pthreads but 10.x don't)
39296      Branch: maint-5.6/perl
39297            ! hints/hpux.sh thread.h
39298 ____________________________________________________________________________
39299 [  8608] By: gsar                                  on 2001/01/30  15:48:55
39300         Log: perl's internal variables are not for public consumption,
39301              move their docs from perlapi.pod to perlintern.pod
39302      Branch: maint-5.6/perl
39303            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
39304            ! thrdvar.h
39305 ____________________________________________________________________________
39306 [  8607] By: gsar                                  on 2001/01/30  15:44:27
39307         Log: mistakenly branched perl56delta.pod, revert
39308      Branch: maint-5.6/perl
39309            - pod/perl56delta.pod
39310           !> pod/perldelta.pod
39311 ____________________________________________________________________________
39312 [  8606] By: gsar                                  on 2001/01/30  14:20:24
39313         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
39314              dTHR which has been a noop for a while now, except for the
39315              compatibility definition in thread.h)
39316      Branch: maint-5.6/perl
39317           !> (integrate 45 files)
39318 ____________________________________________________________________________
39319 [  8605] By: jhi                                   on 2001/01/30  05:43:58
39320         Log: Mark the UTF-8 APIs as experimental.
39321      Branch: maint-5.6/perl
39322            ! embed.pl pod/perlapi.pod
39323 ____________________________________________________________________________
39324 [  8604] By: jhi                                   on 2001/01/30  05:38:40
39325         Log: Nits from earlier integrates.
39326      Branch: maint-5.6/perl
39327            ! lib/Carp/Heavy.pm
39328           !> sv.c
39329 ____________________________________________________________________________
39330 [  8603] By: jhi                                   on 2001/01/30  05:27:26
39331         Log: Regenerate Porting files.
39332      Branch: maint-5.6/perl
39333            ! Porting/Glossary Porting/config.sh Porting/config_H
39334 ____________________________________________________________________________
39335 [  8602] By: jhi                                   on 2001/01/30  05:14:59
39336         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
39337              8310,8339,8447,8492,8493,8505,8525: documentation changes.
39338              
39339              Subject: Re: perlfaq style changes
39340              
39341              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
39342              
39343              Subject: [PATCH] docs on NaN
39344              
39345              Subject: [patch] perlfaq7
39346              
39347              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
39348              
39349              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
39350              
39351              Subject: [PATCH] open() example in perlfunc.pod
39352              
39353              Podify README.mpeix (a new version from the web)
39354              
39355              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
39356              
39357              Subject: [PATCH] format and rewording in perlfaq.pod
39358              
39359              Subject: [PATCH] API Variable documentation   
39360              
39361              Memory management calls documentation.
39362              
39363              Subject: [PATCH: perl@8482] README.vms URL updates
39364              
39365              Subject: Minor typos in perlfaq2.pod
39366              
39367              Subject: [PATCH] pod/perlvar.pod
39368      Branch: maint-5.6/perl
39369           +> pod/perl56delta.pod
39370            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
39371           !> README.amiga README.epoc README.mpeix README.vms
39372           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
39373           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
39374           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
39375           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
39376           !> pod/perlvar.pod thrdvar.h
39377 ____________________________________________________________________________
39378 [  8601] By: jhi                                   on 2001/01/30  04:38:35
39379         Log: Integrate changes #8036,8096,8253 from mainline:
39380              hints changes.
39381              
39382              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
39383              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
39384              
39385              Output the (apparent) version of gcc in Tru64.
39386      Branch: maint-5.6/perl
39387           +> ext/POSIX/hints/svr4.pl
39388           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
39389           !> hints/svr4.sh t/lib/bigfltpm.t
39390 ____________________________________________________________________________
39391 [  8600] By: jhi                                   on 2001/01/30  04:04:01
39392         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
39393              locale fixes.
39394              
39395              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
39396              
39397              Debian allows /usr/bin/locale to exist without any locales. (7868)
39398              
39399              Allow the locale test needing POSIX and the taint test
39400              needing IPC::SysV to run under 'minitest' (basically,
39401              bail out if loading the extension fails). (8384)
39402              
39403              Cleanup the locale.t output  (8480)
39404      Branch: maint-5.6/perl
39405           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
39406           !> t/pragma/locale.t
39407 ____________________________________________________________________________
39408 [  8599] By: jhi                                   on 2001/01/30  03:51:04
39409         Log: Missing generated files from #8598.
39410      Branch: maint-5.6/perl
39411            ! embed.h global.sym objXSUB.h perlapi.c proto.h
39412 ____________________________________________________________________________
39413 [  8598] By: jhi                                   on 2001/01/30  03:41:54
39414         Log: Integrate change #8555 from mainline, manually integrate parts
39415              of changes 8452 and 8583.
39416              
39417              Subject: [PATCH] utf8.c documentation (8452)
39418              
39419              No point in checking the length if the pointer is bogus. (8555)
39420              
39421              Introduce bytes_from_utf8() and implement sv_eq() using it,
39422              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
39423              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
39424              was malformed. (8583)
39425      Branch: maint-5.6/perl
39426            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
39427           !> pod/perlapi.pod sv.c utf8.c
39428 ____________________________________________________________________________
39429 [  8597] By: gsar                                  on 2001/01/30  02:37:26
39430         Log: get PERL_OBJECT build going again on windows
39431      Branch: maint-5.6/perl
39432            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
39433            ! pod/perlapi.pod proto.h sv.c
39434 ____________________________________________________________________________
39435 [  8596] By: jhi                                   on 2001/01/30  02:16:17
39436         Log: Signedness nit.
39437      Branch: perl
39438            ! sv.c
39439 ____________________________________________________________________________
39440 [  8595] By: jhi                                   on 2001/01/30  02:11:07
39441         Log: EBCDIC patch for Storable, from Peter Prymmer.
39442      Branch: perl
39443            ! t/lib/st-06compat.t
39444 ____________________________________________________________________________
39445 [  8594] By: jhi                                   on 2001/01/30  01:04:48
39446         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
39447              From: Peter Prymmer <pvhp@forte.com>
39448              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
39449              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
39450      Branch: perl
39451            ! t/lib/b.t
39452 ____________________________________________________________________________
39453 [  8593] By: jhi                                   on 2001/01/30  00:56:47
39454         Log: Subject: [PATCH: perl@8585] pod problems in io
39455              From: Peter Prymmer <pvhp@forte.com>
39456              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
39457              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
39458      Branch: perl
39459            ! pod/perlapio.pod pod/perliol.pod
39460 ____________________________________________________________________________
39461 [  8592] By: jhi                                   on 2001/01/30  00:48:20
39462         Log: Integrate perlio.
39463      Branch: perl
39464           !> pod/perlapio.pod pod/perliol.pod
39465 ____________________________________________________________________________
39466 [  8591] By: nick                                  on 2001/01/29  22:02:28
39467         Log: GNU 'merge' Simon's copy of perliol.pod with version
39468              patched by Craig's patch.
39469      Branch: perlio
39470            ! pod/perliol.pod
39471 ____________________________________________________________________________
39472 [  8590] By: nick                                  on 2001/01/29  21:55:10
39473         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
39474      Branch: perlio
39475            ! pod/perlapio.pod pod/perliol.pod
39476 ____________________________________________________________________________
39477 [  8589] By: jhi                                   on 2001/01/29  15:35:33
39478         Log: Integrate change #8586 from maint-5.6/perl.
39479              
39480              make the BOM detection code not call tell() until it has to
39481              (meant to fix esoteric compatibility issues where PL_rsfp
39482              is overridden)
39483      Branch: perl
39484           !> toke.c
39485 ____________________________________________________________________________
39486 [  8588] By: jhi                                   on 2001/01/29  15:29:11
39487         Log: Subject: MAking Solaris malloc() the default
39488              From: Lupe Christoph <lupe@lupe-christoph.de>
39489              Date: Mon, 29 Jan 2001 12:59:36 +0100
39490              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
39491              
39492              The README.solaris part slightly tweaked.
39493      Branch: perl
39494            ! README.solaris hints/solaris_2.sh
39495 ____________________________________________________________________________
39496 [  8587] By: jhi                                   on 2001/01/29  15:17:34
39497         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
39498              From: root@ak-75.mind.de
39499              Date: Sun, 28 Jan 2001 20:32:29 +0100
39500              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
39501      Branch: perl
39502            ! pod/perlre.pod
39503 ____________________________________________________________________________
39504 [  8586] By: gsar                                  on 2001/01/29  13:43:44
39505         Log: make the BOM detection code not call tell() until it has to
39506              (meant to fix esoteric compatibility issues where PL_rsfp
39507              is overridden)
39508      Branch: maint-5.6/perl
39509            ! toke.c
39510 ____________________________________________________________________________
39511 [  8585] By: jhi                                   on 2001/01/28  20:05:45
39512         Log: Update Changes.
39513      Branch: perl
39514            ! Changes patchlevel.h
39515 ____________________________________________________________________________
39516 [  8584] By: jhi                                   on 2001/01/28  19:30:02
39517         Log: Integrate perlio.
39518      Branch: perl
39519           +> pod/perliol.pod
39520           !> MANIFEST pod/perlapio.pod
39521 ____________________________________________________________________________
39522 [  8583] By: jhi                                   on 2001/01/28  19:28:40
39523         Log: Patch from Inaba Hiroto:
39524              - canonical UTF-8 hash keys: if a key string for a hash is
39525              UTF8-on, try downgrade the string and use it if
39526              unicode::distinct is not in effect.
39527              For the task, I added a function bytes_from_utf8() to utf8.c.
39528              It might resemble utf8_to_bytes() but it is not convenient
39529              to the task.
39530              Made a test for it and added to t/op/each.t
39531              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
39532              the mortal copy of the argument SV.
39533              And changed t/io/utf8.t test 18 which expects print() to
39534              upgrade its argument.
39535              - re-implement sv_eq with bytes_from_utf8()
39536              - some bug fixes
39537              - tr/// does not handle UTF8 range (\x{}-\x{})
39538              - \ before raw UTF8 character produced
39539              "Malformed UTF-8 character" warning.
39540              - "\x{100}\N{CENT SIGN}" is Malformed.
39541              Added tests for these 3.
39542              - and one silly bug (by me) with qu operator.
39543      Branch: perl
39544            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
39545            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
39546            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
39547 ____________________________________________________________________________
39548 [  8582] By: nick                                  on 2001/01/28  19:25:04
39549         Log: Add pod/perliol.pod to MANIFEST :-(
39550      Branch: perlio
39551            ! MANIFEST
39552 ____________________________________________________________________________
39553 [  8581] By: nick                                  on 2001/01/28  19:22:40
39554         Log: PerlIO documentation. Proofing and sub-editing requested.
39555      Branch: perlio
39556            + pod/perliol.pod
39557            ! pod/perlapio.pod
39558 ____________________________________________________________________________
39559 [  8580] By: jhi                                   on 2001/01/28  05:16:25
39560         Log: Revert the change to sv_2pv() done by #8054: Someone who
39561              did SvNV_set() on a scalar that also happened to be POK,
39562              followed by sv_2pv() won't get the right coercion anymore.
39563              [Sarathy]
39564      Branch: maint-5.6/perl
39565            ! sv.c
39566 ____________________________________________________________________________
39567 [  8579] By: jhi                                   on 2001/01/28  05:15:04
39568         Log: Remove the #8084 effect: do not allow -Q to be interpreted
39569              as -&Q(), this is too much wiggle room.
39570      Branch: maint-5.6/perl
39571            ! toke.c
39572 ____________________________________________________________________________
39573 [  8578] By: jhi                                   on 2001/01/28  05:12:45
39574         Log: Needed bits of #8439 (should have been in #8576),
39575              mainly for lval substr().
39576      Branch: maint-5.6/perl
39577            ! mg.c pp.c pp_hot.c
39578 ____________________________________________________________________________
39579 [  8577] By: jhi                                   on 2001/01/28  05:02:46
39580         Log: A missing check-in.
39581      Branch: maint-5.6/perl
39582            ! utf8.c
39583 ____________________________________________________________________________
39584 [  8576] By: jhi                                   on 2001/01/28  04:26:18
39585         Log: Integrate changes #8425,8436,8439,8517 from mainline.
39586              The 8439 was not truly integrated because it had too many
39587              dependencies on the development branch and because it introduced
39588              concepts too bold for a maintenance branch (such as the qu operator).
39589              
39590              Subject: [PATCH perl@8342] -Wformat
39591              
39592              Tighten some of the UTF-8 tests a bit.
39593              
39594              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
39595              - The substr lval was still not okay.
39596              - Now pp_stringify and sv_setsv copies source's UTF8 flag
39597              even if IN_BYTE.  pp_stringify is called from fold_constants
39598              at optimization phase and "\x{100}" was made SvUTF8_off under
39599              use bytes (the bytes pragma is for "byte semantics" and not
39600              for "do not produce UTF8 data")
39601      Branch: maint-5.6/perl
39602            ! t/lib/charnames.t t/op/substr.t toke.c
39603           !> sv.c t/pragma/utf8.t
39604 ____________________________________________________________________________
39605 [  8575] By: jhi                                   on 2001/01/28  04:01:51
39606         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
39607              
39608              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
39609              
39610              Subject: [ID 20001230.003] UTF-8 tr still hurts
39611              
39612              Test cases for #8385 (from Simon's "torture.pl")
39613              
39614              Start fixing UTF-8 lval substr() (8405)
39615      Branch: maint-5.6/perl
39616           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
39617           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
39618 ____________________________________________________________________________
39619 [  8574] By: jhi                                   on 2001/01/28  03:09:06
39620         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
39621              from mainline.
39622              
39623              UTF-8 cleanup.
39624              
39625              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
39626              
39627              "\x{FF}\xFF" was broken.
39628              
39629              Tests for #8329 and #8330.
39630              
39631              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
39632              
39633              IRIX compiler noticed that the bof initialization might be
39634              bypassed by control flow.
39635              
39636              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
39637      Branch: maint-5.6/perl
39638           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
39639           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
39640 ____________________________________________________________________________
39641 [  8573] By: jhi                                   on 2001/01/28  02:06:12
39642         Log: Retract #8552.
39643      Branch: perl
39644            ! lib/Text/Wrap.pm t/lib/textwrap.t
39645 ____________________________________________________________________________
39646 [  8572] By: jhi                                   on 2001/01/28  02:04:49
39647         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
39648              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
39649              not really integrated but instead salvaged by hand
39650              (they had too many dependencies on the development release
39651              to be cleanly integratable).
39652              
39653              Subject: more UTF8 test suites and an UTF8 patch
39654              
39655              Tweak for MULTIPLICITY/USE_PERLIO
39656              
39657              Signedness nit.
39658              
39659              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
39660              
39661              Use the UTF8_XXX macros in is_utf8_char().
39662              
39663              Rewrite pp_concat() in terms of sv_catsv().  The . operator
39664              should now be UTF-8-proof.
39665              
39666              Subject: [PATCH perl@8269] scanning two hex-constants
39667              fails on EBCDIC environment (script length.t)
39668              
39669              Add some Unicode chop() tests.
39670      Branch: maint-5.6/perl
39671            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
39672           !> sv.c t/op/chop.t utf8.h
39673 ____________________________________________________________________________
39674 [  8571] By: jhi                                   on 2001/01/28  00:35:59
39675         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
39676              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
39677              
39678              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
39679              
39680              The maxiters upper limit sanity check (guarding against
39681              non-progress) assumed bytes instead of characters in s///
39682              and split().
39683              
39684              Signedness nit.
39685              
39686              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
39687              join() should now be UTF-8-proof.
39688              
39689              More split // UTF-8 tests. (8250)
39690      Branch: maint-5.6/perl
39691           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
39692           !> util.c
39693 ____________________________________________________________________________
39694 [  8570] By: jhi                                   on 2001/01/27  22:15:46
39695         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
39696              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
39697              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
39698              8084,8204,8244,8333 from mainline.
39699              
39700              For -Q where Q might be a one-letter sub name one does no more
39701              get a warning about an unknown filetest (7941,7943,7944,8084).
39702              
39703              Subject: Re: [ID 20001130.011] expression parsing bug ?
39704              
39705              Make uv_to_utf8() to zero-terminate its output buffer.
39706              
39707              Split off t/op/length.t (7995)
39708              
39709              Split off t/op/utf8decode.t (7996)
39710              
39711              Remove an unnecessary 'use utf8' from the utf8.t (7998)
39712              
39713              Split off t/op/concat.t (8004)
39714              
39715              Split off t/op/ver.t (8005)
39716              
39717              Document utf8_length(), utf8_distance(), and utf8_hop().
39718              
39719              Document utf8_to_uv() better.
39720              
39721              Introduce macros for UTF8 decoding (8028,8033).
39722              
39723              Add test for reverse() (8030,8031).
39724              
39725              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
39726              
39727              Do not return the Unicode replacement character    on UTF-8
39728              decoding failure.
39729              
39730              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
39731              not this_utf8 i.e. the output string has one, but don't mess
39732              with source assumption. (8052,8053)
39733              
39734              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
39735              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
39736              was not expecting to be called with something that was already
39737              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
39738              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
39739              (8054)
39740              
39741              Recode the naughty binary bytes in utf8decode.t using the \xHH.
39742              
39743              Make some panic messages a bit more logical.
39744      Branch: maint-5.6/perl
39745           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
39746           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
39747           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
39748           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
39749           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
39750           !> utf8.c utf8.h
39751 ____________________________________________________________________________
39752 [  8569] By: jhi                                   on 2001/01/27  19:16:43
39753         Log: Integrate changes #7750 from perlio and #8566 from mainline.
39754      Branch: maint-5.6/perl
39755           !> regexec.c sv.c
39756 ____________________________________________________________________________
39757 [  8568] By: jhi                                   on 2001/01/27  18:06:51
39758         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
39759              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
39760              7935[-perlio.c],7936,7959,7965 from mainline.
39761              
39762              Change the "big byte" error message to "Wide character".
39763              (7355, the croak-if-wide-chars-in-print part ignored)
39764              
39765              Use UINT64_C().
39766              
39767              Introduce Perl_utf8_length().
39768              
39769              diff -se shows these as different (7753, forgotten check-ins)
39770              
39771              Subject: [PATCH] doop.c - UTF8 tr///
39772              
39773              If we use (aTHX_ ...) then put Perl_ on the front.
39774              
39775              Make utf8_length() and utf8_distance() to be less forgiving
39776              about bad UTF-8.
39777              
39778              Test line numbers are different with utf8.
39779              
39780              No need to scan till infinity, 13 is enough. (7872,7911)
39781              
39782              Subject: [PATCH] Tokeniser debugging
39783              
39784              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
39785              
39786              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
39787              
39788              Be more careful in Perl_sv_utf8_downgrade().
39789              
39790              Use DO_UTF8().
39791              
39792              Raw zero bytes in text files confuse at least GNU patch 2.1.
39793      Branch: maint-5.6/perl
39794           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
39795           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
39796           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
39797           !> t/pragma/utf8.t toke.c utf8.c utf8.h
39798 ____________________________________________________________________________
39799 [  8567] By: nick                                  on 2001/01/27  11:10:38
39800         Log: Integrate mainline
39801      Branch: perlio
39802           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
39803           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
39804           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
39805           !> toke.c
39806 ____________________________________________________________________________
39807 [  8566] By: jhi                                   on 2001/01/27  06:22:48
39808         Log: More documentation for the regexp context stack.
39809      Branch: perl
39810            ! regexec.c
39811 ____________________________________________________________________________
39812 [  8565] By: jhi                                   on 2001/01/27  05:21:57
39813         Log: Update Changes.
39814      Branch: perl
39815            ! Changes patchlevel.h
39816 ____________________________________________________________________________
39817 [  8564] By: jhi                                   on 2001/01/27  04:44:04
39818         Log: Threadedness patch for #8562 from Doug MacEachern.
39819      Branch: perl
39820            ! toke.c
39821 ____________________________________________________________________________
39822 [  8563] By: jhi                                   on 2001/01/27  04:26:24
39823         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
39824              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
39825              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
39826              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
39827      Branch: perl
39828            ! op.c
39829 ____________________________________________________________________________
39830 [  8562] By: jhi                                   on 2001/01/27  04:20:30
39831         Log: Subject: Re: Announce : Tokener reporting patch
39832              From: Simon Cozens <simon@cozens.net>
39833              Date: Mon, 22 Jan 2001 02:17:22 +0000
39834              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
39835      Branch: perl
39836            ! embed.h embed.pl proto.h toke.c
39837 ____________________________________________________________________________
39838 [  8561] By: jhi                                   on 2001/01/27  04:17:24
39839         Log: Forgot from #8545.  Oops.
39840      Branch: perl
39841            ! pp.c t/pragma/overload.t
39842 ____________________________________________________________________________
39843 [  8560] By: jhi                                   on 2001/01/27  03:01:47
39844         Log: A better module compilation test, use MANIFEST as suggested
39845              by Spider.
39846      Branch: perl
39847            ! t/lib/1_compile.t
39848 ____________________________________________________________________________
39849 [  8559] By: jhi                                   on 2001/01/27  02:50:48
39850         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
39851              From: Peter Prymmer <pvhp@forte.com>
39852              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
39853              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
39854      Branch: perl
39855            ! t/lib/b.t
39856 ____________________________________________________________________________
39857 [  8558] By: jhi                                   on 2001/01/27  02:27:05
39858         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
39859              From: Peter Prymmer <pvhp@forte.com>
39860              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
39861              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
39862      Branch: perl
39863            ! t/pragma/sub_lval.t
39864 ____________________________________________________________________________
39865 [  8557] By: jhi                                   on 2001/01/27  02:26:03
39866         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
39867              From: Peter Prymmer <pvhp@forte.com>
39868              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
39869              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
39870      Branch: perl
39871            ! t/lib/st-06compat.t
39872 ____________________________________________________________________________
39873 [  8556] By: jhi                                   on 2001/01/27  02:24:33
39874         Log: Subject: [PATCH: perl@8531] minor update to README.os390
39875              From: Peter Prymmer <pvhp@forte.com>
39876              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
39877              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
39878      Branch: perl
39879            ! README.os390
39880 ____________________________________________________________________________
39881 [  8555] By: jhi                                   on 2001/01/27  00:35:47
39882         Log: No point in checking the length before we know whether the pointer
39883              is bogus or not, fixes Abigail's odbm failures in Linux.
39884      Branch: perl
39885            ! sv.c
39886 ____________________________________________________________________________
39887 [  8554] By: nick                                  on 2001/01/26  19:01:31
39888         Log: Integrate mainline
39889      Branch: perlio
39890           !> lib/Text/Wrap.pm t/lib/textwrap.t
39891 ____________________________________________________________________________
39892 [  8553] By: jhi                                   on 2001/01/26  15:19:39
39893         Log: Integrate change #7792 from perlio (multiplicity fix),
39894              fix the AV leak in regex DEBUGGING (tiny part of the
39895              polymorphic regexp patch #8143).
39896      Branch: maint-5.6/perl
39897            ! regcomp.c
39898           !> scope.h
39899 ____________________________________________________________________________
39900 [  8552] By: jhi                                   on 2001/01/26  15:03:23
39901         Log: (Retracted by #8573)
39902              
39903              Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
39904              From: Michael G Schwern <schwern@pobox.com>
39905              Date: Fri, 26 Jan 2001 09:28:31 -0500
39906              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
39907      Branch: perl
39908            ! lib/Text/Wrap.pm t/lib/textwrap.t
39909 ____________________________________________________________________________
39910 [  8551] By: jhi                                   on 2001/01/26  02:33:19
39911         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
39912              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
39913              
39914              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
39915              
39916              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
39917              
39918              Message nit.
39919              
39920              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
39921              
39922              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
39923              
39924              (the cleanup of unused submatches in regtry() and regcppop())
39925              
39926              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
39927              stored and restored, and thusly was trounced by the utf8 swash
39928              routines.
39929              
39930              use utf8 not required to use \x{}.
39931              
39932              Removed two more tests that make no sense in UTF-8 since the test
39933              data is not in UTF-8.
39934              
39935              Get the three different space character classes right under utf8.
39936              
39937              Implement ANYOFUTF8 regprop() dumping.
39938              
39939              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
39940              
39941              Document the regex context pushing/popping a bit better.
39942      Branch: maint-5.6/perl
39943           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
39944           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
39945           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
39946           !> t/op/regmesg.t utf8.c
39947 ____________________________________________________________________________
39948 [  8550] By: nick                                  on 2001/01/25  19:42:30
39949         Log: Integrate mainline
39950      Branch: perlio
39951           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
39952           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
39953           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
39954           !> t/lib/bigint.t t/lib/bigintpm.t
39955 ____________________________________________________________________________
39956 [  8549] By: jhi                                   on 2001/01/25  15:22:28
39957         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
39958      Branch: maint-5.6/perl
39959            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
39960 ____________________________________________________________________________
39961 [  8548] By: jhi                                   on 2001/01/25  15:02:55
39962         Log: Integrate changes #7997,8063,8492,8547 from mainline.
39963              
39964              Subject: Re: STRLEN - what?
39965              
39966              Subject: [PATCH] perlguts.pod
39967              
39968              Memory management calls documentation.
39969              
39970              Layout using tabulator is not a good idea in a pod.
39971      Branch: maint-5.6/perl
39972           !> pod/perlguts.pod
39973 ____________________________________________________________________________
39974 [  8547] By: jhi                                   on 2001/01/25  14:49:05
39975         Log: Layout using tabulator is not a good idea in a pod.
39976      Branch: perl
39977            ! pod/perlguts.pod
39978 ____________________________________________________________________________
39979 [  8546] By: jhi                                   on 2001/01/25  14:31:12
39980         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
39981              from mainline.
39982              
39983              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
39984              
39985              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
39986              
39987              More Win32 editor/IDE/shell hints.
39988              
39989              More Win32 Perling.
39990              
39991              Yet another editor edit.
39992              
39993              Edit edit edit.
39994              
39995              IDE/editor section tweaking.
39996              
39997              Few more IDE/editor nits from p5p.
39998      Branch: maint-5.6/perl
39999           !> pod/perlfaq3.pod
40000 ____________________________________________________________________________
40001 [  8545] By: jhi                                   on 2001/01/25  04:16:32
40002         Log: Subject: [PATCH 5.7.0] overload int()
40003              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40004              Date: Wed, 24 Jan 2001 19:06:57 -0500
40005              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
40006      Branch: perl
40007            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
40008            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
40009            ! t/lib/bigintpm.t
40010 ____________________________________________________________________________
40011 [  8544] By: jhi                                   on 2001/01/25  04:15:11
40012         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
40013              From: Peter Prymmer <pvhp@forte.com>
40014              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
40015              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
40016      Branch: perl
40017            ! Makefile.SH README.os390 hints/os390.sh installperl
40018 ____________________________________________________________________________
40019 [  8543] By: jhi                                   on 2001/01/25  03:52:08
40020         Log: Integrate change #8462,8469 from mainline.
40021              
40022              In VMS Perl subversion (perl -V) is undef.
40023      Branch: maint-5.6/perl
40024           !> configure.com
40025 ____________________________________________________________________________
40026 [  8542] By: jhi                                   on 2001/01/25  03:44:55
40027         Log: Integrate changes #7835,7850,8315,8316 from mainline.
40028              
40029              Solaris hints.
40030      Branch: maint-5.6/perl
40031           !> hints/solaris_2.sh
40032 ____________________________________________________________________________
40033 [  8541] By: jhi                                   on 2001/01/25  03:39:28
40034         Log: Integrate #8336 from mainline.
40035      Branch: maint-5.6/perl
40036           !> hv.c
40037 ____________________________________________________________________________
40038 [  8540] By: jhi                                   on 2001/01/25  03:23:50
40039         Log: Retract #8539.
40040      Branch: maint-5.6/perl
40041            ! pod/perlfaq3.pod
40042 ____________________________________________________________________________
40043 [  8539] By: jhi                                   on 2001/01/25  03:21:55
40044         Log: (Retracted by #8540.)
40045      Branch: maint-5.6/perl
40046            ! pod/perlfaq3.pod
40047 ____________________________________________________________________________
40048 [  8538] By: jhi                                   on 2001/01/25  03:14:07
40049         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
40050              From: Peter Prymmer <pvhp@forte.com>
40051              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
40052              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
40053              
40054              The VMS bits.
40055      Branch: maint-5.6/perl
40056            ! configure.com vms/descrip_mms.template
40057 ____________________________________________________________________________
40058 [  8537] By: jhi                                   on 2001/01/25  03:06:09
40059         Log: Integrate #7710,7824,7973 from mainline.
40060      Branch: maint-5.6/perl
40061           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
40062           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
40063           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
40064           !> vos/config.ga.def vos/config.ga.h win32/config.bc
40065           !> win32/config.gc win32/config.vc
40066 ____________________________________________________________________________
40067 [  8536] By: jhi                                   on 2001/01/24  13:50:20
40068         Log: Revert the edits made by me so far to the 5.6 branch since
40069              the TRIAL1 since I did edits when I should have been using
40070              integrates.  Bad programmer.   (Will integrate them properly later.)
40071              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
40072              The #8353 will not be reapplied at least for now since
40073              the UTF-8 hash keys need more thinking.
40074              (The patches #8347, #8354, #8454, #8473 were okay since they
40075              were original edits made specifically for the 5.6.1-TRIAL1.)
40076      Branch: maint-5.6/perl
40077            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
40078            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
40079            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
40080            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
40081            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
40082            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
40083            ! win32/config.bc win32/config.gc win32/config.vc
40084 ____________________________________________________________________________
40085 [  8535] By: bailey                                on 2001/01/24  06:37:02
40086         Log: SYN SYN
40087      Branch: vmsperl
40088           +> (branch 26 files)
40089           !> (integrate 130 files)
40090 ____________________________________________________________________________
40091 [  8534] By: nick                                  on 2001/01/23  19:30:57
40092         Log: Integrate mainline.
40093      Branch: perlio
40094           !> Changes Configure Porting/Glossary Porting/config.sh
40095           !> Porting/config_H embed.h embed.pl ext/Encode/compile
40096           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
40097           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
40098           !> pod/perlvar.pod proto.h t/lib/1_compile.t
40099 ____________________________________________________________________________
40100 [  8533] By: jhi                                   on 2001/01/23  16:15:46
40101         Log: Forgotten from #8501.
40102      Branch: perl
40103            ! Porting/Glossary Porting/config.sh Porting/config_H
40104 ____________________________________________________________________________
40105 [  8532] By: jhi                                   on 2001/01/23  16:13:27
40106         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
40107              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
40108              Date: Mon, 22 Jan 2001 17:51:58 +0100
40109              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
40110      Branch: perl
40111            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
40112 ____________________________________________________________________________
40113 [  8531] By: jhi                                   on 2001/01/23  15:46:01
40114         Log: Update Changes.
40115      Branch: perl
40116            ! Changes patchlevel.h
40117 ____________________________________________________________________________
40118 [  8530] By: jhi                                   on 2001/01/23  15:38:39
40119         Log: De-cut-and-pasto.
40120      Branch: perl
40121            ! t/lib/1_compile.t
40122 ____________________________________________________________________________
40123 [  8529] By: jhi                                   on 2001/01/23  15:11:04
40124         Log: Document the mkdir trailing slashes case.
40125      Branch: perl
40126            ! pod/perlfunc.pod
40127 ____________________________________________________________________________
40128 [  8528] By: jhi                                   on 2001/01/23  15:08:28
40129         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
40130              get installed:
40131              
40132              Subject: lib/lib.pm
40133              From: <abigail@foad.org>
40134              Date: Mon, 28 Aug 2000 20:35:08 -0400
40135              Message-ID: <20000829003508.21281.qmail@foad.org>
40136      Branch: perl
40137            ! installperl
40138 ____________________________________________________________________________
40139 [  8527] By: jhi                                   on 2001/01/23  14:44:04
40140         Log: Metaconfig unit change for #8526.
40141      Branch: metaconfig
40142            ! U/threads/archname.U
40143 ____________________________________________________________________________
40144 [  8526] By: jhi                                   on 2001/01/23  14:43:19
40145         Log: Attach -perlio to the archname if so selected.
40146      Branch: perl
40147            ! Configure
40148 ____________________________________________________________________________
40149 [  8525] By: jhi                                   on 2001/01/23  14:24:01
40150         Log: Subject: [PATCH] pod/perlvar.pod
40151              From: abigail@foad.org
40152              Date: Tue, 23 Jan 2001 01:41:10 +0100
40153              Message-ID: <20010123004110.22259.qmail@foad.org>
40154      Branch: perl
40155            ! pod/perlvar.pod
40156 ____________________________________________________________________________
40157 [  8524] By: jhi                                   on 2001/01/23  14:22:32
40158         Log: A bug introduced in #8217 (the undefined variable in the
40159              lib/safe1_t #3) fixed, by Charles Lane:
40160              
40161              The earlier patch made it so that stuff running in Safe
40162              compartments could do a "caller" and see "main".  That
40163              little change in name is done right before the code in
40164              the compartment is run, and apparantly the parser
40165              was picking up the stash name before it got changed.
40166              
40167              (why it was threaded vs. unthreaded Perl that was sensitive to this
40168              I still don't know...and it probably doesn't matter).
40169              
40170              I tryed removing the stash name-change and saw that threaded Perl
40171              did indeed pass the lib/safe1.t tests.
40172              
40173              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
40174              do the name change (and to connect _ in the compartment to the global
40175              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
40176              to call _safe_pkg_prep when creating a new compartment.
40177              
40178              Passes all tests with threaded perl on linux; passes all tests
40179              with unthreaded perl on VMS.
40180              
40181              At some point I'll probably want to revisit Safe and Opcode to
40182              provide more sensible handling of global variables...and to get
40183              formats working in Safe compartments, which they don't do currently.
40184      Branch: perl
40185            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
40186 ____________________________________________________________________________
40187 [  8523] By: jhi                                   on 2001/01/23  14:11:58
40188         Log: Also the lib/Thread.pm itself needs to be ignored if
40189              the Thread extension hasn't been built.
40190      Branch: perl
40191            ! t/lib/1_compile.t
40192 ____________________________________________________________________________
40193 [  8522] By: jhi                                   on 2001/01/23  13:51:28
40194         Log: print() instead of warn() so that stderr doesn't get
40195              unncessarily polluted.
40196      Branch: perl
40197            ! ext/Encode/compile
40198 ____________________________________________________________________________
40199 [  8521] By: jhi                                   on 2001/01/23  13:49:48
40200         Log: Integrate perlio.
40201      Branch: perl
40202           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
40203           !> ext/Encode/encode.h
40204 ____________________________________________________________________________
40205 [  8520] By: nick                                  on 2001/01/22  21:44:00
40206         Log: More messing with Encode:
40207              Extra fields in header to allow multiple names and to record
40208              other things "compile" knows.
40209              Re-organise compile to factor out common output routines.
40210      Branch: perlio
40211            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
40212 ____________________________________________________________________________
40213 [  8519] By: nick                                  on 2001/01/22  20:33:50
40214         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
40215      Branch: perlio
40216            ! ext/Encode/Makefile.PL ext/Encode/compile
40217 ____________________________________________________________________________
40218 [  8518] By: nick                                  on 2001/01/22  20:28:13
40219         Log: Integrate mainline
40220      Branch: perlio
40221           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
40222           !> vos/config.alpha.def vos/config.alpha.h
40223 ____________________________________________________________________________
40224 [  8517] By: jhi                                   on 2001/01/22  15:37:17
40225         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
40226              by Inaba Hiroto.
40227      Branch: perl
40228            ! sv.c
40229 ____________________________________________________________________________
40230 [  8516] By: jhi                                   on 2001/01/22  14:55:15
40231         Log: More SIG_SIZE fixes.
40232      Branch: perl
40233            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
40234 ____________________________________________________________________________
40235 [  8515] By: jhi                                   on 2001/01/22  14:50:27
40236         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
40237              From: "Craig A. Berry" <craigberry@mac.com>
40238              Date: Mon, 22 Jan 2001 00:42:24 -0600
40239              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
40240      Branch: perl
40241            ! configure.com
40242 ____________________________________________________________________________
40243 [  8514] By: jhi                                   on 2001/01/22  14:31:17
40244         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
40245              From: "Craig A. Berry" <craigberry@mac.com>
40246              Date: Sun, 21 Jan 2001 23:03:25 -0600
40247              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
40248      Branch: perl
40249            ! configure.com
40250 ____________________________________________________________________________
40251 [  8513] By: jhi                                   on 2001/01/22  14:14:00
40252         Log: Add the .ucm encoding tables to the MANIFEST.
40253      Branch: perl
40254            ! MANIFEST
40255 ____________________________________________________________________________
40256 [  8512] By: jhi                                   on 2001/01/22  13:43:33
40257         Log: Integrate perlio.
40258      Branch: perl
40259           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
40260           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
40261           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
40262           +> ext/Encode/Encode/iso8859-10.ucm
40263           +> ext/Encode/Encode/iso8859-13.ucm
40264           +> ext/Encode/Encode/iso8859-14.ucm
40265           +> ext/Encode/Encode/iso8859-15.ucm
40266           +> ext/Encode/Encode/iso8859-16.ucm
40267           +> ext/Encode/Encode/iso8859-2.ucm
40268           +> ext/Encode/Encode/iso8859-3.ucm
40269           +> ext/Encode/Encode/iso8859-4.ucm
40270           +> ext/Encode/Encode/iso8859-5.ucm
40271           +> ext/Encode/Encode/iso8859-6.ucm
40272           +> ext/Encode/Encode/iso8859-7.ucm
40273           +> ext/Encode/Encode/iso8859-8.ucm
40274           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
40275           +> ext/Encode/Encode/symbol.ucm
40276           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
40277           !> perliol.h
40278 ____________________________________________________________________________
40279 [  8511] By: nick                                  on 2001/01/21  23:44:47
40280         Log: Make "real" layers of ":utf8" and ":raw".
40281              So now PERLIO=utf8 perl ...
40282              does what Andreas wanted.
40283              Fix arg passing in open.pm (still have a Carp issue).
40284      Branch: perlio
40285            ! lib/open.pm perlio.c perliol.h
40286 ____________________________________________________________________________
40287 [  8510] By: jhi                                   on 2001/01/21  22:56:53
40288         Log: Document the regex content pushing/popping a bit better.
40289      Branch: perl
40290            ! regexec.c
40291 ____________________________________________________________________________
40292 [  8509] By: jhi                                   on 2001/01/21  22:55:44
40293         Log: Tweak the mkdir trailing slash code some more.
40294              
40295              TO DO: the same handling should probably be done for
40296              all the other filesystem functions that can have directories
40297              as their arguments.
40298      Branch: perl
40299            ! pp_sys.c
40300 ____________________________________________________________________________
40301 [  8508] By: nick                                  on 2001/01/21  21:37:43
40302         Log: Switch "compiled in" encodings to .ucm format.
40303              (Leave others as .enc till we can run-time load .ucm,
40304              or find some other way to load them.)
40305      Branch: perlio
40306            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
40307            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
40308            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
40309            + ext/Encode/Encode/iso8859-10.ucm
40310            + ext/Encode/Encode/iso8859-13.ucm
40311            + ext/Encode/Encode/iso8859-14.ucm
40312            + ext/Encode/Encode/iso8859-15.ucm
40313            + ext/Encode/Encode/iso8859-16.ucm
40314            + ext/Encode/Encode/iso8859-2.ucm
40315            + ext/Encode/Encode/iso8859-3.ucm
40316            + ext/Encode/Encode/iso8859-4.ucm
40317            + ext/Encode/Encode/iso8859-5.ucm
40318            + ext/Encode/Encode/iso8859-6.ucm
40319            + ext/Encode/Encode/iso8859-7.ucm
40320            + ext/Encode/Encode/iso8859-8.ucm
40321            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
40322            + ext/Encode/Encode/symbol.ucm
40323            ! ext/Encode/Makefile.PL ext/Encode/compile
40324 ____________________________________________________________________________
40325 [  8507] By: nick                                  on 2001/01/21  21:02:03
40326         Log: Integrate (partial) mainline.
40327      Branch: perlio
40328           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
40329           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
40330           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
40331 ____________________________________________________________________________
40332 [  8506] By: jhi                                   on 2001/01/21  20:09:30
40333         Log: Update Changes.
40334      Branch: perl
40335            ! Changes patchlevel.h
40336 ____________________________________________________________________________
40337 [  8505] By: jhi                                   on 2001/01/21  19:39:59
40338         Log: Subject: Minor typos in perlfaq2.pod
40339              From: "Stephen P. Potter" <spp@spotter.yi.org>
40340              Message-Id: <200101192101.QAA11911@spotter.yi.org>
40341              Date: Fri, 19 Jan 2001 16:01:13 -0500
40342              
40343              with a nit from Philip Netwon.
40344      Branch: perl
40345            ! pod/perlfaq2.pod
40346 ____________________________________________________________________________
40347 [  8504] By: jhi                                   on 2001/01/21  19:33:05
40348         Log: Metaconfig change for #8503.
40349      Branch: metaconfig
40350            ! U/threads/usethreads.U
40351 ____________________________________________________________________________
40352 [  8503] By: jhi                                   on 2001/01/21  19:32:21
40353         Log: Sanity check for conflicting thread flavours.
40354      Branch: perl
40355            ! Configure config_h.SH
40356 ____________________________________________________________________________
40357 [  8502] By: jhi                                   on 2001/01/21  19:23:00
40358         Log: Metaconfig change for #8501.
40359      Branch: metaconfig
40360            ! U/modified/sig_name.U
40361 ____________________________________________________________________________
40362 [  8501] By: jhi                                   on 2001/01/21  19:22:26
40363         Log: The SIG_SIZE is the number of the elements *excluding*
40364              the terminating NULL.
40365      Branch: perl
40366            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
40367            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
40368            ! win32/config_H.vc
40369 ____________________________________________________________________________
40370 [  8500] By: jhi                                   on 2001/01/21  18:31:31
40371         Log: Integrate perlio.
40372      Branch: perl
40373           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
40374           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
40375           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
40376           !> pp_sys.c proto.h sv.c
40377 ____________________________________________________________________________
40378 [  8499] By: jhi                                   on 2001/01/21  17:43:57
40379         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
40380              From: Hugo <hv@crypt.compulink.co.uk>
40381              Date: Sun, 21 Jan 2001 13:34:05 +0000
40382              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
40383              
40384              In sprintf UTF8ize only if necessary.
40385      Branch: perl
40386            ! sv.c
40387 ____________________________________________________________________________
40388 [  8498] By: nick                                  on 2001/01/21  16:25:32
40389         Log: Encode cleanup.
40390              Add command line control over "compile" so that Makefile.PL
40391              needs can be combined with other uses.
40392              Use command line options in Makefile.PL.
40393              Fix multi-byte parsing in .ucm files.
40394      Branch: perlio
40395            ! ext/Encode/Makefile.PL ext/Encode/compile
40396 ____________________________________________________________________________
40397 [  8497] By: nick                                  on 2001/01/21  12:56:27
40398         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
40399      Branch: perlio
40400            ! ext/Encode/Encode.xs
40401 ____________________________________________________________________________
40402 [  8496] By: nick                                  on 2001/01/21  12:18:45
40403         Log: Fixup after integrate:
40404              missed the .sym files that are changed by regen_headers
40405              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
40406      Branch: perlio
40407            ! global.sym pp.sym sv.c
40408 ____________________________________________________________________________
40409 [  8495] By: nick                                  on 2001/01/21  11:51:07
40410         Log: Integrate mainline.
40411      Branch: perlio
40412           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
40413           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
40414           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
40415           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
40416           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
40417           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
40418           !> win32/Makefile win32/makefile.mk
40419 ____________________________________________________________________________
40420 [  8494] By: jhi                                   on 2001/01/20  23:12:11
40421         Log: Forgot the expect_number() prototype.
40422      Branch: perl
40423            ! embed.h embed.pl proto.h
40424 ____________________________________________________________________________
40425 [  8493] By: jhi                                   on 2001/01/20  22:56:39
40426         Log: Subject: [PATCH: perl@8482] README.vms URL updates
40427              From: Peter Prymmer <pvhp@forte.com>
40428              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
40429              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
40430              
40431              Plus Craig A. Berry's suggestion to use compaq.com instead
40432              of digital.com.
40433      Branch: perl
40434            ! README.vms
40435 ____________________________________________________________________________
40436 [  8492] By: jhi                                   on 2001/01/20  22:50:05
40437         Log: Memory management calls documentation.
40438      Branch: perl
40439            ! pod/perlguts.pod
40440 ____________________________________________________________________________
40441 [  8491] By: jhi                                   on 2001/01/20  22:38:33
40442         Log: Signedness nit plus few memcpy/Copy nits.
40443      Branch: perl
40444            ! sv.c
40445 ____________________________________________________________________________
40446 [  8490] By: jhi                                   on 2001/01/20  22:25:53
40447         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
40448              From: Peter Prymmer <pvhp@forte.com>
40449              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
40450              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
40451      Branch: perl
40452            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
40453 ____________________________________________________________________________
40454 [  8489] By: jhi                                   on 2001/01/20  22:24:41
40455         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
40456              From: Peter Prymmer <pvhp@forte.com>
40457              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
40458              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
40459      Branch: perl
40460            ! win32/Makefile win32/makefile.mk
40461 ____________________________________________________________________________
40462 [  8488] By: jhi                                   on 2001/01/20  22:22:27
40463         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
40464              From: Peter Prymmer <pvhp@forte.com>
40465              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
40466              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
40467      Branch: perl
40468            ! Makefile.SH
40469 ____________________________________________________________________________
40470 [  8487] By: jhi                                   on 2001/01/20  22:21:18
40471         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
40472              From: Peter Prymmer <pvhp@forte.com>
40473              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
40474              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
40475      Branch: perl
40476            + ext/DynaLoader/dl_dllload.xs
40477            ! MANIFEST Makefile.SH hints/os390.sh
40478 ____________________________________________________________________________
40479 [  8486] By: jhi                                   on 2001/01/20  22:17:53
40480         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
40481              From: Peter Prymmer <pvhp@forte.com>
40482              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
40483              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
40484      Branch: perl
40485            ! README.os390 README.posix-bc
40486 ____________________________________________________________________________
40487 [  8485] By: jhi                                   on 2001/01/20  20:15:30
40488         Log: Document and test the new qu operator.
40489      Branch: perl
40490            + t/op/qu.t
40491            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
40492            ! pod/perlretut.pod pod/perlunicode.pod
40493 ____________________________________________________________________________
40494 [  8484] By: nick                                  on 2001/01/20  19:42:30
40495         Log: Infrastructure to allow:
40496              open($fh,"|-",@array);
40497              to be implemented
40498              i.e. mark pp_open as needing a stack mark, and make pp_open
40499              process its args in that style (and pass them _all_ to tied handles OPEN).
40500              Invent do_openn() which takes SV ** at allow it to see multiple args.
40501              Note this does not _do_ anything yet.
40502      Branch: perlio
40503            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
40504            ! perlapi.c pp_proto.h pp_sys.c proto.h
40505 ____________________________________________________________________________
40506 [  8483] By: nick                                  on 2001/01/20  17:23:14
40507         Log: Integrate mainline.
40508      Branch: perlio
40509           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
40510           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
40511 ____________________________________________________________________________
40512 [  8482] By: jhi                                   on 2001/01/19  15:37:49
40513         Log: Update Changes.
40514      Branch: perl
40515            ! Changes patchlevel.h
40516 ____________________________________________________________________________
40517 [  8481] By: jhi                                   on 2001/01/19  14:41:24
40518         Log: Subject: Re: new feature: s?printf parameter reordering 
40519              From: Hugo <hv@crypt.compulink.co.uk>
40520              Date: Thu, 11 Jan 2001 17:09:03 +0000
40521              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
40522              
40523              - support reordering for all parameters: %, *v, *, .*
40524              - lay down that the reordering specification must immediately
40525              follow that parameter: %3$, *v3$, *3$, .*3$
40526              - fix vectorisation of a zero-length string
40527              - factor out the code choosing the argument to format
40528              
40529              Possibly unwanted side-effects:
40530              - the special format specifiers ' +-0' must now precede any
40531              vectorisation specifier. Tests in op/sprintf and op/ver
40532              have been changed to reflect this.
40533              - sprintf.t test #214 changed its expectations because in many
40534              cases, the next parameter has already been consumed when an
40535              invalid type letter is detected.
40536              
40537              Probably wanted side-effects:
40538              - attempts to format a non-existent parameter will warn as if C<undef>
40539              - attempt to write to non-existent parameter with '%n' will complain
40540              of "attempt to modify read-only value" instead of being silent
40541      Branch: perl
40542            ! sv.c t/op/sprintf.t t/op/ver.t
40543 ____________________________________________________________________________
40544 [  8480] By: jhi                                   on 2001/01/19  14:08:37
40545         Log: Subject: PATCH pragma/locale.t
40546              From: andreas.koenig@anima.de (Andreas J. Koenig)
40547              Date: 18 Jan 2001 09:45:37 +0100
40548              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
40549      Branch: perl
40550            ! t/pragma/locale.t
40551 ____________________________________________________________________________
40552 [  8479] By: jhi                                   on 2001/01/19  13:19:58
40553         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
40554      Branch: perl
40555            ! configure.com
40556 ____________________________________________________________________________
40557 [  8478] By: jhi                                   on 2001/01/19  02:12:35
40558         Log: Automate 1_compile.t.
40559      Branch: perl
40560            ! t/lib/1_compile.t
40561 ____________________________________________________________________________
40562 [  8477] By: jhi                                   on 2001/01/19  01:49:56
40563         Log: Integrate perlio.
40564      Branch: perl
40565           !> sv.c win32/config.bc win32/config.gc win32/config.vc
40566           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
40567 ____________________________________________________________________________
40568 [  8476] By: nick                                  on 2001/01/18  21:51:52
40569         Log: Integrate mainline
40570      Branch: perlio
40571           +> t/lib/1_compile.t t/lib/compmod.pl
40572           !> MANIFEST configure.com lib/unicode/distinct.pm
40573 ____________________________________________________________________________
40574 [  8475] By: nick                                  on 2001/01/18  21:48:02
40575         Log: Win32 "safe signals" co-existance fix.
40576              Fix SIG_SIZE value.
40577              Clear PL_sig_pending when cloning (fork).
40578      Branch: perlio
40579            ! sv.c win32/config.bc win32/config.gc win32/config.vc
40580            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
40581 ____________________________________________________________________________
40582 [  8474] By: jhi                                   on 2001/01/18  14:40:57
40583         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
40584      Branch: perl
40585            ! t/lib/1_compile.t
40586 ____________________________________________________________________________
40587 [  8473] By: gsar                                  on 2001/01/18  11:42:31
40588         Log: unsubmitted trial1 change
40589      Branch: maint-5.6/perl
40590            ! Changes
40591 ____________________________________________________________________________
40592 [  8472] By: jhi                                   on 2001/01/18  04:30:24
40593         Log: The first bug found by 1_compile.t.
40594      Branch: perl
40595            ! lib/unicode/distinct.pm
40596 ____________________________________________________________________________
40597 [  8471] By: jhi                                   on 2001/01/18  04:29:42
40598         Log: Add Schwern's 1_compile test.  The compile_module script renamed
40599              to be a bit shorter for the 8.3 people.
40600      Branch: perl
40601            + t/lib/1_compile.t t/lib/compmod.pl
40602            ! MANIFEST
40603 ____________________________________________________________________________
40604 [  8470] By: jhi                                   on 2001/01/18  04:16:00
40605         Log: Subject: [PATCH: perl@8453] Re: subversion undef on VMS (was Re: [ID 20001218.033] Not OK: perl v5.6.1 +v5.6.1-TRIAL1 on   VMS_AXP V7.2-1)
40606              From: Peter Prymmer <pvhp@forte.com>
40607              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
40608              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
40609              Replace #8463.
40610      Branch: maint-5.6/perl
40611            ! configure.com
40612 ____________________________________________________________________________
40613 [  8469] By: jhi                                   on 2001/01/18  04:13:02
40614         Log: Subject: [PATCH: perl@8453] Re: subversion undef on VMS (was Re: [ID 20001218.033] Not OK: perl v5.6.1 +v5.6.1-TRIAL1 on   VMS_AXP V7.2-1)
40615              From: Peter Prymmer <pvhp@forte.com>
40616              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
40617              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
40618              Replace #8462.
40619      Branch: perl
40620            ! configure.com
40621 ____________________________________________________________________________
40622 [  8468] By: jhi                                   on 2001/01/18  03:42:08
40623         Log: Integrate perlio.
40624      Branch: perl
40625           !> gv.c mg.c perlio.c util.c
40626 ____________________________________________________________________________
40627 [  8467] By: nick                                  on 2001/01/17  22:41:10
40628         Log: "Safe" signals - trial implementation.
40629              gv.c tweaked to zero PL_sig_pend array
40630              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
40631              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
40632              Odd thing is that it "works" with PERLIO=stdio as well (linux).
40633      Branch: perlio
40634            ! gv.c mg.c perlio.c util.c
40635 ____________________________________________________________________________
40636 [  8466] By: nick                                  on 2001/01/17  20:40:20
40637         Log: Integrate mainline.
40638      Branch: perlio
40639           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
40640           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
40641           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
40642           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
40643           !> vos/config.ga.h win32/config.bc win32/config.gc
40644           !> win32/config.vc
40645 ____________________________________________________________________________
40646 [  8465] By: jhi                                   on 2001/01/17  18:37:13
40647         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
40648              From: Nicholas Clark <nick@ccl4.org>
40649              Date: Wed, 17 Jan 2001 17:31:33 +0000
40650              Message-ID: <20010117173133.I2633@plum.flirble.org>
40651      Branch: perl
40652            ! t/op/int.t
40653 ____________________________________________________________________________
40654 [  8464] By: jhi                                   on 2001/01/17  14:43:17
40655         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
40656              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
40657              Date: Wed, 17 Jan 2001 15:16:43 +0100
40658              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
40659              
40660              pp_int() was dropping an NV to the floor,
40661              int(279964589018079/59) either returned not an integer
40662              4745162525730.15, or one got "Attempt to free unreferenced scalar."
40663      Branch: perl
40664            ! pp.c
40665 ____________________________________________________________________________
40666 [  8463] By: jhi                                   on 2001/01/17  06:12:42
40667         Log: (Replaced by #8470)
40668              
40669              Subject: subversion undef on VMS (was Re: [ID 20001218.033] Not OK: perl v5.6.1 +v5.6.1-TRIAL1 on   VMS_AXP V7.2-1)
40670              From: "Craig A. Berry" <craigberry@mac.com>
40671              Date: Tue, 16 Jan 2001 23:38:46 -0600
40672              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
40673      Branch: maint-5.6/perl
40674            ! configure.com
40675 ____________________________________________________________________________
40676 [  8462] By: jhi                                   on 2001/01/17  06:11:31
40677         Log: (Replaced by #8469)
40678              
40679              Subject: subversion undef on VMS (was Re: [ID 20001218.033] Not OK: perl v5.6.1 +v5.6.1-TRIAL1 on   VMS_AXP V7.2-1)
40680              From: "Craig A. Berry" <craigberry@mac.com>
40681              Date: Tue, 16 Jan 2001 23:38:46 -0600
40682              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
40683      Branch: perl
40684            ! configure.com
40685 ____________________________________________________________________________
40686 [  8461] By: jhi                                   on 2001/01/17  05:56:12
40687         Log: Allow for one trailing slash in the directory of mkdir().
40688      Branch: perl
40689            ! pp_sys.c
40690 ____________________________________________________________________________
40691 [  8460] By: jhi                                   on 2001/01/17  03:26:01
40692         Log: Metaconfig unit changes for #8459.
40693      Branch: metaconfig
40694            ! U/modified/Loc.U U/modified/sig_name.U
40695 ____________________________________________________________________________
40696 [  8459] By: jhi                                   on 2001/01/17  03:24:48
40697         Log: Define SIG_SIZE, the number of elements in the sig_name and
40698              sig_num arrays, including the final NULL entry.
40699      Branch: perl
40700            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
40701            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
40702            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
40703            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
40704            ! win32/config.bc win32/config.gc win32/config.vc
40705 ____________________________________________________________________________
40706 [  8458] By: jhi                                   on 2001/01/17  01:41:33
40707         Log: Integrate perlio.
40708      Branch: perl
40709           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
40710           !> perlapi.h proto.h sv.c
40711 ____________________________________________________________________________
40712 [  8457] By: nick                                  on 2001/01/16  22:07:26
40713         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
40714              Provides all the "cost" but no benefit yet - it is to allow cost
40715              to be measured, and implementation experiments (just in mg.c?).
40716      Branch: perlio
40717            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
40718            ! perlapi.h proto.h sv.c
40719 ____________________________________________________________________________
40720 [  8456] By: nick                                  on 2001/01/16  21:07:07
40721         Log: Integrate mainline.
40722      Branch: perlio
40723           !> (integrate 51 files)
40724 ____________________________________________________________________________
40725 [  8455] By: jhi                                   on 2001/01/16  18:13:43
40726         Log: Subject: [PATCH] regcomp.c old feature removal
40727              From: mjd@plover.com
40728              Date: 16 Jan 2001 14:43:18 -0000 
40729              Message-ID: <20010116144318.7140.qmail@plover.com> 
40730      Branch: perl
40731            ! regcomp.c
40732 ____________________________________________________________________________
40733 [  8454] By: jhi                                   on 2001/01/16  16:12:39
40734         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
40735              From: "Indy Singh" <indy@nusphere.com>
40736              Date: Wed, 10 Jan 2001 20:17:49 -0500
40737              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
40738      Branch: maint-5.6/perl
40739            ! win32/Makefile
40740 ____________________________________________________________________________
40741 [  8453] By: jhi                                   on 2001/01/16  16:09:33
40742         Log: Update Changes.
40743      Branch: perl
40744            ! Changes patchlevel.h
40745 ____________________________________________________________________________
40746 [  8452] By: jhi                                   on 2001/01/16  15:42:04
40747         Log: Subject: Re: API Cleanup
40748              To: perl5-porters@perl.org
40749              Date: Tue, 16 Jan 2001 13:42:30 +0000
40750              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
40751              
40752              Subject: [PATCH] utf8.c documentation
40753              From: Simon Cozens <simon@cozens.net>
40754              Date: Tue, 16 Jan 2001 13:52:48 +0000
40755              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
40756              
40757              Subject: Re: API Cleanup
40758              From: Simon Cozens <simon@cozens.net>
40759              Date: Tue, 16 Jan 2001 14:58:55 +0000
40760              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
40761              
40762              UTF-8 doc patches.
40763      Branch: perl
40764            ! embed.pl pod/perlapi.pod utf8.c
40765 ____________________________________________________________________________
40766 [  8451] By: jhi                                   on 2001/01/16  14:41:39
40767         Log: podlators 1.07, from Russ Allbery.
40768      Branch: perl
40769            ! lib/Pod/Man.pm
40770 ____________________________________________________________________________
40771 [  8450] By: jhi                                   on 2001/01/16  14:24:19
40772         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
40773              From: "Indy Singh" <indy@nusphere.com>
40774              Date: Mon, 15 Jan 2001 20:59:40 -0500
40775              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
40776      Branch: perl
40777            ! win32/Makefile
40778 ____________________________________________________________________________
40779 [  8449] By: jhi                                   on 2001/01/16  03:42:55
40780         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
40781              at the setting of the ofs_sv in new_struct_thread() as the
40782              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
40783              uninitialized fields are, uh, initialized with),
40784              SvREFCNT_inc()ing that invited a core dump.
40785      Branch: perl
40786            ! util.c
40787 ____________________________________________________________________________
40788 [  8448] By: jhi                                   on 2001/01/16  01:49:07
40789         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
40790              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
40791              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
40792              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
40793              
40794              Replace #8444 and #8445.
40795      Branch: perl
40796            ! ext/B/B.xs ext/B/B/Debug.pm
40797 ____________________________________________________________________________
40798 [  8447] By: jhi                                   on 2001/01/15  21:05:35
40799         Log: Subject: [PATCH] API Variable documentation   
40800              From: Simon Cozens <simon@cozens.net>
40801              Date: Mon, 15 Jan 2001 19:35:54 +0000
40802              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
40803      Branch: perl
40804            ! pod/perlapi.pod thrdvar.h
40805 ____________________________________________________________________________
40806 [  8446] By: jhi                                   on 2001/01/15  20:49:20
40807         Log: Signedness nit.
40808      Branch: perl
40809            ! pp_ctl.c
40810 ____________________________________________________________________________
40811 [  8445] By: jhi                                   on 2001/01/15  20:28:48
40812         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
40813      Branch: perl
40814            ! ext/B/B/Debug.pm
40815 ____________________________________________________________________________
40816 [  8444] By: jhi                                   on 2001/01/15  13:09:10
40817         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
40818      Branch: perl
40819            ! ext/B/B.xs
40820 ____________________________________________________________________________
40821 [  8443] By: jhi                                   on 2001/01/15  13:06:26
40822         Log: Missing from #8439.
40823      Branch: perl
40824            ! keywords.h mg.c
40825 ____________________________________________________________________________
40826 [  8442] By: jhi                                   on 2001/01/15  13:02:38
40827         Log: Subject: [PATCH @8436] Eliminate op_children
40828              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
40829              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
40830              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
40831              
40832              Subject: [PATCH @8436] Re: Eliminate op_children
40833              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
40834              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
40835              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
40836      Branch: perl
40837            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
40838            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
40839            ! op.c op.h
40840 ____________________________________________________________________________
40841 [  8441] By: jhi                                   on 2001/01/15  12:57:08
40842         Log: Use the /^Perl_/-less form of is_lvalue_sub().
40843      Branch: perl
40844            ! pp.h
40845 ____________________________________________________________________________
40846 [  8440] By: jhi                                   on 2001/01/15  05:13:09
40847         Log: Revert #8437 and #8438, the Linux large files story is more complex.
40848      Branch: metaconfig/U/perl
40849            ! d_fpos64_t.U d_off64_t.U
40850      Branch: perl
40851            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
40852            ! config_h.SH configure.com epoc/config.sh perl.h
40853            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
40854            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
40855            ! win32/config.bc win32/config.gc win32/config.vc
40856 ____________________________________________________________________________
40857 [  8439] By: jhi                                   on 2001/01/15  05:02:24
40858         Log: More UTF-8 patches from Inaba Hiroto.
40859              - The substr lval was still not okay.
40860              - Now pp_stringify and sv_setsv copies source's UTF8 flag
40861              even if IN_BYTE.  pp_stringify is called from fold_constants
40862              at optimization phase and "\x{100}" was made SvUTF8_off under
40863              use bytes (the bytes pragma is for "byte semantics" and not
40864              for "do not produce UTF8 data")
40865              - New `qu' operator to generate UTF8 string explicitly.
40866              Though I agree with the policy "0x00-0xff always produce bytes",
40867              sometimes want to such a string to be coded in UTF8.
40868              I can use pack"U0a*" but it requires more typing and has
40869              runtime overhead.
40870              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
40871              change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
40872              string is not UTF8_on and has char 0x80-0xff.
40873              
40874              TODO: document and test qu.
40875      Branch: perl
40876            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
40877            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
40878            ! toke.c
40879 ____________________________________________________________________________
40880 [  8438] By: jhi                                   on 2001/01/14  05:10:23
40881         Log: (Reverted by #8440)
40882              
40883              Metaconfig unit changes for #8437.
40884      Branch: metaconfig/U/perl
40885            ! d_fpos64_t.U d_off64_t.U
40886 ____________________________________________________________________________
40887 [  8437] By: jhi                                   on 2001/01/14  04:55:34
40888         Log: (Reverted by #8440)
40889              
40890              Add <features.h> probing, seems to be needed for (some?)
40891              Linux largefileness.
40892      Branch: perl
40893            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
40894            ! config_h.SH configure.com epoc/config.sh perl.h
40895            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
40896            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
40897            ! win32/config.bc win32/config.gc win32/config.vc
40898 ____________________________________________________________________________
40899 [  8436] By: jhi                                   on 2001/01/13  17:47:21
40900         Log: Tighten some of the tests a bit.
40901      Branch: perl
40902            ! t/pragma/utf8.t
40903 ____________________________________________________________________________
40904 [  8435] By: jhi                                   on 2001/01/13  17:31:54
40905         Log: Integrate perlio.
40906      Branch: perl
40907           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
40908           !> win32/config_H.gc win32/config_H.vc
40909 ____________________________________________________________________________
40910 [  8434] By: nick                                  on 2001/01/13  11:36:53
40911         Log: Run dmake regen_config_h for Win32
40912      Branch: perlio
40913            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
40914 ____________________________________________________________________________
40915 [  8433] By: nick                                  on 2001/01/13  11:31:55
40916         Log: VMS friendly patch to Encode compile process
40917      Branch: perlio
40918            ! ext/Encode/Makefile.PL ext/Encode/compile
40919 ____________________________________________________________________________
40920 [  8432] By: nick                                  on 2001/01/13  11:06:44
40921         Log: Integrate mainline
40922      Branch: perlio
40923           +> ext/B/B/Concise.pm
40924           !> (integrate 52 files)
40925 ____________________________________________________________________________
40926 [  8431] By: jhi                                   on 2001/01/13  05:55:55
40927         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
40928              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
40929              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
40930              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
40931      Branch: perl
40932            ! ext/B/B/Concise.pm
40933 ____________________________________________________________________________
40934 [  8430] By: jhi                                   on 2001/01/13  04:24:18
40935         Log: The LVRET macro needed an aTHX.
40936      Branch: perl
40937            ! pp.h
40938 ____________________________________________________________________________
40939 [  8429] By: jhi                                   on 2001/01/13  02:12:42
40940         Log: Update Changes.
40941      Branch: perl
40942            ! Changes patchlevel.h
40943 ____________________________________________________________________________
40944 [  8428] By: jhi                                   on 2001/01/13  02:08:50
40945         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
40946              From: Peter Prymmer <pvhp@forte.com>
40947              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
40948              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
40949              
40950              Add a BEGIN guard for sloppy floating point division.
40951      Branch: perl
40952            ! lib/Math/BigInt.pm lib/bigint.pl
40953 ____________________________________________________________________________
40954 [  8427] By: jhi                                   on 2001/01/13  01:47:16
40955         Log: The B::Terse drop-in replacement wasn't quite drop-in.
40956      Branch: perl
40957            ! ext/B/B/Terse.pm
40958 ____________________________________________________________________________
40959 [  8426] By: jhi                                   on 2001/01/12  21:20:43
40960         Log: Use UVXf.
40961      Branch: perl
40962            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
40963            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
40964            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
40965            ! vos/config.ga.def vos/config.ga.h win32/config.bc
40966            ! win32/config.gc win32/config.vc
40967 ____________________________________________________________________________
40968 [  8425] By: jhi                                   on 2001/01/12  20:20:14
40969         Log: Subject: [PATCH perl@8342] -Wformat
40970              From: Robin Barker <rmb1@cise.npl.co.uk>
40971              Date: Fri, 12 Jan 2001 20:03:14 GMT
40972              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
40973      Branch: perl
40974            ! ext/Encode/Encode.xs mg.c sv.c toke.c
40975 ____________________________________________________________________________
40976 [  8424] By: jhi                                   on 2001/01/12  20:01:48
40977         Log: Subject: B::Concise -- an improved replacement for B::Terse 
40978              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
40979              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
40980              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
40981      Branch: perl
40982            + ext/B/B/Concise.pm
40983            ! MANIFEST ext/B/B/Terse.pm
40984 ____________________________________________________________________________
40985 [  8423] By: jhi                                   on 2001/01/12  19:24:02
40986         Log: The new metaconfig unit from the #8421.
40987      Branch: metaconfig/U/perl
40988            + d_sigprocmask.U
40989 ____________________________________________________________________________
40990 [  8422] By: jhi                                   on 2001/01/12  19:23:43
40991         Log: Forgot the microperl config from the #8421.
40992      Branch: perl
40993            ! uconfig.h uconfig.sh
40994 ____________________________________________________________________________
40995 [  8421] By: jhi                                   on 2001/01/12  19:05:27
40996         Log: Add sigprocmask() probe, regen Configure, regen toc.
40997      Branch: perl
40998            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
40999            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
41000            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
41001            ! vos/config.ga.h win32/config.bc win32/config.gc
41002            ! win32/config.vc
41003 ____________________________________________________________________________
41004 [  8420] By: jhi                                   on 2001/01/12  18:34:31
41005         Log: Add sockatmark() to the todo list.
41006      Branch: perl
41007            ! Todo-5.6
41008 ____________________________________________________________________________
41009 [  8419] By: jhi                                   on 2001/01/12  18:09:46
41010         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
41011      Branch: perl
41012            ! op.c
41013 ____________________________________________________________________________
41014 [  8418] By: jhi                                   on 2001/01/12  18:05:30
41015         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
41016              From: Radu Greab <radu@netsoft.ro>
41017              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
41018              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
41019      Branch: perl
41020            ! op.c t/pragma/sub_lval.t
41021 ____________________________________________________________________________
41022 [  8417] By: jhi                                   on 2001/01/12  16:09:09
41023         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
41024              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
41025              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
41026              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
41027      Branch: perl
41028            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
41029            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
41030            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
41031            ! t/pragma/sub_lval.t toke.c
41032 ____________________________________________________________________________
41033 [  8416] By: jhi                                   on 2001/01/12  15:42:06
41034         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
41035              From: "Richard Soderberg" <rs@crystalflame.net>
41036              Date: Fri, 12 Jan 2001 04:49:35 -0800
41037              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
41038              
41039              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
41040              according to the platform.
41041      Branch: perl
41042            ! op.c
41043 ____________________________________________________________________________
41044 [  8415] By: jhi                                   on 2001/01/12  15:33:41
41045         Log: One more UTF-8 fix from Inaba Hiroto.
41046      Branch: perl
41047            ! pp.c regexec.c t/pragma/utf8.t
41048 ____________________________________________________________________________
41049 [  8414] By: jhi                                   on 2001/01/12  15:30:18
41050         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
41051      Branch: perl
41052            ! regexec.c
41053 ____________________________________________________________________________
41054 [  8413] By: jhi                                   on 2001/01/12  15:22:10
41055         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
41056              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
41057              Date: Thu, 11 Jan 2001 12:53:36 +0100
41058              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
41059      Branch: perl
41060            ! toke.c
41061 ____________________________________________________________________________
41062 [  8412] By: jhi                                   on 2001/01/12  15:20:25
41063         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
41064              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
41065              Date: Fri, 12 Jan 2001 14:37:55 +0100
41066              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
41067      Branch: perl
41068            ! hints/posix-bc.sh
41069 ____________________________________________________________________________
41070 [  8411] By: jhi                                   on 2001/01/12  15:14:14
41071         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
41072              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
41073              Date: Fri, 12 Jan 2001 10:42:21 +0100
41074              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
41075      Branch: perl
41076            ! t/op/regmesg.t
41077 ____________________________________________________________________________
41078 [  8410] By: jhi                                   on 2001/01/12  05:48:55
41079         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
41080              From: Nicholas Clark <nick@ccl4.org> 
41081              Date: Sun, 7 Jan 2001 19:47:14 +0000
41082              Message-ID: <20010107194714.B1048@plum.flirble.org>
41083      Branch: perl
41084            ! t/op/numconvert.t
41085 ____________________________________________________________________________
41086 [  8409] By: jhi                                   on 2001/01/12  05:41:28
41087         Log: Integrate perlio.
41088      Branch: perl
41089           !> mg.c scope.h
41090 ____________________________________________________________________________
41091 [  8408] By: nick                                  on 2001/01/11  22:43:28
41092         Log: Remove variables that were used in experiments.
41093      Branch: perlio
41094            ! mg.c
41095 ____________________________________________________________________________
41096 [  8407] By: nick                                  on 2001/01/11  20:57:44
41097         Log: Catch die in %SIG handler and unblock the signal before re-dying.
41098              This make Linux work _without_ sigsetjmp().
41099              Turn off sigsetjmp() to see what else it does.
41100              May need Configure probe for sigprocmask() if anything has sigaction()
41101              but not sigprocmask().
41102      Branch: perlio
41103            ! mg.c scope.h
41104 ____________________________________________________________________________
41105 [  8406] By: nick                                  on 2001/01/11  19:32:07
41106         Log: Integrate mainline
41107      Branch: perlio
41108           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
41109           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
41110           !> t/op/substr.t
41111 ____________________________________________________________________________
41112 [  8405] By: jhi                                   on 2001/01/11  17:11:01
41113         Log: Fix UTF-8 lval substr().
41114      Branch: perl
41115            ! mg.c t/op/substr.t
41116 ____________________________________________________________________________
41117 [  8404] By: jhi                                   on 2001/01/11  05:13:58
41118         Log: Update Changes.
41119      Branch: perl
41120            ! Changes patchlevel.h
41121 ____________________________________________________________________________
41122 [  8403] By: jhi                                   on 2001/01/11  04:38:24
41123         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
41124              From: Hugo <hv@crypt.compulink.co.uk>
41125              Date: Mon, 30 Oct 2000 01:33:26 +0000
41126              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
41127      Branch: perl
41128            ! regexec.c t/op/re_tests
41129 ____________________________________________________________________________
41130 [  8402] By: jhi                                   on 2001/01/11  04:26:12
41131         Log: Integrate perlio.
41132      Branch: perl
41133           !> scope.h util.c
41134 ____________________________________________________________________________
41135 [  8401] By: nick                                  on 2001/01/10  22:52:55
41136         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
41137              (So Alan and Ilya can try setting via hints.)
41138              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
41139              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
41140              doing the save everywhere seems to restart read() correctly, but just
41141              doing it once "round" the handler does not.
41142      Branch: perlio
41143            ! scope.h
41144 ____________________________________________________________________________
41145 [  8400] By: jhi                                   on 2001/01/10  21:57:54
41146         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
41147              of IRIX, HP-UX is unaffected.
41148      Branch: perl
41149            ! perl.h
41150 ____________________________________________________________________________
41151 [  8399] By: nick                                  on 2001/01/10  21:29:19
41152         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
41153      Branch: perlio
41154            ! util.c
41155 ____________________________________________________________________________
41156 [  8398] By: jhi                                   on 2001/01/10  20:55:31
41157         Log: Add ReuseAddr as a (preferred) alias for Reuse as we know
41158              also have ReusePort.
41159      Branch: perl
41160            ! ext/IO/lib/IO/Socket/INET.pm
41161 ____________________________________________________________________________
41162 [  8397] By: jhi                                   on 2001/01/10  20:50:57
41163         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
41164              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
41165              Date: Wed, 10 Jan 2001 01:38:13 -0800
41166              Message-ID: <20010110013813.B41744@yahoo-inc.com>
41167      Branch: perl
41168            ! ext/IO/lib/IO/Socket/INET.pm
41169 ____________________________________________________________________________
41170 [  8396] By: jhi                                   on 2001/01/10  20:49:30
41171         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
41172              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
41173              Date: Wed, 10 Jan 2001 01:37:32 -0800
41174              Message-ID: <20010110013732.A41744@yahoo-inc.com>
41175      Branch: perl
41176            ! ext/Socket/Socket.pm
41177 ____________________________________________________________________________
41178 [  8395] By: jhi                                   on 2001/01/10  20:41:37
41179         Log: Test for bug id 20010105.016 (fixed by #8378).
41180      Branch: perl
41181            ! t/op/split.t
41182 ____________________________________________________________________________
41183 [  8394] By: jhi                                   on 2001/01/10  20:26:32
41184         Log: Integrate perlio.
41185      Branch: perl
41186            ! util.c
41187 ____________________________________________________________________________
41188 [  8393] By: nick                                  on 2001/01/10  19:34:30
41189         Log: Back out Simon's pid hackery for now.
41190      Branch: perlio
41191            ! util.c
41192 ____________________________________________________________________________
41193 [  8392] By: nick                                  on 2001/01/10  19:23:13
41194         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
41195      Branch: perlio
41196           !> (integrate 29 files)
41197 ____________________________________________________________________________
41198 [  8391] By: jhi                                   on 2001/01/10  18:43:15
41199         Log: Subject: [PATCH] Fix my_pclose segfault
41200              From: Simon Cozens <simon@cozens.net>
41201              Date: Wed, 10 Jan 2001 18:39:35 +0000
41202              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
41203      Branch: perl
41204            ! util.c
41205 ____________________________________________________________________________
41206 [  8390] By: jhi                                   on 2001/01/10  18:42:08
41207         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
41208              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
41209              Date:     Wed, 10 Jan 2001 13:23:02 EST
41210              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
41211      Branch: perl
41212            ! ext/Opcode/Opcode.xs
41213 ____________________________________________________________________________
41214 [  8389] By: jhi                                   on 2001/01/10  15:16:07
41215         Log: Turn off the integer preservation for now.
41216      Branch: perl
41217            ! perl.h
41218 ____________________________________________________________________________
41219 [  8388] By: jhi                                   on 2001/01/10  15:01:25
41220         Log: Few more IDE/editor nits from p5p.
41221      Branch: perl
41222            ! pod/perlfaq3.pod
41223 ____________________________________________________________________________
41224 [  8387] By: jhi                                   on 2001/01/10  06:53:16
41225         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
41226              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
41227              Date: Tue, 9 Jan 2001 23:16:02 +0000
41228              Message-ID: <20010109231602.A81101@plum.flirble.org>
41229      Branch: perl
41230            ! sv.c
41231 ____________________________________________________________________________
41232 [  8386] By: jhi                                   on 2001/01/10  03:17:54
41233         Log: Test cases for #8385 (from Simon's "torture.pl")
41234      Branch: perl
41235            ! t/op/tr.t
41236 ____________________________________________________________________________
41237 [  8385] By: jhi                                   on 2001/01/10  03:17:11
41238         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
41239              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
41240              Date: Wed, 10 Jan 2001 11:39:39 +0900
41241              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
41242              
41243              Some more UTF-8 tr cases fixed.
41244      Branch: perl
41245            ! doop.c
41246 ____________________________________________________________________________
41247 [  8384] By: jhi                                   on 2001/01/09  22:45:40
41248         Log: Allow the locale test needing POSIX and the taint test
41249              needing IPC::SysV to run under 'minitest' (basically,
41250              bail out if loading the extension fails)
41251      Branch: perl
41252            ! t/op/misc.t t/op/taint.t
41253 ____________________________________________________________________________
41254 [  8383] By: jhi                                   on 2001/01/09  21:36:04
41255         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
41256              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
41257              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
41258              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
41259      Branch: perl
41260            ! t/io/openpid.t
41261 ____________________________________________________________________________
41262 [  8382] By: jhi                                   on 2001/01/09  21:06:08
41263         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
41264              Should finish up the bug id 20001205.022.
41265      Branch: perl
41266            ! pp.c pp_hot.c scope.c
41267 ____________________________________________________________________________
41268 [  8381] By: jhi                                   on 2001/01/09  18:27:43
41269         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
41270              From: Andy Dougherty <doughera@lafayette.edu>
41271              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
41272              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
41273              
41274              More robust yacc/bison error detection.
41275      Branch: perl
41276            ! t/comp/proto.t
41277 ____________________________________________________________________________
41278 [  8380] By: jhi                                   on 2001/01/09  15:21:38
41279         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
41280              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
41281              Date:     Tue, 9 Jan 2001 07:53:55 EST
41282              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
41283      Branch: perl
41284            ! t/op/misc.t vms/test.com
41285 ____________________________________________________________________________
41286 [  8379] By: jhi                                   on 2001/01/09  15:20:38
41287         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
41288              From: jhi@cc.hut.fi
41289              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
41290              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
41291              
41292              The #8378 fixed this.
41293      Branch: perl
41294            ! t/op/tr.t
41295 ____________________________________________________________________________
41296 [  8378] By: jhi                                   on 2001/01/09  15:05:32
41297         Log: Subject: One more patch for UTF8 
41298              From: Inaba Hiroto <inaba@st.rim.or.jp>
41299              Date: Tue, 09 Jan 2001 01:04:32 +0900
41300              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
41301              
41302              UTF-8 fixes for 'x' and tr///.
41303      Branch: perl
41304            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
41305            ! regcomp.c regexec.c toke.c utf8.c
41306 ____________________________________________________________________________
41307 [  8377] By: jhi                                   on 2001/01/09  14:32:17
41308         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
41309      Branch: perl
41310            ! t/op/length.t
41311 ____________________________________________________________________________
41312 [  8376] By: jhi                                   on 2001/01/09  04:32:32
41313         Log: integrate changes #7775, #8316, #8316 from mainline
41314      Branch: maint-5.6/perl
41315            ! hints/solaris_2.sh
41316 ____________________________________________________________________________
41317 [  8375] By: jhi                                   on 2001/01/09  04:26:43
41318         Log: Update Changes.
41319      Branch: perl
41320            ! Changes patchlevel.h
41321 ____________________________________________________________________________
41322 [  8374] By: jhi                                   on 2001/01/09  04:14:32
41323         Log: IDE/editor section tweaking.
41324      Branch: perl
41325            ! pod/perlfaq3.pod
41326 ____________________________________________________________________________
41327 [  8373] By: jhi                                   on 2001/01/09  02:38:26
41328         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
41329              From: Peter Prymmer <pvhp@forte.com>
41330              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
41331              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
41332              
41333              In preparation os OS/390 dynamic loading.
41334      Branch: perl
41335            ! README.os390 hints/os390.sh
41336 ____________________________________________________________________________
41337 [  8372] By: jhi                                   on 2001/01/09  00:24:30
41338         Log: Integrate with perlio.
41339      Branch: perl
41340           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
41341 ____________________________________________________________________________
41342 [  8371] By: nick                                  on 2001/01/08  23:54:33
41343         Log: Fix "scalars leaked" bugs caused by overload magic
41344              (Highlighted by Ilya's DESTROY optimization.)
41345      Branch: perlio
41346            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
41347 ____________________________________________________________________________
41348 [  8370] By: nick                                  on 2001/01/08  20:19:41
41349         Log: Integrate mainline
41350      Branch: perlio
41351           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
41352           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
41353           !> t/op/64bitint.t
41354 ____________________________________________________________________________
41355 [  8369] By: jhi                                   on 2001/01/08  17:30:52
41356         Log: save_delete() Safefree() doesn't (anymore?) work with shared
41357              strings, one test failure in op/misc and almost all of lib/b.
41358              (Outcomments #8369.)
41359      Branch: perl
41360            ! scope.c
41361 ____________________________________________________________________________
41362 [  8368] By: jhi                                   on 2001/01/08  14:47:10
41363         Log: (Outcommented by #8369.)
41364              
41365              Subject: Re: Perl BugID 20001205.022 ---- save_delete
41366              From: Simon Cozens <simon@cozens.net>
41367              Date: Sat, 6 Jan 2001 11:48:40 +0000
41368              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
41369              
41370              The save_delete() does need the Safefree.
41371      Branch: perl
41372            ! scope.c
41373 ____________________________________________________________________________
41374 [  8367] By: bailey                                on 2001/01/08  08:53:52
41375         Log: Once again syncing after too long an absence
41376      Branch: vmsperl
41377           +> (branch 55 files)
41378            - MAINTAIN fix_pl vos/config.def vos/config.h
41379            - vos/config_h.SH_orig
41380           !> (integrate 498 files)
41381 ____________________________________________________________________________
41382 [  8366] By: jhi                                   on 2001/01/08  02:42:59
41383         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
41384              From: nick@ccl4.org
41385              Date: Sun, 7 Jan 2001 21:07:18 +0000
41386              Message-Id: <20010107210717.D1048@plum.flirble.org>
41387      Branch: perl
41388            ! sv.c t/op/64bitint.t
41389 ____________________________________________________________________________
41390 [  8365] By: jhi                                   on 2001/01/08  02:35:16
41391         Log: Subject: [PATCH] environ nit
41392              From: Simon Cozens <simon@cozens.net>
41393              Date: Sun, 7 Jan 2001 17:57:07 +0000
41394              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
41395              
41396              Use environ only if we have it.
41397      Branch: perl
41398            ! mg.c
41399 ____________________________________________________________________________
41400 [  8364] By: jhi                                   on 2001/01/08  02:24:51
41401         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
41402      Branch: perl
41403            ! ext/GDBM_File/GDBM_File.xs
41404 ____________________________________________________________________________
41405 [  8363] By: jhi                                   on 2001/01/08  02:19:24
41406         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
41407              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
41408              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
41409              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
41410      Branch: perl
41411            ! dump.c op.c
41412 ____________________________________________________________________________
41413 [  8362] By: jhi                                   on 2001/01/08  02:17:43
41414         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
41415              From: Doug MacEachern <dougm@covalent.net>
41416              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
41417              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
41418              
41419              Allow AUTOLOAD to be an xsub and allow such xsubs
41420              to avoid use of $AUTOLOAD.
41421      Branch: perl
41422            ! gv.c
41423 ____________________________________________________________________________
41424 [  8361] By: jhi                                   on 2001/01/08  02:16:07
41425         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
41426              From: Radu Greab <radu@netsoft.ro>
41427              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
41428              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
41429              
41430              No need for the potentially unportable $SIG{CHLD}.
41431      Branch: perl
41432            ! t/io/pipe.t
41433 ____________________________________________________________________________
41434 [  8360] By: jhi                                   on 2001/01/08  01:58:23
41435         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
41436      Branch: perl
41437            ! lib/Getopt/Long.pm
41438 ____________________________________________________________________________
41439 [  8359] By: jhi                                   on 2001/01/08  01:55:44
41440         Log: Integrate perlio.
41441      Branch: perl
41442           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
41443           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
41444           !> utf8.c win32/Makefile
41445 ____________________________________________________________________________
41446 [  8358] By: jhi                                   on 2001/01/07  21:16:50
41447         Log: Update the EPOC cross SDK URL.
41448      Branch: perl
41449            ! README.epoc
41450 ____________________________________________________________________________
41451 [  8357] By: jhi                                   on 2001/01/07  21:16:09
41452         Log: Update the EPOC cross SDK URL.
41453      Branch: maint-5.6/perl
41454            ! README.epoc
41455 ____________________________________________________________________________
41456 [  8356] By: nick                                  on 2001/01/06  21:47:52
41457         Log: FILE * in XS code for PerlIO world:
41458              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
41459              - Add FILE * T_STDIO typemap.
41460              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
41461      Branch: perlio
41462            ! lib/ExtUtils/typemap perlio.c perlio.h
41463 ____________________________________________________________________________
41464 [  8355] By: jhi                                   on 2001/01/06  20:27:15
41465         Log: integrate change #8336 from mainline
41466              
41467              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
41468      Branch: maint-5.6/perl
41469            ! hv.c
41470 ____________________________________________________________________________
41471 [  8354] By: jhi                                   on 2001/01/06  20:24:29
41472         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
41473              From: Robin Barker <rmb1@cise.npl.co.uk>
41474              Date: Fri, 22 Dec 2000 12:17:38 GMT
41475              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
41476              
41477              The patch reformats some long =item lines so they give
41478              correct output via pod2man | nroff -man
41479              
41480              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
41481              From: Robin Barker <rmb1@cise.npl.co.uk>
41482              Date: Tue, 2 Jan 2001 15:35:03 GMT
41483              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
41484              
41485              Here is a _further_ patch which corrects a few more errors:
41486              * an empty C<=item> in CPAN.pm
41487              * patching the wrong file (pod/perlamiga.pod not README.amiga)
41488              * leaving empty C<=item>s which formatted incorrectly
41489              * over long C<=item>s revealed by latest patch to Pod::Man
41490      Branch: maint-5.6/perl
41491            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
41492            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
41493            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
41494            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
41495            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
41496            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
41497 ____________________________________________________________________________
41498 [  8353] By: jhi                                   on 2001/01/06  20:21:10
41499         Log: integrate changes #7980, 8056, 8057 from mainline
41500              
41501              UTF-8 hash keys.
41502      Branch: maint-5.6/perl
41503            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
41504 ____________________________________________________________________________
41505 [  8352] By: jhi                                   on 2001/01/06  20:18:44
41506         Log: Forgotten from #8438.
41507      Branch: maint-5.6/perl
41508            ! epoc/epocish.h
41509 ____________________________________________________________________________
41510 [  8351] By: jhi                                   on 2001/01/06  20:18:12
41511         Log: Forgotten from #8347.
41512      Branch: maint-5.6/perl
41513            ! config_h.SH
41514 ____________________________________________________________________________
41515 [  8350] By: jhi                                   on 2001/01/06  20:00:19
41516         Log: Thinko in #8347.
41517      Branch: maint-5.6/perl
41518            ! regcomp.c
41519 ____________________________________________________________________________
41520 [  8349] By: jhi                                   on 2001/01/06  18:05:30
41521         Log: Copy the FAQ3 IDE section from the development branch,
41522              changes originally by Peter Prymmer.
41523      Branch: maint-5.6/perl
41524            ! pod/perlfaq3.pod
41525 ____________________________________________________________________________
41526 [  8348] By: jhi                                   on 2001/01/06  18:03:02
41527         Log: EPOC updates for TRIAL1.
41528              
41529              Subject: [5.6.1 trial1] EPOC update
41530              From: Olaf Flebbe <O.Flebbe@science-computing.de>
41531              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
41532              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
41533              
41534              Subject: epoc patch2 for perl-5.6.1-trial1
41535              From: Olaf Flebbe <O.Flebbe@science-computing.de>
41536              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
41537              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
41538      Branch: maint-5.6/perl
41539            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
41540            ! epoc/epocish.c
41541 ____________________________________________________________________________
41542 [  8347] By: jhi                                   on 2001/01/06  17:29:10
41543         Log: integrate changes #7710,7824,7973 from mainline,
41544              plus VMS nits from Peter Prymmer and Dan Sugalski.
41545              
41546              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
41547              library (getprotobyname and getprotobynumber are outversioned by
41548              the same calls in libc, at least for xlc version 3.
41549              
41550              Add HAS_SBRK_PROTO.
41551              
41552              Fixes for signedness warnings noticed by VMSperlers.
41553      Branch: maint-5.6/perl
41554            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
41555            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
41556            ! sv.c vms/descrip_mms.template vos/config.alpha.def
41557            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
41558            ! win32/config.bc win32/config.gc win32/config.vc
41559 ____________________________________________________________________________
41560 [  8346] By: nick                                  on 2001/01/06  14:36:01
41561         Log: Fixup accumulated integrate muddles (perlio == devperl again)
41562      Branch: perlio
41563            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
41564 ____________________________________________________________________________
41565 [  8345] By: nick                                  on 2001/01/06  14:24:58
41566         Log: Integrate mainline
41567      Branch: perlio
41568           !> (integrate 55 files)
41569 ____________________________________________________________________________
41570 [  8344] By: jhi                                   on 2001/01/06  02:24:02
41571         Log: Subject: [patch] PerlIO_cleanup() prototype
41572              From: Doug MacEachern <dougm@covalent.net>
41573              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
41574              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
41575      Branch: perl
41576            ! perlio.h
41577 ____________________________________________________________________________
41578 [  8343] By: jhi                                   on 2001/01/06  01:04:09
41579         Log: IRIX compiler noticed that the bof initialization might be
41580              bypassed by control flow.
41581      Branch: perl
41582            ! toke.c
41583 ____________________________________________________________________________
41584 [  8342] By: jhi                                   on 2001/01/06  00:10:48
41585         Log: Update Changes.
41586      Branch: perl
41587            ! Changes patchlevel.h
41588 ____________________________________________________________________________
41589 [  8341] By: jhi                                   on 2001/01/05  23:52:33
41590         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
41591      Branch: perl
41592            ! toke.c
41593 ____________________________________________________________________________
41594 [  8340] By: jhi                                   on 2001/01/05  22:44:08
41595         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
41596              From: Radu Greab <radu@netsoft.ro>
41597              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
41598              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
41599      Branch: perl
41600            ! t/io/pipe.t util.c
41601 ____________________________________________________________________________
41602 [  8339] By: jhi                                   on 2001/01/05  22:35:17
41603         Log: Subject: [PATCH] format and rewording in perlfaq.pod
41604              From: Robin Barker <rmb1@cise.npl.co.uk>
41605              Date: Fri, 5 Jan 2001 18:51:20 GMT
41606              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
41607      Branch: perl
41608            ! pod/perlfaq.pod
41609 ____________________________________________________________________________
41610 [  8338] By: jhi                                   on 2001/01/05  22:31:17
41611         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
41612              From: Peter Prymmer <pvhp@forte.com>
41613              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
41614              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
41615      Branch: perl
41616            ! utils/perlbug.PL
41617 ____________________________________________________________________________
41618 [  8337] By: jhi                                   on 2001/01/05  18:15:11
41619         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
41620              From: Robin Barker <rmb1@cise.npl.co.uk>
41621              Date: Tue, 2 Jan 2001 15:24:07 GMT
41622              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
41623              
41624              If you call configure as C<./Configure> or C<sh ./Configure>,
41625              $src is set to the absolute path name, not '.'.
41626              
41627              This, in turn, means -Dmksymlink tries to do its stuff because
41628              it does not think it is in the src directory.
41629              
41630              (plus a metaconfig nitfix)
41631      Branch: metaconfig
41632            ! U/compline/ccflags.U U/modified/src.U
41633      Branch: perl
41634            ! Configure config_h.SH
41635 ____________________________________________________________________________
41636 [  8336] By: jhi                                   on 2001/01/05  17:48:32
41637         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
41638              From: Alan Burlison <Alan.Burlison@uk.sun.com>
41639              Message-ID: <3A5606C4.473D2226@uk.sun.com>
41640              Date: Fri, 05 Jan 2001 17:39:16 +0000
41641      Branch: perl
41642            ! hv.c
41643 ____________________________________________________________________________
41644 [  8335] By: jhi                                   on 2001/01/05  16:05:44
41645         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
41646      Branch: perl
41647            ! lib/Getopt/Long.pm
41648 ____________________________________________________________________________
41649 [  8334] By: jhi                                   on 2001/01/05  16:00:51
41650         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
41651              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
41652              Date: Fri, 05 Jan 2001 13:46:51 +0100
41653              Message-ID: <13693.978698811@nice.ram.loc>
41654              
41655              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
41656              accurate reading of the "atime".  
41657      Branch: perl
41658            ! t/io/fs.t
41659 ____________________________________________________________________________
41660 [  8333] By: jhi                                   on 2001/01/05  15:57:37
41661         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
41662              From: Simon Cozens <simon@cozens.net>
41663              Date: Fri, 8 Dec 2000 13:33:31 +0000
41664              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
41665              
41666              A lost patch fragment.
41667      Branch: perl
41668            ! doop.c
41669 ____________________________________________________________________________
41670 [  8332] By: jhi                                   on 2001/01/05  15:40:42
41671         Log: Do away with strncpy() and a fixed length buffer.
41672      Branch: perl
41673            ! utf8.c
41674 ____________________________________________________________________________
41675 [  8331] By: jhi                                   on 2001/01/05  15:03:07
41676         Log: Tests for #8329 and #8330.
41677      Branch: perl
41678            ! t/op/bop.t
41679 ____________________________________________________________________________
41680 [  8330] By: jhi                                   on 2001/01/05  15:02:38
41681         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
41682              raw 8-bit form to the UTF-8 string.
41683      Branch: perl
41684            ! toke.c
41685 ____________________________________________________________________________
41686 [  8329] By: jhi                                   on 2001/01/05  14:55:13
41687         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
41688              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
41689              Date: Fri, 5 Jan 2001 12:28:52 +0100
41690              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
41691              
41692              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
41693              no effect.  (changed the strncpy() to Copy())
41694      Branch: perl
41695            ! toke.c
41696 ____________________________________________________________________________
41697 [  8328] By: jhi                                   on 2001/01/05  06:44:27
41698         Log: UTF-8 cleanup.
41699      Branch: perl
41700            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
41701            ! regexec.c sv.c toke.c
41702 ____________________________________________________________________________
41703 [  8327] By: jhi                                   on 2001/01/05  01:11:29
41704         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')
41705              From: Radu Greab <radu@netsoft.ro>
41706              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
41707              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
41708              
41709              Cleans up Harness to not use FileHandle, which uses IO.
41710      Branch: perl
41711            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
41712 ____________________________________________________________________________
41713 [  8326] By: jhi                                   on 2001/01/05  00:56:37
41714         Log: Update Changes.
41715      Branch: perl
41716            ! Changes patchlevel.h
41717 ____________________________________________________________________________
41718 [  8325] By: jhi                                   on 2001/01/05  00:53:18
41719         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
41720              From: Peter Prymmer <pvhp@forte.com>
41721              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
41722              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
41723              
41724              plus a couple more tailing whitespace removals.
41725      Branch: perl
41726            ! win32/Makefile
41727 ____________________________________________________________________________
41728 [  8324] By: jhi                                   on 2001/01/05  00:47:39
41729         Log: Add some Unicode chop() tests.
41730      Branch: perl
41731            ! t/op/chop.t
41732 ____________________________________________________________________________
41733 [  8323] By: jhi                                   on 2001/01/05  00:47:23
41734         Log: Unify UTF-8 malformedness handling.
41735      Branch: perl
41736            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
41737 ____________________________________________________________________________
41738 [  8322] By: jhi                                   on 2001/01/04  22:21:54
41739         Log: The new $issymlink was unknown to Mksymlinks.
41740      Branch: metaconfig/U/perl
41741            ! Mksymlinks.U issymlink.U
41742      Branch: perl
41743            ! Configure config_h.SH
41744 ____________________________________________________________________________
41745 [  8321] By: jhi                                   on 2001/01/04  21:51:05
41746         Log: The test didn't work under the core test framework.
41747      Branch: perl
41748            ! t/lib/st-lock.t
41749 ____________________________________________________________________________
41750 [  8320] By: jhi                                   on 2001/01/04  21:14:22
41751         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
41752      Branch: perl
41753            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
41754 ____________________________________________________________________________
41755 [  8319] By: jhi                                   on 2001/01/04  20:46:17
41756         Log: Typo in #8312 when manually appying a problematic patch fragment.
41757      Branch: perl
41758            ! ext/Storable/Storable.xs
41759 ____________________________________________________________________________
41760 [  8318] By: jhi                                   on 2001/01/04  20:43:01
41761         Log: The $sh_c didn't fly.
41762      Branch: metaconfig
41763            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
41764            ! U/modified/Loc.U U/modified/myhostname.U
41765            ! U/modified/spitshell.U
41766      Branch: metaconfig/U/perl
41767            ! issymlink.U
41768      Branch: perl
41769            ! Configure config_h.SH
41770 ____________________________________________________________________________
41771 [  8317] By: jhi                                   on 2001/01/04  19:58:01
41772         Log: AIX builtin test -h is broken, changes based on
41773              
41774              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
41775              Date: Tue, 02 Jan 2001 11:24:39 +0100
41776              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
41777              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
41778      Branch: metaconfig
41779            + U/modified/spitshell.U
41780            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
41781            ! U/modified/Loc.U U/modified/myhostname.U
41782      Branch: metaconfig/U/perl
41783            ! Mksymlinks.U issymlink.U
41784      Branch: perl
41785            ! Configure
41786 ____________________________________________________________________________
41787 [  8316] By: jhi                                   on 2001/01/04  19:02:22
41788         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
41789              From: Andy Dougherty <doughera@lafayette.edu>
41790              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
41791              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
41792              
41793              Beware of GNU ld.
41794      Branch: perl
41795            ! hints/solaris_2.sh
41796 ____________________________________________________________________________
41797 [  8315] By: jhi                                   on 2001/01/04  18:56:48
41798         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
41799              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
41800              Date: Wed, 3 Jan 2001 07:58:51 +0100
41801              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
41802      Branch: perl
41803            ! hints/solaris_2.sh
41804 ____________________________________________________________________________
41805 [  8314] By: jhi                                   on 2001/01/04  18:54:07
41806         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
41807              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
41808              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
41809              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
41810              
41811              Doc tweak on #8313.
41812      Branch: perl
41813            ! ext/B/B/Deparse.pm
41814 ____________________________________________________________________________
41815 [  8313] By: jhi                                   on 2001/01/04  18:52:27
41816         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
41817              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
41818              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
41819              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
41820              
41821              Make the peephole optimizer to bypass more null ops and
41822              and rewrite the deparse handling of continue blocks.
41823      Branch: perl
41824            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
41825 ____________________________________________________________________________
41826 [  8312] By: jhi                                   on 2001/01/04  18:47:39
41827         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
41828      Branch: perl
41829            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
41830            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
41831            ! t/lib/st-lock.t
41832 ____________________________________________________________________________
41833 [  8311] By: jhi                                   on 2001/01/04  18:36:08
41834         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
41835              filter to be run on each .pm during the pm_to_blib() phase,
41836              a fixed version of
41837              
41838              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
41839              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
41840              Date: Wed, 03 Jan 2001 22:01:30 +0100
41841              Message-ID: <5296.978555690@nice.ram.loc>
41842      Branch: perl
41843            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
41844            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
41845            ! lib/ExtUtils/MakeMaker.pm
41846 ____________________________________________________________________________
41847 [  8310] By: jhi                                   on 2001/01/04  18:32:54
41848         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
41849              From: Robin Barker <rmb1@cise.npl.co.uk>
41850              Date: Tue, 2 Jan 2001 15:35:03 GMT
41851              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
41852      Branch: perl
41853            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
41854            ! pod/perlrequick.pod
41855 ____________________________________________________________________________
41856 [  8309] By: jhi                                   on 2001/01/04  18:29:07
41857         Log: Subject: Re: [patch] static-ize XS()
41858              From: Doug MacEachern <dougm@covalent.net>
41859              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
41860              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
41861              
41862              Provide prototypes for the XS functions.
41863      Branch: perl
41864            ! lib/ExtUtils/xsubpp
41865 ____________________________________________________________________________
41866 [  8308] By: jhi                                   on 2001/01/04  18:27:44
41867         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
41868              From: Doug MacEachern <dougm@covalent.net>
41869              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
41870              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
41871      Branch: perl
41872            ! lib/ExtUtils/typemap
41873 ____________________________________________________________________________
41874 [  8307] By: jhi                                   on 2001/01/04  18:25:25
41875         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
41876              From: Doug MacEachern <dougm@covalent.net>
41877              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
41878              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
41879              
41880              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
41881      Branch: perl
41882            ! lib/ExtUtils/MM_Unix.pm
41883 ____________________________________________________________________________
41884 [  8306] By: jhi                                   on 2001/01/04  18:23:00
41885         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
41886              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
41887              Date: Thu, 4 Jan 2001 12:47:10 +0100 
41888              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
41889              
41890              The toke.c part only, patching embed.h and proto.h is futile.
41891      Branch: perl
41892            ! toke.c
41893 ____________________________________________________________________________
41894 [  8305] By: jhi                                   on 2001/01/04  18:05:51
41895         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
41896              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
41897              Date: Thu, 4 Jan 2001 17:50:12 +0100 
41898              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
41899      Branch: perl
41900            ! toke.c
41901 ____________________________________________________________________________
41902 [  8304] By: jhi                                   on 2001/01/04  18:03:26
41903         Log: Subject: [PATCH perl@8269]
41904              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
41905              Date: Thu, 4 Jan 2001 12:53:39 +0100 
41906              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
41907              
41908              If running byacc write-enable also perly.h.
41909      Branch: perl
41910            ! Makefile.SH
41911 ____________________________________________________________________________
41912 [  8303] By: jhi                                   on 2001/01/04  15:40:49
41913         Log: Rewrite pp_concat() in terms of sv_catsv().
41914      Branch: perl
41915            ! pp_hot.c
41916 ____________________________________________________________________________
41917 [  8302] By: nick                                  on 2001/01/03  22:43:22
41918         Log: Integrate mainline.
41919      Branch: perlio
41920           !> ext/Encode/Encode.xs sv.c utf8.c
41921 ____________________________________________________________________________
41922 [  8301] By: jhi                                   on 2001/01/02  23:40:26
41923         Log: Variable naming tweak.
41924      Branch: perl
41925            ! sv.c
41926 ____________________________________________________________________________
41927 [  8300] By: jhi                                   on 2001/01/02  23:40:02
41928         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
41929              in is_utf8_string().
41930      Branch: perl
41931            ! utf8.c
41932 ____________________________________________________________________________
41933 [  8299] By: jhi                                   on 2001/01/02  22:14:40
41934         Log: Integrate perlio.
41935      Branch: perl
41936           !> pp.c pp_hot.c win32/Makefile
41937 ____________________________________________________________________________
41938 [  8298] By: nick                                  on 2001/01/02  22:03:06
41939         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
41940      Branch: perlio
41941            ! pp.c pp_hot.c
41942 ____________________________________________________________________________
41943 [  8297] By: jhi                                   on 2001/01/02  04:26:28
41944         Log: Signedness nit.
41945      Branch: perl
41946            ! ext/Encode/Encode.xs
41947 ____________________________________________________________________________
41948 [  8296] By: nick                                  on 2001/01/01  23:49:36
41949         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
41950      Branch: perlio
41951            ! win32/Makefile
41952 ____________________________________________________________________________
41953 [  8295] By: jhi                                   on 2001/01/01  23:05:48
41954         Log: Integrate perlio.
41955      Branch: perl
41956           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
41957           !> t/lib/encode.t
41958 ____________________________________________________________________________
41959 [  8294] By: nick                                  on 2001/01/01  22:48:34
41960         Log: Integrate mainline
41961      Branch: perlio
41962            ! pp_hot.c t/lib/encode.t
41963           !> (integrate 65 files)
41964 ____________________________________________________________________________
41965 [  8293] By: nick                                  on 2001/01/01  21:58:50
41966         Log: More rigor in UTF-8-ness of Encode's toUnicode
41967              XS export some of the utf8 internal functions.
41968              Test some of the functions.
41969              Fix pp_concat() bug shown by said tests.
41970      Branch: perlio
41971            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
41972            ! t/lib/encode.t
41973 ____________________________________________________________________________
41974 [  8292] By: jhi                                   on 2001/01/01  18:11:44
41975         Log: Integrate perlio.
41976      Branch: perl
41977           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
41978           !> ext/Encode/encengine.c ext/Encode/encode.h
41979 ____________________________________________________________________________
41980 [  8291] By: jhi                                   on 2001/01/01  18:10:58
41981         Log: Podify README.mpeix (a new version from the web),
41982              add a dummy NAME to Carp::Heavy, regen toc.
41983      Branch: perl
41984            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
41985            ! pod/perltoc.pod
41986 ____________________________________________________________________________
41987 [  8290] By: nick                                  on 2001/01/01  17:43:47
41988         Log: Loose the "Loading..." warning.
41989              Another bug in fallback support
41990      Branch: perlio
41991            ! ext/Encode/Encode.pm ext/Encode/encengine.c
41992 ____________________________________________________________________________
41993 [  8289] By: jhi                                   on 2001/01/01  00:01:57
41994         Log: Bump up Larry's copyright.
41995      Branch: perl
41996            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
41997            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
41998            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
41999            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
42000            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
42001            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
42002            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
42003            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
42004 ____________________________________________________________________________
42005 [  8288] By: nick                                  on 2000/12/31  21:27:53
42006         Log: Fix .ucm reading - forgot a chr()
42007              Start of .ucm write (for .enc to .ucm)
42008      Branch: perlio
42009            ! ext/Encode/compile
42010 ____________________________________________________________________________
42011 [  8287] By: jhi                                   on 2000/12/31  18:15:56
42012         Log: Comment away a diagnostic message as noted by Craig A. Berry
42013              (the unexpected message was confusing testing)
42014      Branch: perl
42015            ! ext/Encode/Encode.pm
42016 ____________________________________________________________________________
42017 [  8286] By: jhi                                   on 2000/12/31  18:14:51
42018         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
42019              Date: Sun, 31 Dec 2000 11:17:37 -0600
42020              From: "Craig A. Berry" <craigberry@mac.com>
42021              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
42022      Branch: perl
42023            ! ext/Encode/Makefile.PL
42024 ____________________________________________________________________________
42025 [  8285] By: nick                                  on 2000/12/31  18:11:54
42026         Log: Start of support of ICU-style .ucm files:
42027              - teach compile how to read a .ucm file
42028              - first guess at how to represent fallbacks in "tries".
42029              - use fallbacks if check == 0
42030              - new return code to indicate we used one.
42031      Branch: perlio
42032            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
42033            ! ext/Encode/encengine.c ext/Encode/encode.h
42034 ____________________________________________________________________________
42035 [  8284] By: jhi                                   on 2000/12/31  18:04:41
42036         Log: Pacify picky VMS compiler.
42037              
42038              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
42039              From: "Craig A. Berry" <craig.berry@psinetcs.com>
42040              Date: Sat, 30 Dec 2000 18:10:02 -0600
42041              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
42042      Branch: perl
42043            ! sv.c
42044 ____________________________________________________________________________
42045 [  8283] By: jhi                                   on 2000/12/31  16:11:47
42046         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
42047      Branch: perl
42048            ! t/lib/glob-basic.t
42049 ____________________________________________________________________________
42050 [  8282] By: jhi                                   on 2000/12/31  15:26:11
42051         Log: Integrate perlio.
42052      Branch: perl
42053           !> makedef.pl opcode.pl os2/os2.c perlio.c
42054 ____________________________________________________________________________
42055 [  8281] By: nick                                  on 2000/12/31  10:06:15
42056         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
42057              is available to be exported
42058      Branch: perlio
42059            ! makedef.pl perlio.c
42060 ____________________________________________________________________________
42061 [  8280] By: nick                                  on 2000/12/31  09:41:26
42062         Log: Ilya's OS2 patch (testing for damage on Win32)
42063      Branch: perlio
42064            ! makedef.pl opcode.pl os2/os2.c
42065 ____________________________________________________________________________
42066 [  8279] By: jhi                                   on 2000/12/30  21:52:07
42067         Log: Test nits.
42068      Branch: perl
42069            ! t/lib/syslfs.t t/op/lfs.t
42070 ____________________________________________________________________________
42071 [  8278] By: jhi                                   on 2000/12/30  21:47:49
42072         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
42073              From: andreas.koenig@anima.de (Andreas J. Koenig)
42074              Date: 30 Dec 2000 22:35:37 +0100
42075              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
42076              
42077              The 32-bit wraparound test wasn't quite right.
42078      Branch: perl
42079            ! t/lib/syslfs.t t/op/lfs.t
42080 ____________________________________________________________________________
42081 [  8277] By: jhi                                   on 2000/12/30  21:33:44
42082         Log: Subject: [PATCH] open() example in perlfunc.pod 
42083              From: Karsten Sperling <s_sperli@ira.uka.de>
42084              Date: Sat, 30 Dec 2000 22:27:09 +0100
42085              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
42086      Branch: perl
42087            ! pod/perlfunc.pod
42088 ____________________________________________________________________________
42089 [  8276] By: jhi                                   on 2000/12/30  20:32:40
42090         Log: Not quite that many tests yet.
42091      Branch: perl
42092            ! t/op/pat.t
42093 ____________________________________________________________________________
42094 [  8275] By: jhi                                   on 2000/12/30  20:26:58
42095         Log: Integrate perlio.
42096      Branch: perl
42097           !> toke.c
42098 ____________________________________________________________________________
42099 [  8274] By: jhi                                   on 2000/12/30  20:24:56
42100         Log: Signedness nit.
42101      Branch: perl
42102            ! utf8.c
42103 ____________________________________________________________________________
42104 [  8273] By: jhi                                   on 2000/12/30  20:15:46
42105         Log: Add a test case for 20000731.001 which was fixed by the #8267.
42106      Branch: perl
42107            ! t/op/pat.t
42108 ____________________________________________________________________________
42109 [  8272] By: nick                                  on 2000/12/30  19:47:51
42110         Log: Tweak for MULTIPLICITY/USE_PERLIO
42111      Branch: perlio
42112            ! toke.c
42113 ____________________________________________________________________________
42114 [  8271] By: nick                                  on 2000/12/30  19:46:45
42115         Log: Integrate mainline
42116      Branch: perlio
42117           +> lib/unicode/distinct.pm
42118           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
42119           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
42120           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
42121 ____________________________________________________________________________
42122 [  8270] By: jhi                                   on 2000/12/30  19:39:50
42123         Log: Subject: RE: perl@8269
42124              From: "Richard Soderberg" <rs@crystalflame.net>
42125              Date: Sat, 30 Dec 2000 11:36:27 -0800
42126              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
42127              
42128              A missing aTHX_.
42129      Branch: perl
42130            ! toke.c
42131 ____________________________________________________________________________
42132 [  8269] By: jhi                                   on 2000/12/30  18:55:48
42133         Log: Update Changes.
42134      Branch: perl
42135            ! Changes patchlevel.h
42136 ____________________________________________________________________________
42137 [  8268] By: jhi                                   on 2000/12/30  17:18:40
42138         Log: Add a test for Unicode split //.  The #8267 was the cure.
42139      Branch: perl
42140            ! t/op/split.t
42141 ____________________________________________________________________________
42142 [  8267] By: jhi                                   on 2000/12/30  17:14:19
42143         Log: Subject: more UTF8 test suites and an UTF8 patch
42144              From: Inaba Hiroto <inaba@st.rim.or.jp>
42145              Date: Sat, 30 Dec 2000 14:27:10 +0900
42146              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
42147              
42148              Just the patch part for now, and the pragma renamed
42149              as unicode::distinct.
42150      Branch: perl
42151            + lib/unicode/distinct.pm
42152            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
42153            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
42154            ! regcomp.h regexec.c sv.c toke.c utf8.c
42155 ____________________________________________________________________________
42156 [  8266] By: nick                                  on 2000/12/30  16:40:49
42157         Log: Integrate mainline
42158      Branch: perlio
42159           +> lib/Pod/Text/Overstrike.pm
42160           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
42161           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
42162           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
42163           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
42164           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
42165 ____________________________________________________________________________
42166 [  8265] By: jhi                                   on 2000/12/30  07:28:55
42167         Log: The sv_catsv() fix, take two.
42168      Branch: perl
42169            ! sv.c t/op/join.t
42170 ____________________________________________________________________________
42171 [  8264] By: jhi                                   on 2000/12/30  06:19:18
42172         Log: Undo all the join-related changes since #8248: relevant
42173              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
42174              The new sv_catsv() doesn't fly so it must go back to
42175              the drawing board.
42176      Branch: perl
42177            ! sv.c t/op/join.t t/pragma/utf8.t
42178 ____________________________________________________________________________
42179 [  8263] By: jhi                                   on 2000/12/30  01:08:32
42180         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
42181      Branch: perl
42182            ! sv.c
42183 ____________________________________________________________________________
42184 [  8262] By: jhi                                   on 2000/12/30  00:45:14
42185         Log: Retract #8261.
42186      Branch: perl
42187            ! hv.c util.c
42188 ____________________________________________________________________________
42189 [  8261] By: jhi                                   on 2000/12/30  00:38:32
42190         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
42191      Branch: perl
42192            ! hv.c util.c
42193 ____________________________________________________________________________
42194 [  8260] By: jhi                                   on 2000/12/29  22:51:33
42195         Log: (Retracted by #8264)  More fixing for #8251.
42196      Branch: perl
42197            ! sv.c
42198 ____________________________________________________________________________
42199 [  8259] By: jhi                                   on 2000/12/29  18:27:30
42200         Log: Subject: podlators 1.06 released
42201              From: Russ Allbery <rra@stanford.edu>
42202              Date: 25 Dec 2000 05:09:30 -0800
42203              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
42204      Branch: perl
42205            + lib/Pod/Text/Overstrike.pm
42206            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
42207            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
42208 ____________________________________________________________________________
42209 [  8258] By: jhi                                   on 2000/12/29  18:20:45
42210         Log: Make the large file tests more robust/talkative as suggested by
42211              
42212              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
42213              From: andreas.koenig@anima.de (Andreas J. Koenig)
42214              Date: 29 Dec 2000 14:23:01 +0100
42215              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
42216      Branch: perl
42217            ! t/lib/syslfs.t t/op/lfs.t
42218 ____________________________________________________________________________
42219 [  8257] By: jhi                                   on 2000/12/29  17:48:04
42220         Log: Further VMS piping fixes from Charles Lane:
42221              
42222              In summary, error messages produced when a subprocess terminated
42223              abnormally were being sent not just to the parent process, but to
42224              grandparents, because of default values for error output that were
42225              not completely overridden when the subprocess was started.
42226              
42227              This patch fixes this behavior by defining user-mode (i.e., temporary
42228              for the duration of the program) logical names for SYS$OUTPUT and
42229              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
42230              changes to make it so that the user-mode logicals are the ones that
42231              control where Perl's error messages go if it terminates abnormally.
42232              
42233              I also added some gratuitous fixes to the indentation of braces in
42234              the piping code.  It just looked ugly, before.
42235      Branch: perl
42236            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
42237 ____________________________________________________________________________
42238 [  8256] By: jhi                                   on 2000/12/29  17:45:12
42239         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
42240              From: "Casey R. Tweten" <crt@kiski.net>
42241              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
42242              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
42243              
42244              Tests for for #8240.
42245      Branch: perl
42246            ! t/pragma/constant.t
42247 ____________________________________________________________________________
42248 [  8255] By: jhi                                   on 2000/12/29  17:43:07
42249         Log: Subject: Re: [PATCH] Interesting syntax idea
42250              From: Simon Cozens <simon@cozens.net>
42251              Date: Fri, 29 Dec 2000 14:34:04 +0000
42252              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
42253              
42254              Tests for #8254.
42255      Branch: perl
42256            ! t/pragma/sub_lval.t
42257 ____________________________________________________________________________
42258 [  8254] By: jhi                                   on 2000/12/29  17:42:11
42259         Log: Subject: [PATCH] Interesting syntax idea
42260              From: Simon Cozens <simon@cozens.net>
42261              Date: Wed, 27 Dec 2000 05:08:57 +0000
42262              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
42263              
42264              Make opens + bareword assigns do typeglob assigns.
42265      Branch: perl
42266            ! op.c
42267 ____________________________________________________________________________
42268 [  8253] By: jhi                                   on 2000/12/29  17:36:45
42269         Log: Output the (apparent) version of gcc, as suggested by
42270              
42271              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
42272              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
42273              Date: 26 Dec 2000 04:29:17 -0500
42274              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
42275              
42276              (The patch as such didn't any more apply as the misparsing had
42277              already been addressed in #6474.)  Also change the wording about
42278              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
42279      Branch: perl
42280            ! hints/dec_osf.sh
42281 ____________________________________________________________________________
42282 [  8252] By: nick                                  on 2000/12/29  12:14:31
42283         Log: Integrate mainline
42284      Branch: perlio
42285           !> (integrate 27 files)
42286 ____________________________________________________________________________
42287 [  8251] By: jhi                                   on 2000/12/29  08:45:46
42288         Log: (Retracted by #8264)
42289              
42290              (Fixed by #8260.)
42291              
42292              sv_catsv() needs one more byte space than seems reasonable.
42293              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
42294              Curiouser and curiouser.
42295      Branch: perl
42296            ! sv.c
42297 ____________________________________________________________________________
42298 [  8250] By: jhi                                   on 2000/12/29  07:57:52
42299         Log: More split // UTF-8 tests.
42300      Branch: perl
42301            ! t/pragma/utf8.t
42302 ____________________________________________________________________________
42303 [  8249] By: jhi                                   on 2000/12/29  07:54:51
42304         Log: (Retracted by #8264)  More join() testing which was good because
42305              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
42306      Branch: perl
42307            ! pp.c t/op/join.t utf8.c utf8.h
42308 ____________________________________________________________________________
42309 [  8248] By: jhi                                   on 2000/12/29  07:08:32
42310         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
42311              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
42312              that the only cases to care about are byte+byte and byte+character.
42313              
42314              TODO: See how well pp_concat() could be implemented in terms
42315              of sv_catsv().
42316      Branch: perl
42317            ! doop.c sv.c t/op/join.t utf8.h
42318 ____________________________________________________________________________
42319 [  8247] By: jhi                                   on 2000/12/29  06:35:23
42320         Log: Signedness nit.
42321      Branch: perl
42322            ! pp_hot.c
42323 ____________________________________________________________________________
42324 [  8246] By: jhi                                   on 2000/12/29  01:23:31
42325         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
42326              From: Lupe Christoph <lupe@lupe-christoph.de>
42327              Date: Thu, 28 Dec 2000 23:00:00 +0100
42328              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
42329              
42330              Suggest rsync --delete --dry-run.
42331      Branch: perl
42332            ! pod/perlhack.pod
42333 ____________________________________________________________________________
42334 [  8245] By: jhi                                   on 2000/12/28  23:57:05
42335         Log: The maxiters upper limit sanity check (guarding against
42336              non-progress) assumed bytes instead of characters in s///
42337              and split().
42338      Branch: perl
42339            ! pp.c pp_hot.c
42340 ____________________________________________________________________________
42341 [  8244] By: jhi                                   on 2000/12/28  23:34:08
42342         Log: Make some panic messages a bit more logical.
42343      Branch: perl
42344            ! doop.c pod/perldiag.pod pp.c pp_hot.c
42345 ____________________________________________________________________________
42346 [  8243] By: jhi                                   on 2000/12/28  22:59:16
42347         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
42348              From: Simon Cozens <simon@cozens.net>
42349              Date: Wed, 27 Dec 2000 02:30:03 +0000
42350              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
42351      Branch: perl
42352            ! pp.c t/pragma/sub_lval.t
42353 ____________________________________________________________________________
42354 [  8242] By: jhi                                   on 2000/12/28  22:56:53
42355         Log: Subject: [PATCH blead] Fix B::Terse indentation
42356              From: Daniel Chetlin <daniel@chetlin.com>
42357              Date: Wed, 27 Dec 2000 06:43:30 -0800
42358              Message-ID: <20001227064329.B9573@darkstar>
42359      Branch: perl
42360            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
42361 ____________________________________________________________________________
42362 [  8241] By: jhi                                   on 2000/12/28  22:48:59
42363         Log: The latter patch from the
42364              
42365              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
42366              From: Peter Prymmer <pvhp@forte.com> 
42367              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
42368              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
42369              
42370              (the former patch from the above should have been
42371              taken care of by Nick I-S)
42372      Branch: perl
42373            ! win32/Makefile
42374 ____________________________________________________________________________
42375 [  8240] By: jhi                                   on 2000/12/28  22:45:22
42376         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
42377              From: "Casey R. Tweten" <crt@kiski.net>
42378              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
42379              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
42380      Branch: perl
42381            ! lib/constant.pm
42382 ____________________________________________________________________________
42383 [  8239] By: jhi                                   on 2000/12/28  22:37:45
42384         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
42385              From: Simon Cozens <simon@cozens.net>
42386              Date: Wed, 27 Dec 2000 14:12:44 +0000
42387              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
42388      Branch: perl
42389            ! t/op/method.t t/op/sort.t toke.c
42390 ____________________________________________________________________________
42391 [  8238] By: jhi                                   on 2000/12/28  22:30:32
42392         Log: Subject: [PATCH perl@8229] Call.pm
42393              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
42394              Date: Mon, 25 Dec 2000 10:47:15 -0000
42395              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
42396      Branch: perl
42397            ! ext/Filter/Util/Call/Call.pm
42398 ____________________________________________________________________________
42399 [  8237] By: jhi                                   on 2000/12/28  22:19:21
42400         Log: Subject: [PATCH blead] Fix problem with `&' prototype
42401              From: Daniel Chetlin <daniel@chetlin.com>
42402              Date: Wed, 27 Dec 2000 15:55:32 -0800
42403              Message-ID: <20001227155532.D9573@darkstar>
42404      Branch: perl
42405            ! op.c t/comp/proto.t
42406 ____________________________________________________________________________
42407 [  8236] By: jhi                                   on 2000/12/28  22:09:25
42408         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
42409              From: Daniel Chetlin <daniel@chetlin.com>
42410              Date: Sun, 24 Dec 2000 04:09:49 -0800
42411              Message-ID: <20001224040949.B3090@darkstar>
42412      Branch: perl
42413            ! gv.c mg.c t/op/attrs.t
42414 ____________________________________________________________________________
42415 [  8235] By: jhi                                   on 2000/12/28  22:07:11
42416         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
42417              From: Jan Dubois <jand@ActiveState.com>
42418              Date: Tue, 26 Dec 2000 20:57:31 -0800
42419              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
42420      Branch: perl
42421            ! win32/win32.c
42422 ____________________________________________________________________________
42423 [  8234] By: jhi                                   on 2000/12/28  21:52:42
42424         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
42425              From: Simon Cozens <simon@cozens.net>
42426              Date: Thu, 28 Dec 2000 20:33:13 +0000
42427              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
42428      Branch: perl
42429            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
42430 ____________________________________________________________________________
42431 [  8233] By: jhi                                   on 2000/12/28  19:40:49
42432         Log: Integrate perlio.
42433      Branch: perl
42434           !> ext/Encode/Makefile.PL ext/Encode/compile
42435 ____________________________________________________________________________
42436 [  8232] By: nick                                  on 2000/12/23  16:06:00
42437         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
42438              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
42439      Branch: perlio
42440            ! ext/Encode/Makefile.PL
42441 ____________________________________________________________________________
42442 [  8231] By: nick                                  on 2000/12/23  14:30:34
42443         Log: "Compiled" encode build cleanup
42444              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
42445              - .c files do not export sub-tables
42446      Branch: perlio
42447            ! ext/Encode/Makefile.PL ext/Encode/compile
42448 ____________________________________________________________________________
42449 [  8230] By: nick                                  on 2000/12/23  12:50:37
42450         Log: Integrate mainline
42451      Branch: perlio
42452           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
42453           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
42454           !> pod/perl5004delta.pod pod/perl5005delta.pod
42455           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
42456           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
42457           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
42458           !> pod/perlsub.pod
42459 ____________________________________________________________________________
42460 [  8229] By: jhi                                   on 2000/12/22  15:32:12
42461         Log: Integrate perlio.
42462      Branch: perl
42463           +> win32/distclean.bat
42464           !> MANIFEST t/io/utf8.t
42465 ____________________________________________________________________________
42466 [  8228] By: jhi                                   on 2000/12/22  15:29:40
42467         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
42468              From: Robin Barker <rmb1@cise.npl.co.uk>
42469              Date: Fri, 22 Dec 2000 12:17:38 GMT
42470              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
42471      Branch: perl
42472            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
42473            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
42474            ! pod/perl5004delta.pod pod/perl5005delta.pod
42475            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
42476            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
42477            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
42478            ! pod/perlsub.pod
42479 ____________________________________________________________________________
42480 [  8227] By: jhi                                   on 2000/12/22  15:24:28
42481         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
42482              From: "John L. Allen" <allen@grumman.com>
42483              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
42484              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
42485              
42486              Document APPLLIB_EXP.
42487      Branch: perl
42488            ! INSTALL
42489 ____________________________________________________________________________
42490 [  8226] By: nick                                  on 2000/12/21  22:11:50
42491         Log: Handy script for when one forgets to "dmake clean" 
42492      Branch: perlio
42493            + win32/distclean.bat
42494            ! MANIFEST
42495 ____________________________________________________________________________
42496 [  8225] By: nick                                  on 2000/12/21  21:54:04
42497         Log: CRLF platform issue with io/utf8 fix.
42498      Branch: perlio
42499            ! t/io/utf8.t
42500 ____________________________________________________________________________
42501 [  8224] By: nick                                  on 2000/12/21  21:02:20
42502         Log: Integrate mainline
42503      Branch: perlio
42504           !> Changes Configure Makefile.SH Porting/Glossary
42505           !> Porting/config.sh Porting/config_H configure.com
42506           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
42507           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
42508           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
42509           !> win32/config.bc win32/config.gc win32/config.vc
42510 ____________________________________________________________________________
42511 [  8223] By: jhi                                   on 2000/12/21  17:09:16
42512         Log: Update Changes.
42513      Branch: perl
42514            ! Changes patchlevel.h
42515 ____________________________________________________________________________
42516 [  8222] By: jhi                                   on 2000/12/21  16:24:01
42517         Log: Metaconfig unit changes for #8221.
42518      Branch: metaconfig/U/perl
42519           +> issymlink.U
42520            - testsyml.U
42521            ! Mksymlinks.U
42522 ____________________________________________________________________________
42523 [  8221] By: jhi                                   on 2000/12/21  16:23:48
42524         Log: Rename testsyml to issymlink.
42525      Branch: perl
42526            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
42527            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
42528            ! win32/config.vc
42529 ____________________________________________________________________________
42530 [  8220] By: jhi                                   on 2000/12/21  15:47:26
42531         Log: Robustness support for #8218 (symlink forest) since the GNU
42532              tools seem to be overly picky about symlinkage depths.
42533      Branch: perl
42534            ! Makefile.SH t/io/fs.t
42535 ____________________________________________________________________________
42536 [  8219] By: jhi                                   on 2000/12/21  15:38:27
42537         Log: Metaconfig changes for #8218.
42538      Branch: metaconfig
42539            ! U/modified/Oldconfig.U
42540      Branch: metaconfig/U/perl
42541            + Mksymlinks.U
42542            ! testsyml.U
42543 ____________________________________________________________________________
42544 [  8218] By: jhi                                   on 2000/12/21  15:37:57
42545         Log: Add Configure option -Dmksymlinks which will create a symlink
42546              forest if the current/build differs from the source directory.
42547              TODO: mkdir -p is not portable.
42548      Branch: perl
42549            ! Configure
42550 ____________________________________________________________________________
42551 [  8217] By: jhi                                   on 2000/12/21  14:39:12
42552         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
42553              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
42554              Date: Thu, 21 Dec 2000 09:38:18 GMT
42555              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
42556              
42557              The ofs became an SV.
42558      Branch: perl
42559            ! ext/Thread/Thread.xs
42560 ____________________________________________________________________________
42561 [  8216] By: jhi                                   on 2000/12/21  05:40:21
42562         Log: The polymorphism seems to have fixed 20000517.001.
42563      Branch: perl
42564            ! t/pragma/utf8.t
42565 ____________________________________________________________________________
42566 [  8215] By: jhi                                   on 2000/12/21  04:44:52
42567         Log: read() documentation tweak for 20001121.004.
42568      Branch: perl
42569            ! pod/perlfunc.pod
42570 ____________________________________________________________________________
42571 [  8214] By: jhi                                   on 2000/12/21  03:54:11
42572         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
42573      Branch: perl
42574            ! pp_sys.c t/op/misc.t
42575 ____________________________________________________________________________
42576 [  8213] By: jhi                                   on 2000/12/21  00:28:10
42577         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
42578              From: Peter Prymmer <pvhp@forte.com>
42579              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
42580              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
42581      Branch: perl
42582            ! configure.com
42583 ____________________________________________________________________________
42584 [  8212] By: jhi                                   on 2000/12/21  00:26:21
42585         Log: Edit edit edit.
42586      Branch: perl
42587            ! pod/perlfaq3.pod
42588 ____________________________________________________________________________
42589 [  8211] By: jhi                                   on 2000/12/20  18:52:46
42590         Log: Update Changes.
42591      Branch: perl
42592            ! Changes patchlevel.h
42593 ____________________________________________________________________________
42594 [  8210] By: jhi                                   on 2000/12/20  18:34:47
42595         Log: Yet another editor edit.
42596      Branch: perl
42597            ! pod/perlfaq3.pod
42598 ____________________________________________________________________________
42599 [  8209] By: jhi                                   on 2000/12/20  15:33:28
42600         Log: More Win32 Perling.
42601      Branch: perl
42602            ! pod/perlfaq3.pod
42603 ____________________________________________________________________________
42604 [  8208] By: jhi                                   on 2000/12/20  15:07:46
42605         Log: More Win32 editor/IDE/shell hints.
42606      Branch: perl
42607            ! pod/perlfaq3.pod
42608 ____________________________________________________________________________
42609 [  8207] By: jhi                                   on 2000/12/20  03:54:08
42610         Log: Subject: [PATCH] obscure timing knowledge
42611              From: Nicholas Clark <nick@ccl4.org>
42612              Date: Tue, 19 Dec 2000 19:22:31 +0000
42613              Message-ID: <20001219192231.F2827@plum.flirble.org>
42614      Branch: perl
42615            ! sv.c
42616 ____________________________________________________________________________
42617 [  8206] By: jhi                                   on 2000/12/20  03:45:57
42618         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
42619              From: Spider Boardman <spider@leggy.zk3.dec.com>
42620              Date: Tue, 19 Dec 2000 21:30:16 -0500
42621              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
42622      Branch: perl
42623            ! sv.c
42624 ____________________________________________________________________________
42625 [  8205] By: jhi                                   on 2000/12/19  23:02:01
42626         Log: Update Changes.
42627      Branch: perl
42628            ! Changes patchlevel.h
42629 ____________________________________________________________________________
42630 [  8204] By: jhi                                   on 2000/12/19  22:58:18
42631         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
42632              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
42633              on editors and diffing/patching.
42634      Branch: perl
42635            ! t/op/utf8decode.t
42636 ____________________________________________________________________________
42637 [  8203] By: nick                                  on 2000/12/19  21:36:16
42638         Log: Integrate mainline (forgot my own change...)
42639      Branch: perlio
42640           !> ext/Encode/compile
42641 ____________________________________________________________________________
42642 [  8202] By: nick                                  on 2000/12/19  21:34:42
42643         Log: Integrate mainline.
42644      Branch: perlio
42645           !> (integrate 61 files)
42646 ____________________________________________________________________________
42647 [  8201] By: nick                                  on 2000/12/19  21:34:06
42648         Log: Avoid looking for File::Glob when we don't need it.
42649      Branch: perl
42650            ! ext/Encode/compile
42651 ____________________________________________________________________________
42652 [  8200] By: jhi                                   on 2000/12/19  18:35:49
42653         Log: Update Changes.
42654      Branch: perl
42655            ! Changes patchlevel.h
42656 ____________________________________________________________________________
42657 [  8199] By: jhi                                   on 2000/12/19  18:35:07
42658         Log: Microperl tweaks.
42659      Branch: perl
42660            ! sv.c uconfig.h uconfig.sh
42661 ____________________________________________________________________________
42662 [  8198] By: jhi                                   on 2000/12/19  18:29:59
42663         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
42664      Branch: perl
42665            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
42666            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
42667 ____________________________________________________________________________
42668 [  8197] By: jhi                                   on 2000/12/19  17:55:29
42669         Log: In VMS embedded perls couldn't access the statically built Socket,
42670              from Charles Lane.
42671      Branch: perl
42672            ! configure.com
42673 ____________________________________________________________________________
42674 [  8196] By: jhi                                   on 2000/12/19  17:49:50
42675         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
42676              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
42677              Date: Sun, 17 Dec 2000 19:11:44 -0000
42678              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
42679      Branch: perl
42680            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
42681            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
42682 ____________________________________________________________________________
42683 [  8195] By: jhi                                   on 2000/12/19  17:47:53
42684         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
42685              From: Jonathan Stowe <gellyfish@gellyfish.com>
42686              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
42687              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
42688      Branch: perl
42689            ! utils/h2xs.PL
42690 ____________________________________________________________________________
42691 [  8194] By: jhi                                   on 2000/12/19  17:46:28
42692         Log: Subject: Re: useless use of void context work-around
42693              From: andreas.koenig@anima.de (Andreas J. Koenig)
42694              Date: 16 Dec 2000 15:13:36 +0100
42695              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
42696              
42697              Document (comment) the q(di ds ig) trick in the code.
42698      Branch: perl
42699            ! op.c
42700 ____________________________________________________________________________
42701 [  8193] By: jhi                                   on 2000/12/19  17:10:57
42702         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
42703              From: "Mark J. Reed" <mreed@strange.turner.com>
42704              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
42705              Message-Id: <200012160222.VAA13986@strange.turner.com>
42706      Branch: perl
42707            ! ext/Sys/Syslog/Syslog.pm
42708 ____________________________________________________________________________
42709 [  8192] By: jhi                                   on 2000/12/19  17:07:45
42710         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
42711              From: Nicholas Clark <nick@ccl4.org>
42712              Date: Sat, 16 Dec 2000 19:03:13 +0000
42713              Message-ID: <20001216190313.D68304@plum.flirble.org>
42714      Branch: perl
42715            ! t/op/64bitint.t
42716 ____________________________________________________________________________
42717 [  8191] By: jhi                                   on 2000/12/19  17:06:13
42718         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
42719              From: Dominic Dunlop <domo@computer.org>
42720              Date: Mon, 18 Dec 2000 12:00:15 +0100
42721              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
42722              
42723              This patchlet is needed in order that perl can be statically linked.  
42724      Branch: perl
42725            ! regexec.c
42726 ____________________________________________________________________________
42727 [  8190] By: jhi                                   on 2000/12/19  17:03:08
42728         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
42729              From: "Craig A. Berry" <craig.berry@psinetcs.com>
42730              Date: Sun, 17 Dec 2000 00:18:35 -0600
42731              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
42732      Branch: perl
42733            ! perlio.h vms/gen_shrfls.pl
42734 ____________________________________________________________________________
42735 [  8189] By: jhi                                   on 2000/12/19  16:20:28
42736         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
42737              From: Prymmer/Kahn <pvhp@best.com>
42738              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
42739              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
42740              
42741              A better version of #8188.
42742      Branch: perl
42743            ! pod/perlfaq3.pod
42744 ____________________________________________________________________________
42745 [  8188] By: jhi                                   on 2000/12/19  15:57:06
42746         Log: (Replaced by #8189)
42747              
42748              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
42749              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
42750              From: Prymmer/Kahn <pvhp@best.com>
42751              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
42752              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
42753              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
42754              Date: Mon, 18 Dec 2000 11:10:45 -0500
42755              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
42756      Branch: perl
42757            ! pod/perlfaq3.pod
42758 ____________________________________________________________________________
42759 [  8187] By: jhi                                   on 2000/12/19  15:54:19
42760         Log: Email address fix for Anton Berezin.
42761      Branch: perl
42762            ! AUTHORS
42763 ____________________________________________________________________________
42764 [  8186] By: jhi                                   on 2000/12/19  15:38:54
42765         Log: Subject: [PATCH perl@8102] cygwin port
42766              From: "Eric Fifer" <efifer@dircon.co.uk> 
42767              Date: Thu, 14 Dec 2000 13:41:29 -0000
42768              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
42769              
42770              When compiling modules the data item that is being imported
42771              from libperl.dll needs to be tagged as imported/shared data:
42772              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
42773      Branch: perl
42774            ! perliol.h
42775 ____________________________________________________________________________
42776 [  8185] By: jhi                                   on 2000/12/19  14:53:24
42777         Log: Regen uconfig.h and uconfig.sh.
42778      Branch: perl
42779            ! uconfig.h uconfig.sh
42780 ____________________________________________________________________________
42781 [  8184] By: jhi                                   on 2000/12/18  20:43:49
42782         Log: Comments work so much better when they are closed.
42783      Branch: perl
42784            ! regcomp.c
42785 ____________________________________________________________________________
42786 [  8183] By: jhi                                   on 2000/12/18  18:04:02
42787         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
42788              Fixes the bug 20001218.016.
42789      Branch: perl
42790            ! regcomp.c
42791 ____________________________________________________________________________
42792 [  8182] By: gsar                                  on 2000/12/18  09:53:47
42793         Log: delete spurious files
42794      Branch: maint-5.6/perl
42795            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
42796            - vos/config.h vos/config_h.SH_orig
42797 ____________________________________________________________________________
42798 [  8181] By: gsar                                  on 2000/12/18  09:46:08
42799         Log: regen perltoc
42800      Branch: maint-5.6/perl
42801            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
42802 ____________________________________________________________________________
42803 [  8180] By: gsar                                  on 2000/12/18  09:20:27
42804         Log: integrate changes#7924..7926,7946,7952 from mainline
42805              
42806              A test works better if it has the right 1..$n output.
42807              
42808              All the core library users of Class::Struct seem to be
42809              using "use Class::Struct 'struct';" instead of the bare
42810              "use Class::Struct;", which isn't documented in Class::Struct.
42811              This can't be right.
42812              
42813              Make the Class::Struct import() wiser.
42814              
42815              Upgrade to CPAN 1.59_51, from Andreas König.
42816              
42817              Subject: Re: long shell lines
42818              Split overly long shell command lines.
42819      Branch: maint-5.6/perl
42820           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
42821           !> lib/File/stat.pm t/lib/class-struct.t
42822 ____________________________________________________________________________
42823 [  8179] By: gsar                                  on 2000/12/18  08:55:54
42824         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
42825              7918,7919,7988,8907 from mainline (various)
42826              
42827              Subject: [ID 20001127.004] White space problem in perlamiga.pod
42828              
42829              Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
42830              
42831              Subject: [PATCH] perlcc.PL cleanups
42832              
42833              Subject: [PATCH] Updating perltie.pod for arrays
42834              
42835              Subject: [ID 20001128.002] what's the point of example code if it is buggy?
42836              Subject: Re: [PATCH] Updating perltie.pod for arrays
42837              Subject: Re: [PATCH] Updating perltie.pod for arrays
42838              
42839              One more perltie.pod nit from Casey R. Tweten.
42840              
42841              Subject: [PATCH] $^O  win32 -> MSWin32
42842              plus similar nits for vms, err, VMS, and UNICOS.
42843              
42844              Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
42845              More checking in case someone has broken their services or
42846              protocol databases.
42847              
42848              Make "use Class::Struct 'struct';" work again (broken by #7617);
42849              add a test for Class::Struct.
42850              
42851              Integrate the "skip" messages to explain().
42852              
42853              Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
42854      Branch: maint-5.6/perl
42855           +> t/lib/class-struct.t
42856           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
42857           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
42858           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
42859 ____________________________________________________________________________
42860 [  8178] By: gsar                                  on 2000/12/18  08:16:30
42861         Log: avoid redefinition warnings on windows due to sys/socket.h getting
42862              #included before win32.h
42863      Branch: maint-5.6/perl
42864            ! win32/include/sys/socket.h
42865 ____________________________________________________________________________
42866 [  8177] By: gsar                                  on 2000/12/18  05:24:04
42867         Log: make regen_headers; fix POSIX.xs problems; remove outdated
42868              code from sys/socket.h that makes build fail now
42869      Branch: maint-5.6/perl
42870            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
42871            ! pod/perlapi.pod
42872           !> win32/include/sys/socket.h
42873 ____________________________________________________________________________
42874 [  8176] By: gsar                                  on 2000/12/18  05:20:17
42875         Log: update Changes
42876      Branch: maint-5.6/perl
42877            ! Changes patchlevel.h
42878 ____________________________________________________________________________
42879 [  8175] By: gsar                                  on 2000/12/18  04:57:48
42880         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
42881              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
42882              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
42883              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
42884              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
42885              7823,7825,7838
42886              
42887              Subject: Re: [PATCH] README.solaris
42888              
42889              Add getpagesize() probing, on non-UNIX guess 'undef'.
42890              
42891              Simplify the getpagesize() unit by dropping the
42892              pagesize probe since it's nowadays slightly more
42893              complicated because of sysconf(). (Note: if some
42894              platform really needs the -lPW for getpagesize,
42895              I just broke it.)
42896              TODO: a new pagesize unit.
42897              
42898              Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
42899              
42900              MachTen doesn't really do mmap() and munmap().
42901              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
42902              
42903              More README.solaris updates from Andy Dougherty.
42904              
42905              Copy the s// information of README.hpux also to the perlrun.
42906              
42907              Add HAS_FSYNC, lack noticed by Nicholas Clark.
42908              
42909              Add a metaconfig unit for fsync.
42910              
42911              Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
42912              
42913              Many subdocumented return values of the IO extension now documented.
42914              ungetc and write still left subdocumented.
42915              Subject: [PATCH] (was Re: IO::Handle::ungetc)
42916              
42917              Document tell() on special streams.
42918              
42919              Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
42920              
42921              Subject: [ID 20001112.007] sfio's sftell isn't ftell
42922              
42923              Couple of tests from #7660 salvaged.
42924              
42925              Tweak the definition of the bit complement on UTF-8 data:
42926              if none of the characters in the string are > 0xff,
42927              the result is a complemented byte string, not a (UTF-8)
42928              char string.  Based on the summary in
42929              Subject: Re: [ID 20000918.005] ~ on wide chars
42930              This should give us the maximum backward (pre-char string)
42931              compatibility and utf8 compatibility.  The other alternative
42932              would be to limit the bit complement to be always byte only,
42933              taking the least significant byte of the chars.
42934              
42935              Cleanup messy #ifdef.
42936              
42937              Typos in #7667.
42938              
42939              Declare reg_data like reg_substr_data.
42940              
42941              Placate nervous compilers that see longer than ints switch()ing.
42942              
42943              Remove the new two tests of lib/io_xs for now, they seem to
42944              fail under perlio on some platforms.
42945              
42946              Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
42947              
42948              Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
42949              
42950              Subject: tiny typo in perl5db.pl
42951              
42952              Subject: some additions for makefiles for win32 (for perl@7674)
42953              
42954              Hoist the duplicated socket/netdb include logic to perl.h;
42955              undef SETERRNO in case SOCKS has defined it.  Based on:
42956              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
42957              
42958              Regen Configure.
42959              
42960              Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
42961              (a macro to define signed and unsigned integer constants).
42962              
42963              Use UINT64_C().
42964              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
42965              
42966              Use u_int32_t for the size of hash_cb(), not size_t.
42967              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
42968              
42969              Quit utf8_to_uv() instantly if curlen == 0.
42970              
42971              Subject: [PATCH: perl@7674] updates to README.os390
42972              
42973              Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
42974              
42975              EBCDIC tweaks.
42976              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
42977              
42978              Linenumber fix.
42979              
42980              SOCKS has its own USE_THREADS, based on
42981              Subject: [ID 20001114.002] et. al. bugfix followup
42982              
42983              UINT64_C() work continues.
42984              
42985              Detypo.
42986              
42987              The type of the hash_cb() size argument is tricky.
42988              
42989              Add fwalk() probe to the configuration files and regen perltoc.
42990              
42991              Subject: perllocale.pod changes
42992              
42993              Avoid an infinite loop in VMS when utils scripts are run
42994              with no arguments, from Charles Lane.
42995              
42996              Subject: Re: Bug in Carp::Heavy/5.6.0?
42997              
42998              For Solaris use64bitall the stdchar needs a little bit of help.
42999              
43000              The long double hints can be here or there.
43001              
43002              Test tweak for the open pragma.
43003              
43004              Also the 64bitall hints can be either here or there.
43005              
43006              As surmised the #7719 wasn't a good move.
43007              
43008              Subject: Fix for 20000409.001
43009              
43010              Subject: Fix for 20000815.006
43011              It's really 20000518.006.
43012              
43013              Subject: [PATCH 5.6.0 README.win32] very minor typos
43014              
43015              Subject: Fix for README.amiga (20000323.033)
43016              
43017              Explain in more detail the {} syntax ambiguousity.
43018              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
43019              
43020              Sparc 64-bit pack() fix from Jens Hamisch.
43021              
43022              Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
43023              
43024              Subject: podlators 1.05 available        
43025              
43026              Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
43027              
43028              Subject: [perl 7711: EPOC] updates
43029              
43030              Make certain MacOS Classic has NO_ENVIRON_ARRAY.
43031              
43032              Miraculous typo.
43033              
43034              sysseek() instead of seek().
43035              
43036              Solaris hints tweaks.
43037              
43038              Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
43039              This may be overly harsh but until proven otherwise, we think this
43040              way, or until we have a simple test for Configure (having to start
43041              up servers is does not count as simple) to check for the problems.
43042              
43043              Remove the shared object before attempting to create
43044              (by linking) a new one.  E.g. in AIX not removing
43045              becomes quite painful if one tries to do more than one
43046              build in the same tree (an interrupted build, for example),
43047              since the AIX' shared dynaloader seemingly keeps the shared
43048              objects open and therefore 'busy' for quite a while, even when
43049              nobody is using the objects, leading into link failures.
43050              
43051              Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
43052              
43053              Subject: DOC PATCH 5.6.0 perlreftut
43054              
43055              Subject: [PATCH: perl@7777] add system locale testing for VMS
43056              
43057              Subject: [PATCH] Test.pm POD peculiarity
43058              
43059              Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
43060              
43061              Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
43062              
43063              Subject: Re: perl@7777 
43064              Detypoing.
43065              
43066              Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
43067              
43068              Go ahead and #include <unistd.h> in perl.h.
43069              
43070              Subject: [PATCH perl@7795] small cleanup task for test suite
43071              
43072              Subject: Re: av.c patch (having slight problems)
43073              unshift() speedup.
43074              
43075              Reach back one higher up when searching for PERL_SRC.
43076      Branch: maint-5.6/perl
43077           +> lib/File/Spec/Epoc.pm
43078           !> (integrate 88 files)
43079 ____________________________________________________________________________
43080 [  8174] By: gsar                                  on 2000/12/18  03:53:09
43081         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
43082              7625..7629,7631..7634,7637,7639,7642 from mainline
43083              
43084              Fix for the tie-refhash string table leaks.
43085              
43086              Subject: [patch perl@7595] VMS configure.com tweak
43087              
43088              More careful detection of how well NVs and UVs mix.
43089              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))
43090              Added some SIGFPE paranoia.
43091              
43092              Forgot to bump the line numbers in #7601.
43093              
43094              Subject: PATCH std stdio for (Free)BSD
43095              
43096              Deleting $ENV{PATH} in VMS is not recommendable.
43097              
43098              Locale buglets.
43099              Subject: RE: Locales support (setlocale) fixes
43100              
43101              Do not test UTF-8 locales since that the tests would require
43102              polymorphic regexen.
43103              
43104              Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
43105              
43106              A missing aTHX_.
43107              
43108              Subject: [ID 20001108.013] spelling
43109              
43110              Subject: [PATCH] Class::Struct at compile time
43111              
43112              Make deleting for %ENV work for (newer versions of) VMS,
43113              from Craig A. Berry.
43114              
43115              Forgot from #7618.
43116              
43117              More VMS moves on environment handling, from Charles Lane.
43118              
43119              Remove unused extra arguments.
43120              
43121              Typo in an ifndef.
43122              Subject: Re: [PATCH 5.7.0] better messages from malloc()
43123              
43124              Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
43125              All except the "cow orker" change.
43126              
43127              The generated boot_* headers are wrong.  Pickier compiler,
43128              such as KAI C++ will refuse to compile the resulting perlmain.
43129              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
43130              
43131              There's no =head3.
43132              
43133              Disable only the tests 99 and 166 for UTF-8 locales.
43134              
43135              Missing dTHXs.
43136              Subject: RE: perl@7595 builds not on cygwin
43137              
43138              Subject: Re: bash -c exit and linux hints 
43139              
43140              Various doc oddball characters.
43141              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
43142              
43143              Subject: [PATCH] IO::Seekable pod
43144              
43145              Amdahl UTS hints updates.
43146              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
43147              
43148              Explain better why certain regex tests are skipped.
43149              Subject: Re: tests skipped: unknown reason
43150              
43151              Subject: [PATCH] README.solaris
43152              
43153              Subject: [PATCH perl@7638] cygwin port
43154      Branch: maint-5.6/perl
43155           +> README.solaris
43156           !> (integrate 26 files)
43157 ____________________________________________________________________________
43158 [  8173] By: gsar                                  on 2000/12/18  03:37:02
43159         Log: integrate changes#7472,7474..7478,7481,7485,7489,7493,7494,7496,
43160              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
43161              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
43162              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
43163              
43164              Better create a true mailing list for the repository keepers.
43165              
43166              Subject: [ID 20001027.007] uniq array in perlfaq
43167              
43168              De-quoted-unreadable to ISO Latin 1.
43169              (There's one ISO-2022-JP name in Changes5.004.)
43170              
43171              Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
43172              
43173              The #7476 needs a MANIFEST change, too.
43174              
43175              Add also emailless people.
43176              
43177              UTF-8 decoder tweak.
43178              
43179              Make \x{...} consistently produce UTF-8.
43180              Subject: Re: \x{...} is confused 
43181              
43182              Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
43183              
43184              Add a perlbug flag, -A, to avoid acknowledgement messages.
43185              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
43186              
43187              Use Errno magic.
43188              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
43189              
43190              Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
43191              
43192              Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
43193              
43194              Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
43195              
43196              Be more lenient on bad UTF-8 when doing bit arithmetics.
43197              Subject: Re: [ID 20000918.005] ~ on wide chars
43198              (The ord() part of the patch skipped.)
43199              
43200              Subject: perlfaq style changes
43201              
43202              AUTHORS tweaks.
43203              
43204              Whitespace style tweak.  Was originally going to see to
43205              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
43206              but that had already been taken care of.
43207              
43208              The compiler is either gcc or cc, from Tom Bates.
43209              
43210              The osname has been lowercased by now, from Tom Bates.
43211              
43212              The NonStop-UX libraries have a novel way to say NaN.
43213              
43214              printf UVs the correct way, noticed by Robin Barker.
43215              
43216              Subject: [PATCH] startperl to respect versiononly
43217              
43218              AUTHORS updates.
43219              
43220              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
43221              
43222              Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
43223              
43224              Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
43225              
43226              Generalize the Camel wording.
43227              Subject: Re: perlfaq style changes
43228              
43229              Subject: [ID 20001005.006] Documentation -- description of qr//
43230              
43231              C.pm part of
43232              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
43233              
43234              Locale warning explanation tweak.
43235              
43236              Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
43237              
43238              Make the POSIX::setuid and POSIX::setgid to really call setuid()
43239              and setgid() because they were just changing $< and $( which means
43240              only changing the real uid/gid, as opposed to changing both
43241              real and effective ids.  (The alternative way could have been
43242              in POSIX.pm to change $> and $), too, but making a direct call
43243              to the C API feels cleaner.)  Fixes the bug
43244              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
43245              
43246              Expand %Config variables and %ENV variables only if
43247              so requested during build time using the
43248              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
43249              Not expanding makes relocating distributions easier.
43250              
43251              More tweaking on the #7522 theme.
43252              
43253              Test::Harness revealed buglets in the new DynaLoader.
43254              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
43255              
43256              Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
43257              fix a autovivification bug in Tie::RefHash, add tests for both.
43258              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
43259              
43260              Detpyo.
43261              
43262              recv() can fail and return undef.
43263              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
43264              
43265              Fix the problem discussed in
43266              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
43267              originally from Linc Madison.  Also Andreas König's comments
43268              taken into account.  Some other problems with Tie::SubstrHash
43269              fixed: didn't croak when the table exceeded the requested number
43270              of entries (as documented) but instead when the number of entries
43271              exceeded the size of the table, a croak() had an unnecessary \n,
43272              didn't have a CLEAR method, documented that there is no exists().
43273              Didn't fix to be strict-proof because the module uses &foo; and
43274              dynamic scope.  Added a test script exercizing both first tamely 
43275              the basic functionality, and then the failure cases reported by
43276              Linc Madison.
43277              
43278              Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
43279              
43280              The #7521 touched things it shouldn't have.
43281              
43282              Subject: [PATCH 5.7.0] better messages from malloc()
43283              
43284              Subject: Re: README.aix
43285              
43286              Add FCNTL_CAN_LOCK.
43287              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
43288              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
43289              
43290              Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
43291              create a "fast path" for locale name probing using "locale -a"
43292              if available, squash finally hopefully the s?printf resetting
43293              the numeric locale (since, IIUC perllocale, it never shouldn't). 
43294              
43295              More Changes tweakery.
43296              
43297              Dying is too strict here, better just skip.
43298              
43299              Subject: Locales support (setlocale) fixes
43300              Modified quite a bit to be more portable.
43301              
43302              Configure would use a bad $myuname from an old config.sh.
43303              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
43304              
43305              Fix for
43306              Subject: [ID 20001004.006] undef is never tainted
43307              An undef read from a slurped file was not tainted.
43308              
43309              Fix for
43310              Subject: [ID 20001004.007] taint propogation is inconsistent
43311              The culprit was sv_setsv() which was rather blindly
43312              propagating taint, which lead to behaviour where if
43313              a tainted anon hash value was seen all the hash values
43314              from then on at that level became tainted, or at any
43315              upper levels in the case of nested anon hashes.
43316              
43317              Test tweak: show also the failed locales.
43318              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
43319              
43320              A fix of sorts for 20000329.026, a better error message
43321              for a missing "use charnames" when using the \N{...}. 
43322              
43323              Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
43324              
43325              Add =pod to be tidy.
43326              
43327              Fix for bug id 19990615.008, pos() unset during s///ge.
43328              
43329              Add a note for future generations about bug id 20000229.006.
43330              
43331              Use -dM for gcc (the suggested patch did it only for Linux,
43332              but I think it can be generalized).
43333              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
43334              
43335              opmini.o can linger from Configures past.
43336              
43337              Document that the evaled syntax errors cause scalar leaks.
43338              
43339              Fix for
43340              Subject: [ID 20000728.005] perl -P broken
43341              (hopefully).  The fix is also not complete, it seems to break
43342              BOM swallowing for libc5 systems, but until someone figures
43343              out a way to do this without ftell(), this will do.
43344              
43345              AUTHORS updates.
43346              
43347              Subject: Re: rsync'ed patches vs. rsync'ed source
43348              
43349              Admit that the test leaks scalars.
43350              
43351              Sanitize the environment further.
43352              
43353              VOS updates from Paul Green.
43354              
43355              Document %ENV = () portability issues.
43356              
43357              Make the stdio test program of 7427 less noisy while being 
43358              compiled so that Digital UNIX wouldn't get both
43359              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
43360              undefined.  This makes perlio happy.
43361              
43362              glibc5 detection by __GNU_LIBRARY__.
43363              
43364              %ENV note tweaks from Dan Sugalski.
43365              
43366              Varargs don't always work too well if one puts an unsigned
43367              char on the stack and pop an unsigned quad off the stack.
43368              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
43369              
43370              Subject: Pod updates
43371              
43372              Fake support of holey files in win/dosish platforms.
43373              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
43374              
43375              A doc addition for bug id 20001105.019, beware \p.
43376              
43377              Tweak #7587.
43378              
43379              Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
43380              
43381              perlhack updates from H.Merijn Brand.
43382              
43383              Subject: [PATCH perl@7573] cygwin port
43384              Synchronize with Cygwin 1.1.5.
43385              
43386              Bad thinko in #7581 (I used the test program with the expanded
43387              values as-is).
43388              
43389              Make perlbug not insist on dumping to a file when stdout isn't a tty.
43390              Subject: [PATCH] perlbug.PL
43391              
43392              Overrideable keys, each, pop, push, shift, splice, unshift.
43393              Subject: [PATCH] prototyped functions that should be overrideable
43394              
43395              Try to avoid flockless and emulationless places.
43396      Branch: maint-5.6/perl
43397           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
43398            - MAINTAIN
43399           !> (integrate 111 files)
43400 ____________________________________________________________________________
43401 [  8172] By: jhi                                   on 2000/12/18  02:49:27
43402         Log: Regen pods.
43403      Branch: perl
43404            ! pod/perlmodlib.pod pod/perltoc.pod
43405 ____________________________________________________________________________
43406 [  8171] By: gsar                                  on 2000/12/18  02:49:24
43407         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
43408              7465..7471 from mainline
43409              
43410              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
43411              in platforms that strictly require all the symbols being present
43412              at link time.
43413              
43414              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
43415              
43416              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
43417              
43418              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
43419              
43420              Subject: [PATCH] todo
43421              
43422              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
43423              
43424              Use $sort, $uniq (and $tr) consistently as wondered
43425              by Nicholas Clark.
43426              
43427              Too enthusiastic editing in #7460.
43428              
43429              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
43430              
43431              Upgrade to CPAN 1.58_55.
43432              Subject: CPAN.pm status
43433              
43434              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
43435              
43436              Make target reordering to avoid pointless re-makes.
43437              Subject: Re: Total re-make of 'make okfile' after 7451 ?
43438              
43439              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
43440              
43441              Subject: DOC PATCH 5.6.0
43442              
43443              Add the repository doc by Malcolm, Sarathy, and by Simon,
43444              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
43445      Branch: maint-5.6/perl
43446           +> Porting/repository.pod
43447           !> Configure MANIFEST Makefile.SH README.dos README.os2
43448           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
43449           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
43450           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
43451 ____________________________________________________________________________
43452 [  8169] By: gsar                                  on 2000/12/18  02:33:34
43453         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
43454              7435..7441,7445 from mainline
43455              
43456              Make the UTF-8 decoding stricter and more verbose when
43457              malformation happens.  This involved adding an argument
43458              to utf8_to_uv_chk(), which involved changing its prototype,
43459              and prefer STRLEN over I32 for the UTF-8 length, which as
43460              a domino effect necessitated changing the prototypes of
43461              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
43462              The stricter UTF-8 decoding checking uses Markus Kuhn's
43463              UTF-8 Decode Stress Tester from
43464              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
43465              
43466              Run vms/vms_yfix.pl, should have done that after changing
43467              perly.c in #7382.
43468              
43469              Subject: [PATCH 5.7.0] static linking with uninstalled perl
43470              
43471              (Replaced by #7440.)
43472              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
43473              
43474              Fix the bug ID 20001024.005, the bug introduced by #7416.
43475              
43476              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
43477              
43478              Fix the bug reported in
43479              From: andreas.koenig@anima.de (Andreas J. Koenig)
43480              Also make is_utf8_char() stricter.
43481              
43482              Missed the header file changes from #7425.
43483              
43484              Check if stdio supports tweaking lval and cnt simultaneously.
43485              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
43486              
43487              Stratus VOS updates from Paul Green.
43488              
43489              Podify README.epoc and README.vos.
43490              
43491              Add targets to Makefile.SH, most importantly
43492              'regen_all' which also remembers to update vms/perly*.
43493              
43494              Subject: Minor update to find2perl, for portability
43495              
43496              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
43497              
43498              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
43499              
43500              Rename UTF8LEN() to be UNISKIP(), too confusing to have
43501              UTF8LEN() and UTF8SKIP(). 
43502              
43503              Allow poking holes at the UTF-8 decoding strictness.
43504              
43505              Continue the internal UTF-8 API tweaking.
43506              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
43507              used much more than the simpler API, now called utf8_to_uv_simple().
43508              Still not quite happy with API, too much partial duplication
43509              of functionality.
43510              
43511              A new version of making the syslog test more robust.
43512              (Replaces #7421.)
43513              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
43514              
43515              buildtoc target tweaks.
43516              
43517              Integrate with vmsperl #7430 by Charles Bailey:
43518              
43519              Cleanup from prior patch (Charles Lane?):
43520              - improve handling of MFDs in Basename and Path
43521              - default to no xsubpp line # munging when building debug images
43522      Branch: maint-5.6/perl
43523           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
43524           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
43525           !> (integrate 67 files)
43526 ____________________________________________________________________________
43527 [  8168] By: gsar                                  on 2000/12/18  02:05:49
43528         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
43529              
43530              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
43531              From: Martin Husemann <martin@duskware.de>
43532              
43533              Subject: [PATCH 5.7.0] restore match data on backtracing
43534              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43535      Branch: maint-5.6/perl
43536           !> regcomp.c regexec.c t/op/re_tests
43537 ____________________________________________________________________________
43538 [  8167] By: gsar                                  on 2000/12/18  01:55:22
43539         Log: integrate changes#7858,7986 from mainline
43540              
43541              C<foreach my $x ...> in pseudo-fork()ed process may diddle
43542              parent's memory; fix it by keeping track of the actual pad
43543              offset rather than a raw pointer (this change is probably also
43544              relevant to non-ithreads case to avoid fallout from reallocs of
43545              the pad array, but is currently only enabled for the ithreads
43546              case in the interests of minimal disruption to existing "well
43547              tested" code)
43548              
43549              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
43550              due to the notorious GetFileType() bug in Windows 9x, which fstat()
43551              tickles)
43552      Branch: maint-5.6/perl
43553           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
43554           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
43555           !> win32/win32.c win32/win32.h win32/win32sck.c
43556 ____________________________________________________________________________
43557 [  8166] By: gsar                                  on 2000/12/18  01:52:59
43558         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
43559              from mainline (xsubpp and ExtUtils::LibList fixups, various
43560              other small items)
43561              
43562              The generated boot_* headers are wrong.  Pickier compiler,
43563              such as KAI C++ will refuse to compile the resulting perlmain.
43564              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
43565              
43566              Various doc oddball characters.
43567              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
43568              
43569              Subject: [PATCH] Re: 20001101.003 PDL
43570              
43571              Subject: [PATCH 5.7.0] etags broken again
43572              
43573              Subject: [PATCH 5.7.0] Liblist finally works
43574              
43575              Subject: [PATCH 5.7.0] Liblist returns found libraries
43576              
43577              Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
43578              
43579              Subject: [PATCH 5.7.0] OUT keyword for xsubpp
43580              
43581              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
43582              OUT keyword nits.
43583              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
43584              OUT and IN_OUT documentation.
43585      Branch: maint-5.6/perl
43586           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
43587           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
43588           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
43589           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
43590           !> win32/bin/search.pl
43591 ____________________________________________________________________________
43592 [  8165] By: gsar                                  on 2000/12/18  01:28:45
43593         Log: integrate changes#7533,7563,7611,7623 from mainline (various
43594              malloc.c embellishments)
43595      Branch: maint-5.6/perl
43596           !> malloc.c pod/perldiag.pod
43597 ____________________________________________________________________________
43598 [  8164] By: gsar                                  on 2000/12/18  01:23:33
43599         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
43600              fixups)
43601      Branch: maint-5.6/perl
43602           !> utils/h2xs.PL
43603 ____________________________________________________________________________
43604 [  8163] By: gsar                                  on 2000/12/18  01:17:50
43605         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
43606              fixups)
43607      Branch: maint-5.6/perl
43608           !> Makefile.SH utils/perlbug.PL
43609 ____________________________________________________________________________
43610 [  8162] By: gsar                                  on 2000/12/18  00:25:43
43611         Log: always export Perl_deb() (it is required by re.xs whether
43612              Perl is built with or without -DDEBUGGING)
43613      Branch: maint-5.6/perl
43614            ! makedef.pl
43615 ____________________________________________________________________________
43616 [  8161] By: gsar                                  on 2000/12/18  00:23:38
43617         Log: integrate change#7414 from mainline
43618              
43619              Undo the basename() part of #7412 since the lib/basename
43620              tests would need upgrading too.
43621              
43622              squelch two tests in tr.t that rely on tr/// paranoia change
43623              that's not in 5.6.x
43624      Branch: maint-5.6/perl
43625            ! t/op/tr.t
43626           !> lib/File/Basename.pm
43627 ____________________________________________________________________________
43628 [  8160] By: gsar                                  on 2000/12/18  00:05:30
43629         Log: missing change in previous integrate
43630      Branch: maint-5.6/perl
43631           !> README.aix
43632 ____________________________________________________________________________
43633 [  8159] By: gsar                                  on 2000/12/18  00:03:38
43634         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
43635              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
43636              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7404..7408,
43637              7410..7413 from mainline
43638              
43639              Introduce the man[24-8] variables, from Andy Dougherty.
43640              
43641              Upgrade to CPAN 1.58, from Andreas König.
43642              
43643              An updated EBCDIC tr patch.
43644              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
43645              
43646              Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
43647              
43648              Two thirds of
43649              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
43650              The Install.pm changes will be submitted separately because
43651              they need some work and discussion still.
43652              
43653              The Install.pm third of
43654              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
43655              
43656              Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
43657              
43658              Subject: [PATCH 5.7.0] IVs in mtats
43659              
43660              Subject: [PATCH 5.7.0] Perl API for mstats
43661              
43662              Ilya implemented the memory profiling API.
43663              
43664              In Amdahl UTS "struct sv" is defined by a system header,
43665              <ksync.h>.
43666              
43667              Slight tweak of the code to appease Amdahl UTS cc.
43668              
43669              Amdahl UTS doesn't seem to do dynaloading.
43670              
43671              Use UTF8SKIP(), from Simon Cozens.
43672              
43673              Thinko in #7222.
43674              
43675              op/sprintf.t patch for OS/390 (and any other host with limited
43676              floating-point exponent length)
43677              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
43678              
43679              Tweak #7225.
43680              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
43681              
43682              Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
43683              
43684              Needs to be conditional on SunOS 4.
43685              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
43686              
43687              Test cases for bug id 20000323.056 (the bug seems to be fixed).
43688              
43689              Add test for bug id 20000427.003 (which seems to have
43690              been fixed) (also duplicate as 20000427.004, though
43691              with a higher severity).  Move one utf8 from op/append
43692              to pragma/utf8, tag the tests with bug ids.
43693              
43694              Document FNCASE=y as discussed in the bug 20000902.009.
43695              
43696              split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
43697              The problem was that rx->minlen was in chars while pp_split()
43698              thought it would be in bytes. 
43699              
43700              Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
43701              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
43702              
43703              Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
43704              
43705              Fix a couple of compiler-noted nits in #7235.
43706              
43707              Tweak the test of #7235.
43708              
43709              One more ~utf8 tweak.
43710              
43711              -w cleanup.
43712              Subject: Re: Problems with bleadperl 
43713              
43714              Subject: small pod patch
43715              
43716              Subject: [PATCH perlguts.pod] Document offset hack
43717              
43718              Add Charles Lane.
43719              
43720              Add the capability to include/exclude branches.
43721              
43722              Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
43723              
43724              Detect early whether the std streams have gone bad.
43725              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
43726              
43727              More IoTYPE sprinkling.
43728              
43729              Workaround for a sfio bug where the stream error indicator
43730              is not cleared as documented.
43731              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
43732              
43733              Clarify documentation on 'use bytes'.
43734              Subject: Re: What does 'use bytes' "mean" ?
43735              
43736              Show the failed remote port, instead of the failing line number.
43737              Subject: [PATCH 5.6.1 Debugger] More diagnostics
43738              
43739              Make Cwd more bulletproof in chrooted environments.
43740              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
43741              
43742              Subject: Pod patch for Devel::Peek
43743              
43744              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
43745              
43746              Borland C fstat() never saw the fd as writable.
43747              Subject: fix for Borland's weak "stat" (perl@7211)
43748              
43749              Missing change from #7362.
43750              
43751              Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
43752              
43753              Add the test case for the bug id 20000730.004 which seems
43754              to have been fixed by now.
43755              
43756              Fix of sorts for bug id 20000901.092.  There seems to be no trace
43757              of a 'pmshort' anywhere in the B, so the offending line was simply
43758              removed.
43759              
43760              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
43761              
43762              Subject: PATCH do_print has 2 PerlIO_error()s
43763              
43764              NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
43765              
43766              Typo noted by Mark Lutz.
43767              
43768              Subject: PATCH CR+LF should be "\cM\cJ" in perlop
43769              
43770              In the latest compiler builds cccdlflags must not become -fpic,
43771              from Wilfredo Sánchez.
43772              
43773              Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
43774              
43775              Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
43776              
43777              SOCKS function redefinitions need prototypes, too, otherwise
43778              for example 32 bit versus 64 bit differences cause a lot of
43779              problems.  Part of
43780              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
43781              
43782              Portability tweak on #7377.
43783              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
43784              
43785              Don't write double values through long double pointers,
43786              based on a part of
43787              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
43788              
43789              Reëntrancy fix.
43790              Subject: [PATCH perl@7229] Rentrant parser and yylex()
43791              
43792              Make scan_num() reëntrant, as suggested in
43793              Subject: [PATCH perl@7229] Rentrant parser and yylex()
43794              
43795              Fix for ID 20001020.006, concatenating an unset submatch
43796              with utf8 resulted in "Modification of a read-only value".
43797              
43798              Fix for ID 20000915.011, IO::Select warning for an undefined fd.
43799              
43800              The #7383 was right only in the context of the original bug report,
43801              not in more general case.
43802              
43803              Update Changes.
43804              
43805              Testcases for a #7383,#7385 related bug.
43806              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
43807              
43808              Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
43809              
43810              Tweak the Is* definitions of Unicode character classes
43811              to better match the official categorizations; embrace
43812              the official categorizations; add the combining marks
43813              as alpha (and -numeric); fix DCinital (a typo and edito)
43814              to be DCmedial.
43815              
43816              Hints tweak from Anton Berezin.
43817              
43818              Subject: installman go-faster stripes
43819              Subject: Re: installman go-faster stripes
43820              
43821              Subject: [ID 20001021.003] updated hints/openbsd.sh
43822              
43823              Subject: [PATCH bleadperl] -MO=C falls over on package <none>
43824              
43825              Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
43826              
43827              Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
43828              
43829              Doc patch.
43830              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
43831              
43832              Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
43833              
43834              Subject: Re: [ID 20001021.005] SEGV with regex match 
43835              
43836              Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
43837              
43838              The change #7187 was not so good on VMS.
43839              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
43840              
43841              Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
43842              
43843              Miscellaneous MacOS Classic library updates from Matthias Neeracher.
43844              
43845              Document PERL_INSTALL_ROOT of #7210.
43846      Branch: maint-5.6/perl
43847           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
43848           +> t/lib/tie-splice.t
43849            - lib/unicode/Is/DCinital.pl
43850           !> (integrate 112 files)
43851 ____________________________________________________________________________
43852 [  8158] By: jhi                                   on 2000/12/17  23:04:24
43853         Log: Subject: [PATCHES] RE: perl@8150 
43854              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
43855              Date: Sun, 17 Dec 2000 21:46:39 +0100
43856              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
43857              
43858              Neither cygwin has a getpwuid() one can trust on.
43859      Branch: perl
43860            ! t/lib/glob-basic.t
43861 ____________________________________________________________________________
43862 [  8157] By: jhi                                   on 2000/12/17  23:01:54
43863         Log: More MAN.PODS => {} fixes.
43864      Branch: perl
43865            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
43866            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
43867            ! os2/OS2/REXX/Makefile.PL
43868 ____________________________________________________________________________
43869 [  8156] By: gsar                                  on 2000/12/17  22:49:13
43870         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
43871              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
43872              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
43873              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
43874              7201,7204 from mainline
43875              
43876              Remove vestiges of tr//CU.
43877              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
43878              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
43879              
43880              The return value of setlocale must be copied away.
43881              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
43882              
43883              Allow chop() and chomp() to be overridden.
43884              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
43885              
43886              Hints optimization.
43887              Subject: Minor nit
43888              
43889              Subject: [PATCH] de-wall t/README
43890              
43891              Subject: Re: Two advertising clauses need to be removed
43892              
43893              Batch of UTF-8 patches from Simon Cozens.
43894              
43895              Fix for a parsing bug, not for the original bug.
43896              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
43897              
43898              Compilation warnings and an error.
43899              
43900              Subject: File::Find 5.7.0 POD nits
43901              
43902              Subject: [PATCH perl-5.7.0] continued -Wformat support
43903              
43904              The one that got away.
43905              
43906              Subject: Re: perl@7078
43907              
43908              UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
43909              convertable to bytes by checking it doesn't go above 0xc3
43910              Subject: Re: perl@7078
43911              
43912              Replace #7084 with
43913              Subject: Re: perl@7078 
43914              
43915              We don't need to count the high bit bytes, a boolean is enough. 
43916              
43917              Subject: [PATCH] utf8.c apidoc
43918              
43919              Subject: Re: perl@7078 
43920              
43921              Botched the #7090 check-in.
43922              
43923              Fix for the charnames.t failures from Spider Boardman.
43924              
43925              Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
43926              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
43927              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
43928              0 to checking to get the warning.
43929              
43930              Subject: [PATCH] Nits in perlmod.pod
43931              
43932              Subject: Re: Trapping by opmask sets strange parser state [PATCH]
43933              
43934              Subject: Re: unicode support and perl [ID 20000901.097]
43935              
43936              Subject: Re: unicode support and perl [ID 20000901.097]
43937              
43938              Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
43939              
43940              Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
43941              
43942              Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
43943              
43944              Subject: [PATCH@blead] Fix some recursion in overload.pm
43945              
43946              s/Robin Parker/Robin Barker/
43947              
43948              Subject: [PATCH] Fix aliasing of tied filehandles
43949              
43950              Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
43951              
43952              Subject: Re: [PATCH 5.005_64 missed]
43953              
43954              SOCK_DGRAM and listen() do not mix as reported in
43955              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
43956              The patch for 5.7.0+ had to be reengineered, though.
43957              
43958              Subject: DOC PATCH 5.6.0
43959              
43960              Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
43961              
43962              Document the issue (is not a syntax error, kind of)
43963              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
43964              
43965              Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
43966              Did not apply cleanly, manual intervention was needed.
43967              
43968              Subject: [PATCH] DLL not restartabke with threaded perl
43969              
43970              Inside require() $^S was always left undefined.
43971              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
43972              
43973              Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
43974              
43975              OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
43976              
43977              Regen headers.
43978              
43979              Subject: [PATCH 5.7.0] Epoc update
43980              
43981              Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
43982              as suggested by Olaf Flebbe and Nick Clark.
43983              
43984              Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
43985              
43986              Misplaced else.
43987              
43988              Scale down the VMS message boxes, by Charles Lane.
43989              Fix for ID 20000903.009, workaround at
43990              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
43991              
43992              Subject: [ID 20001003.006] B::Debug not -w clean
43993              
43994              Test harness update to sync with the new perlcc,
43995              from Simon Cozens.
43996              
43997              One remaining nit less at the VMS mailbox sizing.
43998              
43999              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
44000              
44001              It is possible to have no hosts database at all.  Pointed out in
44002              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
44003              
44004              Subject: [PATCH 5.7.0] h2xs not working
44005              Subject: [PATCH 5.7.0] h2xs not documenting the created module
44006              
44007              Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
44008              
44009              Subject: perlhack.pod Patch for Externals Tools
44010              
44011              Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
44012              
44013              Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
44014              
44015              Enable disabling scripts installation by Configure -Uinstallscripts,
44016              suggested by H. Merijn Brand.
44017              
44018              Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
44019              reported several times by Dominic Dunlop, for example in
44020              ID 20000315.008.  Patch from Dominic.  Patch affects at
44021              least MachTen, and possibly other oldish BSDs. Should not
44022              break non-broken platforms (tested on LinuxPPC). 
44023              
44024              Regen toc.
44025              
44026              Subject: Re: Questions about Tie::Array and perl modules
44027              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
44028              
44029              Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
44030              
44031              Tweak #7153.
44032              
44033              IO::Handle->syswrite() did not handle length omission
44034              like CORE::syswrite() does.
44035              Subject: [Fwd] IO::Handle, syswrite and arguments
44036              The original patch from andrew@ugh.net.au.
44037              
44038              Also the $ccflags is needed for the C compiler check.
44039              Subject: Configure (check for C-compiler)
44040              
44041              Eliminate $Is_VMS code from the test.
44042              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
44043              
44044              Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
44045              as the first option of cc/ld because of ultrapicky compilers
44046              (e.g. OS/390 R2.5)
44047              
44048              Change the version number of Tie::Handle in the core to 4.0,
44049              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
44050              Subject: Note on Tie::Handle
44051              
44052              UTF8ize split() so that the cloned substrings get the UTF8
44053              flag of the original scalar.  Problem reported by Simon Cozens.
44054              
44055              save_re_context() could reset PL_curcop to freed memory, causing core
44056              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
44057              
44058              Subject: PATCH 5.6 perldebguts grammar cleanup
44059              
44060              Add a todo note about overloadable assertions.
44061              
44062              on Windows, LoadLibrary() could load an extension DLL multiple
44063              times if forward slashes are used in the path
44064              
44065              on Windows, cwd strings in the environment should be of the
44066              form =X:=X:\foo instead of =X=X:\foo\
44067              
44068              on Windows, avoid potential exception (could happen if MSVCRT isn't
44069              being used) when closing a socket handle
44070              
44071              avoid nonportable example code
44072              
44073              Windows9x doesn't support link(), despite what Config.pm
44074              might think
44075              
44076              pod nit
44077              
44078              Change #7160 had a nasty typo.
44079              
44080              Warn about unknown scripts.
44081              Subject: Re: ideas? patches? [PATCH bleadperl]
44082              
44083              on Windows, clean targets might not work under some flavors of the shell
44084              
44085              tweak for change#7173
44086              
44087              Make eq work again with utf8 (disabling the upgrading
44088              should no more be necessary since the copies of the
44089              scalars are upgraded, not the scalars themselves).
44090              Takes care of ID 20001009.001.  (The claimed length()
44091              bug in 20001009.001 seems bogus to me.)
44092              
44093              Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
44094              
44095              Upgrade to CGI.pm 2.74, from Lincoln Stein.
44096              
44097              Upgrade to podlators 1.04, from Russ Allbery.
44098              
44099              Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
44100              
44101              Quote the temp file name, needed in Win32 because the
44102              default name unfortunately contains spaces, shouldn't
44103              hurt elsewhere.
44104              Subject: FW: perldoc fails if $TEMP contains spaces
44105              
44106              Subject: RE: [ID 19990803.001] README.win32 suggestions 
44107              
44108              Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
44109              
44110              Subject: Re: utf8 concat, mg_get
44111              
44112              Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
44113              
44114              Subject: [PATCH: perl@7181] op/tr tests on OS/390
44115              
44116              Subject: [PATCH: perl@7181] ver.t v string tests for os/390
44117              
44118              Use the versiononly instead of the installscripts,
44119              retract the changes 7146 and 7147.
44120              
44121              Reapply Andy's patch and regen Configure.
44122              
44123              Add the test case for #7190, from the original bug report
44124              by Andreas König.
44125              
44126              Remove duplicated code.
44127              
44128              SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
44129              
44130              restore change#7202
44131      Branch: maint-5.6/perl
44132           !> (integrate 121 files)
44133 ____________________________________________________________________________
44134 [  8155] By: jhi                                   on 2000/12/17  22:30:58
44135         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
44136              From: "Craig A. Berry" <craigberry@mac.com>
44137              Date: Sun, 17 Dec 2000 13:09:28 -0600
44138              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
44139              
44140              MAN.PODS => ' ' is naughty.
44141      Branch: perl
44142            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
44143 ____________________________________________________________________________
44144 [  8154] By: nick                                  on 2000/12/17  22:07:13
44145         Log: MULTIPLICITY nit.
44146      Branch: perl
44147            ! mg.c
44148 ____________________________________________________________________________
44149 [  8153] By: gsar                                  on 2000/12/17  21:23:05
44150         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
44151              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
44152              from mainline
44153              
44154              Document the SvIOK_.*UV().
44155              
44156              Update Unicode todo list.
44157              
44158              Guard against bad string->int conversion for quads.
44159              
44160              Subject: small apidoc fix
44161              
44162              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
44163              
44164              Subject: [PATCH] Tied filehandle documentation
44165              
44166              Subject: [PATCH] Modernize Opcode.pm documentation
44167              
44168              Make Data::Dumper (non-XS) to work with changed semantics of ref().
44169              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
44170              [applied even though said semantics didn't change in 5.6.x]
44171              
44172              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
44173              
44174              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
44175              
44176              Fix the URL, but the server is still missing in action.
44177              Subject: [ID 20000905.002] perlfaq1.pod URL error
44178              
44179              Subject: [ID 20000903.001] \w in utf8-strings
44180              
44181              Fix the ccversion detection for 5.1 and beyond.
44182              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
44183              
44184              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
44185              
44186              Subject: [ID 20000904.008] Tiny fix for perldiag
44187              
44188              Subject: Re: [ID 20000906.004] segfault with bad perl statement
44189              
44190              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
44191              
44192              Subject: [ID 20000908.002] perlipc documentation bug.
44193              
44194              Subject: [PATCH lib/Benchmark.pm]
44195              
44196              Re-allow vec() for characters > 255.
44197              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
44198              
44199              Do away with memory models cruft.  Sorry, PDP users.
44200              
44201              Continue #7041.
44202              
44203              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
44204              
44205              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
44206              
44207              Upgrade to CPAN 1.57_65, from Andreas König.
44208              
44209              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
44210              by Russ Allbery.
44211              
44212              Silence t/pod/*.t about alternate quote-mappings now implemented
44213              by Pod::Text, from Brad Appleton.
44214              
44215              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
44216              Subject: borland C++ win32.c tweak
44217              
44218              C<@a = @b = split(...)> optimization coredumps under ithreads
44219              (missed a spot when fixing up op_pmreplroot hack for ithreads)
44220              
44221              Document the SvUTF8*().
44222              
44223              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
44224              
44225              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
44226              
44227              Do in VMS as the #7054 does.
44228              
44229              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
44230              
44231              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
44232              
44233              Subject: [patch: perl@7045] vms updates
44234              
44235              Test for the #7049.
44236              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
44237              
44238              Break up the myconfig lines a bit.
44239              Subject: perlbug/perl -V output format
44240              
44241              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
44242              
44243              The #7054 truncated Configure badly.
44244              
44245              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
44246              initialization in all the threads on Windows
44247              
44248              Allow for whitespace between "#" and "line" in cpp output.
44249              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
44250              
44251              Remove vestiges of tr//CU.
44252              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
44253              
44254              The return value of setlocale must be copied away.
44255              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
44256              
44257              Allow chop() and chomp() to be overridden.
44258              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
44259              
44260              Hints optimization.
44261              Subject: Minor nit
44262              
44263              Subject: [PATCH] de-wall t/README
44264              
44265              Subject: Re: Two advertising clauses need to be removed
44266      Branch: maint-5.6/perl
44267           !> (integrate 75 files)
44268 ____________________________________________________________________________
44269 [  8152] By: gsar                                  on 2000/12/17  20:30:11
44270         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
44271              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
44272              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
44273              
44274              Don't attach -ld to the archname if pointless.
44275              
44276              Document UNTIE in a very minimalistic way.
44277              
44278              POSIX doesn't report long double values under -Duselongdouble
44279              when the long doubles are "real" (bigger than doubles).
44280              
44281              More author updates.
44282              
44283              Try to deduce NV_MAX.  Really should be Configure fodder.
44284              
44285              :: not allowed in pathnames, change to .
44286              Subject: [PATCH perl@6938] cygwin port
44287              
44288              Forget about NV_MAX (#6951).  Various floating point tweaks,
44289              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
44290              
44291              Move the Solaris 7 scan to use64bitall, make the
44292              failure to find 64-bot sparc libc to mention the
44293              possibility of being in an intel, from Lupe and Alan.
44294              
44295              Regen perltoc.
44296              
44297              AUTHORS tweaks, from Peter Prymmer.
44298              
44299              More address tweaking.
44300              
44301              Small tweaks all over.
44302              
44303              File::Temp patches from Andreas König,
44304              
44305              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
44306              
44307              Subject: CPAN.pm beta 1.57_57 for the core
44308              
44309              Part of the solution.
44310              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
44311              
44312              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
44313              
44314              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
44315              
44316              Add the overload warnings to perldiag.
44317              
44318              Drop unused argument.
44319              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
44320              
44321              Subject: Nit in Configure (bleadperl@6961)
44322              
44323              Update to PodParser 1.18, from Brad Appleton.
44324              
44325              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
44326              
44327              Subject: [PATCH: 6948] add SCNfldbl to configure.com
44328              
44329              Document UNTIE. Also tweak implementation to suppress the 'inner references'
44330              warning when UNTIE exists and instead pass the cound of extra references to
44331              the UNTIE method.
44332              
44333              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
44334              so that case-ignoring systems like DCL can tell them from
44335              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
44336              
44337              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
44338              
44339              Feature ordering tweak.
44340              
44341              Regen perltoc.
44342              
44343              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
44344              
44345              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
44346              
44347              Subject: http:// in L<>
44348              
44349              Detypo.
44350              
44351              change#6791 accidentally clobbered change#6710, put it back
44352              
44353              Only the first line, thank you very much.
44354              
44355              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
44356              plus rework the http: spots as suggested by Tom Christiansen,
44357              plus regen perltoc.
44358              
44359              Undo part of change 6489 which looks like a bulk edit which
44360              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
44361              The supressing of main:: on return from select() is undesirable.
44362              
44363              Apparently avoiding the swapping is too costly.
44364              
44365              Various Configure nits by Philip Newton,
44366              plus the ebcdic one by me.
44367              
44368              Make certain cc is set before trying to run it.
44369              
44370              If overloaded %{} etc. return the object do not loop.
44371              Thus  sub deref { $_[0] } functions if object is wanted type.
44372              
44373              Update perlhist.
44374              
44375              More %{} and other deref special casing - do not pass to 'nomethod'.
44376      Branch: maint-5.6/perl
44377           !> (integrate 59 files)
44378 ____________________________________________________________________________
44379 [  8151] By: gsar                                  on 2000/12/17  19:14:38
44380         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
44381              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
44382              
44383              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
44384              
44385              Make the epsilon to be relative, not absolute.
44386              
44387              Put back the flags dump as reasoned in
44388              Subject: Re: [PATCH] Glob dumping
44389              
44390              Introduce ccname to keep track of what compiler kind of we have.
44391              
44392              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
44393              
44394              Put back the slice accidentally removed by #6907.
44395              
44396              Reset archname and archname64 always, forcing them be
44397              recomputed at each Configure run, make Configure and
44398              the hints files agree on the naming of largefiles variables.
44399              
44400              Don't say "Perl 5.0 source kit".
44401              
44402              Subject: [PATCH] fix misc cast warnings
44403              
44404              Subject: typos in pods
44405              
44406              NVs not necessarily doubles, as pointed out by Yitzchak.
44407              
44408              Subject: [PATCH 6889] add a few ldbl formats to configure.com
44409              
44410              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
44411              
44412              Better options for rsync.
44413              
44414              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
44415              
44416              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
44417              
44418              Subject: [PATCH] Re: UNTIE method 
44419              
44420              A better fix for the Socket building problem from Craig Berry.
44421              
44422              Retract the dummy test, skip the security tests (instead of failing),
44423              explain what the warnings mean.
44424              
44425              Heap decorruption.
44426              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
44427              
44428              Update to Unicode 3.0.1.
44429              
44430              Missed one Unicode file.
44431              
44432              Subject: Re: typos in pods
44433              
44434              The #6929 was too skimpy.
44435              
44436              sscanf() may be the only way to read long doubles from strings.
44437              
44438              Reveal Borland's isnan.
44439              Subject: build with BC++ tweak
44440              
44441              Issue useful diagnostic on unknown pod commands.
44442              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
44443              
44444              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
44445              
44446              Clarify the third case of ftmp-security warnings.
44447              
44448              Make -Dusemorebits find long doubles in Solaris.
44449              
44450              Wrap the test in eval.
44451      Branch: maint-5.6/perl
44452           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
44453           +> lib/unicode/PropList.txt lib/unicode/README.perl
44454           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
44455           +> lib/unicode/Unicode.301 vms/vmspipe.com
44456            - lib/unicode/Props.txt lib/unicode/UCD300.html
44457            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
44458           !> (integrate 305 files)
44459 ____________________________________________________________________________
44460 [  8150] By: jhi                                   on 2000/12/17  18:47:57
44461         Log: Uncheckedin generated files.
44462      Branch: perl
44463            ! global.sym perlapi.c pod/perlapi.pod
44464 ____________________________________________________________________________
44465 [  8149] By: jhi                                   on 2000/12/17  18:41:22
44466         Log: Update Changes.
44467      Branch: perl
44468            ! Changes patchlevel.h
44469 ____________________________________________________________________________
44470 [  8148] By: jhi                                   on 2000/12/17  18:39:16
44471         Log: Subject: [PATCH] Fcntl constants speedup
44472              From: Nicholas Clark <nick@ccl4.org>
44473              Date: Sun, 17 Dec 2000 16:29:24 +0000
44474              Message-ID: <20001217162924.E97668@plum.flirble.org>
44475              
44476              Use IVs for the Fcntl constants instead of NVs.
44477      Branch: perl
44478            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
44479 ____________________________________________________________________________
44480 [  8147] By: jhi                                   on 2000/12/17  18:33:41
44481         Log: Add test for #8145 (binmode() warning), add warning for
44482              ioctl() and sockpair(), document them. (fileno() cannot
44483              be tripwired with the same kind of warning because
44484              'defined fileno($foo)' seems to be an idiom.)
44485      Branch: perl
44486            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
44487 ____________________________________________________________________________
44488 [  8146] By: gsar                                  on 2000/12/17  18:09:08
44489         Log: update Changes
44490      Branch: maint-5.6/perl
44491            ! Changes
44492 ____________________________________________________________________________
44493 [  8145] By: jhi                                   on 2000/12/17  17:39:35
44494         Log: Subject: [PATCH] Re: The long awaited feature ...
44495              From: Simon Cozens <simon@cozens.net>
44496              Date: Sun, 17 Dec 2000 12:31:56 +0000
44497              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
44498              
44499              Add a warning to binmode() about using bad filehandles
44500              (can happen e.g. if someone forgets the filehandle argument)
44501      Branch: perl
44502            ! pp_sys.c
44503 ____________________________________________________________________________
44504 [  8144] By: jhi                                   on 2000/12/17  17:33:48
44505         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
44506              From: Jonathan Stowe <gellyfish@gellyfish.com>
44507              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
44508              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
44509      Branch: perl
44510            ! lib/Net/Ping.pm
44511 ____________________________________________________________________________
44512 [  8143] By: jhi                                   on 2000/12/17  05:31:37
44513         Log: Polymorphic regexps.
44514              
44515              Fixes at least the bugs 20001028.003 (both of them...) and
44516              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
44517              also to be fixed by now, probably already before this patch.
44518      Branch: perl
44519            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
44520            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
44521            ! t/op/utf8decode.t t/pragma/utf8.t
44522 ____________________________________________________________________________
44523 [  8142] By: jhi                                   on 2000/12/16  17:16:05
44524         Log: Subject: [patch perl@8102] dos/djgpp update
44525              From: Laszlo Molnar <ml1050@freemail.hu>
44526              Date: Sat, 16 Dec 2000 01:40:52 +0100
44527              Message-ID: <20001216014052.A335@freemail.hu>
44528      Branch: perl
44529            ! djgpp/config.over t/base/commonsense.t
44530 ____________________________________________________________________________
44531 [  8141] By: jhi                                   on 2000/12/16  17:09:27
44532         Log: Few uncheckedin files.
44533      Branch: perl
44534            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
44535 ____________________________________________________________________________
44536 [  8140] By: nick                                  on 2000/12/15  22:14:31
44537         Log: Integrate mainline
44538      Branch: perlio
44539           !> (integrate 53 files)
44540 ____________________________________________________________________________
44541 [  8139] By: jhi                                   on 2000/12/15  19:49:49
44542         Log: One more IVUV tweak from Nicholas Clark.
44543      Branch: perl
44544            ! sv.c
44545 ____________________________________________________________________________
44546 [  8138] By: jhi                                   on 2000/12/15  19:17:06
44547         Log: Return of the IVUV-preservation, now seems to be happy even
44548              in Digital UNIX (the broken strtoul brokenness detection
44549              seems to have been the fly in the ointment).
44550      Branch: perl
44551            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
44552            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
44553            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
44554            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
44555            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
44556            ! vos/config.ga.h win32/config.bc win32/config.gc
44557            ! win32/config.vc
44558 ____________________________________________________________________________
44559 [  8137] By: jhi                                   on 2000/12/15  18:12:14
44560         Log: Metaconfig unit change for #8136.
44561      Branch: metaconfig
44562            ! U/modified/d_strtoul.U
44563      Branch: metaconfig/U/perl
44564            ! d_strtoull.U d_strtouq.U
44565 ____________________________________________________________________________
44566 [  8136] By: jhi                                   on 2000/12/15  18:11:35
44567         Log: I don't think it's sensible or portable to test the strtou*
44568              on /^-/ strings.
44569      Branch: perl
44570            ! Configure
44571 ____________________________________________________________________________
44572 [  8135] By: jhi                                   on 2000/12/15  17:18:49
44573         Log: Metaconfig unit change for #8134.
44574      Branch: metaconfig
44575            ! U/modified/d_strtoul.U
44576 ____________________________________________________________________________
44577 [  8134] By: jhi                                   on 2000/12/15  17:14:13
44578         Log: If longsize is 8 we don't need a LL suffix for integer constants.
44579      Branch: perl
44580            ! Configure config_h.SH
44581 ____________________________________________________________________________
44582 [  8133] By: jhi                                   on 2000/12/15  16:00:23
44583         Log: Update Changes.
44584      Branch: perl
44585            ! Changes patchlevel.h
44586 ____________________________________________________________________________
44587 [  8132] By: jhi                                   on 2000/12/15  15:44:16
44588         Log: Some compilers get huffy if you do not cast a const pointer
44589              to a non-const when assigning.
44590      Branch: perl
44591            ! gv.c
44592 ____________________________________________________________________________
44593 [  8131] By: jhi                                   on 2000/12/15  15:38:30
44594         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
44595              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44596              Date: Fri, 15 Dec 2000 05:26:57 -0500
44597              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
44598      Branch: perl
44599            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
44600            ! t/pragma/overload.t
44601 ____________________________________________________________________________
44602 [  8130] By: jhi                                   on 2000/12/15  15:36:08
44603         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
44604              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44605              Date: Thu, 14 Dec 2000 22:02:43 -0500
44606              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
44607      Branch: perl
44608            ! gv.c perl.h
44609 ____________________________________________________________________________
44610 [  8129] By: jhi                                   on 2000/12/15  15:34:16
44611         Log: Subject: PATCH: h2xs nit
44612              From: Tim Jenness <t.jenness@jach.hawaii.edu>
44613              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
44614              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
44615              
44616              Add a template README.
44617      Branch: perl
44618            ! utils/h2xs.PL
44619 ____________________________________________________________________________
44620 [  8128] By: jhi                                   on 2000/12/15  15:32:22
44621         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
44622      Branch: perl
44623            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
44624 ____________________________________________________________________________
44625 [  8127] By: jhi                                   on 2000/12/15  15:19:34
44626         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
44627              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
44628              Date:     Thu, 14 Dec 2000 20:04:42 EST
44629              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
44630      Branch: perl
44631            ! ext/Opcode/Opcode.xs
44632 ____________________________________________________________________________
44633 [  8126] By: jhi                                   on 2000/12/15  15:17:49
44634         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
44635              From: Peter Prymmer <pvhp@forte.com>
44636              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
44637              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
44638      Branch: perl
44639            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
44640            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
44641            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
44642 ____________________________________________________________________________
44643 [  8125] By: jhi                                   on 2000/12/15  15:11:05
44644         Log: This seems to be a stage sane and stable enough to checkin.
44645              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
44646      Branch: perl
44647            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
44648            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
44649            ! t/op/cmp.t t/op/numconvert.t
44650 ____________________________________________________________________________
44651 [  8124] By: jhi                                   on 2000/12/15  04:20:26
44652         Log: Something is really wonky.
44653      Branch: perl
44654            ! sv.c
44655 ____________________________________________________________________________
44656 [  8123] By: jhi                                   on 2000/12/15  04:00:50
44657         Log: Fixes for the IV UV patches to compile in Digital UNIX.
44658      Branch: perl
44659            ! sv.c
44660 ____________________________________________________________________________
44661 [  8122] By: jhi                                   on 2000/12/15  02:53:40
44662         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
44663              From: "Craig A. Berry" <craigberry@mac.com>
44664              Date: Thu, 14 Dec 2000 19:10:49 -0600
44665              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
44666      Branch: perl
44667            ! vms/vms.c
44668 ____________________________________________________________________________
44669 [  8121] By: jhi                                   on 2000/12/15  02:50:00
44670         Log: Metaconfig changes for #8120.
44671      Branch: metaconfig
44672            + U/modified/d_strtoul.U
44673      Branch: metaconfig/U/perl
44674            ! d_strtoull.U d_strtouq.U
44675 ____________________________________________________________________________
44676 [  8120] By: jhi                                   on 2000/12/15  02:49:42
44677         Log: From: Nicholas Clark <nick@ccl4.org> 
44678              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
44679              Date: Thu, 14 Dec 2000 18:38:57 +0000
44680              Message-ID: <20001214183857.B97909@plum.flirble.org>
44681      Branch: perl
44682            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
44683            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
44684            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
44685            ! vos/config.ga.def vos/config.ga.h win32/config.bc
44686            ! win32/config.gc win32/config.vc
44687 ____________________________________________________________________________
44688 [  8119] By: jhi                                   on 2000/12/14  23:40:58
44689         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
44690              From: Nicholas Clark <nick@ccl4.org>
44691              Date: Wed, 13 Dec 2000 20:08:50 +0000
44692              Message-ID: <20001213200849.B71166@plum.flirble.org>
44693      Branch: perl
44694            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
44695            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
44696 ____________________________________________________________________________
44697 [  8118] By: jhi                                   on 2000/12/14  22:46:26
44698         Log: Integrate perlio.
44699      Branch: perl
44700           !> MANIFEST ext/Encode/compile makedef.pl
44701 ____________________________________________________________________________
44702 [  8117] By: nick                                  on 2000/12/14  22:38:53
44703         Log: Win32 tweaks to get Encode to build
44704              - temp hack to makedef.pl till PerlIO is properly "exported".
44705              - MSVC dislikes  
44706              static encpage_t foo[];
44707              so make 'em extern for now.
44708      Branch: perlio
44709            ! ext/Encode/compile makedef.pl
44710 ____________________________________________________________________________
44711 [  8116] By: nick                                  on 2000/12/14  22:00:53
44712         Log: Document the new files
44713      Branch: perlio
44714            ! MANIFEST
44715 ____________________________________________________________________________
44716 [  8115] By: jhi                                   on 2000/12/14  21:58:01
44717         Log: MANIFEST new files of #8114.
44718      Branch: perl
44719            ! MANIFEST
44720 ____________________________________________________________________________
44721 [  8114] By: jhi                                   on 2000/12/14  21:50:49
44722         Log: Integrate perlio.
44723      Branch: perl
44724           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
44725           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
44726           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
44727           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
44728           !> ext/Encode/Makefile.PL
44729 ____________________________________________________________________________
44730 [  8113] By: jhi                                   on 2000/12/14  21:48:49
44731         Log: The documentation part of the
44732              
44733              Subject: [ID 20001214.002] Net::Ping patch
44734              From: Jonathan Stowe <gellyfish@gellyfish.com>
44735              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
44736              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
44737              since the #7529 had already addressed the same problem.
44738      Branch: perl
44739            ! lib/Net/Ping.pm
44740 ____________________________________________________________________________
44741 [  8112] By: jhi                                   on 2000/12/14  21:42:57
44742         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
44743              From: Dominic Dunlop <domo@computer.org>
44744              Date: Tue, 12 Dec 2000 10:47:10 +0100
44745              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
44746              
44747              Document how elusive subroutines can be.
44748      Branch: perl
44749            ! pod/perlfunc.pod
44750 ____________________________________________________________________________
44751 [  8111] By: jhi                                   on 2000/12/14  21:38:05
44752         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
44753              From: Dominic Dunlop <domo@computer.org>
44754              Date: Thu, 14 Dec 2000 10:13:51 +0100
44755              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
44756      Branch: perl
44757            ! ext/POSIX/POSIX.pod
44758 ____________________________________________________________________________
44759 [  8110] By: jhi                                   on 2000/12/14  21:36:32
44760         Log: Subject: [patch] perlfaq7
44761              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
44762              Date: Thu, 14 Dec 2000 15:31:07 +0100
44763              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
44764      Branch: perl
44765            ! pod/perlfaq7.pod
44766 ____________________________________________________________________________
44767 [  8109] By: jhi                                   on 2000/12/14  21:29:20
44768         Log: Subject: [8104] Encode
44769              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
44770              Date: Thu, 14 Dec 2000 14:49:34 +0100
44771              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
44772              
44773              Type casting for nervous compilers.
44774      Branch: perl
44775            ! ext/Encode/Encode.xs
44776 ____________________________________________________________________________
44777 [  8108] By: jhi                                   on 2000/12/14  21:26:17
44778         Log: Subject: [8104] DB_File
44779              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
44780              Date: Thu, 14 Dec 2000 14:49:35 +0100
44781              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
44782              
44783              Type definition incorrect for DB 2.7.7.  Not known when it
44784              changed, so only changed it for a known revision.
44785      Branch: perl
44786            ! ext/DB_File/DB_File.xs
44787 ____________________________________________________________________________
44788 [  8107] By: jhi                                   on 2000/12/14  21:23:41
44789         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
44790              From: Peter Prymmer <pvhp@forte.com>
44791              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
44792              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
44793              
44794              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
44795      Branch: perl
44796            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
44797            ! ext/Encode/Encode/posix-bc.enc
44798 ____________________________________________________________________________
44799 [  8106] By: nick                                  on 2000/12/14  20:36:13
44800         Log: "Cold" build correction to Encode's Makefile.PL
44801      Branch: perlio
44802            ! ext/Encode/Makefile.PL
44803 ____________________________________________________________________________
44804 [  8105] By: nick                                  on 2000/12/14  20:09:37
44805         Log: "Compiled" encodings.
44806              Correct replacement character in EBCDIC .enc files
44807              Add 0x7F to ASCII repertoire.
44808      Branch: perlio
44809            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
44810            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
44811            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
44812            ! ext/Encode/Makefile.PL ext/Encode/compile
44813            ! ext/Encode/encengine.c ext/Encode/encode.h
44814 ____________________________________________________________________________
44815 [  8104] By: nick                                  on 2000/12/14  00:38:20
44816         Log: Integrate mainline
44817      Branch: perlio
44818           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
44819           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
44820           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
44821           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
44822           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
44823           !> t/lib/db-hash.t t/lib/db-recno.t
44824 ____________________________________________________________________________
44825 [  8103] By: nick                                  on 2000/12/13  23:16:13
44826         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
44827              so far and so it does not get lost.
44828      Branch: perlio
44829            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
44830 ____________________________________________________________________________
44831 [  8102] By: jhi                                   on 2000/12/13  17:14:22
44832         Log: Update Changes.
44833      Branch: perl
44834            ! Changes patchlevel.h
44835 ____________________________________________________________________________
44836 [  8101] By: jhi                                   on 2000/12/13  16:53:41
44837         Log: Move the proto of start_glob() to a better place; regen api files.
44838      Branch: perl
44839            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
44840 ____________________________________________________________________________
44841 [  8100] By: jhi                                   on 2000/12/13  16:47:11
44842         Log: Metaconfig change for #8099.
44843      Branch: metaconfig
44844            ! U/modified/Head.U
44845 ____________________________________________________________________________
44846 [  8099] By: jhi                                   on 2000/12/13  16:46:48
44847         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
44848              From: Andy Dougherty <doughera@lafayette.edu>
44849              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
44850              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
44851      Branch: perl
44852            ! Configure
44853 ____________________________________________________________________________
44854 [  8098] By: jhi                                   on 2000/12/13  16:39:02
44855         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
44856              From: rspier@pobox.com (Robert Spier)
44857              Date: Tue, 12 Dec 2000 21:12:39 -0500
44858              Message-ID: <14902.56087.678086.725773@rls.cx>
44859              
44860              fastgetcwd is defined using a glob alias on a $^O dependent basis -
44861              and there was no default assignment or perl subroutine.
44862      Branch: perl
44863            ! lib/Cwd.pm
44864 ____________________________________________________________________________
44865 [  8097] By: jhi                                   on 2000/12/13  16:16:01
44866         Log: Subject: [PATCH] move startglob out of pp_hot.c
44867              From: Nicholas Clark <nick@ccl4.org>
44868              Date: Mon, 11 Dec 2000 23:16:39 +0000
44869              Message-ID: <20001211231638.A55550@plum.flirble.org>
44870      Branch: perl
44871            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
44872 ____________________________________________________________________________
44873 [  8096] By: jhi                                   on 2000/12/13  15:26:23
44874         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
44875              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
44876              Date: Wed, 13 Dec 2000 14:01:37 +0100
44877              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
44878              
44879              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
44880              in turn requires libpthread in libswanted.
44881      Branch: perl
44882            ! hints/hpux.sh
44883 ____________________________________________________________________________
44884 [  8095] By: jhi                                   on 2000/12/12  19:51:05
44885         Log: The integration wars continue.
44886      Branch: perl
44887           !> sv.c
44888 ____________________________________________________________________________
44889 [  8094] By: jhi                                   on 2000/12/12  19:48:26
44890         Log: Subject: [PATCH perl@8070] DB_File-1.74  
44891              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
44892              Date: Mon, 11 Dec 2000 23:07:17 -0000
44893              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
44894      Branch: perl
44895            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
44896            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
44897            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
44898            ! t/lib/db-recno.t
44899 ____________________________________________________________________________
44900 [  8093] By: nick                                  on 2000/12/12  19:42:13
44901         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
44902      Branch: perlio
44903            ! sv.c
44904           !> lib/File/DosGlob.pm
44905 ____________________________________________________________________________
44906 [  8092] By: jhi                                   on 2000/12/12  19:28:11
44907         Log: Integrate perlio.
44908      Branch: perl
44909           !> sv.c
44910 ____________________________________________________________________________
44911 [  8091] By: nick                                  on 2000/12/12  18:49:45
44912         Log: Fix for Tk, and upgrading shared SVs.
44913      Branch: perlio
44914            ! sv.c
44915 ____________________________________________________________________________
44916 [  8090] By: jhi                                   on 2000/12/12  16:48:59
44917         Log: Subject: [PATCH] Re: Breadperl & Tk
44918              From: Nick Ing-Simmons <nik@tiuk.ti.com>
44919              Date: Tue, 12 Dec 2000 14:48:27 GMT
44920              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
44921      Branch: perl
44922            ! sv.c
44923 ____________________________________________________________________________
44924 [  8089] By: jhi                                   on 2000/12/12  03:37:19
44925         Log: Subject: DosGlob.pm diff for bash style brace expansion.
44926              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
44927              Date: Fri, 8 Dec 2000 10:45:30 -0600
44928              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
44929      Branch: perl
44930            ! lib/File/DosGlob.pm
44931 ____________________________________________________________________________
44932 [  8088] By: nick                                  on 2000/12/11  23:59:59
44933         Log: Integrate mainline
44934      Branch: perlio
44935           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
44936           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
44937           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
44938           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
44939           !> t/op/local.t t/pragma/warn/toke toke.c
44940 ____________________________________________________________________________
44941 [  8087] By: jhi                                   on 2000/12/11  23:20:23
44942         Log: Integrate perlio.
44943      Branch: perl
44944           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
44945 ____________________________________________________________________________
44946 [  8086] By: jhi                                   on 2000/12/11  22:50:59
44947         Log: Tune further the OS detection of CGI.
44948      Branch: perl
44949            ! lib/CGI.pm
44950 ____________________________________________________________________________
44951 [  8085] By: nick                                  on 2000/12/11  22:50:46
44952         Log: Finish 1st pass of "encoding" layer e.g. :
44953              open($fh,"<encoding(iso8859-7)",$greek) || die;
44954      Branch: perlio
44955            ! ext/Encode/Encode.xs perlio.c perliol.h
44956 ____________________________________________________________________________
44957 [  8084] By: jhi                                   on 2000/12/11  22:32:06
44958         Log: Revert the -f ambiguousity patch, seems to cause
44959              too much hassle (the interpret -Q as a function
44960              where Q is not a known filetest part is left in).
44961      Branch: perl
44962            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
44963            ! toke.c
44964 ____________________________________________________________________________
44965 [  8083] By: jhi                                   on 2000/12/11  22:27:23
44966         Log: (accidentally empty check-in)
44967      Branch: perl
44968            ! lib/File/DosGlob.pm
44969 ____________________________________________________________________________
44970 [  8082] By: nick                                  on 2000/12/11  19:09:51
44971         Log: Restore mmap function (broken by tweaks to shared buffer
44972              layer for encode(xxxx)).
44973      Branch: perlio
44974            ! perlio.c
44975 ____________________________________________________________________________
44976 [  8081] By: jhi                                   on 2000/12/11  18:29:13
44977         Log: Subject: Re: The long awaited feature ...
44978              From: Simon Cozens <simon@cozens.net>
44979              Date: Mon, 11 Dec 2000 15:54:24 +0000
44980              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
44981              
44982              More io/utf8 tests.
44983      Branch: perl
44984            ! t/io/utf8.t
44985 ____________________________________________________________________________
44986 [  8080] By: jhi                                   on 2000/12/11  18:19:36
44987         Log: Subject: PATCH MakeMaker manpage clarification
44988              From: andreas.koenig@anima.de (Andreas J. Koenig)
44989              Date: 10 Dec 2000 20:46:13 +0100
44990              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
44991      Branch: perl
44992            ! lib/ExtUtils/MakeMaker.pm
44993 ____________________________________________________________________________
44994 [  8079] By: jhi                                   on 2000/12/11  15:35:07
44995         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
44996              From: Simon Cozens <simon@cozens.net>
44997              Date: Sun, 10 Dec 2000 19:06:19 +0000
44998              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
44999      Branch: perl
45000            ! ext/B/B/Deparse.pm t/lib/b.t
45001 ____________________________________________________________________________
45002 [  8078] By: jhi                                   on 2000/12/11  15:09:11
45003         Log: Subject: [PATCH] docs on NaN
45004              From: Nicholas Clark <nick@ccl4.org>
45005              Date: Mon, 11 Dec 2000 01:48:38 +0000
45006              Message-ID: <20001211014838.B99205@plum.flirble.org>
45007      Branch: perl
45008            ! pod/perlop.pod
45009 ____________________________________________________________________________
45010 [  8077] By: jhi                                   on 2000/12/11  15:02:21
45011         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
45012              From: Simon Cozens <simon@cozens.net>
45013              Date: Mon, 11 Dec 2000 01:21:45 +0000
45014              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
45015      Branch: perl
45016            ! pp.c pp_hot.c scope.c t/op/local.t
45017 ____________________________________________________________________________
45018 [  8076] By: nick                                  on 2000/12/10  20:43:32
45019         Log: Not merge worthy...
45020              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
45021              syntax is modelled on attributes.
45022              Untested fix for io/utf8 on Win32 etc.
45023              Very clumsy start to the encode layer.
45024      Branch: perlio
45025            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
45026 ____________________________________________________________________________
45027 [  8075] By: jhi                                   on 2000/12/10  18:39:33
45028         Log: Darwin is not Windows.
45029      Branch: perl
45030            ! lib/CGI.pm
45031 ____________________________________________________________________________
45032 [  8074] By: jhi                                   on 2000/12/10  18:31:27
45033         Log: Subject: Ambiguous -%c() resolved as a file test
45034              From: "Paul Marquess" <Paul.Marquess@openwave.com>
45035              Date: Sun, 10 Dec 2000 15:35:07 -0000
45036              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
45037      Branch: perl
45038            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
45039 ____________________________________________________________________________
45040 [  8073] By: jhi                                   on 2000/12/10  18:16:29
45041         Log: Subject: PATCH installperl misinformed 
45042              From: andreas.koenig@anima.de (Andreas J. Koenig)
45043              Date: 10 Dec 2000 13:01:32 +0100 
45044              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
45045      Branch: perl
45046            ! installperl
45047 ____________________________________________________________________________
45048 [  8072] By: jhi                                   on 2000/12/10  18:07:55
45049         Log: The walkoptree confusion rages; walkoptree() seems to be coming
45050              from B.xs, while walkoptree_slow() comes from B.pm.
45051      Branch: perl
45052            ! ext/B/B.pm
45053 ____________________________________________________________________________
45054 [  8071] By: nick                                  on 2000/12/10  11:45:47
45055         Log: Integrate mainline
45056      Branch: perlio
45057           +> t/base/commonsense.t
45058           !> (integrate 37 files)
45059 ____________________________________________________________________________
45060 [  8070] By: jhi                                   on 2000/12/10  04:46:21
45061         Log: Update Changes.
45062      Branch: perl
45063            ! Changes patchlevel.h
45064 ____________________________________________________________________________
45065 [  8069] By: jhi                                   on 2000/12/10  04:39:19
45066         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
45067              From: andreas.koenig@anima.de (Andreas J. Koenig)
45068              Date: 09 Dec 2000 17:14:25 +0100
45069              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
45070      Branch: perl
45071            + t/base/commonsense.t
45072            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
45073 ____________________________________________________________________________
45074 [  8068] By: jhi                                   on 2000/12/10  04:17:36
45075         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
45076              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
45077              Date: Sat, 9 Dec 2000 16:47:22 -0000
45078              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
45079      Branch: perl
45080            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
45081            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
45082            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
45083            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
45084            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
45085            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
45086            ! t/lib/sdbm.t
45087 ____________________________________________________________________________
45088 [  8067] By: jhi                                   on 2000/12/10  03:52:02
45089         Log: Test case for #8066.
45090      Branch: perl
45091            ! t/op/misc.t
45092 ____________________________________________________________________________
45093 [  8066] By: jhi                                   on 2000/12/10  03:50:30
45094         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
45095              From: Simon Cozens <simon@cozens.net>
45096              Date: Sun, 10 Dec 2000 00:55:37 +0000
45097              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
45098      Branch: perl
45099            ! pp_sys.c
45100 ____________________________________________________________________________
45101 [  8065] By: jhi                                   on 2000/12/10  03:44:52
45102         Log: Test case for #8064.
45103      Branch: perl
45104            ! t/comp/proto.t
45105 ____________________________________________________________________________
45106 [  8064] By: jhi                                   on 2000/12/10  03:42:32
45107         Log: Subject: Re: prototype of substr
45108              From: Simon Cozens <simon@cozens.net>
45109              Date: Sun, 10 Dec 2000 00:13:33 +0000
45110              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
45111              
45112              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
45113              In other words, make the returned prototypes for any function
45114              stop prepending the ';' optionality marker after the first one.
45115              If they start getting optional, all the rest are optional.
45116      Branch: perl
45117            ! pp.c
45118 ____________________________________________________________________________
45119 [  8063] By: jhi                                   on 2000/12/10  03:39:42
45120         Log: Subject: [PATCH] perlguts.pod
45121              From: Simon Cozens <simon@cozens.net>
45122              Date: Sun, 10 Dec 2000 00:06:47 +0000
45123              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
45124              
45125              Documentation of the different types of ops,
45126              plus the functions in dump.c
45127      Branch: perl
45128            ! pod/perlguts.pod
45129 ____________________________________________________________________________
45130 [  8062] By: jhi                                   on 2000/12/10  03:30:04
45131         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
45132              From: Nicholas Clark <nick@talking.bollo.cx>
45133              Date: Sat, 09 Dec 2000 18:57:25 +0000
45134              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
45135              
45136              Be more robust in weird hostname setups.
45137      Branch: perl
45138            ! t/lib/net-hostent.t
45139 ____________________________________________________________________________
45140 [  8061] By: jhi                                   on 2000/12/10  03:28:21
45141         Log: Pacify fussy compiler. 
45142      Branch: perl
45143            ! pp_sys.c
45144 ____________________________________________________________________________
45145 [  8060] By: jhi                                   on 2000/12/10  02:52:46
45146         Log: Integrate perlio.
45147      Branch: perl
45148           !> pp_sys.c t/io/utf8.t
45149 ____________________________________________________________________________
45150 [  8059] By: nick                                  on 2000/12/09  23:40:14
45151         Log: read/sysread/recv should now be utf8 aware.
45152              Basic test for utf8 read.
45153      Branch: perlio
45154            ! pp_sys.c t/io/utf8.t
45155 ____________________________________________________________________________
45156 [  8058] By: jhi                                   on 2000/12/09  21:56:02
45157         Log: Integrate perlio.
45158      Branch: perl
45159           +> t/io/utf8.t
45160           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
45161 ____________________________________________________________________________
45162 [  8057] By: jhi                                   on 2000/12/09  21:53:35
45163         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
45164              From: Inaba Hiroto <inaba@st.rim.or.jp>
45165              Date: Sun, 10 Dec 2000 05:53:21 +0900
45166              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
45167              
45168              Tests for #8056.
45169      Branch: perl
45170            ! t/op/each.t
45171 ____________________________________________________________________________
45172 [  8056] By: jhi                                   on 2000/12/09  21:51:16
45173         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
45174              From: Inaba Hiroto <inaba@st.rim.or.jp>
45175              Date: Sat, 09 Dec 2000 18:02:00 +0900
45176              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
45177              
45178              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
45179      Branch: perl
45180            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
45181 ____________________________________________________________________________
45182 [  8055] By: nick                                  on 2000/12/09  20:11:48
45183         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
45184              than raw PerlIO_write() - does not seem to break any tests.
45185      Branch: perlio
45186            ! pp_sys.c
45187 ____________________________________________________________________________
45188 [  8054] By: nick                                  on 2000/12/09  19:47:30
45189         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
45190              (sysread, recv and write i.e. formats still to do...)
45191              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
45192              open($fh,">:utf8","name")
45193              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
45194              so no extra overhead is involved.
45195              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
45196              to a non-utf8 stream.
45197              Add initial io/utf8.t
45198              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
45199              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
45200              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
45201      Branch: perlio
45202            + t/io/utf8.t
45203            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
45204 ____________________________________________________________________________
45205 [  8053] By: nick                                  on 2000/12/09  19:26:37
45206         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
45207              was only testing this_utf8.
45208      Branch: perlio
45209            ! toke.c
45210 ____________________________________________________________________________
45211 [  8052] By: nick                                  on 2000/12/09  19:09:41
45212         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
45213              i.e. the output string has one, but don't mess with source assumption.
45214      Branch: perlio
45215            ! toke.c
45216 ____________________________________________________________________________
45217 [  8051] By: jhi                                   on 2000/12/09  16:55:17
45218         Log: Integrate perlio.
45219      Branch: perl
45220           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
45221           !> sv.c thrdvar.h util.c
45222 ____________________________________________________________________________
45223 [  8050] By: jhi                                   on 2000/12/09  16:48:07
45224         Log: Nits noticed by Peter Prymmer.
45225      Branch: perl
45226            ! lib/ExtUtils/MM_VMS.pm
45227 ____________________________________________________________________________
45228 [  8049] By: nick                                  on 2000/12/09  13:49:40
45229         Log: UTF8 output prework.
45230              - Store $\ and $, as SVs so they can have SvUTF8 flag
45231              - use do_print() rather than raw PerlIO_write() to print them.
45232      Branch: perlio
45233            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
45234            ! thrdvar.h util.c
45235 ____________________________________________________________________________
45236 [  8048] By: nick                                  on 2000/12/09  12:30:43
45237         Log: Integrate mainline.
45238      Branch: perlio
45239           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
45240           +> t/op/reverse.t
45241           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
45242           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
45243           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
45244           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
45245           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
45246           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
45247 ____________________________________________________________________________
45248 [  8047] By: jhi                                   on 2000/12/09  00:23:27
45249         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
45250              From: Michael G Schwern <schwern@pobox.com>
45251              Date: Fri, 8 Dec 2000 14:43:04 -0600
45252      Branch: perl
45253            ! lib/ExtUtils/MM_VMS.pm
45254 ____________________________________________________________________________
45255 [  8046] By: jhi                                   on 2000/12/08  23:10:27
45256         Log: A missed check-in.
45257      Branch: perl
45258            ! lib/ExtUtils/Manifest.pm
45259 ____________________________________________________________________________
45260 [  8045] By: jhi                                   on 2000/12/08  21:57:12
45261         Log: (null check-in)
45262      Branch: perl
45263            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
45264 ____________________________________________________________________________
45265 [  8044] By: jhi                                   on 2000/12/08  21:11:06
45266         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
45267              at the final draft stage.
45268      Branch: perl
45269            + ext/Encode/Encode/iso8859-16.enc
45270            ! MANIFEST
45271 ____________________________________________________________________________
45272 [  8043] By: jhi                                   on 2000/12/08  16:39:04
45273         Log: Update Changes.
45274      Branch: perl
45275            ! Changes patchlevel.h
45276 ____________________________________________________________________________
45277 [  8042] By: jhi                                   on 2000/12/08  16:33:39
45278         Log: Do not return the Unicode replacement character if UTF-8
45279              decoding goes awry, it should be up to the caller to decide.
45280      Branch: perl
45281            ! pod/perlapi.pod utf8.c
45282 ____________________________________________________________________________
45283 [  8041] By: jhi                                   on 2000/12/08  16:22:28
45284         Log: metaconfig maintenance.
45285      Branch: metaconfig
45286            ! U/modified/stdchar.U
45287      Branch: metaconfig/U/perl
45288            + testsyml.U
45289 ____________________________________________________________________________
45290 [  8040] By: jhi                                   on 2000/12/08  16:03:08
45291         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
45292              From: sthoenna@efn.org
45293              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
45294              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
45295      Branch: perl
45296            ! Changes lib/ExtUtils/MM_OS2.pm
45297 ____________________________________________________________________________
45298 [  8039] By: jhi                                   on 2000/12/08  15:57:11
45299         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
45300              From: Simon Cozens <simon@cozens.net>
45301              Date: Fri, 8 Dec 2000 13:33:31 +0000
45302              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
45303              
45304              (The pp_hot part needed a rewrite.)
45305      Branch: perl
45306            ! doop.c pp_hot.c utf8.c
45307 ____________________________________________________________________________
45308 [  8038] By: jhi                                   on 2000/12/08  15:25:08
45309         Log: Subject: djSP
45310              From: Michael Stevens <michael@etla.org>
45311              Date: Wed, 6 Dec 2000 23:24:01 +0000
45312              Message-ID: <20001206232400.A21381@firedrake.org>
45313              
45314              Plus a note from Nick Ing-Simmons.
45315      Branch: perl
45316            ! pp.h
45317 ____________________________________________________________________________
45318 [  8037] By: jhi                                   on 2000/12/08  15:18:35
45319         Log: Filetype is text.
45320      Branch: perl
45321            ! t/op/utf8decode.t
45322 ____________________________________________________________________________
45323 [  8036] By: jhi                                   on 2000/12/08  03:31:27
45324         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
45325              From: Andy Dougherty <doughera@lafayette.edu>
45326              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
45327              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
45328              
45329              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
45330              From: Andy Dougherty <doughera@lafayette.edu>
45331              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
45332              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
45333      Branch: perl
45334            + ext/POSIX/hints/svr4.pl
45335            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
45336 ____________________________________________________________________________
45337 [  8035] By: jhi                                   on 2000/12/08  03:26:01
45338         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
45339              From: Andy Dougherty <doughera@lafayette.edu>
45340              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
45341              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
45342      Branch: perl
45343            ! t/README t/base/term.t
45344 ____________________________________________________________________________
45345 [  8034] By: jhi                                   on 2000/12/08  03:21:59
45346         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
45347              From: mjd@plover.com  
45348              Date: 7 Dec 2000 21:04:20 -0000
45349              Message-ID: <20001207210420.22282.qmail@plover.com>
45350              
45351              Plus -z doc.
45352      Branch: perl
45353            ! pod/perlfunc.pod
45354 ____________________________________________________________________________
45355 [  8033] By: jhi                                   on 2000/12/08  03:19:03
45356         Log: Use the UTF8 macros a bit.  They can't be used with abandon
45357              everywhere because we do generate illegal UTF-8 in some situations.
45358              This is of course naughty.
45359      Branch: perl
45360            ! pod/perlapi.pod utf8.c utf8.h
45361 ____________________________________________________________________________
45362 [  8032] By: jhi                                   on 2000/12/08  03:00:09
45363         Log: Out of sync?
45364      Branch: perl
45365            ! t/pragma/warn/utf8
45366 ____________________________________________________________________________
45367 [  8031] By: jhi                                   on 2000/12/08  02:22:39
45368         Log: Cnt spl.
45369      Branch: perl
45370            ! MANIFEST
45371 ____________________________________________________________________________
45372 [  8030] By: jhi                                   on 2000/12/08  01:23:54
45373         Log: Add test for reverse().
45374      Branch: perl
45375            + t/op/reverse.t
45376            ! MANIFEST
45377 ____________________________________________________________________________
45378 [  8029] By: jhi                                   on 2000/12/08  01:21:47
45379         Log: Integrate perlio.
45380      Branch: perl
45381           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
45382           !> perlio.c perlio.h perlsdio.h warnings.pl
45383 ____________________________________________________________________________
45384 [  8028] By: jhi                                   on 2000/12/08  01:19:08
45385         Log: Introduce macros for UTF8 decoding.
45386      Branch: perl
45387            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
45388 ____________________________________________________________________________
45389 [  8027] By: nick                                  on 2000/12/07  22:18:19
45390         Log: Integrate mainline
45391      Branch: perlio
45392           !> embed.pl pod/perlapi.pod utf8.c
45393 ____________________________________________________________________________
45394 [  8026] By: nick                                  on 2000/12/07  21:45:08
45395         Log: Various oddities p4 diff -se showed up
45396              Remove 'our' from warnings.pl
45397      Branch: perlio
45398            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
45399 ____________________________________________________________________________
45400 [  8025] By: nick                                  on 2000/12/07  21:43:32
45401         Log: Change PerlIO_(get|set)pos to take SV *
45402              Should fix, OS/2, VMS, (sfio??)
45403      Branch: perlio
45404            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
45405 ____________________________________________________________________________
45406 [  8024] By: jhi                                   on 2000/12/07  19:05:32
45407         Log: Document utf8_to_uv() better.
45408      Branch: perl
45409            ! pod/perlapi.pod utf8.c
45410 ____________________________________________________________________________
45411 [  8023] By: jhi                                   on 2000/12/07  18:23:47
45412         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
45413      Branch: perl
45414            ! embed.pl pod/perlapi.pod utf8.c
45415 ____________________________________________________________________________
45416 [  8022] By: jhi                                   on 2000/12/07  04:13:51
45417         Log: Integrate perlio.
45418      Branch: perl
45419           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
45420           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
45421           !> win32/makefile.mk
45422 ____________________________________________________________________________
45423 [  8021] By: nick                                  on 2000/12/07  00:28:14
45424         Log: Various attempts at MSVC debug - not sure what has
45425              changed but works now. 
45426              Seems atexit() _may_ work for DLLs built with MSVC so don't
45427              call cleanup that way.
45428      Branch: perlio
45429            ! perlio.c win32/makefile.mk
45430 ____________________________________________________________________________
45431 [  8020] By: nick                                  on 2000/12/06  19:57:20
45432         Log: Integrate mainline
45433      Branch: perlio
45434           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
45435           !> (integrate 75 files)
45436 ____________________________________________________________________________
45437 [  8019] By: nick                                  on 2000/12/06  19:28:21
45438         Log: Add useperlio to config.vc
45439              Turn off binmode in config_H.PL
45440              Regen all the config_H.xx
45441              Attempt to get debugging build with MSVC.
45442      Branch: perlio
45443            ! win32/config.vc win32/config_H.bc win32/config_H.gc
45444            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
45445 ____________________________________________________________________________
45446 [  8018] By: nick                                  on 2000/12/06  19:21:57
45447         Log: Test various dup/external program options on all platforms.
45448      Branch: perlio
45449            ! t/io/dup.t
45450 ____________________________________________________________________________
45451 [  8017] By: nick                                  on 2000/12/06  19:20:47
45452         Log: Fix harness to be less picky
45453      Branch: perlio
45454            ! lib/Test/Harness.pm
45455 ____________________________________________________________________________
45456 [  8016] By: jhi                                   on 2000/12/06  16:45:12
45457         Log: Update Changes.
45458      Branch: perl
45459            ! Changes patchlevel.h
45460 ____________________________________________________________________________
45461 [  8015] By: jhi                                   on 2000/12/06  16:41:03
45462         Log: Test \x{...} with ord().
45463      Branch: perl
45464            ! t/op/ord.t
45465 ____________________________________________________________________________
45466 [  8014] By: jhi                                   on 2000/12/06  16:20:33
45467         Log: Test tweak because of #8013.
45468      Branch: perl
45469            ! t/lib/b.t
45470 ____________________________________________________________________________
45471 [  8013] By: jhi                                   on 2000/12/06  16:09:09
45472         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
45473              From: Michael G Schwern <schwern@pobox.com>
45474              Date: Tue, 5 Dec 2000 21:23:28 -0500
45475              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
45476              
45477              Carp::Heavy parts not very applicable because of recent changes.
45478      Branch: perl
45479            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
45480            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
45481            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
45482            ! lib/Exporter.pm lib/Exporter/Heavy.pm
45483            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
45484            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
45485            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
45486            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
45487            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
45488            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
45489            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
45490            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
45491            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
45492            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
45493            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
45494            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
45495            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
45496            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
45497            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
45498            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
45499            ! warnings.pl
45500 ____________________________________________________________________________
45501 [  8012] By: jhi                                   on 2000/12/06  15:22:38
45502         Log: Subject: [PATCH] Re: New harness is failing things
45503              From: Nick Ing-Simmons <nik@tiuk.ti.com>
45504              Date: Wed, 6 Dec 2000 13:00:30 GMT
45505              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
45506      Branch: perl
45507            ! lib/Test/Harness.pm
45508 ____________________________________________________________________________
45509 [  8011] By: jhi                                   on 2000/12/06  15:12:08
45510         Log: Subject: installhtml changes
45511              From: Michael Stevens <michael@etla.org>
45512              Date: Wed, 6 Dec 2000 13:15:53 +0000
45513              Message-ID: <20001206131553.A27317@firedrake.org>
45514      Branch: perl
45515            ! installhtml
45516 ____________________________________________________________________________
45517 [  8010] By: jhi                                   on 2000/12/06  15:06:05
45518         Log: Subject: the dTHR hits
45519              From: Michael Stevens <michael@etla.org>
45520              Date: Wed, 6 Dec 2000 12:06:03 +0000
45521              Message-ID: <20001206120603.A24581@firedrake.org>
45522              
45523              More, errrm, less dTHRs.
45524      Branch: perl
45525            ! bytecode.pl ext/B/B/C.pm
45526 ____________________________________________________________________________
45527 [  8009] By: jhi                                   on 2000/12/06  15:04:25
45528         Log: Subject: MakeMaker mailing list gone?
45529              From: Michael G Schwern <schwern@pobox.com>
45530              Date: Tue, 5 Dec 2000 19:29:59 -0500
45531              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
45532              
45533              The MakeMaker mailing list is dead, perlbug is the right
45534              address to report bugs.
45535      Branch: perl
45536            ! lib/ExtUtils/MakeMaker.pm
45537 ____________________________________________________________________________
45538 [  8008] By: jhi                                   on 2000/12/06  15:00:32
45539         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
45540              From: Michael G Schwern <schwern@pobox.com>
45541              Date: Tue, 5 Dec 2000 19:21:21 -0500
45542              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
45543              
45544              Add a default MANIFEST skip that ignores things like
45545              version control files, editor temporary files, and the Makefile.
45546      Branch: perl
45547            + lib/ExtUtils/MANIFEST.SKIP
45548            ! MANIFEST lib/ExtUtils/Manifest.pm
45549 ____________________________________________________________________________
45550 [  8007] By: jhi                                   on 2000/12/06  14:57:20
45551         Log: In Amiga more manual hackery of the scripts seems to be needed,
45552              from Jan-Erik Karlsson.  Why Configure does not get this right
45553              is unknown, may be shell-induced.
45554      Branch: perl
45555            ! README.amiga
45556 ____________________________________________________________________________
45557 [  8006] By: jhi                                   on 2000/12/05  23:53:12
45558         Log: Add TOPm1s to peek at the second topmost stack item.
45559      Branch: perl
45560            ! pp.h
45561 ____________________________________________________________________________
45562 [  8005] By: jhi                                   on 2000/12/05  23:13:55
45563         Log: Avaunt, you foul UTF-8 tests.
45564      Branch: perl
45565            ! t/op/ver.t t/pragma/utf8.t
45566 ____________________________________________________________________________
45567 [  8004] By: jhi                                   on 2000/12/05  23:09:54
45568         Log: Continue utf8 dispersal. 
45569      Branch: perl
45570            + t/op/concat.t
45571            ! MANIFEST t/pragma/utf8.t
45572 ____________________________________________________________________________
45573 [  8003] By: nick                                  on 2000/12/05  23:02:39
45574         Log: Integrate mainline.
45575      Branch: perlio
45576           +> t/op/length.t t/op/utf8decode.t
45577           !> (integrate 69 files)
45578 ____________________________________________________________________________
45579 [  8002] By: jhi                                   on 2000/12/05  22:59:28
45580         Log: Integrate perlio.
45581      Branch: perl
45582           !> iperlsys.h perl.c perlio.c win32/perllib.c
45583 ____________________________________________________________________________
45584 [  8001] By: nick                                  on 2000/12/05  22:07:52
45585         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
45586              - calloc/free suffer from damage on TerminateThread()
45587              - use PerlMemShared (as originally planned) now fixed
45588              - avoid doing anything important on DLL "detach".
45589      Branch: perlio
45590            ! perl.c perlio.c win32/perllib.c
45591 ____________________________________________________________________________
45592 [  8000] By: nick                                  on 2000/12/05  21:05:09
45593         Log: Fix gross PerlMemShared issue.
45594      Branch: perlio
45595            ! iperlsys.h
45596 ____________________________________________________________________________
45597 [  7999] By: jhi                                   on 2000/12/05  20:46:58
45598         Log: Test for Unicode (UTF-8) hash keys.
45599      Branch: perl
45600            ! t/op/each.t
45601 ____________________________________________________________________________
45602 [  7998] By: jhi                                   on 2000/12/05  20:30:35
45603         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
45604              is now always UTF-8), empty line cosmetics.
45605      Branch: perl
45606            ! t/pragma/utf8.t
45607 ____________________________________________________________________________
45608 [  7997] By: jhi                                   on 2000/12/05  20:15:40
45609         Log: Subject: Re: STRLEN - what?
45610              From: Andy Dougherty <doughera@lafayette.edu>
45611              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
45612              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
45613              
45614              Explain STRLEN.
45615      Branch: perl
45616            ! pod/perlguts.pod
45617 ____________________________________________________________________________
45618 [  7996] By: jhi                                   on 2000/12/05  20:13:34
45619         Log: Split off the UTF-8 decoder tests, make them to check also
45620              the error message.
45621      Branch: perl
45622            + t/op/utf8decode.t
45623            ! MANIFEST t/pragma/utf8.t utf8.c
45624 ____________________________________________________________________________
45625 [  7995] By: jhi                                   on 2000/12/05  16:39:47
45626         Log: Start migrating bits of pragma/utf8 to elsewhere
45627              (since the long term plan is to obsolete 'use utf8').
45628      Branch: perl
45629            + t/op/length.t
45630            ! MANIFEST t/pragma/utf8.t
45631 ____________________________________________________________________________
45632 [  7994] By: jhi                                   on 2000/12/05  16:30:21
45633         Log: Fix a manual edit typo from #7993, fix the message formatting
45634              for Unicode, add few our declarations.
45635      Branch: perl
45636            ! lib/Carp/Heavy.pm
45637 ____________________________________________________________________________
45638 [  7993] By: jhi                                   on 2000/12/05  16:09:15
45639         Log: Subject: Need help with warnings :-(
45640              From: "Ben Tilly" <ben_tilly@hotmail.com>
45641              Date: Tue, 05 Dec 2000 01:35:54 -0500
45642              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
45643              
45644              Subject: UPDATE: Carp/Heavy now passes all tests
45645              From: "Ben Tilly" <ben_tilly@hotmail.com>
45646              Date: Tue, 05 Dec 2000 07:59:41 -0500
45647              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
45648              
45649              The Brave New Carp.
45650      Branch: perl
45651            ! lib/Carp.pm lib/Carp/Heavy.pm
45652 ____________________________________________________________________________
45653 [  7992] By: jhi                                   on 2000/12/05  15:55:08
45654         Log: Subject: [PATCH perl@7979] cygwin port
45655              From: "Eric Fifer" <efifer@dircon.co.uk>
45656              Date: Tue, 5 Dec 2000 14:04:09 -0000
45657              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
45658      Branch: perl
45659            ! t/lib/net-hostent.t
45660 ____________________________________________________________________________
45661 [  7991] By: jhi                                   on 2000/12/05  15:52:34
45662         Log: Subject: Re: [PATCH] The largest hoax of all times?
45663              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45664              Date: Tue, 5 Dec 2000 00:40:25 -0500
45665              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
45666              
45667              Subject: Re: [PATCH] The largest hoax of all times?
45668              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45669              Date: Mon, 4 Dec 2000 23:55:53 -0500
45670              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
45671              
45672              Subject: Re: [PATCH] The largest hoax of all times?
45673              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45674              Date: Tue, 5 Dec 2000 01:28:45 -0500
45675              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
45676              
45677              Fix the unpredictable order of DESTROYs.
45678      Branch: perl
45679            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
45680            ! sv.c sv.h t/op/ref.t
45681 ____________________________________________________________________________
45682 [  7990] By: jhi                                   on 2000/12/05  14:38:53
45683         Log: Subject: [PATCH] shrink pp_hot fractionally
45684              From: Nicholas Clark <nick@ccl4.org>
45685              Date: Tue, 5 Dec 2000 12:44:31 +0000
45686              Message-ID: <20001205124431.E74518@plum.flirble.org>
45687              
45688              Use report_evil_fh().
45689      Branch: perl
45690            ! opcode.pl opnames.h pp_hot.c util.c
45691 ____________________________________________________________________________
45692 [  7989] By: jhi                                   on 2000/12/05  14:21:27
45693         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
45694              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
45695              Date: Mon, 04 Dec 2000 22:21:59 -0800
45696              Message-ID: <HmIL6gzkgepS092yn@efn.org>
45697              
45698              Harness shouldn't ignore responses like "ok 3\r\r\n".
45699      Branch: perl
45700            ! lib/Test/Harness.pm
45701 ____________________________________________________________________________
45702 [  7988] By: jhi                                   on 2000/12/05  13:51:28
45703         Log: Integrate the "skip" messages to explain().
45704      Branch: perl
45705            ! t/lib/syslfs.t t/op/lfs.t
45706 ____________________________________________________________________________
45707 [  7987] By: jhi                                   on 2000/12/05  12:34:54
45708         Log: The one that got away in #7984.
45709              
45710              Subject: Re: dTHR - what and why?
45711              From: Michael Stevens <michael@etla.org> 
45712              Date: Tue, 5 Dec 2000 11:15:52 +0000
45713              Message-ID: <20001205111552.A4647@firedrake.org>
45714      Branch: perl
45715            ! sv.h
45716 ____________________________________________________________________________
45717 [  7986] By: gsar                                  on 2000/12/05  09:14:44
45718         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
45719              due to the notorious GetFileType() bug in Windows 9x, which fstat()
45720              tickles)
45721      Branch: perl
45722            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
45723 ____________________________________________________________________________
45724 [  7985] By: jhi                                   on 2000/12/05  05:49:03
45725         Log: Integrate perlio.
45726      Branch: perl
45727           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
45728           !> win32/perlhost.h win32/perllib.c
45729 ____________________________________________________________________________
45730 [  7984] By: jhi                                   on 2000/12/05  05:48:16
45731         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
45732      Branch: perl
45733            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
45734            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
45735            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
45736            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
45737            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
45738            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
45739            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
45740            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
45741            ! win32/win32.c
45742 ____________________________________________________________________________
45743 [  7983] By: nick                                  on 2000/12/04  23:27:43
45744         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
45745      Branch: perlio
45746            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
45747            ! win32/perlhost.h win32/perllib.c
45748 ____________________________________________________________________________
45749 [  7982] By: jhi                                   on 2000/12/04  19:44:09
45750         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
45751              uncovered by #7980.
45752      Branch: perl
45753            ! op.c
45754 ____________________________________________________________________________
45755 [  7981] By: jhi                                   on 2000/12/04  19:42:07
45756         Log: Subject: [PATCH] Trivial dump.c feature
45757              From: Simon Cozens <simon@cozens.net>
45758              Date: Mon, 4 Dec 2000 18:08:38 +0000
45759              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
45760              
45761              Show whether a constant is UTF-8.
45762      Branch: perl
45763            ! dump.c
45764 ____________________________________________________________________________
45765 [  7980] By: jhi                                   on 2000/12/04  19:36:51
45766         Log: UTF-8 hash keys, patch from Inaba Hiroto.
45767      Branch: perl
45768            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
45769 ____________________________________________________________________________
45770 [  7979] By: jhi                                   on 2000/12/04  17:36:28
45771         Log: Update Changes.
45772      Branch: perl
45773            ! Changes patchlevel.h
45774 ____________________________________________________________________________
45775 [  7978] By: jhi                                   on 2000/12/04  16:42:17
45776         Log: Retract #7977, still too volatile (the euphemism of the day
45777              for unfinished and buggy :-)
45778      Branch: perl
45779            ! doop.c hv.c pp.c sv.h
45780 ____________________________________________________________________________
45781 [  7977] By: jhi                                   on 2000/12/04  16:25:15
45782         Log: (Retracted by #7978, too shaky yet.)
45783              
45784              Subject: Re: utf8 in hash keys, implementor missing
45785              From: Simon Cozens <simon@cozens.net>
45786              Date: Sat, 2 Dec 2000 19:49:35 +0000
45787              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
45788              
45789              The first step at UTF-8 hash keys.
45790      Branch: perl
45791            ! doop.c hv.c pp.c sv.h
45792 ____________________________________________________________________________
45793 [  7976] By: jhi                                   on 2000/12/04  16:13:53
45794         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
45795              From: sthoenna@efn.org
45796              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
45797              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
45798      Branch: perl
45799            ! os2/os2.c perlio.c
45800 ____________________________________________________________________________
45801 [  7975] By: jhi                                   on 2000/12/04  16:05:25
45802         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
45803              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
45804              Date: Thu, 30 Nov 2000 20:50:37 -0800
45805              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
45806      Branch: perl
45807            ! os2/os2.c
45808 ____________________________________________________________________________
45809 [  7974] By: jhi                                   on 2000/12/04  16:03:57
45810         Log: Subject: [PATCH] ++ 20% faster
45811              From: Nicholas Clark <nick@ccl4.org>
45812              Date: Mon, 4 Dec 2000 12:17:27 +0000
45813              Message-ID: <20001204121726.B52976@plum.flirble.org>
45814              
45815              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
45816      Branch: perl
45817            ! sv.c
45818 ____________________________________________________________________________
45819 [  7973] By: jhi                                   on 2000/12/04  16:00:48
45820         Log: 
45821              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
45822              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
45823              Date: Mon, 04 Dec 2000 12:30:45 +0100
45824              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
45825              
45826              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
45827              library (getprotobyname and getprotobynumber are outversioned by
45828              the same calls in libc, at least for xlc version 3.
45829      Branch: perl
45830            ! hints/aix.sh
45831 ____________________________________________________________________________
45832 [  7972] By: jhi                                   on 2000/12/04  02:58:31
45833         Log: Integrate perlio.
45834      Branch: perl
45835           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
45836           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
45837           !> win32/win32.h win32/win32iop.h win32/win32thread.h
45838 ____________________________________________________________________________
45839 [  7971] By: nick                                  on 2000/12/04  00:24:33
45840         Log: Quieten some noise in Win32 builds:
45841              - win32.h is included after <sys/socket.h>, so need to 
45842              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
45843              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
45844      Branch: perlio
45845            ! doio.c perl.h toke.c win32/win32.h
45846 ____________________________________________________________________________
45847 [  7970] By: nick                                  on 2000/12/03  22:57:46
45848         Log: PERL_IMPLICIT_SYS compiles but does not work.
45849      Branch: perlio
45850            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
45851            ! win32/perlhost.h win32/perllib.c win32/win32.h
45852            ! win32/win32iop.h win32/win32thread.h
45853 ____________________________________________________________________________
45854 [  7969] By: jhi                                   on 2000/12/03  22:12:58
45855         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
45856              used to swash_init(), makes regprop() dumps more informative
45857              (+utf8::IsAlpha, -utf8::IsDigit, for example).
45858      Branch: perl
45859            ! regcomp.c regexec.c
45860 ____________________________________________________________________________
45861 [  7968] By: jhi                                   on 2000/12/03  21:39:56
45862         Log: Implement ANYOFUTF8 regprop() dumping.
45863      Branch: perl
45864            ! regcomp.c
45865 ____________________________________________________________________________
45866 [  7967] By: jhi                                   on 2000/12/03  20:57:19
45867         Log: Make uv_to_utf8() to zero-terminate its output buffer,
45868              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
45869      Branch: perl
45870            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
45871 ____________________________________________________________________________
45872 [  7966] By: nick                                  on 2000/12/03  18:41:21
45873         Log: Integrate mainline (STDCHAR)
45874      Branch: perlio
45875           !> Configure t/pragma/utf8.t
45876 ____________________________________________________________________________
45877 [  7965] By: jhi                                   on 2000/12/03  17:58:20
45878         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
45879      Branch: perl
45880            ! t/pragma/utf8.t
45881 ____________________________________________________________________________
45882 [  7964] By: jhi                                   on 2000/12/03  17:35:56
45883         Log: Integrate perlio.
45884      Branch: perl
45885           !> iperlsys.h perlio.c
45886 ____________________________________________________________________________
45887 [  7963] By: jhi                                   on 2000/12/03  17:33:55
45888         Log: Metaconfig unit change for #7962.
45889      Branch: metaconfig
45890            ! U/modified/stdchar.U
45891 ____________________________________________________________________________
45892 [  7962] By: jhi                                   on 2000/12/03  17:33:27
45893         Log: Untangle the <stdio.h> #include nest for the stdchar test,
45894              from Andy Dougherty.
45895      Branch: perl
45896            ! Configure
45897 ____________________________________________________________________________
45898 [  7961] By: nick                                  on 2000/12/03  16:53:00
45899         Log: Make iperlsys.h vector stdio not PerlIO.
45900      Branch: perlio
45901            ! iperlsys.h perlio.c
45902 ____________________________________________________________________________
45903 [  7960] By: nick                                  on 2000/12/03  14:43:01
45904         Log: Integrate mainline
45905      Branch: perlio
45906           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
45907           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
45908 ____________________________________________________________________________
45909 [  7959] By: jhi                                   on 2000/12/03  08:16:36
45910         Log: Use DO_UTF8().
45911      Branch: perl
45912            ! op.c
45913 ____________________________________________________________________________
45914 [  7958] By: jhi                                   on 2000/12/02  18:33:05
45915         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
45916              From: Mike Guy <mjtg@cam.ac.uk>         
45917              Date: Sat, 02 Dec 2000 17:27:13 +0000
45918              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
45919              
45920              An extraneous argument.
45921      Branch: perl
45922            ! toke.c
45923 ____________________________________________________________________________
45924 [  7957] By: jhi                                   on 2000/12/02  18:22:32
45925         Log: A missing hunk.
45926      Branch: perl
45927            ! t/lib/net-hostent.t
45928 ____________________________________________________________________________
45929 [  7956] By: jhi                                   on 2000/12/02  18:06:20
45930         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
45931              From: Nicholas Clark <nick@ccl4.org>
45932              Date: Sat, 2 Dec 2000 14:28:27 +0000
45933              Message-ID: <20001202142827.A12308@plum.flirble.org>
45934              
45935              Test robustness.
45936      Branch: perl
45937            ! t/lib/net-hostent.t
45938 ____________________________________________________________________________
45939 [  7955] By: jhi                                   on 2000/12/02  17:58:06
45940         Log: Metaconfig unit change for #7954.
45941      Branch: metaconfig
45942            ! U/modified/stdchar.U
45943 ____________________________________________________________________________
45944 [  7954] By: jhi                                   on 2000/12/02  17:54:32
45945         Log: An inconvenient hang would happen if the stdio _ptr wasn't
45946              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
45947              would be grepping stdin for all eternity for the _ptr.)
45948      Branch: perl
45949            ! Configure
45950 ____________________________________________________________________________
45951 [  7953] By: jhi                                   on 2000/12/02  00:07:15
45952         Log: Update Changes.
45953      Branch: perl
45954            ! Changes patchlevel.h
45955 ____________________________________________________________________________
45956 [  7952] By: jhi                                   on 2000/12/01  23:54:47
45957         Log: Subject: Re: long shell lines
45958              From: Andy Dougherty <doughera@lafayette.edu>
45959              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
45960              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
45961              
45962              Split overly long shell command lines.
45963      Branch: perl
45964            ! lib/ExtUtils/MM_Unix.pm
45965 ____________________________________________________________________________
45966 [  7951] By: jhi                                   on 2000/12/01  23:48:02
45967         Log: The metaconfig unit change for #7950.
45968      Branch: metaconfig
45969            + U/modified/stdchar.U
45970 ____________________________________________________________________________
45971 [  7950] By: jhi                                   on 2000/12/01  23:47:39
45972         Log: Try to find stdchar also from <stdio_impl.h>.
45973      Branch: perl
45974            ! Configure config_h.SH
45975 ____________________________________________________________________________
45976 [  7949] By: jhi                                   on 2000/12/01  23:46:45
45977         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
45978              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
45979              Date: Fri, 1 Dec 2000 16:26:08 -0500
45980              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
45981              
45982              Reword the diagnostic message.
45983      Branch: perl
45984            ! pod/perldiag.pod
45985 ____________________________________________________________________________
45986 [  7948] By: nick                                  on 2000/12/01  22:49:43
45987         Log: Integrate mainline (for s/y/m as sub names stuff).
45988      Branch: perlio
45989           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
45990           !> t/pragma/warn/toke toke.c
45991 ____________________________________________________________________________
45992 [  7947] By: jhi                                   on 2000/12/01  20:55:41
45993         Log: Integrate perlio.
45994      Branch: perl
45995           !> perlio.c perliol.h t/io/pipe.t
45996 ____________________________________________________________________________
45997 [  7946] By: jhi                                   on 2000/12/01  20:36:51
45998         Log: Upgrade to CPAN 1.59_51, from Andreas König.
45999      Branch: perl
46000            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
46001 ____________________________________________________________________________
46002 [  7945] By: nick                                  on 2000/12/01  20:31:32
46003         Log: Integrate mainline
46004      Branch: perlio
46005           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
46006           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
46007           +> t/lib/net-hostent.t
46008           !> (integrate 35 files)
46009 ____________________________________________________________________________
46010 [  7944] By: jhi                                   on 2000/12/01  20:23:29
46011         Log: Some help for 20001130.011.  Now one gets warnings like
46012              "Ambiguous -f() resolved as a file test ..."
46013      Branch: perl
46014            ! pod/perldiag.pod t/pragma/warn/toke toke.c
46015 ____________________________________________________________________________
46016 [  7943] By: jhi                                   on 2000/12/01  19:44:44
46017         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
46018              that also breaks using them as methods. 
46019      Branch: perl
46020            ! pod/perldiag.pod t/op/misc.t toke.c
46021 ____________________________________________________________________________
46022 [  7942] By: nick                                  on 2000/12/01  17:56:46
46023         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
46024              Make 'unix' pass most tests
46025              - do unread by temporary push of layer ("pending") holding unread chars
46026              - fast_gets is now based on per-handle flag
46027              - relax one of io/pipe.t tests to allow print to fail and close to
46028              succeed so that it passes on unbuffered "unix" layer.
46029              Remaining fail is sporadic and a genuine race condition between
46030              parent/child in fork test.
46031      Branch: perlio
46032            ! perlio.c perliol.h t/io/pipe.t
46033 ____________________________________________________________________________
46034 [  7941] By: jhi                                   on 2000/12/01  15:28:58
46035         Log: (Retracted by #7943.)
46036              
46037              Reserve the short named string operator names.
46038      Branch: perl
46039            ! pod/perldiag.pod t/op/misc.t toke.c
46040 ____________________________________________________________________________
46041 [  7940] By: jhi                                   on 2000/12/01  06:45:53
46042         Log: Get the three different space character classes right under utf8.
46043      Branch: perl
46044            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
46045            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
46046            ! regexec.c t/op/pat.t utf8.c
46047 ____________________________________________________________________________
46048 [  7939] By: jhi                                   on 2000/12/01  03:26:26
46049         Log: Two more tests that make no sense in UTF-8 since the test
46050              data is not in UTF-8.
46051      Branch: perl
46052            ! t/op/regexp.t
46053 ____________________________________________________________________________
46054 [  7938] By: jhi                                   on 2000/12/01  03:20:39
46055         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
46056              should it be required inside regexen?
46057      Branch: perl
46058            ! regcomp.c t/op/regmesg.t
46059 ____________________________________________________________________________
46060 [  7937] By: jhi                                   on 2000/12/01  02:58:53
46061         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
46062              stored and restored, and thusly was trounced by the utf8 swash
46063              routines.
46064      Branch: perl
46065            ! regcomp.c
46066 ____________________________________________________________________________
46067 [  7936] By: jhi                                   on 2000/11/30  20:41:39
46068         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
46069              Why the different platforms behave so differently (core dump vs
46070              no core dump) on this bug is a but of a mystery, but if I had to
46071              guess I would mumble something like 'alignment'.
46072      Branch: perl
46073            ! sv.c
46074 ____________________________________________________________________________
46075 [  7935] By: jhi                                   on 2000/11/30  16:17:02
46076         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
46077              From: Robin Barker <rmb1@cise.npl.co.uk>
46078              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
46079              Date: Thu, 30 Nov 2000 14:27:12 GMT
46080      Branch: perl
46081            ! perlio.c toke.c
46082 ____________________________________________________________________________
46083 [  7934] By: jhi                                   on 2000/11/30  16:04:49
46084         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
46085      Branch: perl
46086            ! t/lib/net-hostent.t
46087 ____________________________________________________________________________
46088 [  7933] By: jhi                                   on 2000/11/30  06:07:26
46089         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
46090              From: Peter Prymmer <pvhp@forte.com>
46091              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
46092              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
46093              
46094              In VMS the localhost may be LOCALHOST.
46095      Branch: perl
46096            ! t/lib/net-hostent.t
46097 ____________________________________________________________________________
46098 [  7932] By: jhi                                   on 2000/11/30  01:11:11
46099         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
46100              From: Peter Prymmer <pvhp@forte.com>
46101              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
46102              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
46103              
46104              plus regen perlapi.pod.
46105      Branch: perl
46106            ! pod/perlapi.pod utf8.c
46107 ____________________________________________________________________________
46108 [  7931] By: jhi                                   on 2000/11/30  01:06:19
46109         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
46110              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
46111              Date:     Wed, 29 Nov 2000 17:15:11 EST
46112              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
46113      Branch: perl
46114            ! t/lib/filter-util.pl t/lib/filter-util.t
46115 ____________________________________________________________________________
46116 [  7930] By: jhi                                   on 2000/11/29  18:51:55
46117         Log: Update Changes.
46118      Branch: perl
46119            ! Changes patchlevel.h
46120 ____________________________________________________________________________
46121 [  7929] By: jhi                                   on 2000/11/29  18:50:55
46122         Log: Update the va_copy() metaconfig unit.
46123      Branch: metaconfig/U/perl
46124            ! need_va_copy.U
46125 ____________________________________________________________________________
46126 [  7928] By: jhi                                   on 2000/11/29  17:50:43
46127         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
46128              From: Dominic Dunlop <domo@computer.org>
46129              Date: Tue, 28 Nov 2000 16:41:57 +0100
46130              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
46131              
46132              Patch to catch a core dump in the Configure va_copy test.
46133      Branch: perl
46134            ! Configure config_h.SH
46135 ____________________________________________________________________________
46136 [  7927] By: jhi                                   on 2000/11/29  17:31:59
46137         Log: Retract #7921, the patch shouldn't be needed.
46138      Branch: perl
46139            ! sv.c
46140 ____________________________________________________________________________
46141 [  7926] By: jhi                                   on 2000/11/29  17:01:41
46142         Log: Make the Class::Struct import() wiser.
46143      Branch: perl
46144            ! lib/Class/Struct.pm t/lib/class-struct.t
46145 ____________________________________________________________________________
46146 [  7925] By: jhi                                   on 2000/11/29  16:36:33
46147         Log: All the core library users of Class::Struct seem to be
46148              using "use Class::Struct 'struct';" instead of the bare
46149              "use Class::Struct;", which isn't documented in Class::Struct.
46150              This can't be right.
46151      Branch: perl
46152            ! lib/File/stat.pm
46153 ____________________________________________________________________________
46154 [  7924] By: jhi                                   on 2000/11/29  16:32:15
46155         Log: A test works better if it has the right 1..$n output.
46156      Branch: perl
46157            ! t/lib/class-struct.t
46158 ____________________________________________________________________________
46159 [  7923] By: jhi                                   on 2000/11/29  16:29:11
46160         Log: Forgot to MANIFEST the new Net::hostent test.
46161      Branch: perl
46162            ! MANIFEST
46163 ____________________________________________________________________________
46164 [  7922] By: jhi                                   on 2000/11/29  16:27:49
46165         Log: Integrate perlio.
46166      Branch: perl
46167           !> iperlsys.h perlio.c
46168 ____________________________________________________________________________
46169 [  7921] By: jhi                                   on 2000/11/29  16:27:10
46170         Log: (Retracted by #7927.)
46171              
46172              Subject: [PATCH] Is infinity a number?
46173              From: Simon Cozens <simon@cozens.net>
46174              Date: Wed, 29 Nov 2000 14:48:20 +0000
46175              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
46176      Branch: perl
46177            ! sv.c
46178 ____________________________________________________________________________
46179 [  7920] By: jhi                                   on 2000/11/29  16:23:02
46180         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
46181              From: rspier@pobox.com (Robert Spier)
46182              Date: Wed, 29 Nov 2000 02:17:49 -0500
46183              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
46184              
46185              Add a test for Net::hostent.
46186      Branch: perl
46187            + t/lib/net-hostent.t
46188 ____________________________________________________________________________
46189 [  7919] By: jhi                                   on 2000/11/29  16:21:31
46190         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
46191              add a test for Class::Struct.
46192      Branch: perl
46193            + t/lib/class-struct.t
46194            ! MANIFEST lib/Class/Struct.pm
46195 ____________________________________________________________________________
46196 [  7918] By: jhi                                   on 2000/11/29  15:48:40
46197         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
46198              From: rspier@pobox.com (Robert Spier)
46199              Date: Wed, 29 Nov 2000 02:25:39 -0500
46200              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
46201              
46202              More checking in case someone has broken their services or
46203              protocol databases.
46204      Branch: perl
46205            ! ext/Sys/Syslog/Syslog.pm
46206 ____________________________________________________________________________
46207 [  7917] By: jhi                                   on 2000/11/29  15:46:25
46208         Log: Subject: [PATCH] $^O  win32 -> MSWin32
46209              From: rspier@pobox.com (Robert Spier)
46210              Date: Wed, 29 Nov 2000 02:17:38 -0500
46211              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
46212              
46213              plus similar nits for vms, err, VMS, and UNICOS.
46214      Branch: perl
46215            ! t/lib/syslfs.t t/op/lfs.t
46216 ____________________________________________________________________________
46217 [  7916] By: jhi                                   on 2000/11/29  15:42:51
46218         Log: Subject: [PATCH] Tokeniser debugging
46219              From: Simon Cozens <simon@cozens.net>
46220              Date: Wed, 29 Nov 2000 14:15:45 +0000
46221              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
46222      Branch: perl
46223            ! perl.c perl.h pod/perlrun.pod toke.c
46224 ____________________________________________________________________________
46225 [  7915] By: jhi                                   on 2000/11/29  15:41:36
46226         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
46227              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46228              Date: Wed, 29 Nov 2000 02:13:14 -0500
46229              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
46230              
46231              OUT keyword nits.
46232              
46233              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
46234              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46235              Date: Wed, 29 Nov 2000 03:09:04 -0500
46236              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
46237              
46238              OUT and IN_OUT documentation.
46239      Branch: perl
46240            ! lib/ExtUtils/xsubpp pod/perlxs.pod
46241 ____________________________________________________________________________
46242 [  7914] By: jhi                                   on 2000/11/29  03:35:01
46243         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
46244              From: John Tobey <jtobey@john-edwin-tobey.org>
46245              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
46246              Message-Id: <m140e1N-000FOoC@feynman.localnet>
46247              
46248              plus a performance speedup noticed by Sarathy.
46249      Branch: perl
46250            ! op.c
46251 ____________________________________________________________________________
46252 [  7913] By: jhi                                   on 2000/11/29  03:16:59
46253         Log: Use "1 while unlink" so that VMS gets clean, too.
46254      Branch: perl
46255            ! t/lib/filter-util.t
46256 ____________________________________________________________________________
46257 [  7912] By: jhi                                   on 2000/11/29  03:09:08
46258         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
46259              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46260              Date: Tue, 28 Nov 2000 03:27:09 -0500
46261              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
46262      Branch: perl
46263            ! lib/ExtUtils/xsubpp
46264 ____________________________________________________________________________
46265 [  7911] By: jhi                                   on 2000/11/29  03:06:30
46266         Log: This should have been part of #7872: no need to scan UTF-8
46267              until eternity.
46268      Branch: perl
46269            ! utf8.c
46270 ____________________________________________________________________________
46271 [  7910] By: jhi                                   on 2000/11/29  02:50:04
46272         Log: One more perltie.pod nit from Casey R. Tweten.
46273      Branch: perl
46274            ! pod/perltie.pod
46275 ____________________________________________________________________________
46276 [  7909] By: jhi                                   on 2000/11/29  02:44:23
46277         Log: Document the known sprintf test failures, exact standard
46278              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
46279      Branch: perl
46280            ! pod/perldelta.pod t/op/sprintf.t
46281 ____________________________________________________________________________
46282 [  7908] By: jhi                                   on 2000/11/29  02:36:23
46283         Log: Add the Encoding table format documentation.
46284      Branch: perl
46285            + ext/Encode/Encode/EncodeFormat.pod
46286            ! MANIFEST
46287 ____________________________________________________________________________
46288 [  7907] By: jhi                                   on 2000/11/29  02:07:24
46289         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
46290              From: "Casey R. Tweten" <crt@kiski.net>
46291              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
46292              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
46293              
46294              Subject: Re: [PATCH] Updating perltie.pod for arrays
46295              From: "Casey R. Tweten" <crt@kiski.net>
46296              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
46297              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
46298      Branch: perl
46299            ! pod/perltie.pod
46300 ____________________________________________________________________________
46301 [  7906] By: nick                                  on 2000/11/28  22:40:59
46302         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
46303      Branch: perlio
46304            ! iperlsys.h perlio.c
46305 ____________________________________________________________________________
46306 [  7905] By: nick                                  on 2000/11/28  22:04:34
46307         Log: Integrate mainline
46308      Branch: perlio
46309           !> (integrate 39 files)
46310 ____________________________________________________________________________
46311 [  7904] By: jhi                                   on 2000/11/28  16:44:43
46312         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
46313              From: Nicholas Clark <nick@babyhippo.co.uk>
46314              Date: Tue, 28 Nov 2000 11:16:57 +0000
46315              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
46316      Branch: perl
46317            ! pod/perlipc.pod
46318 ____________________________________________________________________________
46319 [  7903] By: jhi                                   on 2000/11/28  16:40:31
46320         Log: Subject: [PATCH] Updating perltie.pod for arrays
46321              From: "Casey R. Tweten" <crt@kiski.net>
46322              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
46323              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
46324      Branch: perl
46325            ! pod/perltie.pod
46326 ____________________________________________________________________________
46327 [  7902] By: jhi                                   on 2000/11/28  16:39:37
46328         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
46329              From: Robin Barker <rmb1@cise.npl.co.uk>
46330              Date: Mon, 27 Nov 2000 17:56:44 GMT
46331              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
46332      Branch: perl
46333            ! pod/perlfunc.pod t/op/split.t
46334 ____________________________________________________________________________
46335 [  7901] By: jhi                                   on 2000/11/28  16:28:04
46336         Log: setmode() is a DOSish-only thing.
46337      Branch: perl
46338            ! perlio.c
46339 ____________________________________________________________________________
46340 [  7900] By: jhi                                   on 2000/11/28  16:21:46
46341         Log: Subject: [PATCH] perlcc.PL cleanups
46342              From: Simon Cozens <simon@cozens.net>
46343              Date: Tue, 28 Nov 2000 12:44:35 +0000
46344              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
46345      Branch: perl
46346            ! utils/perlcc.PL
46347 ____________________________________________________________________________
46348 [  7899] By: gsar                                  on 2000/11/28  06:32:55
46349         Log: reintegrate files missed by change#7895
46350      Branch: maint-5.6/perl
46351           +> ext/ByteLoader/bytecode.h utils/Makefile
46352            - utils/perlbc.PL
46353 ____________________________________________________________________________
46354 [  7897] By: gsar                                  on 2000/11/27  18:22:47
46355         Log: can't integrate these two files, for some reason
46356      Branch: maint-5.6/perl
46357            - ext/ByteLoader/bytecode.h utils/Makefile
46358 ____________________________________________________________________________
46359 [  7895] By: gsar                                  on 2000/11/27  18:11:21
46360         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
46361              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
46362              6757..6890,6892..6901 from mainline
46363              
46364              Bytecompiler patches from Benjamin Stuhl.
46365              
46366              More bytecompiler.
46367              
46368              Subject: [PATCH blead] B:: missing dependency
46369              
46370              Subject: [PATCH: 6757] configure.com updates and syslog build
46371              
46372              Long double Gconvert fixes from Yitzchak Scott-Thoennes
46373              and Spider Boardman.
46374              
46375              Subject: [PATCH blead] nextchar() abuse misses an optimisation
46376              
46377              Long double fixes from Spider Boardman.
46378              
46379              Make the selection of NVff et al stricter.
46380              
46381              cSVOPo_*v things index into the current PL_curpad
46382              under ithreads, which is different from the curpad
46383              used by the XSUB.  (In other words, the code as-is
46384              before this patch wouldn't work under ithreads.)
46385              
46386              Be portable.
46387              
46388              VMS MMS (make) wants null action.
46389              
46390              Mac and other portability updates from Chris Nandor.
46391              
46392              Storable support, v-version fixes.
46393              Subject: CPAN.pm beta for testing available
46394              
46395              Portability fix from Hugo van der Sanden.
46396              
46397              Bad makefile.
46398              
46399              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
46400              
46401              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
46402              
46403              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
46404              
46405              Replace #6705 with a minimal doc patch.
46406              Subject: [PATCH 5.6.0] replace change #6705
46407              
46408              Drop the separate perlbc, perlcc -b should be enough.
46409              
46410              installperl couldn't tell whether it had run tests or not.
46411              Subject: [PATCH] Re: installperl and t/TEST
46412              
46413              Add silencer flags to installperl.
46414              Subject: [PATCH] Making installperl silent.
46415              
46416              Make "make install" by default silent.  A new "install-verbose"
46417              target is verbose.
46418              
46419              More liberal parsing of version numbers.
46420              Subject: Re: CPAN.pm beta for testing available
46421              
46422              Create directories in silence.
46423              Subject: [PATCH] Another silencer for MakeMaker
46424              
46425              DOS patches and portability/porting notes, from Tim Jenness.
46426              
46427              Make installman to recognize the silence flag -S.
46428              
46429              Actually do something with the silencer option.
46430              
46431              Continue silencing.
46432              
46433              Show the doc file, not the temp file.
46434              
46435              Regen perltoc.
46436              
46437              Subject: [PATCH] More silencing of installman.
46438              
46439              Better wording for the vec lvalue diagnostic.
46440              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
46441              
46442              Subject: [PATCH: 6805] several more tweaks to configure.com
46443              
46444              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
46445              
46446              Missing parts of 
46447              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
46448              
46449              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
46450              (applied slightly modified)
46451              
46452              installperl --verbose and --silent.
46453              Subject: Re: [PATCH] More silencing of installman.
46454              
46455              Add install-silent target.
46456              
46457              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
46458              the problem reported in
46459              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
46460              
46461              Tweak the sfio/useperlio logic, hopefully as wished in
46462              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
46463              
46464              One forgotten file from #6816.
46465              
46466              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
46467              
46468              Remove duplicately applied patch shards.
46469              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
46470              
46471              Support preserving extremely big/small angles.
46472              
46473              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
46474              
46475              Subject: [PATCH] installation not quite silent yet.
46476              
46477              Update the test count.
46478              
46479              Use UVxf, PTR2UV, NVff.
46480              
46481              Document PTR2XX and INT2PTR.
46482              
46483              no-install target a la make -n.
46484              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
46485              
46486              grep -e isn't portable.
46487              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
46488              
46489              Can't get the test to reliably work thanks to the
46490              inaccurateness of floating point.  "Resolves" bug ids
46491              20000826.003, 20000826.009, 20000826.010,
46492              
46493              Subject: installman buglet
46494              
46495              DJGPP update from Laszlo Molnar.
46496              
46497              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
46498              
46499              Passing -R in ldflags makes now it to appear in the default
46500              for lddlflags, just like with -L.
46501              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
46502              
46503              Test nit.
46504              
46505              Use the actual thread type, not the pointer-to-struct.
46506              
46507              Provice virtual $Config{ccflags_nolargefiles} etc. 
46508              
46509              display_format used as a class method without arguments was broken,
46510              reported in
46511              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
46512              
46513              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
46514              
46515              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
46516              
46517              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
46518              
46519              opmini.o may be left around if a build is interrupted.
46520              
46521              Typo in #6858.
46522              
46523              Fix for ID 20000828.001, long doubles were not formatted
46524              correctly (showed up in $], which stopped installing perl).
46525              
46526              An attempt to fix the problem reported in
46527              Subject: Building perl@6856 using gcc/AIX 4.3.3 
46528              I can't test this properly since the gcc installation I have
46529              access to seems to be botched (gcc is calling the AIX cpp,
46530              a losing proposition...)
46531              
46532              Add -ld to archname on long tr...double platforms.
46533              
46534              Subject: hv.h Doc Patch
46535              
46536              Potential cruft.
46537              
46538              Subject: [PATCH bleedperl@6856] warnings fixes
46539              
46540              -S is the silent flag, -s is the strip flag.
46541              Subject: [PATCH] Re: [PATCH] make no-install          
46542              
46543              Take out the SUIDMAIL thing, that will not be
46544              a problem in 5.7.*.
46545              
46546              Subject: [PATCH bleedperl@6866] spellings
46547              
46548              Subject: [PATCH] Re: files not cleaned even by veryclean
46549              
46550              Use minimal @INC in tests, most of the time just '../lib',
46551              so that we simply can't pick up stuff from other Perls than
46552              the one we are testing.  Pointed out by
46553              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
46554              
46555              Update to Getopt::Long 2.24, from Johan Vromans.
46556              
46557              Fix for thinko in #6848.
46558              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
46559              
46560              Patches all over for people and the files they (hopefully) care about.
46561              
46562              Subject: Net::protoent does not export 'getproto'
46563              
46564              Missed a change in #6869.
46565              
46566              Subject: [PATCH] Warnings in B::Deparse
46567              
46568              Subject: [PATCH] Glob dumping
46569              
46570              Disable one of the tests for now.
46571              
46572              Disabling the one test is a bit tricky.
46573              
46574              Don't forget to tidy up.
46575              
46576              The #6881 removed one dump line.
46577              
46578              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
46579              
46580              Under usethreads the dumped variable is IN_PAD.
46581              Subject: Re: [PATCH] Glob dumping
46582              
46583              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
46584              
46585              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
46586              
46587              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
46588              
46589              Regen Configure for #6894.
46590              
46591              Subject: [PATCH: 6889] updates to perlebcdic.pod
46592              
46593              Undo namespace pollution of #6878.
46594              Subject: Re: Net::protoent does not export 'getproto'
46595              
46596              Admit that we are leaking scalars.
46597              
46598              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
46599      Branch: maint-5.6/perl
46600           !> (integrate 271 files)
46601 ____________________________________________________________________________
46602 [  7894] By: gsar                                  on 2000/11/27  16:00:34
46603         Log: a couple of nits
46604      Branch: maint-5.6/perl
46605            ! MANIFEST pp_sys.c
46606 ____________________________________________________________________________
46607 [  7893] By: gsar                                  on 2000/11/27  15:10:56
46608         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
46609              6740..6745,6747..6757,6760
46610              
46611              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
46612              
46613              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
46614              
46615              Doc nits spotted by Richard Soderberg.
46616              
46617              move WNOHANG definition to where other such things are
46618              
46619              Make $Config{byteorder} more magical so that it is
46620              dynamically computed: nice for 'fat binaries'.
46621              Subject: [PATCH]: default byteorder
46622              
46623              Subject: [PATCH] Cwd.pm now uses strict
46624              
46625              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
46626              
46627              Get -DLEAKTEST to compile (not necessarily to work, mind)
46628              Subject: [ID 20000724.006] -DLEAKTEST problem
46629              
46630              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
46631              
46632              Add perlebcdic from Peter Prymmer, regen toc.
46633              
46634              Don't propose using modules built for 5.005 if no binary
46635              compatibility with 5.005 is attempted.
46636              
46637              Do not use prototyping here.
46638              Subject: [ID 20000817.016] [PATCH] Peek.xs
46639              
46640              Document what the backtick returns if the command fails.
46641              
46642              Add byteorder to the myconfig output.
46643              
46644              Introduce NVef, NVff, and NVgf, use the middle one.
46645              (helps for lib/peek + Linux + long doubles)  Reported in
46646              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
46647              Use NVs in POSIX math, not doubles.
46648              Subject: [ID 20000817.014] POSIX & modfl
46649              
46650              Subject: [PATCH 5.6.0+] newSVrv() memory leak
46651              
46652              The byteorder code in #6671 was wrong.
46653              
46654              Fix the lib/complex failure of
46655              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
46656              Linux long double accuracy issue: something that
46657              when printed with %g looks like "2" but int() of it is 1.
46658              
46659              Propagate new Configure vars.
46660              
46661              Unbuffer the output.
46662              
46663              Subject: [PATCH] perltrap.pod spring cleaning
46664              
46665              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
46666              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
46667              
46668              Tiny Getopt::Long patch from Johan Vromans.
46669              
46670              Document code point which makes if (defined %stash::) to work
46671              (noted by Spider Boardman).
46672              
46673              Subject: [PATCH perl@6698] cygwin port
46674              
46675              Document the NDBM_File and ODBM_File as SDBM_File
46676              was documented in #6417.
46677              
46678              The new tests were missing from #6415.
46679              
46680              Add [[:blank:]] as suggested in
46681              Subject: [ID 20000716.024] [=cc=] / [:blank:]
46682              (the [=cc=] has already been taken care of by #6439
46683              so the whole bug report can be closed)
46684              and make [[:space:]] to be equivalent to isspace(3)
46685              (as opposed to \s, which is isSPACE()).  The difference
46686              is that now [[:space:]] matches the mythical vertical tab,
46687              while \s doesn't.
46688              
46689              Don't eat leading os from index entries.
46690              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
46691              
46692              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
46693              
46694              Typo in pp_complement().
46695              Subject: [PATCH perl-current] Deparse
46696              
46697              Add warnif(), check warnings further up the stack,
46698              all the warnings functions now can take an optional object reference.
46699              Subject: [PATCH bleedperl@6691] warnings pragma update
46700              
46701              Fix a core dump in lib/selfloader under -DDEBUGGING.
46702              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
46703              
46704              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
46705              
46706              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
46707              
46708              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
46709              Put back the long double avoidance code to POSIX.xs
46710              because VMS seems to need it still.
46711              
46712              Introduce a 'veryclean' target that is like 'distclean'
46713              but also removes *~ and *.orig.
46714              
46715              Subject: [ID 20000817.023] endianness description in perlfunc.pod
46716              
46717              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
46718              
46719              Let's try #6717 again.
46720              
46721              UTF8 concat fixes.
46722              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
46723              
46724              pp_open() could pass an uninitialized filename down to do_open9().
46725              
46726              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
46727              
46728              Update to CGI 2.72, from Lincoln Stein.
46729              
46730              Subject: [PATCH] Silence MakeMaker (Was: installman)
46731              
46732              Use temporary directory instead of current directory.
46733              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
46734              
46735              Document odd vs even subreleases and -Dusedevel.
46736              
46737              The veryclean target needs to clobber.
46738              
46739              Use File::Spec->tmpdir().
46740              
46741              Document the number of exponent digits.
46742              
46743              Mention perlebcdic and perlposix-bc.
46744              
46745              s/this one/the 5.6.0 release/
46746              
46747              The #6724 is here.
46748              
46749              The correct cleaning order is an art.
46750              
46751              small tweaks for change#6705: avoid C++ style comments in C code;
46752              use Perl's malloc API rather than the low level system one
46753              
46754              Array context keeps slithering in.
46755              
46756              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
46757              
46758              Subject: [PATCH] os2.c fix for use64bitint
46759              
46760              Update to Pod::LaTeX 0.53.
46761              Subject: [PATCH] lib/Pod/LaTeX.pm updates
46762              
46763              Document the endianness of Alpha more precisely.
46764              
46765              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
46766              
46767              Rename the macro argument because some preprocessors
46768              can't tell the difference and expand arguments also inside
46769              double quoted strings.
46770              
46771              free TLS slot properly on Windows
46772              
46773              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
46774              
46775              Unicos/mk requires elaborate paranoia.
46776              
46777              Tweak the floating point output routine preferences.
46778              
46779              Also under djgpp the timestamps are funky.
46780              
46781              Apply some PodParser 1.18 patches; the Pod/Find.pm
46782              patches cannot be applied since #6712 conflicts.
46783              
46784              Use PodParser 1.18 new test.
46785              
46786              A pod nit.
46787              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
46788              
46789              Be verydeepclean.
46790      Branch: maint-5.6/perl
46791           +> pod/perlebcdic.pod
46792           !> (integrate 106 files)
46793 ____________________________________________________________________________
46794 [  7892] By: jhi                                   on 2000/11/27  15:02:32
46795         Log: Update Changes.
46796      Branch: perl
46797            ! Changes patchlevel.h
46798 ____________________________________________________________________________
46799 [  7891] By: jhi                                   on 2000/11/27  14:57:23
46800         Log: Subject: Re: perlfaq style changes
46801              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
46802              Date: Sat, 25 Nov 2000 23:32:26 -0800
46803              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
46804              
46805              plus a note from Ronald Kimball.
46806      Branch: perl
46807            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
46808 ____________________________________________________________________________
46809 [  7890] By: jhi                                   on 2000/11/27  14:53:14
46810         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
46811              From: Benjamin Holzman <bah@ecnvantage.com>
46812              Date: Sun, 26 Nov 2000 16:27:33 -0500
46813              Message-ID: <20001126162733.J25040@ecnvantage.com>
46814      Branch: perl
46815            ! gv.c
46816 ____________________________________________________________________________
46817 [  7889] By: jhi                                   on 2000/11/27  14:43:11
46818         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
46819              From: lvirden@cas.org
46820              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
46821              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
46822      Branch: perl
46823            ! README.amiga
46824 ____________________________________________________________________________
46825 [  7888] By: jhi                                   on 2000/11/27  14:32:34
46826         Log: Restore also the locale test to no-sprintf-taint state.
46827              Fixes the bug 20001127.003.
46828      Branch: perl
46829            ! sv.c t/pragma/locale.t
46830 ____________________________________________________________________________
46831 [  7887] By: gsar                                  on 2000/11/27  14:13:05
46832         Log: integrate changes#6613..6616,6620..6665 from mainline
46833              
46834              VMS configure.com update continues.
46835              
46836              Subject: Test fails / warnings with perl-current #6612
46837              
46838              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
46839              
46840              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
46841              
46842              For now remove the mail code.
46843              
46844              Subject: Re: [PATCH] @+, @- readonly
46845              
46846              Subject: warning: storage class after type is obsolescent
46847              
46848              Subject: sfio2000
46849              
46850              Subject: Re: File::Temp problems on VMS in bleedperl
46851              
46852              README.os2 update.
46853              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
46854              
46855              Make the user to give up his firstborn, err, to knowingly
46856              verify installing an unstable developer release.  Also bump
46857              the release to 5.7.0, but leave a patch tag in the local
46858              patches saying that this is not yet the real thing.
46859              
46860              Update (kinda) to Test 1.14, from Joshua Pritikin.
46861              
46862              make ok etc also for win32.
46863              
46864              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
46865              
46866              Don't blow limited stacks, a lower number is enough to
46867              tickle the lookbehind limit.
46868              
46869              Use -Dusedevel; regen Configure and the respective Porting stuff.
46870              
46871              Subject: [PATCH] debugger exit code should reflect user exit code
46872              
46873              Subject: [PATCH perl@6620] cygwin port
46874              
46875              Missed a file from #6638.
46876              
46877              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)
46878              
46879              magic callbacks all need to have same type signature
46880              
46881              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
46882              
46883              Fix a dependency problem.
46884              Subject: [PATCH: 6640] VMS Makefile.SH update
46885              
46886              The numeric locale was reset to "C" by s?printf and never restored.
46887              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
46888              No test since adding the failing example to locale.t
46889              does not fail -- probably because the locale settings are so
46890              thoroughly tweaked by that time.  Running the example standalone
46891              does fail, though.  UPDATE: test case added at change #7540.
46892              
46893              Subject: [ID 20000324.040] minor fix to perlhpux.pod
46894              
46895              Update to CPAN 1.57.
46896              
46897              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
46898              
46899              Change the perlbug address to perl.org since it's more forgiving.
46900              
46901              Change the regx compilation error markers to use = instead of <
46902              since pod makes using the latter quite messy.  Reported in
46903              ID 20000814.006 by Abigail and in
46904              Subject: Unknown escape E<> ?
46905              
46906              Update to perldebtut 1.9, from Richard Foley.
46907              
46908              check that the number pseudo children doesn't exceed
46909              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
46910              the WaitForMultipleObjects() limit that would cause wait()
46911              to crash)
46912              wait() and waitpid() could potentially be rewritten to use
46913              more than one thread to do the waiting to eliminate this
46914              limitation
46915              
46916              change#6328 could make close(SOCKET) return false on windows
46917              when it shouldn't
46918              
46919              pod nit seen in passing
46920              
46921              on windows, the return values from wait() and waitpid() don't
46922              match those of pseudo-pids
46923              
46924              waitpid() now handles externally spawned pids correctly;
46925              fixes for backtick/wait/waitpid failures on Windows 9x
46926              these changes make the pid returned by process functions on
46927              Windows 9x always positive by clearing the high bit (which
46928              is always set on Win9x); pseudo-process PIDs are likewise
46929              always negative now on Win9x (just as on NT/2000)
46930              
46931              trailing new %ENV entries weren't being pushed into the real
46932              environment of subprocesses on Windows
46933              
46934              Tweak the regex compilation errors once more.
46935              
46936              avoid warnings from dense compiler
46937              
46938              add "ok" targets from change#6632 in makefile.mk
46939      Branch: maint-5.6/perl
46940            - lib/Pod/PlainText.pm vms/configure.com
46941           !> (integrate 66 files)
46942 ____________________________________________________________________________
46943 [  7886] By: jhi                                   on 2000/11/27  13:54:18
46944         Log: __FUNCTION__ isn't portable and trying to emulate it leads
46945              into practically spelling out the name of the function.
46946              Takes care of the bug 20001127.001.
46947      Branch: perl
46948            ! perlio.c
46949 ____________________________________________________________________________
46950 [  7885] By: gsar                                  on 2000/11/27  13:53:18
46951         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
46952              6610..6611 from mainline
46953              
46954              Make regular expression parse error messages easier to understand.
46955              Subject: Re: enhanced(?) regex error messages
46956              
46957              Tiny tidying on report_evil_fh().
46958              
46959              Subject: Re: enhanced(?) regex error messages 
46960              plus Capitalize the error messages, plus perldiag them.
46961              
46962              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
46963              
46964              Document here-doc better.
46965              
46966              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
46967              
46968              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
46969              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
46970              (either perlbug or p5p ate the original), plus regen
46971              perlapi and perltoc. 
46972              
46973              Regen global.sym.
46974              
46975              Double check that we have a dirhandle.
46976              
46977              Subject: Re: enhanced(?) regex error messages
46978              (plus two small patches sent privately)
46979              (this still seems to leave few test failures)
46980              
46981              warn is a macro, avoid using at a variable to avoid warnings
46982              in some configurations; readdir.t is too conservative in
46983              estimating number of *.t's
46984              
46985              Get back into sync with Jeffrey on the enhanced regex warnings.
46986              
46987              Subject: [PATCH 5.6.0] cygwin port
46988              
46989              Zero entries were skipped, fix from Adrian Goalby
46990              <argoalby@yahoo.co.uk>
46991              
46992              Subject: Remove dead entry in perldiag
46993              
46994              Amend the description of Perl6.
46995              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
46996              
46997              detypo
46998              
46999              It's the 2ndO'ROSSC.
47000              
47001              Revert the sv.c part of #6559, a better fix is needed.
47002              
47003              Iterating perl6 description.
47004              
47005              Update to Term::ANSIColor 1.03, from Russ Allbery.
47006              
47007              Update to Getopt::Long 2.23_05, from Johan Vromans.
47008              
47009              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
47010              
47011              Update to Pod::Parser 1.17, from Brad Appleton.
47012              
47013              Update to CPAN 1.56, from Andreas König.
47014              
47015              Update to CGI 2.70, from Lincoln Stein.
47016              
47017              Put back the std @INC thing.
47018              
47019              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
47020              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
47021              
47022              Document the IO::Select timeout.
47023              
47024              sleep(1) does not necessarily return 1.
47025              Subject: [PATCH bleadperl] op/lex_assign.t  
47026              
47027              Subject: debugger "d" command doesnt check line number
47028              
47029              B::Deparse didn't do sub attributes.
47030              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
47031              
47032              Preprocessing and postprocessing for File::Find.
47033              Subject: Patch to Find::File.pm to allow alphabetical results
47034              
47035              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
47036              
47037              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
47038              
47039              Subject: Re: [ID 20000730.003] utf8::length() bad
47040              
47041              Subject: Getting perlio and threads to compile
47042              (the Solaris version changes in Configure skipped)
47043              
47044              Tests for #6589.
47045              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
47046              
47047              Add Perl debugging tutorial, regen toc. 
47048              Subject: perldebtut.pod
47049              
47050              Add a few missing files, update MANIFEST.
47051              
47052              Rewrite of vms/subconfigure.com as configure.com,
47053              from Peter Prymmer and the vmsperl crew.
47054              
47055              Should have deleted this in #6603.
47056              
47057              Fix the test for 5005threads.
47058              
47059              Fix-n-skip the tests under 5005threads.
47060              
47061              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
47062              
47063              Upgrade to CGI 2.71, from Lincoln Stein.
47064      Branch: maint-5.6/perl
47065           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
47066           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
47067           +> t/op/regmesg.t t/pod/find.t vms/configure.com
47068            - vms/subconfigure.com
47069            ! lib/lib.pm
47070           !> (integrate 115 files)
47071 ____________________________________________________________________________
47072 [  7884] By: jhi                                   on 2000/11/27  13:44:33
47073         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
47074              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
47075              Date:     Mon, 27 Nov 2000 08:23:54 EST
47076              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
47077      Branch: perl
47078            ! vms/descrip_mms.template vms/test.com
47079 ____________________________________________________________________________
47080 [  7883] By: gsar                                  on 2000/11/27  11:50:46
47081         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
47082              6511..6513,6515..6523,6525..6536
47083              
47084              The swallow_bom() saga continues.  The #23 of require.t
47085              (UTF16-LE) still fails (silently, no output) but the #22
47086              (UTF16-BE) seems to be working now.  The root of the
47087              failure may be in sv_gets(): is it UTF-16LE-aware,
47088              especially when it comes to line endings? 
47089              
47090              Document the problem with -P in HP-UX and its workaround.
47091              
47092              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
47093              (aka ID 20000730.002)
47094              
47095              Subject: fix and question re: waitpid() under win32
47096              
47097              Make the safety catch for buggy gccs work with triple version
47098              numbers like 2.95.2.  Reported in
47099              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
47100              
47101              In Digital UNIX warn if gcc explicitly chosen because even
47102              2.95.2 is known to cause problems.
47103              
47104              Make chr() for values >127 to create utf8 when under utf8.
47105              
47106              various syntax errors and such (not fixed: comp/require.t#22 coredump
47107              on Windows)
47108              
47109              Stash away the largefiles flags and libswanted.
47110              
47111              BOM patching from Simon Cozens.
47112              
47113              If gccosandvers is equal to osname, clear gccosandvers.
47114              
47115              Make p4desc to skip non-mainperl branches by default.
47116              
47117              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
47118              
47119              The test from this
47120              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
47121              
47122              In new BSDs changes to argv[] do not show up in ps(1) output,
47123              instead one must use setproctitle().  This was already addressed
47124              by change #6457, but the below has a new variant for FreeBSD 4.0
47125              or later, and the matter is also documented more.
47126              
47127              FreeBSD 3.* updates from
47128              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
47129              
47130              regen_headers, regen perltoc.
47131              
47132              Document in one place the memory abstractions used in Perl core.
47133              
47134              memcpy has n o in it, as pinted ut by Sarathy.
47135              
47136              Remove the extraneous "main::" prefix from all the
47137              "opened only for", "on closed", and "never opened" warnings.
47138              
47139              The name of a filehandle does not have <these>.
47140              
47141              The tr utf8 patching continues.
47142              
47143              The new setproctitle() feature is available only in 
47144              bleeding edge FreeBSD.  From Paul Saab.
47145              
47146              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
47147              
47148              Dump UVs as UVs in Data::Dumper.
47149              
47150              detypo #6494
47151              
47152              Document the IVdf UVuf UVof UVxf.
47153              
47154              require.t needs binmode() to work on windows
47155              
47156              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
47157              that are hopefully soon put into use.
47158              
47159              Allow "no Module;" even if there is no 'unimport'.
47160              
47161              Better skip message for the test; one of the two problems in
47162              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
47163              
47164              The subtest 4 may fail also on VOBS, as pointed out
47165              by Nick Ing-Simmons in November 1999, bug id 19991124.003
47166              (but the failure in that bug report isn't the subtest 4).
47167              
47168              Be more informative on what is skipped and why,
47169              also repeat the list at the end.
47170              
47171              Add a URL for FSF.
47172              
47173              Subject: [PATCH] sv.h documentation - SvLEN
47174              
47175              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
47176              
47177              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
47178              
47179              Subject: [PATCH] bad cppsymbols on os2 + Configure question
47180              
47181              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
47182              
47183              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
47184              mention the idea of @( and @)
47185              
47186              This is 6512.  Really.
47187              
47188              Subject: [ID 19990721.004] Documentation bug in perlfunc
47189              
47190              Subject: Minor tweak to perlvar.pod
47191              
47192              In the warnings call filehandles consistently so;
47193              add "unopened" warning for stat().
47194              
47195              After the #6519 a warning about stat() is just that,
47196              not about a filetest, which now have their own warning.
47197              
47198              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
47199              
47200              Subject: Re: Array vs. List context
47201              
47202              Subject: New perlcc, take 2
47203              
47204              Weed buglets pointed out by
47205              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
47206              
47207              gcc versions might have (parentheses) in them.
47208              
47209              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
47210              
47211              Essential prototype changes were missing from #6527.
47212              Also make report_evil_fh() more bomb-proof.
47213              
47214              Zap lib/Sys directory when cleaning up.
47215              
47216              Change the Policy policy: now -Dprefix= with an existing
47217              Policy.sh and prefix == siteprefix == vendorprefix, then all
47218              of them follow along the new prefix.
47219              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
47220              
47221              Continue fixing the io warnings.  This also
47222              sort of fixes bug ID 20000802.003: the core dump
47223              is no more.  Whether the current behaviour is correct
47224              (giving a warning: "Not a format reference"), is another matter.
47225              
47226              Have symbols for the IoTYPEs.
47227              
47228              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
47229              
47230              Document a bit that UDP is not what you might think.
47231              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
47232              tr memory corruption fix from Simon Cozens.
47233              
47234              Plug the security hole described in the Aug 05 2000 bugtraq message
47235              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
47236              The security hole exists only in suidperls, which isn't
47237              installed or even built by default.
47238      Branch: maint-5.6/perl
47239           !> (integrate 71 files)
47240 ____________________________________________________________________________
47241 [  7882] By: gsar                                  on 2000/11/27  10:25:36
47242         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
47243              from mainline
47244              
47245              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
47246              to be fatal errors (instead of by default ignoring them, and
47247              ignoring with a bug: even though -w gave an error, the opening [
47248              was left in)  Reported in:
47249              
47250              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
47251              
47252              Subject: [PATCH] split /^/
47253              
47254              MacOS nits from Matthias Neeracher.
47255              
47256              More split() doc and test patches from Mike Guy.
47257              
47258              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
47259              from Graham Barr in the module list.
47260              
47261              docfix from Peter Scott <Peter@PSDT.com>.
47262              
47263              File::Temp patches for VMS and OS/2 from Tim Jenness.
47264              
47265              open() wariness in perlbug.
47266              
47267              Subject: [PATCH] minor doc change - perlguts
47268              
47269              Subject: Minor doc patch: handy.h
47270              
47271              Be wary of close()s, too.
47272              
47273              Further File::Temp patches from Yitzchak Scott-Thoennes
47274              and Craig A. Berry.
47275              
47276              Subject: [PATCH] fixes bug 20000508.004
47277              
47278              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
47279              
47280              Allow "no AutoLoader;", based on change #6444,
47281              suggested by Graham Barr.
47282              
47283              Use setproctitle() if available to modify $0.
47284              
47285              Warn if the version of the operating system used to compile gcc
47286              differs from the current version of the operating system.
47287              Also display the gcc compilation os and version in myconfig.
47288              Inspiration from
47289              
47290              Tiny fixes for #6460.
47291              
47292              The problem described in this
47293              Subject: [ID 20000322.018] named chars aren't magical enough
47294              has been fixed in perl 5.6.0 but just in case added a test
47295              to keep it away.  (The report from Joseph Hall.)
47296              
47297              Tune the comments and hopefully stop a memory leak.
47298              
47299              Subject: UTF8 concat
47300              (with a memory leak fixed, plus a few casts added)
47301              This also seems to help for
47302              Subject: [ID 20000716.015] join UTF8 weirdness
47303              
47304              Do not upgrade SVs into utf8 just because they participate
47305              in eq or cmp.  Reported and fix suggested in
47306              Subject: [ID 20000720.009] sv_eq UTF8 bug
47307              
47308              Fix the HALF_UPGRADE() macro introduced in #6263.
47309              
47310              Find green threads before native threads.
47311              Subject: Re: Patch to jpl/JNI/Makefile.PL
47312      Branch: maint-5.6/perl
47313           !> (integrate 30 files)
47314 ____________________________________________________________________________
47315 [  7881] By: jhi                                   on 2000/11/27  05:48:41
47316         Log: It seems that *both* the unused submatch loop cleanup
47317              codes are needed.
47318      Branch: perl
47319            ! regexec.c
47320 ____________________________________________________________________________
47321 [  7880] By: jhi                                   on 2000/11/27  04:50:07
47322         Log: Clean .exists deeper.
47323      Branch: perl
47324            ! Makefile.SH
47325 ____________________________________________________________________________
47326 [  7879] By: jhi                                   on 2000/11/27  02:31:35
47327         Log: The code in regcppop() (see #7878) contains the correct lower
47328              limit for the unused submatch 'cleanup' loop so that under
47329              "use utf8" the following code wouldn't dump core:
47330              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
47331              the cleanup loop in regtry() stomped beyond allocated area
47332              in the startp[] array.  Therefore, copied the correct lower
47333              loop limit (*PL_reglastparen) to regtry().  Note: something
47334              may still not be quite right: why was the _higher_ loop limit
47335              (prog->nparens) different in the utf8 case?
47336              
47337              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
47338              without core dumps, there were about 17 of them before
47339              the patch (with us since Perl 5.7.0).  Two failures, still:
47340              496 and 505 (though these may not be severe).
47341              
47342              Patch #7881 is also needed since both the cleanup loops
47343              seem to be needed.
47344              
47345              Also, the t/op/pat#44 seems to core dump under utf8.
47346              Plus a couple of failures.  UGH-8.
47347      Branch: perl
47348            ! regexec.c
47349 ____________________________________________________________________________
47350 [  7878] By: jhi                                   on 2000/11/27  02:21:17
47351         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
47352              the code in regcppop() seems to be redundant for the test suite --
47353              but it contains a germ of truth, and it needed for the build
47354              process itself: see #7879 and #7881.
47355      Branch: perl
47356            ! regexec.c
47357 ____________________________________________________________________________
47358 [  7877] By: jhi                                   on 2000/11/27  01:53:09
47359         Log: Comment on comment.
47360      Branch: perl
47361            ! regexec.c
47362 ____________________________________________________________________________
47363 [  7876] By: jhi                                   on 2000/11/27  00:49:59
47364         Log: Adjust the docs to agree with #7875.
47365      Branch: perl
47366            ! pod/perllocale.pod
47367 ____________________________________________________________________________
47368 [  7875] By: jhi                                   on 2000/11/27  00:49:27
47369         Log: Retract #7863.  It makes more sense not to taint formatted output,
47370              not even by sprintf().
47371      Branch: perl
47372            ! sv.c
47373 ____________________________________________________________________________
47374 [  7874] By: jhi                                   on 2000/11/26  23:36:02
47375         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
47376              Not really fixed (should really dump the UTF-8 charclass),
47377              but stopped displaying the garbage.
47378              
47379              Also add a note on the (missing) Unicode PSXSPC and BLANK.
47380      Branch: perl
47381            ! regcomp.c
47382 ____________________________________________________________________________
47383 [  7873] By: jhi                                   on 2000/11/26  21:31:13
47384         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
47385      Branch: perl
47386            ! regexec.c
47387 ____________________________________________________________________________
47388 [  7872] By: jhi                                   on 2000/11/26  21:06:04
47389         Log: No need to scan till infinity, 13 is enough.
47390      Branch: perl
47391            ! handy.h utf8.c
47392 ____________________________________________________________________________
47393 [  7871] By: jhi                                   on 2000/11/26  20:20:32
47394         Log: Test line numbers are different with utf8.
47395      Branch: perl
47396            ! t/op/re_tests
47397 ____________________________________________________________________________
47398 [  7870] By: jhi                                   on 2000/11/26  20:10:12
47399         Log: Message nit.
47400      Branch: perl
47401            ! regcomp.c
47402 ____________________________________________________________________________
47403 [  7869] By: jhi                                   on 2000/11/26  19:01:05
47404         Log: Make utf8_length() and utf8_distance() (the latter of which
47405              is unused at the moment) to be less forgiving about bad UTF-8.
47406      Branch: perl
47407            ! embed.h embed.pl objXSUB.h proto.h utf8.c
47408 ____________________________________________________________________________
47409 [  7868] By: jhi                                   on 2000/11/26  18:45:56
47410         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
47411              From: Benjamin Holzman <bah@ecnvantage.com>
47412              Date: Sat, 25 Nov 2000 20:40:20 -0500       
47413              Message-ID: <20001125204020.A25040@ecnvantage.com>              
47414              
47415              Debian allows installing /usr/bin/locale without installing
47416              any locales, an error message will ensue.
47417      Branch: perl
47418            ! t/pragma/locale.t
47419 ____________________________________________________________________________
47420 [  7867] By: jhi                                   on 2000/11/26  18:31:12
47421         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
47422              From: Benjamin Holzman <bah@ecnvantage.com>
47423              Date: Sun, 26 Nov 2000 02:42:34 -0500
47424              Message-ID: <20001126024234.G25040@ecnvantage.com>
47425              
47426              Patch for the bug 20000212.002.
47427      Branch: perl
47428            ! sv.c t/op/array.t
47429 ____________________________________________________________________________
47430 [  7866] By: jhi                                   on 2000/11/26  18:28:09
47431         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
47432              From: Tim Jenness <t.jenness@jach.hawaii.edu>
47433              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
47434              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
47435              
47436              File::Temp 0.11.
47437      Branch: perl
47438            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
47439 ____________________________________________________________________________
47440 [  7865] By: jhi                                   on 2000/11/26  18:24:22
47441         Log: The metaconfig unit change for #7864.
47442      Branch: metaconfig/U/perl
47443            ! need_va_copy.U
47444 ____________________________________________________________________________
47445 [  7864] By: jhi                                   on 2000/11/26  18:23:41
47446         Log: Make the va_copy() test not to be so talkative.
47447      Branch: perl
47448            ! Configure config_h.SH
47449 ____________________________________________________________________________
47450 [  7863] By: jhi                                   on 2000/11/26  18:11:02
47451         Log: Fix locale inconsistencies unearthed by Hugo's work.
47452              Now the floating point sprintf really does taint the result
47453              string as perllocale promises (has promised for a long time)
47454              if "use locale" is in the lexical scope.
47455      Branch: perl
47456            ! sv.c t/pragma/locale.t
47457 ____________________________________________________________________________
47458 [  7862] By: jhi                                   on 2000/11/26  00:35:15
47459         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
47460              From: Nicholas Clark <nick@ccl4.org>
47461              Date: Sun, 26 Nov 2000 00:07:50 +0000
47462              Message-ID: <20001126000750.A22446@plum.flirble.org>
47463              
47464              Infinit.
47465      Branch: perl
47466            ! sv.c
47467 ____________________________________________________________________________
47468 [  7861] By: jhi                                   on 2000/11/26  00:01:26
47469         Log: Integrate perlio.
47470      Branch: perl
47471           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
47472 ____________________________________________________________________________
47473 [  7860] By: nick                                  on 2000/11/25  22:04:17
47474         Log: Correct relative path from new ext\Filter\Util\Call location
47475              back to miniperl.
47476      Branch: perlio
47477            ! win32/makefile.mk
47478 ____________________________________________________________________________
47479 [  7859] By: nick                                  on 2000/11/25  21:26:54
47480         Log: Integrate mainline.
47481      Branch: perlio
47482           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
47483           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
47484           +> t/lib/filter-util.t
47485            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
47486            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
47487            - t/lib/filt-util.t
47488           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
47489           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
47490           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
47491           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
47492           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
47493           !> win32/makefile.mk
47494 ____________________________________________________________________________
47495 [  7858] By: gsar                                  on 2000/11/25  20:52:17
47496         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
47497              parent's memory; fix it by keeping track of the actual pad
47498              offset rather than a raw pointer (this change is probably also
47499              relevant to non-ithreads case to avoid fallout from reallocs of
47500              the pad array, but is currently only enabled for the ithreads
47501              case in the interests of minimal disruption to existing "well
47502              tested" code)
47503      Branch: perl
47504            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
47505            ! proto.h scope.c scope.h sv.c t/op/fork.t
47506 ____________________________________________________________________________
47507 [  7857] By: nick                                  on 2000/11/25  20:01:28
47508         Log: All tests pass on Win32/gcc/USE_PERLIO.
47509              - when crlf layer is pushed make unix-level binary.
47510              - remove :crlf injection in pp_backtick in pp_sys.c
47511              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
47512      Branch: perlio
47513            ! doio.c perlio.c pp_sys.c win32/makefile.mk
47514 ____________________________________________________________________________
47515 [  7856] By: jhi                                   on 2000/11/25  18:38:30
47516         Log: Update the metaconfig units for #7855.
47517      Branch: metaconfig/U/perl
47518            ! useperlio.U usesocks.U
47519 ____________________________________________________________________________
47520 [  7855] By: jhi                                   on 2000/11/25  18:37:54
47521         Log: Undo the SOCKS workarounds, instead start using PerlIO
47522              if SOCKS is selected.
47523              
47524              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
47525              From: Jens Hamisch <jens@Strawberry.COM>
47526              Date: Fri, 24 Nov 2000 18:31:30 +0100
47527              Message-ID: <20001124183130.E28337@Strawberry.COM>
47528              
47529              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
47530              From: Jens Hamisch <jens@Strawberry.COM>
47531              Date: Fri, 24 Nov 2000 19:11:51 +0100
47532              Message-ID: <20001124191151.A28753@Strawberry.COM>
47533      Branch: perl
47534            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
47535            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
47536 ____________________________________________________________________________
47537 [  7854] By: jhi                                   on 2000/11/25  17:39:08
47538         Log: Undo #7848.  Some of the code seems to use walkoptree(),
47539              some walkoptree_slow().  An unfinished renaming?
47540              Now the sub is walkoptree() (which is @EXPORT_OK),
47541              the walkoptree_slow() is a typeglob alias to walkoptree.
47542              This makes the tests to pass, at least.
47543      Branch: perl
47544            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
47545 ____________________________________________________________________________
47546 [  7853] By: nick                                  on 2000/11/24  22:24:33
47547         Log: Re-arrange crlf vs binary for platforms that care.
47548              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
47549              Lip-service to making stdio layer work on such platfroms (untested).
47550              Now fails 3 tests rather than one, checkin to see if I can debug 
47551              the issue under linux. (Do not merge.)
47552      Branch: perlio
47553            ! doio.c perlio.c perliol.h
47554 ____________________________________________________________________________
47555 [  7852] By: jhi                                   on 2000/11/24  18:57:39
47556         Log: AUTHORS edits.
47557      Branch: perl
47558            ! AUTHORS
47559 ____________________________________________________________________________
47560 [  7851] By: jhi                                   on 2000/11/24  17:34:56
47561         Log: Add Jan-Erik Karlsson.
47562      Branch: perl
47563            ! AUTHORS
47564 ____________________________________________________________________________
47565 [  7850] By: jhi                                   on 2000/11/24  17:27:56
47566         Log: Configure should find stdchar on its own.
47567      Branch: perl
47568            ! hints/solaris_2.sh
47569 ____________________________________________________________________________
47570 [  7849] By: jhi                                   on 2000/11/24  17:24:55
47571         Log: Subject: PATCH over 7848: Filter test flawed
47572              From: andreas.koenig@anima.de (Andreas J. Koenig)
47573              Date: 24 Nov 2000 10:28:29 +0100
47574              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
47575      Branch: perl
47576            ! t/lib/filter-util.t
47577 ____________________________________________________________________________
47578 [  7848] By: jhi                                   on 2000/11/24  17:22:15
47579         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
47580              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
47581              Date: Fri, 24 Nov 2000 16:12:58 +0000
47582              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
47583      Branch: perl
47584            ! ext/B/B.pm
47585 ____________________________________________________________________________
47586 [  7847] By: jhi                                   on 2000/11/24  03:07:01
47587         Log: Integrate perlio.
47588      Branch: perl
47589           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
47590           !> win32/makefile.mk
47591 ____________________________________________________________________________
47592 [  7846] By: gsar                                  on 2000/11/24  00:55:57
47593         Log: integrate changes#6415..6418,6420..6438 from mainline
47594              
47595              Fix the bitvector ops for utf8 (tricky since past 7 bits
47596              the utf8 'characters' can be more than one octet).
47597              
47598              MPE/ix updates for perl 5.6.0 from Mark Bixby.
47599              
47600              Subject: SDBM_File documentation
47601              
47602              Detypo.
47603              
47604              Decutandpasto.
47605              
47606              Send all installperl messages to STDERR and be -w clean.
47607              
47608              Out-of-date note removed.
47609              
47610              Protect against "wild next"s, that is, callbacks doing "next"
47611              instead of "return".
47612              
47613              Use STDOUT consistently.
47614              
47615              The output might have been produced in the wrong order.
47616              
47617              A missing 'break' after the [[:space:]] switch case.
47618              
47619              Add tests for
47620              [ID 19991110.003] another matching finding by pcre author
47621              which has already been fixed by some patch, as verified in
47622              
47623              Documentation to explain the behaviour of map().
47624              
47625              Add an optimization for map-maps-a-list-element-to-more-list-elements
47626              case, but add also notes explaining the relationship of this
47627              patch and the earlier notes by Sarathy.
47628              
47629              Subject: [ID 20000716.023] syslog test fails without sockets
47630              
47631              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
47632              Test cases for #6431.
47633              
47634              File::Spec::VMS fixup for tmpdir from Craig Berry.
47635              
47636              Make the "uninit variable" warning to say "concat or string"
47637              or "join or string" when in concat or join .
47638              
47639              Get UTF16 BOMs working.  Patch from
47640              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
47641              
47642              Subject: [PATCH] Make large file tests deal with SIGXFSZ
47643              
47644              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
47645              
47646              Subject: [PATCH] av.c apidoc
47647      Branch: maint-5.6/perl
47648           !> (integrate 43 files)
47649 ____________________________________________________________________________
47650 [  7845] By: gsar                                  on 2000/11/24  00:20:45
47651         Log: integrate changes#6406..6414 from mainline
47652              
47653              Merge perlhacktut into perlhack, update perlguts.
47654              
47655              Fix AutoSplit to use File::Spec the right way in VMS,
47656              from Peter Prymmer.
47657              
47658              The bug report
47659              [ID 19991110.002] minimal matching discrepancy found by pcre author
47660              seems to have been fixed (though differently from what was suggested
47661              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
47662              
47663              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
47664              not in pod, from Peter Prymmer
47665              
47666              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
47667              From: Hugo <hv@crypt.compulink.co.uk>
47668              Date: Fri, 14 Jul 2000 23:05:20 +0100
47669              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
47670              
47671              Didn't anymore apply, but that point still could use another fix.
47672              
47673              lib/b test fixes from Peter Prymmer.
47674              
47675              More docs for sv functions.
47676              
47677              perlvms.pod whitespace cleanup to keep pod utils happy.
47678              
47679              another VMS build tweak from Peter Prymmer
47680      Branch: maint-5.6/perl
47681           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
47682           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
47683           !> vms/descrip_mms.template vms/perlvms.pod
47684 ____________________________________________________________________________
47685 [  7844] By: nick                                  on 2000/11/23  23:42:45
47686         Log: Win32/perlio Now just fails one io/argv.t test - lack 
47687              of default :crlf on standard streams.
47688      Branch: perlio
47689            ! doio.c perlio.c
47690 ____________________________________________________________________________
47691 [  7843] By: nick                                  on 2000/11/23  23:04:05
47692         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
47693              peek fail is showing a real problem (multiple crlf layers
47694              are getting pushed.)
47695      Branch: perlio
47696            ! doio.c perlio.c win32/makefile.mk
47697 ____________________________________________________________________________
47698 [  7842] By: nick                                  on 2000/11/23  19:46:23
47699         Log: Implement PerlIO_binmode()
47700              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
47701              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
47702              make binmode in t/lib/io_tell.t unconditional so that works.
47703              Checkin just so Win32 machine can see these changes.
47704      Branch: perlio
47705            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
47706 ____________________________________________________________________________
47707 [  7841] By: jhi                                   on 2000/11/23  19:30:00
47708         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
47709      Branch: perl
47710            ! README.amiga
47711 ____________________________________________________________________________
47712 [  7840] By: jhi                                   on 2000/11/23  17:18:02
47713         Log: SOCKS wrestling continues, patches from Jens Hamisch.
47714      Branch: perl
47715            ! doio.c embed.h embed.pl perlsdio.h proto.h
47716 ____________________________________________________________________________
47717 [  7839] By: jhi                                   on 2000/11/23  16:54:14
47718         Log: Push Filter::Util::Call one level deeper.
47719      Branch: perl
47720            + t/lib/filter-util.t
47721           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
47722           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
47723            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
47724            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
47725            - t/lib/filt-util.t
47726            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
47727            ! win32/Makefile win32/makefile.mk
47728 ____________________________________________________________________________
47729 [  7838] By: jhi                                   on 2000/11/23  16:52:40
47730         Log: Reach back one higher up when searching for PERL_SRC.
47731      Branch: perl
47732            ! lib/ExtUtils/MM_Unix.pm
47733 ____________________________________________________________________________
47734 [  7837] By: jhi                                   on 2000/11/23  16:05:41
47735         Log: Subject: Re: perl@7826
47736              Date: Thu, 23 Nov 2000 02:20:25 -0600
47737              From: "Craig A. Berry" <craigberry@mac.com>
47738              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
47739              
47740              Make VMS to like Filter::Util::Call. 
47741      Branch: perl
47742            ! configure.com ext/Filter/Util/Makefile.PL
47743 ____________________________________________________________________________
47744 [  7836] By: nick                                  on 2000/11/23  16:04:08
47745         Log: Implement crlf layer - not ready for merge.
47746      Branch: perlio
47747            ! perlio.c win32/makefile.mk
47748 ____________________________________________________________________________
47749 [  7835] By: jhi                                   on 2000/11/23  15:56:52
47750         Log: STDCHAR is different in Sparc v9 vs x86.
47751      Branch: perl
47752            ! hints/solaris_2.sh
47753 ____________________________________________________________________________
47754 [  7834] By: jhi                                   on 2000/11/23  15:50:47
47755         Log: The type needs to be visible to protos.
47756      Branch: perl
47757            ! perl.h
47758 ____________________________________________________________________________
47759 [  7833] By: jhi                                   on 2000/11/23  15:40:46
47760         Log: Finish unfinished SOCKS workaround changes.
47761      Branch: perl
47762            ! doio.c
47763 ____________________________________________________________________________
47764 [  7832] By: jhi                                   on 2000/11/23  15:33:30
47765         Log: Integrate perlio.
47766      Branch: perl
47767           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
47768           !> win32/makefile.mk
47769 ____________________________________________________________________________
47770 [  7831] By: nick                                  on 2000/11/23  10:31:07
47771         Log: Correct makefile.mk dependancies for ext/Filter/Util
47772              Build ext/Encode
47773              Run dmake regen_config_h
47774      Branch: perlio
47775            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
47776            ! win32/makefile.mk
47777 ____________________________________________________________________________
47778 [  7830] By: nick                                  on 2000/11/23  08:05:07
47779         Log: Integrate mainline
47780      Branch: perlio
47781           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
47782           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
47783           +> t/lib/filt-util.pl t/lib/filt-util.t
47784           !> (integrate 41 files)
47785 ____________________________________________________________________________
47786 [  7829] By: gsar                                  on 2000/11/23  03:07:11
47787         Log: build the Filter extension on windows
47788      Branch: perl
47789            ! win32/Makefile win32/makefile.mk
47790 ____________________________________________________________________________
47791 [  7828] By: gsar                                  on 2000/11/23  02:46:35
47792         Log: regenerate win32/config* and fix some inconsistencies in the
47793              makefiles; always export Perl_deb() because it is needed
47794              by ext/re/* (whether perl itself is built with -DDEBUGGING
47795              or not)
47796      Branch: perl
47797            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
47798            ! win32/config_H.vc win32/makefile.mk
47799 ____________________________________________________________________________
47800 [  7827] By: gsar                                  on 2000/11/23  02:18:38
47801         Log: get sources building on windows+MSVC again (untested with other
47802              compilers)
47803      Branch: perl
47804            ! win32/include/sys/socket.h win32/perllib.c
47805 ____________________________________________________________________________
47806 [  7826] By: jhi                                   on 2000/11/23  01:18:26
47807         Log: Update Changes.
47808      Branch: perl
47809            ! Changes patchlevel.h
47810 ____________________________________________________________________________
47811 [  7825] By: jhi                                   on 2000/11/23  00:20:41
47812         Log: Subject: Re: av.c patch (having slight problems)
47813              From: "Ben Tilly" <ben_tilly@hotmail.com>
47814              Date: Tue, 21 Nov 2000 23:29:31 -0500
47815              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
47816              
47817              unshift() speedup.
47818      Branch: perl
47819            ! av.c
47820 ____________________________________________________________________________
47821 [  7824] By: jhi                                   on 2000/11/22  23:59:15
47822         Log: Fixes for signedness warnings noticed by VMSperlers.
47823      Branch: perl
47824            ! ext/Storable/Storable.xs regcomp.c sv.c
47825 ____________________________________________________________________________
47826 [  7823] By: jhi                                   on 2000/11/22  23:19:31
47827         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
47828              From: Peter Prymmer <pvhp@forte.com>
47829              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
47830              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
47831      Branch: perl
47832            ! t/pragma/warn/pp_hot
47833 ____________________________________________________________________________
47834 [  7822] By: jhi                                   on 2000/11/22  22:52:20
47835         Log: Be clean.
47836      Branch: perl
47837            ! Makefile.SH
47838 ____________________________________________________________________________
47839 [  7821] By: jhi                                   on 2000/11/22  22:46:39
47840         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
47841              by Damian Conway, as suggested by Paul Marquess.
47842      Branch: perl
47843            + lib/Filter/Simple.pm
47844 ____________________________________________________________________________
47845 [  7820] By: jhi                                   on 2000/11/22  22:45:51
47846         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
47847      Branch: perl
47848            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
47849            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
47850            + t/lib/filt-util.t
47851            ! MANIFEST
47852 ____________________________________________________________________________
47853 [  7819] By: jhi                                   on 2000/11/22  22:03:27
47854         Log: Integrate perlio.
47855      Branch: perl
47856           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
47857           !> win32/makefile.mk
47858 ____________________________________________________________________________
47859 [  7818] By: jhi                                   on 2000/11/22  21:56:02
47860         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
47861      Branch: perl
47862            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
47863            ! t/lib/io_sock.t
47864 ____________________________________________________________________________
47865 [  7817] By: jhi                                   on 2000/11/22  21:39:49
47866         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
47867              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47868              Date: Wed, 22 Nov 2000 16:08:12 -0500
47869              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
47870      Branch: perl
47871            ! lib/ExtUtils/Liblist.pm
47872 ____________________________________________________________________________
47873 [  7816] By: jhi                                   on 2000/11/22  21:38:25
47874         Log: Go ahead and #include <unistd.h> in perl.h.
47875      Branch: perl
47876            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
47877            ! util.c
47878 ____________________________________________________________________________
47879 [  7815] By: jhi                                   on 2000/11/22  21:22:52
47880         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
47881              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47882              Date: Mon, 20 Nov 2000 18:30:52 -0500
47883              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
47884      Branch: perl
47885            ! pod/perlre.pod regcomp.c t/op/re_tests
47886 ____________________________________________________________________________
47887 [  7814] By: jhi                                   on 2000/11/22  21:21:46
47888         Log: Subject: [PATCH 5.7.0] Liblist finally works
47889              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47890              Date: Tue, 21 Nov 2000 22:02:17 -0500
47891              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
47892      Branch: perl
47893            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
47894            ! lib/ExtUtils/MakeMaker.pm
47895 ____________________________________________________________________________
47896 [  7813] By: jhi                                   on 2000/11/22  21:20:23
47897         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
47898              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
47899              Date: Wed, 22 Nov 2000 17:53:15 +0100
47900              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
47901              
47902              AIX dynaloader and perlio patch.
47903      Branch: perl
47904            ! ext/DynaLoader/dl_aix.xs
47905 ____________________________________________________________________________
47906 [  7812] By: jhi                                   on 2000/11/22  21:17:52
47907         Log: (Accidentally empty patch.)
47908      Branch: perl
47909            ! av.c
47910 ____________________________________________________________________________
47911 [  7811] By: jhi                                   on 2000/11/22  21:16:31
47912         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
47913              From: Peter Prymmer <pvhp@forte.com>
47914              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
47915              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
47916      Branch: perl
47917            ! vms/test.com
47918 ____________________________________________________________________________
47919 [  7810] By: jhi                                   on 2000/11/22  21:15:36
47920         Log: Subject: Re: perl@7777 
47921              From: "John P. Linderman" <jpl@research.att.com>
47922              Date: Wed, 22 Nov 2000 13:11:11 -0500
47923              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
47924              
47925              Detypoing.
47926      Branch: perl
47927            ! lib/CPAN.pm
47928 ____________________________________________________________________________
47929 [  7809] By: jhi                                   on 2000/11/22  21:14:19
47930         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
47931              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
47932              Date:     Wed, 22 Nov 2000 13:51:37 EST
47933              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
47934      Branch: perl
47935            ! perlsdio.h
47936 ____________________________________________________________________________
47937 [  7808] By: jhi                                   on 2000/11/22  21:13:27
47938         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
47939              From: Casey Tweten <crt@kiski.net>
47940              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
47941              Message-Id: <200011201653.LAA10194@home.kiski.net>
47942      Branch: perl
47943            ! t/lib/io_udp.t
47944 ____________________________________________________________________________
47945 [  7807] By: jhi                                   on 2000/11/22  21:12:35
47946         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
47947              From: Casey Tweten <crt@kiski.net>
47948              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
47949              Message-Id: <200011201636.LAA07227@home.kiski.net>
47950      Branch: perl
47951            ! t/lib/io_sock.t
47952 ____________________________________________________________________________
47953 [  7806] By: jhi                                   on 2000/11/22  21:10:59
47954         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
47955              From: "Casey R. Tweten" <crt@kiski.net>
47956              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
47957              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
47958      Branch: perl
47959            ! utils/h2xs.PL
47960 ____________________________________________________________________________
47961 [  7805] By: nick                                  on 2000/11/22  21:05:06
47962         Log: Integrate mainline
47963      Branch: perlio
47964           !> Changes Porting/genlog ext/DB_File/DB_File.xs
47965           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
47966           !> utils/perlbug.PL
47967 ____________________________________________________________________________
47968 [  7804] By: jhi                                   on 2000/11/22  21:01:12
47969         Log: Subject: [PATCH] Test.pm POD peculiarity
47970              From: "Casey R. Tweten" <crt@kiski.net>
47971              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
47972              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
47973      Branch: perl
47974            ! lib/Test.pm
47975 ____________________________________________________________________________
47976 [  7803] By: jhi                                   on 2000/11/22  20:59:59
47977         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
47978              From: "Philip Newton" <pnewton@gmx.de>
47979              Date: Wed, 22 Nov 2000 14:25:53 +0100
47980              Message-Id: <3A1BD771.25462.1939FAD@localhost>
47981              
47982              Be case-understanding also on 's', and use the -oi of sendmail
47983              not to terminate the transmission on a lone '.'.
47984      Branch: perl
47985            ! utils/perlbug.PL
47986 ____________________________________________________________________________
47987 [  7802] By: nick                                  on 2000/11/22  20:51:42
47988         Log: Win32 PerlIO intermediate state now working as expected.
47989              - In current state we are still using C runtime in text/binary
47990              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
47991              - PERLIO=stdio and PERLIO=unix pass all expected tests.
47992              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
47993              and PerlIO_seek() and the dummy crlf layer is not making adjustments
47994              for CRLF translation happening in C runtime. All other tests pass.
47995              
47996              Added note to README.win32 to point out the snags of doing a perl build
47997              with Norton AntiVirus turned on.
47998              
47999              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
48000              which file a fail comes from.
48001              
48002              Updated "canned" config.h to match the one generated.
48003      Branch: perlio
48004            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
48005            ! win32/makefile.mk
48006 ____________________________________________________________________________
48007 [  7801] By: jhi                                   on 2000/11/22  06:50:20
48008         Log: Nickety nits.
48009      Branch: perl
48010            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
48011 ____________________________________________________________________________
48012 [  7800] By: jhi                                   on 2000/11/22  01:29:55
48013         Log: Changes had accidentally gone too silent on non-main branches.
48014      Branch: perl
48015            ! Changes Porting/genlog patchlevel.h
48016 ____________________________________________________________________________
48017 [  7799] By: gsar                                  on 2000/11/22  01:02:56
48018         Log: some lib_pm.PL changes snuck in via change#7772
48019      Branch: maint-5.6/perl
48020            ! Makefile.SH
48021 ____________________________________________________________________________
48022 [  7798] By: nick                                  on 2000/11/21  21:59:40
48023         Log: Integrate mainline
48024      Branch: perlio
48025           !> (integrate 28 files)
48026 ____________________________________________________________________________
48027 [  7797] By: jhi                                   on 2000/11/21  21:01:45
48028         Log: Integrate perlio.
48029      Branch: perl
48030           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
48031 ____________________________________________________________________________
48032 [  7796] By: nick                                  on 2000/11/21  20:36:22
48033         Log: Win32 builds and runs (mostly) with USE_PERLIO.
48034              PERLIO=perlio passes all tests. 
48035              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
48036      Branch: perlio
48037            ! perlio.c win32/perllib.c win32/win32.c
48038 ____________________________________________________________________________
48039 [  7795] By: jhi                                   on 2000/11/21  19:03:44
48040         Log: Update Changes.
48041      Branch: perl
48042            ! Changes patchlevel.h
48043 ____________________________________________________________________________
48044 [  7794] By: jhi                                   on 2000/11/21  18:56:34
48045         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
48046              From: "Craig A. Berry" <craigberry@mac.com>
48047              Date: Mon, 20 Nov 2000 20:27:06 -0600
48048              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
48049              
48050              A cut-and-pasto.
48051      Branch: perl
48052            ! perlio.h
48053 ____________________________________________________________________________
48054 [  7793] By: jhi                                   on 2000/11/21  18:54:41
48055         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
48056              From: Dominic Dunlop <domo@computer.org> 
48057              Date: Mon, 20 Nov 2000 18:55:29 +0100
48058              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
48059              
48060              va_copy() and the need of it.
48061              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
48062      Branch: metaconfig/U/perl
48063            + need_va_copy.U
48064      Branch: perl
48065            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
48066            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
48067            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
48068            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
48069            ! win32/config.bc win32/config.gc win32/config.vc
48070 ____________________________________________________________________________
48071 [  7792] By: jhi                                   on 2000/11/21  17:04:10
48072         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
48073      Branch: perl
48074           !> scope.h
48075 ____________________________________________________________________________
48076 [  7791] By: jhi                                   on 2000/11/21  17:01:16
48077         Log: Export the SOCKS workaround symbols only if necessary.
48078      Branch: perl
48079            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
48080 ____________________________________________________________________________
48081 [  7790] By: nick                                  on 2000/11/20  23:57:11
48082         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
48083      Branch: perlio
48084            ! scope.h
48085 ____________________________________________________________________________
48086 [  7789] By: nick                                  on 2000/11/20  23:38:33
48087         Log: Integrate mainline
48088      Branch: perlio
48089           +> lib/File/Spec/Epoc.pm
48090           !> (integrate 34 files)
48091 ____________________________________________________________________________
48092 [  7788] By: nick                                  on 2000/11/20  23:20:18
48093         Log: Make extra buffer layer work (dummy crlf layer)
48094      Branch: perlio
48095            ! doio.c perlio.c perlio.h
48096 ____________________________________________________________________________
48097 [  7787] By: jhi                                   on 2000/11/20  22:44:04
48098         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
48099              From: Peter Prymmer <pvhp@forte.com>
48100              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
48101              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
48102      Branch: perl
48103            ! t/pragma/locale.t
48104 ____________________________________________________________________________
48105 [  7786] By: jhi                                   on 2000/11/20  22:29:10
48106         Log: Subject: DOC PATCH 5.6.0 perlreftut
48107              From: mjd@plover.com
48108              Date: 20 Nov 2000 19:45:06 -0000
48109              Message-ID: <20001120194506.9505.qmail@plover.com>
48110      Branch: perl
48111            ! pod/perlreftut.pod
48112 ____________________________________________________________________________
48113 [  7785] By: jhi                                   on 2000/11/20  22:27:44
48114         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
48115              From: David Dyck <dcd@tc.fluke.com>
48116              Date: Mon, 20 Nov 2000 11:43:40 -0800
48117              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
48118      Branch: perl
48119            ! lib/Cwd.pm
48120 ____________________________________________________________________________
48121 [  7784] By: jhi                                   on 2000/11/20  22:23:21
48122         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
48123              Date: Mon, 20 Nov 2000 17:06:10 -0500
48124              To: Mailing list Perl5 <perl5-porters@perl.org>
48125              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
48126      Branch: perl
48127            ! pp_ctl.c t/op/pat.t
48128 ____________________________________________________________________________
48129 [  7783] By: jhi                                   on 2000/11/20  22:11:18
48130         Log: Subject: [PATCH] doop.c - UTF8 tr///               
48131              From: Simon Cozens <simon@cozens.net>
48132              Date: Sat, 18 Nov 2000 18:49:30 +0000
48133              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
48134              
48135              Subject: Re: [PATCH] doop.c - UTF8 tr///           
48136              From: Simon Cozens <simon@cozens.net>
48137              Date: Mon, 20 Nov 2000 20:45:22 +0000
48138              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
48139              
48140              Make tr on UTF-8 better but still not correct.
48141      Branch: perl
48142            ! doop.c
48143 ____________________________________________________________________________
48144 [  7782] By: jhi                                   on 2000/11/20  22:02:16
48145         Log: Remove the shared object before attempting to create
48146              (by linking) a new one.  E.g. in AIX not removing
48147              becomes quite painful if one tries to do more than one
48148              build in the same tree (an interrupted build, for example),
48149              since the AIX' shared dynaloader seemingly keeps the shared
48150              objects open and therefore 'busy' for quite a while, even when
48151              nobody is using the objects, leading into link failures.
48152      Branch: perl
48153            ! lib/ExtUtils/MM_Unix.pm
48154 ____________________________________________________________________________
48155 [  7781] By: gsar                                  on 2000/11/20  19:02:55
48156         Log: type mismatch due to faulty integration
48157      Branch: maint-5.6/perl
48158            ! toke.c win32/Makefile
48159 ____________________________________________________________________________
48160 [  7780] By: gsar                                  on 2000/11/20  17:31:55
48161         Log: integrate changes#6392,6394..6399,6401..6404
48162              
48163              The {multiplier} of a fixed substring was overlooked which
48164              caused a wrong initial search offset for that substring.
48165              
48166              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
48167              From: Hugo <hv@crypt.compulink.co.uk>
48168              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
48169              Date: Thu, 13 Jul 2000 19:27:13 +0100
48170              
48171              Fix the BOM bug: not a byteorder bug, a signedness bug.
48172              
48173              Replace change #6337 with a better one.
48174              
48175              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
48176              From: Hugo <hv@crypt.compulink.co.uk>
48177              Date: Fri, 14 Jul 2000 04:16:20 +0100
48178              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
48179              
48180              MakeMaker should not remove editor backups (*~) on `make clean`
48181              by default (completes change#6383)
48182              
48183              move new variables to the end of the interpreter structure (for
48184              bincompat in code that doesn't #include XSUB.h)
48185              
48186              rename totally bletcherous SvLOCK() thingy (doesn't do what the
48187              name suggests anyway)
48188              
48189              various cleanups (typos, misformatted code, and small bugs)
48190              
48191              typecasts needed for change#6394
48192              
48193              typos in change#6399, regen headers
48194              
48195              inconsistent types needs casts
48196              
48197              PERL_OBJECT build tweaks
48198      Branch: maint-5.6/perl
48199           !> MANIFEST doop.c embed.h embed.pl embedvar.h
48200           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
48201           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
48202           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
48203           !> toke.c util.c
48204 ____________________________________________________________________________
48205 [  7779] By: gsar                                  on 2000/11/20  17:06:29
48206         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
48207              
48208              Cosmetics and perldelta.
48209              
48210              Fix nits noticed by Boston.pm.
48211              
48212              Do the cc sanity check both before the hints and
48213              after the cc selction.
48214              
48215              get sprintf.t to adjust properly for 3-digit exponents
48216              
48217              don't clobber *.orig files on *clean targets
48218              
48219              fix bugs in processing %v-*d and similar format specs (from
48220              Avi Finkel <avi@finkel.org>)
48221              
48222              sprintf test tweaks (from Dominic Dunlop)
48223              
48224              new selfloader.t in change#6183 doesn't close DATA handles,
48225              and thus fails to clean up tmp files on dosish platforms
48226              
48227              typos (spotted by Peter Prymmer)
48228              
48229              typo fix from Craig Berry
48230      Branch: maint-5.6/perl
48231           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
48232           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
48233           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
48234           !> x2p/Makefile.SH
48235 ____________________________________________________________________________
48236 [  7778] By: gsar                                  on 2000/11/20  16:46:51
48237         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
48238              
48239              Subject: Re: format bug report  [Patch]
48240              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
48241              Date: Wed, 05 Jul 2000 13:12:52 +0200
48242              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
48243              
48244              Subject: Re: format bug report  [Patch]
48245              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
48246              Date: Wed, 05 Jul 2000 14:10:01 +0200
48247              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
48248              
48249              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
48250              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
48251              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
48252              Date: Fri, 07 Jul 2000 17:57:16 +0100
48253              
48254              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
48255              To: perl5-porters@perl.org
48256              From: Karsten Sperling <spiff@phreax.net>
48257              Date: Mon, 10 Jul 2000 15:12:52 +0200
48258              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
48259              
48260              README.posix-bc podified from Thomas Dorner.
48261              
48262              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
48263              From: Dominic Dunlop <domo@computer.org>
48264              Date: Tue, 11 Jul 2000 12:27:33 +0200
48265              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
48266              
48267              Typo in #6341.
48268              
48269              Fix for
48270              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
48271              From: Roderick Schertler <roderick@argon.org>
48272              Date: Tue, 11 Jul 2000 13:55:05 -0400
48273              Message-Id: <200007111755.NAA05077@jones.argon.org>
48274              
48275              Minor cleanups on the booklist.
48276              
48277              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
48278              regen perltoc.
48279              
48280              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
48281      Branch: maint-5.6/perl
48282           +> pod/perlbook.pod
48283           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
48284           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
48285           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
48286 ____________________________________________________________________________
48287 [  7777] By: jhi                                   on 2000/11/20  16:08:49
48288         Log: Update Changes.
48289      Branch: perl
48290            ! Changes patchlevel.h
48291 ____________________________________________________________________________
48292 [  7776] By: jhi                                   on 2000/11/20  15:27:56
48293         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
48294              This may be overly harsh but until proven otherwise, we think this
48295              way, or until we have a simple test for Configure (having to start
48296              up servers is does not count as simple) to check for the problems.
48297      Branch: perl
48298            ! perl.h
48299 ____________________________________________________________________________
48300 [  7775] By: jhi                                   on 2000/11/20  15:22:17
48301         Log: Solaris hints tweaks.
48302      Branch: perl
48303            ! hints/solaris_2.sh
48304 ____________________________________________________________________________
48305 [  7774] By: jhi                                   on 2000/11/20  15:01:20
48306         Log: Add a workaround to SOCKS 64-bit problems.
48307      Branch: perl
48308            ! doio.c embed.h embed.pl perlsdio.h proto.h
48309 ____________________________________________________________________________
48310 [  7773] By: jhi                                   on 2000/11/20  14:51:47
48311         Log: sysseek() instead of seek().
48312      Branch: perl
48313            ! t/lib/syslfs.t
48314 ____________________________________________________________________________
48315 [  7772] By: gsar                                  on 2000/11/20  13:06:23
48316         Log: integrate changes#6315..6319,6321..6331,6333..6338
48317              
48318              Integrate with Sarathy, preliminary fix for unicos
48319              alignment problems in [ID 20000612.002] Perl problem on Cray system.
48320              
48321              some debugger output does not go to the socket when RemotePort is set
48322              
48323              winsock cleanup never done on Windows (leads to handle leaks)
48324              
48325              fix UNC path handling on Windows under ithreads, and chdir()
48326              return value when given a non-existent directory
48327              
48328              Autogenerate pod/Makefile and pod/buildtoc.
48329              buildtoc also checks whether the existin pods are
48330              mentioned in MANIFEST and perl.pod, and vice versa.
48331              (None of the thusly found discrepancies fixed yet.)
48332              roffitall also needs to be autogenerated similarly but it
48333              seems so badly out of date that I didn't touch it yet.
48334              
48335              Config is being used.
48336              
48337              Add =head1 NAMEs so that buildtoc is happy.
48338              (The CGI::Util nit reported to Lincoln.)
48339              
48340              Fix complaints of buildtoc.
48341              
48342              Fix the alignment problem in Crays ([ID 20000612.002]).
48343              
48344              Remove perlbook, update perlfaq book listing,
48345              rearrange perl.pod, regenerate perltoc.
48346              
48347              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
48348              was cast to an unsigned (32-bit) integer with wild abandon.
48349              
48350              winsock options weren't being set in all threads under ithreads
48351              (caused send()s from second and subsequent threads to fail)
48352              
48353              accept() leaks memory on windows due to incorrect ordering of
48354              closesocket() and fclose() calls
48355              
48356              Reorder perl.pod once more.
48357              
48358              More POSIX.pod tweaks.
48359              
48360              Sprinkle ldlibpath.
48361              
48362              Precedence goof, fix based on
48363              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
48364              From: Hugo <hv@crypt.compulink.co.uk>
48365              Date: Tue, 11 Jul 2000 12:52:38 +0100
48366              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
48367              
48368              Subject: PATCH perlguts.pod: Document D and d magic types
48369              From: mjd@plover.com
48370              Date: 5 Jul 2000 18:01:51 -0000
48371              Message-ID: <20000705180151.29413.qmail@plover.com>
48372              
48373              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
48374              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
48375              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
48376              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
48377              
48378              Subject: [PATCH cfgperl] $& segfaults if you trick it
48379              From: simon@brecon.co.uk (Simon Cozens)
48380              Date: 7 Jul 2000 11:26:09 GMT
48381              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
48382              
48383              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
48384              From: Hugo <hv@crypt.compulink.co.uk>
48385              Date: Tue, 11 Jul 2000 12:44:50 +0100
48386              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
48387              
48388              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
48389              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
48390              Date: Tue, 11 Jul 2000 13:50:51 +0100
48391              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
48392      Branch: maint-5.6/perl
48393           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
48394           +> pod/buildtoc.PL
48395            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
48396           !> (integrate 26 files)
48397 ____________________________________________________________________________
48398 [  7771] By: gsar                                  on 2000/11/20  12:31:42
48399         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
48400              6310,6311,6314
48401              
48402              Subject: [PATCH bleedperl] File::Spec 0.82 beta
48403              From: Barrie Slaymaker <barries@jester.slaysys.com>
48404              Date: Wed, 28 Jun 2000 11:35:29 -0400
48405              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
48406              
48407              tweak perlembed for multiplicity/usethreads sanity; correct notes
48408              about Windows
48409              
48410              localize %INC in a Safe compartment so that use/require work
48411              (many other magic globals probably need similar treatment)
48412              
48413              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
48414              when @_ is modified, causing coredumps
48415              
48416              slurp mode fix in change#4736 still not quite right
48417              
48418              Point to perlipc for more SysV IPC examples.
48419              
48420              Elaborate POSIX.pod.  Still needs work.
48421              
48422              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
48423              
48424              fix large memory leak that has been around for ever, masked by
48425              -DPURIFY (most of the arenas were never freed!)
48426              
48427              fix memory leak on Windows (PL_sys_intern contents were never
48428              freed)
48429              
48430              PERL_OBJECT build tweak
48431              
48432              adjust change#6299
48433              
48434              remove rel2abs prototypes (from Barrie Slaymaker)
48435              
48436              missing perldiag entry for unpack("w",...) diagnostic (from
48437              Andreas Koenig)
48438              
48439              better diagnostic on Frob->stuff() when Frob:: doesn't exist
48440              (from Richard Soderberg <rs@oregonnet.com>)
48441              
48442              Win32 patches for cfgperl from Sarathy.
48443              
48444              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
48445              
48446              More POSIX.pod embellishment.
48447              
48448              tyop in change#6306
48449      Branch: maint-5.6/perl
48450           !> (integrate 44 files)
48451 ____________________________________________________________________________
48452 [  7770] By: gsar                                  on 2000/11/20  11:51:00
48453         Log: integrate changes#6268..6282 from cfgperl branch
48454              
48455              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
48456              From: Dominic Dunlop <domo@computer.org>
48457              Date: Thu, 29 Jun 2000 12:32:39 +0200
48458              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
48459              
48460              Regen headers for #6261 (and update embed.pl for this) and #6267,
48461              silence few compiler warnings.
48462              
48463              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
48464              From: Nicholas Clark <nick@talking.bollo.cx>
48465              Date: Fri, 23 Jun 2000 16:21:15 +0100
48466              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
48467              
48468              Subject: PATCH pod/perltie.pod
48469              From: Ian Phillipps <Ian.Phillipps@iname.com>
48470              Date: Fri, 16 Jun 2000 00:17:19 +0100
48471              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
48472              (only the first hunk, the second hunk had already been done
48473              by some other patch)
48474              
48475              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
48476              From: Tom Phoenix <rootbeer@redcat.com>
48477              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
48478              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
48479              
48480              Subject: [PATCH] xsub attributes
48481              From: Doug MacEachern <dougm@covalent.net>
48482              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
48483              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
48484              
48485              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
48486              From: Andy Dougherty <doughera@lafayette.edu>
48487              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
48488              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
48489              
48490              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
48491              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
48492              Date: Tue, 13 Jun 2000 02:43:48 -0500
48493              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
48494              
48495              Subject: [PATCH] Re: eval documentation: context
48496              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
48497              Date: Mon, 12 Jun 2000 15:07:29 +0100
48498              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
48499              
48500              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
48501              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
48502              Date: Mon, 12 Jun 2000 14:55:59 +0100
48503              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
48504              
48505              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
48506              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
48507              Date: Fri, 09 Jun 2000 12:39:27 -0400
48508              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
48509              (plus update the version "number" of Text::Wrap)
48510              
48511              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
48512              From: Tim Ayers <tayers@bridge.com>
48513              Date: Thu, 08 Jun 2000 08:11:06 +0200
48514              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
48515              [resent by Richard Foley, Message-Id probably wrong]
48516              
48517              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
48518              From: rspier@pobox.com (Robert Spier)
48519              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
48520              Message-ID: <14654.31913.845602.610277@rls.cx>
48521              
48522              Subject: [PATCH 5.6.0] utils/h2xs.PL
48523              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
48524              Date: Wed, 7 Jun 2000 04:02:04 -0500
48525              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
48526              
48527              Subject: [PATCH 5.6.0]ITHREADs for VMS
48528              From: Dan Sugalski <dan@sidhe.org>
48529              Date: Tue, 06 Jun 2000 11:59:50 -0400
48530              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
48531      Branch: maint-5.6/perl
48532           !> (integrate 31 files)
48533 ____________________________________________________________________________
48534 [  7769] By: gsar                                  on 2000/11/20  11:29:06
48535         Log: integrate changes#6261..6266 from cfgperl
48536              
48537              Subject: Re: [PATCH cfgperl] BOMs away!
48538              From: simon@brecon.co.uk (Simon Cozens)
48539              Date: 17 Jun 2000 11:49:57 GMT
48540              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
48541              
48542              Subject: 5.6.0 Patch for EPOC
48543              From: Olaf Flebbe <o.flebbe@gmx.de>
48544              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
48545              Message-ID: <23449.960929969@www11.gmx.net>
48546              
48547              tr fixes from Simon Cozens
48548              
48549              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
48550              From: Marty Lucich <marty@netcom.com>
48551              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
48552              Message-Id: <200006282116.OAA11148@netcom.com>
48553              ccdlflags update (the BSD/OS 4.1 part had already been taken
48554              care of by #6141).
48555              
48556              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
48557              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
48558              Date: Wed, 28 Jun 2000 17:50:12 -0700
48559              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
48560              
48561              Subject: [PATCH 5.6.0] cygwin port
48562              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
48563              From: "Fifer, Eric" <EFifer@sanwaint.com>
48564              Date: Thu, 29 Jun 2000 12:58:29 +0100
48565      Branch: maint-5.6/perl
48566           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
48567           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
48568           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
48569           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
48570 ____________________________________________________________________________
48571 [  7768] By: gsar                                  on 2000/11/20  11:13:44
48572         Log: integrate changes#6252..6256,6259..6260
48573              
48574              Paranoia tweak on #6249.
48575              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
48576              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
48577              Date: Sun, 25 Jun 2000 23:43:12 -0400
48578              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
48579              
48580              Subject: tr///, help wanted.
48581              From: simon@brecon.co.uk (Simon Cozens)
48582              Date: 28 Jun 2000 11:29:04 GMT
48583              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
48584              
48585              small thinko tweaks
48586              
48587              tweaks from Simon Conzes to further fix tr/// under utf8
48588              
48589              perlnewmod was missing from MANIFEST.
48590              
48591              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
48592              From: simon@brecon.co.uk (Simon Cozens)
48593              Date: 17 Jun 2000 11:56:44 GMT
48594              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
48595              pack U0, pack C0
48596      Branch: maint-5.6/perl
48597           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
48598           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
48599           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
48600           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
48601 ____________________________________________________________________________
48602 [  7767] By: gsar                                  on 2000/11/20  10:51:38
48603         Log: integrate change#6250 from cfgperl
48604              
48605              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
48606              From: Doug MacEachern <dougm@covalent.net>
48607              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
48608              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
48609      Branch: maint-5.6/perl
48610           +> t/op/my_stash.t
48611           !> MANIFEST embed.pl global.sym proto.h toke.c
48612 ____________________________________________________________________________
48613 [  7766] By: gsar                                  on 2000/11/20  10:48:34
48614         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
48615              
48616              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
48617              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
48618              Date: Mon, 26 Jun 2000 18:40:14 +0100
48619              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
48620              
48621              Subject: [PATCH] bytes<->utf8 fixes
48622              From: simon@brecon.co.uk (Simon Cozens)
48623              Date: 26 Jun 2000 04:55:45 GMT
48624              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
48625              
48626              Subject: [PATCH] is_utf8_string
48627              From: simon@brecon.co.uk (Simon Cozens)
48628              Date: 26 Jun 2000 02:25:59 GMT
48629              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
48630              
48631              Subject: [PATCH] avoid mg_ptr in '*' magic
48632              From: Doug MacEachern <dougm@covalent.net>
48633              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
48634              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
48635              
48636              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
48637              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
48638              Date: Sat, 24 Jun 2000 13:06:20 +0100
48639              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
48640              
48641              Allow for standalone testing.
48642              
48643              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
48644              From: Mark-Jason Dominus <mjd@plover.com>
48645              Date: Tue, 27 Jun 2000 22:36:42 -0400
48646              Message-ID: <20000628023642.12166.qmail@plover.com>
48647              
48648              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
48649              From: Frank Tobin <ftobin@uiuc.edu>
48650              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
48651              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
48652      Branch: maint-5.6/perl
48653           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
48654           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
48655           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
48656           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
48657           !> utf8.c utils/h2xs.PL
48658 ____________________________________________________________________________
48659 [  7765] By: gsar                                  on 2000/11/20  10:29:13
48660         Log: integrate change#6239 from cfgperl
48661              
48662              Configure maintenance.  Sever some dependency cycles,
48663              separate gccversion from the cc unit,
48664              address [ID 20000623.006] Configure script patch for using gcc on AIX
48665              (but solve it a little bit differently),
48666              unduplex some accidentally duplicated units,
48667              suggest using gcc if no cc available
48668              (p5p thread: "Solaris configure: counterproposal", 1999-09)
48669      Branch: maint-5.6/perl
48670           !> Configure Todo-5.6 config_h.SH
48671 ____________________________________________________________________________
48672 [  7764] By: gsar                                  on 2000/11/20  10:25:55
48673         Log: integrate changes#6233..6238 from cfgperl
48674              
48675              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
48676              From: Mark-Jason Dominus <mjd@plover.com>
48677              Date: Fri, 16 Jun 2000 20:53:04 -0400
48678              Message-ID: <20000617005304.8008.qmail@plover.com>
48679              
48680              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
48681              because when run as services (Win32ese for daemons)
48682              no environment variables are set and tmpdir ends up as /tmp,
48683              which is ambiguous.
48684              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
48685              From: matt@sergeant.org
48686              Date: 16 Jun 2000 16:30:43 -0000
48687              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
48688              
48689              The thread begun by
48690              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
48691              From: Kevin.Ruscoe@ubsw.com
48692              Date: Fri, 16 Jun 2000 16:38:51 +0100
48693              Message-Id: <H000019b03c300d6@MHS>
48694              
48695              Tweak embed.pl, regen headers.
48696              
48697              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
48698              From: Dan Sugalski <dan@sidhe.org>
48699              Date: Fri, 23 Jun 2000 17:00:00 -0400
48700              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
48701      Branch: maint-5.6/perl
48702           !> (integrate 27 files)
48703 ____________________________________________________________________________
48704 [  7763] By: gsar                                  on 2000/11/20  10:08:08
48705         Log: s/perl56delta/perldelta/g
48706      Branch: maint-5.6/perl
48707            ! pod/Makefile
48708 ____________________________________________________________________________
48709 [  7762] By: gsar                                  on 2000/11/20  10:04:00
48710         Log: integrate changes#6225,6229,6231,6232 from cfgperl
48711              
48712              Add source code filenames to apidoc.
48713              From: simon@brecon.co.uk (Simon Cozens)
48714              Subject: [PATCH embed.pl] Source X-ref
48715              Date: 22 Jun 2000 02:18:49 GMT
48716              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
48717              
48718              Subject: README.hpux version 0.6.1
48719              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
48720              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
48721              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
48722              
48723              Subject: [PATCH 5.6.0] cygwin port
48724              From: "Fifer, Eric" <EFifer@sanwaint.com>
48725              Date: Tue, 20 Jun 2000 14:30:58 +0100
48726              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
48727              
48728              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
48729              From: simon@brecon.co.uk (Simon Cozens)
48730              Date: 19 Jun 2000 15:18:27 GMT
48731              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
48732              
48733              plus update pod/Makefile and regenerate perltoc
48734      Branch: maint-5.6/perl
48735           +> pod/perlutil.pod
48736           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
48737           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
48738 ____________________________________________________________________________
48739 [  7761] By: jhi                                   on 2000/11/20  04:09:55
48740         Log: Miraculous typo.
48741      Branch: perl
48742            ! t/op/pat.t
48743 ____________________________________________________________________________
48744 [  7760] By: jhi                                   on 2000/11/20  04:06:08
48745         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
48746              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48747              Date: Sun, 19 Nov 2000 22:30:26 -0500
48748              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
48749      Branch: perl
48750            ! regexec.c scope.h t/op/pat.t
48751 ____________________________________________________________________________
48752 [  7759] By: jhi                                   on 2000/11/20  02:05:22
48753         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
48754      Branch: perl
48755            ! perl.h
48756 ____________________________________________________________________________
48757 [  7758] By: jhi                                   on 2000/11/20  01:58:11
48758         Log: Subject: [perl 7711: EPOC] updates
48759              From: Olaf Flebbe <o.flebbe@gmx.de>
48760              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
48761              Message-ID: <25575.974658810@www23.gmx.net>               
48762      Branch: perl
48763            + lib/File/Spec/Epoc.pm
48764            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
48765            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
48766            ! lib/File/Spec.pm perl.c sv.c
48767 ____________________________________________________________________________
48768 [  7757] By: jhi                                   on 2000/11/20  01:53:11
48769         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
48770      Branch: perl
48771            ! MANIFEST
48772 ____________________________________________________________________________
48773 [  7756] By: jhi                                   on 2000/11/20  01:47:22
48774         Log: Integrate perlio.
48775      Branch: perl
48776            - ext/re/hints/MSWin32.pl
48777           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
48778           !> win32/config.gc win32/config_H.gc win32/win32sck.c
48779 ____________________________________________________________________________
48780 [  7755] By: nick                                  on 2000/11/19  20:57:17
48781         Log: Add dummy crlf layer (just as buffer)
48782              Correct 1st bug - one layer of indirection.
48783      Branch: perlio
48784            ! perlio.c perlio.h perliol.h
48785 ____________________________________________________________________________
48786 [  7754] By: nick                                  on 2000/11/19  20:56:12
48787         Log: Work-round to Perl_deb_nocontext is no longer required
48788      Branch: perlio
48789            - ext/re/hints/MSWin32.pl
48790 ____________________________________________________________________________
48791 [  7753] By: nick                                  on 2000/11/19  20:01:16
48792         Log: diff -se shows these as different
48793      Branch: perlio
48794            ! global.sym pod/perlapi.pod
48795 ____________________________________________________________________________
48796 [  7752] By: nick                                  on 2000/11/19  18:57:30
48797         Log: Configure GCC/Win32 build -Duseperlio
48798              Fix a couple of gross issues
48799              - double-include of ../deb.o in re.dll
48800              - win32sck.c needs PerlIO and FILE 
48801      Branch: perlio
48802            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
48803            ! win32/win32sck.c
48804 ____________________________________________________________________________
48805 [  7751] By: nick                                  on 2000/11/19  17:05:36
48806         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
48807      Branch: perlio
48808            ! perlio.c
48809 ____________________________________________________________________________
48810 [  7750] By: nick                                  on 2000/11/19  16:57:14
48811         Log: Missing aTHX_
48812      Branch: perlio
48813            ! sv.c
48814 ____________________________________________________________________________
48815 [  7749] By: jhi                                   on 2000/11/19  16:28:40
48816         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
48817              From: "Peter J. Farley III" <pjfarley@banet.net>
48818              Date: Sun, 19 Nov 2000 01:42:58 -0500
48819              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
48820      Branch: perl
48821            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
48822 ____________________________________________________________________________
48823 [  7748] By: jhi                                   on 2000/11/19  16:08:10
48824         Log: Subject: podlators 1.05 available        
48825              From: Russ Allbery <rra@stanford.edu>   
48826              Date: 18 Nov 2000 22:04:28 -0800
48827              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
48828      Branch: perl
48829            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
48830 ____________________________________________________________________________
48831 [  7747] By: nick                                  on 2000/11/19  11:19:39
48832         Log: Integrate mainline
48833      Branch: perlio
48834           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
48835           !> util.c
48836 ____________________________________________________________________________
48837 [  7746] By: jhi                                   on 2000/11/19  06:42:22
48838         Log: Make hex scanning warn on "\x{x}" and "\xx".
48839              "\x" and and hex("x") are still valid.
48840      Branch: perl
48841            ! util.c
48842 ____________________________________________________________________________
48843 [  7745] By: nick                                  on 2000/11/18  22:52:28
48844         Log: Integrate mainline
48845      Branch: perlio
48846           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
48847           !> perl.h perlio.c proto.h regcomp.c regcomp.h
48848 ____________________________________________________________________________
48849 [  7744] By: jhi                                   on 2000/11/18  22:50:28
48850         Log: Introduce Perl_utf8_length().  Use it.
48851      Branch: perl
48852            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
48853 ____________________________________________________________________________
48854 [  7743] By: jhi                                   on 2000/11/18  22:38:51
48855         Log: Compiler denit.
48856      Branch: perl
48857            ! perlio.c
48858 ____________________________________________________________________________
48859 [  7742] By: jhi                                   on 2000/11/18  20:33:05
48860         Log: Integrate perlio.
48861      Branch: perl
48862           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
48863           !> perlio.h pp_ctl.c pp_sys.c sv.c
48864 ____________________________________________________________________________
48865 [  7741] By: jhi                                   on 2000/11/18  20:31:27
48866         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
48867              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48868              Date: Fri, 17 Nov 2000 20:35:11 -0500
48869              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
48870              
48871              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
48872              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48873              Date: Fri, 17 Nov 2000 21:03:47 -0500
48874              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
48875              
48876              Plus a little bit of tweaking in pregcomp().
48877      Branch: perl
48878            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
48879 ____________________________________________________________________________
48880 [  7740] By: nick                                  on 2000/11/18  20:17:22
48881         Log: Lexical use open ... support:
48882              add ->cop_io to COP structure in cop.h.
48883              Make mg.c and gv.c associate it with ${^OPEN}.
48884              Make lib/open.pm set it.
48885              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
48886              manner similar to ->cop_warnings.
48887              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
48888              call new PerlIO_apply_layers().
48889              Declare latter in perlio.h and define in perlio.c
48890      Branch: perlio
48891            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
48892            ! perlio.h pp_ctl.c pp_sys.c sv.c
48893 ____________________________________________________________________________
48894 [  7739] By: jhi                                   on 2000/11/18  19:54:00
48895         Log: Integrate perlio.
48896      Branch: perl
48897           !> doio.c perlio.c pp.c
48898 ____________________________________________________________________________
48899 [  7738] By: jhi                                   on 2000/11/18  17:16:13
48900         Log: Subject: [PATCH 5.7.0] etags broken again
48901              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48902              Date: Sat, 18 Nov 2000 02:41:36 -0500
48903              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
48904      Branch: perl
48905            ! emacs/ptags
48906 ____________________________________________________________________________
48907 [  7737] By: jhi                                   on 2000/11/18  17:12:18
48908         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
48909      Branch: perl
48910            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
48911 ____________________________________________________________________________
48912 [  7736] By: nick                                  on 2000/11/18  14:06:20
48913         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
48914              part to be isolated.
48915      Branch: perlio
48916            ! doio.c perlio.c
48917 ____________________________________________________________________________
48918 [  7735] By: nick                                  on 2000/11/18  11:03:32
48919         Log: Integrate mainline
48920      Branch: perlio
48921           !> Changes README.amiga README.win32 patchlevel.h
48922           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
48923 ____________________________________________________________________________
48924 [  7734] By: jhi                                   on 2000/11/18  01:18:56
48925         Log: Update Changes.
48926      Branch: perl
48927            ! Changes patchlevel.h
48928 ____________________________________________________________________________
48929 [  7733] By: jhi                                   on 2000/11/18  00:32:54
48930         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
48931              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48932              Date: Fri, 17 Nov 2000 17:28:02 -0500
48933              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
48934      Branch: perl
48935            ! regcomp.c regexec.c t/op/re_tests
48936 ____________________________________________________________________________
48937 [  7732] By: jhi                                   on 2000/11/18  00:28:56
48938         Log: Sparc 64-bit pack() fix from Jens Hamisch.
48939      Branch: perl
48940            ! pp.c
48941 ____________________________________________________________________________
48942 [  7731] By: jhi                                   on 2000/11/18  00:18:39
48943         Log: Explain in more detail the {} syntax ambiguousity.
48944              
48945              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
48946              From: Nicholas Clark <nick@ccl4.org>
48947              Date: Fri, 17 Nov 2000 22:10:28 +0000
48948              Message-ID: <20001117221028.A88930@plum.flirble.org>
48949      Branch: perl
48950            ! pod/perlfunc.pod
48951 ____________________________________________________________________________
48952 [  7730] By: jhi                                   on 2000/11/18  00:12:18
48953         Log: Subject: Fix for README.amiga (20000323.033)
48954              From: "Stephen P. Potter" <spp@spotter.yi.org>
48955              Date: Fri, 17 Nov 2000 12:25:51 -0500
48956              Message-Id: <200011171725.MAA05768@spotter.yi.org>
48957      Branch: perl
48958            ! README.amiga
48959 ____________________________________________________________________________
48960 [  7729] By: jhi                                   on 2000/11/18  00:08:34
48961         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
48962              From: "A. C. Yardley" <yardley@tanet.net>
48963              Date: Mon, 3 Apr 2000 11:35:33 -0700
48964              Message-ID: <3483.000403@tanet.net>
48965      Branch: perl
48966            ! README.win32
48967 ____________________________________________________________________________
48968 [  7728] By: nick                                  on 2000/11/17  21:59:47
48969         Log: Integrate mainline
48970      Branch: perlio
48971           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
48972           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
48973           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
48974           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
48975 ____________________________________________________________________________
48976 [  7727] By: nick                                  on 2000/11/17  21:56:31
48977         Log: Experiment on use of attributes.pm interface.
48978              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
48979              SVt_PVRV if not already something better (else vivify of say magic gets
48980              core dump).
48981      Branch: perlio
48982            ! perlio.c pp.c
48983 ____________________________________________________________________________
48984 [  7726] By: jhi                                   on 2000/11/17  14:15:49
48985         Log: Subject: Fix for 20000815.006
48986              From: "Stephen P. Potter" <spp@spotter.yi.org>
48987              Date: Fri, 17 Nov 2000 08:57:45 -0500
48988              Message-Id: <200011171357.IAA05122@spotter.yi.org>
48989              
48990              It's really 20000518.006.
48991      Branch: perl
48992            ! pod/perlmodlib.PL
48993 ____________________________________________________________________________
48994 [  7725] By: jhi                                   on 2000/11/17  14:12:31
48995         Log: Subject: Fix for 20000409.001
48996              From: "Stephen P. Potter" <spp@spotter.yi.org>
48997              Date: Fri, 17 Nov 2000 08:55:45 -0500
48998              Message-Id: <200011171355.IAA05104@spotter.yi.org>
48999      Branch: perl
49000            ! pod/perlfaq9.pod
49001 ____________________________________________________________________________
49002 [  7724] By: jhi                                   on 2000/11/17  14:08:58
49003         Log: Undo #7627 now that we have =head3.
49004      Branch: perl
49005            ! pod/perlhack.pod
49006 ____________________________________________________________________________
49007 [  7723] By: jhi                                   on 2000/11/17  14:04:09
49008         Log: As surmised the #7719 wasn't a good move.
49009      Branch: perl
49010            ! hints/solaris_2.sh
49011 ____________________________________________________________________________
49012 [  7722] By: jhi                                   on 2000/11/17  13:59:04
49013         Log: Also the 64bitall hints can be either here or there.
49014      Branch: perl
49015            ! hints/solaris_2.sh
49016 ____________________________________________________________________________
49017 [  7721] By: jhi                                   on 2000/11/17  02:26:23
49018         Log: Test tweak for the open pragma.
49019      Branch: perl
49020            ! t/lib/b.t
49021 ____________________________________________________________________________
49022 [  7720] By: jhi                                   on 2000/11/17  00:23:22
49023         Log: The long double hints can be here or there.
49024      Branch: perl
49025            ! hints/solaris_2.sh
49026 ____________________________________________________________________________
49027 [  7719] By: jhi                                   on 2000/11/17  00:14:06
49028         Log: For Solaris use64bitall the stdchar needs a little bit of help.
49029      Branch: perl
49030            ! hints/solaris_2.sh
49031 ____________________________________________________________________________
49032 [  7718] By: jhi                                   on 2000/11/16  23:27:34
49033         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
49034              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
49035              Date: Wed, 15 Nov 2000 08:56:32 +0100
49036              Message-ID: <3A1241B0.64477E00@alcatel.at>
49037      Branch: perl
49038            ! lib/Carp/Heavy.pm
49039 ____________________________________________________________________________
49040 [  7717] By: jhi                                   on 2000/11/16  23:23:29
49041         Log: Subject: [PATCH] Re: 20001101.003 PDL
49042              From: Nicholas Clark <nick@ccl4.org>
49043              Date: Thu, 16 Nov 2000 16:48:25 +0000
49044              Message-ID: <20001116164825.B93487@plum.flirble.org>
49045      Branch: perl
49046            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
49047 ____________________________________________________________________________
49048 [  7716] By: jhi                                   on 2000/11/16  23:21:31
49049         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
49050              From: "Casey R. Tweten" <crt@kiski.net>
49051              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
49052              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
49053      Branch: perl
49054            ! lib/Pod/Checker.pm pod/perlpod.pod
49055 ____________________________________________________________________________
49056 [  7715] By: jhi                                   on 2000/11/16  23:19:40
49057         Log: Avoid an infinite loop in VMS when utils scripts are run
49058              with no arguments, from Charles Lane.
49059      Branch: perl
49060            ! configure.com
49061 ____________________________________________________________________________
49062 [  7714] By: jhi                                   on 2000/11/16  23:17:08
49063         Log: Subject: perllocale.pod changes
49064              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
49065              Date: Mon, 13 Nov 2000 10:09:22 +0300
49066              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
49067      Branch: perl
49068            ! pod/perllocale.pod
49069 ____________________________________________________________________________
49070 [  7713] By: jhi                                   on 2000/11/16  23:14:06
49071         Log: Integrate perlio.
49072      Branch: perl
49073           !> doio.c perlio.c perlio.h util.c
49074 ____________________________________________________________________________
49075 [  7712] By: nick                                  on 2000/11/16  21:10:58
49076         Log: Integrate mainline
49077      Branch: perlio
49078           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
49079           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
49080           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
49081           !> vos/config.ga.def vos/config.ga.h win32/config.bc
49082           !> win32/config.gc win32/config.vc
49083 ____________________________________________________________________________
49084 [  7711] By: nick                                  on 2000/11/16  19:56:41
49085         Log: Minor tweaks:
49086              consistent way of getting 'rb', 'wb' etc. for binary opens
49087              move *perlio::layers to *open::layers
49088              a #define to show layers available
49089              DOSISH popen/PerlIO had export/import sense inverted.
49090      Branch: perlio
49091            ! doio.c perlio.c perlio.h util.c
49092 ____________________________________________________________________________
49093 [  7710] By: jhi                                   on 2000/11/16  15:46:05
49094         Log: Add HAS_SBRK_PROTO.
49095      Branch: metaconfig/U/perl
49096            + d_sbrkproto.U
49097      Branch: perl
49098            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
49099            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
49100            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
49101            ! vos/config.ga.def vos/config.ga.h win32/config.bc
49102            ! win32/config.gc win32/config.vc
49103 ____________________________________________________________________________
49104 [  7709] By: nick                                  on 2000/11/16  07:31:49
49105         Log: Integrate mainline
49106      Branch: perlio
49107           !> (integrate 35 files)
49108 ____________________________________________________________________________
49109 [  7708] By: jhi                                   on 2000/11/16  05:33:03
49110         Log: These files are text, not binary.
49111      Branch: perl
49112            ! ext/Encode/Encode/iso8859-10.enc
49113            ! ext/Encode/Encode/iso8859-13.enc
49114            ! ext/Encode/Encode/iso8859-14.enc
49115            ! ext/Encode/Encode/iso8859-15.enc
49116 ____________________________________________________________________________
49117 [  7707] By: jhi                                   on 2000/11/16  01:53:37
49118         Log: Update Changes.
49119      Branch: perl
49120            ! Changes patchlevel.h
49121 ____________________________________________________________________________
49122 [  7706] By: jhi                                   on 2000/11/16  01:35:59
49123         Log: More #undefing of stdio.
49124      Branch: perl
49125            ! fakesdio.h nostdio.h
49126 ____________________________________________________________________________
49127 [  7705] By: jhi                                   on 2000/11/16  01:34:18
49128         Log: Add fwalk() probe to the configuration files and regen perltoc.
49129      Branch: perl
49130            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
49131            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
49132            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
49133            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
49134            ! win32/config.bc win32/config.gc win32/config.vc
49135 ____________________________________________________________________________
49136 [  7704] By: jhi                                   on 2000/11/16  01:33:07
49137         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
49138              an optional third argument to Inlibc?)
49139      Branch: metaconfig/U/perl
49140            + d__fwalk.U
49141 ____________________________________________________________________________
49142 [  7703] By: jhi                                   on 2000/11/16  01:09:22
49143         Log: The type of the hash_cb() size argument is tricky.
49144      Branch: perl
49145            ! ext/DB_File/DB_File.xs
49146 ____________________________________________________________________________
49147 [  7702] By: jhi                                   on 2000/11/15  23:01:16
49148         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
49149      Branch: perl
49150            ! nostdio.h
49151 ____________________________________________________________________________
49152 [  7701] By: jhi                                   on 2000/11/15  22:52:32
49153         Log: Detypo.
49154      Branch: perl
49155            ! t/lib/bigfltpm.t
49156 ____________________________________________________________________________
49157 [  7700] By: jhi                                   on 2000/11/15  22:51:56
49158         Log: UINT64_C() work continues.
49159      Branch: perl
49160            ! handy.h perl.h utf8.h
49161 ____________________________________________________________________________
49162 [  7699] By: jhi                                   on 2000/11/15  14:13:04
49163         Log: SOCKS has its own USE_THREADS, based on
49164              
49165              Subject: [ID 20001114.002] et. al. bugfix followup
49166              From: Jens Hamisch <jens@Strawberry.COM> 
49167              Date: Wed, 15 Nov 2000 14:23:11 +0100
49168              Message-ID: <20001115142311.A21164@Strawberry.COM>
49169      Branch: perl
49170            ! perl.h
49171 ____________________________________________________________________________
49172 [  7698] By: jhi                                   on 2000/11/15  03:50:56
49173         Log: Add few missing #undefs and sort them.
49174      Branch: perl
49175            ! fakesdio.h
49176 ____________________________________________________________________________
49177 [  7697] By: jhi                                   on 2000/11/15  03:39:14
49178         Log: Linenumber fix.
49179      Branch: perl
49180            ! t/pragma/warn/utf8
49181 ____________________________________________________________________________
49182 [  7696] By: jhi                                   on 2000/11/15  02:55:26
49183         Log: EBCDIC tweaks.
49184              
49185              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
49186              From: Peter Prymmer <pvhp@forte.com>
49187              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
49188              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
49189      Branch: perl
49190            ! t/op/regmesg.t t/pragma/warn/utf8
49191 ____________________________________________________________________________
49192 [  7695] By: jhi                                   on 2000/11/15  02:53:58
49193         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
49194              From: Peter Prymmer <pvhp@forte.com>
49195              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
49196              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
49197      Branch: perl
49198            ! utf8.c
49199 ____________________________________________________________________________
49200 [  7694] By: jhi                                   on 2000/11/15  02:50:55
49201         Log: Subject: [PATCH: perl@7674] updates to README.os390
49202              From: Prymmer/Kahn <pvhp@best.com>
49203              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
49204              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
49205      Branch: perl
49206            ! README.os390
49207 ____________________________________________________________________________
49208 [  7693] By: jhi                                   on 2000/11/15  02:48:37
49209         Log: Quit utf8_to_uv() instantly if curlen == 0.
49210      Branch: perl
49211            ! utf8.c
49212 ____________________________________________________________________________
49213 [  7692] By: jhi                                   on 2000/11/15  02:24:29
49214         Log: Use u_int32_t for the size of hash_cb(), not size_t.
49215              
49216              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
49217              From: Jens Hamisch <jens@Strawberry.COM>     
49218              Date: Tue, 14 Nov 2000 19:03:55 +0100
49219              Message-Id: <20001114190355.A20559@Strawberry.COM>
49220      Branch: perl
49221            ! ext/DB_File/DB_File.xs
49222 ____________________________________________________________________________
49223 [  7691] By: jhi                                   on 2000/11/15  02:20:12
49224         Log: Use UINT64_C().
49225              
49226              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
49227              From: Jens Hamisch <jens@Strawberry.COM>
49228              Date: Tue, 14 Nov 2000 19:16:23 +0100
49229              Message-Id: <20001114191623.G20559@Strawberry.COM>
49230      Branch: perl
49231            ! utf8.c utf8.h
49232 ____________________________________________________________________________
49233 [  7690] By: jhi                                   on 2000/11/15  02:17:06
49234         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
49235              (a macro to define signed and unsigned integer constants).
49236      Branch: perl
49237            ! handy.h
49238 ____________________________________________________________________________
49239 [  7689] By: jhi                                   on 2000/11/15  01:56:51
49240         Log: Regen Configure.
49241      Branch: perl
49242            ! Configure
49243 ____________________________________________________________________________
49244 [  7688] By: jhi                                   on 2000/11/15  01:56:32
49245         Log: Make the unit know about SOCKS.
49246      Branch: metaconfig
49247            ! U/protos/socksizetype.U
49248 ____________________________________________________________________________
49249 [  7687] By: jhi                                   on 2000/11/15  01:54:47
49250         Log: Remove unused dependencies.
49251      Branch: metaconfig
49252            ! U/compline/d_getpagsz.U
49253 ____________________________________________________________________________
49254 [  7686] By: nick                                  on 2000/11/14  21:25:13
49255         Log: Integrate mainline.
49256      Branch: perlio
49257           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
49258           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
49259           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
49260           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
49261           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
49262           !> win32/config.bc win32/config.gc win32/config.vc
49263           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
49264 ____________________________________________________________________________
49265 [  7685] By: jhi                                   on 2000/11/14  17:54:56
49266         Log: Integrate perlio.
49267      Branch: perl
49268           +> fakesdio.h perliol.h
49269           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
49270           !> perlsdio.h perlsfio.h pod/perlfunc.pod
49271 ____________________________________________________________________________
49272 [  7684] By: nick                                  on 2000/11/14  17:43:04
49273         Log: PerlIO #include and #ifdef re-work.
49274      Branch: perlio
49275            + fakesdio.h perliol.h
49276            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
49277            ! perlsdio.h perlsfio.h
49278 ____________________________________________________________________________
49279 [  7683] By: jhi                                   on 2000/11/14  15:42:40
49280         Log: Hoist the duplicated socket/netdb include logic to perl.h;
49281              undef SETERRNO in case SOCKS has defined it.  Based on:
49282              
49283              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
49284              From: Jens Hamisch <jens@Strawberry.COM> 
49285              Date: Tue, 14 Nov 2000 11:34:40 +0100
49286              Message-Id: <20001114113440.A20005@Strawberry.COM>
49287      Branch: perl
49288            ! doio.c perl.h pp_sys.c
49289 ____________________________________________________________________________
49290 [  7682] By: jhi                                   on 2000/11/14  14:07:28
49291         Log: Subject: some additions for makefiles for win32 (for perl@7674)
49292              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
49293              Date: Tue, 14 Nov 2000 09:31:13 +0300
49294              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
49295      Branch: perl
49296            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
49297            ! win32/makefile.mk
49298 ____________________________________________________________________________
49299 [  7681] By: jhi                                   on 2000/11/14  14:01:41
49300         Log: Subject: tiny typo in perl5db.pl
49301              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
49302              Date: Tue, 14 Nov 2000 09:29:28 +0300
49303              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
49304      Branch: perl
49305            ! lib/perl5db.pl
49306 ____________________________________________________________________________
49307 [  7680] By: jhi                                   on 2000/11/14  04:13:50
49308         Log: Redo #7679 with LFs instead of CRLFs.
49309      Branch: perl
49310            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
49311            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
49312            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
49313 ____________________________________________________________________________
49314 [  7679] By: jhi                                   on 2000/11/14  01:21:09
49315         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
49316              From: Benjamin Stuhl <tiriath@yahoo.com> 
49317              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
49318              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
49319      Branch: perl
49320            + win32/bin/mdelete.bat
49321            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
49322            ! makedef.pl perlio.c win32/Makefile win32/config.gc
49323            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
49324 ____________________________________________________________________________
49325 [  7678] By: jhi                                   on 2000/11/14  01:19:20
49326         Log: Fix the re extension building for Win32.
49327              
49328              Subject: [PATCH perl@7638] Get PerlIO building on Win32
49329              From: Benjamin Stuhl <tiriath@yahoo.com> 
49330              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
49331              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
49332      Branch: perl
49333            + ext/re/hints/MSWin32.pl
49334            ! MANIFEST
49335 ____________________________________________________________________________
49336 [  7677] By: jhi                                   on 2000/11/14  01:13:54
49337         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
49338              From: sthoenna@efn.org
49339              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
49340              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
49341      Branch: perl
49342            ! doop.c pp.c toke.c utf8.c utf8.h
49343 ____________________________________________________________________________
49344 [  7676] By: jhi                                   on 2000/11/13  20:23:15
49345         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
49346              From: Nicholas Clark <nick@ccl4.org>
49347              Date: Mon, 13 Nov 2000 18:55:04 +0000
49348              Message-ID: <20001113185504.J29183@plum.flirble.org>
49349      Branch: perl
49350            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
49351 ____________________________________________________________________________
49352 [  7675] By: nick                                  on 2000/11/13  20:21:57
49353         Log: Integrate mainline ...
49354      Branch: perlio
49355           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
49356           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
49357           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
49358           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
49359 ____________________________________________________________________________
49360 [  7674] By: jhi                                   on 2000/11/13  15:07:56
49361         Log: Update Changes.
49362      Branch: perl
49363            ! Changes patchlevel.h
49364 ____________________________________________________________________________
49365 [  7673] By: jhi                                   on 2000/11/13  14:42:42
49366         Log: Remove the new two tests of lib/io_xs for now, they seem to
49367              fail under perlio on some platforms.
49368      Branch: perl
49369            ! t/lib/io_xs.t
49370 ____________________________________________________________________________
49371 [  7672] By: jhi                                   on 2000/11/13  13:57:53
49372         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
49373      Branch: perl
49374            ! perlio.c
49375 ____________________________________________________________________________
49376 [  7671] By: jhi                                   on 2000/11/13  05:30:48
49377         Log: Placate nervous compilers that see longer than ints switch()ing.
49378      Branch: perl
49379            ! utf8.c
49380 ____________________________________________________________________________
49381 [  7670] By: jhi                                   on 2000/11/13  05:14:21
49382         Log: fputs() does return EOF on error but here we don't care.
49383      Branch: perl
49384            ! perlio.c
49385 ____________________________________________________________________________
49386 [  7669] By: jhi                                   on 2000/11/13  05:02:45
49387         Log: Declare reg_data like reg_substr_data.
49388      Branch: perl
49389            ! regexp.h
49390 ____________________________________________________________________________
49391 [  7668] By: jhi                                   on 2000/11/13  04:54:34
49392         Log: Typos in #7667.
49393      Branch: perl
49394            ! perl.h
49395 ____________________________________________________________________________
49396 [  7667] By: jhi                                   on 2000/11/13  04:49:49
49397         Log: Cleanup messy #ifdef.
49398      Branch: perl
49399            ! perl.h
49400 ____________________________________________________________________________
49401 [  7666] By: jhi                                   on 2000/11/13  04:17:34
49402         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
49403              From: Nicholas Clark <nick@talking.bollo.cx>
49404              Date: Sun, 12 Nov 2000 21:14:11 +0000
49405              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
49406              
49407              Note: only one breakage of the two reported is fixed by this patch.
49408      Branch: perl
49409            ! perlio.c
49410 ____________________________________________________________________________
49411 [  7665] By: jhi                                   on 2000/11/13  04:05:07
49412         Log: Tweak the definition of the bit complement on UTF-8 data:
49413              if none of the characters in the string are > 0xff,
49414              the result is a complemented byte string, not a (UTF-8)
49415              char string.  Based on the summary in
49416              
49417              Subject: Re: [ID 20000918.005] ~ on wide chars
49418              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
49419              Date: Fri, 10 Nov 2000 09:47:15 -0800
49420              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
49421              
49422              This should give us the maximum backward (pre-char string)
49423              compatibility and utf8 compatibility.  The other alternative
49424              would be to limit the bit complement to be always byte only,
49425              taking the least significant byte of the chars.
49426      Branch: perl
49427            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
49428 ____________________________________________________________________________
49429 [  7664] By: jhi                                   on 2000/11/13  00:23:44
49430         Log: Couple of tests from #7660 salvaged.
49431      Branch: perl
49432            - t/op/tell.t
49433            ! MANIFEST t/io/tell.t
49434 ____________________________________________________________________________
49435 [  7663] By: jhi                                   on 2000/11/13  00:02:48
49436         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
49437              From: Nicholas Clark <nick@talking.bollo.cx>
49438              Date: Sun, 12 Nov 2000 21:23:43 +0000
49439              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
49440      Branch: perl
49441            ! perlsfio.h
49442 ____________________________________________________________________________
49443 [  7662] By: jhi                                   on 2000/11/13  00:01:39
49444         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
49445              From: Nicholas Clark <nick@talking.bollo.cx>
49446              Date: Sun, 12 Nov 2000 21:30:04 +0000
49447              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
49448      Branch: perl
49449            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
49450 ____________________________________________________________________________
49451 [  7661] By: jhi                                   on 2000/11/12  23:57:29
49452         Log: Document tell() on special streams.
49453      Branch: perl
49454            ! pod/perlfunc.pod
49455 ____________________________________________________________________________
49456 [  7660] By: jhi                                   on 2000/11/12  23:54:22
49457         Log: (Subsumed by #7664)
49458      Branch: perl
49459            + t/op/tell.t
49460            ! MANIFEST
49461 ____________________________________________________________________________
49462 [  7659] By: jhi                                   on 2000/11/12  22:55:25
49463         Log: Many subdocumented return values of the IO extension now documented.
49464              ungetc and write still left subdocumented.
49465              
49466              Subject: [PATCH] (was Re: IO::Handle::ungetc)
49467              From: Nicholas Clark <nick@talking.bollo.cx>
49468              Date: Sun, 12 Nov 2000 21:35:53 +0000
49469              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
49470      Branch: perl
49471            ! ext/IO/lib/IO/Handle.pm
49472 ____________________________________________________________________________
49473 [  7658] By: jhi                                   on 2000/11/12  21:37:06
49474         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
49475              From: Nicholas Clark <nick@talking.bollo.cx>
49476              Date: Sun, 12 Nov 2000 20:03:22 +0000
49477              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
49478      Branch: perl
49479            ! pod/perlfunc.pod
49480 ____________________________________________________________________________
49481 [  7657] By: jhi                                   on 2000/11/12  20:34:55
49482         Log: Integrate perlio.
49483      Branch: perl
49484           !> perlio.c
49485 ____________________________________________________________________________
49486 [  7656] By: nick                                  on 2000/11/12  19:25:06
49487         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
49488      Branch: perlio
49489            ! perlio.c
49490 ____________________________________________________________________________
49491 [  7655] By: nick                                  on 2000/11/12  19:09:41
49492         Log: Integrate mainline
49493      Branch: perlio
49494           +> README.solaris ext/Encode/Encode/cp1006.enc
49495           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
49496           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
49497           +> ext/Encode/Encode/iso8859-13.enc
49498           +> ext/Encode/Encode/iso8859-14.enc
49499           +> ext/Encode/Encode/iso8859-15.enc
49500           !> (integrate 34 files)
49501 ____________________________________________________________________________
49502 [  7654] By: jhi                                   on 2000/11/12  19:00:22
49503         Log: Add a metaconfig unit for fsync.
49504      Branch: metaconfig/U/perl
49505            + d_fsync.U
49506 ____________________________________________________________________________
49507 [  7653] By: jhi                                   on 2000/11/12  19:00:01
49508         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
49509      Branch: perl
49510            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
49511            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
49512            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
49513            ! vos/config.ga.h win32/config.bc win32/config.gc
49514            ! win32/config.vc
49515 ____________________________________________________________________________
49516 [  7652] By: jhi                                   on 2000/11/11  21:12:01
49517         Log: Copy the s// information of README.hpux also to the perlrun.
49518      Branch: perl
49519            ! README.hpux pod/perlrun.pod
49520 ____________________________________________________________________________
49521 [  7651] By: jhi                                   on 2000/11/11  21:03:13
49522         Log: More README.solaris updates from Andy Dougherty.
49523      Branch: perl
49524            ! README.solaris
49525 ____________________________________________________________________________
49526 [  7650] By: jhi                                   on 2000/11/11  18:38:57
49527         Log: More descriptive error for unknown perlio layers.
49528              
49529              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
49530              From: Dominic Dunlop <domo@computer.org> 
49531              Date: Sat, 11 Nov 2000 18:20:32 +0100             
49532              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
49533      Branch: perl
49534            ! perlio.c pod/perldiag.pod
49535 ____________________________________________________________________________
49536 [  7649] By: jhi                                   on 2000/11/11  18:37:52
49537         Log: MachTen doesn't really do mmap() and munmap().
49538              
49539              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
49540              From: Dominic Dunlop <domo@computer.org> 
49541              Date: Sat, 11 Nov 2000 18:20:32 +0100             
49542              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
49543      Branch: perl
49544            ! hints/machten.sh
49545 ____________________________________________________________________________
49546 [  7648] By: jhi                                   on 2000/11/11  18:36:46
49547         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
49548              From: rspier@pobox.com (Robert Spier)
49549              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
49550              Message-ID: <14861.32839.491271.985797@rls.cx>
49551      Branch: perl
49552            ! Porting/Contract pod/perltoot.pod
49553 ____________________________________________________________________________
49554 [  7647] By: jhi                                   on 2000/11/11  18:35:30
49555         Log: Simplify the getpagesize() unit by dropping the
49556              pagesize probe since it's nowadays slightly more
49557              complicated because of sysconf(). (Note: if some
49558              platform really needs the -lPW for getpagesize,
49559              I just broke it.)
49560              
49561              TODO: a new pagesize unit.
49562      Branch: metaconfig
49563            ! U/compline/d_getpagsz.U
49564 ____________________________________________________________________________
49565 [  7646] By: jhi                                   on 2000/11/11  18:33:23
49566         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
49567      Branch: perl
49568            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
49569            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
49570            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
49571            ! vos/config.ga.h win32/config.bc win32/config.gc
49572            ! win32/config.vc
49573 ____________________________________________________________________________
49574 [  7645] By: jhi                                   on 2000/11/11  16:45:15
49575         Log: Use sysconf() or getpagesize() to find out the pagesize.
49576      Branch: perl
49577            ! perlio.c
49578 ____________________________________________________________________________
49579 [  7644] By: jhi                                   on 2000/11/11  15:46:08
49580         Log: Integrate perlio.
49581      Branch: perl
49582           !> perlio.c
49583 ____________________________________________________________________________
49584 [  7643] By: jhi                                   on 2000/11/11  15:33:36
49585         Log: Subject: Re: [PATCH] README.solaris
49586              From: Lupe Christoph <lupe@lupe-christoph.de>
49587              Date: Sat, 11 Nov 2000 14:08:10 +0100
49588              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
49589      Branch: perl
49590            ! README.solaris
49591 ____________________________________________________________________________
49592 [  7642] By: jhi                                   on 2000/11/11  15:22:12
49593         Log: Subject: [PATCH perl@7638] cygwin port
49594              From: "Eric Fifer" <egf7@columbia.edu>            
49595              Date: Fri, 10 Nov 2000 19:30:30 -0000
49596              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
49597      Branch: perl
49598            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
49599 ____________________________________________________________________________
49600 [  7641] By: nick                                  on 2000/11/11  14:50:36
49601         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
49602              Also call "Buf" layer directly when unread'ing non-read chars.
49603      Branch: perlio
49604            ! perlio.c
49605 ____________________________________________________________________________
49606 [  7640] By: jhi                                   on 2000/11/11  02:05:02
49607         Log: Add more encoding tables.
49608      Branch: perl
49609            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
49610            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
49611            + ext/Encode/Encode/iso8859-10.enc
49612            + ext/Encode/Encode/iso8859-13.enc
49613            + ext/Encode/Encode/iso8859-14.enc
49614            + ext/Encode/Encode/iso8859-15.enc
49615            ! MANIFEST
49616 ____________________________________________________________________________
49617 [  7639] By: jhi                                   on 2000/11/10  18:49:25
49618         Log: Subject: [PATCH] README.solaris
49619              From: Andy Dougherty <doughera@lafayette.edu>
49620              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
49621              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
49622      Branch: perl
49623            + README.solaris
49624            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
49625            ! pod/perl.pod pod/perltoc.pod
49626 ____________________________________________________________________________
49627 [  7638] By: jhi                                   on 2000/11/10  15:04:15
49628         Log: Update Changes.
49629      Branch: perl
49630            ! Changes patchlevel.h
49631 ____________________________________________________________________________
49632 [  7637] By: jhi                                   on 2000/11/10  14:14:28
49633         Log: Explain better why certain regex tests are skipped.
49634              
49635              Subject: Re: tests skipped: unknown reason
49636              From: Lupe Christoph <lupe@lupe-christoph.de>
49637              Date: Fri, 10 Nov 2000 09:08:56 +0100
49638              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
49639      Branch: perl
49640            ! t/op/regexp.t
49641 ____________________________________________________________________________
49642 [  7636] By: nick                                  on 2000/11/10  13:40:00
49643         Log: Integrate mainline.
49644      Branch: perlio
49645           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
49646           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
49647           !> win32/bin/search.pl
49648 ____________________________________________________________________________
49649 [  7635] By: nick                                  on 2000/11/10  13:25:52
49650         Log: Re-instate stdio large file support via perlio.
49651      Branch: perl
49652            ! perlio.c
49653 ____________________________________________________________________________
49654 [  7634] By: jhi                                   on 2000/11/10  04:49:55
49655         Log: Amdahl UTS hints updates.
49656              
49657              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
49658              From: hom00@utsglobal.com (Harold O Morris)
49659              Date: Thu, 9 Nov 2000 20:02 PST
49660              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
49661      Branch: perl
49662            ! hints/uts.sh
49663 ____________________________________________________________________________
49664 [  7633] By: jhi                                   on 2000/11/09  23:33:28
49665         Log: Subject: [PATCH] IO::Seekable pod
49666              From: Nicholas Clark <nick@talking.bollo.cx>
49667              Date: Thu, 9 Nov 2000 20:29:45 +0000
49668              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
49669      Branch: perl
49670            ! ext/IO/lib/IO/Handle.pm
49671 ____________________________________________________________________________
49672 [  7632] By: jhi                                   on 2000/11/09  21:55:41
49673         Log: Various doc oddball characters.
49674              
49675              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
49676              From: Michael Somos <somos@grail.cba.csuohio.edu>
49677              Date: Mon, 6 Nov 2000 17:44:20 -0500
49678              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
49679      Branch: perl
49680            ! emacs/cperl-mode.el lib/unicode/syllables.txt
49681            ! win32/bin/search.pl
49682 ____________________________________________________________________________
49683 [  7631] By: jhi                                   on 2000/11/09  21:12:29
49684         Log: Subject: Re: bash -c exit and linux hints 
49685              From: "John P. Linderman" <jpl@research.att.com>
49686              Date: Thu, 02 Nov 2000 09:37:25 -0500
49687              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
49688      Branch: perl
49689            ! hints/linux.sh
49690 ____________________________________________________________________________
49691 [  7630] By: nick                                  on 2000/11/09  20:34:11
49692         Log: Integrate mainline.
49693      Branch: perlio
49694           !> (integrate 91 files)
49695 ____________________________________________________________________________
49696 [  7629] By: jhi                                   on 2000/11/09  19:46:31
49697         Log: Missing dTHXs.
49698              
49699              Subject: RE: perl@7595 builds not on cygwin
49700              From: "Eric Fifer" <egf7@columbia.edu>
49701              Date: Thu, 9 Nov 2000 19:26:50 -0000
49702              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
49703      Branch: perl
49704            ! ext/Devel/Peek/Peek.xs
49705 ____________________________________________________________________________
49706 [  7628] By: jhi                                   on 2000/11/09  14:48:27
49707         Log: Disable only the tests 99 and 166 for UTF-8 locales.
49708      Branch: perl
49709            ! t/pragma/locale.t
49710 ____________________________________________________________________________
49711 [  7627] By: jhi                                   on 2000/11/09  14:40:27
49712         Log: There's no =head3.
49713      Branch: perl
49714            ! pod/perlhack.pod
49715 ____________________________________________________________________________
49716 [  7626] By: jhi                                   on 2000/11/09  13:54:26
49717         Log: The generated boot_* headers are wrong.  Pickier compiler,
49718              such as KAI C++ will refuse to compile the resulting perlmain.
49719              
49720              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
49721              From: Harri Pasanen <harri.pasanen@trema.com>
49722              Date: Thu, 09 Nov 2000 14:23:28 +0100
49723              Message-Id: <3A0AA550.26D548A3@trema.com>
49724      Branch: perl
49725            ! minimod.pl
49726 ____________________________________________________________________________
49727 [  7625] By: jhi                                   on 2000/11/09  13:50:44
49728         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
49729              From: Prymmer/Kahn <pvhp@best.com>
49730              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
49731              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
49732              
49733              All except the "cow orker" change.
49734      Branch: perl
49735            ! Porting/pumpkin.pod
49736 ____________________________________________________________________________
49737 [  7624] By: jhi                                   on 2000/11/09  13:45:33
49738         Log: Fix for
49739              
49740              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
49741              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
49742              Date: Thu, 09 Nov 2000 11:05:52 +0100
49743              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
49744      Branch: perl
49745            ! pod/perldiag.pod t/pragma/warn/pp_sys
49746 ____________________________________________________________________________
49747 [  7623] By: jhi                                   on 2000/11/09  13:37:16
49748         Log: Typo in an ifndef.
49749              
49750              Subject: Re: [PATCH 5.7.0] better messages from malloc()
49751              From: Joe Smith <jms@inwap.com>         
49752              Date: Thu, 09 Nov 2000 01:33:14 -0800
49753              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
49754      Branch: perl
49755            ! malloc.c
49756 ____________________________________________________________________________
49757 [  7622] By: jhi                                   on 2000/11/09  13:31:18
49758         Log: Remove unused extra arguments.
49759      Branch: metaconfig/U/perl
49760            ! perlxv.U
49761      Branch: perl
49762            ! Configure config_h.SH
49763 ____________________________________________________________________________
49764 [  7621] By: jhi                                   on 2000/11/09  13:16:36
49765         Log: More VMS moves on environment handling, from Charles Lane.
49766      Branch: perl
49767            ! t/pragma/locale.t
49768 ____________________________________________________________________________
49769 [  7620] By: jhi                                   on 2000/11/09  04:42:38
49770         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
49771              From: David Dyck <dcd@tc.fluke.com>
49772              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
49773              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
49774      Branch: perl
49775            ! pp_sys.c
49776 ____________________________________________________________________________
49777 [  7619] By: jhi                                   on 2000/11/09  04:36:21
49778         Log: Forgot from #7618.
49779      Branch: perl
49780            ! lib/File/stat.pm
49781 ____________________________________________________________________________
49782 [  7618] By: jhi                                   on 2000/11/09  04:28:44
49783         Log: Make deleting for %ENV work for (newer versions of) VMS,
49784              from Craig A. Berry.
49785      Branch: perl
49786            ! vms/vms.c
49787 ____________________________________________________________________________
49788 [  7617] By: jhi                                   on 2000/11/09  04:25:05
49789         Log: Subject: [PATCH] Class::Struct at compile time
49790              From: "Casey R. Tweten" <crt@kiski.net>
49791              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
49792              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
49793      Branch: perl
49794            ! lib/Class/Struct.pm
49795 ____________________________________________________________________________
49796 [  7616] By: jhi                                   on 2000/11/09  04:15:17
49797         Log: Subject: [ID 20001108.013] spelling
49798              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
49799              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
49800              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
49801      Branch: perl
49802            ! lib/ftp.pl
49803 ____________________________________________________________________________
49804 [  7615] By: jhi                                   on 2000/11/09  04:12:42
49805         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
49806              From: Peter Prymmer <pvhp@forte.com>
49807              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
49808              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
49809      Branch: perl
49810            ! configure.com
49811 ____________________________________________________________________________
49812 [  7614] By: jhi                                   on 2000/11/08  22:42:55
49813         Log: A missing aTHX_.
49814      Branch: perl
49815            ! ext/IPC/SysV/SysV.xs
49816 ____________________________________________________________________________
49817 [  7613] By: jhi                                   on 2000/11/08  19:30:21
49818         Log: Update Changes.
49819      Branch: perl
49820            ! Changes patchlevel.h
49821 ____________________________________________________________________________
49822 [  7612] By: jhi                                   on 2000/11/08  18:35:25
49823         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
49824              From: David Dyck <dcd@tc.fluke.com>
49825              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
49826              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
49827      Branch: perl
49828            ! pp_sys.c
49829 ____________________________________________________________________________
49830 [  7611] By: jhi                                   on 2000/11/08  18:30:26
49831         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
49832              From: Dominic Dunlop <domo@computer.org>
49833              Date: Tue, 7 Nov 2000 12:05:25 +0100
49834              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
49835      Branch: perl
49836            ! malloc.c
49837 ____________________________________________________________________________
49838 [  7610] By: jhi                                   on 2000/11/08  18:25:14
49839         Log: Do not test UTF-8 locales since that the tests would require
49840              polymorphic regexen.
49841      Branch: perl
49842            ! t/pragma/locale.t
49843 ____________________________________________________________________________
49844 [  7609] By: jhi                                   on 2000/11/08  17:12:51
49845         Log: Locale buglets.
49846              
49847              Subject: RE: Locales support (setlocale) fixes
49848              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
49849              Date: Wed, 8 Nov 2000 20:01:39 +0300
49850              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
49851      Branch: perl
49852            ! t/pragma/locale.t util.c
49853 ____________________________________________________________________________
49854 [  7608] By: jhi                                   on 2000/11/08  17:00:16
49855         Log: Deleting $ENV{PATH} in VMS is not recommendable.
49856      Branch: perl
49857            ! t/pragma/locale.t
49858 ____________________________________________________________________________
49859 [  7607] By: jhi                                   on 2000/11/08  16:58:26
49860         Log: Subject: PATCH std stdio for (Free)BSD
49861              From: Nicholas Clark <nick@ccl4.org>
49862              Date: Wed, 8 Nov 2000 15:36:29 +0000
49863              Message-ID: <20001108153629.D98736@plum.flirble.org>
49864      Branch: metaconfig
49865            ! U/compline/d_stdstdio.U
49866      Branch: perl
49867            ! Configure config_h.SH
49868 ____________________________________________________________________________
49869 [  7606] By: jhi                                   on 2000/11/08  16:43:31
49870         Log: Forgot to bump the line numbers in #7601.
49871      Branch: perl
49872            ! t/pragma/warn/pp_sys
49873 ____________________________________________________________________________
49874 [  7605] By: jhi                                   on 2000/11/08  16:39:12
49875         Log: More careful detection of how well NVs and UVs mix.
49876              
49877              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))
49878              From: Nicholas Clark <nick@ccl4.org>
49879              Date: Wed, 8 Nov 2000 15:14:12 +0000
49880              Message-ID: <20001108151412.B98736@plum.flirble.org>
49881              
49882              Added some SIGFPE paranoia.
49883      Branch: metaconfig/U/perl
49884            ! perlxv.U
49885      Branch: perl
49886            ! Configure config_h.SH
49887 ____________________________________________________________________________
49888 [  7604] By: jhi                                   on 2000/11/08  14:39:10
49889         Log: Subject: [patch perl@7595] VMS configure.com tweak
49890              From: "Craig A. Berry" <craigberry@mac.com>
49891              Date: Wed, 8 Nov 2000 00:24:12 -0600
49892              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
49893      Branch: perl
49894            ! configure.com
49895 ____________________________________________________________________________
49896 [  7603] By: jhi                                   on 2000/11/08  14:27:11
49897         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
49898              From: Robin Barker <rmb1@cise.npl.co.uk>
49899              Date: Wed, 8 Nov 2000 11:11:39 GMT
49900              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
49901      Branch: perl
49902            ! perlio.c
49903 ____________________________________________________________________________
49904 [  7602] By: jhi                                   on 2000/11/08  14:25:03
49905         Log: Fix for the tie-refhash string table leaks.
49906              
49907              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
49908              Date: Wed, 8 Nov 2000 13:03:04 GMT
49909              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
49910      Branch: perl
49911            ! t/lib/tie-refhash.t
49912 ____________________________________________________________________________
49913 [  7601] By: jhi                                   on 2000/11/08  14:21:08
49914         Log: Try to avoid flockless and emulationless places.
49915      Branch: perl
49916            ! t/pragma/warn/pp_sys
49917 ____________________________________________________________________________
49918 [  7600] By: jhi                                   on 2000/11/08  02:28:54
49919         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
49920              
49921              Subject: [PATCH] prototyped functions that should be overrideable
49922              From: "Casey R. Tweten" <crt@kiski.net>
49923              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
49924              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
49925      Branch: perl
49926            ! toke.c
49927 ____________________________________________________________________________
49928 [  7599] By: jhi                                   on 2000/11/08  01:12:05
49929         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
49930              
49931              Subject: [PATCH] perlbug.PL
49932              From: "Kurt D. Starsinic" <kstar@chapin.edu>
49933              Date: Mon, 6 Nov 2000 21:39:01 -0500
49934              Message-ID: <20001106213901.B20955@O2.chapin.edu>
49935      Branch: perl
49936            ! utils/perlbug.PL
49937 ____________________________________________________________________________
49938 [  7598] By: jhi                                   on 2000/11/07  23:42:00
49939         Log: Bad thinko in #7581 (I used the test program with the expanded
49940              values as-is).
49941      Branch: metaconfig
49942            ! U/compline/d_stdstdio.U
49943      Branch: perl
49944            ! Configure
49945 ____________________________________________________________________________
49946 [  7597] By: jhi                                   on 2000/11/07  21:43:29
49947         Log: Subject: [PATCH perl@7573] cygwin port
49948              From: "Fifer, Eric" <EFifer@sanwaint.com>
49949              Date: Tue, 7 Nov 2000 18:08:51 -0000 
49950              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
49951              
49952              Synchronize with Cygwin 1.1.5.
49953      Branch: perl
49954            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
49955            ! pod/perlport.pod unixish.h util.c
49956 ____________________________________________________________________________
49957 [  7596] By: jhi                                   on 2000/11/07  21:39:25
49958         Log: perlhack updates from H.Merijn Brand.
49959      Branch: perl
49960            ! pod/perlhack.pod
49961 ____________________________________________________________________________
49962 [  7595] By: jhi                                   on 2000/11/07  20:21:41
49963         Log: Update Changes.
49964      Branch: perl
49965            ! Changes patchlevel.h
49966 ____________________________________________________________________________
49967 [  7594] By: jhi                                   on 2000/11/07  19:18:58
49968         Log: Be more robust in Dynaloader.pm.
49969      Branch: perl
49970            ! ext/DynaLoader/DynaLoader_pm.PL
49971 ____________________________________________________________________________
49972 [  7593] By: jhi                                   on 2000/11/07  16:49:31
49973         Log: AUTHORS update.
49974      Branch: perl
49975            ! AUTHORS
49976 ____________________________________________________________________________
49977 [  7592] By: gsar                                  on 2000/11/07  16:39:51
49978         Log: normalize relative paths in virtualized current directory on windows,
49979              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
49980              returns)
49981      Branch: perl
49982            ! win32/vdir.h
49983 ____________________________________________________________________________
49984 [  7591] By: jhi                                   on 2000/11/07  16:04:26
49985         Log: Too profiler-happy: with optimization the #7590 actually makes
49986              the test to run 0.5% _slower_.  Requires much more instrumentation.
49987              Retract #7590.
49988      Branch: perl
49989            ! regcomp.c regcomp.h
49990 ____________________________________________________________________________
49991 [  7590] By: jhi                                   on 2000/11/07  15:51:13
49992         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
49993              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
49994              by using memset() and testing bytewise (as opposed to bitwise).
49995      Branch: perl
49996            ! regcomp.c regcomp.h
49997 ____________________________________________________________________________
49998 [  7589] By: jhi                                   on 2000/11/07  12:56:39
49999         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
50000              From: "Craig A. Berry" <craig.berry@psinetcs.com>
50001              Date: Mon, 06 Nov 2000 23:45:30 -0500
50002              Message-Id: <0011079735.AA973576259@univpress.com>
50003      Branch: perl
50004            ! configure.com t/lib/st-lock.t
50005 ____________________________________________________________________________
50006 [  7588] By: jhi                                   on 2000/11/07  01:03:28
50007         Log: Tweak #7587.
50008      Branch: perl
50009            ! pod/perldiag.pod
50010 ____________________________________________________________________________
50011 [  7587] By: jhi                                   on 2000/11/07  01:00:27
50012         Log: A doc addition for bug id 20001105.019, beware \p.
50013      Branch: perl
50014            ! pod/perldiag.pod
50015 ____________________________________________________________________________
50016 [  7586] By: jhi                                   on 2000/11/07  00:32:22
50017         Log: Fake support of holey files in win/dosish platforms.
50018              
50019              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
50020              From: kipp@shonanblue.ne.jp
50021              Date: Mon, 6 Nov 2000 13:30:55 -0800
50022              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
50023      Branch: perl
50024            ! ext/SDBM_File/sdbm/sdbm.c
50025 ____________________________________________________________________________
50026 [  7585] By: jhi                                   on 2000/11/07  00:12:54
50027         Log: Subject: Pod updates
50028              From: "Stephen P. Potter" <spp@spotter.yi.org>
50029              Date: Mon, 06 Nov 2000 18:56:43 -0500
50030              Message-Id: <200011062357.SAA18173@spotter.yi.org>
50031      Branch: perl
50032            ! README.dos README.os2 README.win32 pod/buildtoc.PL
50033            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
50034            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
50035            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
50036            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
50037            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
50038            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
50039            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
50040            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
50041            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
50042            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
50043            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
50044            ! pod/perltootc.pod pod/perlunicode.pod
50045 ____________________________________________________________________________
50046 [  7584] By: jhi                                   on 2000/11/07  00:04:17
50047         Log: Varargs don't always work too well if one puts an unsigned
50048              char on the stack and pop an unsigned quad off the stack.
50049              
50050              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
50051              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
50052              Date: Mon, 06 Nov 2000 15:19:05 -0800
50053              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
50054      Branch: perl
50055            ! utf8.c
50056 ____________________________________________________________________________
50057 [  7583] By: jhi                                   on 2000/11/06  23:58:48
50058         Log: %ENV note tweaks from Dan Sugalski.
50059      Branch: perl
50060            ! pod/perlport.pod vms/perlvms.pod
50061 ____________________________________________________________________________
50062 [  7582] By: jhi                                   on 2000/11/06  23:05:49
50063         Log: glibc5 detection by __GNU_LIBRARY__.
50064      Branch: perl
50065            ! toke.c
50066 ____________________________________________________________________________
50067 [  7581] By: jhi                                   on 2000/11/06  22:51:29
50068         Log: Make the stdio test program of 7427 less noisy while being 
50069              compiled so that Digital UNIX wouldn't get both
50070              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
50071              undefined.  This makes perlio happy.
50072      Branch: metaconfig
50073            ! U/compline/d_stdstdio.U
50074      Branch: perl
50075            ! Configure config_h.SH
50076 ____________________________________________________________________________
50077 [  7580] By: jhi                                   on 2000/11/06  22:41:41
50078         Log: Document %ENV = () portability issues.
50079      Branch: perl
50080            ! pod/perlport.pod vms/perlvms.pod
50081 ____________________________________________________________________________
50082 [  7579] By: jhi                                   on 2000/11/06  21:29:24
50083         Log: VOS updates from Paul Green.
50084      Branch: perl
50085            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
50086 ____________________________________________________________________________
50087 [  7578] By: jhi                                   on 2000/11/06  21:00:40
50088         Log: Sanitize the environment further.
50089      Branch: perl
50090            ! t/pragma/locale.t
50091 ____________________________________________________________________________
50092 [  7577] By: jhi                                   on 2000/11/06  20:53:51
50093         Log: Re-introduce 7552 lost in integration.
50094      Branch: perl
50095            ! perlio.c
50096 ____________________________________________________________________________
50097 [  7576] By: jhi                                   on 2000/11/06  20:33:46
50098         Log: Admit that the test leaks scalars.
50099      Branch: perl
50100            ! t/comp/proto.t
50101 ____________________________________________________________________________
50102 [  7575] By: jhi                                   on 2000/11/06  20:17:08
50103         Log: Integrate perlio.
50104      Branch: perl
50105           !> perlio.c
50106 ____________________________________________________________________________
50107 [  7574] By: nick                                  on 2000/11/06  20:07:28
50108         Log: Remove debug. Try (Mmap_t) on madvise() call.
50109      Branch: perlio
50110            ! perlio.c
50111 ____________________________________________________________________________
50112 [  7573] By: jhi                                   on 2000/11/06  13:56:05
50113         Log: Update Changes.
50114      Branch: perl
50115            ! Changes patchlevel.h
50116 ____________________________________________________________________________
50117 [  7572] By: jhi                                   on 2000/11/06  13:48:41
50118         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
50119              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
50120              Date: Mon, 06 Nov 2000 10:11:42 +0100
50121              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
50122      Branch: perl
50123            ! pod/perlhack.pod
50124 ____________________________________________________________________________
50125 [  7571] By: jhi                                   on 2000/11/06  01:45:51
50126         Log: AUTHORS updates.
50127      Branch: perl
50128            ! AUTHORS
50129 ____________________________________________________________________________
50130 [  7570] By: jhi                                   on 2000/11/06  00:18:00
50131         Log: Fix for
50132              
50133              Subject: [ID 20000728.005] perl -P broken
50134              From: David Dyck <dcd@tc.fluke.com>
50135              Date: Fri, 28 Jul 2000 17:19:16 -0700
50136              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
50137              
50138              (hopefully).  The fix is also not complete, it seems to break
50139              BOM swallowing for libc5 systems, but until someone figures
50140              out a way to do this without ftell(), this will do.
50141      Branch: perl
50142            ! toke.c
50143 ____________________________________________________________________________
50144 [  7569] By: jhi                                   on 2000/11/06  00:05:30
50145         Log: Document that the evaled syntax errors cause scalar leaks.
50146      Branch: perl
50147            ! t/comp/proto.t
50148 ____________________________________________________________________________
50149 [  7568] By: jhi                                   on 2000/11/05  23:14:47
50150         Log: opmini.o can linger from Configures past.
50151      Branch: perl
50152            ! Makefile.SH
50153 ____________________________________________________________________________
50154 [  7567] By: jhi                                   on 2000/11/05  21:28:39
50155         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
50156              first argument correctly.
50157      Branch: perl
50158            ! perlio.c
50159 ____________________________________________________________________________
50160 [  7566] By: jhi                                   on 2000/11/05  21:15:56
50161         Log: Integrate perlio.
50162      Branch: perl
50163           !> perlio.c
50164 ____________________________________________________________________________
50165 [  7565] By: jhi                                   on 2000/11/05  21:15:13
50166         Log: Use -dM for gcc (the suggested patch did it only for Linux,
50167              but I think it can be generalized).
50168              
50169              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
50170              From: Pixel <pixel@mandrakesoft.com>
50171              Date: 05 Nov 2000 21:49:34 +0100 
50172              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
50173      Branch: perl
50174            ! ext/Errno/Errno_pm.PL
50175 ____________________________________________________________________________
50176 [  7564] By: nick                                  on 2000/11/05  21:09:18
50177         Log: Added a mmap layer as a "subclass" of perlio.
50178              PERLIO=mmap ./perl harness passes
50179      Branch: perlio
50180            ! perlio.c
50181 ____________________________________________________________________________
50182 [  7563] By: jhi                                   on 2000/11/05  19:48:55
50183         Log: Add a note for future generations about bug id 20000229.006.
50184      Branch: perl
50185            ! malloc.c
50186 ____________________________________________________________________________
50187 [  7562] By: jhi                                   on 2000/11/05  19:38:24
50188         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
50189      Branch: perl
50190            ! pp_ctl.c t/op/pos.t
50191 ____________________________________________________________________________
50192 [  7561] By: jhi                                   on 2000/11/05  18:21:46
50193         Log: Add =pod to be tidy.
50194      Branch: perl
50195            ! lib/Math/Complex.pm
50196 ____________________________________________________________________________
50197 [  7560] By: jhi                                   on 2000/11/05  17:38:46
50198         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
50199      Branch: perl
50200            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
50201            ! ext/Storable/Storable.xs t/lib/st-recurse.t
50202 ____________________________________________________________________________
50203 [  7559] By: jhi                                   on 2000/11/05  17:32:59
50204         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
50205              From: "Peter J. Farley III" <pjfarley@banet.net>
50206              Date: Sun, 05 Nov 2000 11:55:59 -0500
50207              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
50208      Branch: perl
50209            ! t/lib/syslog.t
50210 ____________________________________________________________________________
50211 [  7558] By: jhi                                   on 2000/11/05  17:29:19
50212         Log: Integrate perlio.
50213      Branch: perl
50214           !> perlio.c
50215 ____________________________________________________________________________
50216 [  7557] By: jhi                                   on 2000/11/05  17:22:01
50217         Log: A fix of sorts for 20000329.026, a better error message
50218              for a missing "use charnames" when using the \N{...}. 
50219      Branch: perl
50220            ! pod/perldiag.pod toke.c
50221 ____________________________________________________________________________
50222 [  7556] By: jhi                                   on 2000/11/05  16:33:50
50223         Log: Test tweak: show also the failed locales.
50224              
50225              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
50226              From: Lupe Christoph <lupe@lupe-christoph.de>         
50227              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
50228              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
50229      Branch: perl
50230            ! t/pragma/locale.t
50231 ____________________________________________________________________________
50232 [  7555] By: nick                                  on 2000/11/05  11:09:34
50233         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
50234              open RDWR so does not fail. (pragma/warnings 303 again...)
50235      Branch: perlio
50236            ! perlio.c
50237 ____________________________________________________________________________
50238 [  7554] By: nick                                  on 2000/11/05  10:10:13
50239         Log: Fix case where ungetc(f,EOF) was allowed.
50240              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
50241              so we can see similarities.
50242              Use types more carefully and a STDCHAR array in hope that this will
50243              fix Jarrko's 64bit machine.
50244      Branch: perlio
50245            ! perlio.c
50246 ____________________________________________________________________________
50247 [  7553] By: jhi                                   on 2000/11/05  01:12:16
50248         Log: Fix for
50249              
50250              Subject: [ID 20001004.007] taint propogation is inconsistent
50251              From: pimlott@idiomtech.com (Andrew Pimlott) 
50252              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
50253              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
50254              
50255              The culprit was sv_setsv() which was rather blindly
50256              propagating taint, which lead to behaviour where if
50257              a tainted anon hash value was seen all the hash values
50258              from then on at that level became tainted, or at any
50259              upper levels in the case of nested anon hashes.
50260      Branch: perl
50261            ! sv.c t/op/taint.t
50262 ____________________________________________________________________________
50263 [  7552] By: jhi                                   on 2000/11/04  23:44:18
50264         Log: Some cpps don't like splitting conditionals across several lines.
50265      Branch: perl
50266            ! perlio.c
50267 ____________________________________________________________________________
50268 [  7551] By: nick                                  on 2000/11/04  23:40:44
50269         Log: Integrate mainline
50270      Branch: perlio
50271           !> pp_hot.c t/op/taint.t
50272 ____________________________________________________________________________
50273 [  7550] By: nick                                  on 2000/11/04  23:39:05
50274         Log: Integrate mainline again
50275      Branch: perlio
50276           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
50277           !> t/lib/b.t t/op/misc.t util.c
50278 ____________________________________________________________________________
50279 [  7549] By: jhi                                   on 2000/11/04  23:14:01
50280         Log: Fix for
50281              
50282              Subject: [ID 20001004.006] undef is never tainted
50283              From: pimlott@idiomtech.com (Andrew Pimlott)
50284              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
50285              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
50286              
50287              An undef read from a slurped file was not tainted.
50288      Branch: perl
50289            ! pp_hot.c t/op/taint.t
50290 ____________________________________________________________________________
50291 [  7548] By: jhi                                   on 2000/11/04  22:56:21
50292         Log: Test tweak ($Config{useperlio} is by default undef) .
50293      Branch: perl
50294            ! t/lib/b.t
50295 ____________________________________________________________________________
50296 [  7547] By: jhi                                   on 2000/11/04  22:43:56
50297         Log: Integrate perlio.
50298      Branch: perl
50299           +> lib/perlio.pm
50300           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
50301           !> pod/perlapi.pod t/lib/b.t
50302 ____________________________________________________________________________
50303 [  7546] By: jhi                                   on 2000/11/04  22:40:59
50304         Log: Configure would use a bad $myuname from an old config.sh.
50305              
50306              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
50307              From: Andy Dougherty <doughera@lafayette.edu>
50308              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
50309              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
50310      Branch: metaconfig
50311            ! U/modified/Oldconfig.U
50312      Branch: perl
50313            ! Configure config_h.SH
50314 ____________________________________________________________________________
50315 [  7545] By: jhi                                   on 2000/11/04  22:36:54
50316         Log: Subject: Locales support (setlocale) fixes
50317              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
50318              Date: Sat, 4 Nov 2000 10:15:48 +0300 
50319              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
50320              
50321              Modified quite a bit to be more portable.
50322      Branch: perl
50323            ! embed.h embed.pl perl.h proto.h util.c
50324 ____________________________________________________________________________
50325 [  7544] By: jhi                                   on 2000/11/04  22:32:47
50326         Log: Dying is too strict here, better just skip.
50327      Branch: perl
50328            ! t/op/misc.t
50329 ____________________________________________________________________________
50330 [  7543] By: nick                                  on 2000/11/04  21:55:13
50331         Log: Merge mainline
50332      Branch: perlio
50333           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
50334           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
50335           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
50336           !> (integrate 64 files)
50337 ____________________________________________________________________________
50338 [  7542] By: jhi                                   on 2000/11/04  21:09:28
50339         Log: More Changes tweakery.
50340      Branch: perl
50341            ! Changes Porting/genlog
50342 ____________________________________________________________________________
50343 [  7541] By: jhi                                   on 2000/11/04  20:58:18
50344         Log: Changes fixups.
50345      Branch: perl
50346            ! Changes
50347 ____________________________________________________________________________
50348 [  7540] By: jhi                                   on 2000/11/04  20:42:38
50349         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
50350              create a "fast path" for locale name probing using "locale -a"
50351              if available, squash finally hopefully the s?printf resetting
50352              the numeric locale (since, IIUC perllocale, it never shouldn't). 
50353      Branch: perl
50354            ! sv.c t/op/misc.t t/pragma/locale.t
50355 ____________________________________________________________________________
50356 [  7539] By: nick                                  on 2000/11/04  19:56:10
50357         Log: PerlIO infrastructure complete.
50358      Branch: perlio
50359            + lib/perlio.pm
50360            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
50361 ____________________________________________________________________________
50362 [  7538] By: nick                                  on 2000/11/04  14:31:32
50363         Log: Type tweaks + less contorted allocation scheme
50364      Branch: perlio
50365            ! perlio.c
50366 ____________________________________________________________________________
50367 [  7537] By: nick                                  on 2000/11/04  12:40:42
50368         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
50369              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
50370              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
50371              sensible) which lead to some interesting fails.
50372      Branch: perlio
50373            ! perlio.c
50374 ____________________________________________________________________________
50375 [  7536] By: jhi                                   on 2000/11/04  00:20:02
50376         Log: Add FCNTL_CAN_LOCK.
50377              
50378              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
50379              From: Andy Dougherty <doughera@lafayette.edu>
50380              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
50381              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
50382              
50383              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
50384              From: Andy Dougherty <doughera@lafayette.edu>
50385              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
50386              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
50387      Branch: metaconfig/U/perl
50388            + d_fcntl_can_lock.U
50389            ! startperl.U
50390      Branch: perl
50391            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
50392            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
50393            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
50394            ! vos/config.ga.h win32/config.bc win32/config.gc
50395            ! win32/config.vc
50396 ____________________________________________________________________________
50397 [  7535] By: nick                                  on 2000/11/03  22:19:10
50398         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
50399              - Works on Linux with
50400              perlio + unix
50401              stdio
50402              - Works on Solaris with
50403              perlio + unix
50404              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
50405              - Fails (hangs in openpid) if you try and stack
50406              perlio + stdio - Linux stdio's read() logic is hanging.
50407      Branch: perlio
50408            ! iperlsys.h perlio.c
50409 ____________________________________________________________________________
50410 [  7534] By: jhi                                   on 2000/11/03  15:16:02
50411         Log: Subject: Re: README.aix
50412              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
50413              Date: Fri, 03 Nov 2000 16:03:15 +0100
50414              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
50415      Branch: perl
50416            ! README.aix
50417 ____________________________________________________________________________
50418 [  7533] By: jhi                                   on 2000/11/03  03:59:02
50419         Log: Subject: [PATCH 5.7.0] better messages from malloc()
50420              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
50421              Date: Wed, 1 Nov 2000 23:39:56 -0500
50422              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
50423      Branch: perl
50424            ! malloc.c pod/perldiag.pod
50425 ____________________________________________________________________________
50426 [  7532] By: jhi                                   on 2000/11/03  00:11:56
50427         Log: The #7521 touched things it shouldn't have.
50428      Branch: perl
50429            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
50430 ____________________________________________________________________________
50431 [  7531] By: jhi                                   on 2000/11/02  22:32:33
50432         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
50433              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
50434              Date:     Thu, 2 Nov 2000 16:58:36 EST
50435              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
50436      Branch: perl
50437            ! vms/gen_shrfls.pl
50438 ____________________________________________________________________________
50439 [  7530] By: jhi                                   on 2000/11/02  22:08:49
50440         Log: Fix the problem discussed in
50441              
50442              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
50443              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
50444              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
50445              
50446              originally from Linc Madison.  Also Andreas König's comments
50447              taken into account.  Some other problems with Tie::SubstrHash
50448              fixed: didn't croak when the table exceeded the requested number
50449              of entries (as documented) but instead when the number of entries
50450              exceeded the size of the table, a croak() had an unnecessary \n,
50451              didn't have a CLEAR method, documented that there is no exists().
50452              Didn't fix to be strict-proof because the module uses &foo; and
50453              dynamic scope.  Added a test script exercizing both first tamely 
50454              the basic functionality, and then the failure cases reported by
50455              Linc Madison.
50456      Branch: perl
50457            + t/lib/tie-substrhash.t
50458            ! MANIFEST lib/Tie/SubstrHash.pm
50459 ____________________________________________________________________________
50460 [  7529] By: jhi                                   on 2000/11/02  17:58:08
50461         Log: recv() can fail and return undef.
50462              
50463              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
50464              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
50465              Date: Thu, 2 Nov 2000 20:12:20 +0300
50466              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
50467      Branch: perl
50468            ! lib/Net/Ping.pm
50469 ____________________________________________________________________________
50470 [  7528] By: jhi                                   on 2000/11/02  17:49:09
50471         Log: Detpyo.
50472      Branch: perl
50473            ! pod/perlop.pod
50474 ____________________________________________________________________________
50475 [  7527] By: jhi                                   on 2000/11/02  15:48:37
50476         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
50477              fix a autovivification bug in Tie::RefHash, add tests for both.
50478              
50479              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
50480              From: Edward Avis <epa98@doc.ic.ac.uk>
50481              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
50482              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
50483      Branch: perl
50484            + t/lib/tie-refhash.t
50485            ! MANIFEST lib/Tie/RefHash.pm
50486 ____________________________________________________________________________
50487 [  7526] By: jhi                                   on 2000/11/02  13:56:26
50488         Log: Test::Harness revealed buglets in the new DynaLoader.
50489              
50490              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
50491              From: andreas.koenig@anima.de (Andreas J. Koenig)
50492              Date: 02 Nov 2000 11:26:48 +0100 
50493              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
50494      Branch: perl
50495            ! ext/DynaLoader/DynaLoader_pm.PL
50496 ____________________________________________________________________________
50497 [  7525] By: jhi                                   on 2000/11/01  23:52:08
50498         Log: The entry for #7503 was missing.
50499      Branch: perl
50500            ! Changes
50501 ____________________________________________________________________________
50502 [  7524] By: jhi                                   on 2000/11/01  23:40:52
50503         Log: Update Changes.
50504      Branch: perl
50505            ! Changes patchlevel.h
50506 ____________________________________________________________________________
50507 [  7523] By: jhi                                   on 2000/11/01  22:57:09
50508         Log: More tweaking on the #7522 theme.
50509      Branch: perl
50510            ! ext/DynaLoader/DynaLoader_pm.PL
50511 ____________________________________________________________________________
50512 [  7522] By: jhi                                   on 2000/11/01  22:06:15
50513         Log: Expand %Config variables and %ENV variables only if
50514              so requested during build time using the
50515              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
50516              Not expanding makes relocating distributions easier.
50517      Branch: perl
50518            ! ext/DynaLoader/DynaLoader_pm.PL
50519 ____________________________________________________________________________
50520 [  7521] By: jhi                                   on 2000/11/01  20:56:34
50521         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
50522              and setgid() because they were just changing $< and $( which means
50523              only changing the real uid/gid, as opposed to changing both
50524              real and effective ids.  (The alternative way could have been
50525              in POSIX.pm to change $> and $), too, but making a direct call
50526              to the C API feels cleaner.)  Fixes the bug
50527              
50528              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
50529              From: "Garry T. Williams" <garry@zvolve.com>
50530              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
50531              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
50532      Branch: perl
50533            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
50534            ! ext/POSIX/typemap pod/perlvar.pod
50535 ____________________________________________________________________________
50536 [  7520] By: jhi                                   on 2000/11/01  20:08:33
50537         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
50538              From: "Garry T. Williams" <garry@zvolve.com>
50539              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
50540              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
50541      Branch: perl
50542            ! pod/perlsec.pod
50543 ____________________________________________________________________________
50544 [  7519] By: jhi                                   on 2000/11/01  20:01:22
50545         Log: Locale warning explanation tweak.
50546      Branch: perl
50547            ! pod/perldiag.pod
50548 ____________________________________________________________________________
50549 [  7518] By: jhi                                   on 2000/11/01  18:57:13
50550         Log: C.pm part of
50551              
50552              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
50553              From: Jarkko Hietaniemi <jhi@iki.fi>
50554              Date: Tue, 10 Oct 2000 08:22:28 -0500
50555              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
50556      Branch: perl
50557            ! ext/B/B/C.pm
50558 ____________________________________________________________________________
50559 [  7517] By: jhi                                   on 2000/11/01  18:41:59
50560         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
50561              From: Martien Verbruggen <mgjv@comdyn.com.au>
50562              Date: Fri, 6 Oct 2000 14:09:10 +1100
50563              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
50564      Branch: perl
50565            ! pod/perlop.pod
50566 ____________________________________________________________________________
50567 [  7516] By: jhi                                   on 2000/11/01  18:34:55
50568         Log: Generalize the Camel wording.
50569              
50570              Subject: Re: perlfaq style changes
50571              From: John Borwick <jhborwic@unity.ncsu.edu>
50572              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
50573              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
50574      Branch: perl
50575            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
50576 ____________________________________________________________________________
50577 [  7515] By: jhi                                   on 2000/11/01  16:52:31
50578         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
50579              From: pimlott@idiomtech.com (Andrew Pimlott)
50580              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
50581              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
50582      Branch: perl
50583            ! pod/perlsec.pod
50584 ____________________________________________________________________________
50585 [  7514] By: jhi                                   on 2000/11/01  15:03:40
50586         Log: More AIX lore.
50587      Branch: perl
50588            ! ext/re/hints/aix.pl
50589 ____________________________________________________________________________
50590 [  7513] By: jhi                                   on 2000/11/01  14:48:30
50591         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
50592              From: root <root@chronos.fi.muni.cz>
50593              Date: Wed, 1 Nov 2000 12:31:32 +0100
50594              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
50595      Branch: perl
50596            ! lib/Net/Ping.pm
50597 ____________________________________________________________________________
50598 [  7512] By: jhi                                   on 2000/11/01  14:46:47
50599         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
50600              From: Martin Husemann <martin@duskware.de>
50601              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
50602              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
50603      Branch: perl
50604            ! regcomp.c
50605 ____________________________________________________________________________
50606 [  7511] By: jhi                                   on 2000/11/01  14:39:50
50607         Log: AUTHORS updates.
50608      Branch: perl
50609            ! AUTHORS
50610 ____________________________________________________________________________
50611 [  7510] By: jhi                                   on 2000/11/01  14:29:50
50612         Log: Subject: [PATCH] startperl to respect versiononly
50613              From: Robin Barker <rmb1@cise.npl.co.uk> 
50614              Date: Tue, 31 Oct 2000 16:29:36 GMT
50615              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
50616      Branch: metaconfig/U/perl
50617            ! startperl.U
50618      Branch: perl
50619            ! Configure config_h.SH
50620 ____________________________________________________________________________
50621 [  7509] By: jhi                                   on 2000/11/01  14:19:53
50622         Log: printf UVs the correct way, noticed by Robin Barker.
50623      Branch: perl
50624            ! utf8.c
50625 ____________________________________________________________________________
50626 [  7508] By: jhi                                   on 2000/11/01  14:10:03
50627         Log: Do not cleanup *% because the % has special meanings in some
50628              shell environments.
50629      Branch: perl
50630            ! ext/Storable/Makefile.PL
50631 ____________________________________________________________________________
50632 [  7507] By: jhi                                   on 2000/11/01  14:06:00
50633         Log: The NonStop-UX libraries have a novel way to say NaN.
50634      Branch: perl
50635            ! t/lib/bigfltpm.t
50636 ____________________________________________________________________________
50637 [  7506] By: jhi                                   on 2000/11/01  14:03:35
50638         Log: The osname has been lowercased by now, from Tom Bates.
50639      Branch: metaconfig
50640            ! U/modified/Oldconfig.U
50641      Branch: perl
50642            ! Configure config_h.SH
50643 ____________________________________________________________________________
50644 [  7505] By: jhi                                   on 2000/10/31  19:18:39
50645         Log: The compiler is either gcc or cc, from Tom Bates.
50646      Branch: perl
50647            ! hints/nonstopux.sh
50648 ____________________________________________________________________________
50649 [  7504] By: jhi                                   on 2000/10/31  14:53:42
50650         Log: Update Changes.
50651      Branch: perl
50652            ! Changes patchlevel.h
50653 ____________________________________________________________________________
50654 [  7503] By: jhi                                   on 2000/10/31  14:30:50
50655         Log: Whitespace style tweak.  Was originally going to see to
50656              
50657              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
50658              From: Joe Smith <jms@inwap.com>
50659              Date: Mon, 30 Oct 2000 18:47:57 -0800
50660              Message-Id: <39FE32DD.24AAC4D@inwap.com>
50661              
50662              but that had already been taken care of.
50663      Branch: metaconfig
50664            ! U/compline/d_stdstdio.U
50665      Branch: perl
50666            ! Configure config_h.SH
50667 ____________________________________________________________________________
50668 [  7502] By: jhi                                   on 2000/10/31  14:25:02
50669         Log: AUTHORS tweaks.
50670      Branch: perl
50671            ! AUTHORS
50672 ____________________________________________________________________________
50673 [  7501] By: jhi                                   on 2000/10/31  14:23:59
50674         Log: Subject: perlfaq style changes
50675              From: John Borwick <jhborwic@unity.ncsu.edu>
50676              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
50677              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
50678      Branch: perl
50679            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
50680            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
50681            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
50682            ! pod/perlfaq9.pod
50683 ____________________________________________________________________________
50684 [  7500] By: jhi                                   on 2000/10/31  14:22:15
50685         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
50686              
50687              Subject: Re: [ID 20000918.005] ~ on wide chars
50688              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
50689              Date: Mon, 30 Oct 2000 21:09:55 -0800
50690              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
50691              
50692              (The ord() part of the patch skipped.)
50693      Branch: perl
50694            ! doop.c
50695 ____________________________________________________________________________
50696 [  7499] By: jhi                                   on 2000/10/31  14:20:08
50697         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
50698              From: Jens Hamisch <jens@Strawberry.COM>
50699              Date: Mon, 30 Oct 2000 15:17:07 +0100
50700              Message-Id: <20001030151707.A9597@Strawberry.COM>
50701      Branch: perl
50702            ! av.c
50703 ____________________________________________________________________________
50704 [  7498] By: jhi                                   on 2000/10/31  14:16:29
50705         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
50706              From: Peter Prymmer <pvhp@forte.com>
50707              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
50708              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
50709      Branch: perl
50710            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
50711            + ext/Encode/Encode/posix-bc.enc
50712            ! MANIFEST t/lib/encode.t
50713 ____________________________________________________________________________
50714 [  7497] By: jhi                                   on 2000/10/31  14:13:22
50715         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
50716              From: Peter Prymmer <pvhp@forte.com>
50717              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
50718              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
50719      Branch: perl
50720            ! t/lib/cgi-html.t
50721 ____________________________________________________________________________
50722 [  7496] By: jhi                                   on 2000/10/31  14:12:05
50723         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
50724              From: Peter Prymmer <pvhp@forte.com>
50725              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
50726              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
50727      Branch: perl
50728            ! t/lib/cgi-function.t
50729 ____________________________________________________________________________
50730 [  7495] By: jhi                                   on 2000/10/31  14:11:08
50731         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
50732              From: Peter Prymmer <pvhp@forte.com>
50733              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
50734              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
50735      Branch: perl
50736            + ext/re/hints/aix.pl
50737            ! MANIFEST ext/re/Makefile.PL
50738 ____________________________________________________________________________
50739 [  7494] By: jhi                                   on 2000/10/31  14:08:32
50740         Log: Use Errno magic.
50741              
50742              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
50743              From: Casey Tweten <perl@ctweten.amsite.com>
50744              Date: Mon, 30 Oct 2000 15:51:17 -0500
50745              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
50746      Branch: perl
50747            ! lib/File/Temp.pm
50748 ____________________________________________________________________________
50749 [  7493] By: jhi                                   on 2000/10/31  14:05:07
50750         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
50751              
50752              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
50753              From: Nicholas Clark <nick@ccl4.org>
50754              Date: Mon, 30 Oct 2000 17:38:45 +0000
50755              Message-ID: <20001030173845.O60355@plum.flirble.org>
50756      Branch: perl
50757            ! Makefile.SH utils/perlbug.PL
50758 ____________________________________________________________________________
50759 [  7492] By: nick                                  on 2000/10/30  19:37:23
50760         Log: Change files which are mysteriously different to mainline to be
50761              copies of mainline.
50762      Branch: perlio
50763            ! objXSUB.h perlapi.c pod/perlapi.pod
50764 ____________________________________________________________________________
50765 [  7491] By: nick                                  on 2000/10/30  18:05:54
50766         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
50767              - typo in endian code in putc.
50768              - Don't allow read of write-only files and vice-versa
50769              - and off-by-one in flush-all loop.
50770              Remove debug calls as they were using GCC specific features.
50771      Branch: perlio
50772            ! perlio.c
50773 ____________________________________________________________________________
50774 [  7490] By: nick                                  on 2000/10/29  21:45:45
50775         Log: Integrate mainline to perlio
50776      Branch: perlio
50777           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
50778           !> toke.c
50779 ____________________________________________________________________________
50780 [  7489] By: jhi                                   on 2000/10/29  21:11:08
50781         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
50782              From: andreas.koenig@anima.de (Andreas J. Koenig)
50783              Date: 29 Oct 2000 22:05:59 +0100
50784              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
50785      Branch: perl
50786            ! lib/ExtUtils/Manifest.pm
50787 ____________________________________________________________________________
50788 [  7488] By: jhi                                   on 2000/10/29  21:07:47
50789         Log: Tests for #7487.
50790              
50791              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
50792              From: andreas.koenig@anima.de (Andreas J. Koenig)
50793              Date: 29 Oct 2000 19:37:09 +0100
50794              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
50795      Branch: perl
50796            ! t/comp/proto.t
50797 ____________________________________________________________________________
50798 [  7487] By: jhi                                   on 2000/10/29  21:06:27
50799         Log: constsub spillage.
50800              
50801              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
50802              From: John Tobey <jtobey@john-edwin-tobey.org>
50803              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
50804              Message-Id: <m13pvSr-000FObC@feynman.localnet>
50805      Branch: perl
50806            ! op.c
50807 ____________________________________________________________________________
50808 [  7486] By: nick                                  on 2000/10/29  21:05:04
50809         Log: Integrate mainline to perlio branch
50810      Branch: perlio
50811           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
50812           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
50813           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
50814           +> vos/install_perl.cm
50815            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
50816            - vos/config.h vos/config_h.SH_orig
50817           !> (integrate 141 files)
50818 ____________________________________________________________________________
50819 [  7485] By: jhi                                   on 2000/10/29  21:00:47
50820         Log: Make \x{...} consistently produce UTF-8.
50821              
50822              Subject: Re: \x{...} is confused 
50823              From: Simon Cozens <simon@cozens.net>
50824              Date: Sun, 29 Oct 2000 19:36:48 +0000
50825              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
50826      Branch: perl
50827            ! t/pragma/utf8.t toke.c
50828 ____________________________________________________________________________
50829 [  7484] By: nick                                  on 2000/10/29  20:05:29
50830         Log: PerlIO passes all tests.
50831      Branch: perlio
50832            ! perlio.c
50833 ____________________________________________________________________________
50834 [  7483] By: jhi                                   on 2000/10/29  18:06:55
50835         Log: Update Changes.
50836      Branch: perl
50837            ! Changes patchlevel.h
50838 ____________________________________________________________________________
50839 [  7482] By: nick                                  on 2000/10/29  17:43:28
50840         Log: Include <unistd.h> to get correct lseek() prototype etc.
50841              (I thought perl.h did that) - down to two fails
50842              - comp/require.t (last test)
50843              - lib/io_xs.t - possibly import/export of FILE * ?
50844      Branch: perlio
50845            ! perlio.c
50846 ____________________________________________________________________________
50847 [  7481] By: jhi                                   on 2000/10/29  17:02:37
50848         Log: UTF-8 decoder tweak.
50849      Branch: perl
50850            ! utf8.c
50851 ____________________________________________________________________________
50852 [  7480] By: nick                                  on 2000/10/29  16:26:11
50853         Log: Fixed two bugs:
50854              - error code not being set on close (of broken pipe)
50855              - append mode was truncating.
50856              At least one seek/tell bug remains.
50857      Branch: perlio
50858            ! perlio.c
50859 ____________________________________________________________________________
50860 [  7479] By: nick                                  on 2000/10/29  11:18:16
50861         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
50862              in case of accidents. Still several worrying fails, no line disciplines yet.
50863      Branch: perlio
50864            ! iperlsys.h perlio.c
50865 ____________________________________________________________________________
50866 [  7478] By: jhi                                   on 2000/10/29  02:04:01
50867         Log: Add also emailless people.
50868      Branch: perl
50869            ! AUTHORS
50870 ____________________________________________________________________________
50871 [  7477] By: jhi                                   on 2000/10/29  01:36:00
50872         Log: The #7476 needs a MANIFEST change, too.
50873      Branch: perl
50874            ! MANIFEST
50875 ____________________________________________________________________________
50876 [  7476] By: jhi                                   on 2000/10/29  01:35:21
50877         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
50878      Branch: perl
50879            - MAINTAIN
50880            ! AUTHORS Changes
50881 ____________________________________________________________________________
50882 [  7475] By: jhi                                   on 2000/10/28  23:57:25
50883         Log: De-quoted-unreadable to ISO Latin 1.
50884              (There's one ISO-2022-JP name in Changes5.004.)
50885      Branch: perl
50886            ! Changes Changes5.6
50887 ____________________________________________________________________________
50888 [  7474] By: jhi                                   on 2000/10/28  19:13:06
50889         Log: Subject: [ID 20001027.007] uniq array in perlfaq
50890              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
50891              Date: Fri, 27 Oct 2000 19:28:30 +0200
50892              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
50893      Branch: perl
50894            ! pod/perlfaq4.pod
50895 ____________________________________________________________________________
50896 [  7473] By: jhi                                   on 2000/10/28  18:02:05
50897         Log: Locking null mutexes is not recommendable.
50898              
50899              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
50900              From: Hugo <hv@crypt.compulink.co.uk>
50901              Date: Sat, 28 Oct 2000 18:41:12 +0100
50902              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
50903      Branch: perl
50904            ! op.c
50905 ____________________________________________________________________________
50906 [  7472] By: jhi                                   on 2000/10/28  17:52:58
50907         Log: Better create a true mailing list for the repository keepers.
50908      Branch: perl
50909            ! Porting/repository.pod
50910 ____________________________________________________________________________
50911 [  7471] By: jhi                                   on 2000/10/28  17:28:24
50912         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
50913              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
50914      Branch: perl
50915            + Porting/repository.pod
50916            ! MANIFEST
50917 ____________________________________________________________________________
50918 [  7470] By: jhi                                   on 2000/10/28  17:20:54
50919         Log: Subject: DOC PATCH 5.6.0
50920              From: mjd@plover.com
50921              Date: 27 Oct 2000 17:32:44 -0000
50922              Message-ID: <20001027173244.23754.qmail@plover.com>
50923      Branch: perl
50924            ! pod/perlfunc.pod
50925 ____________________________________________________________________________
50926 [  7469] By: jhi                                   on 2000/10/28  17:16:45
50927         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
50928              From: "Peter J. Farley III" <pjfarley@banet.net>
50929              Date: Fri, 27 Oct 2000 20:32:56 -0400
50930              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
50931      Branch: perl
50932            ! README.dos
50933 ____________________________________________________________________________
50934 [  7468] By: jhi                                   on 2000/10/28  17:07:18
50935         Log: Make target reordering to avoid pointless re-makes.
50936              
50937              Subject: Re: Total re-make of 'make okfile' after 7451 ?
50938              From: Nicholas Clark <nick@ccl4.org>
50939              Date: Sat, 28 Oct 2000 00:31:02 +0100
50940              Message-ID: <20001028003101.A54517@plum.flirble.org>
50941      Branch: perl
50942            ! Makefile.SH
50943 ____________________________________________________________________________
50944 [  7467] By: jhi                                   on 2000/10/28  17:05:31
50945         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
50946              From: lvirden@cas.org
50947              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
50948              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
50949      Branch: perl
50950            ! README.os2
50951 ____________________________________________________________________________
50952 [  7466] By: jhi                                   on 2000/10/28  16:09:16
50953         Log: Upgrade to CPAN 1.58_55.
50954              
50955              Subject: CPAN.pm status
50956              From: andreas.koenig@anima.de (Andreas J. Koenig) 
50957              Date: 28 Oct 2000 08:18:00 +0200 
50958              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
50959      Branch: perl
50960            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
50961 ____________________________________________________________________________
50962 [  7465] By: jhi                                   on 2000/10/28  16:02:47
50963         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
50964      Branch: perl
50965            ! embed.h embed.pl perl.h proto.h toke.c
50966 ____________________________________________________________________________
50967 [  7464] By: nick                                  on 2000/10/28  10:43:44
50968         Log: Fix for sv_2iv() on "shared" value from keys %hash.
50969      Branch: perl
50970            ! sv.c
50971 ____________________________________________________________________________
50972 [  7463] By: jhi                                   on 2000/10/27  16:18:29
50973         Log: Update Changes.
50974      Branch: perl
50975            ! Changes patchlevel.h
50976 ____________________________________________________________________________
50977 [  7462] By: jhi                                   on 2000/10/27  16:17:44
50978         Log: Too enthusiastic editing in #7460.
50979      Branch: metaconfig
50980            ! U/modified/Oldsym.U
50981      Branch: perl
50982            ! Configure config_h.SH
50983 ____________________________________________________________________________
50984 [  7461] By: jhi                                   on 2000/10/27  15:37:38
50985         Log: Retract #7459, the script needs more work.
50986      Branch: perl
50987            - mkreef
50988            ! MANIFEST
50989 ____________________________________________________________________________
50990 [  7460] By: jhi                                   on 2000/10/27  15:23:14
50991         Log: Use $sort, $uniq (and $tr) consistently as wondered
50992              by Nicholas Clark.
50993      Branch: metaconfig
50994            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
50995            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
50996            ! U/modified/libc.U
50997      Branch: perl
50998            ! Configure config_h.SH
50999 ____________________________________________________________________________
51000 [  7459] By: jhi                                   on 2000/10/27  15:02:07
51001         Log: (Retracted by #7461)
51002              
51003              Add a shell script for creating/removing symbolic link farms,
51004              useful for keeping the source code read-only and doing the
51005              builds somewhere else.
51006      Branch: perl
51007            + mkreef
51008            ! MANIFEST
51009 ____________________________________________________________________________
51010 [  7458] By: jhi                                   on 2000/10/27  14:42:20
51011         Log: Do away with the fix_pl.
51012      Branch: perl
51013            - fix_pl
51014            ! MANIFEST Makefile.SH
51015 ____________________________________________________________________________
51016 [  7457] By: jhi                                   on 2000/10/27  12:43:13
51017         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
51018              From: Jens Hamisch <jens@Strawberry.COM>
51019              Date: Fri, 27 Oct 2000 14:38:21 +0200
51020              Message-Id: <20001027143821.B3366@Strawberry.COM>
51021      Branch: perl
51022            ! perl.h
51023 ____________________________________________________________________________
51024 [  7456] By: jhi                                   on 2000/10/27  12:33:42
51025         Log: Subject: [PATCH] todo
51026              From: Nicholas Clark <nick@ccl4.org>
51027              Date: Thu, 26 Oct 2000 22:32:29 +0100
51028              Message-ID: <20001026223229.A44540@plum.flirble.org>
51029      Branch: perl
51030            ! pod/perltodo.pod
51031 ____________________________________________________________________________
51032 [  7455] By: jhi                                   on 2000/10/27  12:02:21
51033         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
51034              From: John Tobey <jtobey@john-edwin-tobey.org>
51035              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
51036              Message-Id: <m13ozHF-000FObC@feynman.localnet>
51037      Branch: perl
51038            ! op.c t/pragma/sub_lval.t
51039 ____________________________________________________________________________
51040 [  7454] By: jhi                                   on 2000/10/27  11:59:42
51041         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
51042              From: sthoenna@efn.org
51043              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
51044              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
51045      Branch: perl
51046            ! pp.c t/op/assignwarn.t
51047 ____________________________________________________________________________
51048 [  7453] By: jhi                                   on 2000/10/27  00:15:08
51049         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
51050      Branch: perl
51051            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
51052            ! ext/Storable/Storable.xs t/lib/st-lock.t
51053 ____________________________________________________________________________
51054 [  7452] By: jhi                                   on 2000/10/26  13:05:52
51055         Log: Undo #7451, this seems to be a deficiency in Perforce,
51056              there is no per-file line-terminator type, only per-client.
51057      Branch: perl
51058            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
51059            ! win32/makefile.mk
51060 ____________________________________________________________________________
51061 [  7451] By: jhi                                   on 2000/10/26  04:56:03
51062         Log: Experimenting in DOS arcana.
51063      Branch: perl
51064            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
51065            ! win32/makefile.mk
51066 ____________________________________________________________________________
51067 [  7450] By: jhi                                   on 2000/10/26  04:50:52
51068         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
51069              From: "Peter J. Farley III" <pjfarley@banet.net>            
51070              Date: Wed, 25 Oct 2000 23:10:18 -0400
51071              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
51072      Branch: perl
51073            ! t/io/open.t
51074 ____________________________________________________________________________
51075 [  7449] By: jhi                                   on 2000/10/26  04:49:16
51076         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
51077              From: Hugo <hv@crypt.compulink.co.uk>
51078              Date: Thu, 26 Oct 2000 01:55:17 +0100
51079              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
51080              
51081              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
51082      Branch: perl
51083            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
51084 ____________________________________________________________________________
51085 [  7448] By: jhi                                   on 2000/10/26  04:38:36
51086         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
51087              From: Peter Prymmer <pvhp@forte.com>
51088              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
51089              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
51090      Branch: perl
51091            ! configure.com
51092 ____________________________________________________________________________
51093 [  7447] By: jhi                                   on 2000/10/25  23:20:02
51094         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
51095              in platforms that strictly require all the symbols being present
51096              at link time.
51097      Branch: perl
51098            ! handy.h
51099 ____________________________________________________________________________
51100 [  7446] By: jhi                                   on 2000/10/25  21:55:57
51101         Log: Update Changes.
51102      Branch: perl
51103            ! Changes patchlevel.h
51104 ____________________________________________________________________________
51105 [  7445] By: jhi                                   on 2000/10/25  21:27:08
51106         Log: Integrate with vmsperl #7430 by Charles Bailey:
51107              
51108              Cleanup from prior patch (Charles Lane?):
51109              - improve handling of MFDs in Basename and Path
51110              - default to no xsubpp line # munging when building debug images
51111      Branch: perl
51112           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
51113 ____________________________________________________________________________
51114 [  7444] By: jhi                                   on 2000/10/25  21:03:50
51115         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
51116              From: John Peacock <JPeacock@UnivPress.com>
51117              Date: Thu, 18 May 2000 11:55:27 -0400
51118              Message-ID: <3924126F.A58BE57A@UnivPress.com>
51119      Branch: perl
51120            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
51121            ! t/op/write.t
51122 ____________________________________________________________________________
51123 [  7443] By: jhi                                   on 2000/10/25  20:43:10
51124         Log: Temporary stopgap for the self-tying issue: for now only
51125              array and hash self-ties are verboten.  The real fix, of
51126              course, would be to comprehensively test (and implement?)
51127              and debug (and document) self-ties.
51128      Branch: perl
51129            ! pod/perldiag.pod pp_sys.c t/op/tie.t
51130 ____________________________________________________________________________
51131 [  7442] By: jhi                                   on 2000/10/25  20:14:30
51132         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
51133              From: Dan Sugalski <dan@sidhe.org>
51134              Date: Wed, 25 Oct 2000 13:36:35 -0400
51135              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
51136              
51137              plus regen global.sym.
51138      Branch: perl
51139            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
51140            ! thrdvar.h util.c
51141 ____________________________________________________________________________
51142 [  7441] By: jhi                                   on 2000/10/25  20:12:20
51143         Log: buildtoc target tweaks.
51144      Branch: perl
51145            ! pod/Makefile.SH
51146 ____________________________________________________________________________
51147 [  7440] By: jhi                                   on 2000/10/25  20:03:53
51148         Log: A new version of making the syslog test more robust.
51149              (Replaces #7421.)
51150              
51151              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
51152              From: "Kurt D. Starsinic" <kstar@chapin.edu>
51153              Date: Wed, 25 Oct 2000 12:13:54 -0400
51154              Message-ID: <20001025121354.B2264@O2.chapin.edu>
51155      Branch: perl
51156            ! t/lib/syslog.t
51157 ____________________________________________________________________________
51158 [  7439] By: jhi                                   on 2000/10/25  20:00:48
51159         Log: Continue the internal UTF-8 API tweaking.
51160              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
51161              used much more than the simpler API, now called utf8_to_uv_simple().
51162              Still not quite happy with API, too much partial duplication
51163              of functionality.
51164      Branch: perl
51165            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
51166            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
51167            ! regcomp.c regexec.c sv.c toke.c utf8.c
51168 ____________________________________________________________________________
51169 [  7438] By: jhi                                   on 2000/10/25  18:52:30
51170         Log: Allow poking holes at the UTF-8 decoding strictness.
51171      Branch: perl
51172            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
51173            ! utf8.h
51174 ____________________________________________________________________________
51175 [  7437] By: jhi                                   on 2000/10/25  13:53:05
51176         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
51177              UTF8LEN() and UTF8SKIP(). 
51178      Branch: perl
51179            ! pp.c utf8.c utf8.h
51180 ____________________________________________________________________________
51181 [  7436] By: jhi                                   on 2000/10/25  13:51:37
51182         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
51183              From: Nicholas Clark <nick@ccl4.org>
51184              Date: Wed, 25 Oct 2000 14:44:05 +0100
51185              Message-ID: <20001025144404.D27253@plum.flirble.org>
51186      Branch: perl
51187            ! pod/perlrun.pod
51188 ____________________________________________________________________________
51189 [  7435] By: jhi                                   on 2000/10/25  13:49:32
51190         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
51191              From: Mike Guy <mjtg@cam.ac.uk>
51192              Date: Tue, 24 Oct 2000 14:59:40 +0100
51193              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
51194      Branch: perl
51195            ! scope.c
51196 ____________________________________________________________________________
51197 [  7434] By: jhi                                   on 2000/10/25  13:48:41
51198         Log: AIX is picky about its symbol exports.  Solution for now
51199              is to include the deb.o explicitly to the re extension build.
51200              
51201              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
51202              From: Peter Prymmer <pvhp@forte.com>
51203              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
51204              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
51205      Branch: perl
51206            ! ext/re/Makefile.PL hints/aix.sh
51207 ____________________________________________________________________________
51208 [  7433] By: jhi                                   on 2000/10/25  13:46:49
51209         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
51210              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
51211              Date: Wed, 25 Oct 2000 12:02:20 +0200
51212              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
51213      Branch: perl
51214            ! perlsdio.h
51215 ____________________________________________________________________________
51216 [  7432] By: jhi                                   on 2000/10/25  13:44:28
51217         Log: Subject: Minor update to find2perl, for portability
51218              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
51219              Date: Wed, 25 Oct 2000 12:05:47 +0100
51220              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
51221      Branch: perl
51222            ! x2p/find2perl.PL
51223 ____________________________________________________________________________
51224 [  7431] By: jhi                                   on 2000/10/25  13:40:39
51225         Log: Add targets to Makefile.SH, most importantly
51226              'regen_all' which also remembers to update vms/perly*.
51227      Branch: perl
51228            ! Makefile.SH
51229 ____________________________________________________________________________
51230 [  7430] By: bailey                                on 2000/10/25  03:13:53
51231         Log: Cleanup from prior patch (Charles Lane?):
51232              - improve handling of MFDs in Basename and Path
51233              - default to no xsubpp line # munging when building debug images
51234      Branch: vmsperl
51235            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
51236 ____________________________________________________________________________
51237 [  7429] By: jhi                                   on 2000/10/24  20:03:40
51238         Log: Podify README.epoc and README.vos.
51239      Branch: perl
51240            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
51241            ! pod/perlport.pod pod/perltoc.pod
51242 ____________________________________________________________________________
51243 [  7428] By: jhi                                   on 2000/10/24  19:10:33
51244         Log: Stratus VOS updates from Paul Green.
51245      Branch: perl
51246            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
51247            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
51248            - vos/config.def vos/config.h vos/config_h.SH_orig
51249            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
51250            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
51251 ____________________________________________________________________________
51252 [  7427] By: jhi                                   on 2000/10/24  18:59:48
51253         Log: Check if stdio supports tweaking lval and cnt simultaneously.
51254              
51255              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
51256              From: Nicholas Clark <nick@ccl4.org>
51257              Date: Mon, 23 Oct 2000 15:39:32 +0100
51258              Message-ID: <20001023153932.A10786@plum.flirble.org>
51259      Branch: metaconfig
51260            ! U/compline/d_stdstdio.U
51261      Branch: perl
51262            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
51263            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
51264            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
51265            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
51266            ! vos/config.h vos/config_h.SH_orig win32/config.bc
51267            ! win32/config.gc win32/config.vc
51268 ____________________________________________________________________________
51269 [  7426] By: jhi                                   on 2000/10/24  17:57:44
51270         Log: Missed the header file changes from #7425.
51271      Branch: perl
51272            ! embed.h embed.pl objXSUB.h proto.h
51273 ____________________________________________________________________________
51274 [  7425] By: jhi                                   on 2000/10/24  17:55:17
51275         Log: Fix the bug reported in
51276              
51277              From: andreas.koenig@anima.de (Andreas J. Koenig)
51278              Subject: Encode bug?
51279              Date: 24 Oct 2000 14:01:26 +0200 
51280              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
51281              
51282              Also make is_utf8_char() stricter.
51283      Branch: perl
51284            ! ext/Encode/Encode.xs utf8.c
51285 ____________________________________________________________________________
51286 [  7424] By: jhi                                   on 2000/10/24  15:15:39
51287         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
51288              From: Peter Scott <Peter@PSDT.com>
51289              Date: Mon, 23 Oct 2000 19:46:01 -0700
51290              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
51291      Branch: perl
51292            ! pod/perlfaq5.pod
51293 ____________________________________________________________________________
51294 [  7423] By: jhi                                   on 2000/10/24  14:25:30
51295         Log: Test tweak to avoid pulling in the whole Config.
51296      Branch: perl
51297            ! t/lib/st-lock.t
51298 ____________________________________________________________________________
51299 [  7422] By: jhi                                   on 2000/10/24  14:03:16
51300         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
51301      Branch: perl
51302            ! pp.c
51303 ____________________________________________________________________________
51304 [  7421] By: jhi                                   on 2000/10/24  13:32:09
51305         Log: (Replaced by #7440.)
51306              
51307              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
51308              From: "Kurt D. Starsinic" <kstar@chapin.edu>
51309              Date: Mon, 23 Oct 2000 16:40:54 -0400
51310              Message-ID: <20001023164054.B14491@O2.chapin.edu>
51311      Branch: perl
51312            ! t/lib/syslog.t
51313 ____________________________________________________________________________
51314 [  7420] By: jhi                                   on 2000/10/24  13:30:53
51315         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
51316              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
51317              Date: Mon, 23 Oct 2000 17:29:03 -0400
51318              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
51319      Branch: perl
51320            ! lib/ExtUtils/MM_Unix.pm
51321 ____________________________________________________________________________
51322 [  7419] By: jhi                                   on 2000/10/24  13:29:57
51323         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
51324              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
51325              Date: Mon, 23 Oct 2000 19:01:32 -0400
51326              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
51327      Branch: perl
51328            ! utils/h2xs.PL
51329 ____________________________________________________________________________
51330 [  7418] By: jhi                                   on 2000/10/24  13:26:04
51331         Log: Replace #7409 with
51332              
51333              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
51334              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
51335              Date: Mon, 23 Oct 2000 20:08:56 +0200
51336              Message-ID: <20001023200855.A14850@nice.ram.loc>
51337      Branch: perl
51338            ! ext/Storable/Storable.pm t/lib/st-lock.t
51339 ____________________________________________________________________________
51340 [  7417] By: jhi                                   on 2000/10/24  13:17:52
51341         Log: Run vms/vms_yfix.pl, should have done that after changing
51342              perly.c in #7382.
51343      Branch: perl
51344            ! vms/perly_c.vms vms/perly_h.vms
51345 ____________________________________________________________________________
51346 [  7416] By: jhi                                   on 2000/10/24  02:55:33
51347         Log: Make the UTF-8 decoding stricter and more verbose when
51348              malformation happens.  This involved adding an argument
51349              to utf8_to_uv_chk(), which involved changing its prototype,
51350              and prefer STRLEN over I32 for the UTF-8 length, which as
51351              a domino effect necessitated changing the prototypes of
51352              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
51353              The stricter UTF-8 decoding checking uses Markus Kuhn's
51354              UTF-8 Decode Stress Tester from
51355              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
51356      Branch: perl
51357            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
51358            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
51359            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
51360            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
51361 ____________________________________________________________________________
51362 [  7415] By: jhi                                   on 2000/10/23  14:06:06
51363         Log: Update Changes.
51364      Branch: perl
51365            ! Changes patchlevel.h
51366 ____________________________________________________________________________
51367 [  7414] By: jhi                                   on 2000/10/23  12:39:52
51368         Log: Undo the basename() part of #7412 since the lib/basename
51369              tests would need upgrading too.
51370      Branch: perl
51371            ! lib/File/Basename.pm
51372 ____________________________________________________________________________
51373 [  7413] By: jhi                                   on 2000/10/23  12:19:27
51374         Log: Document PERL_INSTALL_ROOT of #7210.
51375      Branch: perl
51376            ! lib/ExtUtils/Install.pm
51377 ____________________________________________________________________________
51378 [  7412] By: jhi                                   on 2000/10/23  12:16:47
51379         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
51380      Branch: perl
51381            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
51382            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
51383 ____________________________________________________________________________
51384 [  7411] By: jhi                                   on 2000/10/23  12:07:41
51385         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
51386              From: Prymmer/Kahn <pvhp@best.com>
51387              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
51388              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
51389      Branch: perl
51390            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
51391 ____________________________________________________________________________
51392 [  7410] By: jhi                                   on 2000/10/23  04:10:11
51393         Log: The change #7187 was not so good on VMS.
51394              
51395              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
51396              From: "Craig A. Berry" <craig.berry@psinetcs.com>
51397              Date: Sun, 22 Oct 2000 23:03:08 -0500
51398              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
51399      Branch: perl
51400            ! utils/perldoc.PL
51401 ____________________________________________________________________________
51402 [  7409] By: jhi                                   on 2000/10/23  03:57:36
51403         Log: Avoid Storable locking on DJGPP for now.
51404              
51405              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
51406              From: "Peter J. Farley III" <pjfarley@banet.net>
51407              Date: Sun, 22 Oct 2000 20:00:00 -0400
51408              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
51409      Branch: perl
51410            ! ext/Storable/Storable.pm t/lib/st-lock.t
51411 ____________________________________________________________________________
51412 [  7408] By: jhi                                   on 2000/10/23  03:50:24
51413         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
51414              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
51415              Date: Sun, 22 Oct 2000 21:12:22 -0400
51416              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
51417      Branch: perl
51418            ! lib/vars.pm
51419 ____________________________________________________________________________
51420 [  7407] By: jhi                                   on 2000/10/23  03:43:12
51421         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
51422              From: Hugo <hv@crypt.compulink.co.uk>
51423              Date: Mon, 23 Oct 2000 00:47:22 +0100
51424              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
51425      Branch: perl
51426            ! regexec.c t/op/pat.t
51427 ____________________________________________________________________________
51428 [  7406] By: jhi                                   on 2000/10/23  03:40:29
51429         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
51430      Branch: perl
51431            ! lib/ExtUtils/MakeMaker.pm
51432 ____________________________________________________________________________
51433 [  7405] By: jhi                                   on 2000/10/22  21:32:00
51434         Log: Doc patch.
51435              
51436              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
51437              From: rspier@pobox.com (Robert Spier)
51438              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
51439              Message-ID: <14835.16112.13457.447971@rls.cx>
51440      Branch: perl
51441            ! lib/strict.pm
51442 ____________________________________________________________________________
51443 [  7404] By: jhi                                   on 2000/10/22  21:30:51
51444         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
51445              From: rspier@pobox.com (Robert Spier)
51446              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
51447              Message-ID: <14835.17223.72448.705566@rls.cx>
51448      Branch: perl
51449            ! lib/ExtUtils/MakeMaker.pm
51450 ____________________________________________________________________________
51451 [  7403] By: jhi                                   on 2000/10/22  21:24:11
51452         Log: Subject: [PATCH bleadperl] ripples from constsub patch
51453              From: John Tobey <jtobey@john-edwin-tobey.org>
51454              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
51455              Message-Id: <m13nSOB-000FObC@feynman.localnet>
51456      Branch: perl
51457            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
51458 ____________________________________________________________________________
51459 [  7402] By: jhi                                   on 2000/10/22  20:59:35
51460         Log: Support s?printf parameter reordering.
51461      Branch: perl
51462            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
51463 ____________________________________________________________________________
51464 [  7401] By: jhi                                   on 2000/10/22  19:19:14
51465         Log: Expand %Config variables only if explicitly so requested
51466              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
51467              
51468              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
51469              From: Gurusamy Sarathy <gsar@ActiveState.com>
51470              Date: Sun, 22 Oct 2000 11:47:32 -0700
51471              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
51472      Branch: perl
51473            ! Makefile.SH lib/lib_pm.PL
51474 ____________________________________________________________________________
51475 [  7400] By: jhi                                   on 2000/10/22  18:24:10
51476         Log: Move the #7390 test from warn/op to comp/redef.
51477              
51478              Subject: Re: Creating const subs for constants.
51479              From: John Tobey <jtobey@john-edwin-tobey.org>
51480              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
51481              Message-Id: <m13nG72-000FObC@feynman.localnet>               
51482      Branch: perl
51483            ! t/comp/redef.t t/pragma/warn/op
51484 ____________________________________________________________________________
51485 [  7399] By: jhi                                   on 2000/10/22  17:49:59
51486         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
51487              From: Nicholas Clark <nick@ccl4.org>
51488              Date: Sat, 21 Oct 2000 22:23:19 +0100
51489              Message-ID: <20001021222319.B45586@plum.flirble.org>
51490      Branch: perl
51491            ! ext/DynaLoader/DynaLoader_pm.PL
51492 ____________________________________________________________________________
51493 [  7398] By: jhi                                   on 2000/10/22  17:47:35
51494         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
51495              From: Hugo <hv@crypt.compulink.co.uk>
51496              Date: Sat, 21 Oct 2000 18:19:59 +0100
51497              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
51498      Branch: perl
51499            ! ext/B/B.pm ext/B/B/C.pm
51500 ____________________________________________________________________________
51501 [  7397] By: jhi                                   on 2000/10/22  17:35:18
51502         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
51503              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
51504              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
51505              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
51506      Branch: perl
51507            ! hints/openbsd.sh
51508 ____________________________________________________________________________
51509 [  7396] By: jhi                                   on 2000/10/22  17:19:46
51510         Log: Subject: installman go-faster stripes
51511              From: Nicholas Clark <nick@talking.bollo.cx>
51512              Date: Sat, 21 Oct 2000 17:24:53 +0100
51513              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
51514              
51515              Subject: Re: installman go-faster stripes
51516              From: Russ Allbery <rra@stanford.edu>
51517              Date: 21 Oct 2000 11:04:13 -0700
51518              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
51519      Branch: perl
51520            ! installman pod/pod2man.PL
51521 ____________________________________________________________________________
51522 [  7395] By: jhi                                   on 2000/10/22  17:17:35
51523         Log: Hints tweak from Anton Berezin.
51524      Branch: perl
51525            ! hints/freebsd.sh
51526 ____________________________________________________________________________
51527 [  7394] By: jhi                                   on 2000/10/22  04:50:04
51528         Log: Tweak the Is* definitions of Unicode character classes
51529              to better match the official categorizations; embrace
51530              the official categorizations; add the combining marks
51531              as alpha (and -numeric); fix DCinital (a typo and edito)
51532              to be DCmedial.
51533      Branch: perl
51534            + lib/unicode/Is/DCmedial.pl
51535            - lib/unicode/Is/DCinital.pl
51536            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
51537            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
51538            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
51539            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
51540 ____________________________________________________________________________
51541 [  7393] By: jhi                                   on 2000/10/21  18:06:05
51542         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
51543              From: Daniel Chetlin <daniel@chetlin.com>
51544              Date: Sat, 21 Oct 2000 02:57:03 -0700
51545              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
51546      Branch: perl
51547            + t/lib/tie-splice.t
51548            ! MANIFEST lib/Tie/Array.pm
51549 ____________________________________________________________________________
51550 [  7392] By: gsar                                  on 2000/10/21  18:05:15
51551         Log: resync utfperl branch with mainline
51552      Branch: utfperl
51553           !> (integrate 1760 files)
51554 ____________________________________________________________________________
51555 [  7391] By: jhi                                   on 2000/10/21  14:37:49
51556         Log: Testcases for a #7383,#7385 related bug.
51557              
51558              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
51559              From: Nicholas Clark <nick@ccl4.org>
51560              Date: Sat, 21 Oct 2000 15:04:51 +0100
51561              Message-ID: <20001021150451.A51566@plum.flirble.org>
51562      Branch: perl
51563            ! t/pragma/utf8.t
51564 ____________________________________________________________________________
51565 [  7390] By: jhi                                   on 2000/10/21  14:35:57
51566         Log: Add a testcase for #7389.
51567      Branch: perl
51568            ! t/pragma/warn/op
51569 ____________________________________________________________________________
51570 [  7389] By: jhi                                   on 2000/10/21  14:26:45
51571         Log: Subject: Re: Creating const subs for constants.
51572              From: John Tobey <jtobey@john-edwin-tobey.org>
51573              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
51574              Message-Id: <m13mo0N-000FObC@feynman.localnet>
51575      Branch: perl
51576            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
51577            ! proto.h sv.c
51578 ____________________________________________________________________________
51579 [  7388] By: nick                                  on 2000/10/21  11:44:23
51580         Log: Populate perlio branch
51581      Branch: perlio
51582           +> (branch 1760 files)
51583 ____________________________________________________________________________
51584 [  7387] By: nick                                  on 2000/10/21  10:52:05
51585         Log: Get branch back as replica of mainline via :
51586              p4 integrate -b utfperl
51587              p4 resolve -at ./...
51588      Branch: utfperl
51589           +> (branch 269 files)
51590            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
51591            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
51592            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
51593            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
51594            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
51595            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
51596            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
51597            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
51598            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
51599            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
51600            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
51601            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
51602            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
51603            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
51604            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
51605            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
51606            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
51607            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
51608            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
51609            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
51610            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
51611            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
51612            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
51613            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
51614            - lib/unicode/UCD300.html lib/unicode/Unicode.300
51615            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
51616            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
51617            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
51618            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
51619           !> (integrate 965 files)
51620 ____________________________________________________________________________
51621 [  7386] By: jhi                                   on 2000/10/21  01:31:12
51622         Log: Update Changes.
51623      Branch: perl
51624            ! Changes patchlevel.h
51625 ____________________________________________________________________________
51626 [  7385] By: jhi                                   on 2000/10/21  01:28:42
51627         Log: The #7383 was right only in the context of the original bug report,
51628              not in more general case.
51629      Branch: perl
51630            ! pp_hot.c
51631 ____________________________________________________________________________
51632 [  7384] By: jhi                                   on 2000/10/21  01:08:23
51633         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
51634      Branch: perl
51635            ! ext/IO/lib/IO/Select.pm
51636 ____________________________________________________________________________
51637 [  7383] By: jhi                                   on 2000/10/21  00:44:18
51638         Log: Fix for ID 20001020.006, concatenating an unset submatch
51639              with utf8 resulted in "Modification of a read-only value".
51640      Branch: perl
51641            ! pp_hot.c t/pragma/utf8.t
51642 ____________________________________________________________________________
51643 [  7382] By: jhi                                   on 2000/10/20  20:44:31
51644         Log: Make scan_num() reëntrant, as suggested in
51645              
51646              Subject: [PATCH perl@7229] Rentrant parser and yylex()
51647              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
51648              Date: Fri, 20 Oct 2000 14:17:27 +0100
51649              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
51650      Branch: perl
51651            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
51652            ! toke.c
51653 ____________________________________________________________________________
51654 [  7381] By: jhi                                   on 2000/10/20  20:07:29
51655         Log: Reëntrancy fix.
51656              
51657              Subject: [PATCH perl@7229] Rentrant parser and yylex()
51658              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
51659              Date: Fri, 20 Oct 2000 14:17:27 +0100
51660              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
51661      Branch: perl
51662            ! embed.h embed.pl perl.h proto.h toke.c
51663 ____________________________________________________________________________
51664 [  7380] By: jhi                                   on 2000/10/20  19:15:54
51665         Log: Don't write double values through long double pointers,
51666              based on a part of
51667              
51668              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
51669              From: Jens Hamisch <jens@Strawberry.COM>
51670              Date: Tue, 17 Oct 2000 08:39:36 +0200
51671              Message-Id: <20001017083936.A11104@Strawberry.COM>
51672      Branch: perl
51673            ! perl.h pp.c
51674 ____________________________________________________________________________
51675 [  7379] By: jhi                                   on 2000/10/20  18:43:37
51676         Log: Portability tweak on #7377.
51677              
51678              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
51679              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
51680              Date:     Fri, 20 Oct 2000 13:13:41 EDT
51681              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
51682      Branch: perl
51683            ! t/lib/dprof.t
51684 ____________________________________________________________________________
51685 [  7378] By: jhi                                   on 2000/10/20  12:57:19
51686         Log: SOCKS function redefinitions need prototypes, too, otherwise
51687              for example 32 bit versus 64 bit differences cause a lot of
51688              problems.  Part of
51689              
51690              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
51691              From: Jens Hamisch <jens@Strawberry.COM>
51692              Date: Tue, 17 Oct 2000 08:39:36 +0200
51693              Message-Id: <20001017083936.A11104@Strawberry.COM>
51694      Branch: perl
51695            ! doio.c pp_sys.c
51696 ____________________________________________________________________________
51697 [  7377] By: jhi                                   on 2000/10/20  12:37:12
51698         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
51699              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
51700              Date:     Fri, 20 Oct 2000 08:26:04 EDT
51701              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
51702      Branch: perl
51703            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
51704 ____________________________________________________________________________
51705 [  7376] By: jhi                                   on 2000/10/20  12:35:31
51706         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
51707              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
51708              Date:     Fri, 20 Oct 2000 07:48:15 EDT
51709              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
51710      Branch: perl
51711            ! configure.com vms/gen_shrfls.pl
51712 ____________________________________________________________________________
51713 [  7375] By: bailey                                on 2000/10/20  04:44:37
51714         Log: SYN SYN
51715      Branch: vmsperl
51716           +> (branch 134 files)
51717            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
51718            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
51719            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
51720            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
51721            - eg/cgi/frameset.cgi eg/cgi/index.html
51722            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
51723            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
51724            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
51725            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
51726            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
51727            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
51728            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
51729            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
51730            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
51731            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
51732            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
51733            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
51734            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
51735            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
51736            - lib/unicode/Props.txt lib/unicode/UCD300.html
51737            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
51738            - utils/perlbc.PL vms/subconfigure.com
51739           !> (integrate 785 files)
51740 ____________________________________________________________________________
51741 [  7374] By: jhi                                   on 2000/10/20  00:59:48
51742         Log: In the latest compiler builds cccdlflags must not become -fpic,
51743              from Wilfredo Sánchez.
51744      Branch: perl
51745            ! hints/darwin.sh
51746 ____________________________________________________________________________
51747 [  7373] By: jhi                                   on 2000/10/20  00:56:35
51748         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
51749              From: Tony Cook <tony@develop-help.com>
51750              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
51751              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
51752      Branch: perl
51753            ! pod/perlop.pod
51754 ____________________________________________________________________________
51755 [  7372] By: jhi                                   on 2000/10/19  19:34:40
51756         Log: Typo noted by Mark Lutz.
51757      Branch: perl
51758            ! t/op/64bitint.t
51759 ____________________________________________________________________________
51760 [  7371] By: jhi                                   on 2000/10/19  19:33:13
51761         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
51762      Branch: metaconfig
51763            ! U/modified/Cppsym.U U/modified/Oldconfig.U
51764      Branch: metaconfig/U/perl
51765            ! End.U dlsrc.U libperl.U
51766      Branch: perl
51767            + hints/nonstopux.sh
51768            ! Configure MANIFEST config_h.SH
51769 ____________________________________________________________________________
51770 [  7370] By: jhi                                   on 2000/10/19  17:18:08
51771         Log: Subject: PATCH do_print has 2 PerlIO_error()s
51772              From: nick@ccl4.org
51773              Date: Thu, 19 Oct 2000 18:09:20 +0100
51774              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
51775      Branch: perl
51776            ! doio.c
51777 ____________________________________________________________________________
51778 [  7369] By: jhi                                   on 2000/10/19  14:01:49
51779         Log: Update Changes.
51780      Branch: perl
51781            ! Changes patchlevel.h
51782 ____________________________________________________________________________
51783 [  7368] By: jhi                                   on 2000/10/19  13:04:29
51784         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
51785              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
51786              Date: Wed, 18 Oct 2000 13:12:01 +0200
51787              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
51788      Branch: perl
51789            ! hints/aix.sh
51790 ____________________________________________________________________________
51791 [  7367] By: jhi                                   on 2000/10/19  02:22:40
51792         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
51793              of a 'pmshort' anywhere in the B, so the offending line was simply
51794              removed.
51795      Branch: perl
51796            ! ext/B/B/Debug.pm
51797 ____________________________________________________________________________
51798 [  7366] By: jhi                                   on 2000/10/19  02:12:37
51799         Log: Add the test case for the bug id 20000730.004 which seems
51800              to have been fixed by now.
51801      Branch: perl
51802            ! t/pragma/utf8.t
51803 ____________________________________________________________________________
51804 [  7365] By: jhi                                   on 2000/10/18  23:36:24
51805         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
51806              From: Hugo <hv@crypt.compulink.co.uk>
51807              Date: Wed, 18 Oct 2000 23:25:58 +0100
51808              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
51809      Branch: perl
51810            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
51811 ____________________________________________________________________________
51812 [  7364] By: jhi                                   on 2000/10/18  21:12:53
51813         Log: (retracted)
51814      Branch: perl
51815            ! pp.c
51816 ____________________________________________________________________________
51817 [  7363] By: jhi                                   on 2000/10/18  20:55:38
51818         Log: Missing change from #7362.
51819      Branch: perl
51820            ! win32/perlhost.h
51821 ____________________________________________________________________________
51822 [  7362] By: jhi                                   on 2000/10/18  20:52:01
51823         Log: Borland C fstat() never saw the fd as writable.
51824              
51825              Subject: fix for Borland's weak "stat" (perl@7211)
51826              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
51827              Date: Mon, 16 Oct 2000 09:55:03 +0400
51828              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
51829      Branch: perl
51830            ! win32/win32.c
51831 ____________________________________________________________________________
51832 [  7361] By: jhi                                   on 2000/10/18  17:43:50
51833         Log: Regen toc.
51834      Branch: perl
51835            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
51836 ____________________________________________________________________________
51837 [  7360] By: jhi                                   on 2000/10/18  17:07:44
51838         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
51839              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
51840              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
51841              Date: Mon, 16 Oct 2000 15:19:49 +0200
51842      Branch: perl
51843            + README.aix
51844            ! MANIFEST
51845 ____________________________________________________________________________
51846 [  7359] By: jhi                                   on 2000/10/18  17:04:49
51847         Log: Subject: Pod patch for Devel::Peek
51848              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
51849              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
51850              Date: Mon, 16 Oct 2000 12:26:34 +0200
51851      Branch: perl
51852            ! ext/Devel/Peek/Peek.pm
51853 ____________________________________________________________________________
51854 [  7358] By: jhi                                   on 2000/10/18  17:03:15
51855         Log: Make Cwd more bulletproof in chrooted environments.
51856              
51857              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
51858              From: "Eric E. Coe" <Eric.Coe@oracle.com>
51859              Date: Wed, 18 Oct 2000 04:03:54 -0400
51860              Message-Id: <39ED596A.70E599FE@oracle.com>
51861      Branch: perl
51862            ! lib/Cwd.pm
51863 ____________________________________________________________________________
51864 [  7357] By: jhi                                   on 2000/10/18  16:37:26
51865         Log: Disable the UTF8 downgrade croakage for now to avoid
51866              too many not okay messages.
51867      Branch: perl
51868            ! doio.c
51869 ____________________________________________________________________________
51870 [  7356] By: jhi                                   on 2000/10/17  23:29:41
51871         Log: Show the failed remote port, instead of the failing line number.
51872              
51873              Subject: [PATCH 5.6.1 Debugger] More diagnostics
51874              From: David Sparks <daves@ActiveState.com>
51875              Date: Tue, 17 Oct 2000 15:00:24 -0700
51876              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
51877      Branch: perl
51878            ! lib/perl5db.pl
51879 ____________________________________________________________________________
51880 [  7355] By: jhi                                   on 2000/10/17  14:11:31
51881         Log: On output try to downgrade to bytes, croak if impossible,
51882              from Simon Cozens.  This means that outputting >255 UTF8
51883              is impossible.  Consider this as a strong incentive to get
51884              the I/O disciplines implemented.
51885      Branch: perl
51886            ! doio.c pod/perldiag.pod sv.c
51887 ____________________________________________________________________________
51888 [  7354] By: jhi                                   on 2000/10/17  13:42:23
51889         Log: Clarify documentation on 'use bytes'.
51890              
51891              Subject: Re: What does 'use bytes' "mean" ?
51892              From: Simon Cozens <simon@cozens.net>
51893              Date: Mon, 18 Sep 2000 18:24:25 +0100
51894              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
51895      Branch: perl
51896            ! lib/bytes.pm
51897 ____________________________________________________________________________
51898 [  7353] By: jhi                                   on 2000/10/17  13:28:12
51899         Log: Workaround for a sfio bug where the stream error indicator
51900              is not cleared as documented.
51901              
51902              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
51903              From: Nicholas Clark <nick@ccl4.org>
51904              Date: Mon, 16 Oct 2000 18:28:23 +0100
51905              Message-ID: <20001016182823.J19700@plum.flirble.org>
51906      Branch: perl
51907            ! doio.c
51908 ____________________________________________________________________________
51909 [  7352] By: jhi                                   on 2000/10/17  13:06:19
51910         Log: More IoTYPE sprinkling.
51911      Branch: perl
51912            ! doio.c pp_hot.c
51913 ____________________________________________________________________________
51914 [  7351] By: jhi                                   on 2000/10/16  22:47:07
51915         Log: Detect early whether the std streams have gone bad.
51916              
51917              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
51918              Date: Mon, 16 Oct 2000 23:28:42 +0100
51919              From: Nicholas Clark <nick@ccl4.org>
51920              Message-ID: <20001016232842.A37942@plum.flirble.org>
51921      Branch: perl
51922            ! t/op/misc.t
51923 ____________________________________________________________________________
51924 [  7350] By: jhi                                   on 2000/10/16  22:45:16
51925         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
51926              From: "Peter J. Farley III" <pjfarley@banet.net>
51927              Date: Mon, 16 Oct 2000 18:15:59 -0400
51928              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
51929      Branch: perl
51930            ! djgpp/djgpp.c dosish.h t/io/open.t
51931 ____________________________________________________________________________
51932 [  7349] By: jhi                                   on 2000/10/16  22:36:45
51933         Log: perldelta tweak.
51934      Branch: perl
51935            ! pod/perldelta.pod
51936 ____________________________________________________________________________
51937 [  7348] By: jhi                                   on 2000/10/16  15:17:53
51938         Log: Update Changes.
51939      Branch: perl
51940            ! Changes patchlevel.h
51941 ____________________________________________________________________________
51942 [  7347] By: jhi                                   on 2000/10/16  13:55:27
51943         Log: Add the capability to include/exclude branches.
51944      Branch: perl
51945            ! Porting/genlog
51946 ____________________________________________________________________________
51947 [  7346] By: jhi                                   on 2000/10/16  13:18:04
51948         Log: Add Charles Lane.
51949      Branch: perl
51950            ! AUTHORS Changes
51951 ____________________________________________________________________________
51952 [  7345] By: jhi                                   on 2000/10/16  13:13:21
51953         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
51954      Branch: perl
51955            ! pod/perldelta.pod
51956 ____________________________________________________________________________
51957 [  7344] By: gsar                                  on 2000/10/16  09:30:21
51958         Log: integrate change#6220 from cfgperl
51959              
51960              Win32 patches from Benjamin Stuhl.
51961      Branch: maint-5.6/perl
51962           !> makedef.pl win32/win32.h
51963 ____________________________________________________________________________
51964 [  7343] By: gsar                                  on 2000/10/16  08:32:19
51965         Log: integrate changes#6221,6222 from cfgperl
51966              
51967              Remove tr///CU (the feature is to be obsoleted by better interfaces).
51968              From: simon@brecon.co.uk (Simon Cozens)
51969              Subject: [PATCH] Eliminate tr///[CU][CU]
51970              Date: 23 Jun 2000 11:05:40 GMT
51971              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
51972              
51973              doc typo fix
51974              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
51975              From: Ian Phillipps <Ian.Phillipps@iname.com>
51976              Date: Fri, 23 Jun 2000 10:40:58 +0100
51977              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
51978      Branch: maint-5.6/perl
51979           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
51980 ____________________________________________________________________________
51981 [  7342] By: gsar                                  on 2000/10/16  08:28:08
51982         Log: integrate change#6217 from cfgperl (in part)
51983              
51984              Rename the fdpid locking and integrate with Sarathy.
51985      Branch: maint-5.6/perl
51986           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
51987           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
51988           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
51989           !> win32/win32.c
51990 ____________________________________________________________________________
51991 [  7341] By: gsar                                  on 2000/10/16  08:23:39
51992         Log: integrate changes#6214..6216 from mainline
51993              
51994              @_ can't have junk in it even in the non-USE_ITHREADS case because
51995              caller() wants to populate @DB::args with it (causes a coredump
51996              in Carp::confess())
51997              
51998              tweak comment about @DB::args
51999              
52000              be more optimal about clearing @_
52001      Branch: maint-5.6/perl
52002           !> av.h cop.h pp_ctl.c t/op/runlevel.t
52003 ____________________________________________________________________________
52004 [  7340] By: gsar                                  on 2000/10/16  08:20:37
52005         Log: integrate changes#6207..6210 from cfgperl
52006              
52007              Subject: [PATCH 5.6.0] Threadsafe patches
52008              From: Dan Sugalski <dan@sidhe.org>
52009              To: perl5-porters@perl.org
52010              Date: Mon, 08 May 2000 18:08:13 -0400
52011              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
52012              
52013              Regen headers for #6207.
52014              
52015              Lock PL_fdpid against race conditions, based on:
52016              Subject: [PATCH 5.6.0]subprocess fixup for threads
52017              From: Dan Sugalski <dan@sidhe.org>
52018              To: perl5-porters@perl.org
52019              Date: Tue, 11 Apr 2000 17:02:32 -0400
52020              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
52021              
52022              Mopup for #6207 and #6209.
52023      Branch: maint-5.6/perl
52024           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
52025           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
52026           !> win32/win32.c
52027 ____________________________________________________________________________
52028 [  7339] By: gsar                                  on 2000/10/16  08:14:34
52029         Log: integrate change#6203 from cfgperl
52030              
52031              perldiag should refer to perlos2.pod not README.os2
52032      Branch: maint-5.6/perl
52033           !> pod/perldiag.pod
52034 ____________________________________________________________________________
52035 [  7338] By: gsar                                  on 2000/10/16  08:11:42
52036         Log: integrate change#6201 from mainline
52037              
52038              Perl_eval_pv() leaks 4 bytes every time it is called because it
52039              does a PUSHMARK that's never ever POPMARKed; in general, only
52040              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
52041              Perl_eval_[sp]v() don't because they don't take any incoming
52042              arguments (this leak has been around since the original version
52043              of perl_eval_pv() in 5.003_97e)
52044      Branch: maint-5.6/perl
52045           !> perl.c
52046 ____________________________________________________________________________
52047 [  7337] By: gsar                                  on 2000/10/16  08:08:47
52048         Log: integrate changes#6197..6200 from cfgperl
52049              
52050              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
52051              From: John Borwick <jhborwic@unity.ncsu.edu>
52052              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
52053              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
52054              
52055              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
52056              From: Dan Sugalski <dan@sidhe.org>
52057              To: vmsperl@perl.org, perl5-porters@perl.org
52058              Date: Fri, 02 Jun 2000 16:00:41 -0400
52059              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
52060              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
52061              
52062              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
52063              From: Dan Sugalski <dan@sidhe.org>
52064              To: perl5-porters@perl.org, vmsperl@perl.org
52065              Date: Fri, 02 Jun 2000 17:30:51 -0400
52066              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
52067              
52068              Update to cperl-mode.el 4.31 from
52069              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
52070              Subject: A couple of notes
52071              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
52072              To: Mailing list Perl5 <perl5-porters@perl.org>
52073              Date: Sat, 3 Jun 2000 23:33:32 -0400
52074              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
52075      Branch: maint-5.6/perl
52076           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
52077           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
52078           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
52079           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
52080           !> vms/vmsish.h
52081 ____________________________________________________________________________
52082 [  7336] By: gsar                                  on 2000/10/16  08:03:46
52083         Log: integrate changes#6194,6195 from mainline
52084              
52085              fix small eval"" memory leaks under USE_ITHREADS
52086              
52087              fix yet another eval"" leak under USE_ITHREADS
52088      Branch: maint-5.6/perl
52089           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
52090           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
52091           !> vms/perly_c.vms
52092 ____________________________________________________________________________
52093 [  7335] By: gsar                                  on 2000/10/16  08:02:15
52094         Log: integrate changes#6190,6191 from mainline
52095              
52096              submit missing embed.pl change
52097              
52098              vec() loses numericalness (modified version of patch suggested
52099              by Robin Barker)
52100      Branch: maint-5.6/perl
52101           !> doop.c embed.pl t/op/vec.t
52102 ____________________________________________________________________________
52103 [  7334] By: gsar                                  on 2000/10/16  08:01:03
52104         Log: integrate change#6189 from mainline
52105              
52106              counting tr/// corrupts later operation (from M.J.T Guy)
52107      Branch: maint-5.6/perl
52108           !> doop.c t/op/tr.t
52109 ____________________________________________________________________________
52110 [  7333] By: gsar                                  on 2000/10/16  07:59:07
52111         Log: integrate changes#6183..6188 from mainline
52112              
52113              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
52114              <nick@ccl4.org>)
52115              
52116              tweak for change#6127
52117              
52118              remove incorrect documentation about implicit split to @_ in
52119              list context, which never really worked in perl 5 (from
52120              M.J.T. Guy)
52121              
52122              further qualify references to "alphanumeric" (from Wolfgang Laun
52123              <wolfgang.laun@alcatel.at>)
52124              
52125              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
52126              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
52127              
52128              h2xs tweaks
52129      Branch: maint-5.6/perl
52130           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
52131           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
52132           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
52133           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
52134           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
52135           !> pod/pod2latex.PL utils/h2xs.PL
52136 ____________________________________________________________________________
52137 [  7332] By: gsar                                  on 2000/10/16  07:53:52
52138         Log: integrate change#6179 from mainline
52139              
52140              buggy modulus on UVs introduced by change#3378 (resulted in
52141              4063328477 % 65535 amounting to 27406, instead of 27407)
52142      Branch: maint-5.6/perl
52143           !> pp.c t/op/arith.t
52144 ____________________________________________________________________________
52145 [  7331] By: gsar                                  on 2000/10/16  07:52:49
52146         Log: integrate changes#6176,6177,6178,6182 from cfgperl
52147              
52148              Single-quoted utf8 patch from Simon Cozens.
52149              
52150              Substitution utf8 patch from Simon Cozens.
52151              
52152              Be cleaner.
52153              
52154              Be Cleaner Part Deux.
52155      Branch: maint-5.6/perl
52156           !> Makefile.SH pp_hot.c toke.c
52157 ____________________________________________________________________________
52158 [  7330] By: gsar                                  on 2000/10/16  07:41:36
52159         Log: integrate change#6172 from mainline
52160              
52161              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
52162              (from Ilya Zakharevich)
52163      Branch: maint-5.6/perl
52164           !> regexec.c t/op/re_tests
52165 ____________________________________________________________________________
52166 [  7329] By: gsar                                  on 2000/10/16  07:40:25
52167         Log: integrate change#6171 from mainline
52168              
52169              scalar() doesn't force scalar context when used in void context
52170              (from Simon Cozens)
52171      Branch: maint-5.6/perl
52172           !> op.c t/op/wantarray.t
52173 ____________________________________________________________________________
52174 [  7328] By: gsar                                  on 2000/10/16  07:39:33
52175         Log: integrate change#6170 from mainline
52176              
52177              change#6142 needs tweaks to tests to work where there's no
52178              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
52179      Branch: maint-5.6/perl
52180           !> t/lib/filefind.t
52181 ____________________________________________________________________________
52182 [  7327] By: gsar                                  on 2000/10/16  07:35:34
52183         Log: integrate changes#6166..6168 from cfgperl
52184              
52185              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
52186              in case somebody wants to write an extension for more
52187              shadow database interfaces.
52188              
52189              tweak todo
52190              
52191              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
52192      Branch: maint-5.6/perl
52193           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
52194           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
52195           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
52196           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
52197           !> win32/config.vc win32/config_H.bc win32/config_H.gc
52198           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
52199 ____________________________________________________________________________
52200 [  7326] By: gsar                                  on 2000/10/16  07:29:05
52201         Log: integrate changes#6157,6159..6161,6164 from cfgperl
52202              
52203              Regen Configure to jive with #6149.
52204              
52205              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
52206              
52207              Changes for the File::Temp 0.08 (change #6159) test suite
52208              to fit better into the Perl distribution test framework.
52209              
52210              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
52211              both from Simon Cozens.
52212              
52213              detypo
52214      Branch: maint-5.6/perl
52215           +> pod/perlmodlib.PL pod/perlnewmod.pod
52216           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
52217           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
52218           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
52219           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
52220 ____________________________________________________________________________
52221 [  7325] By: gsar                                  on 2000/10/16  07:25:13
52222         Log: integrate change#6158 from vmsperl
52223              
52224              Add fallback to tmpfile for use in cases where user's relying on
52225              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
52226              Lane's patch)
52227      Branch: maint-5.6/perl
52228           !> vms/vms.c vms/vmsish.h
52229 ____________________________________________________________________________
52230 [  7324] By: gsar                                  on 2000/10/16  07:20:50
52231         Log: integrate changes#6153..6155 from mainline
52232              
52233              prettier Test::Harness output on failed tests (from Nicholas Clark
52234              <nick@Bagpuss.uk.boo.com>)
52235              
52236              avoid type mismatch warning
52237              
52238              small bug in change#6144; remove random \xA0 character that snuck
52239              in via change#6145
52240      Branch: maint-5.6/perl
52241           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
52242           !> perl.c
52243 ____________________________________________________________________________
52244 [  7323] By: gsar                                  on 2000/10/16  07:18:47
52245         Log: integrate changes#6151,6152 from mainline
52246              
52247              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
52248              
52249              cosmetic fixups of RE debug output (from Ilya Zakharevich)
52250      Branch: maint-5.6/perl
52251           !> regexec.c
52252 ____________________________________________________________________________
52253 [  7322] By: gsar                                  on 2000/10/16  07:17:25
52254         Log: integrate changes#6146..6150 from mainline
52255              
52256              doc typo
52257              
52258              add a make entry to Config.pm so "perl -V:make" works on VMS
52259              (from Peter Prymmer)
52260              
52261              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
52262              
52263              OS/2 tweaks for usethreads build (from Rocco Caputo
52264              <troc@netrus.net>)
52265              
52266              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
52267      Branch: maint-5.6/perl
52268           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
52269           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
52270           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
52271           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
52272           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
52273           !> warnings.pl x2p/a2p.h
52274 ____________________________________________________________________________
52275 [  7321] By: gsar                                  on 2000/10/16  07:14:02
52276         Log: integrate changes#6143..6145 from mainline
52277              
52278              MacOS support, part 1 (from Matthias Neeracher
52279              <neeri@iis.ee.ethz.ch>)
52280              
52281              MacOS support, part 2: make AutoSplit use File::Spec instead
52282              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
52283              <neeri@iis.ee.ethz.ch>)
52284              
52285              make xsubpp skip embedded pod (from Matthias Neeracher
52286              <neeri@iis.ee.ethz.ch>)
52287      Branch: maint-5.6/perl
52288           +> ext/DynaLoader/dl_mac.xs
52289           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
52290           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
52291           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
52292           !> pp_ctl.c proto.h toke.c util.c util.h
52293 ____________________________________________________________________________
52294 [  7320] By: gsar                                  on 2000/10/16  07:12:13
52295         Log: integrate changes#6141,6142 from mainline
52296              
52297              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
52298              forwarded by Peter Seebach from the bsdi-users mailing list.
52299              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
52300              
52301              File::Find fails to chdir when chasing symlinks (from
52302              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
52303      Branch: maint-5.6/perl
52304           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
52305 ____________________________________________________________________________
52306 [  7319] By: gsar                                  on 2000/10/16  07:04:30
52307         Log: integrate change#6139 from mainline
52308              
52309              revise mktables.PL for bugs and newness in Unicode 3.0
52310              (from James Bence <jbence@amgen.com>)
52311      Branch: maint-5.6/perl
52312           +> (branch 30 files)
52313           !> (integrate 49 files)
52314 ____________________________________________________________________________
52315 [  7318] By: gsar                                  on 2000/10/16  07:01:01
52316         Log: integrate changes#6137,6138 from mainline
52317              
52318              fix bogus redeclaration warning for "our" variables in different
52319              scopes
52320              
52321              add note about the handling of negative indices to tied arrays
52322              (from Michael G Schwern <schwern@pobox.com>)
52323      Branch: maint-5.6/perl
52324           !> op.c pod/perltie.pod t/pragma/strict-vars
52325 ____________________________________________________________________________
52326 [  7317] By: gsar                                  on 2000/10/16  06:58:46
52327         Log: integrate changes#6127..6136 from mainline
52328              
52329              call_method(...,G_EVAL) can longjmp() out if the method probing
52330              failed (from Gisle Aas)
52331              
52332              new perlxstut example for passing/returning refs to arrays
52333              (from David Lowe <dlowe@pootpoot.com>)
52334              
52335              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
52336              
52337              fix places that mean C<"word" character> but say C<alphanumeric
52338              character>
52339              
52340              avoid warnings in POSIX.pm (from Barrie Slaymaker)
52341              
52342              warnings::enabled() doesn't fall back to looking at $^W if
52343              caller isn't using lexical warnings (from Paul Marquess)
52344              
52345              elide bogus test in change#6132
52346              
52347              make Test::Harness use wait.h/WCOREDUMP if available
52348              (from Ben Tilly <ben_tilly@hotmail.com>)
52349              
52350              enable Test::Harness to dynamically determine column width etc.
52351              (from Rob Napier <rnapier@employees.org>)
52352              
52353              random pod typos (from Peter Scott <Peter@PSDT.com>)
52354      Branch: maint-5.6/perl
52355           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
52356           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
52357           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
52358           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
52359 ____________________________________________________________________________
52360 [  7316] By: gsar                                  on 2000/10/16  06:53:23
52361         Log: integrate change#6126 from mainline
52362              
52363              change#2879 broke rvalue autovivification of magicals such as
52364              ${$num} (reworked variant of patch suggested by Simon Cozens)
52365      Branch: maint-5.6/perl
52366           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
52367           !> pp_hot.c proto.h t/op/gv.t
52368 ____________________________________________________________________________
52369 [  7315] By: gsar                                  on 2000/10/16  06:51:38
52370         Log: integrate changes#6123,6125 from mainline
52371              
52372              clarify gotcha with #line directives (from Rocco Caputo
52373              <troc@netrus.net>)
52374              
52375              enable propagating exception objects via Perl_croak() in XS code
52376              (from Gisle Aas)
52377      Branch: maint-5.6/perl
52378           !> pod/perldebug.pod pod/perlsyn.pod util.c
52379 ____________________________________________________________________________
52380 [  7314] By: gsar                                  on 2000/10/16  06:49:28
52381         Log: integrate change#6122 from mainline
52382              
52383              downgrade fatal error on C<"foo@nosucharray.com"> to optional
52384              warning (from Mark-Jason Dominus)
52385      Branch: maint-5.6/perl
52386           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
52387           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
52388           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
52389           !> toke.c
52390 ____________________________________________________________________________
52391 [  7313] By: gsar                                  on 2000/10/16  06:46:54
52392         Log: integrate changes#6112..6121 from vmsperl
52393              
52394              Check for existence of file before trying to delete
52395              
52396              Ugly workaround for version-specific RTL error
52397              
52398              Urk -- undo previous removal of vmsish 'exit' change
52399              
52400              Add bounds checking for several strings (Charles Lane)
52401              
52402              Miscellaneous cosmetic fixes (Charles Lane)
52403              
52404              Treat sockets as special in sys(read|write) (Charles Lane et al.)
52405              
52406              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
52407              Flatten case labels in switch statements uniformly (Charles Bailey)
52408              
52409              Quiet error messages in vmsish.t (Charles Lane)
52410              
52411              Add missing escape (Charles Lane)
52412              
52413              Allow eliminate_macros() and fixpath() to handle space-delimited
52414              lists (based on fixes by Craig Berry)
52415      Branch: maint-5.6/perl
52416           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
52417           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
52418           !> vms/vmsish.h
52419 ____________________________________________________________________________
52420 [  7312] By: gsar                                  on 2000/10/16  06:41:18
52421         Log: integrate changes#6107,6110 from cfgperl
52422              
52423              Tweak the todo list.
52424              
52425              todo tweak
52426      Branch: maint-5.6/perl
52427           !> Todo-5.6
52428 ____________________________________________________________________________
52429 [  7311] By: gsar                                  on 2000/10/16  06:38:38
52430         Log: integrate changes#6104,6108 from mainline
52431              
52432              PL_sys_intern was being initialized too late on windows
52433              
52434              reenable fake signal handling on Windows, bugs and all
52435      Branch: maint-5.6/perl
52436           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
52437           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
52438           !> win32/win32.c
52439 ____________________________________________________________________________
52440 [  7310] By: gsar                                  on 2000/10/16  06:36:03
52441         Log: integrate changes#6095,6097..6103 from cfgperl
52442              
52443              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
52444              might be useful in future.
52445              
52446              Add a note about possible compilation problems from Allen Smith.
52447              
52448              Add a note about other, yet unsupported, shadow password APIs.
52449              
52450              Tweaks for the cc bugs from Allen Smith.
52451              
52452              More compilation tweakery from Allen Smith.
52453              
52454              Hints and test tweaks for Unicos.
52455              
52456              The test suite tweak in #6101 wasn't quite right.
52457              
52458              Test tweaking for Unicos continues.
52459      Branch: maint-5.6/perl
52460           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
52461           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
52462           !> t/lib/complex.t t/op/64bitint.t
52463 ____________________________________________________________________________
52464 [  7309] By: gsar                                  on 2000/10/16  06:29:41
52465         Log: integrate changes#6093,6094 from mainline
52466              
52467              fork() failure to create pseudo process sets errno=EAGAIN and returns
52468              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
52469              
52470              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
52471      Branch: maint-5.6/perl
52472           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
52473           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
52474 ____________________________________________________________________________
52475 [  7308] By: gsar                                  on 2000/10/16  06:27:29
52476         Log: integrate change#6092 from cfgperl
52477              
52478              Regen perltoc with the fixed buildtoc.
52479      Branch: maint-5.6/perl
52480           !> pod/perltoc.pod
52481 ____________________________________________________________________________
52482 [  7307] By: gsar                                  on 2000/10/16  06:26:40
52483         Log: integrate changes#6089,6090 from mainline
52484              
52485              buildtoc tweak to fix newline lossage
52486              
52487              concat doesn't preserve utf8-ness, and doesn't invalidate
52488              [NI]OK; added tests for both
52489      Branch: maint-5.6/perl
52490           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
52491 ____________________________________________________________________________
52492 [  7306] By: gsar                                  on 2000/10/16  06:24:05
52493         Log: integrate change#6088 from cfgperl
52494              
52495              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
52496              because we do not use those.  The HAS_GETSPNAM remains,
52497              though, because we still do use that.
52498      Branch: maint-5.6/perl
52499           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
52500           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
52501           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
52502           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
52503           !> win32/config.vc win32/config_H.bc win32/config_H.gc
52504           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
52505 ____________________________________________________________________________
52506 [  7305] By: gsar                                  on 2000/10/16  06:15:52
52507         Log: integrate changes#6084,6085,6087 from mainline
52508              
52509              substr() does not preserve utf8-ness (from Stefan Eissing
52510              <Eissing@medicaldataservice.de>); added tests
52511              
52512              repeat operator (x) doesn't preserve utf8-ness
52513              
52514              reverse() and quotemeta() weren't preserving utf8-ness; add tests
52515      Branch: maint-5.6/perl
52516           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
52517 ____________________________________________________________________________
52518 [  7304] By: gsar                                  on 2000/10/16  06:13:10
52519         Log: integrate changes#6077..6083 from mainline
52520              
52521              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
52522              and Tom Phoenix)
52523              
52524              workaround for CRT bug in chdir() (from Charles Lane, via
52525              Peter Prymmer)
52526              
52527              remove outdated kludge in Carp (NULLs are permitted in diagnostics
52528              now)
52529              
52530              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
52531              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
52532              
52533              better default perlbug categories for ok reports (from Richard Foley)
52534              
52535              peek.t non-portable to ithreads
52536              
52537              note about undocumented caller() return value (from M.J.T. Guy);
52538              yet another peek.t tweak
52539      Branch: maint-5.6/perl
52540           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
52541           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
52542           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
52543           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
52544           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
52545           !> vms/vmsish.h
52546 ____________________________________________________________________________
52547 [  7303] By: gsar                                  on 2000/10/16  06:03:18
52548         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
52549              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
52550              
52551              &HUGE_VAL is not defined, it exists.
52552              
52553              Do not warn that an infinity does not look like a number.
52554              
52555              Rewrite the pwent/spent logic to be a little bit more clearer.
52556              
52557              Continue on the pwent/spent case.
52558              
52559              Correct Freudian slip.
52560              
52561              Use HUGE_VALL if applicable.
52562              
52563              pwent/spent #ifdef imbalance.
52564              
52565              Infinite problems.
52566              
52567              Call getspnam() only iff needd.
52568              
52569              Test both the scalar and list contexts.
52570              
52571              Use setxxent()/endxxent().
52572              
52573              Complex tweakery.
52574              
52575              Unicos hint tweak.
52576              
52577              Be more forgiving in POSIX about HUGE_VALL.
52578              
52579              Detypo.
52580              
52581              The search of infinity continues, this time simplified.
52582              
52583              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
52584              in natively 64-bit platforms where a long is a quad (no need
52585              for long longs).  Also added bias for IVs.
52586              
52587              Complex tweaks.
52588              
52589              Introduce t/lib/peek.t.
52590              
52591              Make the test more portable.
52592      Branch: maint-5.6/perl
52593           +> t/lib/peek.t
52594            ! pp_sys.c
52595           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
52596           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
52597           !> t/op/pwent.t toke.c util.c
52598 ____________________________________________________________________________
52599 [  7302] By: gsar                                  on 2000/10/16  05:03:37
52600         Log: integrate changes#6066..6071 from mainline
52601              
52602              s/END/CHECK/
52603              
52604              replace direct call to sighandler() with (*PL_sighandlerp)()
52605              
52606              note about values()
52607              
52608              File::Spec compatibility update (from Barrie Slaymaker
52609              <barries@slaysys.com>)
52610              
52611              remove misleading comment (from M.J.T. Guy)
52612              
52613              misformatted perllocal.pod (from Tim Jenness
52614              <t.jenness@jach.hawaii.edu>)
52615      Branch: maint-5.6/perl
52616           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
52617           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
52618           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
52619           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
52620 ____________________________________________________________________________
52621 [  7301] By: gsar                                  on 2000/10/16  05:00:08
52622         Log: integrate changes#6061..6063 from mainline
52623              
52624              change#5921 neglected to make eq honor "use bytes"
52625              
52626              additional tests for utf8.t
52627              
52628              tokeq() could read unallocated field in argument
52629      Branch: maint-5.6/perl
52630           !> sv.c t/pragma/utf8.t toke.c
52631 ____________________________________________________________________________
52632 [  7300] By: gsar                                  on 2000/10/16  04:56:54
52633         Log: integrate changes#6046,6048,6057,6058 from mainline
52634              
52635              libscheck has insufficient checks for n32 libs (from
52636              Albert Chin-A-Young <china@thewrittenword.com>)
52637              
52638              add note about how $( doesn't interpolate in REs (from
52639              Philip Newton <newton@ficus.frogspace.net>)
52640              
52641              fix broken parsing of /\x{ab}/
52642              
52643              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
52644              (spotted by Donald Kinzer <dkinzer@premia.com>)
52645      Branch: maint-5.6/perl
52646           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
52647           !> t/pragma/utf8.t
52648 ____________________________________________________________________________
52649 [  7299] By: gsar                                  on 2000/10/16  04:52:50
52650         Log: integrate change#6044 from mainline
52651              
52652              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
52653              such that underscores are only ignored in literal numbers,
52654              "\x{...}", and hex/oct argument
52655      Branch: maint-5.6/perl
52656           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
52657 ____________________________________________________________________________
52658 [  7298] By: gsar                                  on 2000/10/16  04:50:53
52659         Log: integrate changes#6027..6043 from mainline
52660              
52661              podlators-1.02 update (from Russ Allbery)
52662              
52663              Pod::Man generates groff-incompatible macro definition (from
52664              Tom Christiansen)
52665              
52666              add CGI.pm v2.66 (from Lincoln Stein)
52667              
52668              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
52669              for @- and @+ (from Johan Vromans)
52670              
52671              small nits in diagnostics.pm (from Robin Barker)
52672              
52673              whitespace adjustments
52674              
52675              missing files in MANIFEST
52676              
52677              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
52678              to compensate
52679              
52680              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
52681              
52682              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
52683      Branch: maint-5.6/perl
52684           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
52685           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
52686           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
52687           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
52688           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
52689           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
52690           !> t/lib/cgi-html.t t/lib/cgi-request.t
52691 ____________________________________________________________________________
52692 [  7297] By: gsar                                  on 2000/10/16  04:44:30
52693         Log: integrate change#6025 from mainline
52694              
52695              Is{Alnum,Alpha,Word} don't match titlecase
52696              TODO: IsSpace is defined recursively!
52697              (both spotted by Larry)
52698      Branch: maint-5.6/perl
52699           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
52700           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
52701 ____________________________________________________________________________
52702 [  7296] By: gsar                                  on 2000/10/16  04:39:30
52703         Log: integrate change#6023 from mainline
52704              
52705              debugger stomps on $. (from M.J.T. Guy)
52706      Branch: maint-5.6/perl
52707           !> lib/perl5db.pl
52708 ____________________________________________________________________________
52709 [  7295] By: gsar                                  on 2000/10/16  04:38:02
52710         Log: integrate change#6022 from mainline
52711              
52712              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
52713      Branch: maint-5.6/perl
52714           !> sv.c
52715 ____________________________________________________________________________
52716 [  7294] By: gsar                                  on 2000/10/16  04:37:05
52717         Log: integrate changes#6018..6021 from mainline
52718              
52719              make lib/syslog.t portable to systems that don't have _PATH_LOG,
52720              make _PATH_LOG() return "" if unavailable
52721              
52722              windows portability tweaks
52723              
52724              test tweak
52725              
52726              remove Win2K issue in pod (fixed by change#6020)
52727      Branch: maint-5.6/perl
52728           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
52729           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
52730           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
52731 ____________________________________________________________________________
52732 [  7293] By: gsar                                  on 2000/10/16  04:20:00
52733         Log: integrate changes#6013..6015 from mainline
52734              
52735              tweak change#5945 to display correct switch name in diagnostic
52736              
52737              glob() loading File::Glob behind the scenes may cause syntax errors
52738              
52739              tweak test for portability
52740      Branch: maint-5.6/perl
52741           !> op.c perl.c pod/perldiag.pod t/lib/b.t
52742 ____________________________________________________________________________
52743 [  7292] By: gsar                                  on 2000/10/16  04:18:11
52744         Log: integrate changes#6005..6010 from mainline, cfgperl
52745              
52746              perldoc might fail via "use blib" (from Hugo van der Sanden)
52747              
52748              Regen Configure.
52749              
52750              note about compile failures and END blocks (from M.J.T. Guy)
52751              
52752              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
52753              
52754              (change#6009 integrated earlier in change#7255)
52755              
52756              clarify note about shadow password support (from
52757              gellyfish@gellyfish.com)
52758      Branch: maint-5.6/perl
52759           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
52760           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
52761           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
52762 ____________________________________________________________________________
52763 [  7291] By: gsar                                  on 2000/10/16  04:12:03
52764         Log: integrate changes#6002,6003 from mainline
52765              
52766              destructive sv_setsv() can lose UV-ness from source, causing
52767              numeric promotions/comparisons to fail to do the right thing
52768              
52769              allow REG_EXPAND_SZ keys in Windows registry (from
52770              John Clayton <John.Clayton@barclayscapital.com>)
52771      Branch: maint-5.6/perl
52772           !> sv.c win32/win32.c
52773 ____________________________________________________________________________
52774 [  7290] By: gsar                                  on 2000/10/16  04:10:19
52775         Log: integrate change#6001 from mainline
52776              
52777              support additional library locations via $Config{otherlibdirs}
52778              (from Andy Dougherty)
52779      Branch: maint-5.6/perl
52780           !> Configure INSTALL Porting/Glossary Porting/config.sh
52781           !> Porting/config_H config_h.SH epoc/config.sh perl.c
52782           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
52783           !> win32/config.bc win32/config.gc win32/config.vc
52784 ____________________________________________________________________________
52785 [  7289] By: gsar                                  on 2000/10/16  04:08:28
52786         Log: integrate change#5999 from mainline
52787              
52788              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
52789      Branch: maint-5.6/perl
52790           !> t/pragma/warn/toke toke.c
52791 ____________________________________________________________________________
52792 [  7288] By: gsar                                  on 2000/10/16  04:07:01
52793         Log: integrate changes#5997,5998 from cfgperl
52794              
52795              Preserve $!.
52796              
52797              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
52798      Branch: maint-5.6/perl
52799           !> lib/Math/Complex.pm
52800 ____________________________________________________________________________
52801 [  7287] By: gsar                                  on 2000/10/16  04:04:37
52802         Log: integrate change#5995 from mainline
52803              
52804              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
52805      Branch: maint-5.6/perl
52806           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
52807 ____________________________________________________________________________
52808 [  7286] By: gsar                                  on 2000/10/16  04:03:21
52809         Log: integrate change#5994 from mainline
52810              
52811              fix for missed accounting for null byte in pack("Z",...) (from
52812              M.J.T. Guy)
52813      Branch: maint-5.6/perl
52814           !> pp.c t/op/pack.t
52815 ____________________________________________________________________________
52816 [  7285] By: gsar                                  on 2000/10/16  04:02:11
52817         Log: integrate changes#5989..5993 from mainline
52818              
52819              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
52820              itself and no other (from Tom Hughes)
52821              
52822              use $ENV{LIB} to search for libs under Visual C compiler
52823              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
52824              
52825              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
52826              
52827              pod nit (from Simon Cozens)
52828              
52829              various minor tweaks seen on p5p
52830      Branch: maint-5.6/perl
52831           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
52832           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
52833           !> t/op/array.t toke.c
52834 ____________________________________________________________________________
52835 [  7284] By: gsar                                  on 2000/10/16  03:59:00
52836         Log: integrate changes#5978..5988 from mainline
52837              
52838              sync version numbers in File::Spec with the ones on CPAN
52839              (from Barrie Slaymaker)
52840              
52841              under useithreads, constant pad entries could inadvertantly be
52842              shared across threads (from Eric Blood <eblood@xmission.com>);
52843              added Eric's test case to testsuite
52844              
52845              allow Configure -S to run non-interactively (spotted by Greg Hudson
52846              <ghudson@mit.edu>)
52847              
52848              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
52849              prototype mismatch with CORE::glob(); update pod and tests to
52850              suit (File::Glob::glob() is still available for backward
52851              compatibility, but should be considered deprecated)
52852              
52853              avoid error in IO::Socket::INET when given an unknown service name
52854              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
52855              
52856              numeric conversion of non-number in change#3378 tramples on
52857              OOK offset, causing segfaults
52858              
52859              attributes::reftype() doesn't work on tied argument
52860              
52861              forked child may not exit correctly if it failed to open
52862              /dev/console (from Graham Barr)
52863              
52864              add regular expressions tutorial and quick-start guide (from
52865              Mark Kvale <kvale@phy.ucsf.edu>)
52866              
52867              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
52868              
52869              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
52870              <paul@miraclefish.com>)
52871      Branch: maint-5.6/perl
52872           +> pod/perlrequick.pod pod/perlretut.pod
52873           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
52874           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
52875           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
52876           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
52877           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
52878           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
52879           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
52880           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
52881 ____________________________________________________________________________
52882 [  7283] By: gsar                                  on 2000/10/16  03:52:14
52883         Log: integrate change#5977 from mainline
52884              
52885              autoquote barewords followed by newline and arrow properly
52886              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
52887      Branch: maint-5.6/perl
52888           !> t/pragma/warn/toke toke.c
52889 ____________________________________________________________________________
52890 [  7282] By: gsar                                  on 2000/10/16  03:50:48
52891         Log: integrate change#5976 from mainline
52892              
52893              DB_File v1.73 update (from Paul Marquess)
52894      Branch: maint-5.6/perl
52895           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
52896           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
52897 ____________________________________________________________________________
52898 [  7281] By: gsar                                  on 2000/10/16  03:49:14
52899         Log: integrate change#5975 from mainline
52900              
52901              allow sort() reentrancy (variant of patch suggested by
52902              Hugo van der Sanden)
52903      Branch: maint-5.6/perl
52904           !> pp_ctl.c t/op/sort.t
52905 ____________________________________________________________________________
52906 [  7280] By: gsar                                  on 2000/10/16  03:48:22
52907         Log: integrate change#5974 from mainline
52908              
52909              change#4197 somehow missed initializing PL_errors, meaning
52910              syntax error queueing wasn't working outside eval"" at all;
52911              also fixed eval"" to localize PL_error_count, so that compile-time
52912              eval's don't clobber the error state of the outer context
52913      Branch: maint-5.6/perl
52914           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
52915           !> t/pragma/warn/toke
52916 ____________________________________________________________________________
52917 [  7279] By: gsar                                  on 2000/10/16  03:46:21
52918         Log: integrate change#5973 from mainline
52919              
52920              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
52921      Branch: maint-5.6/perl
52922           !> regcomp.c regexec.c t/op/re_tests
52923 ____________________________________________________________________________
52924 [  7278] By: gsar                                  on 2000/10/16  03:44:54
52925         Log: integrate change#5971 from cfgperl
52926              
52927              Unicos tweaks from Mark P. Lutz.
52928      Branch: maint-5.6/perl
52929           !> hints/unicos.sh lib/Math/Complex.pm
52930 ____________________________________________________________________________
52931 [  7277] By: gsar                                  on 2000/10/16  03:42:59
52932         Log: integrate changes#5966..5970 from mainline
52933              
52934              add testsuite for B backends, fix bug in B::Deparse (from
52935              Simon Cozens <simon@brecon.co.uk>)
52936              
52937              improved docs on the warn_uninit diagnostic (from David Glasser
52938              and Simon Cozens)
52939              
52940              tolerate spaces in group names in test on solaris (from David Boyce
52941              <dsb@boyski.com>)
52942              
52943              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
52944              
52945              Data::Dumper fumbles negative numbers on 32-bit platforms where
52946              IV is >32bits
52947      Branch: maint-5.6/perl
52948           +> t/lib/b.t t/lib/syslog.t
52949           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
52950           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
52951           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
52952 ____________________________________________________________________________
52953 [  7276] By: gsar                                  on 2000/10/16  03:39:30
52954         Log: integrate change#5965 from mainline
52955              
52956              avoid "will not stay shared" warnings for our variables (from
52957              Robin Barker)
52958      Branch: maint-5.6/perl
52959           !> op.c t/pragma/warn/op
52960 ____________________________________________________________________________
52961 [  7275] By: gsar                                  on 2000/10/16  03:38:18
52962         Log: integrate change#5964 from mainline
52963              
52964              reformat to 72 columns (again)
52965      Branch: maint-5.6/perl
52966           !> pod/perldiag.pod
52967 ____________________________________________________________________________
52968 [  7274] By: gsar                                  on 2000/10/16  03:36:58
52969         Log: integrate change#5963 from mainline
52970              
52971              patch from Larry to make (\&) prototype work; added tests for
52972              the same
52973      Branch: maint-5.6/perl
52974           !> op.c t/comp/proto.t
52975 ____________________________________________________________________________
52976 [  7273] By: gsar                                  on 2000/10/16  03:35:51
52977         Log: integrate changes#5956..5962 from mainline
52978              
52979              better diagnostics on failed tests (from Ilya Zakharevich)
52980              
52981              pod nits (from A. C. Yardley <yardley@tanet.net>)
52982              
52983              change#3569 deleted some essential code, revert; avoid use of
52984              atexit() to make DynaLoader work properly on AIX under mod_perl
52985              (from Jens-Uwe Mager <jum@helios.de>)
52986              
52987              doubled words in pods (from Simon Cozens
52988              <simon.p.cozens@jp.pwcglobal.com>)
52989              
52990              better INSTALL notes on Solaris issues (from Dominic Dunlop)
52991              
52992              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
52993              
52994              updated README.hpux (from Jeff Okamoto)
52995      Branch: maint-5.6/perl
52996           !> INSTALL README.hpux emacs/cperl-mode.el
52997           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
52998           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
52999           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
53000           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
53001           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
53002           !> t/op/lex_assign.t
53003 ____________________________________________________________________________
53004 [  7272] By: gsar                                  on 2000/10/16  03:31:22
53005         Log: integrate change#5955 from mainline
53006              
53007              longstanding bug exposed by change#3307: sort arguments weren't
53008              compiled with the right wantarray context (ensuing runtime lookup
53009              via block_gimme() was getting the incidental context of the
53010              sort() itself)
53011      Branch: maint-5.6/perl
53012           !> op.c t/op/sort.t
53013 ____________________________________________________________________________
53014 [  7271] By: gsar                                  on 2000/10/16  03:29:11
53015         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
53016              branch
53017              
53018              Flatten the cpp jungle doing the nosuid checking.
53019              
53020              Do not assume sign propagation. (from M.J.T. Guy)
53021              
53022              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
53023              
53024              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
53025              Now pp_ncmp() returns undef is either operand is a NaN.
53026              
53027              On second thoughts frexp() does have two arguments.
53028              
53029              Document that tr() is not tr(1).
53030              
53031              Be more robust on "extreme" (large absolute value)
53032              arguments.  Originally reported by Daniel Connelly
53033              as a problem with asinh() on large negative arguments,
53034              asinh() used to bail out because an argument to log()
53035              ended up being zero.  Ilya Zakharevich proposed using
53036              Taylor's series in such cases, which for such large
53037              arguments is a very good approximation.
53038              
53039              Undo "use integer" addition from 64bitint as it seems
53040              to break most of the subtests in Digital UNIX;
53041              Unicos needs to find another way.
53042      Branch: maint-5.6/perl
53043           !> (integrate 29 files)
53044 ____________________________________________________________________________
53045 [  7270] By: gsar                                  on 2000/10/16  03:09:44
53046         Log: integrate changes#5948,5949,5950 from mainline
53047              
53048              typo in vars.pm that leads to cryptic message (from Piotr
53049              Piatkowski <kompas@kompas.usr.onet.pl>)
53050              
53051              make perldoc use the pod2man from the same version (from
53052              M.J.T. Guy)
53053              
53054              reformat perldiag to avoid long lines
53055      Branch: maint-5.6/perl
53056           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
53057 ____________________________________________________________________________
53058 [  7269] By: gsar                                  on 2000/10/16  03:05:54
53059         Log: integrate change#5947 from mainline
53060              
53061              use &dl_error rather than &dl_load_file as the guard for calling
53062              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
53063              statically built perl)
53064      Branch: maint-5.6/perl
53065           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
53066 ____________________________________________________________________________
53067 [  7268] By: gsar                                  on 2000/10/16  03:04:48
53068         Log: integrate change#5945 from mainline
53069              
53070              make module name mandatory after -M switch; reorder perldiag
53071              alphabetically (from Mark-Jason Dominus)
53072      Branch: maint-5.6/perl
53073           !> perl.c pod/perldiag.pod
53074 ____________________________________________________________________________
53075 [  7267] By: gsar                                  on 2000/10/16  03:03:01
53076         Log: integrate change#5939 from mainline
53077              
53078              more pod nits (from Larry Virden)
53079      Branch: maint-5.6/perl
53080           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
53081           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
53082           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
53083 ____________________________________________________________________________
53084 [  7266] By: gsar                                  on 2000/10/16  03:01:39
53085         Log: integrate change#5938 from mainline
53086              
53087              Consolidated B::Deparse fixes (from Stephen McCamant)
53088      Branch: maint-5.6/perl
53089           !> ext/B/B/Deparse.pm
53090 ____________________________________________________________________________
53091 [  7265] By: gsar                                  on 2000/10/16  03:00:43
53092         Log: integrate change#5936 from mainline
53093              
53094              additional tests for change#7263 (from Paul Marquess)
53095      Branch: maint-5.6/perl
53096           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
53097           !> t/pragma/warn/5nolint t/pragma/warn/6default
53098 ____________________________________________________________________________
53099 [  7264] By: gsar                                  on 2000/10/16  02:58:34
53100         Log: integrate change#5934 from mainline
53101              
53102              propagate lexical warnings from surrounding scope correctly
53103              within string eval() (from Paul Marquess)
53104      Branch: maint-5.6/perl
53105           !> pp_ctl.c t/pragma/warn/pp_ctl
53106 ____________________________________________________________________________
53107 [  7263] By: gsar                                  on 2000/10/16  02:56:53
53108         Log: integrate change#5932 from mainline
53109              
53110              add rsignal(), whichsig() and do_join() to public API list
53111              (mod_perl uses them to good advantage)
53112      Branch: maint-5.6/perl
53113           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
53114 ____________________________________________________________________________
53115 [  7262] By: gsar                                  on 2000/10/16  02:55:53
53116         Log: integrate change#5931 from mainline
53117              
53118              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
53119      Branch: maint-5.6/perl
53120           !> pp_hot.c regexec.c t/op/pat.t
53121 ____________________________________________________________________________
53122 [  7261] By: gsar                                  on 2000/10/16  02:55:01
53123         Log: integrate change#5930 from mainline
53124              
53125              small os390 tweaks (from Peter Prymmer)
53126      Branch: maint-5.6/perl
53127           !> config_h.SH makedepend.SH
53128 ____________________________________________________________________________
53129 [  7260] By: gsar                                  on 2000/10/16  02:54:10
53130         Log: integrate change#5929 from mainline
53131              
53132              pod nits
53133      Branch: maint-5.6/perl
53134           !> pod/perlguts.pod
53135 ____________________________________________________________________________
53136 [  7259] By: gsar                                  on 2000/10/16  02:52:55
53137         Log: integrate change#5927 from mainline
53138              
53139              arrange for next() to resume at the unstack op rather than the
53140              loop conditional, so that scope cleanup happens correctly
53141              (from Stephen McCamant)
53142      Branch: maint-5.6/perl
53143           !> op.c pp_ctl.c t/op/misc.t
53144 ____________________________________________________________________________
53145 [  7258] By: gsar                                  on 2000/10/16  02:51:38
53146         Log: integrate change#5926 from mainline
53147              
53148              on windows, reserve 16M of stack rather than 128M (allows more
53149              threads to run concurrently)
53150      Branch: maint-5.6/perl
53151           !> win32/Makefile win32/makefile.mk
53152 ____________________________________________________________________________
53153 [  7257] By: gsar                                  on 2000/10/16  02:50:37
53154         Log: integrate change#5925 from mainline
53155              
53156              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
53157      Branch: maint-5.6/perl
53158           !> toke.c
53159 ____________________________________________________________________________
53160 [  7256] By: gsar                                  on 2000/10/16  02:49:36
53161         Log: integrate change#5924 from mainline
53162              
53163              avoid using uninitialized memory in require version check
53164      Branch: maint-5.6/perl
53165           !> pp_ctl.c universal.c
53166 ____________________________________________________________________________
53167 [  7255] By: gsar                                  on 2000/10/16  02:48:03
53168         Log: integrate changes#5923,5928,6009 from mainline
53169              
53170              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
53171      Branch: maint-5.6/perl
53172           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
53173 ____________________________________________________________________________
53174 [  7254] By: gsar                                  on 2000/10/16  02:44:46
53175         Log: integrate change#5922 from mainline
53176              
53177              commentary about IoTYPE() (from Nathan Torkington)
53178      Branch: maint-5.6/perl
53179           !> sv.h
53180 ____________________________________________________________________________
53181 [  7253] By: gsar                                  on 2000/10/16  02:43:49
53182         Log: integrate change#5921 from mainline
53183              
53184              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
53185      Branch: maint-5.6/perl
53186           !> sv.c t/lib/charnames.t t/pragma/utf8.t
53187 ____________________________________________________________________________
53188 [  7252] By: gsar                                  on 2000/10/16  02:42:31
53189         Log: integrate change#5920 from mainline
53190              
53191              Larry's fix for buggy propagation of utf8-ness in join(); add test
53192      Branch: maint-5.6/perl
53193           !> doop.c t/op/ver.t
53194 ____________________________________________________________________________
53195 [  7251] By: gsar                                  on 2000/10/16  02:41:14
53196         Log: integrate changes#5915..5919 from mainline
53197              
53198              various (pod tweaks &c)
53199      Branch: maint-5.6/perl
53200           !> (integrate 33 files)
53201 ____________________________________________________________________________
53202 [  7250] By: gsar                                  on 2000/10/16  02:38:16
53203         Log: integrate change#5914 from mainline
53204              
53205              caller() wasn't returning the right number of elements for
53206              eval {...}
53207      Branch: maint-5.6/perl
53208           !> pp_ctl.c t/pragma/warn/9enabled
53209 ____________________________________________________________________________
53210 [  7249] By: gsar                                  on 2000/10/16  02:37:02
53211         Log: integrate change#5913 from mainline
53212              
53213              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
53214              (from Mark-Jason Dominus)
53215      Branch: maint-5.6/perl
53216           !> pod/perlfunc.pod
53217 ____________________________________________________________________________
53218 [  7248] By: gsar                                  on 2000/10/16  02:35:58
53219         Log: integrate change#5912 from mainline
53220              
53221              fix totally broken caching in UNIVERSAL::isa() (from
53222              Nick Ing-Simmons)
53223      Branch: maint-5.6/perl
53224           !> t/op/universal.t universal.c
53225 ____________________________________________________________________________
53226 [  7247] By: gsar                                  on 2000/10/16  02:34:27
53227         Log: integrate changes#5910,5911 from mainline
53228              
53229              typo in pod
53230              
53231              add linebreak properties from unicode/LineBrk.txt (from
53232              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
53233      Branch: maint-5.6/perl
53234           +> (branch 29 files)
53235           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
53236 ____________________________________________________________________________
53237 [  7246] By: gsar                                  on 2000/10/16  02:33:29
53238         Log: integrate change#5909 from mainline
53239              
53240              mode argument to do_binmode() should be file mode, not boolean
53241      Branch: maint-5.6/perl
53242           !> pp_sys.c
53243 ____________________________________________________________________________
53244 [  7245] By: gsar                                  on 2000/10/16  02:31:04
53245         Log: integrate change#5908 from mainline
53246              
53247              introduce illegal symbols into null package so that
53248              gv_fetchpv(...,TRUE) always returns a valid GV even when the
53249              symbol is trapped by strictures (avoids coredumps)
53250      Branch: maint-5.6/perl
53251           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
53252           !> t/pragma/strict-vars
53253 ____________________________________________________________________________
53254 [  7244] By: jhi                                   on 2000/10/16  02:29:54
53255         Log: Subject: $Carp::ExportLevel confusion in Exporter
53256              From: "Ben Tilly" <ben_tilly@hotmail.com>
53257              Date: Sat, 14 Oct 2000 16:44:34 EDT
53258              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
53259      Branch: perl
53260            ! lib/Exporter/Heavy.pm
53261 ____________________________________________________________________________
53262 [  7243] By: jhi                                   on 2000/10/16  02:28:33
53263         Log: Subject: [PATCH perlguts.pod] Document offset hack
53264              From: Simon Cozens <simon@cozens.net>
53265              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
53266              Date: Sat, 14 Oct 2000 19:32:25 +0100
53267      Branch: perl
53268            ! pod/perlguts.pod
53269 ____________________________________________________________________________
53270 [  7242] By: gsar                                  on 2000/10/16  02:26:51
53271         Log: integrate changes#5905,5906,5907,6064 from mainline
53272              
53273              printf/sprintf didn't get quad types right under use64bitint
53274      Branch: maint-5.6/perl
53275           !> pp_sys.c sv.c t/op/64bitint.t
53276 ____________________________________________________________________________
53277 [  7241] By: jhi                                   on 2000/10/16  02:22:44
53278         Log: Subject: small pod patch
53279              From: Dan Boorstein <dan_boo@bellsouth.net>
53280              Date: Sat, 14 Oct 2000 14:29:24 -0400
53281              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
53282      Branch: perl
53283            ! pod/perlfaq7.pod pod/perlmod.pod
53284 ____________________________________________________________________________
53285 [  7240] By: jhi                                   on 2000/10/16  02:13:46
53286         Log: -w cleanup.
53287              
53288              Subject: Re: Problems with bleadperl 
53289              From: "Stephen P. Potter" <spp@ds.net>
53290              Date: Fri, 13 Oct 2000 13:32:49 -0400
53291              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
53292      Branch: perl
53293            ! t/pragma/overload.t
53294 ____________________________________________________________________________
53295 [  7239] By: jhi                                   on 2000/10/16  01:41:18
53296         Log: One more ~utf8 tweak.
53297      Branch: perl
53298            ! t/op/bop.t
53299 ____________________________________________________________________________
53300 [  7238] By: jhi                                   on 2000/10/16  01:34:14
53301         Log: Tweak the test of #7235.
53302      Branch: perl
53303            ! t/op/bop.t
53304 ____________________________________________________________________________
53305 [  7237] By: jhi                                   on 2000/10/16  01:25:04
53306         Log: Fix a couple of compiler-noted nits in #7235.
53307      Branch: perl
53308            ! pp.c
53309 ____________________________________________________________________________
53310 [  7236] By: jhi                                   on 2000/10/16  01:22:46
53311         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
53312      Branch: perl
53313            ! pp.c pp_hot.c
53314 ____________________________________________________________________________
53315 [  7235] By: jhi                                   on 2000/10/15  16:24:44
53316         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
53317              
53318              From: Simon Cozens <simon@cozens.net>
53319              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
53320              Date: Sat, 14 Oct 2000 20:52:13 +0100
53321              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
53322      Branch: perl
53323            ! pp.c t/op/bop.t utf8.h
53324 ____________________________________________________________________________
53325 [  7234] By: jhi                                   on 2000/10/15  15:19:29
53326         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
53327              The problem was that rx->minlen was in chars while pp_split()
53328              thought it would be in bytes. 
53329      Branch: perl
53330            ! pp.c t/pragma/utf8.t
53331 ____________________________________________________________________________
53332 [  7233] By: jhi                                   on 2000/10/14  20:24:24
53333         Log: Document FNCASE=y as discussed in the bug 20000902.009.
53334      Branch: perl
53335            ! README.dos
53336 ____________________________________________________________________________
53337 [  7232] By: jhi                                   on 2000/10/14  18:52:21
53338         Log: Add test for bug id 20000427.003 (which seems to have
53339              been fixed) (also duplicate as 20000427.004, though
53340              with a higher severity).  Move one utf8 from op/append
53341              to pragma/utf8, tag the tests with bug ids.
53342      Branch: perl
53343            ! t/op/append.t t/pragma/utf8.t
53344 ____________________________________________________________________________
53345 [  7231] By: jhi                                   on 2000/10/14  17:28:37
53346         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
53347      Branch: perl
53348            ! t/pragma/utf8.t
53349 ____________________________________________________________________________
53350 [  7230] By: jhi                                   on 2000/10/14  14:24:50
53351         Log: Needs to be conditional on SunOS 4.
53352              
53353              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
53354              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
53355              Date: Sat, 14 Oct 2000 13:37:49 +0100
53356              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
53357      Branch: metaconfig/U/perl
53358            ! End.U
53359      Branch: perl
53360            ! Configure myconfig.SH pod/perldelta.pod
53361 ____________________________________________________________________________
53362 [  7229] By: jhi                                   on 2000/10/14  00:49:22
53363         Log: Update Changes.
53364      Branch: perl
53365            ! Changes patchlevel.h
53366 ____________________________________________________________________________
53367 [  7228] By: jhi                                   on 2000/10/14  00:46:10
53368         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
53369              From: Peter Prymmer <pvhp@forte.com>
53370              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
53371              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
53372      Branch: perl
53373            ! lib/utf8.pm
53374 ____________________________________________________________________________
53375 [  7227] By: jhi                                   on 2000/10/13  23:20:30
53376         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
53377      Branch: perl
53378            ! t/op/tie.t
53379 ____________________________________________________________________________
53380 [  7226] By: jhi                                   on 2000/10/13  22:14:32
53381         Log: Tweak #7225.
53382              
53383              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
53384              From: Peter Prymmer <pvhp@forte.com>
53385              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
53386              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
53387      Branch: perl
53388            ! t/op/sprintf.t
53389 ____________________________________________________________________________
53390 [  7225] By: jhi                                   on 2000/10/13  22:11:31
53391         Log: op/sprintf.t patch for OS/390 (and any other host with limited
53392              floating-point exponent length)
53393              
53394              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
53395              From: Dominic Dunlop <domo@computer.org>
53396              Date: Fri, 13 Oct 2000 19:17:57 +0200
53397              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
53398      Branch: perl
53399            ! t/op/sprintf.t
53400 ____________________________________________________________________________
53401 [  7224] By: jhi                                   on 2000/10/13  18:40:48
53402         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
53403      Branch: perl
53404            ! toke.c
53405 ____________________________________________________________________________
53406 [  7223] By: jhi                                   on 2000/10/13  18:37:13
53407         Log: Thinko in #7222.
53408      Branch: perl
53409            ! utf8.c
53410 ____________________________________________________________________________
53411 [  7222] By: jhi                                   on 2000/10/13  18:05:23
53412         Log: Use UTF8SKIP(), from Simon Cozens.
53413      Branch: perl
53414            ! utf8.c
53415 ____________________________________________________________________________
53416 [  7221] By: jhi                                   on 2000/10/13  15:43:19
53417         Log: (accidentally empty check-in)
53418      Branch: perl
53419            ! utf8.c
53420 ____________________________________________________________________________
53421 [  7220] By: jhi                                   on 2000/10/13  15:23:51
53422         Log: Add (optimistically) Storable to static extensions.
53423      Branch: perl
53424            ! hints/uwin.sh hints/vmesa.sh
53425 ____________________________________________________________________________
53426 [  7219] By: jhi                                   on 2000/10/13  15:20:05
53427         Log: Amdahl UTS doesn't seem to do dynaloading.
53428      Branch: perl
53429            ! hints/uts.sh
53430 ____________________________________________________________________________
53431 [  7218] By: jhi                                   on 2000/10/13  15:15:20
53432         Log: Slight tweak of the code to appease Amdahl UTS cc.
53433      Branch: perl
53434            ! pp.c
53435 ____________________________________________________________________________
53436 [  7217] By: jhi                                   on 2000/10/13  14:50:42
53437         Log: In Amdahl UTS "struct sv" is defined by a system header,
53438              <ksync.h>.
53439      Branch: perl
53440            ! perl.h sv.h
53441 ____________________________________________________________________________
53442 [  7216] By: jhi                                   on 2000/10/13  11:58:25
53443         Log: Ilya implemented the memory profiling API.
53444      Branch: perl
53445            ! Todo
53446 ____________________________________________________________________________
53447 [  7215] By: jhi                                   on 2000/10/13  02:56:38
53448         Log: Subject: [PATCH 5.7.0] Perl API for mstats
53449              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53450              Date: Thu, 12 Oct 2000 22:52:40 -0400
53451              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
53452      Branch: perl
53453            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
53454 ____________________________________________________________________________
53455 [  7214] By: jhi                                   on 2000/10/13  02:55:38
53456         Log: Subject: [PATCH 5.7.0] IVs in mtats
53457              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53458              Date: Thu, 12 Oct 2000 22:51:04 -0400
53459              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
53460      Branch: perl
53461            ! malloc.c perl.h
53462 ____________________________________________________________________________
53463 [  7213] By: jhi                                   on 2000/10/13  02:31:47
53464         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
53465      Branch: perl
53466            ! pod/perldiag.pod pp_sys.c
53467 ____________________________________________________________________________
53468 [  7212] By: jhi                                   on 2000/10/13  01:27:38
53469         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
53470              From: Peter Prymmer <pvhp@forte.com>
53471              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
53472              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
53473      Branch: perl
53474            ! t/op/oct.t
53475 ____________________________________________________________________________
53476 [  7211] By: jhi                                   on 2000/10/13  00:35:09
53477         Log: Update Changes.
53478      Branch: perl
53479            ! Changes patchlevel.h
53480 ____________________________________________________________________________
53481 [  7210] By: jhi                                   on 2000/10/12  23:59:40
53482         Log: The Install.pm third of
53483              
53484              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
53485              From: Bill Campbell <bill@celestial.com>
53486              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
53487              Date: Thu, 5 Oct 2000 18:04:51 -0700
53488      Branch: perl
53489            ! lib/ExtUtils/Install.pm
53490 ____________________________________________________________________________
53491 [  7209] By: jhi                                   on 2000/10/12  23:58:43
53492         Log: Two thirds of
53493              
53494              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
53495              Date: Thu, 5 Oct 2000 18:04:51 -0700
53496              From: Bill Campbell <bill@celestial.com>
53497              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
53498              
53499              The Install.pm changes will be submitted separately because
53500              they need some work and discussion still.
53501      Branch: perl
53502            ! lib/getopts.pl lib/termcap.pl
53503 ____________________________________________________________________________
53504 [  7208] By: jhi                                   on 2000/10/12  23:41:19
53505         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
53506              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
53507              Date:     Thu, 12 Oct 2000 07:30:02 EDT
53508              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
53509      Branch: perl
53510            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
53511            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
53512 ____________________________________________________________________________
53513 [  7207] By: jhi                                   on 2000/10/12  23:39:01
53514         Log: An updated EBCDIC tr patch.
53515              
53516              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
53517              From: Peter Prymmer <pvhp@forte.com>
53518              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
53519              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
53520      Branch: perl
53521            ! t/op/tr.t
53522 ____________________________________________________________________________
53523 [  7206] By: jhi                                   on 2000/10/12  23:34:55
53524         Log: Upgrade to CPAN 1.58, from Andreas König.
53525      Branch: perl
53526            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
53527 ____________________________________________________________________________
53528 [  7205] By: jhi                                   on 2000/10/12  23:29:08
53529         Log: Introduce the man[24-8] variables, from Andy Dougherty.
53530      Branch: metaconfig/U/perl
53531            + mandirs.U mandirstyle.U
53532      Branch: perl
53533            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
53534            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
53535            ! vos/config.h vos/config.pl vos/config_h.SH_orig
53536            ! win32/config.bc win32/config.gc win32/config.vc
53537 ____________________________________________________________________________
53538 [  7204] By: gsar                                  on 2000/10/12  18:11:24
53539         Log: restore change#7202
53540      Branch: perl
53541            ! mg.c
53542 ____________________________________________________________________________
53543 [  7203] By: gsar                                  on 2000/10/12  18:09:40
53544         Log: another test of the Emergency Broadcast System--back out 
53545              change#7202
53546      Branch: perl
53547            ! mg.c
53548 ____________________________________________________________________________
53549 [  7202] By: gsar                                  on 2000/10/12  16:40:47
53550         Log: (submitted on behalf of Jarkko)
53551              Fix the lib/encode.t subtest 6 failure as reported by Andreas
53552              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
53553              was unearthed by change 7182, as was a bug in HTML::Entities.
53554      Branch: perl
53555            ! mg.c
53556 ____________________________________________________________________________
53557 [  7201] By: jhi                                   on 2000/10/11  03:16:05
53558         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
53559      Branch: perl
53560            ! pp_hot.c t/pragma/utf8.t
53561 ____________________________________________________________________________
53562 [  7200] By: jhi                                   on 2000/10/11  00:40:30
53563         Log: The #7198 was a false alarm.
53564      Branch: perl
53565            ! pp_hot.c
53566 ____________________________________________________________________________
53567 [  7199] By: jhi                                   on 2000/10/11  00:26:04
53568         Log: Remove duplicated code.
53569      Branch: perl
53570            ! t/lib/cgi-html.t
53571 ____________________________________________________________________________
53572 [  7198] By: jhi                                   on 2000/10/10  23:30:46
53573         Log: (Retracted by #7200.)
53574      Branch: perl
53575            ! pp_hot.c
53576 ____________________________________________________________________________
53577 [  7197] By: jhi                                   on 2000/10/10  21:49:30
53578         Log: Add the test case for #7190, from the original bug report
53579              by Andreas König.
53580      Branch: perl
53581            ! t/pragma/utf8.t
53582 ____________________________________________________________________________
53583 [  7196] By: jhi                                   on 2000/10/10  21:40:49
53584         Log: Reapply Andy's patch and regen Configure.
53585      Branch: perl
53586            ! Configure INSTALL Makefile.SH Porting/Glossary
53587            ! Porting/config.sh config_h.SH epoc/config.sh installperl
53588            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
53589            ! win32/config.vc
53590 ____________________________________________________________________________
53591 [  7195] By: jhi                                   on 2000/10/10  21:09:30
53592         Log: Use the versiononly instead of the installscripts,
53593              retract the changes 7146 and 7147.
53594      Branch: perl
53595            ! Configure INSTALL Makefile.SH Porting/Glossary
53596            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
53597            ! installperl uconfig.sh vos/config.def win32/config.bc
53598            ! win32/config.gc win32/config.vc
53599 ____________________________________________________________________________
53600 [  7194] By: jhi                                   on 2000/10/10  21:06:15
53601         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
53602              From: Peter Prymmer <pvhp@forte.com>
53603              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
53604              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
53605      Branch: perl
53606            ! t/op/ver.t
53607 ____________________________________________________________________________
53608 [  7193] By: jhi                                   on 2000/10/10  21:05:12
53609         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
53610              From: Peter Prymmer <pvhp@forte.com>
53611              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
53612              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
53613      Branch: perl
53614            ! t/op/tr.t
53615 ____________________________________________________________________________
53616 [  7192] By: jhi                                   on 2000/10/10  20:57:30
53617         Log: Add versiononly, delete installscripts, from Andy Dougherty.
53618      Branch: metaconfig
53619            - U/installdirs/installscripts.U
53620      Branch: metaconfig/U/perl
53621            + versiononly.U
53622 ____________________________________________________________________________
53623 [  7191] By: jhi                                   on 2000/10/10  19:41:21
53624         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
53625              From: Peter Prymmer <pvhp@forte.com>
53626              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
53627              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
53628      Branch: perl
53629            ! pod/perlebcdic.pod
53630 ____________________________________________________________________________
53631 [  7190] By: jhi                                   on 2000/10/10  19:26:14
53632         Log: Subject: Re: utf8 concat, mg_get
53633              From: Simon Cozens <simon@cozens.net>
53634              Date: Tue, 10 Oct 2000 17:40:17 +0100
53635              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
53636      Branch: perl
53637            ! pp_hot.c
53638 ____________________________________________________________________________
53639 [  7189] By: jhi                                   on 2000/10/10  19:23:03
53640         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
53641              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
53642              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
53643              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
53644      Branch: perl
53645            ! lib/ExtUtils/MM_Unix.pm
53646 ____________________________________________________________________________
53647 [  7188] By: jhi                                   on 2000/10/10  15:31:24
53648         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
53649              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
53650              Date: Fri, 14 Jul 2000 10:47:36 +0100
53651              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
53652      Branch: perl
53653            ! README.win32
53654 ____________________________________________________________________________
53655 [  7187] By: jhi                                   on 2000/10/10  13:30:10
53656         Log: Quote the temp file name, needed in Win32 because the
53657              default name unfortunately contains spaces, shouldn't
53658              hurt elsewhere.
53659              
53660              Subject: FW: perldoc fails if $TEMP contains spaces
53661              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
53662              Date: Thu, 14 Sep 2000 08:58:45 +0100
53663              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
53664      Branch: perl
53665            ! utils/perldoc.PL
53666 ____________________________________________________________________________
53667 [  7186] By: jhi                                   on 2000/10/10  13:16:27
53668         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
53669              From: hv@hugo.hybyte.com
53670              Date: Tue, 10 Oct 2000 14:10:20 +0100
53671              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
53672      Branch: perl
53673            ! t/lib/thr5005.t util.c
53674 ____________________________________________________________________________
53675 [  7185] By: jhi                                   on 2000/10/10  12:06:22
53676         Log: Upgrade to podlators 1.04, from Russ Allbery.
53677      Branch: perl
53678            ! lib/Pod/Man.pm lib/Pod/Text.pm
53679 ____________________________________________________________________________
53680 [  7184] By: jhi                                   on 2000/10/10  12:01:32
53681         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
53682      Branch: perl
53683            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
53684 ____________________________________________________________________________
53685 [  7183] By: jhi                                   on 2000/10/09  23:47:15
53686         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
53687              From: Peter Prymmer <pvhp@forte.com>
53688              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
53689              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
53690      Branch: perl
53691            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
53692 ____________________________________________________________________________
53693 [  7182] By: jhi                                   on 2000/10/09  23:43:16
53694         Log: Make eq work again with utf8 (disabling the upgrading
53695              should no more be necessary since the copies of the
53696              scalars are upgraded, not the scalars themselves).
53697              Takes care of ID 20001009.001.  (The claimed length()
53698              bug in 20001009.001 seems bogus to me.)
53699      Branch: perl
53700            ! sv.c t/pragma/utf8.t
53701 ____________________________________________________________________________
53702 [  7181] By: gsar                                  on 2000/10/09  19:41:54
53703         Log: tweak for change#7173
53704      Branch: perl
53705            ! win32/win32sck.c
53706 ____________________________________________________________________________
53707 [  7180] By: gsar                                  on 2000/10/09  19:26:56
53708         Log: on Windows, clean targets might not work under some flavors of the shell
53709      Branch: perl
53710            ! win32/Makefile win32/makefile.mk
53711 ____________________________________________________________________________
53712 [  7179] By: jhi                                   on 2000/10/09  19:21:02
53713         Log: Update Changes.
53714      Branch: perl
53715            ! Changes patchlevel.h
53716 ____________________________________________________________________________
53717 [  7178] By: jhi                                   on 2000/10/09  19:18:23
53718         Log: Warn about unknown scripts.
53719              
53720              Subject: Re: ideas? patches? [PATCH bleadperl]
53721              From: Dominic Dunlop <domo@computer.org>
53722              Date: Mon, 9 Oct 2000 14:57:17 +0200
53723              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
53724      Branch: perl
53725            ! lib/charnames.pm
53726 ____________________________________________________________________________
53727 [  7177] By: jhi                                   on 2000/10/09  19:13:27
53728         Log: Change #7160 had a nasty typo.
53729      Branch: metaconfig
53730            ! U/compline/Compile.U
53731      Branch: perl
53732            ! Configure config_h.SH
53733 ____________________________________________________________________________
53734 [  7176] By: gsar                                  on 2000/10/09  18:59:33
53735         Log: pod nit
53736      Branch: perl
53737            ! pod/perlport.pod
53738 ____________________________________________________________________________
53739 [  7175] By: gsar                                  on 2000/10/09  18:54:28
53740         Log: Windows9x doesn't support link(), despite what Config.pm
53741              might think
53742      Branch: perl
53743            ! lib/ExtUtils/Manifest.pm
53744 ____________________________________________________________________________
53745 [  7174] By: gsar                                  on 2000/10/09  18:50:03
53746         Log: avoid nonportable example code
53747      Branch: perl
53748            ! lib/File/Copy.pm
53749 ____________________________________________________________________________
53750 [  7173] By: gsar                                  on 2000/10/09  18:46:54
53751         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
53752              being used) when closing a socket handle
53753      Branch: perl
53754            ! win32/win32.c win32/win32.h win32/win32sck.c
53755 ____________________________________________________________________________
53756 [  7172] By: gsar                                  on 2000/10/09  18:41:40
53757         Log: on Windows, cwd strings in the environment should be of the
53758              form =X:=X:\foo instead of =X=X:\foo\
53759      Branch: perl
53760            ! win32/vdir.h
53761 ____________________________________________________________________________
53762 [  7171] By: gsar                                  on 2000/10/09  18:30:09
53763         Log: on Windows, LoadLibrary() could load an extension DLL multiple
53764              times if forward slashes are used in the path
53765      Branch: perl
53766            ! win32/win32.c
53767 ____________________________________________________________________________
53768 [  7170] By: jhi                                   on 2000/10/09  17:53:59
53769         Log: Add a todo note about overloadable assertions.
53770      Branch: perl
53771            ! Todo-5.6
53772 ____________________________________________________________________________
53773 [  7169] By: jhi                                   on 2000/10/09  13:43:45
53774         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
53775              From: mjd@plover.com
53776              Date: 9 Oct 2000 00:24:44 -0000
53777              Message-ID: <20001009002444.10616.qmail@plover.com>
53778      Branch: perl
53779            ! pod/perldebguts.pod
53780 ____________________________________________________________________________
53781 [  7168] By: nick                                  on 2000/10/08  13:16:33
53782         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
53783              is not right thing to do on (e.g. x86). Network order is also "right" for
53784              X fonts.
53785      Branch: perl
53786            ! ext/Encode/Encode.pm
53787 ____________________________________________________________________________
53788 [  7167] By: nick                                  on 2000/10/08  12:54:42
53789         Log: Make "encodings" work post-install when Encode/*.enc files may not
53790              be in same directory as Encode.pm
53791      Branch: perl
53792            ! ext/Encode/Encode.pm
53793 ____________________________________________________________________________
53794 [  7166] By: nick                                  on 2000/10/08  11:51:26
53795         Log: Work round the fact that $hash->{$key} does not take into account
53796              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
53797              so that key is always in the "expected" encoding - i.e. same way we put
53798              it in the hash.
53799      Branch: perl
53800            ! ext/Encode/Encode.pm
53801 ____________________________________________________________________________
53802 [  7165] By: gsar                                  on 2000/10/08  04:15:29
53803         Log: save_re_context() could reset PL_curcop to freed memory, causing core
53804              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
53805      Branch: perl
53806            ! pp_ctl.c
53807 ____________________________________________________________________________
53808 [  7164] By: jhi                                   on 2000/10/06  20:51:48
53809         Log: UTF8ize split() so that the cloned substrings get the UTF8
53810              flag of the original scalar.  Problem reported by Simon Cozens.
53811      Branch: perl
53812            ! pp.c t/pragma/utf8.t
53813 ____________________________________________________________________________
53814 [  7163] By: nick                                  on 2000/10/06  20:48:34
53815         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
53816              got a false +ve and so did not reach code which would have un-FAKEd the SV.
53817      Branch: perl
53818            ! sv.c
53819 ____________________________________________________________________________
53820 [  7162] By: nick                                  on 2000/10/06  20:25:37
53821         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
53822              To fix  (sort {$a <=> $b} keys %hash) in particular but
53823              should cover a number of other as-yet-unknown cases as well.
53824      Branch: perl
53825            ! sv.c
53826 ____________________________________________________________________________
53827 [  7161] By: jhi                                   on 2000/10/06  19:56:18
53828         Log: Change the version number of Tie::Handle in the core to 4.0,
53829              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
53830              
53831              Subject: Note on Tie::Handle
53832              From: andreas.koenig@anima.de (Andreas J. Koenig)
53833              Date:      06 Oct 2000 21:48:58 +0200
53834              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
53835      Branch: perl
53836            ! lib/Tie/Handle.pm
53837 ____________________________________________________________________________
53838 [  7160] By: jhi                                   on 2000/10/06  18:20:35
53839         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
53840              as the first option of cc/ld because of ultrapicky compilers
53841              (e.g. OS/390 R2.5)
53842      Branch: metaconfig
53843            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
53844            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
53845            ! U/compline/orderlib.U U/modified/Cppsym.U
53846            ! U/modified/d_access.U
53847      Branch: metaconfig/U/perl
53848            ! Checkcc.U d_dlsymun.U gccvers.U
53849      Branch: perl
53850            ! Configure config_h.SH
53851 ____________________________________________________________________________
53852 [  7159] By: jhi                                   on 2000/10/06  13:56:39
53853         Log: Update Changes.
53854      Branch: perl
53855            ! Changes patchlevel.h
53856 ____________________________________________________________________________
53857 [  7158] By: jhi                                   on 2000/10/06  12:48:40
53858         Log: Eliminate $Is_VMS code from the test.
53859              
53860              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
53861              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
53862              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
53863              Date:     Thu, 5 Oct 2000 07:46:33 EDT
53864      Branch: perl
53865            ! t/lib/b.t
53866 ____________________________________________________________________________
53867 [  7157] By: jhi                                   on 2000/10/06  12:47:13
53868         Log: Also the $ccflags is needed for the C compiler check.
53869              
53870              Subject: Configure (check for C-compiler)
53871              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
53872              Date: Fri, 06 Oct 2000 08:47:15 +0200
53873              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
53874      Branch: metaconfig/U/perl
53875            ! Checkcc.U
53876      Branch: perl
53877            ! Configure config_h.SH
53878 ____________________________________________________________________________
53879 [  7156] By: jhi                                   on 2000/10/06  11:45:15
53880         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
53881      Branch: perl
53882            ! perl.c pp_ctl.c sv.h utf8.c
53883 ____________________________________________________________________________
53884 [  7155] By: jhi                                   on 2000/10/06  11:40:41
53885         Log: IO::Handle->syswrite() did not handle length omission
53886              like CORE::syswrite() does.
53887              
53888              Subject: [Fwd] IO::Handle, syswrite and arguments
53889              From: Graham Barr <gbarr@pobox.com>
53890              Date: Fri, 6 Oct 2000 10:22:05 +0100
53891              Message-ID: <20001006102205.U6312@pobox.com>
53892              
53893              The original patch from andrew@ugh.net.au.
53894      Branch: perl
53895            ! ext/IO/lib/IO/Handle.pm
53896 ____________________________________________________________________________
53897 [  7154] By: jhi                                   on 2000/10/06  01:42:15
53898         Log: Tweak #7153.
53899      Branch: perl
53900            ! utf8.h
53901 ____________________________________________________________________________
53902 [  7153] By: jhi                                   on 2000/10/06  00:39:55
53903         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
53904      Branch: perl
53905            ! utf8.h
53906 ____________________________________________________________________________
53907 [  7152] By: jhi                                   on 2000/10/06  00:38:11
53908         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
53909      Branch: perl
53910            ! perl.c pp_ctl.c sv.h utf8.c
53911 ____________________________________________________________________________
53912 [  7151] By: jhi                                   on 2000/10/06  00:36:38
53913         Log: Subject: Re: Questions about Tie::Array and perl modules
53914              From: Nick Ing-Simmons <nik@tiuk.ti.com>
53915              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
53916              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
53917              
53918              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
53919      Branch: perl
53920            ! lib/Tie/Array.pm t/op/array.t
53921 ____________________________________________________________________________
53922 [  7150] By: jhi                                   on 2000/10/05  00:20:45
53923         Log: Regen Changes.
53924      Branch: perl
53925            ! Changes patchlevel.h
53926 ____________________________________________________________________________
53927 [  7149] By: jhi                                   on 2000/10/05  00:20:01
53928         Log: Regen toc.
53929      Branch: perl
53930            ! pod/perltoc.pod
53931 ____________________________________________________________________________
53932 [  7148] By: jhi                                   on 2000/10/04  23:35:08
53933         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
53934              reported several times by Dominic Dunlop, for example in
53935              ID 20000315.008.  Patch from Dominic.  Patch affects at
53936              least MachTen, and possibly other oldish BSDs. Should not
53937              break non-broken platforms (tested on LinuxPPC). 
53938      Branch: perl
53939            ! doio.c
53940 ____________________________________________________________________________
53941 [  7147] By: jhi                                   on 2000/10/04  23:26:34
53942         Log: The one that got away from 7146.
53943      Branch: metaconfig
53944            + U/installdirs/installscripts.U
53945 ____________________________________________________________________________
53946 [  7146] By: jhi                                   on 2000/10/04  23:25:04
53947         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
53948              suggested by H. Merijn Brand.
53949      Branch: perl
53950            ! Configure INSTALL Makefile.SH Porting/Glossary
53951            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
53952            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
53953            ! win32/config.vc
53954 ____________________________________________________________________________
53955 [  7145] By: jhi                                   on 2000/10/04  22:08:21
53956         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
53957              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53958              Date: Wed, 4 Oct 2000 17:37:46 -0400
53959              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
53960      Branch: perl
53961            ! utils/h2xs.PL
53962 ____________________________________________________________________________
53963 [  7144] By: jhi                                   on 2000/10/04  18:11:41
53964         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
53965              From: Jeff Pinyan <jeffp@crusoe.net>
53966              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
53967              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
53968      Branch: perl
53969            ! pod/perlrun.pod
53970 ____________________________________________________________________________
53971 [  7143] By: jhi                                   on 2000/10/04  18:09:58
53972         Log: Subject: perlhack.pod Patch for Externals Tools
53973              From: Fisher Mark <fisherm@tce.com>
53974              Date: Tue, 3 Oct 2000 15:43:27 -0500 
53975              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
53976      Branch: perl
53977            ! pod/perlhack.pod
53978 ____________________________________________________________________________
53979 [  7142] By: jhi                                   on 2000/10/04  18:08:41
53980         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
53981              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
53982              Date:     Wed, 4 Oct 2000 12:11:11 EDT
53983              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
53984      Branch: perl
53985            ! vms/vms.c
53986 ____________________________________________________________________________
53987 [  7141] By: jhi                                   on 2000/10/04  12:20:16
53988         Log: Subject: [PATCH 5.7.0] h2xs not working
53989              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53990              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
53991              Date: Tue, 3 Oct 2000 21:43:01 -0400
53992              
53993              Subject: [PATCH 5.7.0] h2xs not documenting the created module
53994              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53995              Date: Tue, 3 Oct 2000 22:55:19 -0400
53996              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
53997      Branch: perl
53998            ! utils/h2xs.PL
53999 ____________________________________________________________________________
54000 [  7140] By: jhi                                   on 2000/10/04  11:53:44
54001         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
54002              From: nick@babyhippo.com
54003              Date: Wed, 4 Oct 2000 12:06:45 +0100
54004              Message-Id: <20001004120645.A7356@babyhippo.com>
54005              
54006              Retract 7118 and 7135.
54007      Branch: perl
54008            ! installman installperl op.c t/pragma/subs.t
54009 ____________________________________________________________________________
54010 [  7139] By: jhi                                   on 2000/10/03  22:09:41
54011         Log: It is possible to have no hosts database at all.  Pointed out in
54012              
54013              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
54014              From: Peter Prymmer <pvhp@forte.com>
54015              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
54016              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
54017      Branch: metaconfig
54018            ! U/modified/myhostname.U
54019      Branch: perl
54020            ! Configure config_h.SH
54021 ____________________________________________________________________________
54022 [  7138] By: jhi                                   on 2000/10/03  21:49:49
54023         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
54024              From: Peter Prymmer <pvhp@forte.com>
54025              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
54026              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
54027      Branch: perl
54028            ! pp_sys.c
54029 ____________________________________________________________________________
54030 [  7137] By: jhi                                   on 2000/10/03  20:10:05
54031         Log: One remaining nit less at the VMS mailbox sizing.
54032      Branch: perl
54033            ! vms/vms.c
54034 ____________________________________________________________________________
54035 [  7136] By: jhi                                   on 2000/10/03  20:08:47
54036         Log: Test harness update to sync with the new perlcc,
54037              from Simon Cozens.
54038      Branch: perl
54039            ! t/TEST t/UTEST
54040 ____________________________________________________________________________
54041 [  7135] By: jhi                                   on 2000/10/03  15:15:42
54042         Log: Subject: Re: PATCH for 20001003.004
54043              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
54044              From: "AARON B. DOSSETT" <aaron@iglou.com>
54045              Message-Id: <E13gTay-0006od-00@iglou.com>
54046      Branch: perl
54047            ! installman installperl
54048 ____________________________________________________________________________
54049 [  7134] By: jhi                                   on 2000/10/03  15:00:34
54050         Log: Subject: [ID 20001003.006] B::Debug not -w clean
54051              From: Nicholas Clark <nick@babyhippo.co.uk>
54052              Date: Tue, 03 Oct 2000 15:46:32 +0100
54053              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
54054      Branch: perl
54055            ! ext/B/B/Debug.pm
54056 ____________________________________________________________________________
54057 [  7133] By: jhi                                   on 2000/10/03  14:58:39
54058         Log: Scale down the VMS message boxes, by Charles Lane.
54059              Fix for ID 20000903.009, workaround at
54060              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
54061      Branch: perl
54062            ! vms/vms.c
54063 ____________________________________________________________________________
54064 [  7132] By: jhi                                   on 2000/10/03  11:20:37
54065         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
54066      Branch: perl
54067            + t/lib/st-lock.t t/lib/st-utf8.t
54068            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
54069            ! ext/Storable/Storable.xs t/lib/st-recurse.t
54070 ____________________________________________________________________________
54071 [  7131] By: jhi                                   on 2000/10/03  03:38:23
54072         Log: Encode nits.
54073      Branch: perl
54074            ! MANIFEST Makefile.SH
54075 ____________________________________________________________________________
54076 [  7130] By: jhi                                   on 2000/10/03  03:31:05
54077         Log: Update Changes.
54078      Branch: perl
54079            ! Changes patchlevel.h
54080 ____________________________________________________________________________
54081 [  7129] By: jhi                                   on 2000/10/03  02:24:02
54082         Log: Misplaced else.
54083      Branch: metaconfig/U/perl
54084            ! d_strtoll.U
54085      Branch: perl
54086            ! Configure config_h.SH
54087 ____________________________________________________________________________
54088 [  7128] By: jhi                                   on 2000/10/03  02:08:29
54089         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
54090              From: sthoenna@efn.org
54091              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
54092              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
54093      Branch: metaconfig/U/perl
54094            ! d_strtoll.U
54095      Branch: perl
54096            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
54097 ____________________________________________________________________________
54098 [  7127] By: jhi                                   on 2000/10/03  01:13:14
54099         Log: Update Changes.
54100      Branch: perl
54101            ! Changes patchlevel.h
54102 ____________________________________________________________________________
54103 [  7126] By: jhi                                   on 2000/10/03  00:57:08
54104         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
54105              as suggested by Olaf Flebbe and Nick Clark.
54106      Branch: perl
54107            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
54108 ____________________________________________________________________________
54109 [  7125] By: jhi                                   on 2000/10/03  00:50:56
54110         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
54111              From: Nick Clark <nick@plum.flirble.org>
54112              Date: Mon, 2 Oct 2000 11:03:24 +0100
54113              Message-Id: <20001002110324.D20073@plum.flirble.org>
54114              
54115              Also fixes bug ID 20001002.005.
54116      Branch: perl
54117            ! t/lib/encode.t
54118 ____________________________________________________________________________
54119 [  7124] By: jhi                                   on 2000/10/03  00:34:59
54120         Log: Subject: [PATCH 5.7.0] Epoc update
54121              From: Olaf Flebbe <o.flebbe@gmx.de>
54122              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
54123              Message-ID: <26423.969484586@www10.gmx.net>
54124      Branch: perl
54125            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
54126            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
54127            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
54128            ! util.c util.h
54129 ____________________________________________________________________________
54130 [  7123] By: jhi                                   on 2000/10/03  00:30:07
54131         Log: Regen headers.
54132      Branch: perl
54133            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
54134 ____________________________________________________________________________
54135 [  7122] By: jhi                                   on 2000/10/03  00:10:48
54136         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
54137      Branch: perl
54138            ! hints/openbsd.sh
54139 ____________________________________________________________________________
54140 [  7121] By: jhi                                   on 2000/10/03  00:05:06
54141         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
54142              From: <abigail@foad.org>
54143              Date: Tue, 26 Sep 2000 13:36:14 -0400
54144              Message-ID: <20000926173614.4356.qmail@foad.org>
54145      Branch: perl
54146            ! pod/perlop.pod
54147 ____________________________________________________________________________
54148 [  7120] By: jhi                                   on 2000/10/03  00:04:00
54149         Log: Inside require() $^S was always left undefined.
54150              
54151              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
54152              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54153              Date: Wed, 27 Sep 2000 18:54:49 -0400
54154              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
54155      Branch: perl
54156            ! cop.h mg.c pp_ctl.c util.c
54157 ____________________________________________________________________________
54158 [  7119] By: jhi                                   on 2000/10/03  00:00:16
54159         Log: Subject: [PATCH] DLL not restartabke with threaded perl
54160              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
54161              Date: Thu, 28 Sep 2000 09:20:46 +0100
54162              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
54163      Branch: perl
54164            ! perl.c
54165 ____________________________________________________________________________
54166 [  7118] By: jhi                                   on 2000/10/02  23:59:20
54167         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
54168              From: Nicholas Clark <nick@ccl4.org>
54169              Date: Thu, 28 Sep 2000 11:52:24 +0100
54170              Message-ID: <20000928115224.D7924@plum.flirble.org>
54171      Branch: perl
54172            ! op.c
54173 ____________________________________________________________________________
54174 [  7117] By: jhi                                   on 2000/10/02  23:57:51
54175         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
54176              From: Nicholas Clark <nick@babyhippo.co.uk>
54177              Date: Thu, 28 Sep 2000 12:18:10 +0100
54178              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
54179              
54180              Did not apply cleanly, manual intervention was needed.
54181      Branch: perl
54182            ! ext/B/B/Bytecode.pm utils/perlcc.PL
54183 ____________________________________________________________________________
54184 [  7116] By: jhi                                   on 2000/10/02  23:50:40
54185         Log: Document the issue (is not a syntax error, kind of)
54186              
54187              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
54188              From: Nicholas Clark <nick@ccl4.org>
54189              Date: Thu, 28 Sep 2000 17:12:42 +0100
54190              Message-ID: <20000928171242.K7924@plum.flirble.org>
54191      Branch: perl
54192            ! pod/perldata.pod
54193 ____________________________________________________________________________
54194 [  7115] By: jhi                                   on 2000/10/02  23:48:58
54195         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
54196              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54197              Date: Thu, 28 Sep 2000 21:55:31 -0400
54198              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
54199      Branch: perl
54200            ! regexec.c
54201 ____________________________________________________________________________
54202 [  7114] By: jhi                                   on 2000/10/02  23:47:57
54203         Log: Subject: DOC PATCH 5.6.0
54204              From: mjd@plover.com
54205              Date: 30 Sep 2000 06:02:34 -0000
54206              Message-ID: <20000930060234.4559.qmail@plover.com>
54207      Branch: perl
54208            ! pod/perldebguts.pod
54209 ____________________________________________________________________________
54210 [  7113] By: jhi                                   on 2000/10/02  23:46:43
54211         Log: SOCK_DGRAM and listen() do not mix as reported in
54212              
54213              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
54214              From: Petter Reinholdtsen <pere@hungry.com>
54215              Date: Sun, 1 Oct 2000 10:57:20 +0800
54216              Message-Id: <200010010257.KAA05735@localhost.localdomain>
54217              
54218              The patch for 5.7.0+ had to be reengineered, though.
54219      Branch: perl
54220            ! ext/IO/lib/IO/Socket/UNIX.pm
54221 ____________________________________________________________________________
54222 [  7112] By: jhi                                   on 2000/10/02  23:36:57
54223         Log: Subject: Re: [PATCH 5.005_64 missed]
54224              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54225              Date: Sun, 1 Oct 2000 18:50:10 -0400
54226              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
54227      Branch: perl
54228            ! pod/perlxs.pod
54229 ____________________________________________________________________________
54230 [  7111] By: jhi                                   on 2000/10/02  23:35:40
54231         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
54232              From: Radu Greab <radu@netsoft.ro>
54233              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
54234              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
54235      Branch: perl
54236            ! op.c opcode.pl t/op/substr.t
54237 ____________________________________________________________________________
54238 [  7110] By: jhi                                   on 2000/10/02  23:32:38
54239         Log: Subject: [PATCH] Fix aliasing of tied filehandles
54240              From: Daniel Chetlin <daniel@chetlin.com>
54241              Date: Mon, 2 Oct 2000 14:53:27 -0700
54242              Message-ID: <20001002145327.C1617@ilmd>
54243      Branch: perl
54244            ! perl.h pp_hot.c t/op/tiehandle.t
54245 ____________________________________________________________________________
54246 [  7109] By: jhi                                   on 2000/10/02  23:31:30
54247         Log: s/Robin Parker/Robin Barker/
54248      Branch: perl
54249            ! Changes5.6
54250 ____________________________________________________________________________
54251 [  7108] By: jhi                                   on 2000/10/02  23:15:46
54252         Log: Retract #7091 as suggested in
54253              
54254              From: Robin Barker <rmb1@cise.npl.co.uk> 
54255              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
54256              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
54257              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
54258      Branch: perl
54259            ! embed.pl proto.h
54260 ____________________________________________________________________________
54261 [  7107] By: nick                                  on 2000/10/02  18:23:14
54262         Log: A few tweaks to get Tk803 to work with Encode scheme.
54263      Branch: perl
54264            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
54265 ____________________________________________________________________________
54266 [  7106] By: nick                                  on 2000/10/01  21:34:14
54267         Log: Add checking cases to Encode's toUnicode and fromUnicode.
54268      Branch: perl
54269            ! ext/Encode/Encode.pm
54270 ____________________________________________________________________________
54271 [  7105] By: nick                                  on 2000/10/01  17:18:01
54272         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
54273              To read and use them.
54274              Add a lib/encode.t which checks a few things.
54275      Branch: perl
54276            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
54277            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
54278            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
54279            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
54280            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
54281            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
54282            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
54283            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
54284            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
54285            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
54286            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
54287            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
54288            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
54289            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
54290            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
54291            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
54292            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
54293            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
54294            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
54295            + ext/Encode/Encode/iso2022-jp.enc
54296            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
54297            + ext/Encode/Encode/iso8859-1.enc
54298            + ext/Encode/Encode/iso8859-2.enc
54299            + ext/Encode/Encode/iso8859-3.enc
54300            + ext/Encode/Encode/iso8859-4.enc
54301            + ext/Encode/Encode/iso8859-5.enc
54302            + ext/Encode/Encode/iso8859-6.enc
54303            + ext/Encode/Encode/iso8859-7.enc
54304            + ext/Encode/Encode/iso8859-8.enc
54305            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
54306            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
54307            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
54308            + ext/Encode/Encode/macCentEuro.enc
54309            + ext/Encode/Encode/macCroatian.enc
54310            + ext/Encode/Encode/macCyrillic.enc
54311            + ext/Encode/Encode/macDingbats.enc
54312            + ext/Encode/Encode/macGreek.enc
54313            + ext/Encode/Encode/macIceland.enc
54314            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
54315            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
54316            + ext/Encode/Encode/macTurkish.enc
54317            + ext/Encode/Encode/macUkraine.enc
54318            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
54319            + t/lib/encode.t
54320            ! MANIFEST ext/Encode/Encode.pm
54321 ____________________________________________________________________________
54322 [  7104] By: nick                                  on 2000/09/30  13:04:30
54323         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
54324              From: Daniel Chetlin <daniel@chetlin.com>
54325              Date: Mon, 18 Sep 2000 05:05:40 -0700
54326              Message-Id: <20000918050540.C652@ilmd>
54327      Branch: perl
54328            ! lib/overload.pm sv.c t/pragma/overload.t
54329 ____________________________________________________________________________
54330 [  7103] By: nick                                  on 2000/09/30  12:53:36
54331         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
54332              From: Johan Vromans <jvromans@squirrel.nl>
54333              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
54334              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
54335      Branch: perl
54336            ! pod/Makefile.SH
54337 ____________________________________________________________________________
54338 [  7102] By: nick                                  on 2000/09/30  12:52:31
54339         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
54340              From: Spider Boardman <spider@Orb.Nashua.NH.US>
54341              Date: Sat, 16 Sep 2000 16:36:45 -0400
54342              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
54343      Branch: perl
54344            ! ext/B/B/Deparse.pm
54345 ____________________________________________________________________________
54346 [  7101] By: nick                                  on 2000/09/30  12:51:41
54347         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
54348              From: Craig A. Berry <craig.berry@psinetcs.com>
54349              Date: Sat, 16 Sep 2000 10:11:10 -0500
54350              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
54351      Branch: perl
54352            ! vms/vms.c
54353 ____________________________________________________________________________
54354 [  7100] By: nick                                  on 2000/09/30  12:50:33
54355         Log: Subject: Re: unicode support and perl [ID 20000901.097]
54356              From: Spider Boardman <spider@Orb.Nashua.NH.US>
54357              Date: Fri, 15 Sep 2000 16:37:58 -0400
54358              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
54359      Branch: perl
54360            ! t/op/append.t
54361 ____________________________________________________________________________
54362 [  7099] By: nick                                  on 2000/09/30  12:49:35
54363         Log: Subject: Re: unicode support and perl [ID 20000901.097]
54364              From: Spider Boardman <spider@Orb.Nashua.NH.US>
54365              Date: Fri, 15 Sep 2000 16:25:30 -0400
54366              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
54367      Branch: perl
54368            ! pp_hot.c
54369 ____________________________________________________________________________
54370 [  7098] By: nick                                  on 2000/09/30  12:48:00
54371         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
54372              From: Gisle Aas <gisle@ActiveState.com>
54373              Date: 15 Sep 2000 16:23:41 +0200
54374              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
54375      Branch: perl
54376            ! toke.c
54377 ____________________________________________________________________________
54378 [  7097] By: nick                                  on 2000/09/30  12:45:16
54379         Log: Subject: [PATCH] Nits in perlmod.pod
54380              From: Daniel Chetlin <daniel@chetlin.com>
54381              Date: Fri, 15 Sep 2000 02:04:09 -0700
54382              Message-Id: <20000915020409.A2104@ilmd>
54383      Branch: perl
54384            ! pod/perlmod.pod
54385 ____________________________________________________________________________
54386 [  7096] By: nick                                  on 2000/09/30  12:18:00
54387         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
54388              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
54389              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
54390              0 to checking to get the warning.
54391      Branch: perl
54392            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
54393            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
54394            ! regexec.c sv.c toke.c utf8.c
54395 ____________________________________________________________________________
54396 [  7095] By: nick                                  on 2000/09/15  16:55:59
54397         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
54398              
54399              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
54400              From: Spider Boardman <spider@Orb.Nashua.NH.US>
54401              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
54402              Date: Fri, 15 Sep 2000 06:37:30 -0400
54403      Branch: perl
54404            ! ext/Encode/Encode.xs sv.c
54405 ____________________________________________________________________________
54406 [  7094] By: jhi                                   on 2000/09/15  03:23:32
54407         Log: Update Changes.
54408      Branch: perl
54409            ! Changes patchlevel.h
54410 ____________________________________________________________________________
54411 [  7093] By: jhi                                   on 2000/09/15  03:11:44
54412         Log: Fix for the charnames.t failures from Spider Boardman.
54413      Branch: perl
54414            ! toke.c
54415 ____________________________________________________________________________
54416 [  7092] By: jhi                                   on 2000/09/15  00:15:48
54417         Log: Botched the #7090 check-in.
54418      Branch: perl
54419            ! sv.c
54420 ____________________________________________________________________________
54421 [  7091] By: jhi                                   on 2000/09/14  23:33:24
54422         Log: Part of #7081 didn't come through.
54423      Branch: perl
54424            ! embed.pl proto.h
54425 ____________________________________________________________________________
54426 [  7090] By: jhi                                   on 2000/09/14  23:17:39
54427         Log: Subject: Re: perl@7078 
54428              From: Spider Boardman <spider@web.zk3.dec.com>
54429              Date: Thu, 14 Sep 2000 19:06:36 -0400
54430              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
54431      Branch: perl
54432            ! sv.c toke.c
54433 ____________________________________________________________________________
54434 [  7089] By: jhi                                   on 2000/09/14  23:11:21
54435         Log: Small portability tweaks.
54436      Branch: perl
54437            ! ext/Encode/Encode.xs
54438 ____________________________________________________________________________
54439 [  7088] By: jhi                                   on 2000/09/14  22:57:23
54440         Log: Fake return to pacify picky compilers.
54441      Branch: perl
54442            ! ext/Encode/Encode.xs
54443 ____________________________________________________________________________
54444 [  7087] By: jhi                                   on 2000/09/14  22:53:37
54445         Log: Subject: [PATCH] utf8.c apidoc
54446              From: Simon Cozens <simon@cozens.net>
54447              Date: Thu, 14 Sep 2000 23:46:57 +0100
54448              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
54449      Branch: perl
54450            ! perlapi.c pod/perlapi.pod utf8.c
54451 ____________________________________________________________________________
54452 [  7086] By: jhi                                   on 2000/09/14  22:40:38
54453         Log: We don't need to count the high bit bytes, a boolean is enough. 
54454      Branch: perl
54455            ! sv.c
54456 ____________________________________________________________________________
54457 [  7085] By: jhi                                   on 2000/09/14  21:20:09
54458         Log: Replace #7084 with
54459              
54460              Subject: Re: perl@7078 
54461              From: Spider Boardman <spider@web.zk3.dec.com>
54462              Date: Thu, 14 Sep 2000 17:09:36 -0400
54463              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
54464      Branch: perl
54465            ! sv.c utf8.c
54466 ____________________________________________________________________________
54467 [  7084] By: jhi                                   on 2000/09/14  20:03:34
54468         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
54469              convertable to bytes by checking it doesn't go above 0xc3
54470              
54471              Subject: Re: perl@7078
54472              From: Simon Cozens <simon@cozens.net>
54473              Date: Thu, 14 Sep 2000 20:59:19 +0100
54474              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
54475      Branch: perl
54476            ! utf8.c
54477 ____________________________________________________________________________
54478 [  7083] By: jhi                                   on 2000/09/14  19:38:47
54479         Log: Subject: Re: perl@7078
54480              From: Simon Cozens <simon@cozens.net>
54481              Date: Thu, 14 Sep 2000 20:13:09 +0100
54482              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
54483      Branch: perl
54484            ! t/op/bop.t
54485 ____________________________________________________________________________
54486 [  7082] By: jhi                                   on 2000/09/14  17:50:44
54487         Log: The one that got away.
54488      Branch: perl
54489            ! lib/File/Find.pm
54490 ____________________________________________________________________________
54491 [  7081] By: jhi                                   on 2000/09/14  17:45:35
54492         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
54493              From: Robin Barker <rmb1@cise.npl.co.uk>
54494              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
54495              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
54496      Branch: perl
54497            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
54498            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
54499            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
54500            ! regcomp.c toke.c universal.c
54501 ____________________________________________________________________________
54502 [  7080] By: jhi                                   on 2000/09/14  17:40:35
54503         Log: Problems picked up by AIX cc.
54504              
54505              Subject: Re: perl@7078 (patch included)
54506              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
54507              Date: Thu, 14 Sep 2000 18:53:30 +0200
54508              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
54509      Branch: perl
54510            ! ext/Encode/Encode.xs
54511 ____________________________________________________________________________
54512 [  7079] By: jhi                                   on 2000/09/14  17:38:27
54513         Log: Subject: File::Find 5.7.0 POD nits
54514              From: Rich Morin <rdm@cfcl.com>
54515              Date: Wed, 13 Sep 2000 22:03:58 -0700
54516              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
54517      Branch: perl
54518            ! lib/File/Find.pm
54519 ____________________________________________________________________________
54520 [  7078] By: jhi                                   on 2000/09/14  14:58:20
54521         Log: Update Changes.
54522      Branch: perl
54523            ! Changes patchlevel.h
54524 ____________________________________________________________________________
54525 [  7077] By: jhi                                   on 2000/09/14  14:55:54
54526         Log: Compilation warnings and an error.
54527      Branch: perl
54528            ! sv.c
54529 ____________________________________________________________________________
54530 [  7076] By: jhi                                   on 2000/09/14  14:42:56
54531         Log: Fix for a parsing bug, not for the original bug.
54532              
54533              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
54534              From: Spider Boardman <spider@web.zk3.dec.com>
54535              Date: Wed, 13 Sep 2000 17:52:20 -0400
54536              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
54537      Branch: perl
54538            ! regcomp.c
54539 ____________________________________________________________________________
54540 [  7075] By: jhi                                   on 2000/09/14  14:40:40
54541         Log: Batch of UTF-8 patches from Simon Cozens.
54542      Branch: perl
54543            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
54544            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
54545            ! toke.c utf8.c
54546 ____________________________________________________________________________
54547 [  7074] By: jhi                                   on 2000/09/14  14:29:58
54548         Log: Subject: Re: Two advertising clauses need to be removed
54549              From: Russ Allbery <rra@stanford.edu>
54550              Date: 13 Sep 2000 18:50:26 -0700
54551              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
54552      Branch: perl
54553            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
54554 ____________________________________________________________________________
54555 [  7073] By: jhi                                   on 2000/09/14  14:28:20
54556         Log: Subject: [PATCH] de-wall t/README
54557              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
54558              Date: Wed, 13 Sep 2000 17:46:55 -0700
54559              Message-ID: <//Bw5gzkge/e092yn@efn.org>
54560      Branch: perl
54561            ! t/README
54562 ____________________________________________________________________________
54563 [  7072] By: jhi                                   on 2000/09/14  14:25:10
54564         Log: Hints optimization.
54565              
54566              Subject: Minor nit
54567              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
54568              Date: Wed, 13 Sep 2000 21:42:07 +0200
54569              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
54570      Branch: perl
54571            ! hints/hpux.sh
54572 ____________________________________________________________________________
54573 [  7071] By: jhi                                   on 2000/09/14  14:23:30
54574         Log: Allow chop() and chomp() to be overridden.
54575              
54576              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
54577              From: "Casey R. Tweten" <crt@kiski.net>
54578              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
54579              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
54580      Branch: perl
54581            ! toke.c
54582 ____________________________________________________________________________
54583 [  7070] By: jhi                                   on 2000/09/14  14:20:36
54584         Log: The return value of setlocale must be copied away.
54585              
54586              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
54587              From: Alan Burlison <Alan.Burlison@uk.sun.com>
54588              Date: Wed, 13 Sep 2000 16:27:37 +0100 
54589              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
54590      Branch: perl
54591            ! util.c
54592 ____________________________________________________________________________
54593 [  7069] By: jhi                                   on 2000/09/14  14:16:27
54594         Log: Remove vestiges of tr//CU.
54595              
54596              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
54597              From: Nick Clark <nick@plum.flirble.org>
54598              Date: Tue, 12 Sep 2000 22:50:14 +0100
54599              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
54600              
54601              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
54602              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
54603              Date: Tue, 12 Sep 2000 21:38:48 -0700
54604              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
54605      Branch: perl
54606            ! op.h pod/perlunicode.pod
54607 ____________________________________________________________________________
54608 [  7068] By: jhi                                   on 2000/09/13  14:18:39
54609         Log: Add the Encode extension.  The code is still largely just skeleton.
54610      Branch: perl
54611            + ext/Encode/Encode.pm ext/Encode/Encode.xs
54612            + ext/Encode/Makefile.PL ext/Encode/Todo
54613            ! MANIFEST Todo-5.6
54614 ____________________________________________________________________________
54615 [  7067] By: jhi                                   on 2000/09/12  17:43:33
54616         Log: Allow for whitespace between "#" and "line" in cpp output.
54617              
54618              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
54619              From: Calle Dybedahl <calle@lysator.liu.se>
54620              Date: 12 Sep 2000 19:38:02 +0200 
54621              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
54622      Branch: perl
54623            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
54624 ____________________________________________________________________________
54625 [  7066] By: gsar                                  on 2000/09/12  17:24:29
54626         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
54627              initialization in all the threads on Windows
54628      Branch: perl
54629            ! win32/win32.c
54630 ____________________________________________________________________________
54631 [  7065] By: jhi                                   on 2000/09/12  15:11:31
54632         Log: Update Changes.
54633      Branch: perl
54634            ! Changes patchlevel.h
54635 ____________________________________________________________________________
54636 [  7064] By: jhi                                   on 2000/09/12  14:54:54
54637         Log: Retract #7062, the pod tests are not ready.
54638      Branch: perl
54639            ! t/TEST t/harness
54640 ____________________________________________________________________________
54641 [  7063] By: jhi                                   on 2000/09/12  14:25:41
54642         Log: The #7054 truncated Configure badly.
54643      Branch: metaconfig/U/perl
54644            ! End.U
54645      Branch: perl
54646            ! Configure config_h.SH
54647 ____________________________________________________________________________
54648 [  7062] By: jhi                                   on 2000/09/12  14:08:32
54649         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
54650              From: sthoenna@efn.org
54651              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
54652              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
54653      Branch: perl
54654            ! t/TEST t/harness
54655 ____________________________________________________________________________
54656 [  7061] By: jhi                                   on 2000/09/12  14:07:18
54657         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
54658              From: sthoenna@efn.org
54659              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
54660              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
54661      Branch: perl
54662            ! pod/perlxs.pod
54663 ____________________________________________________________________________
54664 [  7060] By: jhi                                   on 2000/09/12  14:06:08
54665         Log: Break up the myconfig lines a bit.
54666              
54667              Subject: perlbug/perl -V output format
54668              From: sthoenna@efn.org
54669              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
54670              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
54671      Branch: perl
54672            ! myconfig.SH
54673 ____________________________________________________________________________
54674 [  7059] By: jhi                                   on 2000/09/12  14:05:04
54675         Log: Test for the #7049.
54676              
54677              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
54678              From: andreas.koenig@anima.de (Andreas J. Koenig)
54679              Date: 12 Sep 2000 06:42:01 +0200
54680              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
54681      Branch: perl
54682            ! t/op/my.t
54683 ____________________________________________________________________________
54684 [  7058] By: jhi                                   on 2000/09/12  14:03:05
54685         Log: Subject: [patch: perl@7045] vms updates
54686              From: Peter Prymmer <pvhp@forte.com>
54687              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
54688              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
54689      Branch: perl
54690            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
54691 ____________________________________________________________________________
54692 [  7057] By: jhi                                   on 2000/09/12  14:00:51
54693         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
54694              From: sthoenna@efn.org
54695              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
54696              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
54697      Branch: perl
54698            ! t/op/64bitint.t
54699 ____________________________________________________________________________
54700 [  7056] By: jhi                                   on 2000/09/12  13:58:14
54701         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
54702              From: Jeff Pinyan <jeffp@crusoe.net>
54703              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
54704              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
54705      Branch: perl
54706            ! pod/perlfunc.pod
54707 ____________________________________________________________________________
54708 [  7055] By: jhi                                   on 2000/09/12  13:56:32
54709         Log: Do in VMS as the #7054 does.
54710      Branch: perl
54711            ! configure.com
54712 ____________________________________________________________________________
54713 [  7054] By: jhi                                   on 2000/09/12  13:50:31
54714         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
54715              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
54716              Date: Mon, 11 Sep 2000 08:33:09 +0100
54717              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
54718      Branch: metaconfig/U/perl
54719            ! End.U
54720      Branch: perl
54721            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
54722            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
54723 ____________________________________________________________________________
54724 [  7053] By: jhi                                   on 2000/09/12  13:29:19
54725         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
54726              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
54727              Date:     Tue, 12 Sep 2000 08:35:59 EDT
54728              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
54729      Branch: perl
54730            ! vms/test.com
54731 ____________________________________________________________________________
54732 [  7052] By: jhi                                   on 2000/09/11  23:01:50
54733         Log: Document the SvUTF8*().
54734      Branch: perl
54735            ! pod/perlapi.pod sv.h
54736 ____________________________________________________________________________
54737 [  7051] By: gsar                                  on 2000/09/11  14:46:30
54738         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
54739              (missed a spot when fixing up op_pmreplroot hack for ithreads)
54740      Branch: perl
54741            ! op.c t/op/split.t
54742 ____________________________________________________________________________
54743 [  7050] By: nick                                  on 2000/09/11  10:03:51
54744         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
54745              
54746              Subject: borland C++ win32.c tweak
54747              From: Vadim Konovalov <vkonovalov@lucent.com>
54748              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
54749              Date: Mon, 11 Sep 2000 11:22:33 +0400
54750      Branch: perl
54751            ! win32/win32.c
54752 ____________________________________________________________________________
54753 [  7049] By: nick                                  on 2000/09/11  09:57:33
54754         Log: Point fix for s/// on foreach (keys %xxx).
54755      Branch: perl
54756            ! pp_hot.c
54757 ____________________________________________________________________________
54758 [  7048] By: jhi                                   on 2000/09/10  23:37:09
54759         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
54760              by Pod::Text, from Brad Appleton.
54761      Branch: perl
54762            ! t/pod/testp2pt.pl
54763 ____________________________________________________________________________
54764 [  7047] By: jhi                                   on 2000/09/10  14:32:53
54765         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
54766              by Russ Allbery.
54767      Branch: perl
54768            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
54769 ____________________________________________________________________________
54770 [  7046] By: jhi                                   on 2000/09/10  14:15:08
54771         Log: Upgrade to CPAN 1.57_65, from Andreas König.
54772      Branch: perl
54773            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
54774 ____________________________________________________________________________
54775 [  7045] By: jhi                                   on 2000/09/08  21:36:32
54776         Log: Update Changes.
54777      Branch: perl
54778            ! Changes patchlevel.h
54779 ____________________________________________________________________________
54780 [  7044] By: jhi                                   on 2000/09/08  21:29:56
54781         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
54782              From: Peter Prymmer <pvhp@forte.com>
54783              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
54784              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
54785      Branch: perl
54786            ! configure.com
54787 ____________________________________________________________________________
54788 [  7043] By: jhi                                   on 2000/09/08  21:27:50
54789         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
54790              From: Peter Prymmer <pvhp@forte.com>
54791              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
54792              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
54793      Branch: perl
54794            ! Makefile.SH installperl
54795 ____________________________________________________________________________
54796 [  7042] By: jhi                                   on 2000/09/08  21:23:21
54797         Log: Continue #7041.
54798      Branch: perl
54799            ! cygwin/Makefile.SHs os2/Makefile.SHs
54800 ____________________________________________________________________________
54801 [  7041] By: jhi                                   on 2000/09/08  21:18:10
54802         Log: Do away with memory models cruft.  Sorry, PDP users.
54803      Branch: metaconfig
54804            ! U/modified/cc.U U/modified/libpth.U
54805      Branch: perl
54806            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
54807            ! Porting/config_H cflags.SH config_h.SH configure.com
54808            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
54809            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
54810            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
54811 ____________________________________________________________________________
54812 [  7040] By: jhi                                   on 2000/09/08  14:34:18
54813         Log: Major rewrite of s2p.  And I mean really major, it is
54814              an implementation of sed in perl.  If called as s2p it
54815              will function as s2p.  Note: needs non-UNIXifying.
54816              
54817              Subject: s2p
54818              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
54819              Date: Mon, 28 Aug 2000 14:05:12 +0200
54820              Message-ID: <39AA5578.2102E2AA@alcatel.at>
54821      Branch: perl
54822            ! x2p/s2p.PL
54823 ____________________________________________________________________________
54824 [  7039] By: jhi                                   on 2000/09/08  14:19:49
54825         Log: Re-allow vec() for characters > 255.
54826              
54827              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
54828              From: Spider Boardman <spider@web.zk3.dec.com>
54829              Date: Fri, 08 Sep 2000 02:21:02 -0400
54830              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
54831      Branch: perl
54832            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
54833            ! t/op/vec.t
54834 ____________________________________________________________________________
54835 [  7038] By: jhi                                   on 2000/09/08  14:14:18
54836         Log: Subject: [PATCH lib/Benchmark.pm]
54837              From: <abigail@foad.org>
54838              Date: Thu, 7 Sep 2000 15:03:20 -0400
54839              Message-ID: <20000907190320.888.qmail@foad.org>
54840      Branch: perl
54841            ! lib/Benchmark.pm
54842 ____________________________________________________________________________
54843 [  7037] By: jhi                                   on 2000/09/08  14:11:06
54844         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
54845              
54846              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
54847              From: Spider Boardman <spider@web.zk3.dec.com>
54848              Date: Fri, 08 Sep 2000 01:30:27 -0400
54849              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
54850      Branch: perl
54851            ! op.c
54852 ____________________________________________________________________________
54853 [  7036] By: jhi                                   on 2000/09/08  14:08:58
54854         Log: Subject: [ID 20000908.002] perlipc documentation bug.
54855              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
54856              Date: Fri, 08 Sep 2000 12:38:32 +0200
54857              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
54858      Branch: perl
54859            ! pod/perlipc.pod
54860 ____________________________________________________________________________
54861 [  7035] By: jhi                                   on 2000/09/08  14:03:12
54862         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
54863              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
54864              Date: Fri, 08 Sep 2000 11:47:34 +0200
54865              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
54866      Branch: perl
54867            ! hints/dec_osf.sh
54868 ____________________________________________________________________________
54869 [  7034] By: jhi                                   on 2000/09/08  13:59:35
54870         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
54871              From: Simon Cozens <simon@cozens.net>
54872              Date: Thu, 7 Sep 2000 20:40:38 +0100
54873              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
54874      Branch: perl
54875            ! pp_hot.c
54876 ____________________________________________________________________________
54877 [  7033] By: jhi                                   on 2000/09/08  04:03:03
54878         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
54879              From: "Larry W. Virden" <lvirden@cas.org>
54880              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
54881              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
54882      Branch: perl
54883            ! pod/perldiag.pod
54884 ____________________________________________________________________________
54885 [  7032] By: jhi                                   on 2000/09/07  22:18:30
54886         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
54887              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
54888              Date: Mon, 04 Sep 2000 13:16:38 -0700
54889              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
54890      Branch: perl
54891            ! lib/perl5db.pl
54892 ____________________________________________________________________________
54893 [  7031] By: jhi                                   on 2000/09/07  22:02:29
54894         Log: Fix the ccversion detection for 5.1 and beyond.
54895              
54896              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
54897              From: Spider Boardman <spider@leggy.zk3.dec.com>
54898              Date: Thu, 7 Sep 2000 17:54:27 -0400
54899              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
54900      Branch: perl
54901            ! hints/dec_osf.sh
54902 ____________________________________________________________________________
54903 [  7030] By: jhi                                   on 2000/09/07  19:12:28
54904         Log: Fix for
54905              
54906              Subject: [ID 20000903.001] \w in utf8-strings
54907              From: Marc Lehmann <pcg@goof.com>
54908              Date: Sun, 03 Sep 2000 09:44:29 +0200
54909              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
54910              
54911              and various related nits.
54912      Branch: perl
54913            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
54914 ____________________________________________________________________________
54915 [  7029] By: jhi                                   on 2000/09/07  18:49:09
54916         Log: Fix the URL, but the server is still missing in action.
54917              
54918              Subject: [ID 20000905.002] perlfaq1.pod URL error
54919              From: "Larry W. Virden" <lvirden@cas.org>
54920              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
54921              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
54922      Branch: perl
54923            ! pod/perlfaq1.pod
54924 ____________________________________________________________________________
54925 [  7028] By: jhi                                   on 2000/09/07  18:47:13
54926         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
54927              From: Hugo <hv@crypt.compulink.co.uk>
54928              Date: Tue, 05 Sep 2000 14:13:37 +0100
54929              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
54930      Branch: perl
54931            ! toke.c
54932 ____________________________________________________________________________
54933 [  7027] By: jhi                                   on 2000/09/07  18:45:35
54934         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
54935              From: Daniel Chetlin <daniel@chetlin.com>
54936              Date: Tue, 5 Sep 2000 04:57:07 -0700
54937              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
54938      Branch: perl
54939            ! pod/perlfaq6.pod pod/perlop.pod
54940 ____________________________________________________________________________
54941 [  7026] By: jhi                                   on 2000/09/07  18:44:01
54942         Log: Document the new ref() semantics.
54943              
54944              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
54945              From: Gisle Aas <gisle@ActiveState.com>
54946              Date: 05 Sep 2000 08:10:30 +0200
54947              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
54948      Branch: perl
54949            ! pod/perldelta.pod
54950 ____________________________________________________________________________
54951 [  7025] By: jhi                                   on 2000/09/07  18:42:27
54952         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
54953              
54954              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
54955              From: Gisle Aas <gisle@ActiveState.com>
54956              Date: 05 Sep 2000 08:11:40 +0200
54957              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
54958      Branch: perl
54959            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
54960 ____________________________________________________________________________
54961 [  7024] By: jhi                                   on 2000/09/07  18:39:32
54962         Log: Subject: [PATCH] Modernize Opcode.pm documentation
54963              From: Gisle Aas <gisle@ActiveState.com>
54964              Date: 4 Sep 2000 00:18:55 -0000
54965              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
54966      Branch: perl
54967            ! ext/Opcode/Opcode.pm
54968 ____________________________________________________________________________
54969 [  7023] By: jhi                                   on 2000/09/07  18:37:42
54970         Log: Subject: [PATCH] Tied filehandle documentation
54971              From: Gisle Aas <gisle@ActiveState.com>
54972              Date: 4 Sep 2000 00:14:40 -0000
54973              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
54974      Branch: perl
54975            ! pod/perlfunc.pod pod/perltie.pod
54976 ____________________________________________________________________________
54977 [  7022] By: jhi                                   on 2000/09/07  18:35:37
54978         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
54979              From: Gisle Aas <gisle@ActiveState.com>
54980              Date: 4 Sep 2000 00:04:22 -0000
54981              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
54982      Branch: perl
54983            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
54984 ____________________________________________________________________________
54985 [  7021] By: jhi                                   on 2000/09/07  18:33:22
54986         Log: Subject: small apidoc fix
54987              From: Marc Lehmann <pcg@goof.com>
54988              Date: Sun, 3 Sep 2000 05:12:06 +0200
54989              Message-ID: <20000903051206.A5909@cerebro.laendle>
54990      Branch: perl
54991            ! pod/perlapi.pod utf8.c
54992 ____________________________________________________________________________
54993 [  7020] By: jhi                                   on 2000/09/07  16:14:57
54994         Log: Tiny perldelta nits.
54995      Branch: perl
54996            ! pod/perldelta.pod
54997 ____________________________________________________________________________
54998 [  7019] By: jhi                                   on 2000/09/07  16:04:20
54999         Log: Guard against bad string->int conversion for quads.
55000      Branch: perl
55001            ! t/op/64bitint.t
55002 ____________________________________________________________________________
55003 [  7018] By: jhi                                   on 2000/09/06  17:07:03
55004         Log: Update Unicode todo list.
55005      Branch: perl
55006            ! Todo-5.6
55007 ____________________________________________________________________________
55008 [  7017] By: jhi                                   on 2000/09/05  21:16:01
55009         Log: Document the SvIOK_.*UV().
55010      Branch: perl
55011            ! pod/perlapi.pod sv.h
55012 ____________________________________________________________________________
55013 [  7016] By: nick                                  on 2000/09/03  21:54:46
55014         Log: Hash lookup of constant strings optimization:
55015              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
55016              to string table (as per sharepvn). Add newSV_pvn_share to create such
55017              a thing. Make hv.c compare addresses of strings and skip string compare
55018              if equal. Make method_named and helem ops use these shared-string SVs
55019              when arg is constant. Make keys op return shared-string SVs (less clearly
55020              a win).
55021      Branch: perl
55022            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
55023            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
55024            ! pod/perlintern.pod pp_hot.c proto.h sv.c
55025 ____________________________________________________________________________
55026 [  7015] By: jhi                                   on 2000/09/02  17:48:59
55027         Log: This is 5.7.0.
55028      Branch: perl
55029            ! Changes
55030 ____________________________________________________________________________
55031 [  7014] By: jhi                                   on 2000/09/02  17:35:45
55032         Log: Changes and patchlevel tweaks.
55033      Branch: perl
55034            ! Changes patchlevel.h
55035 ____________________________________________________________________________
55036 [  7013] By: jhi                                   on 2000/09/02  17:30:50
55037         Log: Update Changes.
55038      Branch: perl
55039            ! Changes patchlevel.h
55040 ____________________________________________________________________________
55041 [  7012] By: nick                                  on 2000/09/02  17:25:20
55042         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
55043      Branch: perl
55044            ! gv.c lib/overload.pm
55045 ____________________________________________________________________________
55046 [  7011] By: jhi                                   on 2000/09/02  17:16:25
55047         Log: Update perlhist.
55048      Branch: perl
55049            ! pod/perlhist.pod
55050 ____________________________________________________________________________
55051 [  7010] By: jhi                                   on 2000/09/02  17:01:35
55052         Log: perldelta nits.
55053      Branch: perl
55054            ! pod/perldelta.pod
55055 ____________________________________________________________________________
55056 [  7009] By: nick                                  on 2000/09/02  16:48:35
55057         Log: If overloaded %{} etc. return the object do not loop.
55058              Thus  sub deref { $_[0] } functions if object is wanted type.
55059      Branch: perl
55060            ! pp.h
55061 ____________________________________________________________________________
55062 [  7008] By: jhi                                   on 2000/09/02  16:26:11
55063         Log: Retab MANIFEST.
55064      Branch: perl
55065            ! ext/Storable/MANIFEST
55066 ____________________________________________________________________________
55067 [  7007] By: jhi                                   on 2000/09/02  16:23:02
55068         Log: Make certain cc is set before trying to run it.
55069      Branch: perl
55070            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
55071 ____________________________________________________________________________
55072 [  7006] By: jhi                                   on 2000/09/02  15:45:41
55073         Log: Unicode notes.
55074      Branch: perl
55075            ! pod/perldelta.pod
55076 ____________________________________________________________________________
55077 [  7005] By: jhi                                   on 2000/09/02  15:42:11
55078         Log: Various Configure nits by Philip Newton,
55079              plus the ebcdic one by me.
55080      Branch: metaconfig
55081            + U/modified/pager.U
55082            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
55083      Branch: metaconfig/U/perl
55084            ! Devel.U quadfio.U
55085      Branch: perl
55086            ! Configure config_h.SH
55087 ____________________________________________________________________________
55088 [  7004] By: jhi                                   on 2000/09/02  15:06:14
55089         Log: Apparently avoiding the swapping is too costly.
55090              
55091              From: "Ben Tilly" <ben_tilly@hotmail.com>
55092              Subject: Re: the door is closed.
55093              Date: Fri, 01 Sep 2000 20:23:16 EDT
55094              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
55095      Branch: perl
55096            ! pod/perlfaq4.pod
55097 ____________________________________________________________________________
55098 [  7003] By: nick                                  on 2000/09/02  12:26:04
55099         Log: Undo part of change 6489 which looks like a bulk edit which
55100              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
55101              The supressing of main:: on return from select() is undesirable.
55102      Branch: perl
55103            ! pp_sys.c
55104 ____________________________________________________________________________
55105 [  7002] By: jhi                                   on 2000/09/01  23:08:54
55106         Log: Update Changes.
55107      Branch: perl
55108            ! Changes patchlevel.h
55109 ____________________________________________________________________________
55110 [  7001] By: jhi                                   on 2000/09/01  23:00:13
55111         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
55112              From: Peter Prymmer <pvhp@forte.com>
55113              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
55114              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
55115              
55116              plus rework the http: spots as suggested by Tom Christiansen,
55117              plus regen perltoc.
55118      Branch: perl
55119            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
55120            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
55121 ____________________________________________________________________________
55122 [  7000] By: jhi                                   on 2000/09/01  22:36:01
55123         Log: Only the first line, thank you very much.
55124      Branch: perl
55125            ! hints/solaris_2.sh
55126 ____________________________________________________________________________
55127 [  6999] By: gsar                                  on 2000/09/01  22:16:40
55128         Log: change#6791 accidentally clobbered change#6710, put it back
55129      Branch: perl
55130            ! win32/win32.c
55131 ____________________________________________________________________________
55132 [  6998] By: jhi                                   on 2000/09/01  22:14:16
55133         Log: Mention the HP-UX LP64 freak failure.
55134      Branch: perl
55135            ! pod/perldelta.pod
55136 ____________________________________________________________________________
55137 [  6997] By: jhi                                   on 2000/09/01  21:48:32
55138         Log: Detypo.
55139      Branch: perl
55140            ! hints/hpux.sh
55141 ____________________________________________________________________________
55142 [  6996] By: jhi                                   on 2000/09/01  21:27:10
55143         Log: Update Changes.
55144      Branch: perl
55145            ! Changes patchlevel.h
55146 ____________________________________________________________________________
55147 [  6995] By: jhi                                   on 2000/09/01  21:14:24
55148         Log: Mi splgn s gnin.g
55149      Branch: perl
55150            ! pp_ctl.c
55151 ____________________________________________________________________________
55152 [  6994] By: jhi                                   on 2000/09/01  21:09:54
55153         Log: Subject: http:// in L<>
55154              From: Nicholas Clark <nick@ccl4.org>
55155              Date: Fri, 1 Sep 2000 22:03:21 +0100
55156              Message-ID: <20000901220321.B72074@plum.flirble.org>
55157      Branch: perl
55158            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
55159 ____________________________________________________________________________
55160 [  6993] By: jhi                                   on 2000/09/01  21:06:54
55161         Log: Update to Storable 1.0, from Raphael Manfredi.
55162      Branch: perl
55163            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
55164            ! ext/Storable/Makefile.PL ext/Storable/README
55165            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
55166            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
55167            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
55168            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
55169            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
55170            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
55171 ____________________________________________________________________________
55172 [  6992] By: jhi                                   on 2000/09/01  20:43:05
55173         Log: Mention known sfio+linux buglet.
55174      Branch: perl
55175            ! pod/perldelta.pod
55176 ____________________________________________________________________________
55177 [  6991] By: jhi                                   on 2000/09/01  20:40:11
55178         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
55179              From: Peter Prymmer <pvhp@forte.com>
55180              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
55181              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
55182      Branch: perl
55183            ! vms/vms.c
55184 ____________________________________________________________________________
55185 [  6990] By: jhi                                   on 2000/09/01  20:25:26
55186         Log: Retract #6986.
55187      Branch: perl
55188            ! hints/solaris_2.sh
55189 ____________________________________________________________________________
55190 [  6989] By: jhi                                   on 2000/09/01  20:23:00
55191         Log: Mergesort is back.
55192      Branch: perl
55193            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
55194 ____________________________________________________________________________
55195 [  6988] By: jhi                                   on 2000/09/01  19:37:40
55196         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
55197              From: Mike Guy <mjtg@cam.ac.uk>
55198              Date: Fri, 01 Sep 2000 17:43:33 +0100
55199              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
55200      Branch: perl
55201            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
55202            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
55203 ____________________________________________________________________________
55204 [  6987] By: jhi                                   on 2000/09/01  19:17:10
55205         Log: Regen perltoc.
55206      Branch: perl
55207            ! pod/perltoc.pod
55208 ____________________________________________________________________________
55209 [  6986] By: jhi                                   on 2000/09/01  18:51:10
55210         Log: Subject: Re: Solaris x86 has no SPARC libraries!
55211              From: Lupe Christoph <lupe@lupe-christoph.de>
55212              Date: Fri, 1 Sep 2000 20:41:20 +0200
55213              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
55214      Branch: perl
55215            ! hints/solaris_2.sh
55216 ____________________________________________________________________________
55217 [  6985] By: jhi                                   on 2000/09/01  18:28:10
55218         Log: Update Changes.
55219      Branch: perl
55220            ! Changes patchlevel.h
55221 ____________________________________________________________________________
55222 [  6984] By: jhi                                   on 2000/09/01  18:26:53
55223         Log: Feature ordering tweak.
55224      Branch: perl
55225            ! myconfig.SH
55226 ____________________________________________________________________________
55227 [  6983] By: jhi                                   on 2000/09/01  18:19:50
55228         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
55229              From: <abigail@foad.org>
55230              Date: Fri, 1 Sep 2000 13:07:32 -0400
55231              Message-ID: <20000901170732.18249.qmail@foad.org>
55232      Branch: perl
55233            ! t/pragma/overload.t
55234 ____________________________________________________________________________
55235 [  6982] By: jhi                                   on 2000/09/01  18:17:54
55236         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
55237              so that case-ignoring systems like DCL can tell them from
55238              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
55239      Branch: metaconfig/U/perl
55240            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
55241      Branch: perl
55242            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
55243            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
55244            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
55245            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
55246            ! vos/config.def vos/config.h vos/config_h.SH_orig
55247            ! win32/config.bc win32/config.gc win32/config.vc
55248 ____________________________________________________________________________
55249 [  6981] By: nick                                  on 2000/09/01  17:21:57
55250         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
55251              warning when UNTIE exists and instead pass the cound of extra references to
55252              the UNTIE method.
55253      Branch: perl
55254            ! pod/perltie.pod pp_sys.c
55255 ____________________________________________________________________________
55256 [  6980] By: jhi                                   on 2000/09/01  16:54:44
55257         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
55258              From: Peter Prymmer <pvhp@forte.com>
55259              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
55260              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
55261      Branch: perl
55262            ! configure.com
55263 ____________________________________________________________________________
55264 [  6979] By: jhi                                   on 2000/09/01  16:06:20
55265         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
55266              From: Mike Guy <mjtg@cam.ac.uk> 
55267              Date: Fri, 01 Sep 2000 16:49:27 +0100
55268              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
55269      Branch: perl
55270            ! t/base/rs.t
55271 ____________________________________________________________________________
55272 [  6978] By: jhi                                   on 2000/09/01  16:00:42
55273         Log: Update to PodParser 1.18, from Brad Appleton.
55274      Branch: perl
55275            ! lib/Pod/Checker.pm t/pod/find.t
55276 ____________________________________________________________________________
55277 [  6977] By: jhi                                   on 2000/09/01  14:48:58
55278         Log: Subject: Nit in Configure (bleadperl@6961)
55279              From: Lupe Christoph <lupe@lupe-christoph.de>
55280              Date: Fri, 1 Sep 2000 16:34:29 +0200
55281              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
55282      Branch: metaconfig
55283            ! U/compline/ccflags.U
55284      Branch: perl
55285            ! Configure config_h.SH
55286 ____________________________________________________________________________
55287 [  6976] By: jhi                                   on 2000/09/01  14:39:52
55288         Log: Update Changes.
55289      Branch: perl
55290            ! Changes patchlevel.h
55291 ____________________________________________________________________________
55292 [  6975] By: jhi                                   on 2000/09/01  14:37:36
55293         Log: microperl config update.
55294      Branch: perl
55295            ! uconfig.h uconfig.sh
55296 ____________________________________________________________________________
55297 [  6974] By: jhi                                   on 2000/09/01  14:36:53
55298         Log: Document known deficiencies.
55299      Branch: perl
55300            ! pod/perldelta.pod
55301 ____________________________________________________________________________
55302 [  6973] By: jhi                                   on 2000/09/01  14:10:20
55303         Log: Mention warnings fixes and updates.
55304      Branch: perl
55305            ! pod/perldelta.pod
55306 ____________________________________________________________________________
55307 [  6972] By: jhi                                   on 2000/09/01  14:01:52
55308         Log: Drop unused argument.
55309              
55310              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
55311              From: Spider Boardman <spider@web.zk3.dec.com>
55312              Date: Thu, 31 Aug 2000 16:10:15 -0400
55313              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
55314      Branch: perl
55315            ! toke.c
55316 ____________________________________________________________________________
55317 [  6971] By: jhi                                   on 2000/09/01  13:59:24
55318         Log: Add the overload warnings to perldiag.
55319      Branch: perl
55320            ! lib/overload.pm pod/perldiag.pod
55321 ____________________________________________________________________________
55322 [  6970] By: jhi                                   on 2000/09/01  13:55:10
55323         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
55324              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
55325              Date: Fri, 1 Sep 2000 13:43:15 +0100 
55326              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
55327      Branch: perl
55328            ! lib/overload.pm t/pragma/overload.t
55329 ____________________________________________________________________________
55330 [  6969] By: jhi                                   on 2000/09/01  13:52:27
55331         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
55332              From: <abigail@foad.org>
55333              Date: Fri, 1 Sep 2000 05:46:54 -0400
55334              Message-ID: <20000901094654.6476.qmail@foad.org>
55335      Branch: perl
55336            ! lib/overload.pm
55337 ____________________________________________________________________________
55338 [  6968] By: jhi                                   on 2000/09/01  13:50:05
55339         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
55340              From: Daniel Chetlin <daniel@chetlin.com>
55341              Date: Fri, 1 Sep 2000 02:10:55 -0700
55342              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
55343      Branch: perl
55344            ! pod/perlretut.pod
55345 ____________________________________________________________________________
55346 [  6967] By: jhi                                   on 2000/09/01  13:47:54
55347         Log: Part of the solution.
55348              
55349              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
55350              From: Mike Guy <mjtg@cam.ac.uk>
55351              Date: Fri, 01 Sep 2000 14:16:01 +0100
55352              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
55353      Branch: perl
55354            ! gv.c mg.c
55355 ____________________________________________________________________________
55356 [  6966] By: jhi                                   on 2000/09/01  13:46:17
55357         Log: Subject: CPAN.pm beta 1.57_57 for the core
55358              From: andreas.koenig@anima.de (Andreas J. Koenig)
55359              Date: 01 Sep 2000 15:16:31 +0200
55360              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
55361      Branch: perl
55362            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
55363 ____________________________________________________________________________
55364 [  6965] By: jhi                                   on 2000/09/01  13:43:18
55365         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
55366              From: "Craig A. Berry" <craig.berry@psinetcs.com>
55367              Date: Fri, 01 Sep 2000 01:47:22 -0500
55368              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
55369      Branch: perl
55370            ! pod/perldelta.pod vms/vms.c
55371 ____________________________________________________________________________
55372 [  6964] By: jhi                                   on 2000/09/01  13:35:35
55373         Log: File::Temp patches from Andreas König,
55374              
55375              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
55376              From: andreas.koenig@anima.de (Andreas J. Koenig)
55377              Date: 01 Sep 2000 10:07:20 +0200
55378              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
55379              
55380              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
55381              From: andreas.koenig@anima.de (Andreas J. Koenig)
55382              Date: 31 Aug 2000 23:26:08 +0200
55383              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
55384      Branch: perl
55385            ! lib/File/Temp.pm t/lib/ftmp-security.t
55386 ____________________________________________________________________________
55387 [  6963] By: jhi                                   on 2000/09/01  02:22:24
55388         Log: Retract the mergesort code, way too incompatible licensing
55389              and copyrights.
55390      Branch: perl
55391            ! pod/perldelta.pod pp_ctl.c
55392 ____________________________________________________________________________
55393 [  6962] By: jhi                                   on 2000/08/31  23:27:32
55394         Log: Update Changes.
55395      Branch: perl
55396            ! Changes patchlevel.h
55397 ____________________________________________________________________________
55398 [  6961] By: jhi                                   on 2000/08/31  23:20:04
55399         Log: Small tweaks all over.
55400      Branch: metaconfig
55401            ! U/compline/d_gconvert.U
55402      Branch: perl
55403            ! AUTHORS Configure config_h.SH pp_ctl.c
55404 ____________________________________________________________________________
55405 [  6960] By: jhi                                   on 2000/08/31  22:39:36
55406         Log: Further rewording.
55407      Branch: perl
55408            ! pp_ctl.c
55409 ____________________________________________________________________________
55410 [  6959] By: jhi                                   on 2000/08/31  21:26:44
55411         Log: More address tweaking.
55412      Branch: perl
55413            ! AUTHORS Changes
55414 ____________________________________________________________________________
55415 [  6958] By: jhi                                   on 2000/08/31  20:47:25
55416         Log: AUTHORS tweaks, from Peter Prymmer.
55417              
55418              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
55419              From: Peter Prymmer <pvhp@forte.com>
55420              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
55421              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
55422      Branch: perl
55423            ! AUTHORS MAINTAIN
55424 ____________________________________________________________________________
55425 [  6957] By: jhi                                   on 2000/08/31  20:34:43
55426         Log: perldelta tweaks.
55427      Branch: perl
55428            ! pod/perldelta.pod
55429 ____________________________________________________________________________
55430 [  6956] By: jhi                                   on 2000/08/31  19:11:06
55431         Log: Regen perltoc.
55432      Branch: perl
55433            ! pod/perltoc.pod
55434 ____________________________________________________________________________
55435 [  6955] By: jhi                                   on 2000/08/31  19:06:30
55436         Log: Clarify the mergesort situation.
55437      Branch: perl
55438            ! pp_ctl.c
55439 ____________________________________________________________________________
55440 [  6954] By: jhi                                   on 2000/08/31  18:24:17
55441         Log: Move the Solaris 7 scan to use64bitall, make the
55442              failure to find 64-bot sparc libc to mention the
55443              possibility of being in an intel, from Lupe and Alan.
55444      Branch: perl
55445            ! hints/solaris_2.sh
55446 ____________________________________________________________________________
55447 [  6953] By: jhi                                   on 2000/08/31  18:09:20
55448         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
55449              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
55450      Branch: metaconfig
55451            ! U/compline/d_gconvert.U U/threads/archname.U
55452      Branch: metaconfig/U/perl
55453            ! perlxv.U
55454      Branch: perl
55455            ! Configure config_h.SH sv.c
55456 ____________________________________________________________________________
55457 [  6952] By: jhi                                   on 2000/08/31  17:42:24
55458         Log: :: not allowed in pathnames, change to .
55459              
55460              Subject: [PATCH perl@6938] cygwin port
55461              From: "Fifer, Eric" <EFifer@sanwaint.com>
55462              Date: Thu, 31 Aug 2000 16:32:59 +0100
55463              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
55464      Branch: metaconfig/U/perl
55465            ! perlxv.U
55466 ____________________________________________________________________________
55467 [  6951] By: jhi                                   on 2000/08/31  17:02:05
55468         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
55469      Branch: perl
55470            ! perl.h
55471 ____________________________________________________________________________
55472 [  6950] By: jhi                                   on 2000/08/31  16:26:08
55473         Log: More author updates.
55474              
55475              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
55476              From: Simon Cozens <simon@cozens.net>
55477              Date: Thu, 31 Aug 2000 17:13:32 +0100
55478              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
55479      Branch: perl
55480            ! AUTHORS
55481 ____________________________________________________________________________
55482 [  6949] By: jhi                                   on 2000/08/31  16:04:49
55483         Log: POSIX doesn't report long double values under -Duselongdouble
55484              when the long doubles are "real" (bigger than doubles).
55485              
55486              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
55487              From: Spider Boardman <spider@peano.zk3.dec.com>
55488              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
55489              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
55490      Branch: perl
55491            ! ext/POSIX/POSIX.xs
55492 ____________________________________________________________________________
55493 [  6948] By: jhi                                   on 2000/08/31  15:25:10
55494         Log: Update Changes.
55495      Branch: perl
55496            ! Changes patchlevel.h
55497 ____________________________________________________________________________
55498 [  6947] By: jhi                                   on 2000/08/31  15:22:29
55499         Log: Document UNTIE in a very minimalistic way.
55500      Branch: perl
55501            ! pod/perlfunc.pod pod/perltie.pod
55502 ____________________________________________________________________________
55503 [  6946] By: jhi                                   on 2000/08/31  15:15:23
55504         Log: Document known failures.
55505      Branch: perl
55506            ! pod/perldelta.pod
55507 ____________________________________________________________________________
55508 [  6945] By: jhi                                   on 2000/08/31  15:07:00
55509         Log: Don't attach -ld to the archname if pointless.
55510      Branch: metaconfig
55511            ! U/threads/archname.U
55512      Branch: perl
55513            ! Configure config_h.SH
55514 ____________________________________________________________________________
55515 [  6944] By: jhi                                   on 2000/08/31  14:37:42
55516         Log: Wrap the test in eval.
55517              
55518              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
55519              From: Tim Jenness <timj@jach.hawaii.edu>
55520              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
55521              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
55522      Branch: perl
55523            ! t/lib/ftmp-security.t
55524 ____________________________________________________________________________
55525 [  6943] By: jhi                                   on 2000/08/31  14:30:57
55526         Log: Make -Dusemorebits find long doubles in Solaris.
55527      Branch: perl
55528            ! hints/solaris_2.sh
55529 ____________________________________________________________________________
55530 [  6942] By: jhi                                   on 2000/08/31  13:48:45
55531         Log: Clarify the third case of ftmp-security warnings.
55532      Branch: perl
55533            ! INSTALL
55534 ____________________________________________________________________________
55535 [  6941] By: jhi                                   on 2000/08/31  13:40:31
55536         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
55537              From: <abigail@foad.org>
55538              Date: Thu, 31 Aug 2000 01:35:05 -0400
55539              Message-ID: <20000831053505.32120.qmail@foad.org>
55540      Branch: perl
55541            ! pod/perldelta.pod
55542 ____________________________________________________________________________
55543 [  6940] By: jhi                                   on 2000/08/31  13:38:48
55544         Log: Issue useful diagnostic on unknown pod commands.
55545              
55546              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
55547              From: <abigail@foad.org>
55548              Date: Thu, 31 Aug 2000 03:41:18 -0400
55549              Message-ID: <20000831074118.24880.qmail@foad.org>
55550      Branch: perl
55551            ! lib/Pod/Man.pm
55552 ____________________________________________________________________________
55553 [  6939] By: jhi                                   on 2000/08/31  13:34:33
55554         Log: Reveal Borland's isnan.
55555              
55556              Subject: build with BC++ tweak
55557              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
55558              Date: Thu, 31 Aug 2000 13:09:37 +0400
55559              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
55560      Branch: perl
55561            ! win32/win32.h
55562 ____________________________________________________________________________
55563 [  6938] By: jhi                                   on 2000/08/31  05:01:20
55564         Log: Update Changes.
55565      Branch: perl
55566            ! Changes patchlevel.h
55567 ____________________________________________________________________________
55568 [  6937] By: jhi                                   on 2000/08/31  04:26:23
55569         Log: sscanf() may be the only way to read long doubles from strings.
55570      Branch: metaconfig/U/perl
55571            ! longdblfio.U
55572      Branch: perl
55573            ! Configure config_h.SH perl.h util.c
55574 ____________________________________________________________________________
55575 [  6936] By: jhi                                   on 2000/08/31  04:18:19
55576         Log: The #6929 was too skimpy.
55577      Branch: perl
55578            ! sv.c
55579 ____________________________________________________________________________
55580 [  6935] By: jhi                                   on 2000/08/31  02:47:07
55581         Log: Subject: Re: typos in pods
55582              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
55583              Date: Wed, 30 Aug 2000 19:25:34 -0700
55584              Message-ID: <eIcr5gzkg25X092yn@efn.org>
55585      Branch: perl
55586            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
55587 ____________________________________________________________________________
55588 [  6934] By: jhi                                   on 2000/08/31  02:42:55
55589         Log: Missed one Unicode file.
55590      Branch: perl
55591            + lib/unicode/UCDFF301.html
55592 ____________________________________________________________________________
55593 [  6933] By: jhi                                   on 2000/08/30  23:42:27
55594         Log: Update Changes.
55595      Branch: perl
55596            ! Changes patchlevel.h
55597 ____________________________________________________________________________
55598 [  6932] By: jhi                                   on 2000/08/30  23:40:07
55599         Log: Mention UNTIE in perldelta.  Still needs documenting
55600              in perltie et alia.
55601      Branch: perl
55602            ! pod/perldelta.pod
55603 ____________________________________________________________________________
55604 [  6931] By: jhi                                   on 2000/08/30  23:36:02
55605         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
55606              From: <abigail@foad.org>
55607              Date: Wed, 30 Aug 2000 19:28:07 -0400
55608              Message-ID: <20000830232807.305.qmail@foad.org>
55609      Branch: perl
55610            ! pod/perldelta.pod
55611 ____________________________________________________________________________
55612 [  6930] By: jhi                                   on 2000/08/30  23:32:40
55613         Log: Update to Unicode 3.0.1.
55614      Branch: perl
55615            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
55616            + lib/unicode/PropList.txt lib/unicode/README.perl
55617            + lib/unicode/UCD301.html lib/unicode/Unicode.301
55618            - lib/unicode/Props.txt lib/unicode/UCD300.html
55619            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
55620            ! (edit 257 files)
55621 ____________________________________________________________________________
55622 [  6929] By: jhi                                   on 2000/08/30  22:38:18
55623         Log: Heap decorruption.
55624              
55625              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
55626              From: Alan Burlison <Alan.Burlison@uk.sun.com>
55627              Date: Wed, 30 Aug 2000 22:39:52 +0100
55628              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
55629      Branch: perl
55630            ! sv.c
55631 ____________________________________________________________________________
55632 [  6928] By: jhi                                   on 2000/08/30  22:29:34
55633         Log: Retract the dummy test, skip the security tests (instead of failing),
55634              explain what the warnings mean.
55635      Branch: perl
55636            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
55637 ____________________________________________________________________________
55638 [  6927] By: jhi                                   on 2000/08/30  22:14:13
55639         Log: Change the internal implementation of sort() to be mergesort
55640              instead of quicksort, from John Linderman <jpl@research.att.com>.
55641              Gives us better worst case, better average case, and stability.
55642              What's there not to like?  (Small fixes for threaded builds
55643              were required).
55644      Branch: perl
55645            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
55646 ____________________________________________________________________________
55647 [  6926] By: jhi                                   on 2000/08/30  20:55:20
55648         Log: A better fix for the Socket building problem from Craig Berry.
55649      Branch: perl
55650            ! vms/vms.c
55651 ____________________________________________________________________________
55652 [  6925] By: jhi                                   on 2000/08/30  20:20:25
55653         Log: Subject: [PATCH] Re: UNTIE method 
55654              From: Nick Ing-Simmons <nik@tiuk.ti.com>
55655              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
55656              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
55657      Branch: perl
55658            ! pp_sys.c t/op/tie.t
55659 ____________________________________________________________________________
55660 [  6924] By: jhi                                   on 2000/08/30  20:17:11
55661         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
55662              From: "Craig A. Berry" <craig.berry@psinetcs.com>
55663              Date: Wed, 30 Aug 2000 15:03:14 -0500
55664              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
55665      Branch: perl
55666            ! vms/vms.c
55667 ____________________________________________________________________________
55668 [  6923] By: jhi                                   on 2000/08/30  20:15:18
55669         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
55670              From: "Craig A. Berry" <craig.berry@psinetcs.com>
55671              Date: Wed, 30 Aug 2000 13:30:36 -0500
55672              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
55673      Branch: perl
55674            ! vms/vms.c
55675 ____________________________________________________________________________
55676 [  6922] By: jhi                                   on 2000/08/30  19:54:43
55677         Log: Better options for rsync.
55678      Branch: perl
55679            ! pod/perlhack.pod
55680 ____________________________________________________________________________
55681 [  6921] By: jhi                                   on 2000/08/30  19:40:16
55682         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
55683              From: Rick Delaney <rick@consumercontact.com>
55684              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
55685              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
55686      Branch: perl
55687            ! pod/perlfunc.pod
55688 ____________________________________________________________________________
55689 [  6920] By: jhi                                   on 2000/08/30  19:36:40
55690         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
55691              From: Peter Prymmer <pvhp@forte.com>
55692              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
55693              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
55694      Branch: perl
55695            ! configure.com
55696 ____________________________________________________________________________
55697 [  6919] By: jhi                                   on 2000/08/30  14:52:02
55698         Log: Update Changes.
55699      Branch: perl
55700            ! Changes patchlevel.h
55701 ____________________________________________________________________________
55702 [  6918] By: jhi                                   on 2000/08/30  14:48:34
55703         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
55704      Branch: perl
55705            ! lib/ExtUtils/typemap
55706 ____________________________________________________________________________
55707 [  6917] By: jhi                                   on 2000/08/30  14:46:34
55708         Log: Subject: typos in pods
55709              From: Nicholas Clark <nick@ccl4.org>
55710              Date: Wed, 30 Aug 2000 01:12:50 +0100
55711              Message-ID: <20000830011249.A61388@plum.flirble.org>
55712      Branch: perl
55713            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
55714            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
55715            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
55716            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
55717 ____________________________________________________________________________
55718 [  6916] By: jhi                                   on 2000/08/30  14:19:09
55719         Log: Document Storable problems on Crays.  (Will have
55720              to document all the other Storable problems, too.)
55721      Branch: perl
55722            ! pod/perldelta.pod
55723 ____________________________________________________________________________
55724 [  6915] By: jhi                                   on 2000/08/30  14:06:02
55725         Log: Subject: [PATCH] fix misc cast warnings
55726              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
55727              Date: Tue, 29 Aug 2000 23:16:14 -0700
55728              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
55729      Branch: perl
55730            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
55731            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
55732            ! os2/os2ish.h
55733 ____________________________________________________________________________
55734 [  6914] By: jhi                                   on 2000/08/30  14:03:45
55735         Log: Timestamp mismatch again.  Need to fix this dependence on
55736              config_h.SH timestamp, since it's the contents of config_h.SH
55737              that matter.
55738      Branch: perl
55739            ! uconfig.h uconfig.sh
55740 ____________________________________________________________________________
55741 [  6913] By: jhi                                   on 2000/08/30  13:54:06
55742         Log: Don't say "Perl 5.0 source kit".
55743      Branch: perl
55744            ! perl.c
55745 ____________________________________________________________________________
55746 [  6912] By: jhi                                   on 2000/08/30  13:51:24
55747         Log: Reset archname and archname64 always, forcing them be
55748              recomputed at each Configure run, make Configure and
55749              the hints files agree on the naming of largefiles variables.
55750      Branch: metaconfig
55751            ! U/threads/archname.U
55752      Branch: metaconfig/U/perl
55753            ! use64bits.U
55754      Branch: perl
55755            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
55756            ! hints/linux.sh hints/solaris_2.sh
55757 ____________________________________________________________________________
55758 [  6911] By: jhi                                   on 2000/08/30  13:30:13
55759         Log: Put back the slice accidentally removed by #6907.
55760      Branch: perl
55761            ! hints/solaris_2.sh
55762 ____________________________________________________________________________
55763 [  6910] By: jhi                                   on 2000/08/30  01:24:26
55764         Log: Be consistent: other Net::get* do export theirs.
55765              
55766              Subject: Re: Net::protoent does not export 'getproto'
55767              From: Yasushi Nakajima <sey@jkc.co.jp>
55768              Date: Wed, 30 Aug 2000 09:53:14 +0900
55769              Message-Id: <200008300051.DAA24700@taku.hut.fi>
55770      Branch: perl
55771            ! lib/Net/protoent.pm
55772 ____________________________________________________________________________
55773 [  6909] By: jhi                                   on 2000/08/30  01:17:25
55774         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
55775              From: Gurusamy Sarathy <gsar@ActiveState.com>
55776              Date: Tue, 29 Aug 2000 17:17:07 -0700
55777              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
55778      Branch: perl
55779            ! cop.h
55780 ____________________________________________________________________________
55781 [  6908] By: jhi                                   on 2000/08/30  00:58:05
55782         Log: Update Changes.
55783      Branch: perl
55784            ! Changes patchlevel.h
55785 ____________________________________________________________________________
55786 [  6907] By: jhi                                   on 2000/08/30  00:57:22
55787         Log: Introduce ccname to keep track of what compiler kind of we have.
55788      Branch: metaconfig/U/perl
55789            ! Checkcc.U gccvers.U
55790      Branch: perl
55791            ! Configure config_h.SH hints/solaris_2.sh
55792 ____________________________________________________________________________
55793 [  6906] By: jhi                                   on 2000/08/30  00:25:47
55794         Log: Put back the flags dump as reasoned in
55795              
55796              Subject: Re: [PATCH] Glob dumping
55797              From: Mike Guy <mjtg@cam.ac.uk> 
55798              Date: Tue, 29 Aug 2000 21:41:32 +0100
55799              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
55800      Branch: perl
55801            ! dump.c t/lib/peek.t
55802 ____________________________________________________________________________
55803 [  6905] By: jhi                                   on 2000/08/30  00:16:17
55804         Log: Make the epsilon to be relative, not absolute.
55805              
55806              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
55807              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
55808              Date: Tue, 29 Aug 2000 19:58:56 -0400
55809              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
55810      Branch: perl
55811            ! t/lib/trig.t
55812 ____________________________________________________________________________
55813 [  6904] By: jhi                                   on 2000/08/30  00:13:09
55814         Log: From now on, Gisle is on my list of usual suspects :-)
55815              Retract #6902.
55816      Branch: perl
55817            ! ext/Opcode/Safe.pm
55818 ____________________________________________________________________________
55819 [  6903] By: jhi                                   on 2000/08/29  23:51:20
55820         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
55821              From: "Craig A. Berry" <craig.berry@psinetcs.com>
55822              Date: Tue, 29 Aug 2000 18:43:26 -0500
55823              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
55824      Branch: perl
55825            + vms/vmspipe.com
55826            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
55827            ! vms/vms.c
55828 ____________________________________________________________________________
55829 [  6902] By: jhi                                   on 2000/08/29  23:44:14
55830         Log: Retry what #6882 attempted.
55831              
55832              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
55833              From: Gisle Aas <gisle@ActiveState.com>
55834              Date: 30 Aug 2000 00:33:09 +0200
55835              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
55836      Branch: perl
55837            ! ext/Opcode/Safe.pm
55838 ____________________________________________________________________________
55839 [  6901] By: jhi                                   on 2000/08/29  22:59:32
55840         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
55841              From: Hugo <hv@crypt.compulink.co.uk>
55842              Date: Mon, 12 Jun 2000 19:36:08 +0100
55843              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
55844      Branch: perl
55845            ! sv.c
55846 ____________________________________________________________________________
55847 [  6900] By: jhi                                   on 2000/08/29  22:58:35
55848         Log: Admit that we are leaking scalars.
55849              
55850              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
55851              From: Spider Boardman <spider@leggy.zk3.dec.com>
55852              Date: Tue, 29 Aug 2000 18:48:29 -0400
55853              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
55854      Branch: perl
55855            ! t/pragma/warnings.t
55856 ____________________________________________________________________________
55857 [  6899] By: jhi                                   on 2000/08/29  20:53:13
55858         Log: Update Changes.
55859      Branch: perl
55860            ! Changes patchlevel.h
55861 ____________________________________________________________________________
55862 [  6898] By: jhi                                   on 2000/08/29  20:46:21
55863         Log: Undo namespace pollution of #6878.
55864              
55865              Subject: Re: Net::protoent does not export 'getproto'
55866              From: Mike Guy <mjtg@cam.ac.uk>
55867              Date: Tue, 29 Aug 2000 21:32:37 +0100
55868              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
55869      Branch: perl
55870            ! lib/Net/protoent.pm
55871 ____________________________________________________________________________
55872 [  6897] By: jhi                                   on 2000/08/29  20:44:29
55873         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
55874              From: Peter Prymmer <pvhp@forte.com>
55875              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
55876              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
55877      Branch: perl
55878            ! pod/perlebcdic.pod
55879 ____________________________________________________________________________
55880 [  6896] By: jhi                                   on 2000/08/29  20:40:57
55881         Log: There's no point repeating the 'revision' (5) of perl5.
55882      Branch: metaconfig/U/perl
55883            ! Devel.U patchlevel.U
55884      Branch: perl
55885            ! Configure config_h.SH
55886 ____________________________________________________________________________
55887 [  6895] By: jhi                                   on 2000/08/29  20:16:58
55888         Log: Regen Configure for #6894.
55889      Branch: metaconfig/U/perl
55890            ! perladmin.U
55891      Branch: perl
55892            ! Configure config_h.SH
55893 ____________________________________________________________________________
55894 [  6894] By: jhi                                   on 2000/08/29  19:59:52
55895         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
55896              From: "Philip Newton" <Philip.Newton@gmx.net>
55897              Date: Tue, 29 Aug 2000 21:39:14 +0200
55898              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
55899      Branch: perl
55900            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
55901            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
55902            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
55903            ! utils/perlbug.PL
55904 ____________________________________________________________________________
55905 [  6893] By: jhi                                   on 2000/08/29  19:55:30
55906         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
55907              From: "Philip Newton" <Philip.Newton@gmx.net>
55908              Date: Tue, 29 Aug 2000 21:39:14 +0200
55909              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
55910      Branch: perl
55911            ! installhtml
55912 ____________________________________________________________________________
55913 [  6892] By: jhi                                   on 2000/08/29  19:53:59
55914         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
55915              From: "Philip Newton" <Philip.Newton@gmx.net>
55916              Date: Tue, 29 Aug 2000 21:48:18 +0200
55917              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
55918      Branch: perl
55919            ! lib/File/Temp.pm
55920 ____________________________________________________________________________
55921 [  6891] By: jhi                                   on 2000/08/29  18:30:03
55922         Log: Nail the ID 20000828.023.
55923      Branch: perl
55924            ! ext/Storable/Storable.xs
55925 ____________________________________________________________________________
55926 [  6890] By: jhi                                   on 2000/08/29  16:50:17
55927         Log: Under usethreads the dumped variable is IN_PAD.
55928              
55929              Subject: Re: [PATCH] Glob dumping
55930              From: Gisle Aas <gisle@ActiveState.com>
55931              Date: 29 Aug 2000 18:45:05 +0200
55932              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
55933      Branch: perl
55934            ! t/lib/peek.t
55935 ____________________________________________________________________________
55936 [  6889] By: jhi                                   on 2000/08/29  15:17:37
55937         Log: Update Changes.
55938      Branch: perl
55939            ! Changes patchlevel.h
55940 ____________________________________________________________________________
55941 [  6888] By: jhi                                   on 2000/08/29  14:49:59
55942         Log: Retract #6882, broke the safe tests.
55943      Branch: perl
55944            ! ext/Opcode/Safe.pm
55945 ____________________________________________________________________________
55946 [  6887] By: jhi                                   on 2000/08/29  14:47:06
55947         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
55948              From: Gisle Aas <gisle@ActiveState.com> 
55949              Date: 09 Jun 2000 20:00:11 +0200
55950              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
55951      Branch: perl
55952            ! utils/perldoc.PL
55953 ____________________________________________________________________________
55954 [  6886] By: jhi                                   on 2000/08/29  14:42:45
55955         Log: The #6881 removed one dump line.
55956      Branch: perl
55957            ! t/lib/peek.t
55958 ____________________________________________________________________________
55959 [  6885] By: jhi                                   on 2000/08/29  14:30:47
55960         Log: Don't forget to tidy up.
55961      Branch: perl
55962            ! t/lib/ftmp-security.t
55963 ____________________________________________________________________________
55964 [  6884] By: jhi                                   on 2000/08/29  14:25:17
55965         Log: Disabling the one test is a bit tricky.
55966      Branch: perl
55967            ! t/lib/ftmp-security.t
55968 ____________________________________________________________________________
55969 [  6883] By: jhi                                   on 2000/08/29  14:16:25
55970         Log: Disable one of the tests for now.
55971      Branch: perl
55972            ! t/lib/ftmp-security.t
55973 ____________________________________________________________________________
55974 [  6882] By: jhi                                   on 2000/08/29  14:05:50
55975         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
55976              From: gisle@aas.no
55977              Date: 29 Aug 2000 10:35:06 -0000
55978              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
55979      Branch: perl
55980            ! ext/Opcode/Safe.pm
55981 ____________________________________________________________________________
55982 [  6881] By: jhi                                   on 2000/08/29  14:03:51
55983         Log: Subject: [PATCH] Glob dumping
55984              From: Gisle Aas <gisle@ActiveState.com>
55985              Date: 29 Aug 2000 07:59:42 -0000
55986              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
55987      Branch: perl
55988            ! dump.c
55989 ____________________________________________________________________________
55990 [  6880] By: jhi                                   on 2000/08/29  14:02:01
55991         Log: Subject: [PATCH] Warnings in B::Deparse
55992              From: <abigail@foad.org>
55993              Date: Tue, 29 Aug 2000 00:00:01 -0400
55994              Message-ID: <20000829040001.2999.qmail@foad.org>
55995      Branch: perl
55996            ! ext/B/B/Deparse.pm
55997 ____________________________________________________________________________
55998 [  6879] By: jhi                                   on 2000/08/29  13:57:26
55999         Log: Missed a change in #6869.
56000      Branch: perl
56001            ! mg.c
56002 ____________________________________________________________________________
56003 [  6878] By: jhi                                   on 2000/08/29  13:45:04
56004         Log: Subject: Net::protoent does not export 'getproto'
56005              From: Yasushi Nakajima <sey@jkc.co.jp>
56006              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
56007      Branch: perl
56008            ! lib/Net/protoent.pm
56009 ____________________________________________________________________________
56010 [  6877] By: jhi                                   on 2000/08/29  13:39:19
56011         Log: Patches all over for people and the files they (hopefully) care about.
56012      Branch: perl
56013            ! AUTHORS Changes MAINTAIN
56014 ____________________________________________________________________________
56015 [  6876] By: jhi                                   on 2000/08/29  12:53:54
56016         Log: Fix for thinko in #6848.
56017              
56018              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
56019              From: Lupe Christoph <lupe@lupe-christoph.de>
56020              Date: Tue, 29 Aug 2000 09:04:08 +0200
56021              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
56022      Branch: perl
56023            ! ext/Thread/Thread.xs
56024 ____________________________________________________________________________
56025 [  6875] By: jhi                                   on 2000/08/29  12:50:14
56026         Log: Update to Getopt::Long 2.24, from Johan Vromans.
56027      Branch: perl
56028            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
56029 ____________________________________________________________________________
56030 [  6874] By: jhi                                   on 2000/08/29  02:09:53
56031         Log: Use minimal @INC in tests, most of the time just '../lib',
56032              so that we simply can't pick up stuff from other Perls than
56033              the one we are testing.  Pointed out by
56034              
56035              From: Mike Guy <mjtg@cam.ac.uk>
56036              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
56037              Date: Fri, 25 Aug 2000 15:15:59 +0100
56038              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
56039      Branch: perl
56040            ! (edit 185 files)
56041 ____________________________________________________________________________
56042 [  6873] By: jhi                                   on 2000/08/29  01:07:11
56043         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
56044              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
56045              Date: Mon, 28 Aug 2000 17:45:52 -0700
56046              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
56047      Branch: perl
56048            ! Makefile.SH hints/os2.sh
56049 ____________________________________________________________________________
56050 [  6872] By: jhi                                   on 2000/08/28  23:33:39
56051         Log: Subject: [PATCH bleedperl@6866] spellings
56052              From: marcel@codewerk.com (Marcel Grunauer)
56053              Date: Tue, 29 Aug 2000 01:19:59 +0200
56054              Message-Id: <200008282319.BAA29862@gandalf.local>
56055      Branch: perl
56056            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
56057            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
56058            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
56059 ____________________________________________________________________________
56060 [  6871] By: jhi                                   on 2000/08/28  23:22:09
56061         Log: Take out the SUIDMAIL thing, that will not be
56062              a problem in 5.7.*.
56063      Branch: perl
56064            ! patchlevel.h
56065 ____________________________________________________________________________
56066 [  6870] By: jhi                                   on 2000/08/28  23:19:30
56067         Log: -S is the silent flag, -s is the strip flag.
56068              
56069              Subject: [PATCH] Re: [PATCH] make no-install          
56070              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
56071              Date: Mon, 28 Aug 2000 15:12:55 -0700
56072              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
56073      Branch: perl
56074            ! Makefile.SH
56075 ____________________________________________________________________________
56076 [  6869] By: jhi                                   on 2000/08/28  23:12:05
56077         Log: Subject: [PATCH bleedperl@6856] warnings fixes
56078              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
56079              Date: Mon, 28 Aug 2000 23:55:06 +0100
56080              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
56081      Branch: perl
56082            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
56083            ! warnings.h warnings.pl
56084 ____________________________________________________________________________
56085 [  6868] By: jhi                                   on 2000/08/28  21:38:22
56086         Log: Potential cruft.
56087      Branch: perl
56088            ! Makefile.SH
56089 ____________________________________________________________________________
56090 [  6867] By: jhi                                   on 2000/08/28  21:35:36
56091         Log: Update Changes.
56092      Branch: perl
56093            ! Changes patchlevel.h
56094 ____________________________________________________________________________
56095 [  6866] By: jhi                                   on 2000/08/28  21:33:49
56096         Log: Subject: hv.h Doc Patch
56097              From: Fisher Mark <fisherm@tce.com>
56098              Date: Mon, 28 Aug 2000 16:24:59 -0500
56099              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
56100      Branch: perl
56101            ! hv.h
56102 ____________________________________________________________________________
56103 [  6865] By: jhi                                   on 2000/08/28  21:02:15
56104         Log: Add -ld to archname on long tr...double platforms.
56105      Branch: metaconfig
56106            ! U/threads/archname.U
56107      Branch: perl
56108            ! Configure config_h.SH
56109 ____________________________________________________________________________
56110 [  6864] By: jhi                                   on 2000/08/28  20:38:59
56111         Log: An attempt to fix the problem reported in
56112              
56113              Subject: Building perl@6856 using gcc/AIX 4.3.3 
56114              From: Daniel Muino <dmuino@afip.gov.ar> 
56115              Date: Mon, 28 Aug 2000 15:50:01 -0300   
56116              Message-ID: <20000828155001.A14403@con2-dgi>
56117              
56118              I can't test this properly since the gcc installation I have
56119              access to seems to be botched (gcc is calling the AIX cpp,
56120              a losing proposition...)
56121      Branch: perl
56122            ! hints/aix.sh
56123 ____________________________________________________________________________
56124 [  6863] By: jhi                                   on 2000/08/28  18:57:52
56125         Log: Fix for ID 20000828.001, long doubles were not formatted
56126              correctly (showed up in $], which stopped installing perl).
56127      Branch: perl
56128            ! sv.c
56129 ____________________________________________________________________________
56130 [  6862] By: jhi                                   on 2000/08/28  18:07:15
56131         Log: Typo in #6858.
56132      Branch: perl
56133            ! lib/Cwd.pm
56134 ____________________________________________________________________________
56135 [  6861] By: jhi                                   on 2000/08/28  17:57:27
56136         Log: opmini.o may be left around if a build is interrupted.
56137      Branch: perl
56138            ! Makefile.SH
56139 ____________________________________________________________________________
56140 [  6860] By: jhi                                   on 2000/08/28  16:52:50
56141         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
56142              From: Daniel Chetlin <daniel@chetlin.com>
56143              Date: Mon, 28 Aug 2000 01:14:18 -0700
56144              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
56145      Branch: perl
56146            ! lib/overload.pm
56147 ____________________________________________________________________________
56148 [  6859] By: jhi                                   on 2000/08/28  16:08:46
56149         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
56150              From: Nicholas Clark <nick@ccl4.org>
56151              Date: Mon, 28 Aug 2000 16:03:27 +0100
56152              Message-Id: <20000828160327.C49785@plum.flirble.org>
56153      Branch: perl
56154            ! ext/ByteLoader/bytecode.h
56155 ____________________________________________________________________________
56156 [  6858] By: jhi                                   on 2000/08/28  16:02:10
56157         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
56158              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
56159              Date: Mon, 28 Aug 2000 13:08:30 +0200
56160              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
56161      Branch: perl
56162            ! lib/Cwd.pm
56163 ____________________________________________________________________________
56164 [  6857] By: jhi                                   on 2000/08/28  15:42:47
56165         Log: display_format used as a class method without arguments was broken,
56166              reported in
56167              
56168              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
56169              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
56170              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
56171              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
56172      Branch: perl
56173            ! lib/Math/Complex.pm t/lib/complex.t
56174 ____________________________________________________________________________
56175 [  6856] By: jhi                                   on 2000/08/27  22:09:48
56176         Log: Update Changes.
56177      Branch: perl
56178            ! Changes patchlevel.h
56179 ____________________________________________________________________________
56180 [  6855] By: jhi                                   on 2000/08/27  21:59:21
56181         Log: Retract #6853 (false alarm).
56182      Branch: perl
56183            ! lib/ExtUtils/xsubpp
56184 ____________________________________________________________________________
56185 [  6854] By: jhi                                   on 2000/08/27  21:37:44
56186         Log: Update Changes.
56187      Branch: perl
56188            ! Changes patchlevel.h
56189 ____________________________________________________________________________
56190 [  6853] By: jhi                                   on 2000/08/27  21:37:16
56191         Log: Subject: [PATCH perl@6850] workaround for xsubpp
56192              From: Hugo <hv@crypt.compulink.co.uk>
56193              Date: Sun, 27 Aug 2000 22:30:25 +0100
56194              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
56195      Branch: perl
56196            ! lib/ExtUtils/xsubpp
56197 ____________________________________________________________________________
56198 [  6852] By: jhi                                   on 2000/08/27  21:33:58
56199         Log: Big-endian 64-bit patch from Raphael Manfredi.
56200      Branch: perl
56201            ! ext/Storable/Storable.xs
56202 ____________________________________________________________________________
56203 [  6851] By: jhi                                   on 2000/08/27  21:22:21
56204         Log: More ruthless editing from Hugo van der Sanden.
56205      Branch: perl
56206            ! pod/perldelta.pod
56207 ____________________________________________________________________________
56208 [  6850] By: jhi                                   on 2000/08/27  16:11:46
56209         Log: Update Changes.
56210      Branch: perl
56211            ! Changes patchlevel.h
56212 ____________________________________________________________________________
56213 [  6849] By: jhi                                   on 2000/08/27  16:11:05
56214         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
56215      Branch: perl
56216            ! configpm pod/perldelta.pod
56217 ____________________________________________________________________________
56218 [  6848] By: jhi                                   on 2000/08/27  15:35:08
56219         Log: Use the actual thread type, not the pointer-to-struct.
56220      Branch: perl
56221            ! ext/Thread/Thread.xs
56222 ____________________________________________________________________________
56223 [  6847] By: jhi                                   on 2000/08/27  15:30:49
56224         Log: Test nit.
56225      Branch: perl
56226            ! t/pragma/warn/pp_sys
56227 ____________________________________________________________________________
56228 [  6846] By: jhi                                   on 2000/08/27  15:19:02
56229         Log: Passing -R in ldflags makes now it to appear in the default
56230              for lddlflags, just like with -L.
56231              
56232              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
56233              From: Lupe Christoph <lupe@lupe-christoph.de>
56234              Date: Sun, 27 Aug 2000 10:28:21 +0200
56235              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
56236      Branch: metaconfig/U/perl
56237            ! dlsrc.U
56238      Branch: perl
56239            ! Configure
56240 ____________________________________________________________________________
56241 [  6845] By: jhi                                   on 2000/08/27  15:08:54
56242         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
56243              From: Alan Burlison <Alan.Burlison@uk.sun.com>
56244              Date: Sat, 26 Aug 2000 22:23:27 +0100
56245              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
56246      Branch: perl
56247            ! lib/ExtUtils/MM_Unix.pm
56248 ____________________________________________________________________________
56249 [  6844] By: jhi                                   on 2000/08/27  15:02:37
56250         Log: DJGPP update from Laszlo Molnar.
56251              
56252              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
56253              From: ml1050 <ml1050@freemail.hu>
56254              Date: Sat, 26 Aug 2000 23:24:40 +0200
56255              Message-Id: <20000826232440.A439@freemail.hu>
56256      Branch: perl
56257            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
56258            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
56259 ____________________________________________________________________________
56260 [  6843] By: jhi                                   on 2000/08/27  14:53:58
56261         Log: Subject: installman buglet
56262              From: Lupe Christoph <lupe@lupe-christoph.de>
56263              Date: Sun, 27 Aug 2000 14:38:59 +0200
56264              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
56265      Branch: perl
56266            ! installman
56267 ____________________________________________________________________________
56268 [  6842] By: jhi                                   on 2000/08/27  14:52:08
56269         Log: Can't get the test to reliably work thanks to the
56270              inaccurateness of floating point.  "Resolves" bug ids
56271              20000826.003, 20000826.009, 20000826.010,
56272      Branch: perl
56273            ! t/lib/trig.t
56274 ____________________________________________________________________________
56275 [  6841] By: jhi                                   on 2000/08/26  15:53:58
56276         Log: Update Changes.
56277      Branch: perl
56278            ! Changes patchlevel.h
56279 ____________________________________________________________________________
56280 [  6840] By: jhi                                   on 2000/08/26  14:23:03
56281         Log: grep -e isn't portable.
56282              
56283              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
56284              From: chris@broadband.att.com
56285              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
56286              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
56287      Branch: perl
56288            ! hints/solaris_2.sh
56289 ____________________________________________________________________________
56290 [  6839] By: jhi                                   on 2000/08/26  14:12:23
56291         Log: no-install target a la make -n.
56292              
56293              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
56294              From: <abigail@foad.org>
56295              Date: Sat, 26 Aug 2000 03:57:34 -0400
56296              Message-ID: <20000826075735.18912.qmail@foad.org>
56297      Branch: perl
56298            ! Makefile.SH installman installperl
56299 ____________________________________________________________________________
56300 [  6838] By: jhi                                   on 2000/08/26  14:06:33
56301         Log: Retract #6826 as the #6828 should be do the same
56302              in a More Correct Way.
56303      Branch: perl
56304            ! installperl
56305 ____________________________________________________________________________
56306 [  6837] By: jhi                                   on 2000/08/26  05:24:00
56307         Log: More casting.
56308      Branch: perl
56309            ! ext/Storable/Storable.xs
56310 ____________________________________________________________________________
56311 [  6836] By: jhi                                   on 2000/08/26  05:05:46
56312         Log: Nicer in decimal.
56313      Branch: perl
56314            ! ext/Storable/Storable.xs
56315 ____________________________________________________________________________
56316 [  6835] By: jhi                                   on 2000/08/26  05:03:50
56317         Log: There be no UVdf.
56318      Branch: perl
56319            ! ext/Storable/Storable.xs
56320 ____________________________________________________________________________
56321 [  6834] By: jhi                                   on 2000/08/26  05:00:18
56322         Log: Continue IVdfing and UVxfing.
56323      Branch: perl
56324            ! ext/Storable/Storable.xs
56325 ____________________________________________________________________________
56326 [  6833] By: jhi                                   on 2000/08/26  04:53:14
56327         Log: Use IVdf.
56328      Branch: perl
56329            ! ext/Storable/Storable.xs
56330 ____________________________________________________________________________
56331 [  6832] By: jhi                                   on 2000/08/26  04:40:41
56332         Log: Document PTR2XX and INT2PTR.
56333      Branch: perl
56334            ! pod/perlguts.pod
56335 ____________________________________________________________________________
56336 [  6831] By: jhi                                   on 2000/08/26  04:33:18
56337         Log: Use UVxf, PTR2UV, NVff.
56338      Branch: perl
56339            ! ext/Storable/Storable.xs
56340 ____________________________________________________________________________
56341 [  6830] By: jhi                                   on 2000/08/26  04:31:32
56342         Log: Update the test count.
56343      Branch: perl
56344            ! t/lib/trig.t
56345 ____________________________________________________________________________
56346 [  6829] By: jhi                                   on 2000/08/26  03:05:50
56347         Log: Subject: [PATCH] installation not quite silent yet.
56348              From: <abigail@foad.org>
56349              Date: Fri, 25 Aug 2000 20:07:53 -0400
56350              Message-ID: <20000826000753.7822.qmail@foad.org>
56351      Branch: perl
56352            ! installman installperl
56353 ____________________________________________________________________________
56354 [  6828] By: jhi                                   on 2000/08/26  03:05:14
56355         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
56356              From: Spider Boardman <spider@web.zk3.dec.com>
56357              Date: Fri, 25 Aug 2000 19:12:40 -0400
56358              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
56359      Branch: perl
56360            ! gv.c
56361 ____________________________________________________________________________
56362 [  6827] By: jhi                                   on 2000/08/25  23:54:34
56363         Log: Support preserving extremely big/small angles.
56364      Branch: perl
56365            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
56366 ____________________________________________________________________________
56367 [  6826] By: jhi                                   on 2000/08/25  23:01:20
56368         Log: Patch installperl to be long double-aware.
56369              
56370              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
56371              From: Spider Boardman <spider@web.zk3.dec.com>
56372              Date: Fri, 25 Aug 2000 18:15:23 -0400
56373              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
56374      Branch: perl
56375            ! installperl
56376 ____________________________________________________________________________
56377 [  6825] By: jhi                                   on 2000/08/25  22:58:25
56378         Log: Remove duplicately applied patch shards.
56379              
56380              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
56381              From: Spider Boardman <spider@leggy.zk3.dec.com>
56382              Date: Fri, 25 Aug 2000 16:45:03 -0400
56383              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
56384      Branch: perl
56385            ! t/lib/cgi-html.t
56386 ____________________________________________________________________________
56387 [  6824] By: jhi                                   on 2000/08/25  22:57:00
56388         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
56389              From: Daniel Chetlin <daniel@chetlin.com>
56390              Date: Fri, 25 Aug 2000 12:23:16 -0700
56391              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
56392              
56393              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
56394              From: Daniel Chetlin <daniel@chetlin.com>
56395              Date: Fri, 25 Aug 2000 14:47:19 -0700
56396              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
56397      Branch: perl
56398            ! installman
56399 ____________________________________________________________________________
56400 [  6823] By: jhi                                   on 2000/08/25  22:44:17
56401         Log: Timestamp problem?
56402      Branch: perl
56403            ! uconfig.h uconfig.sh
56404 ____________________________________________________________________________
56405 [  6822] By: jhi                                   on 2000/08/25  19:01:06
56406         Log: One forgotten file from #6816.
56407      Branch: perl
56408            ! vos/config.h
56409 ____________________________________________________________________________
56410 [  6821] By: jhi                                   on 2000/08/25  18:56:39
56411         Log: Regen Changes.
56412      Branch: perl
56413            ! Changes patchlevel.h
56414 ____________________________________________________________________________
56415 [  6820] By: jhi                                   on 2000/08/25  18:52:35
56416         Log: Fix Changes ordering.
56417      Branch: perl
56418            ! Changes
56419 ____________________________________________________________________________
56420 [  6819] By: jhi                                   on 2000/08/25  18:50:25
56421         Log: Update Changes.
56422      Branch: perl
56423            ! Changes patchlevel.h
56424 ____________________________________________________________________________
56425 [  6818] By: jhi                                   on 2000/08/25  18:47:45
56426         Log: Tweak the sfio/useperlio logic, hopefully as wished in
56427              
56428              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
56429              From: Nicholas Clark <nick@babyhippo.co.uk>
56430              Date: Fri, 25 Aug 2000 12:01:45 +0100
56431              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
56432      Branch: metaconfig/U/perl
56433            ! d_sfio.U
56434      Branch: perl
56435            ! Configure
56436 ____________________________________________________________________________
56437 [  6817] By: jhi                                   on 2000/08/25  18:32:51
56438         Log: Allow microperl to assume <math.h>, without it the math
56439              functions like floor() are assumed to return int, which makes
56440              for core dumps in machines where integer and floating register
56441              don't mix.
56442      Branch: perl
56443            ! uconfig.h uconfig.sh
56444 ____________________________________________________________________________
56445 [  6816] By: jhi                                   on 2000/08/25  18:27:17
56446         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
56447              the problem reported in
56448              
56449              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
56450              From: danhale@us.ibm.com
56451              Date: Fri, 25 Aug 2000 10:58:06 -0400
56452              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
56453      Branch: metaconfig/U/perl
56454            + d_socks5_init.U
56455      Branch: perl
56456            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
56457            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
56458            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
56459            ! win32/config.gc win32/config.vc
56460 ____________________________________________________________________________
56461 [  6815] By: jhi                                   on 2000/08/25  17:43:31
56462         Log: A solution for the retrieve_fd autosplit warning,
56463              idea suggested by Mike Guy.
56464      Branch: perl
56465            ! ext/Storable/Storable.pm
56466 ____________________________________________________________________________
56467 [  6814] By: jhi                                   on 2000/08/25  17:16:03
56468         Log: Add install-silent target.
56469      Branch: perl
56470            ! Makefile.SH
56471 ____________________________________________________________________________
56472 [  6813] By: jhi                                   on 2000/08/25  17:14:23
56473         Log: Subject: Re: [PATCH] More silencing of installman.
56474              From: <abigail@foad.org>
56475              Date: Thu, 24 Aug 2000 19:27:03 -0400
56476              Message-ID: <20000824232703.7001.qmail@foad.org>
56477              
56478              Subject: Re: [PATCH] More silencing of installman.
56479              From: <abigail@foad.org>
56480              Date: Fri, 25 Aug 2000 03:00:58 -0400
56481              Message-ID: <20000825070058.10697.qmail@foad.org>
56482      Branch: perl
56483            ! installman
56484 ____________________________________________________________________________
56485 [  6812] By: jhi                                   on 2000/08/25  17:11:28
56486         Log: installperl --verbose and --silent.
56487              
56488              Subject: Re: [PATCH] More silencing of installman.
56489              From: <abigail@foad.org>
56490              Message-ID: <20000825064430.9719.qmail@foad.org>
56491              Date: Fri, 25 Aug 2000 02:44:30 -0400
56492      Branch: perl
56493            ! installperl
56494 ____________________________________________________________________________
56495 [  6811] By: jhi                                   on 2000/08/25  17:05:43
56496         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
56497              From: "Peter J. Farley III" <pjfarley@banet.net>
56498              Date: Thu, 24 Aug 2000 21:58:03 -0400
56499              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
56500              
56501              (applied slightly modified)
56502      Branch: perl
56503            ! lib/ExtUtils/MM_Unix.pm
56504 ____________________________________________________________________________
56505 [  6810] By: jhi                                   on 2000/08/25  17:01:18
56506         Log: Missing parts of 
56507              
56508              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
56509              From: Peter Prymmer <pvhp@forte.com>
56510              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
56511              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
56512      Branch: perl
56513            ! t/lib/cgi-html.t
56514 ____________________________________________________________________________
56515 [  6809] By: jhi                                   on 2000/08/25  16:46:32
56516         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
56517              From: "Craig A. Berry" <craig.berry@psinetcs.com>
56518              Date: Thu, 24 Aug 2000 19:13:11 -0500
56519              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
56520      Branch: perl
56521            ! vms/vms.c
56522 ____________________________________________________________________________
56523 [  6808] By: jhi                                   on 2000/08/25  16:39:22
56524         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
56525              From: Peter Prymmer <pvhp@forte.com>
56526              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
56527              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
56528      Branch: perl
56529            ! configure.com
56530 ____________________________________________________________________________
56531 [  6807] By: jhi                                   on 2000/08/25  16:36:37
56532         Log: Better wording for the vec lvalue diagnostic.
56533              
56534              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
56535              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
56536              Date: Wed, 23 Aug 2000 14:12:16 -0400
56537              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
56538      Branch: perl
56539            ! pod/perldiag.pod
56540 ____________________________________________________________________________
56541 [  6806] By: jhi                                   on 2000/08/24  18:17:22
56542         Log: Subject: [PATCH] More silencing of installman.
56543              From: <abigail@foad.org>
56544              Date: Thu, 24 Aug 2000 14:01:44 -0400
56545              Message-ID: <20000824180144.20062.qmail@foad.org>
56546      Branch: perl
56547            ! installman
56548 ____________________________________________________________________________
56549 [  6805] By: jhi                                   on 2000/08/24  15:00:31
56550         Log: Update Changes.
56551      Branch: perl
56552            ! Changes patchlevel.h
56553 ____________________________________________________________________________
56554 [  6804] By: jhi                                   on 2000/08/24  14:59:07
56555         Log: Regen perltoc.
56556      Branch: perl
56557            ! pod/perltoc.pod
56558 ____________________________________________________________________________
56559 [  6803] By: jhi                                   on 2000/08/24  14:44:39
56560         Log: Show the doc file, not the temp file.
56561      Branch: perl
56562            ! installman
56563 ____________________________________________________________________________
56564 [  6802] By: jhi                                   on 2000/08/24  14:41:53
56565         Log: Continue silencing.
56566      Branch: perl
56567            ! installman
56568 ____________________________________________________________________________
56569 [  6801] By: jhi                                   on 2000/08/24  14:34:40
56570         Log: Actually do something with the silencer option.
56571      Branch: perl
56572            ! installman
56573 ____________________________________________________________________________
56574 [  6800] By: jhi                                   on 2000/08/24  14:26:22
56575         Log: Make installman to recognize the silence flag -S.
56576      Branch: perl
56577            ! installman
56578 ____________________________________________________________________________
56579 [  6799] By: jhi                                   on 2000/08/24  13:49:38
56580         Log: DOS patches and portability/porting notes, from Tim Jenness.
56581      Branch: perl
56582            ! lib/File/Temp.pm
56583 ____________________________________________________________________________
56584 [  6798] By: jhi                                   on 2000/08/24  13:48:27
56585         Log: Create directories in silence.
56586              
56587              Subject: [PATCH] Another silencer for MakeMaker
56588              From: andreas.koenig@anima.de (Andreas J. Koenig)
56589              Date: 24 Aug 2000 14:18:52 +0200
56590              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
56591      Branch: perl
56592            ! lib/ExtUtils/Command.pm
56593 ____________________________________________________________________________
56594 [  6797] By: jhi                                   on 2000/08/24  13:46:42
56595         Log: More liberal parsing of version numbers.
56596              
56597              Subject: Re: CPAN.pm beta for testing available
56598              From: andreas.koenig@anima.de (Andreas J. Koenig)
56599              Date: 24 Aug 2000 13:51:57 +0200
56600              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
56601      Branch: perl
56602            ! lib/CPAN.pm
56603 ____________________________________________________________________________
56604 [  6796] By: jhi                                   on 2000/08/24  13:44:36
56605         Log: Make "make install" by default silent.  A new "install-verbose"
56606              target is verbose.
56607      Branch: perl
56608            ! Makefile.SH
56609 ____________________________________________________________________________
56610 [  6795] By: jhi                                   on 2000/08/24  13:39:14
56611         Log: Add silencer flags to installperl.
56612              
56613              Subject: [PATCH] Making installperl silent.
56614              From: <abigail@foad.org>
56615              Date: Thu, 24 Aug 2000 05:01:45 -0400
56616              Message-ID: <20000824090145.13141.qmail@foad.org>
56617      Branch: perl
56618            ! installperl
56619 ____________________________________________________________________________
56620 [  6794] By: jhi                                   on 2000/08/24  13:35:50
56621         Log: installperl couldn't tell whether it had run tests or not.
56622              
56623              Subject: [PATCH] Re: installperl and t/TEST
56624              From: <abigail@foad.org>
56625              Date: Thu, 24 Aug 2000 04:00:53 -0400
56626              Message-ID: <20000824080053.2494.qmail@foad.org>
56627      Branch: perl
56628            ! Makefile.SH installperl
56629 ____________________________________________________________________________
56630 [  6793] By: jhi                                   on 2000/08/24  13:27:50
56631         Log: Drop the separate perlbc, perlcc -b should be enough.
56632      Branch: perl
56633            - utils/perlbc.PL
56634            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
56635 ____________________________________________________________________________
56636 [  6792] By: jhi                                   on 2000/08/24  04:41:30
56637         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
56638              plus the typo fix from Peter Prymmer.
56639      Branch: perl
56640            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
56641            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
56642 ____________________________________________________________________________
56643 [  6791] By: jhi                                   on 2000/08/24  02:10:43
56644         Log: Replace #6705 with a minimal doc patch.
56645              
56646              Subject: [PATCH 5.6.0] replace change #6705
56647              From: Jan Dubois <jand@ActiveState.com>
56648              Date: Wed, 23 Aug 2000 18:31:51 -0700
56649              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
56650      Branch: perl
56651            ! lib/Win32.pod win32/win32.c
56652 ____________________________________________________________________________
56653 [  6790] By: jhi                                   on 2000/08/23  17:52:00
56654         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
56655              From: Mike Guy <mjtg@cam.ac.uk>
56656              Date: Wed, 23 Aug 2000 18:38:46 +0100
56657              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
56658      Branch: perl
56659            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
56660 ____________________________________________________________________________
56661 [  6789] By: jhi                                   on 2000/08/23  15:34:21
56662         Log: Update Changes.
56663      Branch: perl
56664            ! Changes patchlevel.h
56665 ____________________________________________________________________________
56666 [  6788] By: jhi                                   on 2000/08/23  15:33:40
56667         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
56668              From: Wilfredo Sánchez <wsanchez@apple.com>
56669              Date: Tue, 22 Aug 2000 19:31:27 -0700
56670              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
56671      Branch: perl
56672            ! perl.h
56673 ____________________________________________________________________________
56674 [  6787] By: jhi                                   on 2000/08/23  15:29:31
56675         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
56676              From: Spider Boardman <spider@leggy.zk3.dec.com>
56677              Date: Wed, 23 Aug 2000 10:33:23 -0400
56678              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
56679      Branch: perl
56680            ! lib/Pod/Html.pm
56681 ____________________________________________________________________________
56682 [  6786] By: jhi                                   on 2000/08/23  15:28:11
56683         Log: Bad makefile.
56684      Branch: perl
56685            ! ext/B/Makefile.PL
56686 ____________________________________________________________________________
56687 [  6785] By: jhi                                   on 2000/08/23  14:37:04
56688         Log: Update Changes.
56689      Branch: perl
56690            ! Changes patchlevel.h
56691 ____________________________________________________________________________
56692 [  6784] By: jhi                                   on 2000/08/23  13:58:41
56693         Log: Portability fix from Hugo van der Sanden.
56694      Branch: perl
56695            ! ext/re/Makefile.PL
56696 ____________________________________________________________________________
56697 [  6783] By: jhi                                   on 2000/08/23  13:53:53
56698         Log: Storable support, v-version fixes.
56699              
56700              Subject: CPAN.pm beta for testing available
56701              From: andreas.koenig@anima.de (Andreas J. Koenig)
56702              Date: 22 Aug 2000 23:31:33 +0200
56703              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
56704      Branch: perl
56705            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
56706 ____________________________________________________________________________
56707 [  6782] By: jhi                                   on 2000/08/23  13:51:26
56708         Log: Mac and other portability updates from Chris Nandor.
56709      Branch: perl
56710            ! pod/perlmodinstall.pod
56711 ____________________________________________________________________________
56712 [  6781] By: jhi                                   on 2000/08/23  13:47:33
56713         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
56714              From: Peter Prymmer <pvhp@forte.com>
56715              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
56716              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
56717      Branch: perl
56718            ! ext/Storable/Storable.xs
56719 ____________________________________________________________________________
56720 [  6780] By: jhi                                   on 2000/08/23  13:33:34
56721         Log: VMS MMS (make) wants null action.
56722      Branch: perl
56723            ! ext/B/Makefile.PL
56724 ____________________________________________________________________________
56725 [  6779] By: jhi                                   on 2000/08/22  19:44:47
56726         Log: Forgot portability nit.
56727      Branch: perl
56728            ! t/lib/st-forgive.t
56729 ____________________________________________________________________________
56730 [  6778] By: jhi                                   on 2000/08/22  19:35:25
56731         Log: Be portable.
56732      Branch: perl
56733            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
56734            ! t/lib/st-store.t
56735 ____________________________________________________________________________
56736 [  6777] By: jhi                                   on 2000/08/22  18:50:53
56737         Log: Update Changes.
56738      Branch: perl
56739            ! Changes patchlevel.h
56740 ____________________________________________________________________________
56741 [  6776] By: jhi                                   on 2000/08/22  18:44:46
56742         Log: cSVOPo_*v things index into the current PL_curpad
56743              under ithreads, which is different from the curpad
56744              used by the XSUB.  (In other words, the code as-is
56745              before this patch wouldn't work under ithreads.)
56746              From Sarathy.
56747      Branch: perl
56748            ! ext/B/B.xs
56749 ____________________________________________________________________________
56750 [  6775] By: jhi                                   on 2000/08/22  18:18:37
56751         Log: Make the selection of NVff et al stricter.
56752      Branch: metaconfig/U/perl
56753            ! perlxvf.U
56754      Branch: perl
56755            ! Configure config_h.SH
56756 ____________________________________________________________________________
56757 [  6774] By: jhi                                   on 2000/08/22  17:19:42
56758         Log: perldelta nits.
56759      Branch: perl
56760            ! pod/perldelta.pod
56761 ____________________________________________________________________________
56762 [  6773] By: jhi                                   on 2000/08/22  17:06:26
56763         Log: Long double fixes from Spider Boardman.
56764              
56765              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
56766              From: system PRIVILEGED account <root@peano.zk3.dec.com>
56767              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
56768              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
56769      Branch: perl
56770            ! t/lib/bigfltpm.t t/lib/st-06compat.t
56771 ____________________________________________________________________________
56772 [  6772] By: jhi                                   on 2000/08/22  15:04:53
56773         Log: Update Changes.
56774      Branch: perl
56775            ! Changes patchlevel.h
56776 ____________________________________________________________________________
56777 [  6771] By: jhi                                   on 2000/08/22  15:01:44
56778         Log: perldelta fixes from Hugo van der Sanden.
56779      Branch: perl
56780            ! pod/perldelta.pod
56781 ____________________________________________________________________________
56782 [  6770] By: jhi                                   on 2000/08/22  14:34:49
56783         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
56784              From: Hugo <hv@crypt.compulink.co.uk>
56785              Date: Tue, 22 Aug 2000 11:21:53 +0100
56786              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
56787      Branch: perl
56788            ! regcomp.c
56789 ____________________________________________________________________________
56790 [  6769] By: jhi                                   on 2000/08/22  14:30:02
56791         Log: Add Yitzchak, reformat.
56792      Branch: perl
56793            ! Changes config_h.SH
56794 ____________________________________________________________________________
56795 [  6768] By: jhi                                   on 2000/08/22  14:21:35
56796         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
56797              and Spider Boardman.
56798      Branch: metaconfig
56799            ! U/compline/d_gconvert.U
56800      Branch: perl
56801            ! Configure
56802 ____________________________________________________________________________
56803 [  6767] By: jhi                                   on 2000/08/22  14:11:24
56804         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
56805              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
56806              Date: Mon, 21 Aug 2000 19:08:31 -0700
56807              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
56808      Branch: perl
56809            - ext/Storable/patchlevel.h
56810            ! MANIFEST ext/Storable/MANIFEST
56811 ____________________________________________________________________________
56812 [  6766] By: jhi                                   on 2000/08/22  13:49:29
56813         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
56814              From: Peter Prymmer <pvhp@forte.com>
56815              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
56816              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
56817      Branch: perl
56818            ! configure.com ext/Storable/Makefile.PL
56819 ____________________________________________________________________________
56820 [  6765] By: jhi                                   on 2000/08/22  13:44:59
56821         Log: Subject: [PATCH blead] B:: missing dependency
56822              From: Hugo <hv@crypt.compulink.co.uk>
56823              Date: Tue, 22 Aug 2000 06:44:33 +0100
56824              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
56825      Branch: perl
56826            ! ext/B/Makefile.PL
56827 ____________________________________________________________________________
56828 [  6764] By: jhi                                   on 2000/08/22  13:38:12
56829         Log: More bytecompiler.
56830      Branch: perl
56831            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
56832 ____________________________________________________________________________
56833 [  6763] By: jhi                                   on 2000/08/22  13:36:44
56834         Log: Bytecompiler patches from Benjamin Stuhl.
56835      Branch: perl
56836            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
56837            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
56838            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
56839            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
56840            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
56841            ! perl.c perlapi.h pod/perldelta.pod
56842 ____________________________________________________________________________
56843 [  6762] By: jhi                                   on 2000/08/21  23:43:40
56844         Log: An obsoleted diagnostic.
56845      Branch: perl
56846            ! pod/perldelta.pod
56847 ____________________________________________________________________________
56848 [  6761] By: jhi                                   on 2000/08/21  23:01:45
56849         Log: The #6759 wasn't quite right.
56850      Branch: perl
56851            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
56852            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
56853            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
56854            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
56855            ! t/lib/st-tieditems.t
56856 ____________________________________________________________________________
56857 [  6760] By: jhi                                   on 2000/08/21  22:35:49
56858         Log: Be verydeepclean.
56859      Branch: perl
56860            ! Makefile.SH
56861 ____________________________________________________________________________
56862 [  6759] By: jhi                                   on 2000/08/21  22:25:40
56863         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
56864              From: Peter Prymmer <pvhp@forte.com>
56865              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
56866              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
56867      Branch: perl
56868            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
56869            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
56870            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
56871            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
56872            ! t/lib/st-tieditems.t
56873 ____________________________________________________________________________
56874 [  6758] By: jhi                                   on 2000/08/21  22:22:32
56875         Log: Few more casts, need reported in
56876              
56877              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
56878              From: Mike Stok <mike@stok.co.uk>
56879              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
56880              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
56881              
56882              and
56883              
56884              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
56885              From: abigail@foad.org
56886              Date: 21 Aug 2000 21:31:34 -0000
56887              Message-Id: <20000821213134.30170.qmail@foad.org>
56888      Branch: perl
56889            ! ext/Storable/Storable.xs
56890 ____________________________________________________________________________
56891 [  6757] By: jhi                                   on 2000/08/21  18:37:07
56892         Log: Update Changes.
56893      Branch: perl
56894            ! Changes patchlevel.h
56895 ____________________________________________________________________________
56896 [  6756] By: jhi                                   on 2000/08/21  18:34:02
56897         Log: A pod nit.
56898              
56899              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
56900              From: <abigail@foad.org>
56901              Date: Mon, 21 Aug 2000 14:00:16 -0400
56902              Message-ID: <20000821180016.28627.qmail@foad.org>
56903      Branch: perl
56904            ! pod/perlre.pod
56905 ____________________________________________________________________________
56906 [  6755] By: jhi                                   on 2000/08/21  18:30:56
56907         Log: Use PodParser 1.18 new test.
56908      Branch: perl
56909            ! t/pod/special_seqs.t t/pod/special_seqs.xr
56910 ____________________________________________________________________________
56911 [  6754] By: jhi                                   on 2000/08/21  18:28:35
56912         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
56913              patches cannot be applied since #6712 conflicts.
56914      Branch: perl
56915            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
56916 ____________________________________________________________________________
56917 [  6753] By: jhi                                   on 2000/08/21  18:15:11
56918         Log: Weed out some smaller changes.
56919      Branch: perl
56920            ! pod/perldelta.pod
56921 ____________________________________________________________________________
56922 [  6752] By: jhi                                   on 2000/08/21  18:02:30
56923         Log: Also under djgpp the timestamps are funky.
56924      Branch: perl
56925            ! t/op/stat.t
56926 ____________________________________________________________________________
56927 [  6751] By: jhi                                   on 2000/08/21  17:55:56
56928         Log: Tweak the floating point output routine preferences.
56929      Branch: metaconfig
56930            ! U/compline/d_gconvert.U
56931      Branch: perl
56932            ! Configure
56933 ____________________________________________________________________________
56934 [  6750] By: jhi                                   on 2000/08/21  17:51:29
56935         Log: Unicos/mk requires elaborate paranoia.
56936      Branch: perl
56937            ! lib/Math/Complex.pm
56938 ____________________________________________________________________________
56939 [  6749] By: gsar                                  on 2000/08/21  16:53:31
56940         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
56941      Branch: perl
56942            ! lib/Cwd.pm
56943 ____________________________________________________________________________
56944 [  6748] By: gsar                                  on 2000/08/21  16:22:19
56945         Log: free TLS slot properly on Windows
56946      Branch: perl
56947            ! thread.h win32/perllib.c win32/win32thread.h
56948 ____________________________________________________________________________
56949 [  6747] By: jhi                                   on 2000/08/21  16:20:58
56950         Log: Rename the macro argument because some preprocessors
56951              can't tell the difference and expand arguments also inside
56952              double quoted strings.
56953      Branch: perl
56954            ! regcomp.c
56955 ____________________________________________________________________________
56956 [  6746] By: jhi                                   on 2000/08/21  16:09:41
56957         Log: Support long doubles in Storable.
56958              
56959              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
56960              From: Radu Greab <radu@netsoft.ro>
56961              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
56962              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
56963      Branch: perl
56964            ! ext/Storable/Storable.xs
56965 ____________________________________________________________________________
56966 [  6745] By: jhi                                   on 2000/08/21  15:51:40
56967         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
56968              From: "Fifer, Eric" <EFifer@sanwaint.com>
56969              Date: Mon, 21 Aug 2000 15:34:49 +0100
56970              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
56971      Branch: perl
56972            ! t/pragma/warn/9enabled
56973 ____________________________________________________________________________
56974 [  6744] By: jhi                                   on 2000/08/21  15:39:35
56975         Log: Document the endianness of Alpha more precisely.
56976      Branch: perl
56977            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
56978            ! pod/perlport.pod
56979 ____________________________________________________________________________
56980 [  6743] By: jhi                                   on 2000/08/21  14:47:05
56981         Log: perldelta fixes from the p5p crowd.
56982      Branch: perl
56983            ! pod/perldelta.pod pod/perlop.pod
56984 ____________________________________________________________________________
56985 [  6742] By: jhi                                   on 2000/08/21  13:34:51
56986         Log: Update to Pod::LaTeX 0.53.
56987              
56988              Subject: [PATCH] lib/Pod/LaTeX.pm updates
56989              From: Tim Jenness <timj@jach.hawaii.edu>
56990              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
56991              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
56992      Branch: perl
56993            ! lib/Pod/LaTeX.pm
56994 ____________________________________________________________________________
56995 [  6741] By: jhi                                   on 2000/08/21  13:33:01
56996         Log: Subject: [PATCH] os2.c fix for use64bitint
56997              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
56998              Date: Mon, 21 Aug 2000 01:32:25 -0700
56999              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
57000      Branch: perl
57001            ! os2/os2.c
57002 ____________________________________________________________________________
57003 [  6740] By: jhi                                   on 2000/08/21  13:28:52
57004         Log: Array context keeps slithering in.
57005              
57006              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
57007              From: Daniel Chetlin <daniel@chetlin.com>
57008              Date: Sun, 20 Aug 2000 21:40:25 -0700
57009              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
57010      Branch: perl
57011            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
57012            ! pod/perldebtut.pod
57013 ____________________________________________________________________________
57014 [  6739] By: jhi                                   on 2000/08/21  13:23:55
57015         Log: Big-endian quad fixes for Storable from Radu Greab,
57016              plus few explicit null casts for picky compilers.
57017      Branch: perl
57018            ! ext/Storable/Storable.xs
57019 ____________________________________________________________________________
57020 [  6738] By: gsar                                  on 2000/08/21  05:56:13
57021         Log: small tweaks for change#6705: avoid C++ style comments in C code;
57022              use Perl's malloc API rather than the low level system one
57023      Branch: perl
57024            ! win32/win32.c
57025 ____________________________________________________________________________
57026 [  6737] By: gsar                                  on 2000/08/21  05:35:41
57027         Log: add Storable to list of extensions on Windows
57028      Branch: perl
57029            ! win32/Makefile win32/makefile.mk
57030 ____________________________________________________________________________
57031 [  6736] By: jhi                                   on 2000/08/21  02:57:53
57032         Log: Update Changes.
57033      Branch: perl
57034            ! Changes patchlevel.h
57035 ____________________________________________________________________________
57036 [  6735] By: jhi                                   on 2000/08/21  02:57:20
57037         Log: Draft 0.
57038      Branch: perl
57039            ! pod/perldelta.pod
57040 ____________________________________________________________________________
57041 [  6734] By: jhi                                   on 2000/08/21  02:57:03
57042         Log: Add Storable 0.7.2 from Raphael Manfredi,
57043              plus the patch from
57044              
57045              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
57046              From: Radu Greab <radu@netsoft.ro>
57047              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
57048              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
57049              
57050              plus changes to get Storable to compile with
57051              picky ANSI compilers.
57052      Branch: perl
57053            + ext/Storable/ChangeLog ext/Storable/MANIFEST
57054            + ext/Storable/Makefile.PL ext/Storable/README
57055            + ext/Storable/Storable.pm ext/Storable/Storable.xs
57056            + ext/Storable/patchlevel.h t/lib/st-06compat.t
57057            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
57058            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
57059            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
57060            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
57061            + t/lib/st-tieditems.t
57062            ! MANIFEST
57063 ____________________________________________________________________________
57064 [  6733] By: jhi                                   on 2000/08/21  02:29:09
57065         Log: The correct cleaning order is an art.
57066      Branch: perl
57067            ! Makefile.SH
57068 ____________________________________________________________________________
57069 [  6732] By: jhi                                   on 2000/08/21  01:23:39
57070         Log: The #6724 is here.
57071      Branch: perl
57072            ! t/lib/ftmp-security.t
57073 ____________________________________________________________________________
57074 [  6731] By: jhi                                   on 2000/08/20  23:17:03
57075         Log: s/this one/the 5.6.0 release/
57076      Branch: perl
57077            ! pod/perl56delta.pod
57078 ____________________________________________________________________________
57079 [  6730] By: jhi                                   on 2000/08/20  23:07:34
57080         Log: Mention perlebcdic and perlposix-bc.
57081      Branch: perl
57082            ! pod/perlport.pod
57083 ____________________________________________________________________________
57084 [  6729] By: jhi                                   on 2000/08/20  21:32:59
57085         Log: Document the number of exponent digits.
57086      Branch: perl
57087            ! pod/perlfunc.pod
57088 ____________________________________________________________________________
57089 [  6728] By: jhi                                   on 2000/08/20  21:16:47
57090         Log: Use File::Spec->tmpdir().
57091              
57092              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
57093              From: Tim Jenness <timj@jach.hawaii.edu>
57094              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
57095              MIME-Version: 1.0
57096              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
57097      Branch: perl
57098            ! utils/perlbug.PL
57099 ____________________________________________________________________________
57100 [  6727] By: jhi                                   on 2000/08/20  20:43:32
57101         Log: Update Changes.
57102      Branch: perl
57103            ! Changes patchlevel.h
57104 ____________________________________________________________________________
57105 [  6726] By: jhi                                   on 2000/08/20  20:41:44
57106         Log: The veryclean target needs to clobber.
57107      Branch: perl
57108            ! Makefile.SH
57109 ____________________________________________________________________________
57110 [  6725] By: jhi                                   on 2000/08/20  20:37:38
57111         Log: Document odd vs even subreleases and -Dusedevel.
57112      Branch: perl
57113            ! INSTALL
57114 ____________________________________________________________________________
57115 [  6724] By: jhi                                   on 2000/08/20  19:58:05
57116         Log: Use temporary directory instead of current directory.
57117              
57118              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
57119              From: Tim Jenness <timj@jach.hawaii.edu>
57120              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
57121              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
57122      Branch: perl
57123            ! t/lib/ftmp-security.t
57124 ____________________________________________________________________________
57125 [  6723] By: jhi                                   on 2000/08/20  19:55:55
57126         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
57127              From: andreas.koenig@anima.de (Andreas J. Koenig)
57128              Date: 20 Aug 2000 15:52:03 +0200
57129              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
57130      Branch: perl
57131            ! lib/ExtUtils/MM_Unix.pm
57132 ____________________________________________________________________________
57133 [  6722] By: jhi                                   on 2000/08/20  19:46:01
57134         Log: Update to CGI 2.72, from Lincoln Stein.
57135      Branch: perl
57136            ! lib/CGI.pm
57137 ____________________________________________________________________________
57138 [  6721] By: jhi                                   on 2000/08/20  19:43:54
57139         Log: (Replaced by #8364.)
57140              
57141              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
57142              From: Radu Greab <radu@netsoft.ro>
57143              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
57144              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
57145      Branch: perl
57146            ! ext/GDBM_File/GDBM_File.xs
57147 ____________________________________________________________________________
57148 [  6720] By: jhi                                   on 2000/08/20  19:42:01
57149         Log: pp_open() could pass an uninitialized filename down to do_open9().
57150      Branch: perl
57151            ! pp_sys.c
57152 ____________________________________________________________________________
57153 [  6719] By: jhi                                   on 2000/08/20  14:06:41
57154         Log: UTF8 concat fixes.
57155              
57156              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
57157              From: Hugo <hv@crypt.compulink.co.uk>
57158              Date: Sun, 20 Aug 2000 07:30:46 +0100
57159              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
57160      Branch: perl
57161            ! pp_hot.c t/op/append.t
57162 ____________________________________________________________________________
57163 [  6718] By: jhi                                   on 2000/08/20  02:09:37
57164         Log: Let's try #6717 again.
57165      Branch: perl
57166            ! lib/File/Temp.pm
57167 ____________________________________________________________________________
57168 [  6717] By: jhi                                   on 2000/08/20  01:56:55
57169         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
57170              From: "Craig A. Berry" <craig.berry@metamorgs.com>
57171              Date: Sat, 19 Aug 2000 18:15:39 -0500
57172              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
57173      Branch: perl
57174            ! lib/File/Temp.pm
57175 ____________________________________________________________________________
57176 [  6716] By: jhi                                   on 2000/08/19  15:50:11
57177         Log: Update Changes.
57178      Branch: perl
57179            ! Changes patchlevel.h
57180 ____________________________________________________________________________
57181 [  6715] By: jhi                                   on 2000/08/19  15:39:09
57182         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
57183              From: Jonathan D Johnston <jdjohnston2@juno.com>
57184              Date: Thu, 17 Aug 2000 23:13:01 -0400       
57185              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
57186      Branch: perl
57187            ! pod/perlfunc.pod
57188 ____________________________________________________________________________
57189 [  6714] By: jhi                                   on 2000/08/19  15:34:04
57190         Log: Introduce a 'veryclean' target that is like 'distclean'
57191              but also removes *~ and *.orig.
57192      Branch: perl
57193            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
57194            ! utils/Makefile x2p/Makefile.SH
57195 ____________________________________________________________________________
57196 [  6713] By: jhi                                   on 2000/08/19  14:15:45
57197         Log: Put back the long double avoidance code to POSIX.xs
57198              because VMS seems to need it still.
57199      Branch: perl
57200            ! ext/POSIX/POSIX.xs
57201 ____________________________________________________________________________
57202 [  6712] By: jhi                                   on 2000/08/19  14:10:41
57203         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
57204              From: Peter Prymmer <pvhp@forte.com>
57205              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
57206              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
57207      Branch: perl
57208            ! lib/Pod/Find.pm t/pod/find.t
57209 ____________________________________________________________________________
57210 [  6711] By: jhi                                   on 2000/08/19  14:09:19
57211         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
57212              From: Peter Prymmer <pvhp@forte.com>
57213              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
57214              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
57215              cc: vmsperl@perl.org
57216      Branch: perl
57217            ! t/lib/peek.t
57218 ____________________________________________________________________________
57219 [  6710] By: jhi                                   on 2000/08/19  14:08:01
57220         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
57221              From: Jan Dubois <jand@ActiveState.com>
57222              Date: Fri, 18 Aug 2000 16:31:48 -0700
57223              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
57224      Branch: perl
57225            ! win32/win32.c
57226 ____________________________________________________________________________
57227 [  6709] By: jhi                                   on 2000/08/19  14:06:57
57228         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
57229              
57230              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
57231              From: Spider.Boardman@Orb.Nashua.NH.US
57232              Date: Fri, 18 Aug 2000 18:41:14 -0400
57233              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
57234      Branch: perl
57235            ! regcomp.c
57236 ____________________________________________________________________________
57237 [  6708] By: jhi                                   on 2000/08/18  22:04:49
57238         Log: Update Changes.
57239      Branch: perl
57240            ! Changes patchlevel.h
57241 ____________________________________________________________________________
57242 [  6707] By: jhi                                   on 2000/08/18  21:55:14
57243         Log: Add warnif(), check warnings further up the stack,
57244              all the warnings functions now can take an optional object reference.
57245              
57246              Subject: [PATCH bleedperl@6691] warnings pragma update
57247              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
57248              Date: Fri, 18 Aug 2000 22:42:06 +0100
57249              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
57250      Branch: perl
57251            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
57252            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
57253            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
57254 ____________________________________________________________________________
57255 [  6706] By: jhi                                   on 2000/08/18  21:41:45
57256         Log: Typo in pp_complement().
57257              
57258              Subject: [PATCH perl-current] Deparse
57259              From: Peter Scott <Peter@PSDT.com>
57260              Date: Fri, 18 Aug 2000 12:44:37 -0700
57261              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
57262      Branch: perl
57263            ! ext/B/B/Deparse.pm
57264 ____________________________________________________________________________
57265 [  6705] By: jhi                                   on 2000/08/18  21:25:59
57266         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
57267              From: Jan Dubois <jand@ActiveState.com>
57268              Date: Fri, 18 Aug 2000 14:22:51 -0700
57269              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
57270      Branch: perl
57271            ! lib/Win32.pod win32/win32.c
57272 ____________________________________________________________________________
57273 [  6704] By: jhi                                   on 2000/08/18  21:16:14
57274         Log: Don't eat leading os from index entries.
57275              
57276              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
57277              From: Russ Allbery <rra@stanford.edu>
57278              Date: 10 Aug 2000 20:49:25 -0700
57279              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
57280      Branch: perl
57281            ! lib/Pod/Man.pm
57282 ____________________________________________________________________________
57283 [  6703] By: jhi                                   on 2000/08/18  21:07:06
57284         Log: Add [[:blank:]] as suggested in
57285              
57286              Subject: [ID 20000716.024] [=cc=] / [:blank:]
57287              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
57288              Date: Sun, 16 Jul 2000 17:55:29 -0700
57289              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
57290              
57291              (the [=cc=] has already been taken care of by #6439
57292              so the whole bug report can be closed)
57293              
57294              and make [[:space:]] to be equivalent to isspace(3)
57295              (as opposed to \s, which is isSPACE()).  The difference
57296              is that now [[:space:]] matches the mythical vertical tab,
57297              while \s doesn't.
57298      Branch: perl
57299            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
57300            ! regexec.c t/op/pat.t
57301 ____________________________________________________________________________
57302 [  6702] By: jhi                                   on 2000/08/18  18:47:47
57303         Log: The new tests were missing from #6415.
57304      Branch: perl
57305            ! t/op/bop.t
57306 ____________________________________________________________________________
57307 [  6701] By: jhi                                   on 2000/08/18  18:20:40
57308         Log: Document the NDBM_File and ODBM_File as SDBM_File
57309              was documented in #6417.
57310      Branch: perl
57311            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
57312            ! ext/SDBM_File/SDBM_File.pm
57313 ____________________________________________________________________________
57314 [  6700] By: jhi                                   on 2000/08/18  18:10:39
57315         Log: Subject: [PATCH perl@6698] cygwin port
57316              From: "Fifer, Eric" <EFifer@sanwaint.com>
57317              Date: Fri, 18 Aug 2000 17:30:05 +0100
57318              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
57319      Branch: perl
57320            ! lib/File/Temp.pm
57321 ____________________________________________________________________________
57322 [  6699] By: jhi                                   on 2000/08/18  16:21:49
57323         Log: Document code point which makes if (defined %stash::) to work
57324              (noted by Spider Boardman).
57325      Branch: perl
57326            ! op.c
57327 ____________________________________________________________________________
57328 [  6698] By: jhi                                   on 2000/08/18  13:43:27
57329         Log: Update Changes.
57330      Branch: perl
57331            ! Changes patchlevel.h
57332 ____________________________________________________________________________
57333 [  6697] By: jhi                                   on 2000/08/18  13:35:57
57334         Log: Tiny Getopt::Long patch from Johan Vromans.
57335      Branch: perl
57336            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
57337 ____________________________________________________________________________
57338 [  6696] By: jhi                                   on 2000/08/18  13:26:14
57339         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
57340              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
57341              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
57342              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
57343      Branch: perl
57344            ! pod/perldiag.pod pod/perlsyn.pod
57345 ____________________________________________________________________________
57346 [  6695] By: jhi                                   on 2000/08/18  13:13:26
57347         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
57348              From: Daniel Chetlin <daniel@chetlin.com>
57349              Date: Fri, 18 Aug 2000 03:13:36 -0700
57350              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
57351      Branch: perl
57352            ! pod/perlfunc.pod
57353 ____________________________________________________________________________
57354 [  6694] By: jhi                                   on 2000/08/18  13:08:05
57355         Log: Subject: [PATCH] perltrap.pod spring cleaning
57356              From: Daniel Chetlin <daniel@chetlin.com>
57357              Date: Fri, 18 Aug 2000 03:06:54 -0700
57358              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
57359              
57360              plus Mike Guy's nitfix.
57361      Branch: perl
57362            ! pod/perltrap.pod
57363 ____________________________________________________________________________
57364 [  6693] By: jhi                                   on 2000/08/18  13:00:26
57365         Log: Unbuffer the output.
57366              
57367              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
57368              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
57369              Date: Thu, 17 Aug 2000 18:39:29 -0700
57370              Message-ID: <RPJn5gzkgydf092yn@efn.org>
57371      Branch: perl
57372            ! t/op/fork.t
57373 ____________________________________________________________________________
57374 [  6692] By: jhi                                   on 2000/08/18  05:19:17
57375         Log: Delete the image, too, not just its MANIFEStation.
57376      Branch: perl
57377            - lib/CGI/eg/wilogo.gif
57378 ____________________________________________________________________________
57379 [  6691] By: jhi                                   on 2000/08/18  05:10:26
57380         Log: Propagate new Configure vars.
57381      Branch: perl
57382            ! configure.com epoc/config.sh uconfig.h uconfig.sh
57383            ! vos/config.def vos/config.h vos/config_h.SH_orig
57384            ! win32/config.bc win32/config.gc win32/config.vc
57385            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
57386 ____________________________________________________________________________
57387 [  6690] By: jhi                                   on 2000/08/18  04:30:56
57388         Log: Update Changes.
57389      Branch: perl
57390            ! Changes patchlevel.h
57391 ____________________________________________________________________________
57392 [  6689] By: jhi                                   on 2000/08/18  04:12:30
57393         Log: Fix the lib/complex failure of
57394              
57395              From: abigail@foad.org
57396              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
57397              Date: 15 Aug 2000 04:06:38 -0000
57398              Message-Id: <20000815040638.8524.qmail@foad.org> 
57399              
57400              Linux long double accuracy issue: something that
57401              when printed with %g looks like "2" but int() of it is 1.
57402      Branch: perl
57403            ! lib/Math/Complex.pm
57404 ____________________________________________________________________________
57405 [  6688] By: jhi                                   on 2000/08/18  03:15:35
57406         Log: The byteorder code in #6671 was wrong.
57407      Branch: perl
57408            ! configpm
57409 ____________________________________________________________________________
57410 [  6687] By: jhi                                   on 2000/08/18  02:08:42
57411         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
57412              From: Jan Dubois <jand@ActiveState.com>
57413              Date: Thu, 17 Aug 2000 18:31:55 -0700
57414              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
57415      Branch: perl
57416            ! sv.c
57417 ____________________________________________________________________________
57418 [  6686] By: jhi                                   on 2000/08/18  02:04:15
57419         Log: Use NVs in POSIX math, not doubles.
57420              
57421              From: abigail@foad.org
57422              Subject: [ID 20000817.014] POSIX & modfl
57423              Date: 17 Aug 2000 20:49:18 -0000
57424              Message-Id: <20000817204918.23123.qmail@foad.org>
57425      Branch: perl
57426            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
57427 ____________________________________________________________________________
57428 [  6685] By: jhi                                   on 2000/08/18  02:02:12
57429         Log: Introduce NVef, NVff, and NVgf, use the middle one.
57430              (helps for lib/peek + Linux + long doubles)  Reported in
57431              
57432              From: abigail@foad.org
57433              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
57434              Date: 15 Aug 2000 04:06:38 -0000
57435              Message-Id: <20000815040638.8524.qmail@foad.org> 
57436              
57437              (note: the lib/complex failure has not yet been addressed)
57438      Branch: metaconfig/U/perl
57439            ! perlxvf.U
57440      Branch: perl
57441            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
57442            ! config_h.SH dump.c perl.h pod/perlguts.pod
57443 ____________________________________________________________________________
57444 [  6684] By: jhi                                   on 2000/08/17  23:22:19
57445         Log: Add byteorder to the myconfig output.
57446      Branch: perl
57447            ! myconfig.SH
57448 ____________________________________________________________________________
57449 [  6683] By: jhi                                   on 2000/08/17  23:20:19
57450         Log: The image doth not exist, spotted by Johan Vromans.
57451      Branch: perl
57452            ! MANIFEST
57453 ____________________________________________________________________________
57454 [  6682] By: jhi                                   on 2000/08/17  22:38:16
57455         Log: Document what the backtick returns if the command fails.
57456      Branch: perl
57457            ! pod/perlop.pod
57458 ____________________________________________________________________________
57459 [  6681] By: jhi                                   on 2000/08/17  22:33:12
57460         Log: Do not use prototyping here.
57461              
57462              Subject: [ID 20000817.016] [PATCH] Peek.xs
57463              From: abigail@foad.org
57464              Date: 17 Aug 2000 20:55:56 -0000
57465              Message-Id: <20000817205556.24270.qmail@foad.org>
57466      Branch: perl
57467            ! ext/Devel/Peek/Makefile.PL
57468 ____________________________________________________________________________
57469 [  6680] By: jhi                                   on 2000/08/17  19:46:43
57470         Log: Don't propose using modules built for 5.005 if no binary
57471              compatibility with 5.005 is attempted.
57472              
57473              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
57474              Subject: Minor nit with 5.7.0 (6655)
57475              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
57476              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
57477      Branch: metaconfig
57478            ! U/installdirs/inc_version_list.U
57479      Branch: perl
57480            ! Configure config_h.SH
57481 ____________________________________________________________________________
57482 [  6679] By: jhi                                   on 2000/08/17  19:16:39
57483         Log: Microperl config update.
57484      Branch: perl
57485            ! uconfig.h uconfig.sh
57486 ____________________________________________________________________________
57487 [  6678] By: jhi                                   on 2000/08/17  19:16:13
57488         Log: The #6648 wasn't protective enough for limited platforms
57489              (like microperl).
57490      Branch: perl
57491            ! dump.c sv.c
57492 ____________________________________________________________________________
57493 [  6677] By: jhi                                   on 2000/08/17  14:46:35
57494         Log: Update Changes.
57495      Branch: perl
57496            ! Changes patchlevel.h
57497 ____________________________________________________________________________
57498 [  6676] By: jhi                                   on 2000/08/17  14:44:02
57499         Log: Add perlebcdic from Peter Prymmer, regen toc.
57500      Branch: perl
57501            + pod/perlebcdic.pod
57502            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
57503 ____________________________________________________________________________
57504 [  6675] By: jhi                                   on 2000/08/17  14:41:52
57505         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
57506      Branch: perl
57507            ! pod/perldebtut.pod
57508 ____________________________________________________________________________
57509 [  6674] By: jhi                                   on 2000/08/17  14:29:43
57510         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
57511              
57512              Subject: [ID 20000724.006] -DLEAKTEST problem
57513              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
57514              Date: Tue, 25 Jul 2000 00:36:32 -0500
57515              Message-Id: <20000725003632.A26186@www.llamacom.com>
57516              
57517              Reminder sent
57518              
57519              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
57520              From: Hugo <hv@crypt.compulink.co.uk>
57521              Date: Thu, 17 Aug 2000 15:23:42 +0100
57522              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
57523      Branch: perl
57524            ! util.c
57525 ____________________________________________________________________________
57526 [  6673] By: jhi                                   on 2000/08/17  04:07:10
57527         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
57528              From: John Peacock <JPeacock@UnivPress.com>
57529              Date: Tue, 01 Aug 2000 09:38:12 -0400
57530              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
57531      Branch: perl
57532            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
57533 ____________________________________________________________________________
57534 [  6672] By: jhi                                   on 2000/08/17  03:04:35
57535         Log: Subject: [PATCH] Cwd.pm now uses strict
57536              From: Tim Jenness <timj@jach.hawaii.edu>
57537              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
57538              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
57539      Branch: perl
57540            ! lib/Cwd.pm
57541 ____________________________________________________________________________
57542 [  6671] By: jhi                                   on 2000/08/17  02:16:35
57543         Log: Make $Config{byteorder} more magical so that it is
57544              dynamically computed: nice for 'fat binaries'.
57545              
57546              Subject: [PATCH]: default byteorder
57547              From: Wilfredo Sánchez <wsanchez@apple.com>
57548              Date: Mon, 31 Jul 2000 19:45:31 -0700
57549              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
57550      Branch: perl
57551            ! configpm
57552 ____________________________________________________________________________
57553 [  6670] By: gsar                                  on 2000/08/17  01:22:21
57554         Log: move WNOHANG definition to where other such things are
57555      Branch: perl
57556            ! win32/win32.h
57557 ____________________________________________________________________________
57558 [  6669] By: jhi                                   on 2000/08/17  01:19:17
57559         Log: Update Changes.
57560      Branch: perl
57561            ! Changes patchlevel.h
57562 ____________________________________________________________________________
57563 [  6668] By: jhi                                   on 2000/08/17  01:16:29
57564         Log: Doc nits spotted by Richard Soderberg.
57565      Branch: perl
57566            ! README.posix-bc README.vmesa
57567 ____________________________________________________________________________
57568 [  6667] By: jhi                                   on 2000/08/17  01:12:11
57569         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
57570              From: "Casey R. Tweten" <crt@kiski.net>
57571              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
57572              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
57573      Branch: perl
57574            ! pod/perldebtut.pod
57575 ____________________________________________________________________________
57576 [  6666] By: jhi                                   on 2000/08/17  01:09:31
57577         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
57578              From: "Casey R. Tweten" <crt@kiski.net>
57579              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
57580              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
57581      Branch: perl
57582            ! lib/Shell.pm
57583 ____________________________________________________________________________
57584 [  6665] By: gsar                                  on 2000/08/17  01:03:52
57585         Log: add "ok" targets from change#6632 in makefile.mk
57586      Branch: perl
57587            ! pod/perlport.pod win32/Makefile win32/makefile.mk
57588 ____________________________________________________________________________
57589 [  6664] By: gsar                                  on 2000/08/17  00:56:11
57590         Log: avoid warnings from dense compiler
57591      Branch: perl
57592            ! win32/win32.c
57593 ____________________________________________________________________________
57594 [  6663] By: jhi                                   on 2000/08/17  00:51:49
57595         Log: Tweak the regex compilation errors once more.
57596      Branch: perl
57597            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
57598            ! t/op/regmesg.t t/pragma/warn/regcomp
57599 ____________________________________________________________________________
57600 [  6662] By: gsar                                  on 2000/08/17  00:28:19
57601         Log: trailing new %ENV entries weren't being pushed into the real
57602              environment of subprocesses on Windows
57603      Branch: perl
57604            ! t/op/magic.t win32/perlhost.h
57605 ____________________________________________________________________________
57606 [  6661] By: gsar                                  on 2000/08/17  00:19:20
57607         Log: waitpid() now handles externally spawned pids correctly;
57608              fixes for backtick/wait/waitpid failures on Windows 9x
57609              
57610              these changes make the pid returned by process functions on
57611              Windows 9x always positive by clearing the high bit (which
57612              is always set on Win9x); pseudo-process PIDs are likewise
57613              always negative now on Win9x (just as on NT/2000)
57614      Branch: perl
57615            ! pp_sys.c win32/perlhost.h win32/win32.c
57616 ____________________________________________________________________________
57617 [  6660] By: jhi                                   on 2000/08/17  00:04:32
57618         Log: Retract #6645.
57619      Branch: perl
57620            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
57621            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
57622            ! t/op/sprintf.t
57623 ____________________________________________________________________________
57624 [  6659] By: gsar                                  on 2000/08/16  23:59:28
57625         Log: on windows, the return values from wait() and waitpid() don't
57626              match those of pseudo-pids
57627      Branch: perl
57628            ! pp_sys.c t/op/fork.t util.c win32/win32.c
57629 ____________________________________________________________________________
57630 [  6658] By: gsar                                  on 2000/08/16  23:56:14
57631         Log: pod nit seen in passing
57632      Branch: perl
57633            ! pod/perlfunc.pod
57634 ____________________________________________________________________________
57635 [  6657] By: gsar                                  on 2000/08/16  23:53:42
57636         Log: change#6328 could make close(SOCKET) return false on windows
57637              when it shouldn't
57638      Branch: perl
57639            ! win32/win32sck.c
57640 ____________________________________________________________________________
57641 [  6656] By: gsar                                  on 2000/08/16  23:46:57
57642         Log: check that the number pseudo children doesn't exceed
57643              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
57644              the WaitForMultipleObjects() limit that would cause wait()
57645              to crash)
57646              
57647              wait() and waitpid() could potentially be rewritten to use
57648              more than one thread to do the waiting to eliminate this
57649              limitation
57650      Branch: perl
57651            ! win32/perlhost.h
57652 ____________________________________________________________________________
57653 [  6655] By: jhi                                   on 2000/08/16  14:11:05
57654         Log: Update Changes.
57655      Branch: perl
57656            ! Changes patchlevel.h
57657 ____________________________________________________________________________
57658 [  6654] By: jhi                                   on 2000/08/16  14:10:12
57659         Log: Update to perldebtut 1.9, from Richard Foley.
57660      Branch: perl
57661            ! pod/perldebtut.pod
57662 ____________________________________________________________________________
57663 [  6653] By: jhi                                   on 2000/08/16  14:08:17
57664         Log: Change the regx compilation error markers to use = instead of <
57665              since pod makes using the latter quite messy.  Reported in
57666              ID 20000814.006 by Abigail and in
57667              Subject: Unknown escape E<> ?
57668              From: Lupe Christoph <lupe@lupe-christoph.de>
57669              Date: Fri, 11 Aug 2000 00:30:27 +0200
57670              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
57671      Branch: perl
57672            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
57673            ! t/op/regmesg.t t/pragma/warn/regcomp
57674 ____________________________________________________________________________
57675 [  6652] By: jhi                                   on 2000/08/16  13:25:31
57676         Log: Change the perlbug address to perl.org since it's more forgiving.
57677              
57678              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
57679              From: abigail@foad.org
57680              Date: 15 Aug 2000 04:15:40 -0000
57681              Message-Id: <20000815041540.8633.qmail@foad.org>
57682      Branch: perl
57683            ! utils/perlbug.PL
57684 ____________________________________________________________________________
57685 [  6651] By: jhi                                   on 2000/08/16  13:22:35
57686         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
57687              From: Tim Jenness <timj@jach.hawaii.edu>
57688              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
57689              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
57690      Branch: perl
57691            ! lib/Cwd.pm
57692 ____________________________________________________________________________
57693 [  6650] By: jhi                                   on 2000/08/16  13:18:13
57694         Log: Update to CPAN 1.57.
57695              
57696              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
57697              From: andreas.koenig@anima.de (Andreas J. Koenig)
57698              Date: 16 Aug 2000 15:09:46 +0200
57699              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
57700      Branch: perl
57701            ! lib/CPAN.pm
57702 ____________________________________________________________________________
57703 [  6649] By: jhi                                   on 2000/08/16  13:12:31
57704         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
57705              From: "Larry W. Virden" <lvirden@cas.org>
57706              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
57707              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
57708      Branch: perl
57709            ! README.hpux
57710 ____________________________________________________________________________
57711 [  6648] By: jhi                                   on 2000/08/16  13:03:53
57712         Log: The numeric locale was reset to "C" by s?printf and never restored.
57713              
57714              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
57715              From: Christian Kirsch <ck@held.mind.de>
57716              Date: Wed, 9 Aug 2000 17:05:17 +0200
57717              Message-Id: <20000809170517.A25389@held>
57718              
57719              No test since adding the failing example to locale.t
57720              does not fail -- probably because the locale settings are so
57721              thoroughly tweaked by that time.  Running the example standalone
57722              does fail, though.  UPDATE: test case added at change #7540.
57723      Branch: perl
57724            ! dump.c perl.h pp.c pp_ctl.c sv.c
57725 ____________________________________________________________________________
57726 [  6647] By: jhi                                   on 2000/08/16  00:07:54
57727         Log: Update Changes and test semi-automatic patchlevel updating.
57728      Branch: perl
57729            ! Changes patchlevel.h
57730 ____________________________________________________________________________
57731 [  6646] By: jhi                                   on 2000/08/15  23:35:07
57732         Log: Fix a dependency problem.
57733              
57734              Subject: [PATCH: 6640] VMS Makefile.SH update
57735              From: Peter Prymmer <pvhp@forte.com>
57736              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
57737              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
57738      Branch: perl
57739            ! vms/descrip_mms.template
57740 ____________________________________________________________________________
57741 [  6645] By: jhi                                   on 2000/08/15  23:33:23
57742         Log: (Retracted by #6660)
57743              
57744              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
57745              From: Dominic Dunlop <domo@computer.org>
57746              Date: Tue, 15 Aug 2000 22:20:52 +0200
57747              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
57748      Branch: metaconfig/U/perl
57749            + d_printfed.U
57750      Branch: perl
57751            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
57752            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
57753            ! t/op/sprintf.t
57754 ____________________________________________________________________________
57755 [  6644] By: jhi                                   on 2000/08/15  21:17:20
57756         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
57757              From: abigail@foad.org
57758              Date: 15 Aug 2000 20:12:41 -0000
57759              Message-Id: <20000815201241.25556.qmail@foad.org>
57760      Branch: perl
57761            ! INSTALL
57762 ____________________________________________________________________________
57763 [  6643] By: jhi                                   on 2000/08/15  21:15:28
57764         Log: (an already applied patch)
57765      Branch: perl
57766            ! lib/CGI.pm
57767 ____________________________________________________________________________
57768 [  6642] By: gsar                                  on 2000/08/15  19:54:05
57769         Log: magic callbacks all need to have same type signature
57770      Branch: perl
57771            ! embed.pl mg.c proto.h
57772 ____________________________________________________________________________
57773 [  6641] By: jhi                                   on 2000/08/15  17:56:27
57774         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)
57775              From: Mike Guy <mjtg@cam.ac.uk>
57776              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
57777              Date: Tue, 15 Aug 2000 18:26:45 +0100
57778              
57779              Only the peek.t part applied, not the hash quality part.
57780      Branch: perl
57781            ! t/lib/peek.t
57782 ____________________________________________________________________________
57783 [  6640] By: jhi                                   on 2000/08/15  16:37:37
57784         Log: Update Changes.
57785      Branch: perl
57786            ! Changes
57787 ____________________________________________________________________________
57788 [  6639] By: jhi                                   on 2000/08/15  16:34:55
57789         Log: Missed a file from #6638.
57790      Branch: perl
57791            ! lib/File/Temp.pm
57792 ____________________________________________________________________________
57793 [  6638] By: jhi                                   on 2000/08/15  16:33:19
57794         Log: Subject: [PATCH perl@6620] cygwin port
57795              From: "Fifer, Eric" <EFifer@sanwaint.com>
57796              Date: Tue, 15 Aug 2000 17:00:49 +0100
57797              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
57798      Branch: perl
57799            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
57800 ____________________________________________________________________________
57801 [  6637] By: jhi                                   on 2000/08/15  16:29:22
57802         Log: Subject: [PATCH] debugger exit code should reflect user exit code
57803              From: Mike Guy <mjtg@cam.ac.uk>
57804              Date: Tue, 15 Aug 2000 16:55:59 +0100
57805              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
57806      Branch: perl
57807            ! lib/perl5db.pl
57808 ____________________________________________________________________________
57809 [  6636] By: jhi                                   on 2000/08/15  15:30:58
57810         Log: Update Changes.
57811      Branch: perl
57812            ! Changes
57813 ____________________________________________________________________________
57814 [  6635] By: jhi                                   on 2000/08/15  15:27:21
57815         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
57816      Branch: metaconfig
57817            ! U/mkglossary U/mksample
57818      Branch: metaconfig/U/perl
57819            ! Devel.U
57820      Branch: perl
57821            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
57822 ____________________________________________________________________________
57823 [  6634] By: jhi                                   on 2000/08/15  14:11:55
57824         Log: Don't blow limited stacks, a lower number is enough to
57825              tickle the lookbehind limit.
57826              
57827              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
57828              From: Dominic Dunlop <domo@computer.org>
57829              Date: Tue, 15 Aug 2000 13:51:24 +0200
57830              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
57831      Branch: perl
57832            ! t/op/regmesg.t
57833 ____________________________________________________________________________
57834 [  6633] By: jhi                                   on 2000/08/15  14:01:46
57835         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
57836              From: Mike Guy <mjtg@cam.ac.uk>
57837              Date: Tue, 15 Aug 2000 12:10:50 +0100
57838              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
57839      Branch: perl
57840            ! utils/perldoc.PL
57841 ____________________________________________________________________________
57842 [  6632] By: jhi                                   on 2000/08/15  13:58:48
57843         Log: make ok etc also for win32.
57844              
57845              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
57846              From: Prymmer/Kahn <pvhp@best.com>
57847              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
57848              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
57849      Branch: perl
57850            ! win32/Makefile
57851 ____________________________________________________________________________
57852 [  6631] By: jhi                                   on 2000/08/15  13:45:03
57853         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
57854      Branch: perl
57855            ! lib/Test.pm
57856 ____________________________________________________________________________
57857 [  6630] By: jhi                                   on 2000/08/15  03:25:09
57858         Log: Update Changes.
57859      Branch: perl
57860            ! Changes
57861 ____________________________________________________________________________
57862 [  6629] By: jhi                                   on 2000/08/15  03:23:53
57863         Log: magic_regdatum_set() is void, not int.
57864      Branch: perl
57865            ! embed.pl mg.c proto.h
57866 ____________________________________________________________________________
57867 [  6628] By: jhi                                   on 2000/08/15  03:08:02
57868         Log: Make the user to give up his firstborn, err, to knowingly
57869              verify installing an unstable developer release.  Also bump
57870              the release to 5.7.0, but leave a patch tag in the local
57871              patches saying that this is not yet the real thing.
57872      Branch: metaconfig
57873            ! U/modified/Instruct.U
57874      Branch: metaconfig/U/perl
57875            + Devel.U
57876      Branch: perl
57877            ! Configure patchlevel.h
57878 ____________________________________________________________________________
57879 [  6627] By: jhi                                   on 2000/08/14  22:32:52
57880         Log: README.os2 update.
57881              
57882              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
57883              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
57884              Date: Wed, 02 Aug 2000 21:55:09 -0700
57885              Message-ID: <tsPi5gzkgegX092yn@efn.org>
57886      Branch: perl
57887            ! README.os2
57888 ____________________________________________________________________________
57889 [  6626] By: jhi                                   on 2000/08/14  21:00:02
57890         Log: Subject: Re: File::Temp problems on VMS in bleedperl
57891              From: Tim Jenness <timj@jach.hawaii.edu>
57892              cc: vmsperl@perl.org
57893              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
57894              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
57895      Branch: perl
57896            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
57897 ____________________________________________________________________________
57898 [  6625] By: jhi                                   on 2000/08/14  20:52:16
57899         Log: Add SUIDMAIL as was done for the CERT alert.
57900      Branch: perl
57901            ! patchlevel.h
57902 ____________________________________________________________________________
57903 [  6624] By: jhi                                   on 2000/08/14  20:48:50
57904         Log: Subject: sfio2000
57905              From: Daniel Muino <dmuino@afip.gov.ar>
57906              Date: Mon, 14 Aug 2000 16:58:11 -0300
57907              Message-ID: <20000814165811.B16368@con2-dgi>
57908      Branch: perl
57909            ! perlsdio.h perlsfio.h
57910 ____________________________________________________________________________
57911 [  6623] By: jhi                                   on 2000/08/14  20:47:36
57912         Log: Subject: warning: storage class after type is obsolescent
57913              From: Daniel Muino <dmuino@afip.gov.ar>
57914              Date: Mon, 14 Aug 2000 16:42:47 -0300
57915              Message-ID: <20000814164247.A16368@con2-dgi>
57916      Branch: perl
57917            ! regcomp.pl regnodes.h
57918 ____________________________________________________________________________
57919 [  6622] By: jhi                                   on 2000/08/14  20:43:05
57920         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
57921              From: abigail@foad.org
57922              Date: 14 Aug 2000 20:00:10 -0000
57923              Message-Id: <20000814200010.27271.qmail@foad.org>
57924      Branch: perl
57925            ! Changes
57926 ____________________________________________________________________________
57927 [  6621] By: jhi                                   on 2000/08/14  15:23:05
57928         Log: Update Changes.
57929      Branch: perl
57930            ! Changes
57931 ____________________________________________________________________________
57932 [  6620] By: jhi                                   on 2000/08/14  15:22:14
57933         Log: Subject: Re: [PATCH] @+, @- readonly
57934              From: Mike Guy <mjtg@cam.ac.uk>
57935              Date: Mon, 14 Aug 2000 15:26:55 +0100
57936              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
57937      Branch: perl
57938            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
57939            ! sv.c t/op/pat.t
57940 ____________________________________________________________________________
57941 [  6619] By: jhi                                   on 2000/08/14  14:12:08
57942         Log: Update Changes.
57943      Branch: perl
57944            ! Changes
57945 ____________________________________________________________________________
57946 [  6618] By: jhi                                   on 2000/08/14  14:09:34
57947         Log: For now remove the mail code.
57948      Branch: perl
57949            ! perl.c
57950 ____________________________________________________________________________
57951 [  6617] By: jhi                                   on 2000/08/14  14:08:28
57952         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
57953      Branch: perl
57954            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
57955            ! pod/perlfaq8.pod pod/perlsec.pod
57956 ____________________________________________________________________________
57957 [  6616] By: jhi                                   on 2000/08/14  14:00:11
57958         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
57959              From: Mike Guy <mjtg@cam.ac.uk>
57960              Date: Mon, 14 Aug 2000 08:26:02 +0100
57961              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
57962      Branch: perl
57963            ! lib/perl5db.pl
57964 ____________________________________________________________________________
57965 [  6615] By: jhi                                   on 2000/08/14  13:58:45
57966         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
57967              From: Mike Guy <mjtg@cam.ac.uk>
57968              Date: Mon, 14 Aug 2000 08:04:22 +0100
57969              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
57970      Branch: perl
57971            ! gv.c mg.c t/op/pat.t
57972 ____________________________________________________________________________
57973 [  6614] By: jhi                                   on 2000/08/14  13:56:45
57974         Log: Subject: Test fails / warnings with perl-current #6612
57975              From: Mike Guy <mjtg@cam.ac.uk>
57976              Date: Mon, 14 Aug 2000 07:57:23 +0100
57977              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
57978      Branch: perl
57979            ! t/lib/b.t t/lib/peek.t
57980 ____________________________________________________________________________
57981 [  6613] By: jhi                                   on 2000/08/14  13:45:33
57982         Log: VMS configure.com update continues.
57983      Branch: perl
57984            - vms/configure.com
57985            ! MANIFEST configure.com
57986 ____________________________________________________________________________
57987 [  6612] By: jhi                                   on 2000/08/13  22:13:35
57988         Log: Update Changes.
57989      Branch: perl
57990            ! Changes
57991 ____________________________________________________________________________
57992 [  6611] By: jhi                                   on 2000/08/13  16:21:45
57993         Log: Upgrade to CGI 2.71, from Lincoln Stein.
57994      Branch: perl
57995            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
57996 ____________________________________________________________________________
57997 [  6610] By: jhi                                   on 2000/08/13  15:09:16
57998         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
57999              From: Mike Guy <mjtg@cam.ac.uk>
58000              Date: Sun, 13 Aug 2000 13:45:51 +0100
58001              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
58002      Branch: perl
58003            ! t/op/regmesg.t
58004 ____________________________________________________________________________
58005 [  6609] By: jhi                                   on 2000/08/13  14:31:26
58006         Log: Andreas says that 1.56 is fine, so reverting back to it.
58007      Branch: perl
58008            ! lib/CPAN.pm
58009 ____________________________________________________________________________
58010 [  6608] By: jhi                                   on 2000/08/13  05:34:20
58011         Log: Update Changes.
58012      Branch: perl
58013            ! Changes
58014 ____________________________________________________________________________
58015 [  6607] By: jhi                                   on 2000/08/13  05:32:01
58016         Log: Put back the \z changes of #5406 to CPAN.pm.
58017      Branch: perl
58018            ! lib/CPAN.pm
58019 ____________________________________________________________________________
58020 [  6606] By: jhi                                   on 2000/08/13  05:20:16
58021         Log: Fix-n-skip the tests under 5005threads.
58022      Branch: perl
58023            ! t/lib/b.t
58024 ____________________________________________________________________________
58025 [  6605] By: jhi                                   on 2000/08/13  05:07:48
58026         Log: Fix the test for 5005threads.
58027      Branch: perl
58028            ! t/lib/peek.t
58029 ____________________________________________________________________________
58030 [  6604] By: jhi                                   on 2000/08/13  03:35:37
58031         Log: Should have deleted this in #6603.
58032      Branch: perl
58033            - vms/subconfigure.com
58034 ____________________________________________________________________________
58035 [  6603] By: jhi                                   on 2000/08/12  18:29:32
58036         Log: Rewrite of vms/subconfigure.com as configure.com,
58037              from Peter Prymmer and the vmsperl crew.
58038      Branch: perl
58039            + vms/configure.com
58040            ! MANIFEST
58041 ____________________________________________________________________________
58042 [  6602] By: jhi                                   on 2000/08/11  13:00:01
58043         Log: PlainText.pm is dead.
58044      Branch: perl
58045            - lib/Pod/PlainText.pm
58046            ! MANIFEST
58047 ____________________________________________________________________________
58048 [  6601] By: jhi                                   on 2000/08/11  04:06:45
58049         Log: Update Changes.
58050      Branch: perl
58051            ! Changes
58052 ____________________________________________________________________________
58053 [  6600] By: jhi                                   on 2000/08/11  04:06:10
58054         Log: Add a few missing files, update MANIFEST.
58055      Branch: perl
58056            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
58057            + lib/Pod/PlainText.pm t/pod/find.t
58058            ! MANIFEST t/op/regmesg.t
58059 ____________________________________________________________________________
58060 [  6599] By: jhi                                   on 2000/08/11  03:31:10
58061         Log: Add Perl debugging tutorial, regen toc. 
58062              
58063              Subject: perldebtut.pod
58064              From: Richard Foley <Richard.Foley@m.dasa.de>
58065              Date: Wed, 09 Aug 2000 10:17:15 +0200
58066              Message-id: <3991138B.262247B8@m.dasa.de>
58067      Branch: perl
58068            + pod/perldebtut.pod
58069            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
58070 ____________________________________________________________________________
58071 [  6598] By: jhi                                   on 2000/08/11  02:48:56
58072         Log: tiny Changes edit
58073      Branch: perl
58074            ! Changes
58075 ____________________________________________________________________________
58076 [  6597] By: jhi                                   on 2000/08/11  02:39:04
58077         Log: Tests for #6589.
58078              
58079              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
58080              From: simon@brecon.co.uk (Simon Cozens)
58081              Date: 11 Aug 2000 02:24:52 GMT
58082              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
58083      Branch: perl
58084            ! t/lib/b.t
58085 ____________________________________________________________________________
58086 [  6596] By: jhi                                   on 2000/08/11  01:50:07
58087         Log: Update Changes.
58088      Branch: perl
58089            ! Changes
58090 ____________________________________________________________________________
58091 [  6595] By: jhi                                   on 2000/08/11  01:47:16
58092         Log: nitfix
58093      Branch: perl
58094            ! Changes
58095 ____________________________________________________________________________
58096 [  6594] By: jhi                                   on 2000/08/11  01:36:16
58097         Log: Subject: Getting perlio and threads to compile
58098              From: Lupe Christoph <lupe@lupe-christoph.de>
58099              Date: Wed, 9 Aug 2000 11:35:54 +0200
58100              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
58101              
58102              (the Solaris version changes in Configure skipped)
58103      Branch: perl
58104            ! hints/solaris_2.sh thread.h
58105 ____________________________________________________________________________
58106 [  6593] By: jhi                                   on 2000/08/11  01:30:16
58107         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
58108              From: simon@brecon.co.uk (Simon Cozens)
58109              Date: 1 Aug 2000 06:55:19 GMT
58110              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
58111      Branch: perl
58112            ! lib/utf8.pm
58113 ____________________________________________________________________________
58114 [  6592] By: jhi                                   on 2000/08/11  01:26:39
58115         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
58116              From: Peter Scott <Peter@PeterScott.com>
58117              Date: Thu, 10 Aug 2000 08:23:27 -0700
58118              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
58119      Branch: perl
58120            ! lib/perl5db.pl
58121 ____________________________________________________________________________
58122 [  6591] By: jhi                                   on 2000/08/11  01:22:02
58123         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
58124              From: Hugo <hv@crypt.compulink.co.uk>
58125              Date: Thu, 10 Aug 2000 19:23:04 +0100
58126              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
58127      Branch: perl
58128            ! regexec.c t/op/pat.t
58129 ____________________________________________________________________________
58130 [  6590] By: jhi                                   on 2000/08/11  01:19:19
58131         Log: Preprocessing and postprocessing for File::Find.
58132              
58133              Subject: Patch to Find::File.pm to allow alphabetical results
58134              From: Joe Smith <jsmith@inwap.com>
58135              Date: Wed, 9 Aug 2000 02:44:54 -0700
58136              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
58137      Branch: perl
58138            ! lib/File/Find.pm
58139 ____________________________________________________________________________
58140 [  6589] By: jhi                                   on 2000/08/11  01:12:39
58141         Log: B::Deparse didn't do sub attributes.
58142              
58143              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
58144              From: simon@brecon.co.uk (Simon Cozens)
58145              Date: 9 Aug 2000 04:49:20 GMT
58146              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
58147      Branch: perl
58148            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
58149 ____________________________________________________________________________
58150 [  6588] By: jhi                                   on 2000/08/11  01:06:40
58151         Log: Subject: debugger "d" command doesnt check line number
58152              From: Mike Guy <mjtg@cam.ac.uk>
58153              Date: Tue, 08 Aug 2000 21:54:29 +0100
58154              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
58155      Branch: perl
58156            ! lib/perl5db.pl mg.c pod/perldiag.pod
58157 ____________________________________________________________________________
58158 [  6587] By: jhi                                   on 2000/08/11  00:45:03
58159         Log: sleep(1) does not necessarily return 1.
58160              
58161              Subject: [PATCH bleadperl] op/lex_assign.t  
58162              From: Hugo <hv@crypt.compulink.co.uk>
58163              Date: Thu, 03 Aug 2000 14:34:22 +0100        
58164              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
58165      Branch: perl
58166            ! t/op/lex_assign.t
58167 ____________________________________________________________________________
58168 [  6586] By: jhi                                   on 2000/08/11  00:31:50
58169         Log: Document the IO::Select timeout.
58170      Branch: perl
58171            ! ext/IO/lib/IO/Select.pm
58172 ____________________________________________________________________________
58173 [  6585] By: jhi                                   on 2000/08/11  00:13:54
58174         Log: Forgot contributor.
58175      Branch: perl
58176            ! Changes
58177 ____________________________________________________________________________
58178 [  6584] By: jhi                                   on 2000/08/11  00:09:19
58179         Log: detypo
58180      Branch: perl
58181            ! Changes
58182 ____________________________________________________________________________
58183 [  6583] By: jhi                                   on 2000/08/11  00:07:53
58184         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
58185              
58186              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
58187              From: Mike Guy <mjtg@cam.ac.uk> 
58188              Date: Thu, 10 Aug 2000 15:50:54 +0100
58189              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
58190      Branch: perl
58191            ! sv.c t/op/int.t
58192 ____________________________________________________________________________
58193 [  6582] By: jhi                                   on 2000/08/10  23:29:32
58194         Log: Update Changes.
58195      Branch: perl
58196            ! Changes
58197 ____________________________________________________________________________
58198 [  6581] By: jhi                                   on 2000/08/10  23:26:16
58199         Log: Put back the std @INC thing.
58200      Branch: perl
58201            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
58202            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
58203            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
58204            ! t/lib/gol-oo.t
58205 ____________________________________________________________________________
58206 [  6580] By: jhi                                   on 2000/08/10  23:03:34
58207         Log: Update to CGI 2.70, from Lincoln Stein.
58208      Branch: perl
58209            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
58210            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
58211            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
58212            ! t/lib/cgi-request.t
58213 ____________________________________________________________________________
58214 [  6579] By: jhi                                   on 2000/08/10  22:41:50
58215         Log: Update to CPAN 1.56, from Andreas König.
58216      Branch: perl
58217            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
58218 ____________________________________________________________________________
58219 [  6578] By: jhi                                   on 2000/08/10  22:38:13
58220         Log: Update to Pod::Parser 1.17, from Brad Appleton.
58221      Branch: perl
58222            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
58223            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
58224            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
58225            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
58226            ! t/pod/include.t t/pod/included.t t/pod/lref.t
58227            ! t/pod/multiline_items.t t/pod/nested_items.t
58228            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
58229            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
58230            ! t/pod/special_seqs.t
58231 ____________________________________________________________________________
58232 [  6577] By: jhi                                   on 2000/08/10  22:35:41
58233         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
58234      Branch: perl
58235            ! AUTHORS MAINTAIN
58236 ____________________________________________________________________________
58237 [  6576] By: jhi                                   on 2000/08/10  22:24:54
58238         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
58239      Branch: perl
58240            + t/lib/gol-oo.t
58241            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
58242            ! t/lib/gol-compat.t t/lib/gol-linkage.t
58243 ____________________________________________________________________________
58244 [  6575] By: jhi                                   on 2000/08/10  22:02:07
58245         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
58246      Branch: perl
58247            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
58248 ____________________________________________________________________________
58249 [  6574] By: jhi                                   on 2000/08/10  21:55:03
58250         Log: Iterating perl6 description.
58251      Branch: perl
58252            ! pod/perlfaq1.pod
58253 ____________________________________________________________________________
58254 [  6573] By: jhi                                   on 2000/08/10  21:48:26
58255         Log: Revert the sv.c part of #6559, a better fix is needed.
58256      Branch: perl
58257            ! sv.c
58258 ____________________________________________________________________________
58259 [  6572] By: jhi                                   on 2000/08/10  20:33:43
58260         Log: It's the 2ndO'ROSSC.
58261      Branch: perl
58262            ! pod/perlfaq1.pod
58263 ____________________________________________________________________________
58264 [  6571] By: jhi                                   on 2000/08/10  15:55:48
58265         Log: detypo
58266      Branch: perl
58267            ! pod/perlfaq1.pod
58268 ____________________________________________________________________________
58269 [  6570] By: jhi                                   on 2000/08/10  14:11:17
58270         Log: An exceptionally sticky typo.
58271      Branch: perl
58272            ! Changes
58273 ____________________________________________________________________________
58274 [  6569] By: jhi                                   on 2000/08/10  14:09:33
58275         Log: detypo (and test Changes updating script)
58276      Branch: perl
58277            ! Changes
58278 ____________________________________________________________________________
58279 [  6568] By: jhi                                   on 2000/08/10  14:07:07
58280         Log: Update Changes.
58281      Branch: perl
58282            ! Changes
58283 ____________________________________________________________________________
58284 [  6567] By: jhi                                   on 2000/08/10  14:06:19
58285         Log: Amend the description of Perl6.
58286              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
58287              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
58288              Date: Wed, 9 Aug 2000 22:11:06 -0500
58289              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
58290      Branch: perl
58291            ! pod/perlfaq1.pod
58292 ____________________________________________________________________________
58293 [  6566] By: jhi                                   on 2000/08/10  13:58:57
58294         Log: Subject: Remove dead entry in perldiag
58295              From: Mike Guy <mjtg@cam.ac.uk>
58296              Date: Thu, 10 Aug 2000 14:19:19 +0100
58297              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
58298      Branch: perl
58299            ! pod/perldiag.pod
58300 ____________________________________________________________________________
58301 [  6565] By: jhi                                   on 2000/08/10  13:51:48
58302         Log: Zero entries were skipped, fix from Adrian Goalby
58303              <argoalby@yahoo.co.uk>
58304      Branch: perl
58305            ! lib/unicode/Number.pl lib/unicode/mktables.PL
58306 ____________________________________________________________________________
58307 [  6564] By: jhi                                   on 2000/08/10  13:00:12
58308         Log: Subject: [PATCH 5.6.0] cygwin port
58309              From: "Fifer, Eric" <EFifer@sanwaint.com>
58310              Date: Thu, 10 Aug 2000 13:15:36 +0100
58311              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
58312      Branch: perl
58313            ! README.cygwin hints/cygwin.sh
58314 ____________________________________________________________________________
58315 [  6563] By: jhi                                   on 2000/08/10  12:55:16
58316         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
58317      Branch: perl
58318            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
58319 ____________________________________________________________________________
58320 [  6562] By: gsar                                  on 2000/08/10  08:38:39
58321         Log: warn is a macro, avoid using at a variable to avoid warnings
58322              in some configurations; readdir.t is too conservative in
58323              estimating number of *.t's
58324      Branch: perl
58325            ! t/op/readdir.t util.c
58326 ____________________________________________________________________________
58327 [  6561] By: jhi                                   on 2000/08/09  23:35:42
58328         Log: Update Changes.
58329      Branch: perl
58330            ! Changes
58331 ____________________________________________________________________________
58332 [  6560] By: jhi                                   on 2000/08/09  23:05:47
58333         Log: Subject: Re: enhanced(?) regex error messages
58334              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
58335              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
58336              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
58337              
58338              (plus two small patches sent privately)
58339              (this still seems to leave few test failures)
58340      Branch: perl
58341            + t/op/regmesg.t
58342            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
58343            ! t/pragma/warn/regcomp
58344 ____________________________________________________________________________
58345 [  6559] By: jhi                                   on 2000/08/09  20:41:18
58346         Log: (The fix did work but was not right, retracted in #6573)
58347              
58348              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
58349              From: Christian Kirsch <ck@held.mind.de>
58350              Date: Wed, 9 Aug 2000 17:05:17 +0200
58351              Message-Id: <20000809170517.A25389@held>
58352      Branch: perl
58353            ! sv.c t/pragma/locale.t
58354 ____________________________________________________________________________
58355 [  6558] By: jhi                                   on 2000/08/08  22:34:08
58356         Log: Tiny updates on the contributors list.
58357      Branch: perl
58358            ! Changes
58359 ____________________________________________________________________________
58360 [  6557] By: jhi                                   on 2000/08/08  19:34:28
58361         Log: Double check that we have a dirhandle.
58362      Branch: perl
58363            ! util.c
58364 ____________________________________________________________________________
58365 [  6556] By: jhi                                   on 2000/08/08  19:01:51
58366         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
58367              May be repopulated with fresh maintained examples.
58368      Branch: perl
58369            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
58370            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
58371            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
58372            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
58373            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
58374            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
58375            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
58376            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
58377            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
58378            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
58379            + lib/CGI/eg/wilogo_gif.uu
58380            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
58381            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
58382            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
58383            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
58384            - eg/cgi/frameset.cgi eg/cgi/index.html
58385            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
58386            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
58387            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
58388            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
58389            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
58390            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
58391            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
58392            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
58393            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
58394            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
58395            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
58396            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
58397            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
58398            - eg/van/vanish eg/who eg/wrapsuid
58399            ! MANIFEST
58400 ____________________________________________________________________________
58401 [  6555] By: jhi                                   on 2000/08/08  18:51:08
58402         Log: Delete chat2 as requested by Randal.
58403              
58404              Subject: Re: perlfaq8 coyness
58405              From: merlyn@stonehenge.com (Randal L. Schwartz) 
58406              Date: 15 May 2000 18:52:42 -0700 
58407              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
58408      Branch: perl
58409            - lib/chat2.pl
58410            ! MANIFEST
58411 ____________________________________________________________________________
58412 [  6554] By: jhi                                   on 2000/08/08  18:31:35
58413         Log: Regen global.sym.
58414      Branch: perl
58415            ! global.sym
58416 ____________________________________________________________________________
58417 [  6553] By: jhi                                   on 2000/08/08  18:28:13
58418         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
58419              (either perlbug or p5p ate the original), plus regen
58420              perlapi and perltoc. 
58421      Branch: perl
58422            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
58423            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
58424            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
58425            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
58426            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
58427            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
58428            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
58429            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
58430            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
58431            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
58432 ____________________________________________________________________________
58433 [  6552] By: jhi                                   on 2000/08/08  18:06:29
58434         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
58435              From: Mike Guy <mjtg@cam.ac.uk>
58436              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
58437              Date: Tue, 08 Aug 2000 15:51:27 +0100
58438      Branch: perl
58439            ! doop.c sv.h t/op/join.t t/pragma/overload.t
58440 ____________________________________________________________________________
58441 [  6551] By: jhi                                   on 2000/08/08  18:01:11
58442         Log: Re-apply #6549.
58443      Branch: perl
58444            ! lib/perl5db.pl
58445 ____________________________________________________________________________
58446 [  6550] By: jhi                                   on 2000/08/08  17:43:08
58447         Log: Accidental retraction of #6549.
58448      Branch: perl
58449            ! lib/perl5db.pl
58450 ____________________________________________________________________________
58451 [  6549] By: jhi                                   on 2000/08/08  17:40:04
58452         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
58453              From: Mike Guy <mjtg@cam.ac.uk>
58454              Date: Mon, 07 Aug 2000 21:49:58 +0100
58455              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
58456      Branch: perl
58457            ! lib/perl5db.pl
58458 ____________________________________________________________________________
58459 [  6548] By: jhi                                   on 2000/08/08  17:37:57
58460         Log: Document here-doc better.
58461              
58462              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
58463              From: Mike Guy <mjtg@cam.ac.uk>
58464              Date: Mon, 07 Aug 2000 14:02:09 +0100
58465              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
58466      Branch: perl
58467            ! pod/perldata.pod
58468 ____________________________________________________________________________
58469 [  6547] By: jhi                                   on 2000/08/08  17:33:34
58470         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
58471              From: "Randy J. Ray" <rjray@redhat.com>
58472              Date: Mon, 07 Aug 2000 19:12:25 -0700
58473              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
58474      Branch: perl
58475            ! perl.c pod/perlrun.pod
58476 ____________________________________________________________________________
58477 [  6546] By: jhi                                   on 2000/08/08  17:29:26
58478         Log: Subject: Re: enhanced(?) regex error messages 
58479              From: Hugo <hv@crypt.compulink.co.uk>
58480              Date: Tue, 08 Aug 2000 03:25:51 +0100
58481              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
58482              
58483              plus Capitalize the error messages, plus perldiag them.
58484      Branch: perl
58485            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
58486 ____________________________________________________________________________
58487 [  6545] By: jhi                                   on 2000/08/08  13:59:28
58488         Log: Augment #6539 a bit: don't croak if there's magic in the air.
58489              
58490              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
58491              From: Hugo <hv@crypt.compulink.co.uk>
58492              Date: Tue, 08 Aug 2000 03:02:03 +0100
58493              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
58494      Branch: perl
58495            ! pp.c t/op/bless.t
58496 ____________________________________________________________________________
58497 [  6544] By: jhi                                   on 2000/08/07  21:11:52
58498         Log: Make the test -w clean.
58499      Branch: perl
58500            ! t/op/bless.t
58501 ____________________________________________________________________________
58502 [  6543] By: jhi                                   on 2000/08/07  19:49:53
58503         Log: use warnings instead of $^W.
58504      Branch: perl
58505            ! t/op/bless.t
58506 ____________________________________________________________________________
58507 [  6542] By: jhi                                   on 2000/08/07  17:41:41
58508         Log: Disable a portability warning Because We Know What We Are Doing.
58509      Branch: perl
58510            ! t/op/bless.t
58511 ____________________________________________________________________________
58512 [  6541] By: jhi                                   on 2000/08/07  17:29:51
58513         Log: Tiny tidying on report_evil_fh().
58514      Branch: perl
58515            ! util.c
58516 ____________________________________________________________________________
58517 [  6540] By: jhi                                   on 2000/08/07  16:37:38
58518         Log: Make regular expression parse error messages easier to understand.
58519              
58520              Subject: Re: enhanced(?) regex error messages
58521              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
58522              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
58523              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
58524      Branch: perl
58525            ! regcomp.c
58526 ____________________________________________________________________________
58527 [  6539] By: jhi                                   on 2000/08/07  16:12:27
58528         Log: Make bless(REF, REF) a fatal error, add bless tests.
58529              
58530              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
58531              From: Hugo <hv@crypt.compulink.co.uk>
58532              Date: Mon, 07 Aug 2000 16:59:38 +0100
58533              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
58534      Branch: perl
58535            + t/op/bless.t
58536            ! MANIFEST pod/perldiag.pod pp.c sv.c
58537 ____________________________________________________________________________
58538 [  6538] By: jhi                                   on 2000/08/07  15:59:43
58539         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
58540              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
58541              Date: Thu, 3 Aug 2000 14:29:21 -0700
58542              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
58543      Branch: perl
58544            ! lib/lib_pm.PL
58545 ____________________________________________________________________________
58546 [  6537] By: jhi                                   on 2000/08/07  15:47:18
58547         Log: Retract #6419 for now since it breaks in AFS and MachTen.
58548      Branch: perl
58549            ! lib/Cwd.pm
58550 ____________________________________________________________________________
58551 [  6536] By: jhi                                   on 2000/08/07  15:05:29
58552         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
58553              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
58554              The security hole exists only in suidperls, which isn't
58555              installed or even built by default.
58556      Branch: perl
58557            ! perl.c
58558 ____________________________________________________________________________
58559 [  6535] By: jhi                                   on 2000/08/07  14:45:14
58560         Log: tr memory corruption fix from Simon Cozens.
58561      Branch: perl
58562            ! doop.c
58563 ____________________________________________________________________________
58564 [  6534] By: jhi                                   on 2000/08/06  11:38:16
58565         Log: Document a bit that UDP is not what you might think.
58566              
58567              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
58568              From: Lupe Christoph <lupe@lupe-christoph.de>
58569              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
58570              Date: Mon, 24 Jul 2000 08:59:15 +0200
58571      Branch: perl
58572            ! pod/perlipc.pod
58573 ____________________________________________________________________________
58574 [  6533] By: jhi                                   on 2000/08/06  11:35:01
58575         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
58576              From: Jeff Pinyan <jeffp@hut.crusoe.net>
58577              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
58578              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
58579      Branch: perl
58580            ! pod/perlfunc.pod
58581 ____________________________________________________________________________
58582 [  6532] By: jhi                                   on 2000/08/06  03:45:41
58583         Log: Have symbols for the IoTYPEs.
58584      Branch: perl
58585            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
58586 ____________________________________________________________________________
58587 [  6531] By: jhi                                   on 2000/08/06  01:33:55
58588         Log: Continue fixing the io warnings.  This also
58589              sort of fixes bug ID 20000802.003: the core dump
58590              is no more.  Whether the current behaviour is correct
58591              (giving a warning: "Not a format reference"), is another matter.
58592      Branch: perl
58593            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
58594            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
58595 ____________________________________________________________________________
58596 [  6530] By: jhi                                   on 2000/08/05  21:33:12
58597         Log: Change the Policy policy: now -Dprefix= with an existing
58598              Policy.sh and prefix == siteprefix == vendorprefix, then all
58599              of them follow along the new prefix.
58600              
58601              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
58602              From: Andy Dougherty <doughera@lafayette.edu>
58603              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
58604              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
58605      Branch: perl
58606            ! Policy_sh.SH
58607 ____________________________________________________________________________
58608 [  6529] By: jhi                                   on 2000/08/05  18:57:28
58609         Log: Zap lib/Sys directory when cleaning up.
58610      Branch: perl
58611            ! Makefile.SH
58612 ____________________________________________________________________________
58613 [  6528] By: jhi                                   on 2000/08/05  18:40:44
58614         Log: Essential prototype changes were missing from #6527.
58615              Also make report_evil_fh() more bomb-proof.
58616      Branch: perl
58617            ! embed.h util.c
58618 ____________________________________________________________________________
58619 [  6527] By: jhi                                   on 2000/08/05  03:22:05
58620         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
58621              From: "Ronald F. Guilmette" <rfg@monkeys.com>
58622              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
58623              Message-Id: <200007242247.PAA52177@monkeys.com>
58624      Branch: perl
58625            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
58626 ____________________________________________________________________________
58627 [  6526] By: jhi                                   on 2000/08/04  21:23:27
58628         Log: gcc versions might have (parentheses) in them.
58629      Branch: metaconfig/U/perl
58630            ! gccvers.U
58631      Branch: perl
58632            ! Configure config_h.SH
58633 ____________________________________________________________________________
58634 [  6525] By: jhi                                   on 2000/08/04  20:23:12
58635         Log: Weed buglets pointed out by
58636              
58637              From: Lupe Christoph <lupe@lupe-christoph.de>
58638              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
58639              Date: Fri, 4 Aug 2000 17:34:39 +0200
58640              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
58641      Branch: metaconfig/U/perl
58642            ! gccvers.U uselfs.U
58643      Branch: perl
58644            ! Configure config_h.SH
58645 ____________________________________________________________________________
58646 [  6524] By: jhi                                   on 2000/08/04  19:02:08
58647         Log: Warn under -w if lstat(FH) is attempted.
58648              
58649              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
58650              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
58651              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
58652              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
58653      Branch: perl
58654            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
58655            ! t/pragma/warn/pp_sys
58656 ____________________________________________________________________________
58657 [  6523] By: jhi                                   on 2000/08/04  12:31:11
58658         Log: Subject: New perlcc, take 2
58659              From: simon@brecon.co.uk (Simon Cozens)
58660              Date: 4 Aug 2000 06:21:04 GMT
58661              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
58662      Branch: perl
58663            ! utils/perlcc.PL
58664 ____________________________________________________________________________
58665 [  6522] By: jhi                                   on 2000/08/04  12:26:33
58666         Log: Subject: Re: Array vs. List context
58667              From: Daniel Chetlin <daniel@chetlin.com>
58668              Date: Fri, 4 Aug 2000 00:22:44 -0700
58669              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
58670      Branch: perl
58671            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
58672            ! pod/perlfaq4.pod
58673 ____________________________________________________________________________
58674 [  6521] By: jhi                                   on 2000/08/04  12:22:38
58675         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
58676              From: Raymund Will <ray@caldera.de>
58677              Date: Fri, 4 Aug 2000 12:07:09 +0200
58678              Message-Id: <20000804120709.A14982@caldera.de>
58679      Branch: perl
58680            ! configure.gnu
58681 ____________________________________________________________________________
58682 [  6520] By: jhi                                   on 2000/08/04  04:09:06
58683         Log: After the #6519 a warning about stat() is just that,
58684              not about a filetest, which now have their own warning.
58685      Branch: perl
58686            ! pod/perldiag.pod
58687 ____________________________________________________________________________
58688 [  6519] By: jhi                                   on 2000/08/04  04:06:30
58689         Log: In the warnings call filehandles consistently so;
58690              add "unopened" warning for stat().
58691      Branch: perl
58692            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
58693            ! t/pragma/warn/pp_sys
58694 ____________________________________________________________________________
58695 [  6518] By: jhi                                   on 2000/08/04  02:55:35
58696         Log: Subject: Minor tweak to perlvar.pod
58697              From: "Stephen P. Potter" <spp@ds.net>
58698              Date: Tue, 18 Apr 2000 09:26:03 -0400
58699              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
58700      Branch: perl
58701            ! pod/perlvar.pod
58702 ____________________________________________________________________________
58703 [  6517] By: jhi                                   on 2000/08/04  02:50:08
58704         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
58705              From: "Clinton Pierce" <cpierce1@ford.com>
58706              Date: Wed, 21 Jul 1999 16:45:31 -0400
58707              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
58708              
58709              Fix by Stephen Potter (visible in the bug db but not in p5p?)
58710      Branch: perl
58711            ! pod/perlfunc.pod pod/perlop.pod
58712 ____________________________________________________________________________
58713 [  6516] By: jhi                                   on 2000/08/04  02:09:25
58714         Log: This is 6512.  Really.
58715      Branch: perl
58716            ! dump.c
58717 ____________________________________________________________________________
58718 [  6515] By: jhi                                   on 2000/08/04  01:25:50
58719         Log: mention the idea of @( and @)
58720      Branch: perl
58721            ! Todo-5.6
58722 ____________________________________________________________________________
58723 [  6514] By: bailey                                on 2000/08/04  01:18:46
58724         Log: YA resync with mainstem, including VMS patches from others
58725      Branch: vmsperl
58726           +> (branch 48 files)
58727            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
58728           !> (integrate 354 files)
58729 ____________________________________________________________________________
58730 [  6513] By: jhi                                   on 2000/08/04  01:18:18
58731         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
58732              From: Mark Dickinson <dickins3@fas.harvard.edu>
58733              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
58734              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
58735      Branch: perl
58736            ! t/op/grent.t t/op/pwent.t
58737 ____________________________________________________________________________
58738 [  6512] By: jhi                                   on 2000/08/04  01:14:06
58739         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
58740              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
58741              Date: Wed, 02 Aug 2000 10:51:01 +0100
58742              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
58743      Branch: perl
58744            ! sv.c
58745 ____________________________________________________________________________
58746 [  6511] By: jhi                                   on 2000/08/04  00:57:00
58747         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
58748              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
58749              Date: Thu, 03 Aug 2000 17:20:04 -0700
58750              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
58751      Branch: metaconfig
58752            ! U/modified/Cppsym.U
58753      Branch: perl
58754            ! Configure config_h.SH
58755 ____________________________________________________________________________
58756 [  6510] By: jhi                                   on 2000/08/04  00:25:28
58757         Log: detypo
58758      Branch: perl
58759            ! Makefile.SH
58760 ____________________________________________________________________________
58761 [  6509] By: jhi                                   on 2000/08/03  23:43:18
58762         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
58763              From: Dominic Dunlop <domo@computer.org>
58764              Date: Thu, 3 Aug 2000 22:16:46 +0200
58765              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
58766      Branch: perl
58767            ! t/op/sprintf.t
58768 ____________________________________________________________________________
58769 [  6508] By: jhi                                   on 2000/08/03  23:40:37
58770         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
58771              From: Hugo <hv@crypt.compulink.co.uk>
58772              Date: Thu, 03 Aug 2000 18:25:30 +0100
58773              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
58774      Branch: perl
58775            ! regcomp.c t/op/re_tests
58776 ____________________________________________________________________________
58777 [  6507] By: jhi                                   on 2000/08/03  23:38:28
58778         Log: Subject: [PATCH] sv.h documentation - SvLEN
58779              From: Mike Guy <mjtg@cam.ac.uk>
58780              Date: Thu, 03 Aug 2000 14:43:09 +0100
58781              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
58782      Branch: perl
58783            ! sv.h
58784 ____________________________________________________________________________
58785 [  6506] By: jhi                                   on 2000/08/03  15:49:14
58786         Log: Disable the fix_pl hack for now.
58787      Branch: perl
58788            ! Makefile.SH
58789 ____________________________________________________________________________
58790 [  6505] By: jhi                                   on 2000/08/03  13:49:04
58791         Log: Add a URL for FSF.
58792              
58793              Subject: Patch for README
58794              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
58795              Date: Wed, 2 Aug 2000 13:25:09 -0500
58796              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
58797      Branch: perl
58798            ! README
58799 ____________________________________________________________________________
58800 [  6504] By: jhi                                   on 2000/08/03  13:29:19
58801         Log: Be more informative on what is skipped and why,
58802              also repeat the list at the end.
58803      Branch: perl
58804            ! Porting/p4desc
58805 ____________________________________________________________________________
58806 [  6503] By: jhi                                   on 2000/08/03  13:07:05
58807         Log: Circumvent the removal of .patch by fix_pl.
58808              
58809              Subject: Re: [ID 20000802.011] unable to 'make test'          
58810              From: simon@brecon.co.uk (Simon Cozens) 
58811              Date: 3 Aug 2000 04:17:00 GMT
58812              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
58813      Branch: perl
58814            ! Makefile.SH
58815 ____________________________________________________________________________
58816 [  6502] By: jhi                                   on 2000/08/03  00:14:34
58817         Log: Add the missing setproctitle unit.
58818      Branch: metaconfig/U/perl
58819            + d_setproctitle.U
58820 ____________________________________________________________________________
58821 [  6501] By: jhi                                   on 2000/08/03  00:00:26
58822         Log: The subtest 4 may fail also on VOBS, as pointed out
58823              by Nick Ing-Simmons in November 1999, bug id 19991124.003
58824              (but the failure in that bug report isn't the subtest 4).
58825      Branch: perl
58826            ! t/op/stat.t
58827 ____________________________________________________________________________
58828 [  6500] By: jhi                                   on 2000/08/02  23:49:30
58829         Log: Better skip message for the test; one of the two problems in
58830              
58831              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
58832              From: Lupe Christoph <lupe@lupe-christoph.de>
58833              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
58834              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
58835      Branch: perl
58836            ! t/op/numconvert.t
58837 ____________________________________________________________________________
58838 [  6499] By: jhi                                   on 2000/08/02  22:49:16
58839         Log: Allow "no Module;" even if there is no 'unimport'.
58840              
58841              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
58842              From: mjd@plover.com
58843              Date: 24 Mar 2000 15:24:34 -0000
58844              Message-Id: <20000324152434.15160.qmail@plover.com>
58845      Branch: perl
58846            ! gv.c
58847 ____________________________________________________________________________
58848 [  6498] By: jhi                                   on 2000/08/02  22:42:58
58849         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
58850              that are hopefully soon put into use.
58851      Branch: perl
58852            ! opcode.h opcode.pl opnames.h
58853 ____________________________________________________________________________
58854 [  6497] By: gsar                                  on 2000/08/02  22:28:59
58855         Log: require.t needs binmode() to work on windows
58856      Branch: perl
58857            ! t/comp/require.t
58858 ____________________________________________________________________________
58859 [  6496] By: jhi                                   on 2000/08/02  22:08:51
58860         Log: Document the IVdf UVuf UVof UVxf.
58861      Branch: perl
58862            ! pod/perlguts.pod
58863 ____________________________________________________________________________
58864 [  6495] By: jhi                                   on 2000/08/02  21:54:26
58865         Log: detypo #6494
58866      Branch: perl
58867            ! ext/Data/Dumper/Dumper.xs
58868 ____________________________________________________________________________
58869 [  6494] By: jhi                                   on 2000/08/02  21:49:17
58870         Log: Dump UVs as UVs in Data::Dumper.
58871              
58872              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
58873              From: Gurusamy Sarathy <gsar@ActiveState.com>
58874              Date: Thu, 27 Apr 2000 12:26:25 -0700
58875              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
58876      Branch: perl
58877            ! ext/Data/Dumper/Dumper.xs
58878 ____________________________________________________________________________
58879 [  6493] By: jhi                                   on 2000/08/02  17:01:58
58880         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
58881              From: Hugo <hv@crypt.compulink.co.uk>
58882              Date: Wed, 02 Aug 2000 14:53:56 +0100
58883              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
58884      Branch: perl
58885            ! regexec.c t/op/re_tests
58886 ____________________________________________________________________________
58887 [  6492] By: jhi                                   on 2000/08/02  15:02:46
58888         Log: The new setproctitle() feature is available only in 
58889              bleeding edge FreeBSD.  From Paul Saab.
58890      Branch: perl
58891            ! mg.c
58892 ____________________________________________________________________________
58893 [  6491] By: jhi                                   on 2000/08/02  13:34:36
58894         Log: The tr utf8 patching continues.
58895              
58896              Subject: Re: #6469, too many tests claimed in require.t
58897              From: simon@brecon.co.uk (Simon Cozens)
58898              Date: 2 Aug 2000 02:37:17 GMT
58899              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
58900              
58901              (the logic of the test was the wrong way round in the patch)
58902      Branch: perl
58903            ! doop.c
58904 ____________________________________________________________________________
58905 [  6490] By: jhi                                   on 2000/08/02  13:27:38
58906         Log: The name of a filehandle does not have <these>.
58907      Branch: perl
58908            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
58909            ! t/pragma/warn/pp_sys util.c
58910 ____________________________________________________________________________
58911 [  6489] By: jhi                                   on 2000/08/02  04:26:46
58912         Log: Remove the extraneous "main::" prefix from all the
58913              "opened only for", "on closed", and "never opened" warnings.
58914              
58915              Subject: Re: inappropriate warning
58916              From: Gurusamy Sarathy <gsar@ActiveState.com>
58917              Date: Mon, 20 Mar 2000 11:28:02 -0800
58918              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
58919      Branch: perl
58920            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
58921            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
58922            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
58923 ____________________________________________________________________________
58924 [  6488] By: jhi                                   on 2000/08/02  03:02:57
58925         Log: memcpy has n o in it, as pinted ut by Sarathy.
58926      Branch: perl
58927            ! pod/perlguts.pod
58928 ____________________________________________________________________________
58929 [  6487] By: jhi                                   on 2000/08/02  02:44:51
58930         Log: Document in one place the memory abstractions used in Perl core.
58931              
58932              Subject: Re: Memory abstraction
58933              From: simon@brecon.co.uk (Simon Cozens)
58934              Date: 2 Aug 2000 02:20:23 GMT
58935              Organization: Earth.li Origins
58936      Branch: perl
58937            ! pod/perlguts.pod
58938 ____________________________________________________________________________
58939 [  6486] By: jhi                                   on 2000/08/02  02:41:57
58940         Log: regen_headers, regen perltoc.
58941      Branch: perl
58942            ! perlapi.c pod/perltoc.pod
58943 ____________________________________________________________________________
58944 [  6485] By: jhi                                   on 2000/08/02  01:43:33
58945         Log: "This little thing tests for a file .patch, and if it contains
58946              a number, pops into patchlevel.h" (making it easier to track
58947              which development version people are reporting bugs against)
58948              
58949              Subject: Patchlevel autogeneration for repository perls
58950              From: simon@brecon.co.uk (Simon Cozens)
58951              Date: 14 Jul 2000 07:12:15 GMT
58952              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
58953      Branch: perl
58954            + fix_pl
58955            ! MANIFEST Makefile.SH
58956 ____________________________________________________________________________
58957 [  6484] By: jhi                                   on 2000/08/02  01:32:54
58958         Log: FreeBSD 3.* updates from
58959              
58960              From: Paul Saab <ps@yahoo-inc.com>
58961              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
58962              Date: Tue, 1 Aug 2000 15:41:39 -0700
58963              Message-Id: <20000801154139.A53740@yahoo-inc.com>
58964      Branch: perl
58965            ! hints/freebsd.sh
58966 ____________________________________________________________________________
58967 [  6483] By: jhi                                   on 2000/08/02  01:27:44
58968         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
58969              instead one must use setproctitle().  This was already addressed
58970              by change #6457, but the below has a new variant for FreeBSD 4.0
58971              or later, and the matter is also documented more.
58972              
58973              From: Paul Saab <ps@yahoo-inc.com>
58974              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
58975              Date: Tue, 1 Aug 2000 15:41:39 -0700
58976              Message-Id: <20000801154139.A53740@yahoo-inc.com>
58977      Branch: metaconfig/U/perl
58978            + i_libutil.U
58979      Branch: perl
58980            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
58981 ____________________________________________________________________________
58982 [  6482] By: jhi                                   on 2000/08/01  22:17:32
58983         Log: The test from this
58984              
58985              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
58986              Date: Sat, 15 Apr 2000 17:03:44 +0100
58987              From: Tom Hughes <tom@compton.nu>
58988              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
58989              
58990              was missing, the code change went in as #5989
58991              (which had a different test?)
58992      Branch: perl
58993            ! t/op/misc.t
58994 ____________________________________________________________________________
58995 [  6481] By: jhi                                   on 2000/08/01  21:48:38
58996         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
58997              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
58998              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
58999              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
59000      Branch: perl
59001            ! perl.h
59002 ____________________________________________________________________________
59003 [  6480] By: jhi                                   on 2000/08/01  18:05:28
59004         Log: Make p4desc to skip non-mainperl branches by default.
59005      Branch: perl
59006            ! Porting/p4desc
59007 ____________________________________________________________________________
59008 [  6479] By: jhi                                   on 2000/08/01  17:29:19
59009         Log: If gccosandvers is equal to osname, clear gccosandvers.
59010      Branch: metaconfig/U/perl
59011            ! gccvers.U
59012      Branch: perl
59013            ! Configure config_h.SH
59014 ____________________________________________________________________________
59015 [  6478] By: jhi                                   on 2000/08/01  15:54:08
59016         Log: BOM patching from Simon Cozens.
59017      Branch: perl
59018            ! toke.c
59019 ____________________________________________________________________________
59020 [  6477] By: jhi                                   on 2000/08/01  04:50:33
59021         Log: Stash away the largefiles flags and libswanted.
59022      Branch: perl
59023            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
59024 ____________________________________________________________________________
59025 [  6476] By: gsar                                  on 2000/08/01  04:24:24
59026         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
59027              on Windows)
59028      Branch: perl
59029            ! t/pragma/utf8.t utf8.c win32/win32.c
59030 ____________________________________________________________________________
59031 [  6475] By: jhi                                   on 2000/08/01  03:35:24
59032         Log: Make chr() for values >127 to create utf8 when under utf8.
59033              
59034              Subject: Re: uft8/chr()
59035              From: simon@brecon.co.uk (Simon Cozens)
59036              Date: 1 Aug 2000 02:37:02 GMT
59037              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
59038      Branch: perl
59039            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
59040 ____________________________________________________________________________
59041 [  6474] By: jhi                                   on 2000/08/01  02:36:18
59042         Log: In Digital UNIX warn if gcc explicitly chosen because even
59043              2.95.2 is known to cause problems.
59044      Branch: perl
59045            ! hints/dec_osf.sh
59046 ____________________________________________________________________________
59047 [  6473] By: jhi                                   on 2000/08/01  02:00:56
59048         Log: Make the safety catch for buggy gccs work with triple version
59049              numbers like 2.95.2.  Reported in
59050              
59051              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
59052              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
59053              Date: Mon, 31 Jul 2000 14:55:06 +0200
59054              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
59055      Branch: perl
59056            ! hints/dec_osf.sh
59057 ____________________________________________________________________________
59058 [  6472] By: jhi                                   on 2000/08/01  01:13:33
59059         Log: Subject: fix and question re: waitpid() under win32
59060              From: Brian Clarke <clarke@appliedmeta.com>
59061              Date: Fri, 28 Jul 2000 15:18:29 -0400
59062              Message-ID: <3981DC85.290314EB@appliedmeta.com>
59063              
59064              Slightly reformatted and WNOHANG # define moved to win32.h
59065              so that also POSIX.xs sees it, as suggsted by Sarathy.
59066      Branch: perl
59067            ! win32/win32.c win32/win32.h
59068 ____________________________________________________________________________
59069 [  6471] By: jhi                                   on 2000/08/01  00:55:05
59070         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
59071              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
59072              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
59073              Date: Mon, 31 Jul 2000 13:28:51 +0100
59074              
59075              (aka ID 20000730.002)
59076      Branch: perl
59077            ! op.c t/op/tr.t
59078 ____________________________________________________________________________
59079 [  6470] By: jhi                                   on 2000/07/31  23:34:42
59080         Log: Document the problem with -P in HP-UX and its workaround.
59081              
59082              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
59083              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
59084              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
59085              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
59086      Branch: perl
59087            ! README.hpux
59088 ____________________________________________________________________________
59089 [  6469] By: jhi                                   on 2000/07/31  04:15:02
59090         Log: The swallow_bom() saga continues.  The #23 of require.t
59091              (UTF16-LE) still fails (silently, no output) but the #22
59092              (UTF16-BE) seems to be working now.  The root of the
59093              failure may be in sv_gets(): is it UTF-16LE-aware,
59094              especially when it comes to line endings? 
59095      Branch: perl
59096            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
59097            ! t/comp/require.t toke.c utf8.c
59098 ____________________________________________________________________________
59099 [  6468] By: jhi                                   on 2000/07/30  19:05:48
59100         Log: Find green threads before native threads.
59101              
59102              Subject: Re: Patch to jpl/JNI/Makefile.PL
59103              From: Jens Thomsen <jens@fiend.cis.com>
59104              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
59105              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
59106      Branch: perl
59107            ! jpl/JNI/Makefile.PL
59108 ____________________________________________________________________________
59109 [  6467] By: jhi                                   on 2000/07/30  18:36:22
59110         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
59111      Branch: perl
59112            ! doop.c
59113 ____________________________________________________________________________
59114 [  6466] By: jhi                                   on 2000/07/30  04:37:29
59115         Log: A new version of the "remove UPPERACSE string comparison"
59116              operators.  The problem with the previous one (change #6454)
59117              was that it was for Perl 5.6.0.  From Paul Marquess.
59118      Branch: perl
59119            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
59120            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
59121            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
59122 ____________________________________________________________________________
59123 [  6465] By: jhi                                   on 2000/07/29  22:39:56
59124         Log: Do not upgrade SVs into utf8 just because they participate
59125              in eq or cmp.  Reported and fix suggested in
59126              
59127              Subject: [ID 20000720.009] sv_eq UTF8 bug
59128              From: "Simon Cozens" <simon@othersideofthe.earth.li>
59129              Date: 21 Jul 2000 04:37:29 -0000
59130              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
59131              
59132              Exercise for the kind reader: should we or should we not
59133              cache the utf8 conversion alonside the SV? (as magic,
59134              as thestrxfrm()ed version is cached under use locale)
59135              Argue both for and against.
59136      Branch: perl
59137            ! sv.c
59138 ____________________________________________________________________________
59139 [  6464] By: jhi                                   on 2000/07/29  22:36:22
59140         Log: Subject: UTF8 concat
59141              From: simon@brecon.co.uk (Simon Cozens) 
59142              Date: 30 Jun 2000 06:13:25 GMT
59143              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
59144              
59145              (with a memory leak fixed, plus a few casts added)
59146              
59147              This also seems to help for
59148              
59149              Subject: [ID 20000716.015] join UTF8 weirdness
59150              From: root <root@ak-71.mind.de> 
59151              Date: Sat, 15 Jul 2000 15:29:54 +0200
59152              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
59153              
59154              (from Andreas König)
59155      Branch: perl
59156            ! pp_hot.c
59157 ____________________________________________________________________________
59158 [  6463] By: jhi                                   on 2000/07/29  00:55:39
59159         Log: Tune the comments and hopefully stop a memory leak.
59160      Branch: perl
59161            ! toke.c utf8.c
59162 ____________________________________________________________________________
59163 [  6462] By: jhi                                   on 2000/07/29  00:16:53
59164         Log: The problem described in this
59165              
59166              Subject: [ID 20000322.018] named chars aren't magical enough
59167              From: root <root@dixie.cscaper.com>     
59168              Date: Wed, 22 Mar 2000 18:37:42 -0700
59169              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
59170              
59171              has been fixed in perl 5.6.0 but just in case added a test
59172              to keep it away.  (The report from Joseph Hall.)
59173      Branch: perl
59174            ! t/lib/charnames.t
59175 ____________________________________________________________________________
59176 [  6461] By: jhi                                   on 2000/07/28  23:56:36
59177         Log: Tiny fixes for #6460.
59178      Branch: metaconfig/U/perl
59179            ! gccvers.U
59180      Branch: perl
59181            ! Configure config_h.SH
59182 ____________________________________________________________________________
59183 [  6460] By: jhi                                   on 2000/07/28  23:24:41
59184         Log: Warn if the version of the operating system used to compile gcc
59185              differs from the current version of the operating system.
59186              Also display the gcc compilation os and version in myconfig.
59187              Inspiration from
59188              
59189              Subject: Re: [ID 20000710.003] ERRORS!!         
59190              From: "Kurt D. Starsinic" <kstar@chapin.edu>
59191              Date: Mon, 10 Jul 2000 15:54:16 -0400
59192              Message-ID: <20000710155416.A1384@O2.chapin.edu>
59193      Branch: metaconfig/U/perl
59194            ! gccvers.U
59195      Branch: perl
59196            ! Configure config_h.SH myconfig.SH
59197 ____________________________________________________________________________
59198 [  6459] By: jhi                                   on 2000/07/28  22:00:32
59199         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
59200              letter to $Config{osvers}.
59201      Branch: metaconfig
59202            ! U/modified/Oldconfig.U
59203      Branch: perl
59204            ! Configure config_h.SH
59205 ____________________________________________________________________________
59206 [  6458] By: jhi                                   on 2000/07/28  04:15:39
59207         Log: Back out #6454, doesn't seem to work.
59208              (Reason: that patch was for perl 5.6.0, not perl-current)
59209              (A version of the patch for perl-current came in later as #6466)
59210      Branch: perl
59211            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
59212            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
59213            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
59214 ____________________________________________________________________________
59215 [  6457] By: jhi                                   on 2000/07/27  23:31:49
59216         Log: Use setproctitle() if available to modify $0.
59217              
59218              Subject: setting $* on BSD4 broken
59219              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
59220              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
59221              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
59222      Branch: metaconfig
59223            ! U/modified/Myinit.U
59224      Branch: perl
59225            ! Configure config_h.SH mg.c
59226 ____________________________________________________________________________
59227 [  6456] By: jhi                                   on 2000/07/27  14:50:47
59228         Log: Allow "no AutoLoader;", based on change #6444,
59229              suggested by Graham Barr.
59230      Branch: perl
59231            ! lib/AutoLoader.pm
59232 ____________________________________________________________________________
59233 [  6455] By: jhi                                   on 2000/07/27  14:19:10
59234         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
59235              From: rspier@pobox.com (Robert Spier)
59236              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
59237              Message-ID: <14720.15855.787664.424783@rls.cx>
59238      Branch: perl
59239            ! pod/perldiag.pod
59240 ____________________________________________________________________________
59241 [  6454] By: jhi                                   on 2000/07/27  14:03:02
59242         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
59243              for a long time).
59244              
59245              Reported in
59246              
59247              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
59248              From: Ryan Herbert <rherbert@sycamorehq.com>
59249              Date: Mon, 17 Jul 2000 11:40:42 -0400
59250              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
59251              
59252              Patched in
59253              
59254              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
59255              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
59256              Date: Wed, 26 Jul 2000 23:40:18 +0100
59257              Message-ID: <000001bff752$79511880$0a17073e@tiny>
59258              
59259              based on an earlier patch from Stephen P. Potter.
59260              
59261              (Removed later by change #6458 because this patch was for
59262              perl 5.6.0, not perl-current)
59263      Branch: perl
59264            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
59265            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
59266            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
59267 ____________________________________________________________________________
59268 [  6453] By: jhi                                   on 2000/07/27  13:48:02
59269         Log: Subject: [PATCH] fixes bug 20000508.004
59270              From: Michael Stevens <mstevens@globnix.org>
59271              Date: Thu, 27 Jul 2000 13:49:04 +0100
59272              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
59273      Branch: perl
59274            ! pod/perldata.pod
59275 ____________________________________________________________________________
59276 [  6452] By: jhi                                   on 2000/07/26  23:51:26
59277         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
59278              and Craig A. Berry.
59279      Branch: perl
59280            ! lib/File/Temp.pm pod/perlport.pod
59281 ____________________________________________________________________________
59282 [  6451] By: jhi                                   on 2000/07/26  19:43:30
59283         Log: Be wary of close()s, too.
59284              
59285              Subject: Re: [PATCH] perlbug cleanup
59286              From: Tim Jenness <t.jenness@jach.hawaii.edu>
59287              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
59288              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
59289      Branch: perl
59290            ! utils/perlbug.PL
59291 ____________________________________________________________________________
59292 [  6450] By: jhi                                   on 2000/07/26  18:41:40
59293         Log: Subject: Minor doc patch: handy.h
59294              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
59295              Date: Wed, 26 Jul 2000 15:34:25 -0300
59296              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
59297      Branch: perl
59298            ! handy.h pod/perlapi.pod
59299 ____________________________________________________________________________
59300 [  6449] By: jhi                                   on 2000/07/26  18:23:55
59301         Log: Subject: [PATCH] minor doc change - perlguts
59302              From: Michael Stevens <mstevens@globnix.org>
59303              Date: Thu, 13 Jul 2000 12:39:18 +0100
59304              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
59305      Branch: perl
59306            ! pod/perlguts.pod
59307 ____________________________________________________________________________
59308 [  6448] By: jhi                                   on 2000/07/26  18:20:30
59309         Log: open() wariness in perlbug.
59310              
59311              Subject: [PATCH] perlbug cleanup
59312              From: Michael Stevens <mstevens@globnix.org>
59313              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
59314              Date: Thu, 13 Jul 2000 15:52:23 +0100
59315      Branch: perl
59316            ! utils/perlbug.PL
59317 ____________________________________________________________________________
59318 [  6447] By: jhi                                   on 2000/07/26  18:13:04
59319         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
59320      Branch: perl
59321            ! lib/File/Temp.pm t/lib/ftmp-security.t
59322 ____________________________________________________________________________
59323 [  6446] By: jhi                                   on 2000/07/26  18:06:32
59324         Log: docfix from Peter Scott <Peter@PSDT.com>.
59325      Branch: perl
59326            ! pod/perlfunc.pod
59327 ____________________________________________________________________________
59328 [  6445] By: jhi                                   on 2000/07/26  17:53:31
59329         Log: Fix *foo{FORMAT}.
59330              
59331              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
59332              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
59333              Date: Wed, 26 Jul 2000 19:51:02 +0200
59334              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
59335              
59336              From: Graham Barr <gbarr@pobox.com>
59337              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
59338              Date: Wed, 26 Jul 2000 17:38:36 +0100
59339              Message-ID: <20000726173836.L472@pobox.com>
59340      Branch: perl
59341            ! pp.c sv.c t/op/gv.t
59342 ____________________________________________________________________________
59343 [  6444] By: jhi                                   on 2000/07/26  17:49:14
59344         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
59345              from Graham Barr in the module list.
59346      Branch: perl
59347            ! gv.c pod/perlobj.pod
59348 ____________________________________________________________________________
59349 [  6443] By: jhi                                   on 2000/07/26  16:06:56
59350         Log: More split() doc and test patches from Mike Guy.
59351      Branch: perl
59352            ! pod/perlfunc.pod t/op/split.t
59353 ____________________________________________________________________________
59354 [  6442] By: jhi                                   on 2000/07/26  16:05:30
59355         Log: MacOS nits from Matthias Neeracher.
59356      Branch: perl
59357            ! perl.c pp_ctl.c
59358 ____________________________________________________________________________
59359 [  6441] By: jhi                                   on 2000/07/26  04:39:57
59360         Log: Subject: [PATCH] split /^/
59361              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
59362              Date: Tue, 25 Jul 2000 14:18:57 +0100
59363              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
59364              
59365              (with notes from tchrist and gbarr)
59366      Branch: perl
59367            ! pod/perlfunc.pod t/op/split.t
59368 ____________________________________________________________________________
59369 [  6440] By: jhi                                   on 2000/07/26  04:32:32
59370         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
59371              From: Peter Prymmer <pvhp@forte.com>
59372              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
59373              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
59374      Branch: perl
59375            ! vms/munchconfig.c
59376 ____________________________________________________________________________
59377 [  6439] By: jhi                                   on 2000/07/26  04:31:01
59378         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
59379              to be fatal errors (instead of by default ignoring them, and
59380              ignoring with a bug: even though -w gave an error, the opening [
59381              was left in)  Reported in:
59382              
59383              Subject: [ID 20000716.024] [=cc=] / [:blank:]
59384              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
59385              Date: Sun, 16 Jul 2000 17:55:29 -0700
59386              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
59387      Branch: perl
59388            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
59389 ____________________________________________________________________________
59390 [  6438] By: jhi                                   on 2000/07/25  15:41:15
59391         Log: Subject: [PATCH] av.c apidoc
59392              From: simon@brecon.co.uk (Simon Cozens)
59393              Date: 24 Jul 2000 06:40:52 GMT
59394              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
59395      Branch: perl
59396            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
59397            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
59398 ____________________________________________________________________________
59399 [  6437] By: jhi                                   on 2000/07/25  14:05:36
59400         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
59401              From: "Stephen P. Potter" <spp@ds.net>
59402              Date: Mon, 24 Jul 2000 14:22:23 -0400
59403              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
59404      Branch: perl
59405            ! pod/perllocale.pod
59406 ____________________________________________________________________________
59407 [  6436] By: jhi                                   on 2000/07/25  14:02:03
59408         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
59409              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
59410              Date: Mon, 24 Jul 2000 18:04:28 +0100
59411              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
59412      Branch: perl
59413            ! t/lib/syslfs.t t/op/lfs.t
59414 ____________________________________________________________________________
59415 [  6435] By: jhi                                   on 2000/07/25  13:59:28
59416         Log: Get UTF16 BOMs working.  Patch from
59417              
59418              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
59419              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
59420              Date: Tue, 25 Jul 2000 12:52:45 +0100
59421              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
59422              
59423              and notes from
59424              
59425              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
59426              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
59427              Date: Tue, 25 Jul 2000 11:43:25 +0100
59428              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
59429      Branch: perl
59430            ! t/comp/require.t toke.c utf8.c
59431 ____________________________________________________________________________
59432 [  6434] By: jhi                                   on 2000/07/25  02:39:54
59433         Log: Make the "uninit variable" warning to say "concat or string"
59434              or "join or string" when in concat or join .
59435              
59436              Subject: Re: [ID 20000403.009] uninitialised concatenation???
59437              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
59438              Date: Tue, 04 Apr 2000 18:22:58 +0100
59439              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
59440              
59441              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
59442              From: William R Ward <hermit@BayView.COM>
59443              Date: Thu, 30 Mar 2000 19:50:03 -0800
59444              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
59445      Branch: perl
59446            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
59447            ! t/pragma/warn/op t/pragma/warn/sv
59448 ____________________________________________________________________________
59449 [  6433] By: jhi                                   on 2000/07/24  17:52:56
59450         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
59451      Branch: perl
59452            ! lib/File/Spec/VMS.pm
59453 ____________________________________________________________________________
59454 [  6432] By: jhi                                   on 2000/07/24  17:44:44
59455         Log: Test cases for #6431.
59456              
59457              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
59458              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
59459              Date: Mon, 24 Jul 2000 15:32:29 +0100
59460              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
59461      Branch: perl
59462            ! t/op/pat.t t/op/split.t
59463 ____________________________________________________________________________
59464 [  6431] By: jhi                                   on 2000/07/24  17:43:17
59465         Log: Bind op fix.
59466              
59467              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
59468              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
59469              Date: Mon, 17 Jul 2000 20:04:56 +0100
59470              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
59471      Branch: perl
59472            ! op.c
59473 ____________________________________________________________________________
59474 [  6430] By: jhi                                   on 2000/07/24  03:42:42
59475         Log: Subject: [ID 20000716.023] syslog test fails without sockets
59476              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
59477              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
59478              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
59479      Branch: metaconfig/U/perl
59480            ! Extensions.U
59481      Branch: perl
59482            ! Configure config_h.SH
59483 ____________________________________________________________________________
59484 [  6429] By: jhi                                   on 2000/07/24  03:11:52
59485         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
59486              case, but add also notes explaining the relationship of this
59487              patch and the earlier notes by Sarathy.
59488              
59489              Subject: Map is still slow
59490              From: "Ben Tilly" <ben_tilly@hotmail.com>
59491              Date: Sat, 15 Jul 2000 17:23:27 EDT
59492              Message-ID: <20000715212327.21656.qmail@hotmail.com>
59493      Branch: perl
59494            ! pp_ctl.c
59495 ____________________________________________________________________________
59496 [  6428] By: jhi                                   on 2000/07/24  02:58:52
59497         Log: Documentation to explain the behaviour of map().
59498              
59499              Subject: Re: Map is still slow 
59500              From: Gurusamy Sarathy <gsar@ActiveState.com>
59501              Date: Sat, 15 Jul 2000 16:05:09 -0700
59502              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
59503      Branch: perl
59504            ! pp_ctl.c
59505 ____________________________________________________________________________
59506 [  6427] By: jhi                                   on 2000/07/24  02:50:03
59507         Log: Add tests for
59508              [ID 19991110.003] another matching finding by pcre author
59509              which has already been fixed by some patch, as verified in
59510              
59511              Subject: Re: two regex bugs from the mists of time (well, last November)
59512              From: Hugo <hv@crypt.compulink.co.uk>
59513              Date: Sat, 22 Jul 2000 18:12:58 +0100
59514              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
59515      Branch: perl
59516            ! t/op/re_tests
59517 ____________________________________________________________________________
59518 [  6426] By: jhi                                   on 2000/07/24  02:11:20
59519         Log: A missing 'break' after the [[:space:]] switch case.
59520              
59521              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
59522              From: "Stephen P. Potter" <spp@ds.net>
59523              Date: Tue, 18 Jul 2000 16:25:17 -0400
59524              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
59525      Branch: perl
59526            ! regcomp.c
59527 ____________________________________________________________________________
59528 [  6425] By: jhi                                   on 2000/07/24  02:06:12
59529         Log: The output might have been produced in the wrong order.
59530              
59531              Subject: [ID 20000720.003] [PATCH] t/op/write.t
59532              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
59533              Date: Thu, 20 Jul 2000 18:49:18 +0100
59534              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
59535      Branch: perl
59536            ! t/op/write.t
59537 ____________________________________________________________________________
59538 [  6424] By: jhi                                   on 2000/07/24  02:00:07
59539         Log: Use STDOUT consistently.
59540              
59541              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
59542              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
59543              Date: Thu, 20 Jul 2000 18:04:01 +0100
59544              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
59545      Branch: perl
59546            ! lib/Test/Harness.pm
59547 ____________________________________________________________________________
59548 [  6423] By: jhi                                   on 2000/07/24  01:54:54
59549         Log: Protect against "wild next"s, that is, callbacks doing "next"
59550              instead of "return".
59551              
59552              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
59553              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
59554              Date: Tue, 18 Jul 2000 11:30:16 +0100
59555              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
59556      Branch: perl
59557            ! lib/File/Find.pm
59558 ____________________________________________________________________________
59559 [  6422] By: jhi                                   on 2000/07/24  01:35:47
59560         Log: Out-of-date note removed.
59561              
59562              Subject: [PATCH] documentation perlipc
59563              From: rspier@pobox.com (Robert Spier)
59564              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
59565              Message-ID: <14711.35178.572612.502654@rls.cx>
59566      Branch: perl
59567            ! pod/perlipc.pod
59568 ____________________________________________________________________________
59569 [  6421] By: jhi                                   on 2000/07/24  00:09:18
59570         Log: Send all installperl messages to STDERR and be -w clean.
59571              
59572              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
59573              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
59574              Date: Sat, 22 Jul 2000 14:02:11 +0100
59575              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
59576      Branch: perl
59577            ! installperl
59578 ____________________________________________________________________________
59579 [  6420] By: jhi                                   on 2000/07/24  00:04:19
59580         Log: Decutandpasto.
59581              
59582              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
59583              From: "Richard Soderberg" <rs@crystalflame.net>
59584              Date: Sun, 23 Jul 2000 01:37:23 -0700
59585              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
59586      Branch: perl
59587            ! pod/perlipc.pod
59588 ____________________________________________________________________________
59589 [  6419] By: jhi                                   on 2000/07/24  00:01:12
59590         Log: A cleaner abs_path().
59591              Subject: Re: unix alternative to Cwd.pm
59592              From: Jeff Pinyan <jeffp@crusoe.net>
59593              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
59594              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
59595      Branch: perl
59596            ! lib/Cwd.pm
59597 ____________________________________________________________________________
59598 [  6418] By: jhi                                   on 2000/07/23  23:48:56
59599         Log: Detypo.
59600              
59601              Subject: [PATCH perl-current] Typo in hints/powerux.sh
59602              From: "Richard Soderberg" <rs@crystalflame.net>
59603              Date: Sun, 23 Jul 2000 01:27:33 -0700
59604              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
59605      Branch: perl
59606            ! hints/powerux.sh
59607 ____________________________________________________________________________
59608 [  6417] By: jhi                                   on 2000/07/17  22:13:31
59609         Log: Subject: SDBM_File documentation
59610              From: mjd@plover.com
59611              Date: 16 Jul 2000 17:41:17 -0000
59612              Message-ID: <20000716174117.18515.qmail@plover.com>
59613      Branch: perl
59614            ! ext/SDBM_File/SDBM_File.pm
59615 ____________________________________________________________________________
59616 [  6416] By: jhi                                   on 2000/07/17  19:13:26
59617         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
59618      Branch: perl
59619            ! hints/mpeix.sh mpeix/relink
59620 ____________________________________________________________________________
59621 [  6415] By: jhi                                   on 2000/07/15  14:11:02
59622         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
59623              the utf8 'characters' can be more than one octet).
59624              
59625              Date: Sat, 15 Jul 2000 00:21:56 +0100
59626              From: Tom Hughes <tom@compton.nu>
59627              Subject: Re: [ID 20000714.002]
59628              Message-ID: <db2334de49.tom@compton.compton.nu>
59629              
59630              Reported in
59631              
59632              Subject: [ID 20000714.002]
59633              From: "Simon Cozens" <simon@othersideofthe.earth.li>
59634              Date: 14 Jul 2000 15:13:09 -0000
59635              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
59636      Branch: perl
59637            ! doop.c
59638 ____________________________________________________________________________
59639 [  6414] By: jhi                                   on 2000/07/15  03:13:41
59640         Log: another VMS build tweak from Peter Prymmer
59641      Branch: perl
59642            ! vms/descrip_mms.template
59643 ____________________________________________________________________________
59644 [  6413] By: jhi                                   on 2000/07/15  03:10:40
59645         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
59646      Branch: perl
59647            ! vms/perlvms.pod
59648 ____________________________________________________________________________
59649 [  6412] By: jhi                                   on 2000/07/15  00:31:05
59650         Log: More docs for sv functions.
59651              
59652              Subject: [PATCH cfgperl] sv.c apidoc
59653              From: simon@brecon.co.uk (Simon Cozens)
59654              Date: 13 Jul 2000 09:00:20 GMT
59655              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
59656              
59657              Subject: Re: [PATCH cfgperl] sv.c apidoc
59658              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
59659              Date: Thu, 13 Jul 2000 12:27:41 +0100
59660              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
59661              
59662              Subject: Re: [PATCH cfgperl] sv.c apidoc
59663              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
59664              Date: Thu, 13 Jul 2000 13:23:09 +0100
59665              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
59666              
59667              Subject: Re: [PATCH cfgperl] sv.c apidoc
59668              From: simon@brecon.co.uk (Simon Cozens)
59669              Date: 14 Jul 2000 06:51:02 GMT
59670              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
59671      Branch: perl
59672            ! embed.pl pod/perlapi.pod sv.c
59673 ____________________________________________________________________________
59674 [  6411] By: jhi                                   on 2000/07/15  00:10:41
59675         Log: lib/b test fixes from Peter Prymmer.
59676      Branch: perl
59677            ! t/lib/b.t
59678 ____________________________________________________________________________
59679 [  6410] By: jhi                                   on 2000/07/15  00:02:09
59680         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
59681              From: Hugo <hv@crypt.compulink.co.uk>
59682              Date: Fri, 14 Jul 2000 23:05:20 +0100
59683              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
59684              
59685              Didn't anymore apply, but that point still could use another fix.
59686      Branch: perl
59687            ! pod/perlfunc.pod
59688 ____________________________________________________________________________
59689 [  6409] By: jhi                                   on 2000/07/14  23:15:15
59690         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
59691              not in pod, from Peter Prymmer
59692      Branch: perl
59693            ! vms/descrip_mms.template
59694 ____________________________________________________________________________
59695 [  6408] By: jhi                                   on 2000/07/14  20:35:05
59696         Log: The bug report
59697              [ID 19991110.002] minimal matching discrepancy found by pcre author
59698              seems to have been fixed (though differently from what was suggested
59699              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
59700      Branch: perl
59701            ! t/op/re_tests
59702 ____________________________________________________________________________
59703 [  6407] By: jhi                                   on 2000/07/14  17:38:08
59704         Log: Fix AutoSplit to use File::Spec the right way in VMS,
59705              from Peter Prymmer.
59706      Branch: perl
59707            ! lib/AutoSplit.pm
59708 ____________________________________________________________________________
59709 [  6406] By: jhi                                   on 2000/07/14  14:13:22
59710         Log: Merge perlhacktut into perlhack, update perlguts.
59711              
59712              Subject: Re: Perlhacktut
59713              From: simon@brecon.co.uk (Simon Cozens)
59714              Date: 14 Jul 2000 06:49:21 GMT
59715              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
59716              
59717              Subject: Re: Perlhacktut
59718              From: simon@brecon.co.uk (Simon Cozens)
59719              Date: 14 Jul 2000 07:09:45 GMT
59720              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
59721      Branch: perl
59722            ! pod/perlguts.pod pod/perlhack.pod
59723 ____________________________________________________________________________
59724 [  6405] By: jhi                                   on 2000/07/14  14:02:31
59725         Log: Integrate with Sarathy.
59726      Branch: cfgperl
59727           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
59728           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
59729           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
59730 ____________________________________________________________________________
59731 [  6404] By: gsar                                  on 2000/07/14  12:15:02
59732         Log: PERL_OBJECT build tweaks
59733      Branch: perl
59734            ! toke.c
59735 ____________________________________________________________________________
59736 [  6403] By: gsar                                  on 2000/07/14  11:23:41
59737         Log: inconsistent types needs casts
59738      Branch: perl
59739            ! toke.c
59740 ____________________________________________________________________________
59741 [  6402] By: gsar                                  on 2000/07/14  11:12:04
59742         Log: typos in change#6399, regen headers
59743      Branch: perl
59744            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
59745 ____________________________________________________________________________
59746 [  6401] By: gsar                                  on 2000/07/14  10:59:12
59747         Log: typecasts needed for change#6394
59748      Branch: perl
59749            ! toke.c
59750 ____________________________________________________________________________
59751 [  6400] By: gsar                                  on 2000/07/14  10:49:37
59752         Log: integrate cfgperl contents into mainline
59753      Branch: perl
59754           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
59755           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
59756 ____________________________________________________________________________
59757 [  6399] By: gsar                                  on 2000/07/14  10:38:35
59758         Log: enable UTF-16 filter by default if relevant BOM is seen; various
59759              cleanups (typos, misformatted code, and small bugs)
59760      Branch: perl
59761            ! doop.c embed.pl mg.c op.c pp.c toke.c
59762 ____________________________________________________________________________
59763 [  6398] By: gsar                                  on 2000/07/14  08:55:38
59764         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
59765              name suggests anyway)
59766      Branch: perl
59767            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
59768 ____________________________________________________________________________
59769 [  6397] By: gsar                                  on 2000/07/14  08:44:33
59770         Log: move new variables to the end of the interpreter structure (for
59771              bincompat in code that doesn't #include XSUB.h)
59772      Branch: perl
59773            ! intrpvar.h
59774 ____________________________________________________________________________
59775 [  6396] By: gsar                                  on 2000/07/14  08:13:58
59776         Log: MakeMaker should not remove editor backups (*~) on `make clean`
59777              by default (completes change#6383)
59778      Branch: perl
59779            ! lib/ExtUtils/MM_Unix.pm
59780 ____________________________________________________________________________
59781 [  6395] By: jhi                                   on 2000/07/14  05:20:33
59782         Log: Replace change #6337 with a better one.
59783              
59784              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
59785              From: Hugo <hv@crypt.compulink.co.uk>
59786              Date: Fri, 14 Jul 2000 04:16:20 +0100
59787              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
59788      Branch: cfgperl
59789            ! regexec.c t/op/re_tests
59790 ____________________________________________________________________________
59791 [  6394] By: jhi                                   on 2000/07/14  01:33:59
59792         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
59793      Branch: cfgperl
59794            ! embed.pl global.sym proto.h toke.c
59795 ____________________________________________________________________________
59796 [  6393] By: jhi                                   on 2000/07/13  23:41:23
59797         Log: remove discarded test
59798      Branch: cfgperl
59799            ! MANIFEST
59800 ____________________________________________________________________________
59801 [  6392] By: jhi                                   on 2000/07/13  23:32:25
59802         Log: The {multiplier} of a fixed substring was overlooked which
59803              caused a wrong initial search offset for that substring.
59804              
59805              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
59806              From: Hugo <hv@crypt.compulink.co.uk>
59807              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
59808              Date: Thu, 13 Jul 2000 19:27:13 +0100
59809      Branch: cfgperl
59810            ! regcomp.c t/op/re_tests
59811 ____________________________________________________________________________
59812 [  6391] By: jhi                                   on 2000/07/13  16:37:42
59813         Log: typo fix from Craig Berry
59814      Branch: cfgperl
59815            ! vms/subconfigure.com
59816 ____________________________________________________________________________
59817 [  6390] By: jhi                                   on 2000/07/13  13:20:12
59818         Log: Integrate with Sarathy.
59819      Branch: cfgperl
59820            - t/op/method2entersub.t
59821           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
59822           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
59823           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
59824           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
59825 ____________________________________________________________________________
59826 [  6389] By: jhi                                   on 2000/07/13  13:18:48
59827         Log: Detypo from Peter Prymmer, part of #6388.
59828      Branch: cfgperl
59829            ! Configure config_h.SH
59830      Branch: metaconfig
59831            ! U/modified/d_longlong.U
59832 ____________________________________________________________________________
59833 [  6388] By: gsar                                  on 2000/07/13  06:33:40
59834         Log: typos (spotted by Peter Prymmer)
59835      Branch: perl
59836            ! Configure t/lib/english.t
59837 ____________________________________________________________________________
59838 [  6387] By: gsar                                  on 2000/07/13  05:35:28
59839         Log: new selfloader.t in change#6183 doesn't close DATA handles,
59840              and thus fails to clean up tmp files on dosish platforms
59841      Branch: perl
59842            ! t/lib/selfloader.t
59843 ____________________________________________________________________________
59844 [  6386] By: gsar                                  on 2000/07/12  21:42:39
59845         Log: sprintf test tweaks (from Dominic Dunlop)
59846      Branch: perl
59847            ! t/op/sprintf.t
59848 ____________________________________________________________________________
59849 [  6385] By: gsar                                  on 2000/07/12  21:33:46
59850         Log: fix bugs in processing %v-*d and similar format specs (from
59851              Avi Finkel <avi@finkel.org>)
59852      Branch: perl
59853            ! sv.c t/op/sprintf.t
59854 ____________________________________________________________________________
59855 [  6384] By: gsar                                  on 2000/07/12  16:04:19
59856         Log: readd missing perldelta.pod changes from changes#6339,6376
59857      Branch: perl
59858            ! pod/perldelta.pod
59859 ____________________________________________________________________________
59860 [  6383] By: gsar                                  on 2000/07/12  16:00:51
59861         Log: don't clobber *.orig files on *clean targets
59862      Branch: perl
59863            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
59864 ____________________________________________________________________________
59865 [  6382] By: gsar                                  on 2000/07/12  07:59:12
59866         Log: fix broken integrations in cfgperl
59867      Branch: cfgperl
59868           !> Changes pod/perldelta.pod
59869 ____________________________________________________________________________
59870 [  6381] By: gsar                                  on 2000/07/12  07:42:17
59871         Log: integrate cfgperl changes into mainline
59872      Branch: perl
59873            ! Changes
59874           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
59875           !> pod/perlre.pod
59876 ____________________________________________________________________________
59877 [  6380] By: gsar                                  on 2000/07/12  07:31:00
59878         Log: get sprintf.t to adjust properly for 3-digit exponents
59879      Branch: perl
59880            ! t/op/sprintf.t
59881 ____________________________________________________________________________
59882 [  6379] By: gsar                                  on 2000/07/12  06:40:04
59883         Log: change#6174 needs corresponding change in win32/config_h.PL,
59884              which grovels through config_h.SH to find the config.h name
59885      Branch: perl
59886            ! win32/config_h.PL
59887 ____________________________________________________________________________
59888 [  6378] By: jhi                                   on 2000/07/12  05:03:59
59889         Log: Do the cc sanity check both before the hints and
59890              after the cc selction.
59891      Branch: cfgperl
59892            ! Configure config_h.SH
59893      Branch: metaconfig
59894            ! U/modified/Oldconfig.U U/modified/cc.U
59895      Branch: metaconfig/U/perl
59896            + Checkcc.U
59897 ____________________________________________________________________________
59898 [  6377] By: jhi                                   on 2000/07/12  02:49:22
59899         Log: Fix nits noticed by Boston.pm.
59900      Branch: cfgperl
59901            ! pod/perlre.pod
59902 ____________________________________________________________________________
59903 [  6376] By: jhi                                   on 2000/07/11  21:22:13
59904         Log: Configure cosmetics and perldelta.
59905      Branch: cfgperl
59906            ! Configure config_h.SH pod/perldelta.pod
59907      Branch: metaconfig
59908            ! U/modified/cc.U
59909 ____________________________________________________________________________
59910 [  6375] By: gsar                                  on 2000/07/11  21:17:35
59911         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
59912      Branch: perl
59913            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
59914            ! win32/win32sck.c
59915 ____________________________________________________________________________
59916 [  6374] By: gsar                                  on 2000/07/11  20:48:50
59917         Log: tweak for build failure under multiplicity
59918      Branch: perl
59919            ! toke.c
59920 ____________________________________________________________________________
59921 [  6373] By: gsar                                  on 2000/07/11  20:37:23
59922         Log: integrate cfgperl changes#6325..6373 into mainline
59923              (NOTE: today's batch of integrations still untested)
59924      Branch: perl
59925           +> ext/DynaLoader/hints/netbsd.pl
59926            ! Changes
59927           !> (integrate 26 files)
59928 ____________________________________________________________________________
59929 [  6372] By: jhi                                   on 2000/07/11  20:30:36
59930         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
59931              regen perltoc.
59932      Branch: cfgperl
59933            + pod/perlbook.pod
59934            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
59935            ! pod/perltoc.pod
59936 ____________________________________________________________________________
59937 [  6371] By: jhi                                   on 2000/07/11  20:08:56
59938         Log: Minor cleanups on the booklist.
59939      Branch: cfgperl
59940            ! pod/perlfaq2.pod
59941 ____________________________________________________________________________
59942 [  6370] By: jhi                                   on 2000/07/11  19:31:13
59943         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
59944      Branch: cfgperl
59945            ! t/pragma/overload.t
59946 ____________________________________________________________________________
59947 [  6369] By: gsar                                  on 2000/07/11  19:27:48
59948         Log: integrate cfgperl changes#6293..6324 into mainline
59949      Branch: perl
59950           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
59951            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
59952           !> (integrate 30 files)
59953 ____________________________________________________________________________
59954 [  6368] By: gsar                                  on 2000/07/11  19:18:57
59955         Log: skip integrate of problematic change#6292 from cfgperl into mainline
59956      Branch: perl
59957           !> pp_hot.c
59958 ____________________________________________________________________________
59959 [  6367] By: gsar                                  on 2000/07/11  19:17:21
59960         Log: integrate cfgperl changes#6288..6290 into mainline
59961      Branch: perl
59962           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
59963 ____________________________________________________________________________
59964 [  6366] By: gsar                                  on 2000/07/11  19:11:18
59965         Log: integrate cfgperl changes#6268..6282 into mainline
59966      Branch: perl
59967           !> (integrate 30 files)
59968 ____________________________________________________________________________
59969 [  6365] By: gsar                                  on 2000/07/11  18:57:00
59970         Log: delete new accidentally branched file
59971      Branch: perl
59972            - t/op/method2entersub.t
59973 ____________________________________________________________________________
59974 [  6364] By: gsar                                  on 2000/07/11  18:55:13
59975         Log: skip integrate of change#6267 from cfgperl into mainline (the
59976              method call optimization is flawed without additional hints
59977              from user about immutableness of @ISA and no runtime method
59978              definitions)
59979      Branch: perl
59980           +> t/op/method2entersub.t
59981           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
59982           !> perl.h t/op/sprintf.t xsutils.c
59983 ____________________________________________________________________________
59984 [  6363] By: gsar                                  on 2000/07/11  18:49:43
59985         Log: integrate cfgperl changes#6261..6266 into mainline
59986      Branch: perl
59987           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
59988           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
59989           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
59990           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
59991 ____________________________________________________________________________
59992 [  6362] By: gsar                                  on 2000/07/11  18:43:26
59993         Log: integrate cfgperl changes#6252..6260 into mainline
59994      Branch: perl
59995           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
59996           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
59997           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
59998           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
59999 ____________________________________________________________________________
60000 [  6361] By: gsar                                  on 2000/07/11  18:37:12
60001         Log: skip integrate of problematic change#6251 from cfgperl into mainline
60002      Branch: perl
60003           !> lib/Exporter.pm
60004 ____________________________________________________________________________
60005 [  6360] By: gsar                                  on 2000/07/11  18:34:56
60006         Log: integrate cfgperl change#6250 into mainline
60007      Branch: perl
60008           +> t/op/my_stash.t
60009           !> MANIFEST embed.pl proto.h toke.c
60010 ____________________________________________________________________________
60011 [  6359] By: gsar                                  on 2000/07/11  18:21:19
60012         Log: integrate cfgperl changes#6242..6249 into mainline
60013      Branch: perl
60014           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
60015           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
60016           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
60017           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
60018           !> t/lib/peek.t utf8.c
60019 ____________________________________________________________________________
60020 [  6358] By: gsar                                  on 2000/07/11  18:15:45
60021         Log: skip integrate of problematic change#6241 from cfgperl into mainline
60022      Branch: perl
60023           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
60024 ____________________________________________________________________________
60025 [  6357] By: jhi                                   on 2000/07/11  18:15:16
60026         Log: Fix for
60027              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
60028              From: Roderick Schertler <roderick@argon.org> 
60029              Date: Tue, 11 Jul 2000 13:55:05 -0400 
60030              Message-Id: <200007111755.NAA05077@jones.argon.org> 
60031      Branch: cfgperl
60032            ! doio.c
60033 ____________________________________________________________________________
60034 [  6356] By: jhi                                   on 2000/07/11  18:12:51
60035         Log: Typo in #6341.
60036      Branch: cfgperl
60037            ! pp_hot.c
60038 ____________________________________________________________________________
60039 [  6355] By: gsar                                  on 2000/07/11  18:12:10
60040         Log: integrate cfgperl changes#6231..6240 into mainline
60041      Branch: perl
60042           +> pod/perlutil.pod
60043           !> (integrate 35 files)
60044 ____________________________________________________________________________
60045 [  6354] By: jhi                                   on 2000/07/11  18:04:34
60046         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
60047              From: Dominic Dunlop <domo@computer.org> 
60048              Date: Tue, 11 Jul 2000 12:27:33 +0200 
60049              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
60050              
60051              Replaces change #6268.
60052      Branch: cfgperl
60053            ! t/op/sprintf.t
60054 ____________________________________________________________________________
60055 [  6353] By: gsar                                  on 2000/07/11  17:59:51
60056         Log: skip integrate of problematic change#6230 from cfgperl into mainline
60057              (a later version of File::Spec is already in mainline)
60058      Branch: perl
60059           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
60060           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
60061 ____________________________________________________________________________
60062 [  6352] By: gsar                                  on 2000/07/11  17:57:48
60063         Log: integrate cfgperl changes#6224..6229 into mainline
60064      Branch: perl
60065           +> lib/lib.pm.PL
60066            - lib/lib.pm
60067           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
60068           !> lib/English.pm op.c t/lib/english.t
60069 ____________________________________________________________________________
60070 [  6351] By: gsar                                  on 2000/07/11  17:50:10
60071         Log: skip integrate of problematic change#6223 from cfgperl into mainline
60072      Branch: perl
60073           !> doio.c
60074 ____________________________________________________________________________
60075 [  6350] By: gsar                                  on 2000/07/11  17:48:28
60076         Log: integrate cfgperl changes#6220..6222 into mainline
60077      Branch: perl
60078           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
60079           !> toke.c utf8.c win32/win32.h
60080 ____________________________________________________________________________
60081 [  6349] By: gsar                                  on 2000/07/11  17:46:13
60082         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
60083              mainline
60084      Branch: perl
60085           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
60086           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
60087           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
60088 ____________________________________________________________________________
60089 [  6348] By: jhi                                   on 2000/07/11  17:45:49
60090         Log: README.posix-bc podified from Thomas Dorner.
60091      Branch: cfgperl
60092            ! README.posix-bc
60093 ____________________________________________________________________________
60094 [  6347] By: gsar                                  on 2000/07/11  17:42:04
60095         Log: integrate cfgperl change#6217 into mainline
60096      Branch: perl
60097           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
60098           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
60099           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
60100 ____________________________________________________________________________
60101 [  6346] By: gsar                                  on 2000/07/11  17:39:37
60102         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
60103              mainline
60104      Branch: perl
60105           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
60106           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
60107           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
60108           !> perlapi.h pod/perlapi.pod
60109 ____________________________________________________________________________
60110 [  6345] By: gsar                                  on 2000/07/11  17:36:42
60111         Log: integrate cfgperl changes#6207..6210 into mainline
60112      Branch: perl
60113           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
60114           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
60115 ____________________________________________________________________________
60116 [  6344] By: gsar                                  on 2000/07/11  17:31:20
60117         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
60118              mainline
60119      Branch: perl
60120           !> (integrate 40 files)
60121 ____________________________________________________________________________
60122 [  6343] By: gsar                                  on 2000/07/11  17:19:08
60123         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
60124      Branch: perl
60125           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
60126            ! Changes
60127           !> (integrate 34 files)
60128 ____________________________________________________________________________
60129 [  6342] By: jhi                                   on 2000/07/11  16:05:48
60130         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
60131              To: perl5-porters@perl.org
60132              From: Karsten Sperling <spiff@phreax.net>
60133              Date: Mon, 10 Jul 2000 15:12:52 +0200
60134              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
60135      Branch: cfgperl
60136            ! lib/Symbol.pm
60137 ____________________________________________________________________________
60138 [  6341] By: jhi                                   on 2000/07/11  15:59:23
60139         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
60140              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
60141              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
60142              Date: Fri, 07 Jul 2000 17:57:16 +0100
60143      Branch: cfgperl
60144            ! pp_hot.c
60145 ____________________________________________________________________________
60146 [  6340] By: jhi                                   on 2000/07/11  15:55:47
60147         Log: Subject: Re: format bug report  [Patch]
60148              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
60149              Date: Wed, 05 Jul 2000 13:12:52 +0200
60150              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
60151              
60152              Subject: Re: format bug report  [Patch]
60153              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
60154              Date: Wed, 05 Jul 2000 14:10:01 +0200
60155              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
60156      Branch: cfgperl
60157            ! t/op/write.t toke.c
60158 ____________________________________________________________________________
60159 [  6339] By: jhi                                   on 2000/07/11  13:54:09
60160         Log: Be less forgiving about ambiguous and illegal tr ranges.
60161              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
60162              From: Mark-Jason Dominus <mjd@plover.com>
60163              Date: Tue, 04 Jul 2000 10:00:12 -0400
60164              Message-ID: <20000704140012.17772.qmail@plover.com>
60165              
60166              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
60167              From: Mark-Jason Dominus <mjd@plover.com>
60168              Date: Wed, 05 Jul 2000 09:37:36 -0400
60169              Message-ID: <20000705133736.27293.qmail@plover.com>
60170      Branch: cfgperl
60171            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
60172 ____________________________________________________________________________
60173 [  6338] By: jhi                                   on 2000/07/11  13:31:24
60174         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
60175              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
60176              Date: Tue, 11 Jul 2000 13:50:51 +0100
60177              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
60178      Branch: cfgperl
60179            ! sv.c
60180 ____________________________________________________________________________
60181 [  6337] By: jhi                                   on 2000/07/11  13:29:14
60182         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
60183              From: Hugo <hv@crypt.compulink.co.uk>
60184              Date: Tue, 11 Jul 2000 12:44:50 +0100
60185              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
60186      Branch: cfgperl
60187            ! regexec.c t/op/re_tests
60188 ____________________________________________________________________________
60189 [  6336] By: jhi                                   on 2000/07/11  13:26:47
60190         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
60191              From: simon@brecon.co.uk (Simon Cozens)
60192              Date: 7 Jul 2000 11:26:09 GMT
60193              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
60194      Branch: cfgperl
60195            ! mg.c
60196 ____________________________________________________________________________
60197 [  6335] By: jhi                                   on 2000/07/11  13:23:37
60198         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
60199              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
60200              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
60201              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
60202      Branch: cfgperl
60203            + ext/DynaLoader/hints/netbsd.pl
60204            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
60205 ____________________________________________________________________________
60206 [  6334] By: jhi                                   on 2000/07/11  13:20:38
60207         Log: Subject: PATCH perlguts.pod: Document D and d magic types
60208              From: mjd@plover.com
60209              Date: 5 Jul 2000 18:01:51 -0000
60210              Message-ID: <20000705180151.29413.qmail@plover.com>
60211      Branch: cfgperl
60212            ! pod/perlguts.pod
60213 ____________________________________________________________________________
60214 [  6333] By: jhi                                   on 2000/07/11  13:15:51
60215         Log: Precedence goof, fix based on
60216              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
60217              From: Hugo <hv@crypt.compulink.co.uk>
60218              Date: Tue, 11 Jul 2000 12:52:38 +0100
60219              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
60220      Branch: cfgperl
60221            ! t/op/taint.t
60222 ____________________________________________________________________________
60223 [  6332] By: jhi                                   on 2000/07/11  12:40:17
60224         Log: Integrate with Sarathy.
60225      Branch: cfgperl
60226           !> win32/win32sck.c
60227 ____________________________________________________________________________
60228 [  6331] By: jhi                                   on 2000/07/10  20:14:16
60229         Log: Sprinkle ldlibpath.
60230      Branch: cfgperl
60231            ! pod/Makefile.SH
60232 ____________________________________________________________________________
60233 [  6330] By: jhi                                   on 2000/07/10  17:54:49
60234         Log: More POSIX.pod tweaks.
60235      Branch: cfgperl
60236            ! ext/POSIX/POSIX.pod
60237 ____________________________________________________________________________
60238 [  6329] By: jhi                                   on 2000/07/10  14:02:12
60239         Log: Reorder perl.pod once more.
60240      Branch: cfgperl
60241            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
60242 ____________________________________________________________________________
60243 [  6328] By: gsar                                  on 2000/07/10  07:06:00
60244         Log: accept() leaks memory on windows due to incorrect ordering of
60245              closesocket() and fclose() calls
60246      Branch: perl
60247            ! win32/win32sck.c
60248 ____________________________________________________________________________
60249 [  6327] By: gsar                                  on 2000/07/10  06:49:17
60250         Log: winsock options weren't being set in all threads under ithreads
60251              (caused send()s from second and subsequent threads to fail)
60252      Branch: perl
60253            ! win32/win32sck.c
60254 ____________________________________________________________________________
60255 [  6326] By: jhi                                   on 2000/07/08  02:45:40
60256         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
60257              was cast to an unsigned (32-bit) integer with wild abandon.
60258      Branch: cfgperl
60259            ! ext/Devel/DProf/DProf.xs
60260 ____________________________________________________________________________
60261 [  6325] By: jhi                                   on 2000/07/07  18:50:33
60262         Log: Remove perlbook, update perlfaq book listing,
60263              rearrange perl.pod, regenerate perltoc.
60264      Branch: cfgperl
60265            - pod/perlbook.pod
60266            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
60267            ! pod/perlfaq2.pod pod/perltoc.pod
60268 ____________________________________________________________________________
60269 [  6324] By: jhi                                   on 2000/07/07  14:03:40
60270         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
60271      Branch: cfgperl
60272            ! sv.h toke.c
60273 ____________________________________________________________________________
60274 [  6323] By: jhi                                   on 2000/07/06  16:03:55
60275         Log: Fix complaints of buildtoc.
60276      Branch: cfgperl
60277            + lib/Win32.pod
60278            - pod/Win32.pod
60279            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
60280 ____________________________________________________________________________
60281 [  6322] By: jhi                                   on 2000/07/06  15:15:52
60282         Log: Add =head1 NAMEs so that buildtoc is happy.
60283              (The CGI::Util nit reported to Lincoln.)
60284      Branch: cfgperl
60285            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
60286            ! pod/perltoc.pod
60287 ____________________________________________________________________________
60288 [  6321] By: jhi                                   on 2000/07/06  03:16:04
60289         Log: Config is being used.
60290      Branch: cfgperl
60291            ! t/op/method.t
60292 ____________________________________________________________________________
60293 [  6320] By: jhi                                   on 2000/07/06  03:13:13
60294         Log: Integrate with Sarathy.
60295      Branch: cfgperl
60296           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
60297 ____________________________________________________________________________
60298 [  6319] By: jhi                                   on 2000/07/06  03:11:46
60299         Log: Autogenerate pod/Makefile and pod/buildtoc.
60300              buildtoc also checks whether the existin pods are
60301              mentioned in MANIFEST and perl.pod, and vice versa.
60302              (None of the thusly found discrepancies fixed yet.)
60303              roffitall also needs to be autogenerated similarly but it
60304              seems so badly out of date that I didn't touch it yet.
60305      Branch: cfgperl
60306            + pod/Makefile.SH pod/buildtoc.PL
60307            - pod/Makefile pod/buildtoc
60308            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
60309 ____________________________________________________________________________
60310 [  6318] By: gsar                                  on 2000/07/05  22:10:54
60311         Log: fix UNC path handling on Windows under ithreads, and chdir()
60312              return value when given a non-existent directory
60313      Branch: perl
60314            ! win32/vdir.h
60315 ____________________________________________________________________________
60316 [  6317] By: gsar                                  on 2000/07/05  22:08:19
60317         Log: winsock cleanup never done on Windows (leads to handle leaks)
60318      Branch: perl
60319            ! win32/perllib.c win32/win32sck.c
60320 ____________________________________________________________________________
60321 [  6316] By: gsar                                  on 2000/07/05  22:06:19
60322         Log: some debugger output does not go to the socket when RemotePort is set
60323      Branch: perl
60324            ! lib/perl5db.pl
60325 ____________________________________________________________________________
60326 [  6315] By: jhi                                   on 2000/07/05  00:25:21
60327         Log: Integrate with Sarathy, preliminary fix for unicos
60328              alignment problems in [ID 20000612.002] Perl problem on Cray system.
60329      Branch: cfgperl
60330            ! sv.h
60331           !> pp_hot.c
60332 ____________________________________________________________________________
60333 [  6314] By: gsar                                  on 2000/07/04  23:34:02
60334         Log: tyop in change#6306
60335      Branch: perl
60336            ! pp_hot.c
60337 ____________________________________________________________________________
60338 [  6313] By: jhi                                   on 2000/07/04  22:14:38
60339         Log: Multiline string literals ENONPORTABLE.
60340      Branch: cfgperl
60341            ! pp_hot.c
60342 ____________________________________________________________________________
60343 [  6312] By: jhi                                   on 2000/07/04  20:34:44
60344         Log: Integrate with Sarathy.
60345      Branch: cfgperl
60346           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
60347           !> t/op/method.t
60348 ____________________________________________________________________________
60349 [  6311] By: jhi                                   on 2000/07/04  20:30:56
60350         Log: More POSIX.pod embellishment.
60351      Branch: cfgperl
60352            ! ext/POSIX/POSIX.pod
60353 ____________________________________________________________________________
60354 [  6310] By: gsar                                  on 2000/07/04  17:28:48
60355         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
60356      Branch: perl
60357            ! t/lib/b.t
60358 ____________________________________________________________________________
60359 [  6309] By: jhi                                   on 2000/07/04  17:22:18
60360         Log: The #6308 required a little bit more.
60361      Branch: cfgperl
60362            ! Makefile.SH win32/Makefile
60363 ____________________________________________________________________________
60364 [  6308] By: jhi                                   on 2000/07/04  16:35:24
60365         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
60366      Branch: cfgperl
60367            + lib/lib_pm.PL
60368            - lib/lib.pm.PL
60369            ! MANIFEST Makefile.SH
60370 ____________________________________________________________________________
60371 [  6307] By: jhi                                   on 2000/07/04  16:28:58
60372         Log: Win32 patches for cfgperl from Sarathy.
60373      Branch: cfgperl
60374            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
60375            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
60376            ! thread.h toke.c util.c win32/Makefile win32/win32.c
60377 ____________________________________________________________________________
60378 [  6306] By: gsar                                  on 2000/07/04  16:28:40
60379         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
60380              (from Richard Soderberg <rs@oregonnet.com>)
60381      Branch: perl
60382            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
60383 ____________________________________________________________________________
60384 [  6305] By: jhi                                   on 2000/07/04  16:24:24
60385         Log: Integrate with Sarathy.
60386      Branch: cfgperl
60387           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
60388           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
60389           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
60390           !> proto.h win32/win32.c
60391 ____________________________________________________________________________
60392 [  6304] By: gsar                                  on 2000/07/04  16:17:24
60393         Log: missing perldiag entry for unpack("w",...) diagnostic (from
60394              Andreas Koenig)
60395      Branch: perl
60396            ! pod/perldiag.pod
60397 ____________________________________________________________________________
60398 [  6303] By: gsar                                  on 2000/07/04  16:14:44
60399         Log: remove rel2abs prototypes (from Barrie Slaymaker)
60400      Branch: perl
60401            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
60402            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
60403 ____________________________________________________________________________
60404 [  6302] By: gsar                                  on 2000/07/04  04:59:35
60405         Log: adjust change#6299
60406      Branch: perl
60407            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
60408            ! win32/win32.c
60409 ____________________________________________________________________________
60410 [  6301] By: jhi                                   on 2000/07/04  04:50:07
60411         Log: Integrate with Sarathy.
60412      Branch: cfgperl
60413           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
60414           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
60415           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
60416 ____________________________________________________________________________
60417 [  6300] By: gsar                                  on 2000/07/04  04:42:09
60418         Log: PERL_OBJECT build tweak
60419      Branch: perl
60420            ! perl.h
60421 ____________________________________________________________________________
60422 [  6299] By: gsar                                  on 2000/07/04  04:37:00
60423         Log: fix memory leak on Windows (PL_sys_intern contents were never
60424              freed)
60425      Branch: perl
60426            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
60427            ! perlapi.c proto.h win32/win32.c
60428 ____________________________________________________________________________
60429 [  6298] By: gsar                                  on 2000/07/04  04:15:59
60430         Log: fix large memory leak that has been around for ever, masked by
60431              -DPURIFY (most of the arenas were never freed!)
60432      Branch: perl
60433            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
60434 ____________________________________________________________________________
60435 [  6297] By: gsar                                  on 2000/07/04  04:07:46
60436         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
60437      Branch: perl
60438            ! perl.c
60439 ____________________________________________________________________________
60440 [  6296] By: jhi                                   on 2000/06/30  18:28:37
60441         Log: Elaborate POSIX.pod.  Still needs work.
60442      Branch: cfgperl
60443            ! ext/POSIX/POSIX.pod
60444 ____________________________________________________________________________
60445 [  6295] By: jhi                                   on 2000/06/30  14:58:18
60446         Log: Point to perlipc for more SysV IPC examples.
60447      Branch: cfgperl
60448            ! pod/perlfunc.pod
60449 ____________________________________________________________________________
60450 [  6294] By: gsar                                  on 2000/06/30  14:47:45
60451         Log: slurp mode fix in change#4736 still not quite right
60452      Branch: perl
60453            ! pp_hot.c t/io/argv.t
60454 ____________________________________________________________________________
60455 [  6293] By: jhi                                   on 2000/06/30  12:02:55
60456         Log: Integrate with Sarathy.
60457      Branch: cfgperl
60458           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
60459 ____________________________________________________________________________
60460 [  6292] By: jhi                                   on 2000/06/30  12:01:11
60461         Log: From: simon@brecon.co.uk (Simon Cozens)
60462              Subject: UTF8 concat
60463              Date: 30 Jun 2000 06:13:25 GMT
60464              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
60465      Branch: cfgperl
60466            ! pp_hot.c
60467 ____________________________________________________________________________
60468 [  6291] By: gsar                                  on 2000/06/30  04:37:33
60469         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
60470              when @_ is modified, causing coredumps
60471      Branch: perl
60472            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
60473 ____________________________________________________________________________
60474 [  6290] By: jhi                                   on 2000/06/30  02:21:44
60475         Log: Integrate with Sarathy.
60476      Branch: cfgperl
60477           !> vms/vms.c vms/vmsish.h
60478 ____________________________________________________________________________
60479 [  6289] By: jhi                                   on 2000/06/30  02:21:02
60480         Log: Check VERSIONs.
60481      Branch: cfgperl
60482            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
60483            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
60484            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
60485 ____________________________________________________________________________
60486 [  6288] By: jhi                                   on 2000/06/30  02:18:52
60487         Log: Integrate with Sarathy.
60488      Branch: cfgperl
60489           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
60490           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
60491           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
60492           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
60493 ____________________________________________________________________________
60494 [  6287] By: gsar                                  on 2000/06/30  02:17:08
60495         Log: integrate vmsperl changes into mainline
60496      Branch: perl
60497           !> vms/vms.c vms/vmsish.h
60498 ____________________________________________________________________________
60499 [  6285] By: gsar                                  on 2000/06/30  02:05:28
60500         Log: localize %INC in a Safe compartment so that use/require work
60501              (many other magic globals probably need similar treatment)
60502      Branch: perl
60503            ! ext/Opcode/Opcode.xs
60504 ____________________________________________________________________________
60505 [  6284] By: gsar                                  on 2000/06/30  01:54:54
60506         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
60507              about Windows
60508      Branch: perl
60509            ! pod/perlembed.pod
60510 ____________________________________________________________________________
60511 [  6283] By: jhi                                   on 2000/06/30  01:50:10
60512         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
60513              From: Barrie Slaymaker <barries@jester.slaysys.com>
60514              Date: Wed, 28 Jun 2000 11:35:29 -0400
60515              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
60516      Branch: perl
60517            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
60518            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
60519            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
60520            ! lib/File/Spec/Win32.pm
60521 ____________________________________________________________________________
60522 [  6282] By: jhi                                   on 2000/06/29  22:57:22
60523         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
60524              From: Dan Sugalski <dan@sidhe.org>
60525              Date: Tue, 06 Jun 2000 11:59:50 -0400
60526              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
60527      Branch: cfgperl
60528            ! vms/vms.c
60529 ____________________________________________________________________________
60530 [  6281] By: jhi                                   on 2000/06/29  22:52:50
60531         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
60532              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
60533              Date: Wed, 7 Jun 2000 04:02:04 -0500
60534              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
60535      Branch: cfgperl
60536            ! utils/h2xs.PL
60537 ____________________________________________________________________________
60538 [  6280] By: jhi                                   on 2000/06/29  22:45:47
60539         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
60540              From: rspier@pobox.com (Robert Spier)
60541              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
60542              Message-ID: <14654.31913.845602.610277@rls.cx>
60543      Branch: cfgperl
60544            ! utils/h2xs.PL
60545 ____________________________________________________________________________
60546 [  6279] By: jhi                                   on 2000/06/29  22:38:16
60547         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
60548              From: Tim Ayers <tayers@bridge.com>
60549              Date: Thu, 08 Jun 2000 08:11:06 +0200
60550              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
60551              [resent by Richard Foley, Message-Id probably wrong]
60552      Branch: cfgperl
60553            ! pod/perlsub.pod
60554 ____________________________________________________________________________
60555 [  6278] By: jhi                                   on 2000/06/29  22:21:45
60556         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
60557              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
60558              Date: Fri, 09 Jun 2000 12:39:27 -0400
60559              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
60560              (plus update the version "number" of Text::Wrap)
60561      Branch: cfgperl
60562            ! lib/Text/Wrap.pm
60563 ____________________________________________________________________________
60564 [  6277] By: jhi                                   on 2000/06/29  22:13:10
60565         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
60566              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
60567              Date: Mon, 12 Jun 2000 14:55:59 +0100
60568              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
60569      Branch: cfgperl
60570            ! pod/perlfunc.pod
60571 ____________________________________________________________________________
60572 [  6276] By: jhi                                   on 2000/06/29  22:11:06
60573         Log: Subject: [PATCH] Re: eval documentation: context
60574              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
60575              Date: Mon, 12 Jun 2000 15:07:29 +0100
60576              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
60577      Branch: cfgperl
60578            ! pod/perlfunc.pod
60579 ____________________________________________________________________________
60580 [  6275] By: jhi                                   on 2000/06/29  21:59:46
60581         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
60582              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
60583              Date: Tue, 13 Jun 2000 02:43:48 -0500
60584              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
60585      Branch: cfgperl
60586            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
60587 ____________________________________________________________________________
60588 [  6274] By: jhi                                   on 2000/06/29  21:56:14
60589         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
60590              From: Andy Dougherty <doughera@lafayette.edu>
60591              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
60592              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
60593      Branch: cfgperl
60594            ! ext/File/Glob/Glob.pm
60595 ____________________________________________________________________________
60596 [  6273] By: jhi                                   on 2000/06/29  21:49:09
60597         Log: Subject: [PATCH] xsub attributes
60598              From: Doug MacEachern <dougm@covalent.net>
60599              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
60600              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
60601      Branch: cfgperl
60602            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
60603            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
60604 ____________________________________________________________________________
60605 [  6272] By: jhi                                   on 2000/06/29  21:41:28
60606         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
60607              From: Tom Phoenix <rootbeer@redcat.com>
60608              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
60609              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
60610      Branch: cfgperl
60611            ! lib/Net/Ping.pm
60612 ____________________________________________________________________________
60613 [  6271] By: jhi                                   on 2000/06/29  21:36:55
60614         Log: Subject: PATCH pod/perltie.pod
60615              From: Ian Phillipps <Ian.Phillipps@iname.com>
60616              Date: Fri, 16 Jun 2000 00:17:19 +0100
60617              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
60618              (only the first hunk, the second hunk had already been done
60619              by some other patch)
60620      Branch: cfgperl
60621            ! pod/perltie.pod
60622 ____________________________________________________________________________
60623 [  6270] By: jhi                                   on 2000/06/29  21:24:51
60624         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
60625              From: Nicholas Clark <nick@talking.bollo.cx>
60626              Date: Fri, 23 Jun 2000 16:21:15 +0100
60627              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
60628      Branch: cfgperl
60629            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
60630            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
60631 ____________________________________________________________________________
60632 [  6269] By: jhi                                   on 2000/06/29  19:38:15
60633         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
60634              silence few compiler warnings.
60635      Branch: cfgperl
60636            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
60637 ____________________________________________________________________________
60638 [  6268] By: jhi                                   on 2000/06/29  18:21:50
60639         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
60640              From: Dominic Dunlop <domo@computer.org> 
60641              Date: Thu, 29 Jun 2000 12:32:39 +0200 
60642              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
60643      Branch: cfgperl
60644            ! t/op/sprintf.t
60645 ____________________________________________________________________________
60646 [  6267] By: jhi                                   on 2000/06/29  18:16:07
60647         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
60648              From: Doug MacEachern <dougm@covalent.net>
60649              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
60650              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
60651      Branch: cfgperl
60652            + t/op/method2entersub.t
60653            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
60654            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
60655            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
60656            ! xsutils.c
60657 ____________________________________________________________________________
60658 [  6266] By: jhi                                   on 2000/06/29  15:11:15
60659         Log: Subject: [PATCH 5.6.0] cygwin port
60660              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
60661              From: "Fifer, Eric" <EFifer@sanwaint.com>
60662              Date: Thu, 29 Jun 2000 12:58:29 +0100
60663      Branch: cfgperl
60664            ! cygwin/Makefile.SHs
60665 ____________________________________________________________________________
60666 [  6265] By: jhi                                   on 2000/06/29  15:04:05
60667         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
60668              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
60669              Date: Wed, 28 Jun 2000 17:50:12 -0700
60670              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
60671      Branch: cfgperl
60672            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
60673 ____________________________________________________________________________
60674 [  6264] By: jhi                                   on 2000/06/29  15:00:57
60675         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
60676              From: Marty Lucich <marty@netcom.com>
60677              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
60678              Message-Id: <200006282116.OAA11148@netcom.com>
60679              ccdlflags update (the BSD/OS 4.1 part had already been taken
60680              care of by #6141).
60681      Branch: cfgperl
60682            ! hints/bsdos.sh
60683 ____________________________________________________________________________
60684 [  6263] By: jhi                                   on 2000/06/29  13:47:44
60685         Log: tr fixes from Simon Cozens
60686      Branch: cfgperl
60687            ! doop.c
60688 ____________________________________________________________________________
60689 [  6262] By: jhi                                   on 2000/06/28  18:46:01
60690         Log: Subject: 5.6.0 Patch for EPOC
60691              From: Olaf Flebbe <o.flebbe@gmx.de>
60692              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
60693              Message-ID: <23449.960929969@www11.gmx.net>
60694      Branch: cfgperl
60695            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
60696            ! epoc/epocish.h
60697 ____________________________________________________________________________
60698 [  6261] By: jhi                                   on 2000/06/28  18:29:07
60699         Log: Subject: Re: [PATCH cfgperl] BOMs away!
60700              From: simon@brecon.co.uk (Simon Cozens)
60701              Date: 17 Jun 2000 11:49:57 GMT
60702              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
60703      Branch: cfgperl
60704            ! pod/perldiag.pod t/comp/require.t toke.c
60705 ____________________________________________________________________________
60706 [  6260] By: jhi                                   on 2000/06/28  17:47:16
60707         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
60708              From: simon@brecon.co.uk (Simon Cozens) 
60709              Date: 17 Jun 2000 11:56:44 GMT 
60710              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
60711              pack U0, pack C0
60712      Branch: cfgperl
60713            ! pod/perlfunc.pod pp.c t/op/pack.t
60714 ____________________________________________________________________________
60715 [  6259] By: jhi                                   on 2000/06/28  16:43:17
60716         Log: perlnewmod was missing from MANIFEST.
60717      Branch: cfgperl
60718            ! MANIFEST
60719 ____________________________________________________________________________
60720 [  6258] By: jhi                                   on 2000/06/28  15:54:30
60721         Log: linenumber tweak
60722      Branch: cfgperl
60723            ! t/pragma/warn/regcomp
60724 ____________________________________________________________________________
60725 [  6257] By: jhi                                   on 2000/06/28  15:50:44
60726         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
60727              From: Doug MacEachern <dougm@covalent.net>
60728              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
60729              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
60730              (one part of the patch had been applied earlier)
60731      Branch: cfgperl
60732            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
60733 ____________________________________________________________________________
60734 [  6256] By: jhi                                   on 2000/06/28  15:40:22
60735         Log: tweaks from Simon Cozens to further fix tr/// under utf8
60736      Branch: cfgperl
60737            ! doop.c
60738 ____________________________________________________________________________
60739 [  6255] By: jhi                                   on 2000/06/28  15:33:45
60740         Log: small thinko tweaks
60741      Branch: cfgperl
60742            ! lib/IPC/Open3.pm t/op/my_stash.t
60743 ____________________________________________________________________________
60744 [  6254] By: jhi                                   on 2000/06/28  15:33:25
60745         Log: Subject: tr///, help wanted.
60746              From: simon@brecon.co.uk (Simon Cozens)
60747              Date: 28 Jun 2000 11:29:04 GMT
60748              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
60749      Branch: cfgperl
60750            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
60751            ! pp_proto.h proto.h t/op/tr.t
60752 ____________________________________________________________________________
60753 [  6253] By: jhi                                   on 2000/06/28  15:09:17
60754         Log: Paranoia tweak on #6249.
60755              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
60756              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
60757              Date: Sun, 25 Jun 2000 23:43:12 -0400
60758              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
60759      Branch: cfgperl
60760            ! lib/IPC/Open3.pm
60761 ____________________________________________________________________________
60762 [  6252] By: jhi                                   on 2000/06/28  15:01:38
60763         Log: Document #6249 and #6251.
60764      Branch: cfgperl
60765            ! lib/Exporter.pm lib/IPC/Open3.pm
60766 ____________________________________________________________________________
60767 [  6251] By: jhi                                   on 2000/06/28  14:50:43
60768         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
60769              From: Doug MacEachern <dougm@covalent.net>
60770              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
60771              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
60772      Branch: cfgperl
60773            ! lib/Exporter.pm
60774 ____________________________________________________________________________
60775 [  6250] By: jhi                                   on 2000/06/28  14:45:23
60776         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
60777              From: Doug MacEachern <dougm@covalent.net>
60778              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
60779              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
60780      Branch: cfgperl
60781            + t/op/my_stash.t
60782            ! MANIFEST embed.pl global.sym proto.h toke.c
60783 ____________________________________________________________________________
60784 [  6249] By: jhi                                   on 2000/06/28  14:36:34
60785         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
60786              From: Frank Tobin <ftobin@uiuc.edu>
60787              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
60788              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
60789      Branch: cfgperl
60790            ! lib/IPC/Open3.pm
60791 ____________________________________________________________________________
60792 [  6248] By: jhi                                   on 2000/06/28  14:11:25
60793         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
60794              From: Mark-Jason Dominus <mjd@plover.com>
60795              Date: Tue, 27 Jun 2000 22:36:42 -0400
60796              Message-ID: <20000628023642.12166.qmail@plover.com>
60797      Branch: cfgperl
60798            ! pod/perlfunc.pod
60799 ____________________________________________________________________________
60800 [  6247] By: jhi                                   on 2000/06/27  12:46:37
60801         Log: Tweak $VERSION, patch from Doug MacEachern.
60802      Branch: cfgperl
60803            ! lib/File/Spec.pm
60804 ____________________________________________________________________________
60805 [  6246] By: jhi                                   on 2000/06/27  03:34:46
60806         Log: Allow for standalone testing.
60807      Branch: cfgperl
60808            ! t/lib/filefunc.t t/lib/filespec.t
60809 ____________________________________________________________________________
60810 [  6245] By: jhi                                   on 2000/06/27  02:50:02
60811         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
60812              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
60813              Date: Sat, 24 Jun 2000 13:06:20 +0100
60814              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
60815      Branch: cfgperl
60816            ! ext/DynaLoader/DynaLoader_pm.PL
60817 ____________________________________________________________________________
60818 [  6244] By: jhi                                   on 2000/06/27  02:46:10
60819         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
60820              From: Doug MacEachern <dougm@covalent.net>
60821              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
60822              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
60823      Branch: cfgperl
60824            ! gv.c sv.c t/lib/peek.t
60825 ____________________________________________________________________________
60826 [  6243] By: jhi                                   on 2000/06/27  02:38:07
60827         Log: Subject: [PATCH] is_utf8_string
60828              From: simon@brecon.co.uk (Simon Cozens)
60829              Date: 26 Jun 2000 02:25:59 GMT
60830              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
60831      Branch: cfgperl
60832            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
60833            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
60834            ! proto.h utf8.c
60835 ____________________________________________________________________________
60836 [  6242] By: jhi                                   on 2000/06/27  02:24:00
60837         Log: Subject: [PATCH] bytes<->utf8 fixes
60838              From: simon@brecon.co.uk (Simon Cozens)
60839              Date: 26 Jun 2000 04:55:45 GMT
60840              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
60841      Branch: cfgperl
60842            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
60843 ____________________________________________________________________________
60844 [  6241] By: jhi                                   on 2000/06/27  02:12:42
60845         Log: Do no -warn on \_, only on \alpha.
60846              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
60847              From: David Dyck <dcd@tc.fluke.com>
60848              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
60849              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
60850      Branch: cfgperl
60851            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
60852 ____________________________________________________________________________
60853 [  6240] By: jhi                                   on 2000/06/27  02:00:01
60854         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
60855              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
60856              Date: Mon, 26 Jun 2000 18:40:14 +0100
60857              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
60858      Branch: cfgperl
60859            ! utils/h2xs.PL
60860 ____________________________________________________________________________
60861 [  6239] By: jhi                                   on 2000/06/27  01:53:40
60862         Log: Configure maintenance.  Sever some dependency cycles,
60863              separate gccversion from the cc unit,
60864              address [ID 20000623.006] Configure script patch for using gcc on AIX
60865              (but solve it a little bit differently),
60866              unduplex some accidentally duplicated units,
60867              suggest using gcc if no cc available
60868              (p5p thread: "Solaris configure: counterproposal", 1999-09)
60869      Branch: cfgperl
60870            ! Configure Todo-5.6 config_h.SH
60871      Branch: metaconfig
60872            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
60873            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
60874      Branch: metaconfig/U/perl
60875            + gccvers.U
60876            ! d_getespwnam.U d_getprpwnam.U i_prot.U
60877 ____________________________________________________________________________
60878 [  6238] By: jhi                                   on 2000/06/25  18:04:56
60879         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
60880              From: Dan Sugalski <dan@sidhe.org>
60881              Date: Fri, 23 Jun 2000 17:00:00 -0400
60882              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
60883      Branch: cfgperl
60884            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
60885 ____________________________________________________________________________
60886 [  6237] By: jhi                                   on 2000/06/25  16:36:45
60887         Log: Tweak embed.pl, regen headers.
60888      Branch: cfgperl
60889            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
60890            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
60891            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
60892            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
60893            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
60894 ____________________________________________________________________________
60895 [  6236] By: jhi                                   on 2000/06/25  15:26:42
60896         Log: Regen headers.
60897      Branch: cfgperl
60898            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
60899            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
60900            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
60901            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
60902            ! regnodes.h warnings.h
60903 ____________________________________________________________________________
60904 [  6235] By: jhi                                   on 2000/06/23  19:39:35
60905         Log: The thread begun by
60906              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
60907              From: Kevin.Ruscoe@ubsw.com
60908              Date: Fri, 16 Jun 2000 16:38:51 +0100
60909              Message-Id: <H000019b03c300d6@MHS>
60910      Branch: cfgperl
60911            ! hints/solaris_2.sh
60912 ____________________________________________________________________________
60913 [  6234] By: jhi                                   on 2000/06/23  19:23:36
60914         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
60915              because when run as services (Win32ese for daemons)
60916              no environment variables are set and tmpdir ends up as /tmp,
60917              which is ambiguous.
60918              
60919              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
60920              From: matt@sergeant.org
60921              Date: 16 Jun 2000 16:30:43 -0000
60922              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
60923      Branch: cfgperl
60924            ! lib/File/Spec/Win32.pm
60925 ____________________________________________________________________________
60926 [  6233] By: jhi                                   on 2000/06/23  19:18:58
60927         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
60928              From: Mark-Jason Dominus <mjd@plover.com>
60929              Date: Fri, 16 Jun 2000 20:53:04 -0400
60930              Message-ID: <20000617005304.8008.qmail@plover.com>
60931      Branch: cfgperl
60932            ! op.h
60933 ____________________________________________________________________________
60934 [  6232] By: jhi                                   on 2000/06/23  16:10:02
60935         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
60936              From: simon@brecon.co.uk (Simon Cozens)
60937              Date: 19 Jun 2000 15:18:27 GMT
60938              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
60939              
60940              plus update pod/Makefile and regenerate perltoc
60941      Branch: cfgperl
60942            + pod/perlutil.pod
60943            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
60944 ____________________________________________________________________________
60945 [  6231] By: jhi                                   on 2000/06/23  15:19:18
60946         Log: Subject: [PATCH 5.6.0] cygwin port
60947              From: "Fifer, Eric" <EFifer@sanwaint.com>
60948              Date: Tue, 20 Jun 2000 14:30:58 +0100
60949              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
60950      Branch: cfgperl
60951            ! README.cygwin lib/File/Find.pm
60952 ____________________________________________________________________________
60953 [  6230] By: jhi                                   on 2000/06/23  14:25:21
60954         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
60955      Branch: cfgperl
60956            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
60957            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
60958            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
60959            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
60960 ____________________________________________________________________________
60961 [  6229] By: jhi                                   on 2000/06/23  14:13:34
60962         Log: Subject: README.hpux version 0.6.1
60963              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
60964              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
60965              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
60966      Branch: cfgperl
60967            ! README.hpux
60968 ____________________________________________________________________________
60969 [  6228] By: jhi                                   on 2000/06/23  14:07:20
60970         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
60971              From: Doug MacEachern <dougm@covalent.net>
60972              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
60973              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
60974      Branch: cfgperl
60975            ! op.c
60976 ____________________________________________________________________________
60977 [  6227] By: jhi                                   on 2000/06/23  14:01:06
60978         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
60979              From: Doug MacEachern <dougm@covalent.net>
60980              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
60981              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
60982      Branch: cfgperl
60983            + lib/lib.pm.PL
60984            - lib/lib.pm
60985            ! MANIFEST Makefile.SH
60986 ____________________________________________________________________________
60987 [  6226] By: jhi                                   on 2000/06/23  13:53:07
60988         Log: Subject: [PATCH] remove forward declarations in Socket.pm
60989              From: Doug MacEachern <dougm@covalent.net>
60990              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
60991              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
60992              
60993              From: Doug MacEachern <dougm@covalent.net>
60994              Subject: Re: [PATCH] remove forward declarations in Socket.pm
60995              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
60996              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
60997      Branch: cfgperl
60998            ! ext/Socket/Socket.pm op.c
60999 ____________________________________________________________________________
61000 [  6225] By: jhi                                   on 2000/06/23  13:41:52
61001         Log: Add source code filenames to apidoc.
61002              From: simon@brecon.co.uk (Simon Cozens)
61003              Subject: [PATCH embed.pl] Source X-ref
61004              Date: 22 Jun 2000 02:18:49 GMT
61005              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
61006      Branch: cfgperl
61007            ! embed.pl
61008 ____________________________________________________________________________
61009 [  6224] By: jhi                                   on 2000/06/23  13:32:33
61010         Log: A way to avoid English.pm performance hit.
61011              From: root <root@jester.slaysys.com>
61012              Subject: [YAPATCH English.pm] My turn to putt again
61013              Date: Thu, 22 Jun 2000 20:33:58 -0400
61014              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
61015      Branch: cfgperl
61016            ! lib/English.pm t/lib/english.t
61017 ____________________________________________________________________________
61018 [  6223] By: jhi                                   on 2000/06/23  13:27:06
61019         Log: Avoid double close().
61020              Subject: [PATCH] avoid double close()
61021              From: Doug MacEachern <dougm@covalent.net>
61022              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
61023              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
61024      Branch: cfgperl
61025            ! doio.c
61026 ____________________________________________________________________________
61027 [  6222] By: jhi                                   on 2000/06/23  13:25:54
61028         Log: doc typo fix
61029              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
61030              From: Ian Phillipps <Ian.Phillipps@iname.com>
61031              Date: Fri, 23 Jun 2000 10:40:58 +0100
61032              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
61033      Branch: cfgperl
61034            ! lib/Pod/Usage.pm
61035 ____________________________________________________________________________
61036 [  6221] By: jhi                                   on 2000/06/23  13:24:15
61037         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
61038              From: simon@brecon.co.uk (Simon Cozens)
61039              Subject: [PATCH] Eliminate tr///[CU][CU]
61040              Date: 23 Jun 2000 11:05:40 GMT
61041              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
61042      Branch: cfgperl
61043            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
61044 ____________________________________________________________________________
61045 [  6220] By: jhi                                   on 2000/06/22  16:07:51
61046         Log: Win32 patches from Benjamin Stuhl.
61047      Branch: cfgperl
61048            ! makedef.pl win32/win32.h
61049 ____________________________________________________________________________
61050 [  6219] By: jhi                                   on 2000/06/22  16:06:34
61051         Log: Bytecode patches from Benjamin Stuhl.
61052      Branch: cfgperl
61053            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
61054            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
61055            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
61056 ____________________________________________________________________________
61057 [  6218] By: jhi                                   on 2000/06/15  23:54:16
61058         Log: Bytecode patches from Benjamin Stuhl.
61059      Branch: cfgperl
61060            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
61061 ____________________________________________________________________________
61062 [  6217] By: jhi                                   on 2000/06/09  13:38:29
61063         Log: Rename the fdpid locking and integrate with Sarathy.
61064      Branch: cfgperl
61065            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
61066            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
61067            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
61068            ! win32/win32.c
61069           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
61070 ____________________________________________________________________________
61071 [  6216] By: gsar                                  on 2000/06/08  14:54:21
61072         Log: be more optimal about clearing @_
61073      Branch: perl
61074            ! cop.h
61075 ____________________________________________________________________________
61076 [  6215] By: gsar                                  on 2000/06/08  14:33:04
61077         Log: tweak comment about @DB::args
61078      Branch: perl
61079            ! av.h pp_ctl.c
61080 ____________________________________________________________________________
61081 [  6214] By: gsar                                  on 2000/06/08  13:57:54
61082         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
61083              caller() wants to populate @DB::args with it (causes a coredump
61084              in Carp::confess())
61085      Branch: perl
61086            ! cop.h t/op/runlevel.t
61087 ____________________________________________________________________________
61088 [  6213] By: gsar                                  on 2000/06/08  07:06:35
61089         Log: back out change#6106 (seems problematic)
61090      Branch: perl
61091            ! hints/solaris_2.sh
61092 ____________________________________________________________________________
61093 [  6212] By: jhi                                   on 2000/06/07  03:10:36
61094         Log: Continuing mopup for #6204.
61095      Branch: cfgperl
61096            ! ext/B/defsubs_h.PL
61097 ____________________________________________________________________________
61098 [  6211] By: jhi                                   on 2000/06/07  02:41:50
61099         Log: Mopup for #6204.
61100              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
61101              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
61102              This is comes from const() where POK isn't on when expected.
61103      Branch: cfgperl
61104            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
61105            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
61106            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
61107            ! perlapi.h pod/perlapi.pod
61108 ____________________________________________________________________________
61109 [  6210] By: jhi                                   on 2000/06/07  01:56:29
61110         Log: Mopup for #6207 and #6209.
61111      Branch: cfgperl
61112            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
61113 ____________________________________________________________________________
61114 [  6209] By: jhi                                   on 2000/06/07  01:33:12
61115         Log: Lock PL_fdpid against race conditions, based on:
61116              Subject: [PATCH 5.6.0]subprocess fixup for threads
61117              From: Dan Sugalski <dan@sidhe.org>
61118              To: perl5-porters@perl.org
61119              Date: Tue, 11 Apr 2000 17:02:32 -0400
61120              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
61121      Branch: cfgperl
61122            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
61123            ! win32/win32.c
61124 ____________________________________________________________________________
61125 [  6208] By: jhi                                   on 2000/06/07  01:05:23
61126         Log: Regen headers for #6207.
61127      Branch: cfgperl
61128            ! embed.h global.sym objXSUB.h proto.h
61129 ____________________________________________________________________________
61130 [  6207] By: jhi                                   on 2000/06/06  23:43:13
61131         Log: Subject: [PATCH 5.6.0] Threadsafe patches
61132              From: Dan Sugalski <dan@sidhe.org>
61133              To: perl5-porters@perl.org
61134              Date: Mon, 08 May 2000 18:08:13 -0400
61135              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
61136      Branch: cfgperl
61137            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
61138            ! proto.h sv.h util.c
61139 ____________________________________________________________________________
61140 [  6206] By: jhi                                   on 2000/06/06  23:21:23
61141         Log: Subject: [PATCH] Eliminate $a/$b in pod
61142              From: David Glasser <me@davidglasser.net>
61143              To: perl5-porters@perl.org
61144              Date: Mon, 29 May 2000 21:15:59 -0400
61145              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
61146      Branch: cfgperl
61147            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
61148            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
61149            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
61150            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
61151            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
61152            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
61153            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
61154            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
61155            ! pod/perlvar.pod pod/perlxs.pod
61156 ____________________________________________________________________________
61157 [  6205] By: jhi                                   on 2000/06/06  23:12:14
61158         Log: Subject: [PATCH] Win32 improvements
61159              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
61160              To: gsar@activestate.com, perl5-porters@perl.org
61161              Date: Mon, 29 May 2000 17:22:24 PDT
61162              Message-ID: <20000530002224.91142.qmail@hotmail.com>
61163              (MUA had mangled many lines by wordwrapping)
61164      Branch: cfgperl
61165            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
61166 ____________________________________________________________________________
61167 [  6204] By: jhi                                   on 2000/06/06  23:01:50
61168         Log: Subject: [PATCH] B::Bytecode patches
61169              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
61170              To: gsar@activestate.com, jhi@iki.fi
61171              Cc: perl5-porters@perl.org
61172              Message-ID: <20000602202526.48694.qmail@hotmail.com>
61173              (MUA had mangled many lines by wordwrapping)
61174      Branch: cfgperl
61175            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
61176            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
61177            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
61178            ! intrpvar.h perl.c
61179 ____________________________________________________________________________
61180 [  6203] By: jhi                                   on 2000/06/06  22:32:43
61181         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
61182              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
61183              Date: Tue, 06 Jun 2000 13:07:45 -0700
61184              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
61185      Branch: cfgperl
61186            ! pod/perldiag.pod
61187 ____________________________________________________________________________
61188 [  6202] By: jhi                                   on 2000/06/06  19:38:35
61189         Log: Integrate with Sarathy.
61190      Branch: cfgperl
61191           !> perl.c
61192 ____________________________________________________________________________
61193 [  6201] By: gsar                                  on 2000/06/06  00:42:59
61194         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
61195              does a PUSHMARK that's never ever POPMARKed; in general, only
61196              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
61197              Perl_eval_[sp]v() don't because they don't take any incoming
61198              arguments (this leak has been around since the original version
61199              of perl_eval_pv() in 5.003_97e)
61200      Branch: perl
61201            ! perl.c
61202 ____________________________________________________________________________
61203 [  6200] By: jhi                                   on 2000/06/04  03:44:52
61204         Log: Update to cperl-mode.el 4.31 from
61205              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
61206              Subject: A couple of notes
61207              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
61208              To: Mailing list Perl5 <perl5-porters@perl.org>
61209              Date: Sat, 3 Jun 2000 23:33:32 -0400
61210              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
61211      Branch: cfgperl
61212            ! emacs/cperl-mode.el
61213 ____________________________________________________________________________
61214 [  6199] By: jhi                                   on 2000/06/03  15:11:05
61215         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
61216              From: Dan Sugalski <dan@sidhe.org>
61217              To: perl5-porters@perl.org, vmsperl@perl.org
61218              Date: Fri, 02 Jun 2000 17:30:51 -0400
61219              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
61220      Branch: cfgperl
61221            ! vms/descrip_mms.template vms/gen_shrfls.pl
61222 ____________________________________________________________________________
61223 [  6198] By: jhi                                   on 2000/06/03  14:59:15
61224         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
61225              From: Dan Sugalski <dan@sidhe.org>
61226              To: vmsperl@perl.org, perl5-porters@perl.org
61227              Date: Fri, 02 Jun 2000 16:00:41 -0400
61228              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
61229              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
61230      Branch: cfgperl
61231            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
61232            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
61233            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
61234 ____________________________________________________________________________
61235 [  6197] By: jhi                                   on 2000/06/03  14:41:30
61236         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
61237              From: John Borwick <jhborwic@unity.ncsu.edu>
61238              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
61239              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
61240      Branch: cfgperl
61241            ! pod/perlsyn.pod
61242 ____________________________________________________________________________
61243 [  6196] By: jhi                                   on 2000/06/03  14:38:09
61244         Log: Integrate with Sarathy.
61245      Branch: cfgperl
61246           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
61247           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
61248           !> vms/perly_c.vms
61249 ____________________________________________________________________________
61250 [  6195] By: gsar                                  on 2000/06/02  22:43:13
61251         Log: fix yet another eval"" leak under USE_ITHREADS
61252      Branch: perl
61253            ! op.c
61254 ____________________________________________________________________________
61255 [  6194] By: gsar                                  on 2000/06/02  18:22:06
61256         Log: fix small eval"" memory leaks under USE_ITHREADS
61257      Branch: perl
61258            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
61259            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
61260            ! vms/perly_c.vms
61261 ____________________________________________________________________________
61262 [  6193] By: jhi                                   on 2000/06/01  13:03:56
61263         Log: Signals-be-gone for microperl.
61264      Branch: cfgperl
61265            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
61266 ____________________________________________________________________________
61267 [  6192] By: jhi                                   on 2000/06/01  12:52:02
61268         Log: Integrate with Sarathy.
61269      Branch: cfgperl
61270           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
61271           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
61272           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
61273           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
61274           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
61275           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
61276           !> t/op/vec.t utils/h2xs.PL
61277 ____________________________________________________________________________
61278 [  6191] By: gsar                                  on 2000/06/01  09:38:21
61279         Log: vec() loses numericalness (modified version of patch suggested
61280              by Robin Barker)
61281      Branch: perl
61282            ! doop.c t/op/vec.t
61283 ____________________________________________________________________________
61284 [  6190] By: gsar                                  on 2000/06/01  09:26:15
61285         Log: submit missing embed.pl change
61286      Branch: perl
61287            ! embed.pl
61288 ____________________________________________________________________________
61289 [  6189] By: gsar                                  on 2000/06/01  09:05:34
61290         Log: counting tr/// corrupts later operation (from M.J.T Guy)
61291      Branch: perl
61292            ! doop.c t/op/tr.t
61293 ____________________________________________________________________________
61294 [  6188] By: gsar                                  on 2000/06/01  08:58:39
61295         Log: h2xs tweaks
61296      Branch: perl
61297            ! utils/h2xs.PL
61298 ____________________________________________________________________________
61299 [  6187] By: gsar                                  on 2000/06/01  08:50:07
61300         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
61301              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
61302      Branch: perl
61303            + lib/Pod/LaTeX.pm
61304            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
61305            ! pod/pod2latex.PL
61306 ____________________________________________________________________________
61307 [  6186] By: gsar                                  on 2000/06/01  08:24:40
61308         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
61309              <wolfgang.laun@alcatel.at>)
61310      Branch: perl
61311            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
61312            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
61313 ____________________________________________________________________________
61314 [  6185] By: gsar                                  on 2000/06/01  08:12:00
61315         Log: remove incorrect documentation about implicit split to @_ in
61316              list context, which never really worked in perl 5 (from
61317              M.J.T. Guy)
61318      Branch: perl
61319            ! pod/perlfunc.pod pod/perltrap.pod
61320 ____________________________________________________________________________
61321 [  6184] By: gsar                                  on 2000/06/01  07:52:27
61322         Log: tweak for change#6127
61323      Branch: perl
61324            ! perl.c
61325 ____________________________________________________________________________
61326 [  6183] By: gsar                                  on 2000/06/01  07:41:02
61327         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
61328              <nick@ccl4.org>)
61329      Branch: perl
61330            + t/lib/selfloader.t
61331            ! MANIFEST lib/SelfLoader.pm
61332 ____________________________________________________________________________
61333 [  6182] By: jhi                                   on 2000/06/01  00:34:42
61334         Log: Be Cleaner Part Deux.
61335      Branch: cfgperl
61336            ! Makefile.SH
61337 ____________________________________________________________________________
61338 [  6181] By: jhi                                   on 2000/06/01  00:32:09
61339         Log: Integrate with Sarathy.
61340      Branch: cfgperl
61341           !> pp.c t/op/arith.t
61342 ____________________________________________________________________________
61343 [  6180] By: jhi                                   on 2000/06/01  00:31:13
61344         Log: microperl nits from Simon Cozens.
61345      Branch: cfgperl
61346            + uconfig.h
61347            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
61348            ! unixish.h
61349 ____________________________________________________________________________
61350 [  6179] By: gsar                                  on 2000/05/31  22:37:51
61351         Log: buggy modulus on UVs introduced by change#3378 (resulted in
61352              4063328477 % 65535 amounting to 27406, instead of 27407)
61353      Branch: perl
61354            ! pp.c t/op/arith.t
61355 ____________________________________________________________________________
61356 [  6178] By: jhi                                   on 2000/05/31  21:52:41
61357         Log: Be cleaner.
61358      Branch: cfgperl
61359            ! Makefile.SH
61360 ____________________________________________________________________________
61361 [  6177] By: jhi                                   on 2000/05/31  21:47:33
61362         Log: Substitution utf8 patch from Simon Cozens.
61363      Branch: cfgperl
61364            ! pp_hot.c
61365 ____________________________________________________________________________
61366 [  6176] By: jhi                                   on 2000/05/31  21:45:34
61367         Log: Single-quoted utf8 patch from Simon Cozens.
61368      Branch: cfgperl
61369            ! toke.c
61370 ____________________________________________________________________________
61371 [  6175] By: jhi                                   on 2000/05/31  21:40:18
61372         Log: Integrate with Sarathy.
61373      Branch: cfgperl
61374           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
61375 ____________________________________________________________________________
61376 [  6174] By: jhi                                   on 2000/05/31  21:37:31
61377         Log: microperl changes from Simon Cozens; Makefile for microperl
61378              written from scratch; few casts added as microperl compilation
61379              doesn't have all prototypes available.
61380      Branch: cfgperl
61381            + Makefile.micro README.micro Todo.micro uconfig.sh
61382            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
61383            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
61384      Branch: metaconfig
61385            + U/modified/Config_h.U
61386 ____________________________________________________________________________
61387 [  6173] By: jhi                                   on 2000/05/31  20:00:24
61388         Log: metaconfig maintenance.
61389      Branch: metaconfig
61390            + U/modified/Inhdr.U U/typedefs/inotype.U
61391      Branch: metaconfig/U/perl
61392            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
61393            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
61394 ____________________________________________________________________________
61395 [  6172] By: gsar                                  on 2000/05/31  05:05:42
61396         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
61397              (from Ilya Zakharevich)
61398      Branch: perl
61399            ! regexec.c t/op/re_tests
61400 ____________________________________________________________________________
61401 [  6171] By: gsar                                  on 2000/05/31  05:01:47
61402         Log: scalar() doesn't force scalar context when used in void context
61403              (from Simon Cozens)
61404      Branch: perl
61405            ! op.c t/op/wantarray.t
61406 ____________________________________________________________________________
61407 [  6170] By: gsar                                  on 2000/05/31  04:41:33
61408         Log: change#6142 needs tweaks to tests to work where there's no symlink()
61409              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
61410      Branch: perl
61411            ! t/lib/filefind.t
61412 ____________________________________________________________________________
61413 [  6169] By: gsar                                  on 2000/05/31  04:29:49
61414         Log: integrate cfgperl contents into mainline
61415      Branch: perl
61416           +> pod/perlmodlib.PL pod/perlnewmod.pod
61417           !> (integrate 42 files)
61418 ____________________________________________________________________________
61419 [  6168] By: jhi                                   on 2000/05/30  22:53:37
61420         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
61421      Branch: cfgperl
61422            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
61423            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
61424            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
61425            ! win32/config.bc win32/config.gc win32/config.vc
61426            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
61427            ! win32/config_h.PL win32/config_sh.PL
61428      Branch: metaconfig/U/perl
61429            ! perlxv.U
61430 ____________________________________________________________________________
61431 [  6167] By: jhi                                   on 2000/05/30  22:20:21
61432         Log: tweak todo 
61433      Branch: cfgperl
61434            ! Todo-5.6
61435 ____________________________________________________________________________
61436 [  6166] By: jhi                                   on 2000/05/30  22:11:51
61437         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
61438              in case somebody wants to write an extension for more
61439              shadow database interfaces.
61440      Branch: cfgperl
61441            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
61442            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
61443            ! vos/config.def vos/config.h vos/config_h.SH_orig
61444            ! win32/config.bc win32/config.gc win32/config.vc
61445            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
61446      Branch: metaconfig
61447            ! U/modified/Myinit.U
61448      Branch: metaconfig/U/perl
61449            + d_getespwnam.U d_getprpwnam.U i_prot.U
61450 ____________________________________________________________________________
61451 [  6165] By: jhi                                   on 2000/05/30  18:35:34
61452         Log: Integrate with Sarathy.
61453      Branch: cfgperl
61454           !> op.c
61455 ____________________________________________________________________________
61456 [  6164] By: jhi                                   on 2000/05/30  18:30:16
61457         Log: detypo
61458      Branch: cfgperl
61459            ! Configure config_h.SH
61460      Branch: metaconfig/U/perl
61461            ! perlxv.U
61462 ____________________________________________________________________________
61463 [  6163] By: gsar                                  on 2000/05/30  03:24:03
61464         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
61465      Branch: perl
61466            ! op.c
61467 ____________________________________________________________________________
61468 [  6162] By: gsar                                  on 2000/05/30  03:09:38
61469         Log: fix memory leak in method call optimization (change#3768);
61470              made C<eval "$x->foo()"> leak
61471      Branch: perl
61472            ! op.c
61473 ____________________________________________________________________________
61474 [  6161] By: jhi                                   on 2000/05/29  17:56:26
61475         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
61476              both from Simon Cozens.
61477      Branch: cfgperl
61478            + pod/perlmodlib.PL pod/perlnewmod.pod
61479            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
61480            ! pod/perlmodlib.pod pod/perltoc.pod
61481 ____________________________________________________________________________
61482 [  6160] By: jhi                                   on 2000/05/29  17:23:55
61483         Log: Changes for the File::Temp 0.08 (change #6159) test suite
61484              to fit better into the Perl distribution test framework.
61485      Branch: cfgperl
61486            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
61487            ! t/lib/ftmp-tempfile.t
61488 ____________________________________________________________________________
61489 [  6159] By: jhi                                   on 2000/05/29  16:55:36
61490         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
61491      Branch: cfgperl
61492            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
61493            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
61494 ____________________________________________________________________________
61495 [  6158] By: bailey                                on 2000/05/29  16:22:08
61496         Log: Add fallback to tmpfile for use in cases where user's relying on
61497              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
61498              Lane's patch)
61499      Branch: vmsperl
61500            ! vms/vms.c vms/vmsish.h
61501 ____________________________________________________________________________
61502 [  6157] By: jhi                                   on 2000/05/29  03:10:36
61503         Log: Regen Configure to jive with #6149.
61504      Branch: cfgperl
61505            ! Configure
61506      Branch: metaconfig
61507            ! U/modified/Getfile.U
61508 ____________________________________________________________________________
61509 [  6156] By: jhi                                   on 2000/05/29  03:01:38
61510         Log: Integrate with Sarathy.
61511      Branch: cfgperl
61512           +> ext/DynaLoader/dl_mac.xs
61513           !> (integrate 38 files)
61514 ____________________________________________________________________________
61515 [  6155] By: gsar                                  on 2000/05/28  21:15:58
61516         Log: small bug in change#6144; remove random \xA0 character that snuck
61517              in via change#6145
61518      Branch: perl
61519            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
61520 ____________________________________________________________________________
61521 [  6154] By: gsar                                  on 2000/05/28  21:04:19
61522         Log: avoid type mismatch warning
61523      Branch: perl
61524            ! perl.c
61525 ____________________________________________________________________________
61526 [  6153] By: gsar                                  on 2000/05/28  20:58:31
61527         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
61528              <nick@Bagpuss.uk.boo.com>)
61529      Branch: perl
61530            ! lib/Test/Harness.pm
61531 ____________________________________________________________________________
61532 [  6152] By: gsar                                  on 2000/05/28  20:53:42
61533         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
61534      Branch: perl
61535            ! regexec.c
61536 ____________________________________________________________________________
61537 [  6151] By: gsar                                  on 2000/05/28  20:50:28
61538         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
61539      Branch: perl
61540            ! regexec.c
61541 ____________________________________________________________________________
61542 [  6150] By: gsar                                  on 2000/05/28  20:39:58
61543         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
61544      Branch: perl
61545            ! pod/perlrequick.pod
61546 ____________________________________________________________________________
61547 [  6149] By: gsar                                  on 2000/05/28  20:35:16
61548         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
61549              <troc@netrus.net>)
61550      Branch: perl
61551            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
61552            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
61553            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
61554            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
61555 ____________________________________________________________________________
61556 [  6148] By: gsar                                  on 2000/05/28  20:21:07
61557         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
61558      Branch: perl
61559            ! lib/ExtUtils/MM_Unix.pm
61560 ____________________________________________________________________________
61561 [  6147] By: gsar                                  on 2000/05/28  20:12:41
61562         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
61563              (from Peter Prymmer)
61564      Branch: perl
61565            ! vms/subconfigure.com
61566 ____________________________________________________________________________
61567 [  6146] By: gsar                                  on 2000/05/28  20:06:15
61568         Log: doc typo
61569      Branch: perl
61570            ! lib/warnings.pm warnings.h warnings.pl
61571 ____________________________________________________________________________
61572 [  6145] By: gsar                                  on 2000/05/28  18:44:33
61573         Log: make xsubpp skip embedded pod (from Matthias Neeracher
61574              <neeri@iis.ee.ethz.ch>)
61575      Branch: perl
61576            ! lib/ExtUtils/xsubpp
61577 ____________________________________________________________________________
61578 [  6144] By: gsar                                  on 2000/05/28  18:42:49
61579         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
61580              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
61581              <neeri@iis.ee.ethz.ch>)
61582      Branch: perl
61583            ! lib/AutoSplit.pm
61584 ____________________________________________________________________________
61585 [  6143] By: gsar                                  on 2000/05/28  18:41:12
61586         Log: MacOS support, part 1 (from Matthias Neeracher
61587              <neeri@iis.ee.ethz.ch>)
61588      Branch: perl
61589            + ext/DynaLoader/dl_mac.xs
61590            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
61591            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
61592            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
61593            ! util.h
61594 ____________________________________________________________________________
61595 [  6142] By: gsar                                  on 2000/05/28  18:21:51
61596         Log: File::Find fails to chdir when chasing symlinks (from
61597              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
61598      Branch: perl
61599            ! lib/File/Find.pm t/lib/filefind.t
61600 ____________________________________________________________________________
61601 [  6141] By: jhi                                   on 2000/05/28  14:25:15
61602         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
61603              forwarded by Peter Seebach from the bsdi-users mailing list.
61604              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
61605      Branch: perl
61606            ! hints/bsdos.sh
61607 ____________________________________________________________________________
61608 [  6140] By: jhi                                   on 2000/05/28  14:11:57
61609         Log: Integrate with Sarathy.
61610      Branch: cfgperl
61611           +> (branch 30 files)
61612           !> (integrate 93 files)
61613 ____________________________________________________________________________
61614 [  6139] By: gsar                                  on 2000/05/28  10:01:48
61615         Log: revise mktables.PL for bugs and newness in Unicode 3.0
61616              (from James Bence <jbence@amgen.com>)
61617      Branch: perl
61618            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
61619            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
61620            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
61621            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
61622            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
61623            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
61624            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
61625            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
61626            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
61627            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
61628            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
61629            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
61630            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
61631            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
61632            + lib/unicode/Is/SylWU.pl
61633            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
61634            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
61635            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
61636            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
61637            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
61638            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
61639            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
61640            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
61641            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
61642            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
61643            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
61644            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
61645            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
61646            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
61647            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
61648            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
61649            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
61650            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
61651            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
61652            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
61653            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
61654            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
61655            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
61656            ! lib/unicode/Makefile lib/unicode/mktables.PL
61657 ____________________________________________________________________________
61658 [  6138] By: gsar                                  on 2000/05/28  08:50:32
61659         Log: add note about the handling of negative indices to tied arrays
61660              (from Michael G Schwern <schwern@pobox.com>)
61661      Branch: perl
61662            ! pod/perltie.pod
61663 ____________________________________________________________________________
61664 [  6137] By: gsar                                  on 2000/05/28  08:46:10
61665         Log: fix bogus redeclaration warning for "our" variables in different
61666              scopes
61667      Branch: perl
61668            ! op.c t/pragma/strict-vars
61669 ____________________________________________________________________________
61670 [  6136] By: gsar                                  on 2000/05/28  08:31:20
61671         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
61672      Branch: perl
61673            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
61674 ____________________________________________________________________________
61675 [  6135] By: gsar                                  on 2000/05/28  08:17:50
61676         Log: enable Test::Harness to dynamically determine column width etc.
61677              (from Rob Napier <rnapier@employees.org>)
61678      Branch: perl
61679            ! lib/Test/Harness.pm
61680 ____________________________________________________________________________
61681 [  6134] By: gsar                                  on 2000/05/28  08:13:39
61682         Log: make Test::Harness use wait.h/WCOREDUMP if available
61683              (from Ben Tilly <ben_tilly@hotmail.com>)
61684      Branch: perl
61685            ! lib/Test/Harness.pm
61686 ____________________________________________________________________________
61687 [  6133] By: gsar                                  on 2000/05/28  08:08:05
61688         Log: elide bogus test in change#6132
61689      Branch: perl
61690            ! t/pragma/warn/9enabled
61691 ____________________________________________________________________________
61692 [  6132] By: gsar                                  on 2000/05/28  08:03:14
61693         Log: warnings::enabled() doesn't fall back to looking at $^W if
61694              caller isn't using lexical warnings (from Paul Marquess)
61695      Branch: perl
61696            ! pp_ctl.c t/pragma/warn/9enabled
61697 ____________________________________________________________________________
61698 [  6131] By: gsar                                  on 2000/05/28  07:57:47
61699         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
61700      Branch: perl
61701            ! ext/POSIX/POSIX.pm
61702 ____________________________________________________________________________
61703 [  6130] By: gsar                                  on 2000/05/28  07:29:12
61704         Log: fix places that mean C<"word" character> but say C<alphanumeric
61705              character>
61706      Branch: perl
61707            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
61708 ____________________________________________________________________________
61709 [  6129] By: gsar                                  on 2000/05/28  07:18:41
61710         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
61711      Branch: perl
61712            ! vms/test.com
61713 ____________________________________________________________________________
61714 [  6128] By: gsar                                  on 2000/05/28  07:12:55
61715         Log: new perlxstut example for passing/returning refs to arrays
61716              (from David Lowe <dlowe@pootpoot.com>)
61717      Branch: perl
61718            ! pod/perlxstut.pod
61719 ____________________________________________________________________________
61720 [  6127] By: gsar                                  on 2000/05/28  07:02:50
61721         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
61722              failed (from Gisle Aas)
61723      Branch: perl
61724            ! cop.h perl.c
61725 ____________________________________________________________________________
61726 [  6126] By: gsar                                  on 2000/05/28  06:39:53
61727         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
61728              (reworked variant of patch suggested by Simon Cozens)
61729      Branch: perl
61730            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
61731            ! pp_hot.c proto.h t/op/gv.t
61732 ____________________________________________________________________________
61733 [  6125] By: gsar                                  on 2000/05/28  05:14:55
61734         Log: enable propagating exception objects via Perl_croak() in XS code
61735              (from Gisle Aas)
61736      Branch: perl
61737            ! util.c
61738 ____________________________________________________________________________
61739 [  6124] By: gsar                                  on 2000/05/28  05:07:28
61740         Log: integrate vmsperl contents into mainline
61741      Branch: perl
61742           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
61743           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
61744           !> vms/vmsish.h
61745 ____________________________________________________________________________
61746 [  6123] By: gsar                                  on 2000/05/28  05:03:53
61747         Log: clarify gotcha with #line directives (from Rocco Caputo
61748              <troc@netrus.net>)
61749      Branch: perl
61750            ! pod/perldebug.pod pod/perlsyn.pod
61751 ____________________________________________________________________________
61752 [  6122] By: gsar                                  on 2000/05/28  04:58:29
61753         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
61754              (from Mark-Jason Dominus)
61755      Branch: perl
61756            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
61757            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
61758            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
61759            ! toke.c
61760 ____________________________________________________________________________
61761 [  6121] By: bailey                                on 2000/05/25  04:46:54
61762         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
61763              lists (based on fixes by Craig Berry)
61764      Branch: vmsperl
61765            ! lib/File/Spec/VMS.pm
61766 ____________________________________________________________________________
61767 [  6120] By: bailey                                on 2000/05/25  04:25:38
61768         Log: Add missing escape (Charles Lane)
61769      Branch: vmsperl
61770            ! t/op/lex_assign.t
61771 ____________________________________________________________________________
61772 [  6119] By: bailey                                on 2000/05/25  04:21:25
61773         Log: Quiet error messages in vmsish.t (Charles Lane)
61774      Branch: vmsperl
61775            ! vms/ext/vmsish.t
61776 ____________________________________________________________________________
61777 [  6118] By: bailey                                on 2000/05/25  04:17:57
61778         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
61779              Flatten case labels in switch statements uniformly (Charles Bailey)
61780      Branch: vmsperl
61781            ! vms/vms.c
61782 ____________________________________________________________________________
61783 [  6117] By: bailey                                on 2000/05/25  03:58:09
61784         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
61785      Branch: vmsperl
61786            ! vms/vmsish.h
61787 ____________________________________________________________________________
61788 [  6116] By: bailey                                on 2000/05/25  03:11:15
61789         Log: Miscellaneous cosmetic fixes (Charles Lane)
61790      Branch: vmsperl
61791            ! lib/ExtUtils/MM_VMS.pm
61792 ____________________________________________________________________________
61793 [  6115] By: bailey                                on 2000/05/25  03:10:36
61794         Log: Add bounds checking for several strings (Charles Lane)
61795      Branch: vmsperl
61796            ! vms/vms.c
61797 ____________________________________________________________________________
61798 [  6114] By: bailey                                on 2000/05/25  02:25:34
61799         Log: Urk -- undo previous removal of vmsish 'exit' change
61800      Branch: vmsperl
61801            ! vms/ext/vmsish.pm vms/vmsish.h
61802 ____________________________________________________________________________
61803 [  6113] By: bailey                                on 2000/05/24  02:24:40
61804         Log: Ugly workaround for version-specific RTL error
61805      Branch: vmsperl
61806            ! vms/vms.c
61807 ____________________________________________________________________________
61808 [  6112] By: bailey                                on 2000/05/24  02:19:55
61809         Log: Check for existence of file before trying to delete
61810      Branch: vmsperl
61811            ! vms/test.com
61812 ____________________________________________________________________________
61813 [  6111] By: bailey                                on 2000/05/23  23:35:13
61814         Log: Resync with mainline prior to post-5.6.0 updates
61815      Branch: vmsperl
61816           +> (branch 49 files)
61817            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
61818            ! vms/ext/vmsish.pm
61819           !> (integrate 334 files)
61820 ____________________________________________________________________________
61821 [  6110] By: jhi                                   on 2000/05/23  19:28:32
61822         Log: todo tweak
61823      Branch: cfgperl
61824            ! Todo-5.6
61825 ____________________________________________________________________________
61826 [  6109] By: jhi                                   on 2000/05/18  17:38:54
61827         Log: Integrate with Sarathy.
61828      Branch: cfgperl
61829           !> mg.c perl.h win32/perlhost.h
61830 ____________________________________________________________________________
61831 [  6108] By: gsar                                  on 2000/05/17  02:24:56
61832         Log: reenable fake signal handling on Windows, bugs and all
61833      Branch: perl
61834            ! mg.c perl.h win32/perlhost.h
61835 ____________________________________________________________________________
61836 [  6107] By: jhi                                   on 2000/05/15  18:01:41
61837         Log: Tweak the todo list.
61838      Branch: cfgperl
61839            ! Todo-5.6
61840 ____________________________________________________________________________
61841 [  6106] By: jhi                                   on 2000/05/15  13:41:48
61842         Log: The (Configure) script refuses to go on, after asking for
61843              'You may also choose to try maximal 64-bitness....'.
61844              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
61845              -- Patrick Zima
61846              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
61847      Branch: cfgperl
61848            ! hints/solaris_2.sh
61849 ____________________________________________________________________________
61850 [  6105] By: jhi                                   on 2000/05/11  14:37:43
61851         Log: Integrate with Sarathy.
61852      Branch: cfgperl
61853           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
61854           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
61855 ____________________________________________________________________________
61856 [  6104] By: gsar                                  on 2000/05/11  03:39:07
61857         Log: PL_sys_intern was being initialized too late on windows
61858      Branch: perl
61859            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
61860            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
61861 ____________________________________________________________________________
61862 [  6103] By: jhi                                   on 2000/05/09  19:42:20
61863         Log: Test tweaking for Unicos continues.
61864      Branch: cfgperl
61865            ! t/op/64bitint.t
61866 ____________________________________________________________________________
61867 [  6102] By: jhi                                   on 2000/05/09  16:47:27
61868         Log: The test suite tweak in #6101 wasn't quite right.
61869      Branch: cfgperl
61870            ! t/lib/complex.t
61871 ____________________________________________________________________________
61872 [  6101] By: jhi                                   on 2000/05/09  15:35:34
61873         Log: Hints and test tweaks for Unicos.
61874      Branch: cfgperl
61875            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
61876 ____________________________________________________________________________
61877 [  6100] By: jhi                                   on 2000/05/08  21:15:06
61878         Log: More compilation tweakery from Allen Smith.
61879      Branch: cfgperl
61880            ! hints/irix_6.sh
61881 ____________________________________________________________________________
61882 [  6099] By: jhi                                   on 2000/05/08  19:21:18
61883         Log: Tweaks for the cc bugs from Allen Smith.
61884      Branch: cfgperl
61885            ! hints/irix_6.sh
61886 ____________________________________________________________________________
61887 [  6098] By: jhi                                   on 2000/05/08  19:13:37
61888         Log: Add a note about other, yet unsupported, shadow password APIs.
61889      Branch: cfgperl
61890            ! pp_sys.c
61891 ____________________________________________________________________________
61892 [  6097] By: jhi                                   on 2000/05/08  18:46:34
61893         Log: Add a note about possible compilation problems from Allen Smith.
61894      Branch: cfgperl
61895            ! hints/irix_6.sh
61896 ____________________________________________________________________________
61897 [  6096] By: jhi                                   on 2000/05/08  17:33:10
61898         Log: Integrate with Sarathy.
61899      Branch: cfgperl
61900           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
61901           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
61902 ____________________________________________________________________________
61903 [  6095] By: jhi                                   on 2000/05/08  16:21:33
61904         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
61905              might be useful in future.
61906      Branch: cfgperl
61907            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
61908            ! config_h.SH
61909      Branch: metaconfig
61910            ! U/installdirs/inc_version_list.U
61911      Branch: metaconfig/U/perl
61912            ! perlxv.U
61913 ____________________________________________________________________________
61914 [  6094] By: gsar                                  on 2000/05/08  14:22:22
61915         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
61916      Branch: perl
61917            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
61918            ! hints/cygwin.sh pp_sys.c
61919 ____________________________________________________________________________
61920 [  6093] By: gsar                                  on 2000/05/08  12:52:28
61921         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
61922              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
61923      Branch: perl
61924            ! pp_sys.c sv.c win32/perlhost.h
61925 ____________________________________________________________________________
61926 [  6092] By: jhi                                   on 2000/05/07  22:40:34
61927         Log: Regen perltoc with the fixed buildtoc.
61928      Branch: cfgperl
61929            ! pod/perltoc.pod
61930 ____________________________________________________________________________
61931 [  6091] By: jhi                                   on 2000/05/07  22:24:16
61932         Log: Integrate with Sarathy.
61933      Branch: cfgperl
61934           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
61935           !> t/op/substr.t toke.c
61936 ____________________________________________________________________________
61937 [  6090] By: gsar                                  on 2000/05/07  19:47:07
61938         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
61939              [NI]OK; added tests for both
61940      Branch: perl
61941            ! perl.c pp_hot.c sv.c t/op/substr.t
61942 ____________________________________________________________________________
61943 [  6089] By: gsar                                  on 2000/05/07  18:18:38
61944         Log: buildtoc tweak to fix newline lossage
61945      Branch: perl
61946            ! pod/buildtoc
61947 ____________________________________________________________________________
61948 [  6088] By: jhi                                   on 2000/05/07  16:35:36
61949         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
61950              because we do not use those.  The HAS_GETSPNAM remains,
61951              though, because we still do use that.
61952      Branch: cfgperl
61953            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
61954            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
61955            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
61956            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
61957            ! win32/config.vc win32/config_H.bc win32/config_H.gc
61958            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
61959 ____________________________________________________________________________
61960 [  6087] By: gsar                                  on 2000/05/07  16:05:16
61961         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
61962      Branch: perl
61963            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
61964 ____________________________________________________________________________
61965 [  6086] By: jhi                                   on 2000/05/07  15:27:07
61966         Log: Integrate with Sarathy.
61967      Branch: cfgperl
61968           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
61969           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
61970           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
61971           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
61972           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
61973           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
61974 ____________________________________________________________________________
61975 [  6085] By: gsar                                  on 2000/05/07  05:52:02
61976         Log: repeat operator (x) doesn't preserve utf8-ness
61977      Branch: perl
61978            ! pp.c t/op/substr.t
61979 ____________________________________________________________________________
61980 [  6084] By: gsar                                  on 2000/05/07  05:39:55
61981         Log: substr() does not preserve utf8-ness (from Stefan Eissing
61982              <Eissing@medicaldataservice.de>); added tests
61983      Branch: perl
61984            ! pp.c t/op/substr.t
61985 ____________________________________________________________________________
61986 [  6083] By: gsar                                  on 2000/05/07  05:24:46
61987         Log: note about undocumented caller() return value (from M.J.T. Guy);
61988              yet another peek.t tweak
61989      Branch: perl
61990            ! pod/perlfunc.pod t/lib/peek.t
61991 ____________________________________________________________________________
61992 [  6082] By: gsar                                  on 2000/05/07  05:08:40
61993         Log: peek.t non-portable to ithreads
61994      Branch: perl
61995            ! t/lib/peek.t
61996 ____________________________________________________________________________
61997 [  6081] By: gsar                                  on 2000/05/07  04:17:04
61998         Log: better default perlbug categories for ok reports (from Richard Foley)
61999      Branch: perl
62000            ! utils/perlbug.PL
62001 ____________________________________________________________________________
62002 [  6080] By: gsar                                  on 2000/05/07  04:08:07
62003         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
62004              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
62005      Branch: perl
62006            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
62007            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
62008            ! AUTHORS MAINTAIN MANIFEST
62009 ____________________________________________________________________________
62010 [  6079] By: gsar                                  on 2000/05/07  04:01:38
62011         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
62012      Branch: perl
62013            ! lib/Carp/Heavy.pm
62014 ____________________________________________________________________________
62015 [  6078] By: gsar                                  on 2000/05/07  01:24:19
62016         Log: workaround for CRT bug in chdir() (from Charles Lane, via
62017              Peter Prymmer)
62018      Branch: perl
62019            ! iperlsys.h vms/vms.c vms/vmsish.h
62020 ____________________________________________________________________________
62021 [  6077] By: gsar                                  on 2000/05/07  01:22:23
62022         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
62023              and Tom Phoenix)
62024      Branch: perl
62025            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
62026 ____________________________________________________________________________
62027 [  6076] By: gsar                                  on 2000/05/06  17:36:29
62028         Log: integrate cfgperl contents into mainline
62029      Branch: perl
62030           +> t/lib/peek.t
62031           !> Configure MANIFEST Porting/Glossary Porting/config.sh
62032           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
62033           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
62034           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
62035 ____________________________________________________________________________
62036 [  6075] By: jhi                                   on 2000/05/05  18:56:10
62037         Log: Make the test more portable.
62038      Branch: cfgperl
62039            ! t/lib/peek.t
62040 ____________________________________________________________________________
62041 [  6074] By: jhi                                   on 2000/05/05  18:49:20
62042         Log: Introduce t/lib/peek.t.
62043      Branch: cfgperl
62044            + t/lib/peek.t
62045            ! MANIFEST
62046 ____________________________________________________________________________
62047 [  6073] By: jhi                                   on 2000/05/05  14:30:45
62048         Log: Complex tweaks.
62049      Branch: cfgperl
62050            ! lib/Math/Complex.pm t/lib/complex.t
62051 ____________________________________________________________________________
62052 [  6072] By: jhi                                   on 2000/05/05  12:27:13
62053         Log: Integrate with Sarathy.
62054      Branch: cfgperl
62055           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
62056           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
62057           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
62058           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
62059 ____________________________________________________________________________
62060 [  6071] By: gsar                                  on 2000/05/05  02:24:46
62061         Log: misformatted perllocal.pod (from Tim Jenness
62062              <t.jenness@jach.hawaii.edu>)
62063      Branch: perl
62064            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
62065 ____________________________________________________________________________
62066 [  6070] By: gsar                                  on 2000/05/05  02:16:52
62067         Log: remove misleading comment (from M.J.T. Guy)
62068      Branch: perl
62069            ! t/lib/anydbm.t
62070 ____________________________________________________________________________
62071 [  6069] By: gsar                                  on 2000/05/05  02:15:13
62072         Log: File::Spec compatibility update (from Barrie Slaymaker
62073              <barries@slaysys.com>)
62074      Branch: perl
62075            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
62076            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
62077 ____________________________________________________________________________
62078 [  6068] By: gsar                                  on 2000/05/05  02:01:50
62079         Log: note about values()
62080      Branch: perl
62081            ! pod/perlfunc.pod
62082 ____________________________________________________________________________
62083 [  6067] By: gsar                                  on 2000/05/05  01:33:09
62084         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
62085      Branch: perl
62086            ! win32/win32.c
62087 ____________________________________________________________________________
62088 [  6066] By: gsar                                  on 2000/05/05  01:23:43
62089         Log: s/END/CHECK/
62090      Branch: perl
62091            ! perl.c
62092 ____________________________________________________________________________
62093 [  6065] By: jhi                                   on 2000/05/04  17:30:22
62094         Log: Integrate with Sarathy.
62095      Branch: cfgperl
62096           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
62097 ____________________________________________________________________________
62098 [  6064] By: gsar                                  on 2000/05/04  17:26:14
62099         Log: change#5905 wasn't quite right--it's intent only applies when arguments
62100              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
62101      Branch: perl
62102            ! pp_sys.c sv.c
62103 ____________________________________________________________________________
62104 [  6063] By: gsar                                  on 2000/05/04  16:52:29
62105         Log: tokeq() could read unallocated field in argument
62106      Branch: perl
62107            ! toke.c
62108 ____________________________________________________________________________
62109 [  6062] By: gsar                                  on 2000/05/04  16:34:51
62110         Log: additional tests for utf8.t
62111      Branch: perl
62112            ! t/pragma/utf8.t
62113 ____________________________________________________________________________
62114 [  6061] By: gsar                                  on 2000/05/04  16:09:28
62115         Log: change#5921 neglected to make eq honor "use bytes"
62116      Branch: perl
62117            ! sv.c
62118 ____________________________________________________________________________
62119 [  6060] By: jhi                                   on 2000/05/04  15:30:16
62120         Log: Integrate with Sarathy.
62121      Branch: cfgperl
62122           !> perl.c regcomp.c t/pragma/utf8.t
62123 ____________________________________________________________________________
62124 [  6059] By: jhi                                   on 2000/05/04  15:26:37
62125         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
62126              in natively 64-bit platforms where a long is a quad (no need
62127              for long longs).  Also added bias for IVs.
62128      Branch: cfgperl
62129            ! toke.c
62130 ____________________________________________________________________________
62131 [  6058] By: gsar                                  on 2000/05/04  00:19:14
62132         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
62133              (spotted by Donald Kinzer <dkinzer@premia.com>)
62134      Branch: perl
62135            ! perl.c
62136 ____________________________________________________________________________
62137 [  6057] By: gsar                                  on 2000/05/03  18:34:01
62138         Log: fix broken parsing of /\x{ab}/
62139      Branch: perl
62140            ! regcomp.c t/pragma/utf8.t
62141 ____________________________________________________________________________
62142 [  6056] By: jhi                                   on 2000/05/03  17:57:16
62143         Log: The search of infinity continues, this time simplified.
62144      Branch: cfgperl
62145            ! lib/Math/Complex.pm
62146 ____________________________________________________________________________
62147 [  6055] By: jhi                                   on 2000/05/03  17:45:30
62148         Log: Detypo.
62149      Branch: cfgperl
62150            ! hints/unicos.sh
62151 ____________________________________________________________________________
62152 [  6054] By: jhi                                   on 2000/05/02  22:28:27
62153         Log: Be more forgiving in POSIX about HUGE_VALL.
62154      Branch: cfgperl
62155            ! ext/POSIX/POSIX.xs
62156 ____________________________________________________________________________
62157 [  6053] By: jhi                                   on 2000/05/02  22:25:05
62158         Log: Integrate with Sarathy.
62159      Branch: cfgperl
62160           !> hints/irix_6.sh pod/perlop.pod
62161 ____________________________________________________________________________
62162 [  6052] By: jhi                                   on 2000/05/02  22:24:31
62163         Log: Unicos hint tweak.
62164      Branch: cfgperl
62165            ! hints/unicos.sh
62166 ____________________________________________________________________________
62167 [  6051] By: jhi                                   on 2000/05/02  22:21:26
62168         Log: Complex tweakery.
62169      Branch: cfgperl
62170            ! lib/Math/Complex.pm t/lib/complex.t
62171 ____________________________________________________________________________
62172 [  6050] By: jhi                                   on 2000/05/02  19:26:22
62173         Log: Use setxxent()/endxxent().
62174      Branch: cfgperl
62175            ! t/op/grent.t t/op/pwent.t
62176 ____________________________________________________________________________
62177 [  6049] By: jhi                                   on 2000/05/02  19:06:02
62178         Log: Test both the scalar and list contexts.
62179      Branch: cfgperl
62180            ! t/op/grent.t t/op/pwent.t
62181 ____________________________________________________________________________
62182 [  6048] By: gsar                                  on 2000/05/02  18:29:10
62183         Log: add note about how $( doesn't interpolate in REs (from
62184              Philip Newton <newton@ficus.frogspace.net>)
62185      Branch: perl
62186            ! pod/perlop.pod
62187 ____________________________________________________________________________
62188 [  6047] By: jhi                                   on 2000/05/02  17:41:24
62189         Log: Call getspnam() only iff needd.
62190      Branch: cfgperl
62191            ! pp_sys.c
62192 ____________________________________________________________________________
62193 [  6046] By: gsar                                  on 2000/05/02  17:07:25
62194         Log: libscheck has insufficient checks for n32 libs (from
62195              Albert Chin-A-Young <china@thewrittenword.com>)
62196      Branch: perl
62197            ! hints/irix_6.sh
62198 ____________________________________________________________________________
62199 [  6045] By: jhi                                   on 2000/05/02  13:57:17
62200         Log: Integrate with Sarathy.
62201      Branch: cfgperl
62202           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
62203           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
62204 ____________________________________________________________________________
62205 [  6044] By: gsar                                  on 2000/05/02  06:48:19
62206         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
62207              such that underscores are only ignored in literal numbers,
62208              "\x{...}", and hex/oct argument
62209      Branch: perl
62210            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
62211 ____________________________________________________________________________
62212 [  6043] By: gsar                                  on 2000/05/02  02:22:29
62213         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
62214      Branch: perl
62215            ! pod/perlretut.pod
62216 ____________________________________________________________________________
62217 [  6042] By: gsar                                  on 2000/05/02  02:17:51
62218         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
62219      Branch: perl
62220            ! pod/perltrap.pod
62221 ____________________________________________________________________________
62222 [  6041] By: gsar                                  on 2000/05/02  01:53:51
62223         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
62224              to compensate
62225      Branch: perl
62226            ! Porting/makerel
62227 ____________________________________________________________________________
62228 [  6040] By: gsar                                  on 2000/05/02  01:51:57
62229         Log: missing files in MANIFEST
62230      Branch: perl
62231            ! MANIFEST
62232 ____________________________________________________________________________
62233 [  6039] By: jhi                                   on 2000/05/02  00:36:46
62234         Log: Infinite problems.
62235      Branch: cfgperl
62236            ! lib/Math/Complex.pm
62237 ____________________________________________________________________________
62238 [  6038] By: jhi                                   on 2000/05/02  00:06:38
62239         Log: pwent/spent #ifdef imbalance.
62240      Branch: cfgperl
62241            ! pp_sys.c
62242 ____________________________________________________________________________
62243 [  6037] By: jhi                                   on 2000/05/01  22:50:11
62244         Log: Use HUGE_VALL if applicable.
62245      Branch: cfgperl
62246            ! ext/POSIX/POSIX.xs util.c
62247 ____________________________________________________________________________
62248 [  6036] By: jhi                                   on 2000/05/01  22:20:53
62249         Log: Correct Freudian slip.
62250      Branch: cfgperl
62251            ! pp_sys.c
62252 ____________________________________________________________________________
62253 [  6035] By: jhi                                   on 2000/05/01  21:07:38
62254         Log: Continue on the pwent/spent case.
62255      Branch: cfgperl
62256            ! pp_sys.c
62257 ____________________________________________________________________________
62258 [  6034] By: jhi                                   on 2000/05/01  17:45:14
62259         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
62260              adjustments in 6032 conflicted badly with this, will have
62261              to revisit them later.
62262      Branch: cfgperl
62263           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
62264           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
62265           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
62266           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
62267           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
62268           !> t/lib/cgi-html.t t/lib/cgi-request.t
62269 ____________________________________________________________________________
62270 [  6033] By: jhi                                   on 2000/05/01  17:40:49
62271         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
62272      Branch: cfgperl
62273            ! pp_sys.c
62274 ____________________________________________________________________________
62275 [  6032] By: gsar                                  on 2000/05/01  15:56:32
62276         Log: whitespace adjustments
62277      Branch: perl
62278            ! pp_sys.c
62279 ____________________________________________________________________________
62280 [  6031] By: gsar                                  on 2000/05/01  15:19:41
62281         Log: small nits in diagnostics.pm (from Robin Barker)
62282      Branch: perl
62283            ! lib/diagnostics.pm pod/perldiag.pod
62284 ____________________________________________________________________________
62285 [  6030] By: gsar                                  on 2000/05/01  08:39:18
62286         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
62287              for @- and @+ (from Johan Vromans)
62288      Branch: perl
62289            ! lib/English.pm pod/perlvar.pod
62290 ____________________________________________________________________________
62291 [  6029] By: gsar                                  on 2000/05/01  08:16:10
62292         Log: add CGI.pm v2.66 (from Lincoln Stein)
62293      Branch: perl
62294            + lib/CGI/Util.pm t/lib/cgi-pretty.t
62295            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
62296            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
62297            ! t/lib/cgi-html.t t/lib/cgi-request.t
62298 ____________________________________________________________________________
62299 [  6028] By: gsar                                  on 2000/05/01  06:34:41
62300         Log: Pod::Man generates groff-incompatible macro definition (from
62301              Tom Christiansen)
62302      Branch: perl
62303            ! lib/Pod/Man.pm
62304 ____________________________________________________________________________
62305 [  6027] By: gsar                                  on 2000/05/01  06:31:36
62306         Log: podlators-1.02 update (from Russ Allbery)
62307      Branch: perl
62308            ! lib/Pod/Man.pm lib/Pod/Text.pm
62309 ____________________________________________________________________________
62310 [  6026] By: jhi                                   on 2000/04/30  23:24:23
62311         Log: Integrate with Sarathy.
62312      Branch: cfgperl
62313           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
62314           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
62315           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
62316           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
62317           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
62318           !> t/lib/syslog.t toke.c win32/win32.h
62319 ____________________________________________________________________________
62320 [  6025] By: gsar                                  on 2000/04/30  18:17:47
62321         Log: Is{Alnum,Alpha,Word} don't match titlecase
62322              
62323              TODO: IsSpace is defined recursively!
62324              
62325              (both spotted by Larry)
62326      Branch: perl
62327            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
62328            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
62329 ____________________________________________________________________________
62330 [  6024] By: gsar                                  on 2000/04/30  17:50:19
62331         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
62332              (from Hugo van der Sanden)
62333      Branch: perl
62334            ! toke.c
62335 ____________________________________________________________________________
62336 [  6023] By: gsar                                  on 2000/04/30  17:14:43
62337         Log: debugger stomps on $. (from M.J.T. Guy)
62338      Branch: perl
62339            ! lib/perl5db.pl
62340 ____________________________________________________________________________
62341 [  6022] By: gsar                                  on 2000/04/30  16:59:22
62342         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
62343      Branch: perl
62344            ! sv.c
62345 ____________________________________________________________________________
62346 [  6021] By: gsar                                  on 2000/04/29  21:00:08
62347         Log: remove Win2K issue in pod (fixed by change#6020)
62348      Branch: perl
62349            ! README.win32 pod/perl56delta.pod
62350 ____________________________________________________________________________
62351 [  6020] By: gsar                                  on 2000/04/29  20:51:49
62352         Log: test tweak
62353      Branch: perl
62354            ! t/lib/open3.t
62355 ____________________________________________________________________________
62356 [  6019] By: gsar                                  on 2000/04/29  20:34:27
62357         Log: windows portability tweaks
62358      Branch: perl
62359            ! t/lib/b.t win32/win32.h
62360 ____________________________________________________________________________
62361 [  6018] By: gsar                                  on 2000/04/29  19:55:24
62362         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
62363              make _PATH_LOG() return "" if unavailable
62364      Branch: perl
62365            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
62366            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
62367 ____________________________________________________________________________
62368 [  6017] By: jhi                                   on 2000/04/28  22:49:46
62369         Log: Integrate with Sarathy.
62370      Branch: cfgperl
62371           !> op.c perl.c pod/perldiag.pod t/lib/b.t
62372 ____________________________________________________________________________
62373 [  6016] By: jhi                                   on 2000/04/28  22:46:14
62374         Log: Do not warn that an infinity does not look like a number.
62375      Branch: cfgperl
62376            ! sv.c
62377 ____________________________________________________________________________
62378 [  6015] By: gsar                                  on 2000/04/28  22:35:49
62379         Log: tweak test for portability
62380      Branch: perl
62381            ! t/lib/b.t
62382 ____________________________________________________________________________
62383 [  6014] By: gsar                                  on 2000/04/28  22:05:31
62384         Log: glob() loading File::Glob behind the scenes may cause syntax errors
62385      Branch: perl
62386            ! op.c
62387 ____________________________________________________________________________
62388 [  6013] By: gsar                                  on 2000/04/28  21:25:22
62389         Log: tweak change#5945 to display correct switch name in diagnostic
62390      Branch: perl
62391            ! perl.c pod/perldiag.pod
62392 ____________________________________________________________________________
62393 [  6012] By: jhi                                   on 2000/04/28  21:08:12
62394         Log: Integrate with Sarathy.
62395      Branch: cfgperl
62396           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
62397           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
62398           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
62399 ____________________________________________________________________________
62400 [  6011] By: jhi                                   on 2000/04/28  21:04:46
62401         Log: &HUGE_VAL is not defined, it exists.
62402      Branch: cfgperl
62403            ! lib/Math/Complex.pm
62404 ____________________________________________________________________________
62405 [  6010] By: gsar                                  on 2000/04/28  21:02:58
62406         Log: clarify note about shadow password support (from
62407              gellyfish@gellyfish.com)
62408      Branch: perl
62409            ! pod/perlfunc.pod
62410 ____________________________________________________________________________
62411 [  6009] By: gsar                                  on 2000/04/28  21:00:00
62412         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
62413      Branch: perl
62414            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
62415 ____________________________________________________________________________
62416 [  6008] By: gsar                                  on 2000/04/28  20:56:33
62417         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
62418      Branch: perl
62419            ! installperl vms/subconfigure.com
62420 ____________________________________________________________________________
62421 [  6007] By: gsar                                  on 2000/04/28  20:51:21
62422         Log: note about compile failures and END blocks (from M.J.T. Guy)
62423      Branch: perl
62424            ! pod/perl56delta.pod pod/perlmod.pod
62425 ____________________________________________________________________________
62426 [  6006] By: jhi                                   on 2000/04/28  20:42:14
62427         Log: Regen Configure.
62428      Branch: cfgperl
62429            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
62430            ! config_h.SH
62431 ____________________________________________________________________________
62432 [  6005] By: gsar                                  on 2000/04/28  20:41:16
62433         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
62434      Branch: perl
62435            ! utils/perldoc.PL
62436 ____________________________________________________________________________
62437 [  6004] By: jhi                                   on 2000/04/28  20:28:21
62438         Log: Integrate with Sarathy.
62439      Branch: cfgperl
62440           !> Configure INSTALL Porting/Glossary Porting/config.sh
62441           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
62442           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
62443           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
62444           !> win32/config.vc win32/win32.c
62445 ____________________________________________________________________________
62446 [  6003] By: gsar                                  on 2000/04/28  20:11:20
62447         Log: allow REG_EXPAND_SZ keys in Windows registry (from
62448              John Clayton <John.Clayton@barclayscapital.com>)
62449      Branch: perl
62450            ! win32/win32.c
62451 ____________________________________________________________________________
62452 [  6002] By: gsar                                  on 2000/04/28  19:34:16
62453         Log: destructive sv_setsv() can lose UV-ness from source, causing
62454              numeric promotions/comparisons to fail to do the right thing
62455      Branch: perl
62456            ! sv.c
62457 ____________________________________________________________________________
62458 [  6001] By: gsar                                  on 2000/04/28  18:44:15
62459         Log: support additional library locations via $Config{otherlibdirs}
62460              (from Andy Dougherty)
62461      Branch: perl
62462            ! Configure INSTALL Porting/Glossary Porting/config.sh
62463            ! Porting/config_H config_h.SH epoc/config.sh perl.c
62464            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
62465            ! win32/config.bc win32/config.gc win32/config.vc
62466 ____________________________________________________________________________
62467 [  6000] By: gsar                                  on 2000/04/28  18:26:58
62468         Log: reworked otherlibdirs.U (from Andy Dougherty)
62469      Branch: metaconfig
62470            ! U/installdirs/otherlibdirs.U
62471 ____________________________________________________________________________
62472 [  5999] By: gsar                                  on 2000/04/28  18:17:07
62473         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
62474      Branch: perl
62475            ! t/pragma/warn/toke toke.c
62476 ____________________________________________________________________________
62477 [  5998] By: jhi                                   on 2000/04/28  13:32:17
62478         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
62479      Branch: cfgperl
62480            ! lib/Math/Complex.pm
62481 ____________________________________________________________________________
62482 [  5997] By: jhi                                   on 2000/04/28  13:14:04
62483         Log: Preserve $!.
62484      Branch: cfgperl
62485            ! lib/Math/Complex.pm
62486 ____________________________________________________________________________
62487 [  5996] By: jhi                                   on 2000/04/28  12:59:23
62488         Log: Integrate with Sarathy.
62489      Branch: cfgperl
62490           +> pod/perlrequick.pod pod/perlretut.pod
62491           !> (integrate 51 files)
62492 ____________________________________________________________________________
62493 [  5995] By: gsar                                  on 2000/04/28  09:37:36
62494         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
62495      Branch: perl
62496            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
62497 ____________________________________________________________________________
62498 [  5994] By: gsar                                  on 2000/04/28  09:33:26
62499         Log: fix for missed accounting for null byte in pack("Z",...) (from
62500              M.J.T. Guy)
62501      Branch: perl
62502            ! pp.c t/op/pack.t
62503 ____________________________________________________________________________
62504 [  5993] By: gsar                                  on 2000/04/28  09:30:05
62505         Log: various minor tweaks seen on p5p
62506      Branch: perl
62507            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
62508 ____________________________________________________________________________
62509 [  5992] By: gsar                                  on 2000/04/28  09:08:19
62510         Log: pod nit (from Simon Cozens)
62511      Branch: perl
62512            ! pod/perlop.pod
62513 ____________________________________________________________________________
62514 [  5991] By: gsar                                  on 2000/04/28  09:06:36
62515         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
62516      Branch: perl
62517            ! README.posix-bc hints/posix-bc.sh
62518 ____________________________________________________________________________
62519 [  5990] By: gsar                                  on 2000/04/28  08:54:52
62520         Log: use $ENV{LIB} to search for libs under Visual C compiler
62521              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
62522      Branch: perl
62523            ! lib/ExtUtils/Liblist.pm
62524 ____________________________________________________________________________
62525 [  5989] By: gsar                                  on 2000/04/28  08:27:12
62526         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
62527              itself and no other (from Tom Hughes)
62528      Branch: perl
62529            ! t/op/array.t toke.c
62530 ____________________________________________________________________________
62531 [  5988] By: gsar                                  on 2000/04/28  08:01:38
62532         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
62533              <paul@miraclefish.com>)
62534      Branch: perl
62535            ! lib/ExtUtils/MakeMaker.pm
62536 ____________________________________________________________________________
62537 [  5987] By: gsar                                  on 2000/04/28  07:53:09
62538         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
62539      Branch: perl
62540            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
62541 ____________________________________________________________________________
62542 [  5986] By: gsar                                  on 2000/04/28  07:44:17
62543         Log: add regular expressions tutorial and quick-start guide (from
62544              Mark Kvale <kvale@phy.ucsf.edu>)
62545      Branch: perl
62546            + pod/perlrequick.pod pod/perlretut.pod
62547            ! AUTHORS MAINTAIN MANIFEST
62548 ____________________________________________________________________________
62549 [  5985] By: gsar                                  on 2000/04/28  07:30:28
62550         Log: forked child may not exit correctly if it failed to open
62551              /dev/console (from Graham Barr)
62552      Branch: perl
62553            ! ext/Sys/Syslog/Syslog.pm
62554 ____________________________________________________________________________
62555 [  5984] By: gsar                                  on 2000/04/28  07:27:20
62556         Log: attributes::reftype() doesn't work on tied argument
62557      Branch: perl
62558            ! xsutils.c
62559 ____________________________________________________________________________
62560 [  5983] By: gsar                                  on 2000/04/28  07:15:04
62561         Log: numeric conversion of non-number in change#3378 tramples on
62562              OOK offset, causing segfaults
62563      Branch: perl
62564            ! sv.c
62565 ____________________________________________________________________________
62566 [  5982] By: gsar                                  on 2000/04/28  04:48:25
62567         Log: avoid error in IO::Socket::INET when given an unknown service name
62568              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
62569      Branch: perl
62570            ! ext/IO/lib/IO/Socket/INET.pm
62571 ____________________________________________________________________________
62572 [  5981] By: gsar                                  on 2000/04/28  04:31:31
62573         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
62574              prototype mismatch with CORE::glob(); update pod and tests to
62575              suit (File::Glob::glob() is still available for backward
62576              compatibility, but should be considered deprecated)
62577      Branch: perl
62578            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
62579            ! t/lib/glob-taint.t
62580 ____________________________________________________________________________
62581 [  5980] By: gsar                                  on 2000/04/28  03:47:29
62582         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
62583              <ghudson@mit.edu>)
62584      Branch: metaconfig
62585            ! U/modified/Options.U
62586      Branch: perl
62587            ! Configure
62588 ____________________________________________________________________________
62589 [  5979] By: gsar                                  on 2000/04/28  03:07:54
62590         Log: under useithreads, constant pad entries could inadvertantly be
62591              shared across threads (from Eric Blood <eblood@xmission.com>);
62592              added Eric's test case to testsuite
62593      Branch: perl
62594            ! op.c t/op/misc.t
62595 ____________________________________________________________________________
62596 [  5978] By: gsar                                  on 2000/04/27  21:13:00
62597         Log: sync version numbers in File::Spec with the ones on CPAN
62598              (from Barrie Slaymaker)
62599      Branch: perl
62600            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
62601            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
62602            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
62603 ____________________________________________________________________________
62604 [  5977] By: gsar                                  on 2000/04/27  21:07:29
62605         Log: autoquote barewords followed by newline and arrow properly
62606              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
62607      Branch: perl
62608            ! t/pragma/warn/toke toke.c
62609 ____________________________________________________________________________
62610 [  5976] By: gsar                                  on 2000/04/27  20:41:20
62611         Log: DB_File v1.73 update (from Paul Marquess)
62612      Branch: perl
62613            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
62614            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
62615 ____________________________________________________________________________
62616 [  5975] By: gsar                                  on 2000/04/27  20:34:24
62617         Log: allow sort() reentrancy (variant of patch suggested by
62618              Hugo van der Sanden)
62619      Branch: perl
62620            ! pp_ctl.c t/op/sort.t
62621 ____________________________________________________________________________
62622 [  5974] By: gsar                                  on 2000/04/27  19:46:57
62623         Log: change#4197 somehow missed initializing PL_errors, meaning
62624              sytax error queueing wasn't working outside eval"" at all;
62625              also fixed eval"" to localize PL_error_count, so that compile-time
62626              eval's don't clobber the error state of the outer context
62627      Branch: perl
62628            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
62629            ! t/pragma/warn/toke
62630 ____________________________________________________________________________
62631 [  5973] By: gsar                                  on 2000/04/27  18:29:05
62632         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
62633      Branch: perl
62634            ! regcomp.c regexec.c t/op/re_tests
62635 ____________________________________________________________________________
62636 [  5972] By: jhi                                   on 2000/04/27  18:22:41
62637         Log: Integrate with Sarathy.
62638      Branch: cfgperl
62639           +> t/lib/b.t t/lib/syslog.t
62640           !> (integrate 31 files)
62641 ____________________________________________________________________________
62642 [  5971] By: jhi                                   on 2000/04/27  18:18:46
62643         Log: Unicos tweaks from Mark P. Lutz.
62644      Branch: cfgperl
62645            ! hints/unicos.sh lib/Math/Complex.pm
62646 ____________________________________________________________________________
62647 [  5970] By: gsar                                  on 2000/04/27  18:05:11
62648         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
62649              IV is >32bits
62650      Branch: perl
62651            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
62652 ____________________________________________________________________________
62653 [  5969] By: gsar                                  on 2000/04/27  17:50:56
62654         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
62655      Branch: perl
62656            + t/lib/syslog.t
62657            ! MANIFEST ext/Sys/Syslog/Syslog.pm
62658 ____________________________________________________________________________
62659 [  5968] By: gsar                                  on 2000/04/27  17:44:49
62660         Log: tolerate spaces in group names in test on solaris (from David Boyce
62661              <dsb@boyski.com>)
62662      Branch: perl
62663            ! t/op/groups.t
62664 ____________________________________________________________________________
62665 [  5967] By: gsar                                  on 2000/04/27  17:41:22
62666         Log: improved docs on the warn_uninit diagnostic (from David Glasser
62667              and Simon Cozens)
62668      Branch: perl
62669            ! pod/perldiag.pod
62670 ____________________________________________________________________________
62671 [  5966] By: gsar                                  on 2000/04/27  16:54:58
62672         Log: add testsuite for B backends, fix bug in B::Deparse (from
62673              Simon Cozens <simon@brecon.co.uk>)
62674      Branch: perl
62675            + t/lib/b.t
62676            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
62677 ____________________________________________________________________________
62678 [  5965] By: gsar                                  on 2000/04/27  16:10:37
62679         Log: avoid "will not stay shared" warnings for our variables (from
62680              Robin Barker)
62681      Branch: perl
62682            ! op.c t/pragma/warn/op
62683 ____________________________________________________________________________
62684 [  5964] By: gsar                                  on 2000/04/27  07:05:05
62685         Log: reformat to 72 columns (again)
62686      Branch: perl
62687            ! pod/perldiag.pod
62688 ____________________________________________________________________________
62689 [  5963] By: gsar                                  on 2000/04/27  06:28:31
62690         Log: patch from Larry to make (\&) prototype work; added tests for
62691              the same
62692      Branch: perl
62693            ! op.c t/comp/proto.t
62694 ____________________________________________________________________________
62695 [  5962] By: gsar                                  on 2000/04/27  06:15:47
62696         Log: updated README.hpux (from Jeff Okamoto)
62697      Branch: perl
62698            ! README.hpux
62699 ____________________________________________________________________________
62700 [  5961] By: gsar                                  on 2000/04/27  05:55:03
62701         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
62702      Branch: perl
62703            ! emacs/cperl-mode.el
62704 ____________________________________________________________________________
62705 [  5960] By: gsar                                  on 2000/04/27  05:49:26
62706         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
62707      Branch: perl
62708            ! INSTALL
62709 ____________________________________________________________________________
62710 [  5959] By: gsar                                  on 2000/04/27  05:33:41
62711         Log: doubled words in pods (from Simon Cozens
62712              <simon.p.cozens@jp.pwcglobal.com>)
62713      Branch: perl
62714            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
62715            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
62716            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
62717            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
62718            ! pod/perltootc.pod
62719 ____________________________________________________________________________
62720 [  5958] By: gsar                                  on 2000/04/27  05:11:39
62721         Log: change#3569 deleted some essential code, revert; avoid use of
62722              atexit() to make DynaLoader work properly on AIX under mod_perl
62723              (from Jens-Uwe Mager <jum@helios.de>)
62724      Branch: perl
62725            ! ext/DynaLoader/dl_aix.xs
62726 ____________________________________________________________________________
62727 [  5957] By: gsar                                  on 2000/04/27  04:54:51
62728         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
62729      Branch: perl
62730            ! pod/perlmod.pod
62731 ____________________________________________________________________________
62732 [  5956] By: gsar                                  on 2000/04/27  04:51:47
62733         Log: better diagnostics on failed tests (from Ilya Zakharevich)
62734      Branch: perl
62735            ! t/op/lex_assign.t
62736 ____________________________________________________________________________
62737 [  5955] By: gsar                                  on 2000/04/27  04:26:44
62738         Log: longstanding bug exposed by change#3307: sort arguments weren't
62739              compiled with the right wantarray context (ensuing runtime lookup
62740              via block_gimme() was getting the incidental context of the
62741              sort() itself)
62742      Branch: perl
62743            ! op.c t/op/sort.t
62744 ____________________________________________________________________________
62745 [  5954] By: gsar                                  on 2000/04/26  23:42:12
62746         Log: integrate cfgperl contents into mainline
62747      Branch: perl
62748           !> (integrate 30 files)
62749 ____________________________________________________________________________
62750 [  5953] By: jhi                                   on 2000/04/26  23:06:42
62751         Log: Integrate with Sarathy.
62752      Branch: cfgperl
62753           !> README.win32 ext/B/B/Deparse.pm
62754           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
62755           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
62756           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
62757           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
62758           !> utils/perldoc.PL vms/perlvms.pod
62759 ____________________________________________________________________________
62760 [  5952] By: jhi                                   on 2000/04/26  23:03:46
62761         Log: Undo "use integer" addition from 64bitint as it seems
62762              to break most of the subtests in Digital UNIX;
62763              Unicos needs to find another way.
62764      Branch: cfgperl
62765            ! t/op/64bitint.t
62766 ____________________________________________________________________________
62767 [  5951] By: jhi                                   on 2000/04/26  22:57:53
62768         Log: Be more robust on "extreme" (large absolute value)
62769              arguments.  Originally reported by Daniel Connelly
62770              as a problem with asinh() on large negative arguments,
62771              asinh() used to bail out because an argument to log()
62772              ended up being zero.  Ilya Zakharevich proposed using
62773              Taylor's series in such cases, which for such large
62774              arguments is a very good approximation.
62775      Branch: cfgperl
62776            ! lib/Math/Complex.pm t/lib/complex.t
62777 ____________________________________________________________________________
62778 [  5950] By: gsar                                  on 2000/04/25  19:13:12
62779         Log: reformat perldiag to avoid long lines
62780      Branch: perl
62781            ! pod/perldiag.pod
62782 ____________________________________________________________________________
62783 [  5949] By: gsar                                  on 2000/04/25  18:41:11
62784         Log: make perldoc use the pod2man from the same version (from
62785              M.J.T. Guy)
62786      Branch: perl
62787            ! utils/perldoc.PL
62788 ____________________________________________________________________________
62789 [  5948] By: gsar                                  on 2000/04/25  18:21:57
62790         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
62791              <kompas@kompas.usr.onet.pl>)
62792      Branch: perl
62793            ! lib/vars.pm
62794 ____________________________________________________________________________
62795 [  5947] By: gsar                                  on 2000/04/25  18:11:53
62796         Log: use &dl_error rather than &dl_load_file as the guard for calling
62797              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
62798              statically built perl)
62799      Branch: perl
62800            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
62801 ____________________________________________________________________________
62802 [  5946] By: jhi                                   on 2000/04/25  17:37:54
62803         Log: Document that tr() is not tr(1).
62804      Branch: cfgperl
62805            ! pod/perlop.pod
62806 ____________________________________________________________________________
62807 [  5945] By: gsar                                  on 2000/04/25  16:34:33
62808         Log: make module name mandatory after -M switch; reorder perldiag
62809              alphabetically (from Mark-Jason Dominus)
62810      Branch: perl
62811            ! perl.c pod/perldiag.pod
62812 ____________________________________________________________________________
62813 [  5944] By: jhi                                   on 2000/04/25  01:15:18
62814         Log: On second thoughts frexp() does have two arguments.
62815      Branch: cfgperl
62816            ! perl.h
62817 ____________________________________________________________________________
62818 [  5943] By: jhi                                   on 2000/04/24  22:56:32
62819         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
62820              Now pp_ncmp() returns undef is either operand is a NaN.
62821      Branch: cfgperl
62822            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
62823            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
62824            ! vms/subconfigure.com vos/config.def vos/config.h
62825            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
62826            ! win32/config.vc win32/config_H.bc win32/config_H.gc
62827            ! win32/config_H.vc
62828      Branch: metaconfig/U/perl
62829            + d_modfl.U
62830 ____________________________________________________________________________
62831 [  5942] By: jhi                                   on 2000/04/24  19:45:17
62832         Log: Regen Configure to match #5937.
62833      Branch: cfgperl
62834            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
62835            ! config_h.SH
62836      Branch: metaconfig
62837            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
62838 ____________________________________________________________________________
62839 [  5941] By: jhi                                   on 2000/04/24  19:24:11
62840         Log: Further Unicos fixes for Mark Lutz.
62841      Branch: cfgperl
62842            ! hints/unicos.sh pp_ctl.c
62843 ____________________________________________________________________________
62844 [  5940] By: jhi                                   on 2000/04/24  19:09:06
62845         Log: Various Unicos 10.0.0.6 fixes.
62846              
62847              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
62848              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
62849              Reply-To: tecmpl1@triton.ca.boeing.com 
62850              To: perl5-porters@perl.org 
62851              Date: Fri, 14 Apr 2000 20:21:00 GMT 
62852              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
62853      Branch: cfgperl
62854            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
62855 ____________________________________________________________________________
62856 [  5939] By: gsar                                  on 2000/04/24  19:01:24
62857         Log: more pod nits (from Larry Virden)
62858      Branch: perl
62859            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
62860            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
62861            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
62862 ____________________________________________________________________________
62863 [  5938] By: gsar                                  on 2000/04/24  18:54:01
62864         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
62865      Branch: perl
62866            ! ext/B/B/Deparse.pm
62867 ____________________________________________________________________________
62868 [  5937] By: jhi                                   on 2000/04/24  17:39:00
62869         Log: Integrate with Sarathy.
62870      Branch: cfgperl
62871           +> (branch 31 files)
62872           !> (integrate 73 files)
62873 ____________________________________________________________________________
62874 [  5936] By: gsar                                  on 2000/04/24  17:30:06
62875         Log: additional tests for change#5934 (from Paul Marquess, who also
62876              sent in the same fix)
62877      Branch: perl
62878            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
62879            ! t/pragma/warn/5nolint t/pragma/warn/6default
62880 ____________________________________________________________________________
62881 [  5935] By: jhi                                   on 2000/04/24  17:26:05
62882         Log: Do not assume sign propagation.
62883              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
62884              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
62885              To: payner@ncifcrf.gov, perl5-porters@perl.org 
62886              Date: Tue, 18 Apr 2000 18:24:49 +0100 
62887              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
62888      Branch: cfgperl
62889            ! t/op/bop.t t/op/misc.t
62890 ____________________________________________________________________________
62891 [  5934] By: gsar                                  on 2000/04/24  17:16:54
62892         Log: propagate lexical warnings from surrounding scope correctly
62893              within string eval()
62894      Branch: perl
62895            ! pp_ctl.c t/pragma/warn/pp_ctl
62896 ____________________________________________________________________________
62897 [  5933] By: jhi                                   on 2000/04/24  17:01:07
62898         Log: Flatten the cpp jungle doing the nosuid checking.
62899      Branch: cfgperl
62900            ! perl.c
62901 ____________________________________________________________________________
62902 [  5932] By: gsar                                  on 2000/04/24  09:08:14
62903         Log: add rsignal(), whichsig() and do_join() to public API list
62904              (mod_perl uses them to good advantage)
62905      Branch: perl
62906            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
62907 ____________________________________________________________________________
62908 [  5931] By: gsar                                  on 2000/04/24  09:01:40
62909         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
62910      Branch: perl
62911            ! pp_hot.c regexec.c t/op/pat.t
62912 ____________________________________________________________________________
62913 [  5930] By: gsar                                  on 2000/04/24  08:58:33
62914         Log: small os390 tweaks (from Peter Prymmer)
62915      Branch: perl
62916            ! config_h.SH makedepend.SH
62917 ____________________________________________________________________________
62918 [  5929] By: gsar                                  on 2000/04/24  08:55:25
62919         Log: pod nits
62920      Branch: perl
62921            ! pod/perlguts.pod
62922 ____________________________________________________________________________
62923 [  5928] By: gsar                                  on 2000/04/24  08:50:13
62924         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
62925      Branch: perl
62926            ! ext/IO/lib/IO/Poll.pm
62927 ____________________________________________________________________________
62928 [  5927] By: gsar                                  on 2000/04/24  08:43:24
62929         Log: arrange for next() to resume at the unstack op rather than the
62930              loop conditional, so that scope cleanup happens correctly
62931              (from Stephen McCamant)
62932      Branch: perl
62933            ! op.c pp_ctl.c t/op/misc.t
62934 ____________________________________________________________________________
62935 [  5926] By: gsar                                  on 2000/04/24  08:18:40
62936         Log: on windows, reserve 16M of stack rather than 128M (allows more
62937              threads to run concurrently)
62938      Branch: perl
62939            ! win32/Makefile win32/makefile.mk
62940 ____________________________________________________________________________
62941 [  5925] By: gsar                                  on 2000/04/24  08:13:52
62942         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
62943      Branch: perl
62944            ! toke.c
62945 ____________________________________________________________________________
62946 [  5924] By: gsar                                  on 2000/04/24  08:08:59
62947         Log: avoid using uninitialized memory in require version check
62948      Branch: perl
62949            ! pp_ctl.c universal.c
62950 ____________________________________________________________________________
62951 [  5923] By: gsar                                  on 2000/04/24  07:20:14
62952         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
62953      Branch: perl
62954            ! ext/IO/lib/IO/Poll.pm
62955 ____________________________________________________________________________
62956 [  5922] By: gsar                                  on 2000/04/24  07:08:42
62957         Log: commentary about IoTYPE() (from Nathan Torkington)
62958      Branch: perl
62959            ! sv.h
62960 ____________________________________________________________________________
62961 [  5921] By: gsar                                  on 2000/04/24  06:58:26
62962         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
62963              by fix
62964      Branch: perl
62965            ! sv.c t/lib/charnames.t t/pragma/utf8.t
62966 ____________________________________________________________________________
62967 [  5920] By: gsar                                  on 2000/04/24  06:37:59
62968         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
62969      Branch: perl
62970            ! doop.c t/op/ver.t
62971 ____________________________________________________________________________
62972 [  5919] By: gsar                                  on 2000/04/24  06:21:58
62973         Log: Configure might miss old directories when prefix must be
62974              expanded (from Robin Barker)
62975      Branch: metaconfig
62976            ! U/installdirs/inc_version_list.U
62977      Branch: perl
62978            ! Configure
62979 ____________________________________________________________________________
62980 [  5918] By: gsar                                  on 2000/04/24  06:16:11
62981         Log: VMS nits in glob() test (from Charles Lane)
62982      Branch: perl
62983            ! t/lib/glob-basic.t
62984 ____________________________________________________________________________
62985 [  5917] By: gsar                                  on 2000/04/24  06:11:56
62986         Log: various pod nits (from Larry Virden and others)
62987      Branch: perl
62988            ! README.amiga README.hpux README.machten README.os2
62989            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
62990            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
62991            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
62992            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
62993            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
62994            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
62995            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
62996            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
62997 ____________________________________________________________________________
62998 [  5916] By: gsar                                  on 2000/04/24  05:52:43
62999         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
63000              <wjones@tc.fluke.com>)
63001      Branch: perl
63002            ! t/lib/glob-basic.t
63003 ____________________________________________________________________________
63004 [  5915] By: gsar                                  on 2000/04/24  05:07:01
63005         Log: supported platforms mixed up
63006      Branch: perl
63007            ! pod/perl56delta.pod pod/perlport.pod
63008 ____________________________________________________________________________
63009 [  5914] By: gsar                                  on 2000/04/24  04:56:08
63010         Log: caller() wasn't returning the right number of elements for
63011              eval {...}
63012      Branch: perl
63013            ! pp_ctl.c t/pragma/warn/9enabled
63014 ____________________________________________________________________________
63015 [  5913] By: gsar                                  on 2000/04/24  04:35:41
63016         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
63017              Mark-Jason Dominus)
63018      Branch: perl
63019            ! pod/perlfunc.pod
63020 ____________________________________________________________________________
63021 [  5912] By: gsar                                  on 2000/04/24  04:17:15
63022         Log: fix totally broken caching in UNIVERSAL::isa() (from
63023              Nick Ing-Simmons)
63024      Branch: perl
63025            ! t/op/universal.t universal.c
63026 ____________________________________________________________________________
63027 [  5911] By: gsar                                  on 2000/04/24  03:39:47
63028         Log: add linebreak properties from unicode/LineBrk.txt (from
63029              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
63030      Branch: perl
63031            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
63032            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
63033            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
63034            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
63035            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
63036            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
63037            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
63038            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
63039            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
63040            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
63041            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
63042            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
63043            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
63044            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
63045            + lib/unicode/Is/LbrkZW.pl
63046            ! lib/unicode/mktables.PL
63047 ____________________________________________________________________________
63048 [  5910] By: gsar                                  on 2000/04/24  03:23:10
63049         Log: typo in pod
63050      Branch: perl
63051            ! ext/Thread/Thread.pm
63052 ____________________________________________________________________________
63053 [  5909] By: gsar                                  on 2000/04/24  03:22:03
63054         Log: mode argument to do_binmode() should be file mode, not boolean
63055      Branch: perl
63056            ! pp_sys.c
63057 ____________________________________________________________________________
63058 [  5908] By: gsar                                  on 2000/04/16  16:51:08
63059         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
63060              always returns a valid GV even when the symbol is trapped by strictures
63061              (avoids coredumps)
63062              
63063              TODO: the C<package;> hack needs similar treatment
63064      Branch: perl
63065            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
63066            ! t/pragma/strict-vars
63067 ____________________________________________________________________________
63068 [  5907] By: jhi                                   on 2000/03/31  23:42:56
63069         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
63070              an assumption which #5905 demolished.
63071      Branch: cfgperl
63072            ! pp_sys.c
63073 ____________________________________________________________________________
63074 [  5906] By: jhi                                   on 2000/03/31  18:54:37
63075         Log: Typo in #5905.
63076      Branch: cfgperl
63077            ! t/op/64bitint.t
63078 ____________________________________________________________________________
63079 [  5905] By: jhi                                   on 2000/03/31  18:50:54
63080         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
63081              reported by Joseph N. Hall.  The bug was that even with use64bitint
63082              one had to use the prefixes q, L, or ll with printf/sprintf,
63083              contrary to the documentation and common sense.
63084      Branch: cfgperl
63085            ! sv.c t/op/64bitint.t
63086 ____________________________________________________________________________
63087 [  5904] By: gsar                                  on 2000/03/28  02:31:32
63088         Log: add Changes, perldelta.pod
63089      Branch: perl
63090            + Changes pod/perldelta.pod
63091 ____________________________________________________________________________
63092 [  5903] By: gsar                                  on 2000/03/28  02:03:55
63093         Log: rename Changes and perldelta.pod
63094      Branch: perl
63095           +> Changes5.6 pod/perl56delta.pod
63096            - Changes pod/perldelta.pod
63097            ! MANIFEST
63098 ____________________________________________________________________________
63099 [  5902] By: gsar                                  on 2000/03/28  01:59:14
63100         Log: create maint-5.6 branch
63101      Branch: maint-5.6/perl
63102           +> (branch 1611 files)
63103 ____________________________________________________________________________
63104 [  5901] By: jhi                                   on 2000/03/23  05:48:43
63105         Log: Integrate with Sarathy.
63106      Branch: cfgperl
63107           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
63108 ____________________________________________________________________________
63109 [  5900] By: gsar                                  on 2000/03/23  05:42:43
63110         Log: three guesses on what this is :-)
63111      Branch: perl
63112            ! Changes