This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Advertise File::Temp, don't advertise POSIX::tmpnam().
[perl5.git] / Changes
CommitLineData
99b32ad1
JH
1Please note: This file provides a complete, temporally ordered log of
2changes that went into every version of Perl. If you'd like more
3detailed information, please consult the comments in the individual
4patches posted to the perl5-porters mailing list. Patches for each
5individual change may also be obtained through ftp and rsync--see
6perlhack.pod for the details.
7
8
5850c7a4 9[The "CAST AND CREW" list has been moved to AUTHORS.]
99b32ad1 10
99b32ad1
JH
11NOTE: Each change entry shows the change number; who checked it into the
12repository; when; description of the change; which branch the change
13happened in; and the affected files. The file lists have a short symbolic
14indicator:
15
16 ! modified
17 + added
18 - deleted
19 +> branched (from elsewhere)
20 !> merged changes (from elsewhere)
21
dd6de302
JH
22The Message-Ids in the change entries refer to the email messages sent
23to the perl5-porters mailing list. You can retrieve the messages for
24example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/
99b32ad1 25
0b3b9d72
JH
26This file contains only changes that affect the mainline branch,
27not those that affect the (now decommissioned) cfgperl, or vmsperl,
28or any other branch.
29
99b32ad1 30--------------
585d6f80 31Version v5.7.2 Development release working toward v5.8
99b32ad1 32--------------
365eb269 33____________________________________________________________________________
c72a9197
JH
34[ 11563] By: jhi on 2001/08/03 12:13:17
35 Log: Subject: [PATCH perl@11523] fix Stash.t for VMS
36 From: "Craig A. Berry" <craigberry@mac.com>
37 Date: Thu, 02 Aug 2001 23:15:24 -0500
38 Message-Id: <5.1.0.14.0.20010802230843.03530e58@mail.mac.com>
39 Branch: perl
40 ! ext/B/Stash.t
41____________________________________________________________________________
42[ 11562] By: jhi on 2001/08/03 12:11:57
43 Log: Subject: [patch] plug PL_cshname leak
44 From: Doug MacEachern <dougm@covalent.net>
45 Date: Thu, 2 Aug 2001 20:59:04 -0700 (PDT)
46 Message-ID: <Pine.LNX.4.21.0108022058020.8991-100000@mako.covalent.net>
47 Branch: perl
48 ! sv.c
49____________________________________________________________________________
50[ 11561] By: jhi on 2001/08/03 12:10:32
51 Log: Subject: [patch] plug PL_sh_path leak
52 From: Doug MacEachern <dougm@covalent.net>
53 Date: Thu, 2 Aug 2001 20:54:08 -0700 (PDT)
54 Message-ID: <Pine.LNX.4.21.0108022043040.8991-100000@mako.covalent.net>
55 Branch: perl
56 ! sv.c
57____________________________________________________________________________
58[ 11560] By: jhi on 2001/08/03 12:09:50
59 Log: Subject: [patch] plug PL_regex_padav leaks
60 From: Doug MacEachern <dougm@covalent.net>
61 Date: Thu, 2 Aug 2001 20:24:55 -0700 (PDT)
62 Message-ID: <Pine.LNX.4.21.0108022020100.8991-100000@mako.covalent.net>
63 Branch: perl
64 ! op.c op.h perl.c
65____________________________________________________________________________
66[ 11559] By: jhi on 2001/08/03 12:08:59
67 Log: Subject: [patch] plug PL_origargv leak
68 From: Doug MacEachern <dougm@covalent.net>
69 Date: Thu, 2 Aug 2001 18:15:22 -0700 (PDT)
70 Message-ID: <Pine.LNX.4.21.0108021813380.8991-100000@mako.covalent.net>
71 Branch: perl
72 ! perl.c
73____________________________________________________________________________
74[ 11558] By: jhi on 2001/08/03 12:07:58
75 Log: Subject: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
76 From: Abhijit Menon-Sen <ams@wiw.org>
77 Date: Fri, 3 Aug 2001 06:38:11 +0530
78 Message-ID: <20010803063811.A19266@lustre.dyn.wiw.org>
79 Branch: perl
80 ! hv.c
81____________________________________________________________________________
82[ 11557] By: nick on 2001/08/03 08:17:38
83 Log: Integrate mainline
84 Branch: perlio
85 +> (branch 47 files)
86 - lib/Switch/test.pl
87 !> (integrate 49 files)
88____________________________________________________________________________
89[ 11556] By: jhi on 2001/08/02 22:46:22
90 Log: Subject: [PATCH perl@11523] fix Showlex.t for VMS
91 From: "Craig A. Berry" <craigberry@mac.com>
92 Date: Thu, 02 Aug 2001 12:56:19 -0500
93 Message-Id: <5.1.0.14.0.20010802124618.034c5008@exchi01>
94 Branch: perl
95 ! ext/B/Showlex.t
96____________________________________________________________________________
97[ 11555] By: jhi on 2001/08/02 22:29:34
98 Log: Be more careful about non-existent files.
99 Branch: perl
100 ! lib/File/Copy.pm
101____________________________________________________________________________
102[ 11554] By: jhi on 2001/08/02 21:37:27
103 Log: Subject: [PATCH resend] deparse empty formats
104 From: Robin Houston <robin@kitsite.com>
105 Date: Thu, 2 Aug 2001 14:32:36 +0100
106 Message-ID: <20010802143236.A894@robin.kitsite.com>
107 Branch: perl
108 ! ext/B/B/Deparse.pm
109____________________________________________________________________________
110[ 11553] By: jhi on 2001/08/02 16:37:32
111 Log: Subject: [patch] ithreads + refto fix improvement
112 From: Doug MacEachern <dougm@covalent.net>
113 Date: Thu, 2 Aug 2001 09:41:53 -0700 (PDT)
114 Message-ID: <Pine.LNX.4.21.0108020939030.8991-100000@mako.covalent.net>
115 Branch: perl
116 ! pp.c
117____________________________________________________________________________
118[ 11552] By: jhi on 2001/08/02 14:24:26
119 Log: Readability nit from Abhijit.
120 Branch: perl
121 ! op.c
122____________________________________________________________________________
123[ 11551] By: jhi on 2001/08/02 14:22:31
124 Log: setproctitle() API version nit from Anton Berezin.
125 Branch: perl
126 ! mg.c
127____________________________________________________________________________
128[ 11550] By: jhi on 2001/08/02 13:51:41
129 Log: Add PerlCE to the docs.
130 Branch: perl
131 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
132 ! pod/perltoc.pod win32/Makefile win32/makefile.mk
133____________________________________________________________________________
134[ 11549] By: jhi on 2001/08/02 13:25:43
135 Log: Integrate the PerlCE (WinCE Perl) port;
136 kindly supplied by Rainer Keuchel <rkeuc@allgeier.com>.
137 Branch: perl
138 + README.ce wince/FindExt.pm wince/Makefile.ce
139 + wince/README.compile wince/README.perlce wince/bin/exetype.pl
140 + wince/bin/perlglob.pl wince/bin/pl2bat.pl wince/bin/runperl.pl
141 + wince/bin/search.pl wince/config.ce wince/config.h
142 + wince/config_H.ce wince/config_h.PL wince/config_sh.PL
143 + wince/dl_win32.xs wince/include/arpa/inet.h
144 + wince/include/cectype.h wince/include/errno.h
145 + wince/include/netdb.h wince/include/sys/socket.h
146 + wince/include/sys/stat.h wince/include/sys/types.h
147 + wince/include/sys/utime.h wince/include/time.h wince/perl.ico
148 + wince/perl.rc wince/perldll.def wince/perllib.c
149 + wince/perlmain.c wince/registry.bat wince/runperl.c
150 + wince/splittree.pl wince/win32.h wince/win32iop.h
151 + wince/win32thread.c wince/win32thread.h wince/wince.c
152 + wince/wince.h wince/wincesck.c wince/xbuildall.ksh
153 + wince/xdistclean.ksh wince/xmakediffs.ksh
154 ! MANIFEST perl.c perl.h perlio.c
155____________________________________________________________________________
156[ 11548] By: jhi on 2001/08/02 13:18:08
157 Log: setproctitle() made simpler. (This assumes the string is
158 \0-terminated: if not, the three-arg form setproctitle(fmt, len, s)
159 should be used. Note len, not len + 1.) BSD-fu from Anton
160 Berezin.
161 Branch: perl
162 ! mg.c
163____________________________________________________________________________
164[ 11547] By: jhi on 2001/08/02 12:49:54
165 Log: Subject: [PATCH] -Wall cleanup: op.c
166 From: Richard Soderberg <rs@oregonnet.com>
167 Date: Thu, 2 Aug 2001 00:17:09 -0700
168 Message-Id: <200108020717.AAA26895@oregonnet.com>
169
170 Subject: [PATCH] -Wall cleanup: sv.c
171 From: Richard Soderberg <rs@oregonnet.com>
172 Date: Thu, 2 Aug 2001 00:49:21 -0700
173 Message-Id: <200108020749.AAA27492@oregonnet.com>
174 Branch: perl
175 ! op.c sv.c
176____________________________________________________________________________
177[ 11546] By: jhi on 2001/08/02 00:53:34
178 Log: Update Changes.
179 Branch: perl
180 ! Changes patchlevel.h
181____________________________________________________________________________
d7cc7b3a
JH
182[ 11545] By: jhi on 2001/08/02 00:48:55
183 Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
184 From: Doug MacEachern <dougm@covalent.net>
185 Date: Wed, 1 Aug 2001 18:34:44 -0700 (PDT)
186 Message-ID: <Pine.LNX.4.21.0108011830080.8991-100000@mako.covalent.net>
187 Branch: perl
188 ! op.c
189____________________________________________________________________________
190[ 11544] By: jhi on 2001/08/01 23:08:41
191 Log: The #11541 didn't work under threads.
192 Branch: perl
193 ! op.c
194____________________________________________________________________________
195[ 11543] By: jhi on 2001/08/01 22:46:41
196 Log: Subject: Re: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
197 From: Hugo <hv@crypt.compulink.co.uk>
198 Date: Fri, 22 Jun 2001 01:19:08 +0100
199 Message-Id: <200106220019.BAA03365@crypt.compulink.co.uk>
200
201 (Skip tests if accept() failed)
202 Branch: perl
203 ! ext/IO/lib/IO/t/io_unix.t
204____________________________________________________________________________
205[ 11542] By: jhi on 2001/08/01 22:40:09
206 Log: Subject: [ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in perl.h)
207 From: "Stian Seeberg" <sseeberg@nimsoft.no>
208 Date: Mon, 30 Jul 2001 12:28:07 +0200
209 Message-Id: <68236D3FC2D92347B466639324391D1A0432AB@PONDUS.nimsoft.no>
210 Branch: perl
211 ! perl.h
212____________________________________________________________________________
213[ 11541] By: jhi on 2001/08/01 22:38:31
214 Log: Subject: Pluggable optimizer
215 From: Simon Cozens <simon@netthink.co.uk>
216 Date: Wed, 1 Aug 2001 13:57:02 -0700
217 Message-ID: <20010801135702.I10442@netthink.co.uk>
218 Branch: perl
219 ! embedvar.h op.c perl.c perl.h perlapi.h sv.c thrdvar.h util.c
220____________________________________________________________________________
221[ 11540] By: jhi on 2001/08/01 22:29:54
222 Log: Subject: [ID 20010801.039] perlre.pod message typo
223 From: Autrijus Tang <autrijus@geb.elixus.org>
224 Date: Thu, 2 Aug 2001 04:48:02 +0800 (CST)
225 Message-Id: <200108012048.f71Km2r79890@geb.elixus.org>
226 Branch: perl
227 ! pod/perlre.pod
228____________________________________________________________________________
229[ 11539] By: jhi on 2001/08/01 16:32:52
230 Log: Test for change #11536.
231 Branch: perl
232 ! t/op/tiehandle.t
233____________________________________________________________________________
234[ 11538] By: jhi on 2001/08/01 16:27:19
235 Log: More test fixups for #11537.
236 Branch: perl
237 ! t/lib/warnings/4lint t/lib/warnings/9enabled
238____________________________________________________________________________
239[ 11537] By: jhi on 2001/08/01 16:26:25
240 Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
241 From: Doug MacEachern <dougm@covalent.net>
242 Date: Mon, 30 Jul 2001 17:38:50 -0700 (PDT)
243 Message-ID: <Pine.LNX.4.21.0107301720310.25941-100000@mako.covalent.net>
244 Branch: perl
245 ! op.c t/TestInit.pm
246____________________________________________________________________________
247[ 11536] By: jhi on 2001/08/01 16:08:08
248 Log: Subject: [patch] ithreads + refto bug
249 From: Doug MacEachern <dougm@covalent.net>
250 Date: Wed, 1 Aug 2001 09:47:28 -0700 (PDT)
251 Message-ID: <Pine.LNX.4.21.0108010937240.7498-100000@mako.covalent.net>
252
253 (Test in change #11539)
254 Branch: perl
255 ! pp.c
256____________________________________________________________________________
257[ 11535] By: jhi on 2001/08/01 16:05:56
258 Log: Subject: [PATCH: perl@11523] fixups for t/harness
259 From: Prymmer/Kahn <pvhp@best.com>
260 Date: Wed, 1 Aug 2001 09:24:23 -0700 (PDT)
261 Message-ID: <Pine.BSF.4.21.0108010910310.17655-100000@shell8.ba.best.com>
262 Branch: perl
263 ! t/harness
264____________________________________________________________________________
265[ 11534] By: jhi on 2001/08/01 16:00:45
266 Log: Subject: [PATCH: perl@11523] add xsubpp and libnetcfg to installed *.bat files for win32 builds
267 From: Prymmer/Kahn <pvhp@best.com>
268 Date: Wed, 1 Aug 2001 09:07:13 -0700 (PDT)
269 Message-ID: <Pine.BSF.4.21.0108010859230.17655-100000@shell8.ba.best.com>
270 Branch: perl
271 ! win32/Makefile win32/makefile.mk
272____________________________________________________________________________
273[ 11533] By: jhi on 2001/08/01 13:38:29
274 Log: Need to know the number of tests.
275 Branch: perl
276 ! t/run/exit.t
277____________________________________________________________________________
278[ 11532] By: jhi on 2001/08/01 13:04:31
279 Log: Subject: Re: new exit tests on VMS
280 From: "Craig A. Berry" <craigberry@mac.com>
281 Date: Tue, 31 Jul 2001 12:19:29 -0500
282 Message-Id: <5.1.0.14.0.20010731114845.03743008@mail.telocity.com>
283 Branch: perl
284 ! t/run/exit.t
285____________________________________________________________________________
286[ 11531] By: jhi on 2001/08/01 12:46:43
287 Log: Retract #11530 (the dTHX is needed under threads)
288 Branch: perl
289 ! perlio.c
290____________________________________________________________________________
291[ 11530] By: jhi on 2001/08/01 12:39:35
292 Log: (Retracted by #11531)
293 Branch: perl
294 ! perlio.c
295____________________________________________________________________________
296[ 11529] By: jhi on 2001/08/01 12:32:22
297 Log: Subject: [PATCH 1/4] -Wall cleanups: unixish.h
298 From: Richard Soderberg <rs@crystalflame.net>
299 Date: Tue, 31 Jul 2001 23:16:22 -0700 (PDT)
300 Message-ID: <Pine.LNX.4.21.0107312313490.24341-100000@oregonnet.com>
301 Branch: perl
302 ! unixish.h
303____________________________________________________________________________
304[ 11528] By: jhi on 2001/08/01 12:18:59
305 Log: Subject: [PATCH 5.7.2] Allow for long long in h2xs
306 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
307 Date: Tue, 31 Jul 2001 05:39:09 -0400
308 Message-ID: <20010731053909.A1810@math.ohio-state.edu>
309
310 (with a note about the case of UV being equal to long long)
311 Branch: perl
312 ! utils/h2xs.PL
313____________________________________________________________________________
314[ 11527] By: jhi on 2001/07/31 23:49:04
315 Log: Subject: [PATCH perl@11487] fix fs.t for VMS
316 From: "Craig A. Berry" <craigberry@mac.com>
317 Date: Tue, 31 Jul 2001 14:57:43 -0500
318 Message-Id: <5.1.0.14.0.20010731145015.03743008@exchi01>
319 Branch: perl
320 ! t/io/fs.t
321____________________________________________________________________________
322[ 11526] By: jhi on 2001/07/31 23:47:57
323 Log: Fix for
324
325 Subject: [ID 20010116.001] File::Copy truncates orig file
326 From: arbor@al37al08.telecel.pt
327 Date: Tue, 16 Jan 2001 11:43:02 GMT
328 Message-Id: <200101161143.AA11184@al37al08.telecel.pt>
329
330 (copy($foo, $foo) would truncate $foo)
331 Branch: perl
332 ! lib/File/Copy.pm lib/File/Copy.t
333____________________________________________________________________________
334[ 11525] By: jhi on 2001/07/31 23:01:01
335 Log: Metaconfig unit change for #11524.
336 Branch: metaconfig/U/perl
337 ! Extras.U
338____________________________________________________________________________
339[ 11524] By: jhi on 2001/07/31 23:00:36
340 Log: Multiple modules didn't work; plus typo fixes.
341 Branch: perl
342 ! Configure
343____________________________________________________________________________
344[ 11523] By: jhi on 2001/07/31 15:29:58
345 Log: Update Changes.
346 Branch: perl
347 ! Changes patchlevel.h
348____________________________________________________________________________
33c3e263
JH
349[ 11522] By: jhi on 2001/07/31 15:25:35
350 Log: Regen perlapi.
351 Branch: perl
352 ! pod/perlapi.pod
353____________________________________________________________________________
354[ 11521] By: jhi on 2001/07/31 15:19:01
355 Log: Subject: Re: [PATCH sv.c] mortal doc thinko
356 From: Dave Mitchell <davem@fdgroup.co.uk>
357 Date: Tue, 31 Jul 2001 11:52:42 +0100 (BST)
358 Message-Id: <200107311052.LAA14427@gizmo.fdgroup.co.uk>
359 Branch: perl
360 ! sv.c
361____________________________________________________________________________
362[ 11520] By: jhi on 2001/07/31 15:17:43
363 Log: Regen toc.
364 Branch: perl
365 ! pod/perltoc.pod
366____________________________________________________________________________
367[ 11519] By: jhi on 2001/07/31 15:17:17
368 Log: Regen Porting stuff.
369 Branch: perl
370 ! Porting/Glossary Porting/config.sh Porting/config_H
371____________________________________________________________________________
372[ 11518] By: jhi on 2001/07/31 14:16:08
373 Log: Subject: [PATCH 5.7.2] Allow for GNU-isms in h2xs
374 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
375 Date: Tue, 31 Jul 2001 05:34:38 -0400
376 Message-ID: <20010731053438.A1754@math.ohio-state.edu>
377 Branch: perl
378 ! utils/h2xs.PL
379____________________________________________________________________________
380[ 11517] By: jhi on 2001/07/31 14:15:01
381 Log: Metaconfig unit change for #11516.
382 Branch: metaconfig/U/perl
383 ! gccvers.U
384____________________________________________________________________________
385[ 11516] By: jhi on 2001/07/31 14:14:35
386 Log: Add -Wall in cflags, not in Configure.
387 (This way -Wall affects only the core and the core XS,
388 not user modules' XS. Concern from Paul Marquess,
389 implementation idea from Andy Dougherty.)
390 Branch: perl
391 ! Configure cflags.SH
392____________________________________________________________________________
393[ 11515] By: jhi on 2001/07/31 13:57:15
394 Log: Metaconfig unit changes for #11514.
395 Branch: metaconfig
396 + U/modified/sysman.U
397 ! U/installdirs/man1dir.U
398____________________________________________________________________________
399[ 11514] By: jhi on 2001/07/31 13:56:26
400 Log: Subject: Configure's detection of system manual
401 From: Sean Dague <sean@dague.net>
402 Date: Sun, 13 May 2001 15:53:15 -0400
403 Message-ID: <20010513155315.A15833@underhill.dague.net>
404 Branch: perl
405 ! Configure
406____________________________________________________________________________
407[ 11513] By: jhi on 2001/07/31 03:23:01
408 Log: Subject: [ID 20010621.004] Typo in perlobj.pod
409 From: Autrijus Tang <autrijus@autrijus.org>
410 Date: Thu, 21 Jun 2001 23:56:48 +0800
411 Message-Id: <20010621235648.A57340@not.autrijus.org>
412 Branch: perl
413 ! pod/perlobj.pod
414____________________________________________________________________________
415[ 11512] By: jhi on 2001/07/31 03:13:35
416 Log: Subject: Typo in DB_File.pm
417 From: "Philip Newton" <Philip.Newton@gmx.net>
418 Date: Tue, 31 Jul 2001 06:19:35 +0200
419 Message-Id: <200107310413.f6V4DmL11900@chaos.wustl.edu>
420 Branch: perl
421 ! ext/DB_File/DB_File.pm
422____________________________________________________________________________
423[ 11511] By: jhi on 2001/07/31 03:01:49
424 Log: Subject: Re: [ID 20010529.002] typos in man page perlre
425 From: "Stephen P. Potter" <spp@spotter.yi.org>
426 Date: Wed, 30 May 2001 13:59:34 -0400
427 Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org>
428 Branch: perl
429 ! pod/perlre.pod
430____________________________________________________________________________
431[ 11510] By: jhi on 2001/07/31 02:13:58
432 Log: eval "format foo=" would loop indefinitely; reported in
433
434 Subject: A load of old rubbish
435 From: Mike Guy <mjtg@cam.ac.uk>
436 Date: Mon, 14 May 2001 16:12:22 +0100
437 Message-Id: <E14zK1G-0003a2-00@virgo.cus.cam.ac.uk>
438
439 (The core dumps reported in there already fixed.)
440 Branch: perl
441 ! toke.c
442____________________________________________________________________________
443[ 11509] By: jhi on 2001/07/31 00:37:49
444 Log: Upgrade to Switch 2.04, now with Perl 6 given+when.
445 Branch: perl
446 + lib/Switch/Changes lib/Switch/README lib/Switch/t/given_when.t
447 + lib/Switch/t/switch_case.t
448 - lib/Switch/test.pl
449 ! MANIFEST lib/Switch.pm
450____________________________________________________________________________
451[ 11508] By: jhi on 2001/07/31 00:17:38
452 Log: Subject: [PATCH @11505] DB_File-1.78
453 From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
454 Date: Mon, 30 Jul 2001 22:54:37 +0100
455 Message-ID: <AIEAJICLCBDNAAOLLOKLGELNCLAA.Paul_Marquess@Yahoo.co.uk>
456 Branch: perl
457 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
458 ! ext/DB_File/DB_File.xs ext/DB_File/version.c
459____________________________________________________________________________
460[ 11507] By: jhi on 2001/07/30 23:11:10
461 Log: Explain in more detail why -pipe and -fno-common are good.
462 Branch: perl
463 ! hints/darwin.sh
464____________________________________________________________________________
465[ 11506] By: nick on 2001/07/30 14:32:23
466 Log: Integrate mainline
467 Branch: perlio
468 !> INSTALL Makefile.SH doio.c hints/darwin.sh
469____________________________________________________________________________
470[ 11505] By: jhi on 2001/07/30 14:14:39
471 Log: Perl hasn't been putting man pages into $prefix/lib for
472 a long time now; pointed out by Andy Dougherty.
473 Branch: perl
474 ! hints/darwin.sh
475____________________________________________________________________________
476[ 11504] By: jhi on 2001/07/30 14:13:15
477 Log: Document the extras Configure option.
478 Branch: perl
479 ! INSTALL
480____________________________________________________________________________
481[ 11503] By: jhi on 2001/07/30 13:52:14
482 Log: Integrate change #11051 from macperl; O_RDONLY is not zero
483 everywhere.
484 Branch: perl
485 !> doio.c
486____________________________________________________________________________
487[ 11502] By: jhi on 2001/07/30 13:45:27
488 Log: Doubly guard against invoking CPAN if no extras defined,
489 pointed out by H. Merijn Brand.
490 Branch: perl
491 ! Makefile.SH
492____________________________________________________________________________
493[ 11501] By: pudge on 2001/07/30 12:57:56
494 Log: Fix O_RDONLY check to check for O_RDONLY.
495 Branch: maint-5.6/macperl
496 ! doio.c
497____________________________________________________________________________
498[ 11500] By: pudge on 2001/07/30 12:41:11
499 Log: Integrate miscellaneous changes from maint-5.6/perl.
500 Branch: maint-5.6/macperl
501 !> MANIFEST t/TEST t/harness t/pod/testp2pt.pl t/run/runenv.t
502____________________________________________________________________________
503[ 11499] By: nick on 2001/07/30 06:52:42
504 Log: Integrate mainline
505 Branch: perlio
506 +> macos/MacPerlTests.cmd macos/xsubpp.patch os2/perlrexx.c
507 +> win32/sync_ext.pl
508 - win32/sncfnmcs.pl
509 !> (integrate 71 files)
510____________________________________________________________________________
511[ 11498] By: jhi on 2001/07/30 03:53:34
512 Log: Update Changes.
513 Branch: perl
514 ! Changes patchlevel.h
515____________________________________________________________________________
6c31a68f
JH
516[ 11497] By: jhi on 2001/07/30 03:45:32
517 Log: Now Configure -Dextras=Foo::Bar and "make install" will
518 fetch and install Foo::Bar.
519 Branch: perl
520 ! Makefile.SH
521____________________________________________________________________________
522[ 11496] By: jhi on 2001/07/30 03:18:28
523 Log: Metaconfig unit change for #11495.
524 Branch: metaconfig/U/perl
525 ! Extras.U
526____________________________________________________________________________
527[ 11495] By: jhi on 2001/07/30 03:18:01
528 Log: extras.make, extras.test, and extras.install make targets.
529 Branch: perl
530 ! Configure Makefile.SH
531____________________________________________________________________________
532[ 11494] By: jhi on 2001/07/30 01:37:35
533 Log: Metaconfig unit change for #11493.
534 Branch: metaconfig/U/perl
535 ! Extras.U
536____________________________________________________________________________
537[ 11493] By: jhi on 2001/07/30 01:37:14
538 Log: Better to have the list of extras in $extras than 'define'.
539 Branch: perl
540 ! Configure
541____________________________________________________________________________
542[ 11492] By: jhi on 2001/07/30 01:33:16
543 Log: The metaconfig unit change for #11490.
544 Branch: metaconfig/U/perl
545 + Extras.U
546____________________________________________________________________________
547[ 11491] By: jhi on 2001/07/30 01:32:54
548 Log: Missed from #11490 (the required dependency).
549 Branch: perl
550 ! Makefile.SH
551____________________________________________________________________________
552[ 11490] By: jhi on 2001/07/30 01:32:02
553 Log: Add the support of asking for extra modules or bundles of modules
554 to be fetched from the CPAN and installed as a part of the Perl
555 build process. None of this installation is yet really done;
556 only the list is asked, and saved away in extras.lst for
557 the build and installation process to worry about later.
558 Branch: perl
559 ! Configure
560____________________________________________________________________________
561[ 11489] By: jhi on 2001/07/29 22:15:25
562 Log: Beginnings of better Inf and NaN support.
563 At least toke.c and sv.c still need quite a bit of work.
564 Branch: perl
565 ! numeric.c perl.h
566____________________________________________________________________________
567[ 11488] By: jhi on 2001/07/29 21:18:57
568 Log: Top-level Makefile didn't honour OPTIMIZE.
569 Branch: perl
570 ! Makefile.SH
571____________________________________________________________________________
572[ 11487] By: jhi on 2001/07/29 20:56:04
573 Log: Update Changes.
574 Branch: perl
575 ! Changes patchlevel.h
576____________________________________________________________________________
3e54165a
JH
577[ 11486] By: jhi on 2001/07/29 20:38:09
578 Log: Use Search::Dict 1.02 interface for charinfo().
579 Branch: perl
580 ! lib/UnicodeCD.pm
581____________________________________________________________________________
582[ 11485] By: jhi on 2001/07/29 20:37:11
583 Log: Now also allow transforming the read lines before comparing them.
584 (This will help UnicodeCD.)
585 Branch: perl
586 ! lib/Search/Dict.pm
587____________________________________________________________________________
588[ 11484] By: jhi on 2001/07/29 20:03:13
589 Log: Remove tiehandle code.
590 Branch: perl
591 ! lib/UnicodeCD.pm
592____________________________________________________________________________
593[ 11483] By: jhi on 2001/07/29 19:59:02
594 Log: Allow specifying a comparison function for Search::Dict::look().
595 Branch: perl
596 ! lib/Search/Dict.pm
597____________________________________________________________________________
598[ 11482] By: jhi on 2001/07/29 18:55:04
599 Log: Small UnicodeCD tweaks.
600 Branch: perl
601 ! lib/UnicodeCD.pm lib/UnicodeCD.t
602____________________________________________________________________________
603[ 11481] By: jhi on 2001/07/29 17:14:19
604 Log: Subject: [PATCH @11446] UnicodeCD::charinfo
605 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
606 Date: Tue, 24 Jul 2001 01:51:32 +0900
607 Message-Id: <20010724015114.CF4D.BQW10602@nifty.com>
608 Branch: perl
609 ! lib/UnicodeCD.pm lib/UnicodeCD.t
610____________________________________________________________________________
611[ 11480] By: jhi on 2001/07/29 16:55:58
612 Log: Subject: [PATCH] installperl
613 From: Wilfredo Sánchez <wsanchez@MIT.EDU>
614 Date: Fri, 27 Jul 2001 19:05:04 -0700
615 Message-Id: <F7912758-82FC-11D5-BFC6-003065D59FBA@thor.sbay.org>
616 Branch: perl
617 ! installperl
618____________________________________________________________________________
619[ 11479] By: jhi on 2001/07/29 16:52:52
620 Log: Subject: [PATCH] Set proper compatibility versions in core
621 From: Wilfredo Sánchez <wsanchez@MIT.EDU>
622 Date: Fri, 27 Jul 2001 20:01:49 -0700
623 Message-Id: <E3A6C66A-8304-11D5-BFC6-003065D59FBA@thor.sbay.org>
624 Branch: perl
625 ! Makefile.SH
626____________________________________________________________________________
627[ 11478] By: jhi on 2001/07/29 16:50:55
628 Log: Metaconfig unit change for #11477.
629 Branch: metaconfig/U/perl
630 ! dlsrc.U
631____________________________________________________________________________
632[ 11477] By: jhi on 2001/07/29 16:50:35
633 Log: Subject: [PATCH] Darwin: -fpic not so good
634 From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
635 Date: Fri, 27 Jul 2001 18:57:38 -0700
636 Message-Id: <EC1496A6-82FB-11D5-BFC6-003065D59FBA@thor.sbay.org>
637 Branch: perl
638 ! Configure
639____________________________________________________________________________
640[ 11476] By: jhi on 2001/07/29 16:44:03
641 Log: Subject: [PATCH] Clean up Darwin hints
642 From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
643 Date: Fri, 27 Jul 2001 19:13:15 -0700
644 Message-Id: <1A70CA3F-82FE-11D5-BFC6-003065D59FBA@thor.sbay.org>
645 Branch: perl
646 ! hints/darwin.sh
647____________________________________________________________________________
648[ 11475] By: jhi on 2001/07/29 16:28:45
649 Log: Subject: [PATCH split()] split()'s unused captures should be undef, not ''
650 From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
651 Date: Fri, 27 Jul 2001 14:00:37 -0400 (EDT)
652 Message-ID: <Pine.GSO.4.21.0107271358310.28213-100000@crusoe.crusoe.net>
653 Branch: perl
654 ! pod/perlfunc.pod pp.c t/op/split.t
655____________________________________________________________________________
656[ 11474] By: jhi on 2001/07/29 16:27:54
657 Log: Subject: [PATCH perlvar.pod] $^N foolery as well
658 From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
659 Date: Thu, 26 Jul 2001 20:03:12 -0400 (EDT)
660 Message-ID: <Pine.GSO.4.21.0107261958380.28213-100000@crusoe.crusoe.net>
661 Branch: perl
662 ! pod/perlvar.pod
663____________________________________________________________________________
664[ 11473] By: jhi on 2001/07/29 16:27:00
665 Log: Subject: [PATCH] fixes to constant.pm documentation
666 From: Ilmari Karonen <iltzu@sci.fi>
667 Date: Tue, 24 Jul 2001 16:44:24 +0300 (EET DST)
668 Message-ID: <Pine.SOL.3.96.1010724163055.6822A-100000@simpukka>
669 Branch: perl
670 ! lib/constant.pm
671____________________________________________________________________________
672[ 11472] By: jhi on 2001/07/28 18:39:03
673 Log: Subject: [DOC PATCH bleadperl] perlport.pod and C<..">>"...>
674 From: "Philip Newton" <Philip.Newton@gmx.net>
675 Date: Fri, 27 Jul 2001 07:51:10 +0200
676 Message-Id: <200107270548.f6R5mJL09063@chaos.wustl.edu>
677 Branch: perl
678 ! pod/perlport.pod
679____________________________________________________________________________
680[ 11471] By: nick on 2001/07/26 06:23:32
681 Log: Subject: [PATCH] Doc fix for perlguts / threading
682 From: Arthur Bergman <arthur@contiller.se>
683 Date: Wed, 25 Jul 2001 11:28:23 +0200
684 Message-Id: <B7845DD6.2812%arthur@contiller.se>
685 Branch: perl
686 ! pod/perlguts.pod
687____________________________________________________________________________
688[ 11470] By: nick on 2001/07/26 06:21:06
689 Log: Subject: [DOC PATCH bleadperl] INSTALL: README for Unix systems exist
690 From: Philip Newton <Philip.Newton@gmx.net>
691 Date: Wed, 25 Jul 2001 08:19:47 +0200
692 Message-Id: <E15PHy4-0000cR-00@mserv1f.vianw.co.uk>
693 Branch: perl
694 ! INSTALL
695____________________________________________________________________________
696[ 11469] By: nick on 2001/07/26 06:20:25
697 Log: Subject: [DOC PATCH bleadperl] typo in INSTALL?
698 From: Philip Newton <Philip.Newton@gmx.net>
699 Date: Wed, 25 Jul 2001 08:12:48 +0200
700 Message-Id: <E15PHrJ-00003f-00@mserv1f.vianw.co.uk>
701 Branch: perl
702 ! INSTALL
703____________________________________________________________________________
704[ 11468] By: jhi on 2001/07/25 01:39:11
705 Log: More +x.
706 Branch: perl
707 ! Porting/makerel
708____________________________________________________________________________
709[ 11467] By: jhi on 2001/07/24 16:05:34
710 Log: Update Changes.
711 Branch: perl
712 ! Changes patchlevel.h
713____________________________________________________________________________
8fc0601b
JH
714[ 11466] By: jhi on 2001/07/24 15:40:28
715 Log: Subject: [PATCH bleadperl os2/perlrexx.c] my C compiler has no HTML parser
716 From: "Philip Newton" <Philip.Newton@gmx.net>
717 Date: Tue, 24 Jul 2001 06:45:55 +0200
718 Message-ID: <20010724.064500@ID-11583.news.dfncis.de>
719 Branch: perl
720 ! os2/perlrexx.c
721____________________________________________________________________________
722[ 11465] By: jhi on 2001/07/24 15:37:48
723 Log: Subject: [PATCH: perl@11446] add io/fs.t to vmsperl test suite
724 From: Peter Prymmer <pvhp@forte.com>
725 Date: Mon, 23 Jul 2001 16:58:30 -0700 (PDT)
726 Message-ID: <Pine.OSF.4.10.10107231643480.401242-100000@aspara.forte.com>
727 Branch: perl
728 ! pod/perlport.pod t/io/fs.t vms/test.com
729____________________________________________________________________________
730[ 11464] By: jhi on 2001/07/24 02:58:20
731 Log: Workaround on Cwd bootstrap problem.
732 Branch: perl
733 ! lib/ExtUtils/MakeMaker.pm
734____________________________________________________________________________
735[ 11463] By: jhi on 2001/07/23 23:11:41
736 Log: When in Rome, quote like the Romans do.
737 Branch: perl
738 ! cflags.SH
739____________________________________________________________________________
740[ 11462] By: jhi on 2001/07/23 23:04:02
741 Log: Subject: [PATCH 5.7.2] OS/2 multi-architecture
742 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
743 Date: Mon, 23 Jul 2001 19:29:49 -0400
744 Message-ID: <20010723192949.A14802@math.ohio-state.edu>
745 Branch: perl
746 + os2/perlrexx.c
747 ! MANIFEST configpm makedef.pl mg.c os2/Makefile.SHs
748 ! os2/OS2/REXX/t/rx_vrexx.t os2/os2.c os2/os2ish.h perl.c
749 ! t/op/write.t
750____________________________________________________________________________
751[ 11461] By: jhi on 2001/07/23 22:58:15
752 Log: Subject: [PATCH 5.7.2] MakeMaker FIRST_MAKEFILE and subdir
753 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
754 Date: Mon, 23 Jul 2001 18:43:42 -0400
755 Message-ID: <20010723184342.A14494@math.ohio-state.edu>
756 Branch: perl
757 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
758____________________________________________________________________________
759[ 11460] By: jhi on 2001/07/23 22:54:52
760 Log: Subject: [PATCH 5.7.2] MakeMaker subdir
761 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
762 Date: Mon, 23 Jul 2001 18:33:16 -0400
763 Message-ID: <20010723183316.A14298@math.ohio-state.edu>
764 Branch: perl
765 ! lib/ExtUtils/MakeMaker.pm
766____________________________________________________________________________
767[ 11459] By: jhi on 2001/07/23 22:52:02
768 Log: Subject: [PATCH 5.7.2] OPTIMIZE= during perl make
769 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
770 Date: Mon, 23 Jul 2001 18:20:35 -0400
771 Message-ID: <20010723182035.A14192@math.ohio-state.edu>
772 Branch: perl
773 ! Makefile.SH cflags.SH
774____________________________________________________________________________
775[ 11458] By: jhi on 2001/07/23 22:41:19
776 Log: Subject: [PATCH] Print CONFIGURE params in ExtUtils::MakeMaker output
777 From: "David D. Kilzer" <ddkilzer@lubricants-oil.com>
778 Date: Mon, 23 Jul 2001 11:32:17 -0500
779 Message-ID: <20010723113217.A28614@elbonia.lubricants-oil.com>
780 Branch: perl
781 ! lib/ExtUtils/MakeMaker.pm
782____________________________________________________________________________
783[ 11457] By: jhi on 2001/07/23 21:22:36
784 Log: Subject: [PATCH 5.7.2] debug reloading selfloaded stuff
785 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
786 Date: Mon, 23 Jul 2001 18:13:20 -0400
787 Message-ID: <20010723181320.A14005@math.ohio-state.edu>
788 Branch: perl
789 ! lib/perl5db.pl
790____________________________________________________________________________
791[ 11456] By: jhi on 2001/07/23 21:19:28
792 Log: Subject: [PATCH 5.7.2] debugging selfloaded stuff
793 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
794 Date: Mon, 23 Jul 2001 18:07:40 -0400
795 Message-ID: <20010723180740.A13960@math.ohio-state.edu>
796 Branch: perl
797 ! op.c
798____________________________________________________________________________
799[ 11455] By: jhi on 2001/07/23 21:13:12
800 Log: Subject: [PATCH perl@11446] util.c: return required in Perl_my_fork
801 From: "Craig A. Berry" <craigberry@mac.com>
802 Date: Mon, 23 Jul 2001 15:35:06 -0500
803 Message-Id: <5.1.0.14.0.20010723152732.02ad4470@exchi01>
804 Branch: perl
805 ! util.c
806____________________________________________________________________________
807[ 11454] By: jhi on 2001/07/23 21:09:13
808 Log: Subject: [PATCH perlfaq9.pod typo]
809 From: "Larry Shatzer, Jr." <lshatzer@islanddata.com>
810 Date: Mon, 23 Jul 2001 07:49:05 -0700
811 Message-ID: <002f01c11386$a8539580$bb01a8c0@LSHATZER>
812 Branch: perl
813 ! pod/perlfaq9.pod
814____________________________________________________________________________
815[ 11453] By: jhi on 2001/07/23 21:06:42
816 Log: Subject: win32\sncfnmcs.pl corrections
817 From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
818 Date: Mon, 23 Jul 2001 12:56:54 +0200
819 Message-ID: <E3FB32585BF1D411B9E900805FF51A080C1C5D@RU0022EXCH001U>
820
821 Rename the script a little bit more sensibly.
822 Branch: perl
823 + win32/sync_ext.pl
824 - win32/sncfnmcs.pl
825 ! MANIFEST README.win32
826____________________________________________________________________________
827[ 11452] By: jhi on 2001/07/23 17:22:37
828 Log: Test tweak.
829 Branch: perl
830 ! ext/B/Deparse.t
831____________________________________________________________________________
832[ 11451] By: jhi on 2001/07/23 17:10:52
833 Log: Metaconfig unit tweak for #11450.
834 Branch: metaconfig/U/perl
835 ! Mksymlinks.U
836____________________________________________________________________________
837[ 11450] By: jhi on 2001/07/23 17:09:46
838 Log: Too volatile failsafe check.
839 Branch: perl
840 ! Configure
841____________________________________________________________________________
842[ 11449] By: jhi on 2001/07/23 16:53:59
843 Log: Further doc tweaks.
844 Branch: perl
845 ! lib/UnicodeCD.pm
846____________________________________________________________________________
847[ 11448] By: jhi on 2001/07/23 05:26:50
848 Log: Doc tweaks.
849 Branch: perl
850 ! lib/UnicodeCD.pm
851____________________________________________________________________________
852[ 11447] By: jhi on 2001/07/23 04:57:49
853 Log: Doc tweakery from Abhijit.
854 Branch: perl
855 ! Porting/repository.pod
856____________________________________________________________________________
857[ 11446] By: jhi on 2001/07/22 15:41:02
858 Log: An accidental empty line.
859 Branch: perl
860 ! MANIFEST
861____________________________________________________________________________
862[ 11445] By: jhi on 2001/07/22 15:38:30
863 Log: Missing MANIFESTations.
864 Branch: perl
865 ! MANIFEST
866____________________________________________________________________________
867[ 11444] By: jhi on 2001/07/22 15:30:10
868 Log: Update Changes.
869 Branch: perl
870 ! Changes patchlevel.h
871____________________________________________________________________________
bb260963
JH
872[ 11443] By: jhi on 2001/07/22 15:02:11
873 Log: Subject: Re: Typo in Porting/pumpkin/pod ?
874 From: Mike Guy <mjtg@cam.ac.uk>
875 Date: Fri, 20 Jul 2001 16:12:49 +0100
876 Message-Id: <E15NbxR-0006HD-00@draco.cus.cam.ac.uk>
877 Branch: perl
878 ! Porting/pumpkin.pod
879____________________________________________________________________________
880[ 11442] By: jhi on 2001/07/22 14:58:33
881 Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
882 From: Peter Prymmer <pvhp@forte.com>
883 Date: Fri, 20 Jul 2001 17:04:55 -0700 (PDT)
884 Message-ID: <Pine.OSF.4.10.10107201650510.144528-100000@aspara.forte.com>
885 Branch: perl
886 ! pod/perlhack.pod
887____________________________________________________________________________
888[ 11441] By: jhi on 2001/07/22 14:54:29
889 Log: Subject: [PATCH Test.pm] Getting rid of the expected "UNEXPECTEDLY SUCCEEDED"
890 From: Michael G Schwern <schwern@pobox.com>
891 Date: Fri, 20 Jul 2001 20:22:35 -0400
892 Message-ID: <20010720202235.O4498@blackrider>
893 Branch: perl
894 ! lib/Test.pm lib/Test/t/mix.t lib/Test/t/success.t
895 ! lib/Test/t/todo.t
896____________________________________________________________________________
897[ 11440] By: jhi on 2001/07/22 14:51:14
898 Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
899 From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
900 Message-Id: <200107210559.WAA09160@ventrue.corp.yahoo.com>
901 Date: Fri, 20 Jul 2001 22:59:25 -0700 (PDT)
902 Branch: perl
903 ! ext/POSIX/POSIX.pod
904____________________________________________________________________________
905[ 11439] By: jhi on 2001/07/22 14:49:25
906 Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
907 From: Mark-Jason Dominus <mjd@plover.com>
908 Date: Fri, 20 Jul 2001 23:16:54 -0400
909 Message-ID: <20010721031654.21877.qmail@plover.com>
910 Branch: perl
911 ! ext/POSIX/POSIX.pod
912____________________________________________________________________________
913[ 11438] By: jhi on 2001/07/22 14:41:58
914 Log: Subject: Re: [PATCH O.pm] avoid to clutter output with -l
915 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
916 Date: Sun, 22 Jul 2001 14:56:09 +0200
917 Message-ID: <20010722145609.A766@rafael>
918 Branch: perl
919 ! ext/B/O.pm
920____________________________________________________________________________
921[ 11437] By: jhi on 2001/07/22 14:39:07
922 Log: Subject: regexec.c #define cleanup
923 From: Mark-Jason Dominus <mjd@plover.com>
924 Date: Sat, 21 Jul 2001 18:33:25 -0400
925 Message-ID: <20010721223325.3069.qmail@plover.com>
926 Branch: perl
927 ! regexec.c
928____________________________________________________________________________
929[ 11436] By: jhi on 2001/07/22 14:36:43
930 Log: Subject: [PATCH: perl@11373] Win32 update for t/io/fs.t (may effect NetWare)
931 From: Prymmer/Kahn <pvhp@best.com>
932 Date: Sat, 21 Jul 2001 12:08:29 -0700 (PDT)
933 Message-ID: <Pine.BSF.4.21.0107211156160.17271-100000@shell8.ba.best.com>
934 Branch: perl
935 ! t/io/fs.t
936____________________________________________________________________________
937[ 11435] By: jhi on 2001/07/22 00:22:51
938 Log: Typo in #11432.
939 Branch: perl
940 ! ext/POSIX/POSIX.t
941____________________________________________________________________________
942[ 11434] By: jhi on 2001/07/21 23:12:26
943 Log: Integrate (manually) change #11424 from macperl.
944 Branch: perl
945 ! ext/Filter/t/call.t
946____________________________________________________________________________
947[ 11433] By: jhi on 2001/07/21 23:07:43
948 Log: Integrate change #11408 from macperl.
949 Branch: perl
950 !> README.macos pod/perlport.pod
951____________________________________________________________________________
952[ 11432] By: jhi on 2001/07/21 23:02:30
953 Log: Integrate change #11388 from macperl (the *.t parts needed hand massage).
954 Branch: perl
955 +> macos/MacPerlTests.cmd macos/xsubpp.patch
956 ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
957 ! ext/DB_File/t/db-recno.t ext/NDBM_File/ndbm.t
958 ! ext/POSIX/POSIX.t
959____________________________________________________________________________
960[ 11431] By: gsar on 2001/07/21 05:03:44
961 Log: pod/*.t tests not picked up by t/TEST either
962 Branch: maint-5.6/perl
963 ! t/TEST
964____________________________________________________________________________
965[ 11430] By: gsar on 2001/07/21 04:58:12
966 Log: better tweak for change#11429 (windows has both / and \ separated
967 paths in @INC at that point)
968 Branch: maint-5.6/perl
969 ! t/pod/testp2pt.pl
970____________________________________________________________________________
971[ 11429] By: gsar on 2001/07/21 04:41:15
972 Log: MacOS pod test tweak needs \Escape
973 Branch: maint-5.6/perl
974 ! t/pod/testp2pt.pl
975____________________________________________________________________________
976[ 11428] By: gsar on 2001/07/21 04:39:34
977 Log: run/runenv.t needs fflushNULL sanity (t/TEST is too dumb to detect
978 resulting duplicate output, but t/harness isn't)
979 Branch: maint-5.6/perl
980 ! t/run/runenv.t
981____________________________________________________________________________
982[ 11427] By: gsar on 2001/07/21 04:37:26
983 Log: t/harness wasn't picking up all the tests
984 Branch: maint-5.6/perl
985 ! t/harness
986____________________________________________________________________________
987[ 11426] By: gsar on 2001/07/21 04:09:26
988 Log: update MANIFEST for new file
989 Branch: maint-5.6/perl
990 ! MANIFEST
991____________________________________________________________________________
992[ 11425] By: gsar on 2001/07/21 04:07:46
993 Log: integrate maint-5.6/macperl changes into maint-5.6/perl, with
994 the exception of the macperl/macos/... tree
995 Branch: maint-5.6/perl
996 +> t/lib/filefind-taint.t
997 !> (integrate 72 files)
998____________________________________________________________________________
999[ 11424] By: pudge on 2001/07/20 18:55:25
1000 Log: Fix test.
1001 Branch: maint-5.6/macperl
1002 ! macos/bundled_ext/Filter/t/call.t
1003____________________________________________________________________________
1004[ 11423] By: gsar on 2001/07/20 18:38:48
1005 Log: Make perl fork()-safe (in a slightly limited way) even on
1006 platforms that don't have pthread_atfork() (extension of
1007 the fix in change#11151).
1008
1009 Note that this will not help extensions that call fork()
1010 directly in C, or that link to libraries that call fork()
1011 directly. Such cases must be fixed to either call
1012 PerlProc_fork(), or call atfork_lock() in parent before the
1013 calling the function that forks and call atfork_unlock()
1014 in both parent and child immediately after the fork().
1015 (There are no worries if C code calls exec() in the child
1016 immediately after a fork(). Only cases where the child
1017 calls perl's API functions (including New()) after the
1018 fork() are problematic.)
1019
1020 This change also eliminates the use of vfork() from perl,
1021 since all such uses were violating the severe restrictions
1022 on modifying the state of the process between the vfork()
1023 and the exec().
1024
1025 This is a modified version of patches suggested by Abhijit
1026 Menon-Sen and Richard Soderberg.
1027 Branch: perl
1028 ! embed.h embed.pl global.sym iperlsys.h miniperlmain.c
1029 ! objXSUB.h perl.c perlapi.c pp_sys.c proto.h thread.h util.c
1030____________________________________________________________________________
1031[ 11422] By: pudge on 2001/07/20 18:16:37
1032 Log: Add Filter::Util::Call, Class::ISA, Digest, Filter::Simple,
1033 Switch, and Text::Balanced.
1034 Branch: maint-5.6/macperl
1035 + macos/bundled_ext/Filter/Util/Call/Call.pm
1036 + macos/bundled_ext/Filter/Util/Call/Call.xs
1037 + macos/bundled_ext/Filter/Util/Call/Makefile.PL
1038 + macos/bundled_ext/Filter/t/MyFilter.pm
1039 + macos/bundled_ext/Filter/t/call.t
1040 + macos/bundled_ext/Filter/t/filter-util.pl
1041 + macos/bundled_lib/blib/lib/Class/ISA.pm
1042 + macos/bundled_lib/blib/lib/Digest.pm
1043 + macos/bundled_lib/blib/lib/Filter/Simple.pm
1044 + macos/bundled_lib/blib/lib/Switch.pm
1045 + macos/bundled_lib/blib/lib/Text/Balanced.pm
1046 + macos/bundled_lib/blib/lib/Text/Balanced.pod
1047 + macos/bundled_lib/t/Class/ISA/test.pl
1048 + macos/bundled_lib/t/Digest/Digest.t
1049 + macos/bundled_lib/t/Filter/Simple/test.pl
1050 + macos/bundled_lib/t/Switch/test.pl
1051 + macos/bundled_lib/t/Text/Balanced/t/genxt.t
1052 + macos/bundled_lib/t/Text/Balanced/t/xbrak.t
1053 + macos/bundled_lib/t/Text/Balanced/t/xcode.t
1054 + macos/bundled_lib/t/Text/Balanced/t/xdeli.t
1055 + macos/bundled_lib/t/Text/Balanced/t/xmult.t
1056 + macos/bundled_lib/t/Text/Balanced/t/xquot.t
1057 + macos/bundled_lib/t/Text/Balanced/t/xtagg.t
1058 + macos/bundled_lib/t/Text/Balanced/t/xvari.t
1059____________________________________________________________________________
1060[ 11421] By: pudge on 2001/07/20 18:03:28
1061 Log: Add Filter::Util::Call to config/make files; edit utils
1062 to recognize the module (it was descended too far down).
1063 Bump version to 5.6.1a4.
1064 Branch: maint-5.6/macperl
1065 ! macos/InstallBLIB macos/MPVersion.r macos/Makefile.mk
1066 ! macos/config.sh macos/lib/ExtUtils/MM_MacOS.pm
1067 ! macos/macperl/Makefile.mk macos/xsubpp.patch
1068____________________________________________________________________________
1069[ 11420] By: pudge on 2001/07/20 18:02:05
1070 Log: Make DB_File the default for MLDBM on MacOS.
1071 Branch: maint-5.6/macperl
1072 ! macos/bundled_lib/blib/lib/MLDBM.pm
1073____________________________________________________________________________
1074[ 11419] By: nick on 2001/07/20 14:51:03
1075 Log: Subject: [PATCH UnicodeCD.pm] Fix erronous documentation
1076 From: Simon Cozens <simon@netthink.co.uk>
1077 Date: Fri, 20 Jul 2001 11:42:35 -0400
1078 Message-Id: <20010720114235.A5235@netthink.co.uk>
1079 Branch: perl
1080 ! lib/UnicodeCD.pm
1081____________________________________________________________________________
1082[ 11418] By: nick on 2001/07/20 14:48:12
1083 Log: Subject: [PATCH regcomp.h] adds a comment
1084 From: Abhijit Menon-Sen <ams@wiw.org>
1085 Date: Fri, 20 Jul 2001 21:05:37 +0530
1086 Message-Id: <20010720210537.A7678@lustre.dyn.wiw.org>
1087 Branch: perl
1088 ! regcomp.h
1089____________________________________________________________________________
1090[ 11417] By: nick on 2001/07/20 14:16:38
1091 Log: Subject: [PATCH 5.7.2] INSTALL updates
1092 From: Andy Dougherty <doughera@lafayette.edu>
1093 Date: Fri, 20 Jul 2001 11:01:40 -0400 (EDT)
1094 Message-Id: <Pine.SOL.4.10.10107201059510.16494-100000@maxwell.phys.lafayette.edu>
1095 Branch: perl
1096 ! INSTALL
1097____________________________________________________________________________
1098[ 11416] By: nick on 2001/07/20 06:44:44
1099 Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
1100 From: Russ Allbery <rra@stanford.edu>
1101 Date: 19 Jul 2001 15:52:37 -0700
1102 Message-Id: <ylvgko4jm2.fsf@windlord.stanford.edu>
1103 Branch: perl
1104 ! lib/Pod/Man.pm
1105____________________________________________________________________________
1106[ 11415] By: nick on 2001/07/20 06:35:11
1107 Log: Subject: [PATCH] defer op_seq allocation
1108 From: Abhijit Menon-Sen <ams@wiw.org>
1109 Date: Thu, 19 Jul 2001 22:12:24 +0530
1110 Message-Id: <20010719221224.A13786@lustre.dyn.wiw.org>
1111 Branch: perl
1112 ! op.c
1113____________________________________________________________________________
1114[ 11414] By: nick on 2001/07/20 06:23:36
1115 Log: Subject: [PATCH] prototype for Time::HiRes::sleep()
1116 From: Abhijit Menon-Sen <ams@wiw.org>
1117 Date: Fri, 20 Jul 2001 01:18:50 +0530
1118 Message-Id: <20010720011850.A19650@lustre.dyn.wiw.org>
1119 (Private e-mail)
1120 Branch: perl
1121 ! ext/Time/HiRes/HiRes.xs
1122____________________________________________________________________________
1123[ 11413] By: nick on 2001/07/20 06:18:53
1124 Log: Integrate mainline
1125 Branch: perlio
1126 +> ext/Encode/Encode/euc-jp-0212.enc t/lib/commonsense.t
1127 - t/base/commonsense.t
1128 !> MANIFEST doio.c ext/B/B/Deparse.pm ext/Encode/Encode/Tcl.pm
1129 !> ext/POSIX/POSIX.t ext/Time/HiRes/HiRes.xs gv.c hints/darwin.sh
1130 !> hints/rhapsody.sh numeric.c pod/perlfunc.pod pod/perlhack.pod
1131 !> pod/perlre.pod pp_sys.c sv.c t/README t/op/arith.t
1132 !> t/op/sprintf.t thread.h utils/h2xs.PL win32/perlhost.h
1133 !> win32/win32.c
1134____________________________________________________________________________
1135[ 11412] By: nick on 2001/07/19 06:44:27
1136 Log: Integrate win32/perlhost.h from maintenance branch.
1137 (Rest of $ENV{PATH} / system() fix.)
1138 Branch: perl
1139 !> win32/perlhost.h
1140____________________________________________________________________________
1141[ 11411] By: nick on 2001/07/19 06:41:34
1142 Log: Subject: [DOC PATCH bleadperl] its vs it's in perlhack.pod
1143 From: Philip Newton <Philip.Newton@gmx.net>
1144 Date: Wed, 18 Jul 2001 21:43:57 +0200
1145 Message-Id: <E15Mx9y-0007Oz-00@mserv1b.vianw.co.uk>
1146 Branch: perl
1147 ! pod/perlhack.pod
1148____________________________________________________________________________
1149[ 11410] By: nick on 2001/07/19 06:39:35
1150 Log: Subject: Security hole in taint checking in open()
1151 From: deekoo@tentacle.net
1152 Date: Thu, 19 Jul 2001 00:03:46 -0700 (PDT)
1153 Message-Id: <Pine.LNX.4.33.0107182248330.11996-100000@chaos.tentacle.net>
1154 Branch: perl
1155 ! doio.c
1156____________________________________________________________________________
1157[ 11409] By: nick on 2001/07/19 06:28:08
1158 Log: Subject: [PATCH] Re: Time::HiRes qw(sleep) fails
1159 From: Abhijit Menon-Sen <ams@wiw.org>
1160 Date: Thu, 19 Jul 2001 04:30:43 +0530
1161 Message-Id: <20010719043043.A10327@lustre.dyn.wiw.org>
1162 Branch: perl
1163 ! ext/Time/HiRes/HiRes.xs
1164____________________________________________________________________________
1165[ 11408] By: pudge on 2001/07/19 03:27:36
1166 Log: Update docs with latest implementation information and new URLs.
1167 Branch: maint-5.6/macperl
1168 ! README.macos pod/perlport.pod
1169____________________________________________________________________________
1170[ 11407] By: pudge on 2001/07/19 02:35:46
1171 Log: Add Time::HiRes, and add default Makefile.mk for Digest::MD5.
1172 Fix BuildRules to accept optimization variables.
1173 Branch: maint-5.6/macperl
1174 + macos/bundled_ext/Digest/MD5/Makefile.mk
1175 ! macos/BuildRules.mk macos/Makefile.mk
1176 ! macos/bundled_ext/Time/HiRes/HiRes.xs macos/config.sh
1177 ! macos/macish.c macos/macish.h macos/macperl/Makefile.mk
1178____________________________________________________________________________
1179[ 11406] By: pudge on 2001/07/19 01:11:39
1180 Log: Integrate changes 11399,11401
1181 Branch: maint-5.6/macperl
1182 !> win32/perlhost.h win32/win32.c
1183____________________________________________________________________________
1184[ 11405] By: nick on 2001/07/18 06:50:33
1185 Log: Integrate Sarathy's Win32 $ENV{'PATH'}/system fixes (11399, 11400)
1186 from perl5.6*
1187 Branch: perl
1188 !> win32/perlhost.h win32/win32.c
1189____________________________________________________________________________
1190[ 11404] By: nick on 2001/07/18 06:43:59
1191 Log: Subject: Re: Perl 5.7.2 Has Been Released
1192 From: hv@crypt0.demon.co.uk
1193 Date: Wed, 18 Jul 2001 05:58:46 +0100
1194 Message-Id: <200107180458.f6I4wlJ19966@crypt0.demon.co.uk>
1195 Branch: perl
1196 ! ext/POSIX/POSIX.t
1197____________________________________________________________________________
1198[ 11403] By: nick on 2001/07/18 06:38:57
1199 Log: Subject: Re: [ID 20010716.005] numeric conversions in 5.7.[12] changed from perl5.6.1 (leading whitespace)
1200 From: hv@crypt0.demon.co.uk
1201 Date: Wed, 18 Jul 2001 05:21:54 +0100
1202 Message-Id: <200107180421.f6I4Ltc00987@crypt0.demon.co.uk>
1203 Branch: perl
1204 ! numeric.c t/op/arith.t
1205____________________________________________________________________________
1206[ 11402] By: nick on 2001/07/18 06:19:17
1207 Log: Subject: Doc patch: perlre should mention perlrequick and perlretut
1208 From: mjd@plover.com
1209 Date: 17 Jul 2001 17:59:20 -0000
1210 Message-Id: <20010717175920.8177.qmail@plover.com>
1211 Branch: perl
1212 ! pod/perlre.pod
1213____________________________________________________________________________
1214[ 11401] By: gsar on 2001/07/17 21:31:31
1215 Log: thinko in change#11400 (duh)
1216 Branch: maint-5.6/perl
1217 ! win32/perlhost.h
1218____________________________________________________________________________
1219[ 11400] By: gsar on 2001/07/17 19:46:34
1220 Log: change#11399 revealed another unrelated bug; this is just a temporary
1221 bandaid
1222 Branch: maint-5.6/perl
1223 ! win32/perlhost.h
1224____________________________________________________________________________
1225[ 11399] By: gsar on 2001/07/17 19:11:57
1226 Log: fix bugs in handling of the virtualized environment under windows;
1227 there were bugs in propagating any changes to %ENV down to the real
1228 environment when such changes happened in the toplevel process
1229 (thanks to Johan Holmberg <holmberg@iar.se> for the excellent
1230 problem identification, and for a part of the fix)
1231 Branch: maint-5.6/perl
1232 ! win32/perlhost.h win32/win32.c
1233____________________________________________________________________________
1234[ 11398] By: nick on 2001/07/17 08:26:35
1235 Log: Subject: Re: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
1236 From: Peter Prymmer <pvhp@forte.com>
1237 Date: Mon, 16 Jul 2001 16:43:14 -0700 (PDT)
1238 Message-Id: <Pine.OSF.4.10.10107161631300.464972-100000@aspara.forte.com>
1239
1240 Move t/base/commonsense.t to t/lib/commonsense.t - base tests
1241 should not depend on existance of Config.pm
1242 Branch: perl
1243 +> t/lib/commonsense.t
1244 - t/base/commonsense.t
1245 ! MANIFEST t/README
1246____________________________________________________________________________
1247[ 11397] By: nick on 2001/07/17 08:09:58
1248 Log: Subject: [PATCH pod/perlhack.pod] Sections on writing tests & patching core mods
1249 From: Michael G Schwern <schwern@pobox.com>
1250 Date: Mon, 16 Jul 2001 18:20:31 -0400
1251 Message-Id: <20010716182031.A1128@blackrider>
1252 Branch: perl
1253 ! pod/perlhack.pod
1254____________________________________________________________________________
1255[ 11396] By: nick on 2001/07/17 08:04:11
1256 Log: Subject: [PATCH perlfunc.pod] make printf refer to sprintf
1257 From: Gwyn Judd <b.judd@xtra.co.nz>
1258 Date: Tue, 17 Jul 2001 20:55:58 +1200
1259 Message-Id: <20010717205558.A3107@thislove>
1260 Branch: perl
1261 ! pod/perlfunc.pod
1262____________________________________________________________________________
1263[ 11395] By: nick on 2001/07/17 08:02:22
1264 Log: Subject: [PATCH: perl@11373] fix t/op/sprintf.t to not load %Config
1265 From: Peter Prymmer <pvhp@forte.com>
1266 Date: Mon, 16 Jul 2001 15:48:33 -0700 (PDT)
1267 Message-Id: <Pine.OSF.4.10.10107161543400.464972-100000@aspara.forte.com>
1268 Branch: perl
1269 ! t/op/sprintf.t
1270____________________________________________________________________________
1271[ 11394] By: nick on 2001/07/17 07:57:06
1272 Log: Subject: Re: [PATCH gv.c] allow ${"1f"} to be non-regex var
1273 From: Jeff 'Japhy' Pinyan <jeffp@crusoe.net>
1274 Date: Mon, 16 Jul 2001 18:46:53 -0400 (EDT)
1275 Message-Id: <Pine.GSO.4.21.0107161829390.1405-100000@crusoe.crusoe.net>
1276 Branch: perl
1277 ! gv.c
1278____________________________________________________________________________
1279[ 11392] By: nick on 2001/07/17 07:50:12
1280 Log: Subject: [PATCH] fix PTHREAD_ATFORK croaking too early, too often
1281 From: Coral <coral@moonlight.crystalflame.net>
1282 Date: Mon, 16 Jul 2001 14:25:19 -0700 (PDT)
1283 Message-Id: <200107162125.f6GLPJ345261@moonlight.crystalflame.net>
1284 Branch: perl
1285 ! pp_sys.c thread.h
1286____________________________________________________________________________
1287[ 11391] By: nick on 2001/07/17 07:34:28
1288 Log: Subject: Re: [PATCH h2xs.PL ] use Test::More where appropriate (was Re:
1289 From: Jonathan Stowe <gellyfish@gellyfish.com>
1290 Date: Mon, 16 Jul 2001 18:31:21 +0100 (BST)
1291 Message-Id: <Pine.LNX.4.33.0107161827570.15520-100000@orpheus.gellyfish.com>
1292 Branch: perl
1293 ! utils/h2xs.PL
1294____________________________________________________________________________
1295[ 11390] By: pudge on 2001/07/16 23:54:44
1296 Log: Add in List::Util, Memoize, NEXT, and a bunch of tests for other
1297 modules. Also added Mac::BuildTools, Mac::AppleEvents::Simple,
1298 and Mac::Apps::Launch, which don't work, and Time::HiRes and
1299 Time::Piece, which don't yet work.
1300 Branch: maint-5.6/macperl
1301 + (add 154 files)
1302____________________________________________________________________________
1303[ 11389] By: pudge on 2001/07/16 23:13:10
1304 Log: Fix %ENV to be tainted [SF bug #231848, Thomas Wegner].
1305 Also add hack to get around missing setenv for PERL5DB.
1306 Branch: maint-5.6/macperl
1307 ! macos/macish.c macos/macish.h
1308____________________________________________________________________________
1309[ 11388] By: pudge on 2001/07/16 23:11:26
1310 Log: Fix DB_File, and patch tests for it, and NDBM_File, and POSIX.
1311 Branch: maint-5.6/macperl
1312 ! macos/MacPerlTests.cmd macos/xsubpp.patch t/lib/db-btree.t
1313 ! t/lib/db-hash.t t/lib/db-recno.t t/lib/ndbm.t t/lib/posix.t
1314____________________________________________________________________________
1315[ 11387] By: pudge on 2001/07/16 23:05:12
1316 Log: Fix up some configuration and make options, add extra
1317 extensions.
1318 Branch: maint-5.6/macperl
1319 ! macos/ExtBuildRules.mk macos/Makefile.mk macos/config.sh
1320 ! macos/macperl/Makefile.mk
1321____________________________________________________________________________
1322[ 11386] By: pudge on 2001/07/16 21:22:32
1323 Log: From Change 11374 in maintperl.
1324 Branch: maint-5.6/macperl
1325 !> utils/h2ph.PL
1326____________________________________________________________________________
1327[ 11385] By: nick on 2001/07/16 14:12:58
1328 Log: Back out change to h2xs till it passes its test.
1329 Branch: perl
1330 ! utils/h2xs.PL
1331____________________________________________________________________________
1332[ 11384] By: nick on 2001/07/16 14:00:10
1333 Log: Subject: [PATCH h2xs.PL ] use Test::More where appropriate (was Re: [PATCH]
1334 From: Jonathan Stowe <gellyfish@gellyfish.com>
1335 Date: Mon, 16 Jul 2001 08:37:05 +0100 (BST)
1336 Message-Id: <Pine.LNX.4.33.0107160830480.9915-100000@orpheus.gellyfish.com>
1337 Branch: perl
1338 ! utils/h2xs.PL
1339____________________________________________________________________________
1340[ 11383] By: nick on 2001/07/16 13:53:12
1341 Log: Subject: [PATCH hints/darwin.sh] Don't override user-specified optimize flag
1342 From: Robin Houston <robin@kitsite.com>
1343 Date: Sun, 15 Jul 2001 18:22:31 +0100
1344 Message-Id: <20010715182230.A11174@robin>
1345 Branch: perl
1346 ! hints/darwin.sh
1347____________________________________________________________________________
1348[ 11382] By: nick on 2001/07/16 13:52:49
1349 Log: Subject: [PATCH perl@11372] re_dup
1350 From: Radu Greab <radu@netsoft.ro>
1351 Date: Sun, 15 Jul 2001 04:50:06 +0300
1352 Message-Id: <15184.63182.656988.340591@ix.netsoft.ro>
1353 Branch: perl
1354 ! sv.c
1355____________________________________________________________________________
1356[ 11379] By: nick on 2001/07/16 13:35:39
1357 Log: Subject: [PATCH B::Deparse] formats can't contain formats
1358 From: Robin Houston <robin@kitsite.com>
1359 Date: Sat, 14 Jul 2001 14:28:50 +0100
1360 Message-Id: <20010714142850.A10205@robin>
1361 Branch: perl
1362 ! ext/B/B/Deparse.pm
1363____________________________________________________________________________
1364[ 11378] By: nick on 2001/07/16 13:30:36
1365 Log: Subject: [PATCH @11359] Encode::Tcl.pm, EUC-JP with jis-x0212
1366 From: Sadahiro Tomoyuki <BQW10602@nifty.com>
1367 Date: Sat, 14 Jul 2001 22:17:42 +0900
1368 Message-Id: <20010714221736.6CA3.BQW10602@nifty.com>
1369 Branch: perl
1370 + ext/Encode/Encode/euc-jp-0212.enc
1371 ! ext/Encode/Encode/Tcl.pm
1372____________________________________________________________________________
1373[ 11377] By: nick on 2001/07/16 13:17:28
1374 Log: Subject: [PATCH 5.7.2] Remove useless ccflags hints
1375 From: Andy Dougherty <doughera@lafayette.edu>
1376 Date: Sun, 15 Jul 2001 22:52:54 -0400 (EDT)
1377 Message-Id: <Pine.SOL.4.10.10107152250230.10344-100000@maxwell.phys.lafayette.edu>
1378 Branch: perl
1379 ! hints/darwin.sh hints/rhapsody.sh
1380____________________________________________________________________________
1381[ 11376] By: nick on 2001/07/16 09:05:00
1382 Log: Integrate mainline
1383 Branch: perlio
1384 +> ext/Encode/Encode/7bit-greek.enc
1385 +> ext/Encode/Encode/7bit-latin1.enc
1386 +> ext/Encode/Encode/cns11643-1.enc
1387 +> ext/Encode/Encode/cns11643-2.enc
1388 +> ext/Encode/Encode/iso2022-cn.enc
1389 +> ext/Encode/Encode/iso2022-jp1.enc
1390 +> ext/Encode/Encode/iso2022-jp2.enc
1391 !> Changes Configure MANIFEST Makefile.SH
1392 !> ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
1393 !> ext/Encode/Encode/iso2022-kr.enc ext/POSIX/POSIX.pm
1394 !> ext/PerlIO/Via/Via.pm handy.h myconfig.SH patchlevel.h
1395 !> pod/perlhack.pod pod/perlre.pod pod/perltoc.pod regcomp.c sv.c
1396 !> t/op/pat.t t/op/sprintf.t utils/h2ph.PL utils/h2xs.PL
1397____________________________________________________________________________
1398[ 11375] By: gsar on 2001/07/16 02:46:11
1399 Log: integrate change#11374 from maint-5.6
1400
1401 make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
1402 Branch: perl
1403 !> utils/h2ph.PL
1404____________________________________________________________________________
1405[ 11374] By: gsar on 2001/07/16 02:10:51
1406 Log: make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
1407 Branch: maint-5.6/perl
1408 ! utils/h2ph.PL
1409____________________________________________________________________________
1410[ 11373] By: jhi on 2001/07/14 09:27:10
1411 Log: Update Changes.
1412 Branch: perl
1413 ! Changes patchlevel.h
1414____________________________________________________________________________
7d32079d
JH
1415[ 11372] By: jhi on 2001/07/14 09:19:18
1416 Log: Subject: [PATCH h2xs.PL] use Getopt::Long (was Re: [PATCH] h2xs)
1417 From: Jonathan Stowe <gellyfish@gellyfish.com>
1418 Date: Sat, 14 Jul 2001 10:14:34 +0100 (BST)
1419 Message-ID: <Pine.LNX.4.33.0107141008350.9915-100000@orpheus.gellyfish.com>
1420 Branch: perl
1421 ! utils/h2xs.PL
1422____________________________________________________________________________
1423[ 11371] By: jhi on 2001/07/14 09:18:09
1424 Log: Subject: patch to add DEL to [:cntrl:]
1425 From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
1426 Date: Fri, 13 Jul 2001 23:25:12 -0700 (PDT)
1427 Message-Id: <200107140625.XAA01517@ventrue.corp.yahoo.com>
1428 Branch: perl
1429 ! handy.h pod/perlre.pod regcomp.c t/op/pat.t
1430____________________________________________________________________________
1431[ 11370] By: jhi on 2001/07/14 01:33:17
1432 Log: Metaconfig unit change for #11369; plus a dependency nit.
1433 Branch: metaconfig
1434 ! U/compline/nblock_io.U
1435 Branch: metaconfig/U/perl
1436 ! Extensions.U
1437____________________________________________________________________________
1438[ 11369] By: jhi on 2001/07/14 01:32:33
1439 Log: #include <stdlib.h> so that exit() is prototyped,
1440 noticed by Hugo.
1441 Branch: perl
1442 ! Configure
1443____________________________________________________________________________
1444[ 11368] By: jhi on 2001/07/14 01:18:28
1445 Log: Subject: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
1446 From: Peter Prymmer <pvhp@forte.com>
1447 Date: Fri, 13 Jul 2001 19:15:45 -0700 (PDT)
1448 Message-ID: <Pine.OSF.4.10.10107131908370.270775-100000@aspara.forte.com>
1449 Branch: perl
1450 ! t/op/sprintf.t
1451____________________________________________________________________________
1452[ 11367] By: jhi on 2001/07/14 01:07:03
1453 Log: Subject: [PATCH: perl@11359] fixup for Encode/Tcl.t on ruthless filesystems
1454 From: Peter Prymmer <pvhp@forte.com>
1455 Date: Fri, 13 Jul 2001 19:00:20 -0700 (PDT)
1456 Message-ID: <Pine.OSF.4.10.10107131856280.270775-100000@aspara.forte.com>
1457 Branch: perl
1458 ! ext/Encode/Encode/Tcl.t
1459____________________________________________________________________________
1460[ 11366] By: jhi on 2001/07/13 22:48:47
1461 Log: Add information about gcc 3.0 basic block profiling.
1462 Branch: perl
1463 ! Makefile.SH pod/perlhack.pod pod/perltoc.pod
1464____________________________________________________________________________
1465[ 11365] By: jhi on 2001/07/13 21:22:20
1466 Log: Subject: Error in lib/PerlIO/Via.pm ?
1467 From: Mark-Jason Dominus <mjd@plover.com>
1468 Date: Fri, 13 Jul 2001 15:55:41 -0400
1469 Message-ID: <20010713195541.26751.qmail@plover.com>
1470 Branch: perl
1471 ! ext/PerlIO/Via/Via.pm
1472____________________________________________________________________________
1473[ 11364] By: jhi on 2001/07/13 21:21:23
1474 Log: Move both usemymalloc and d_bincompat5005 to the Platfom
1475 section from the Compiler section.
1476 Branch: perl
1477 ! myconfig.SH
1478____________________________________________________________________________
1479[ 11363] By: jhi on 2001/07/13 21:19:34
1480 Log: Handle glibc style of constant definitions using enum
1481 with intervening #defines; from Brendan O'Dea.
1482 Branch: perl
1483 ! utils/h2ph.PL
1484____________________________________________________________________________
1485[ 11362] By: jhi on 2001/07/13 21:17:40
1486 Log: Add LC_MESSAGES to the locale_h export tag (it already is
1487 in the Makefile.PL and thusly eligible for an XS constant)
1488 (see also maintperl #10543)
1489 Branch: perl
1490 ! ext/POSIX/POSIX.pm
1491____________________________________________________________________________
1492[ 11361] By: jhi on 2001/07/13 15:12:37
1493 Log: Subject: Re: [patch] re_dup
1494 From: Abhijit Menon-Sen <ams@wiw.org>
1495 Date: Fri, 13 Jul 2001 21:41:09 +0530
1496 Message-ID: <20010713214109.A3328@lustre.dyn.wiw.org>
1497 Branch: perl
1498 ! sv.c
1499____________________________________________________________________________
1500[ 11360] By: jhi on 2001/07/13 15:11:45
1501 Log: Subject: [patch] re_dup
1502 From: Doug MacEachern <dougm@covalent.net>
1503 Date: Fri, 13 Jul 2001 08:51:24 -0700 (PDT)
1504 Message-ID: <Pine.LNX.4.21.0107130848530.28844-100000@mako.covalent.net>
1505 Branch: perl
1506 ! sv.c
1507____________________________________________________________________________
1508[ 11359] By: jhi on 2001/07/13 14:30:32
1509 Log: Update Changes.
1510 Branch: perl
1511 ! Changes patchlevel.h
1512____________________________________________________________________________
90085e7e
JH
1513[ 11358] By: jhi on 2001/07/13 14:26:36
1514 Log: Subject: [PATCH @11328] Encode::Tcl.pm for iso-2022-(?:jp-[12]|cn)
1515 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
1516 Date: Sat, 14 Jul 2001 00:06:30 +0900
1517 Message-Id: <20010713235522.8406.BQW10602@nifty.com>
1518 Branch: perl
1519 + ext/Encode/Encode/7bit-greek.enc
1520 + ext/Encode/Encode/7bit-latin1.enc
1521 + ext/Encode/Encode/cns11643-1.enc
1522 + ext/Encode/Encode/cns11643-2.enc
1523 + ext/Encode/Encode/iso2022-cn.enc
1524 + ext/Encode/Encode/iso2022-jp1.enc
1525 + ext/Encode/Encode/iso2022-jp2.enc
1526 ! MANIFEST ext/Encode/Encode/Tcl.pm
1527 ! ext/Encode/Encode/iso2022-kr.enc
1528____________________________________________________________________________
1529[ 11357] By: nick on 2001/07/13 14:24:06
1530 Log: Blind integrate mainline (as of 5.7.2?)
1531 Branch: perlio
1532 !> AUTHORS Changes Porting/config.sh Porting/config_H
1533 !> README.netware ext/PerlIO/t/encoding.t makedef.pl patchlevel.h
1534 !> pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
1535 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
1536 !> win32/makefile.mk
1537____________________________________________________________________________
1538[ 11355] By: jhi on 2001/07/13 13:13:46
1539 Log: Snip away the devel patchlevel.
1540 Branch: perl
1541 ! patchlevel.h
1542____________________________________________________________________________
1543[ 11354] By: jhi on 2001/07/13 13:12:01
1544 Log: Bump the version to 5.7.2.
1545 Branch: perl
1546 ! Porting/config.sh Porting/config_H patchlevel.h
1547 ! pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
1548 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
1549 ! win32/makefile.mk
1550____________________________________________________________________________
1551[ 11353] By: jhi on 2001/07/13 13:00:00
1552 Log: Update Changes.
1553 Branch: perl
1554 ! Changes
1555____________________________________________________________________________
585d6f80
JH
1556[ 11352] By: jhi on 2001/07/13 12:54:49
1557 Log: Reword.
1558 Branch: perl
1559 ! AUTHORS
1560____________________________________________________________________________
1561[ 11351] By: jhi on 2001/07/13 12:52:47
1562 Log: AUTHORS update.
1563 Branch: perl
1564 ! AUTHORS
1565____________________________________________________________________________
1566[ 11350] By: jhi on 2001/07/13 12:24:36
1567 Log: Ignore PL_regex_pad and PL_regex_padav from symbols
1568 unless ithreads.
1569 Branch: perl
1570 ! makedef.pl
1571____________________________________________________________________________
1572[ 11349] By: jhi on 2001/07/13 11:54:10
1573 Log: Integrate perlio.
1574 Branch: perl
1575 !> win32/distclean.bat
1576____________________________________________________________________________
1577[ 11348] By: jhi on 2001/07/13 11:49:50
1578 Log: Test the encoding transform only iff we have PerlIO,
1579 noticed by H. Merijn Brand.
1580 Branch: perl
1581 ! ext/PerlIO/t/encoding.t
1582____________________________________________________________________________
1583[ 11347] By: jhi on 2001/07/13 11:40:13
1584 Log: README.netware tweaks from Ananth Kesari.
1585 Branch: perl
1586 ! README.netware
1587____________________________________________________________________________
1588[ 11346] By: nick on 2001/07/13 09:18:51
1589 Log: Win32/distclean.bat - Down-case all MANIFEST and File::Find results so
1590 to avoid /unicode vs /Unicode issues.
1591 Branch: perlio
1592 ! win32/distclean.bat
1593____________________________________________________________________________
1594[ 11345] By: nick on 2001/07/13 06:24:18
1595 Log: Integrate mainline
1596 Branch: perlio
1597 +> README.uts lib/UnicodeCD.pm lib/UnicodeCD.t
1598 - lib/Unicode/UCD.pm lib/Unicode/UCD.t lib/unicode/distinct.pm
1599 !> (integrate 63 files)
1600____________________________________________________________________________
1601[ 11344] By: jhi on 2001/07/13 04:50:22
1602 Log: Add d_bincompat5005 information to perl -V.
1603 Branch: perl
1604 ! myconfig.SH
1605____________________________________________________________________________
1606[ 11343] By: jhi on 2001/07/13 03:42:05
1607 Log: Subject: Re: [PATCH] Re: Memory corruption? Read-only $_?
1608 From: Abhijit Menon-Sen <ams@wiw.org>
1609 Date: Fri, 13 Jul 2001 07:12:36 +0530
1610 Message-ID: <20010713071236.C5669@lustre.dyn.wiw.org>
1611 Branch: perl
1612 ! sv.c
1613____________________________________________________________________________
1614[ 11342] By: jhi on 2001/07/13 03:36:22
1615 Log: Remove unicode::distinct, as per Inaba Hiroto.
1616 Branch: perl
1617 - lib/unicode/distinct.pm
1618 ! MANIFEST hv.c perl.h pod/perlmodlib.pod pod/perltoc.pod sv.c
1619 ! t/lib/1_compile.t
1620____________________________________________________________________________
1621[ 11341] By: jhi on 2001/07/13 00:05:53
1622 Log: Paging for Dr Octothorpe.
1623 Branch: perl
1624 ! pod/perlfaq4.pod
1625____________________________________________________________________________
1626[ 11340] By: jhi on 2001/07/12 23:53:44
1627 Log: cut-n-paste error noticed by mjd.
1628 Branch: perl
1629 ! pod/perlfaq4.pod
1630____________________________________________________________________________
1631[ 11339] By: jhi on 2001/07/12 23:39:42
1632 Log: Subject: [PATCH: perl@11328] update the octal situation in perlfaq4.pod
1633 From: Peter Prymmer <pvhp@forte.com>
1634 Date: Thu, 12 Jul 2001 17:04:22 -0700 (PDT)
1635 Message-ID: <Pine.OSF.4.10.10107121703040.219875-100000@aspara.forte.com>
1636 Branch: perl
1637 ! pod/perlfaq4.pod
1638____________________________________________________________________________
1639[ 11338] By: jhi on 2001/07/12 23:38:49
1640 Log: Subject: Re: [randy@qualcomm.com: Corrections for ' repository - Using the Perl repository ']
1641 From: Randall Gellens <randy@qualcomm.com>
1642 Date: Thu, 12 Jul 2001 16:56:23 -0700
1643 Message-Id: <p05100301b773e9751c04@[129.46.176.61]>
1644 Branch: perl
1645 ! Porting/repository.pod
1646____________________________________________________________________________
1647[ 11337] By: jhi on 2001/07/12 23:35:06
1648 Log: Make PTHREAD_ATFORK() to croak if HAS_FORK, noop otherwise.
1649 Branch: perl
1650 ! thread.h
1651____________________________________________________________________________
1652[ 11336] By: jhi on 2001/07/12 23:23:39
1653 Log: Subject: [PATCH] pthread_atfork on FreeBSD - Part 1: #ifdef HAS_PTHREAD_ATFORK
1654 From: coral <coral@moonlight.crystalflame.net>
1655 Date: Thu, 12 Jul 2001 16:16:50 -0700 (PDT)
1656 Message-Id: <200107122316.f6CNGoq09171@moonlight.crystalflame.net>
1657 Branch: perl
1658 ! thread.h
1659____________________________________________________________________________
1660[ 11335] By: jhi on 2001/07/12 23:23:14
1661 Log: Metaconfig unit change for #11134.
1662 Branch: metaconfig
1663 + U/threads/d_pthread_atfork.U
1664____________________________________________________________________________
1665[ 11334] By: jhi on 2001/07/12 23:22:42
1666 Log: Add HAS_PTHREAD_ATFORK.
1667 Branch: perl
1668 ! Configure NetWare/config.wc NetWare/config_H.wc
1669 ! Porting/Glossary Porting/config.sh Porting/config_H
1670 ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
1671 ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.alpha.h
1672 ! vos/config.ga.def vos/config.ga.h win32/config.bc
1673 ! win32/config.gc win32/config.vc win32/config_H.bc
1674 ! win32/config_H.gc win32/config_H.vc
1675____________________________________________________________________________
1676[ 11333] By: jhi on 2001/07/12 22:58:35
1677 Log: Subject: [PATCH] File::Copy fails on tied handles
1678 From: "Wilson, Doug" <Doug_Wilson@intuit.com>
1679 Date: Thu, 12 Jul 2001 15:18:51 -0700
1680 Message-ID: <35A280DF784CD411A06B0008C7B130ADB5505B@sdex04.sd.intuit.com>
1681 Branch: perl
1682 ! lib/File/Copy.pm
1683____________________________________________________________________________
1684[ 11332] By: jhi on 2001/07/12 22:57:04
1685 Log: Subject: [PATCH] Langinfo.t
1686 From: Nicholas Clark <nick@ccl4.org>
1687 Date: Thu, 12 Jul 2001 23:55:38 +0100
1688 Message-ID: <20010712235538.M5827@plum.flirble.org>
1689 Branch: perl
1690 ! ext/I18N/Langinfo/Langinfo.t
1691____________________________________________________________________________
1692[ 11331] By: jhi on 2001/07/12 22:56:09
1693 Log: Subject: [PATCH: perl@11328] informational tweaks to perl572delta.pod
1694 From: Peter Prymmer <pvhp@forte.com>
1695 Date: Thu, 12 Jul 2001 16:38:00 -0700 (PDT)
1696 Message-ID: <Pine.OSF.4.10.10107121633340.219875-100000@aspara.forte.com>
1697 Branch: perl
1698 ! pod/perl572delta.pod
1699____________________________________________________________________________
1700[ 11330] By: jhi on 2001/07/12 22:55:23
1701 Log: Subject: [PATCH] Re: Memory corruption? Read-only $_?
1702 From: Abhijit Menon-Sen <ams@wiw.org>
1703 Date: Fri, 13 Jul 2001 05:21:16 +0530
1704 Message-ID: <20010713052116.B5669@lustre.dyn.wiw.org>
1705 Branch: perl
1706 ! sv.c
1707____________________________________________________________________________
1708[ 11329] By: jhi on 2001/07/12 22:54:39
1709 Log: Subject: [PATCH 20010712.005] Re: Perl bug with "delete" on arrays
1710 From: Abhijit Menon-Sen <ams@wiw.org>
1711 Date: Fri, 13 Jul 2001 03:04:25 +0530
1712 Message-ID: <20010713030425.A5669@lustre.dyn.wiw.org>
1713 Branch: perl
1714 ! av.c
1715____________________________________________________________________________
1716[ 11328] By: gsar on 2001/07/12 19:02:01
1717 Log: s/^M$//g
1718 Branch: perl
1719 ! win32/Makefile win32/makefile.mk
1720____________________________________________________________________________
1721[ 11327] By: jhi on 2001/07/12 18:54:09
1722 Log: Update Changes.
1723 Branch: perl
1724 ! Changes patchlevel.h
1725____________________________________________________________________________
1a307847
JH
1726[ 11326] By: jhi on 2001/07/12 18:17:18
1727 Log: Typo spotted by Philip Newton.
1728 Branch: perl
1729 ! pod/perl572delta.pod
1730____________________________________________________________________________
1731[ 11325] By: jhi on 2001/07/12 18:11:42
1732 Log: Subject: [PATCH] fixes perl_clone of perl_clone
1733 From: Artur Bergman <artur@contiller.se>
1734 Date: Thu, 12 Jul 2001 20:57:09 +0200
1735 Message-ID: <B773BFA4.236B%artur@contiller.se>
1736 Branch: perl
1737 ! sv.c
1738____________________________________________________________________________
1739[ 11324] By: jhi on 2001/07/12 18:09:17
1740 Log: Add README.uts from Hal Morris.
1741 Branch: perl
1742 + README.uts
1743 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perl572delta.pod
1744 ! pod/perltoc.pod win32/Makefile win32/makefile.mk
1745____________________________________________________________________________
1746[ 11323] By: jhi on 2001/07/12 17:48:33
1747 Log: Subject: Re: AIX 4.3.3 w/ vac 5.0 [ FATAL in B ]
1748 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1749 Date: Thu, 12 Jul 2001 20:32:37 +0200
1750 Message-Id: <20010712201743.E108.H.M.BRAND@hccnet.nl>
1751 Branch: perl
1752 ! hints/aix.sh
1753____________________________________________________________________________
1754[ 11322] By: jhi on 2001/07/12 17:44:29
1755 Log: Subject: Patch: document reg_data.what member
1756 From: Mark-Jason Dominus <mjd@plover.com>
1757 Message-ID: <20010712182532.14821.qmail@plover.com>
1758 Date: Thu, 12 Jul 2001 14:25:32 -0400
1759 Branch: perl
1760 ! regcomp.c regcomp.h
1761____________________________________________________________________________
1762[ 11321] By: jhi on 2001/07/12 17:43:18
1763 Log: Subject: [PATCH] Perl_re_dup()
1764 From: Abhijit Menon-Sen <ams@wiw.org>
1765 Date: Thu, 12 Jul 2001 23:54:32 +0530
1766 Message-ID: <20010712235432.J24707@lustre.dyn.wiw.org>
1767 Branch: perl
1768 ! embed.h embed.pl perlapi.c proto.h sv.c
1769____________________________________________________________________________
1770[ 11320] By: jhi on 2001/07/12 17:18:54
1771 Log: Regen Configure, modlib, toc.
1772 Branch: perl
1773 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1774 ! pod/perlmodlib.pod pod/perltoc.pod
1775____________________________________________________________________________
1776[ 11319] By: jhi on 2001/07/12 17:08:15
1777 Log: The problem seems to be in PerlIO::Layer::->find() not
1778 accepting the ":encoding(blurflur)" arguments.
1779 Branch: perl
1780 ! lib/PerlIO.pm lib/open.pm
1781____________________________________________________________________________
1782[ 11318] By: jhi on 2001/07/12 16:58:11
1783 Log: AIX doc update.
1784 Branch: perl
1785 ! README.aix pod/perl572delta.pod
1786____________________________________________________________________________
1787[ 11317] By: jhi on 2001/07/12 16:39:11
1788 Log: Subject: AIX README update
1789 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1790 Date: Thu, 12 Jul 2001 19:28:30 +0200
1791 Message-Id: <20010712192620.E0F9.H.M.BRAND@hccnet.nl>
1792 Branch: perl
1793 ! README.aix
1794____________________________________________________________________________
1795[ 11316] By: jhi on 2001/07/12 16:37:15
1796 Log: Subject: [PATCH ext/IO/lib/IO/t/io_unix.t] for QNX6
1797 From: Norton Allen <allen@huarp.harvard.edu>
1798 Date: Thu, 12 Jul 2001 11:30:51 -0400 (edt)
1799 Message-Id: <200107121530.LAA12631@bottesini.harvard.edu>
1800 Branch: perl
1801 ! ext/IO/lib/IO/t/io_unix.t
1802____________________________________________________________________________
1803[ 11315] By: jhi on 2001/07/12 16:35:53
1804 Log: Subject: [PATCH README.qnx hints/qnx.sh]
1805 From: Norton Allen <allen@huarp.harvard.edu>
1806 Date: Thu, 12 Jul 2001 11:29:19 -0400 (edt)
1807 Message-Id: <200107121529.LAA23411@bottesini.harvard.edu>
1808 Branch: perl
1809 ! README.qnx hints/qnx.sh
1810____________________________________________________________________________
1811[ 11314] By: jhi on 2001/07/12 16:13:15
1812 Log: Subject: [patch] faster PM_GETRE
1813 From: Doug MacEachern <dougm@covalent.net>
1814 Date: Thu, 12 Jul 2001 10:13:27 -0700 (PDT)
1815 Message-ID: <Pine.LNX.4.21.0107121011530.28844-100000@mako.covalent.net>
1816 Branch: perl
1817 ! op.h
1818____________________________________________________________________________
1819[ 11313] By: jhi on 2001/07/12 16:12:23
1820 Log: Subject: Re: [PATCH] Threadsafe PMOPs! We might still win this war.
1821 From: Doug MacEachern <dougm@covalent.net>
1822 Date: Thu, 12 Jul 2001 10:11:28 -0700 (PDT)
1823 Message-ID: <Pine.LNX.4.21.0107121010160.28844-100000@mako.covalent.net>
1824 Branch: perl
1825 ! op.c
1826____________________________________________________________________________
1827[ 11312] By: jhi on 2001/07/12 16:07:22
1828 Log: Tell where the nice Estonian database is.
1829 Branch: perl
1830 ! lib/open.pm
1831____________________________________________________________________________
1832[ 11311] By: jhi on 2001/07/12 16:05:31
1833 Log: Retract #11309 since #11310 is a better fix.
1834 Branch: perl
1835 ! t/lib/1_compile.t
1836____________________________________________________________________________
1837[ 11310] By: gsar on 2001/07/12 15:50:40
1838 Log: fix for failing fork.t#12 on windows (win32_execvp() tweak in
1839 change#11300 needs to return the status of failed win32_spawnvp())
1840
1841 fix various open.pm bugs: '\0' isn't the same as "\0", so it wasn't
1842 splitting correctly; remove unused variables; 'require' at run time
1843 rather than 'use' at compile time for I18N::Langinfo, since it
1844 isn't everyware
1845 Branch: perl
1846 ! lib/open.pm win32/win32.c
1847____________________________________________________________________________
1848[ 11309] By: jhi on 2001/07/12 15:29:55
1849 Log: Temporary workaround.
1850 Branch: perl
1851 ! t/lib/1_compile.t
1852____________________________________________________________________________
1853[ 11308] By: jhi on 2001/07/12 14:44:51
1854 Log: UCD typo in #11306 and add also more known-to-be-tested
1855 modules to the skip list.
1856 Branch: perl
1857 ! t/lib/1_compile.t
1858____________________________________________________________________________
1859[ 11307] By: jhi on 2001/07/12 14:38:38
1860 Log: Rename Unicode::UCD to UnicodeCD to avoid
1861 messups with case-insensitive filesystems.
1862 Branch: perl
1863 + lib/UnicodeCD.pm lib/UnicodeCD.t
1864 - lib/Unicode/UCD.pm lib/Unicode/UCD.t
1865 ! MANIFEST pod/perl572delta.pod t/lib/1_compile.t
1866____________________________________________________________________________
1867[ 11306] By: jhi on 2001/07/12 13:32:05
1868 Log: Subject: [ID 20010711.005] in Tie::Array, SPLICE ignores context, breaking SHIFT
1869 From: daniel@biz.bitpusher.com
1870 Date: Wed, 11 Jul 2001 23:25:47 -0700
1871 Message-Id: <200107120625.f6C6PkJ13065@biz.bitpusher.com>
1872 Branch: perl
1873 ! lib/Tie/Array.pm t/op/splice.t
1874____________________________________________________________________________
1875[ 11305] By: jhi on 2001/07/12 13:05:46
1876 Log: Subject: [PATCH] More accurate line numbers in messages
1877 From: Paul Johnson <paul@pjcj.net>
1878 Date: Thu, 12 Jul 2001 04:14:11 +0200
1879 Message-ID: <20010712041411.A3467@pjcj.net>
1880
1881 (With prototyping and multiplicity tweaks.)
1882 Branch: perl
1883 ! dump.c embed.h embed.pl t/lib/warnings/util util.c
1884____________________________________________________________________________
1885[ 11304] By: nick on 2001/07/12 12:53:40
1886 Log: Integrate mainline
1887 Branch: perlio
1888 !> ext/ByteLoader/bytecode.h hints/aix.sh pod/perl572delta.pod
1889 !> regexec.c thread.h
1890____________________________________________________________________________
1891[ 11303] By: jhi on 2001/07/12 12:46:20
1892 Log: Cut-and-pasto in #11298.
1893 Branch: perl
1894 ! ext/ByteLoader/bytecode.h
1895____________________________________________________________________________
1896[ 11302] By: jhi on 2001/07/12 12:42:35
1897 Log: Update the AIX known problems section.
1898 Branch: perl
1899 ! pod/perl572delta.pod
1900____________________________________________________________________________
1901[ 11301] By: jhi on 2001/07/12 12:36:46
1902 Log: Subject: Re: HiRes on AIX 4.2 in threaded mode
1903 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1904 Date: Thu, 12 Jul 2001 12:16:16 +0200
1905 Message-Id: <20010712114215.E0D9.H.M.BRAND@hccnet.nl>
1906 Branch: perl
1907 ! hints/aix.sh
1908____________________________________________________________________________
1909[ 11300] By: jhi on 2001/07/12 12:35:44
1910 Log: Integrate perlio.
1911 Branch: perl
1912 !> makedef.pl win32/win32.c
1913____________________________________________________________________________
1914[ 11299] By: jhi on 2001/07/12 12:33:57
1915 Log: Subject: [PATCH] fix for PMOP threadness failures
1916 From: Artur Bergman <artur@contiller.se>
1917 Date: Thu, 12 Jul 2001 09:48:06 +0200
1918 Message-ID: <B77322D6.22DD%artur@contiller.se>
1919 Branch: perl
1920 ! regexec.c
1921____________________________________________________________________________
1922[ 11298] By: jhi on 2001/07/12 12:27:47
1923 Log: Subject: RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2
1924 From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
1925 Date: Thu, 12 Jul 2001 09:09:48 +0200
1926 Message-ID: <E3FB32585BF1D411B9E900805FF51A0808CE70@RU0022EXCH001U>
1927
1928 More parentheses to keep bcc happy.
1929 Branch: perl
1930 ! ext/ByteLoader/bytecode.h
1931____________________________________________________________________________
1932[ 11297] By: jhi on 2001/07/12 12:24:50
1933 Log: Subject: Re: [patch] pthread_atfork bandaid
1934 From: Doug MacEachern <dougm@covalent.net>
1935 Date: Wed, 11 Jul 2001 23:43:17 -0700 (PDT)
1936 Message-ID: <Pine.LNX.4.21.0107112342330.28844-100000@mako.covalent.net>
1937 Branch: perl
1938 ! thread.h
1939____________________________________________________________________________
1940[ 11296] By: nick on 2001/07/12 11:55:48
1941 Log: Exclude reentrant_buffer from .def file
1942 Branch: perlio
1943 ! makedef.pl
1944____________________________________________________________________________
1945[ 11295] By: nick on 2001/07/12 11:11:44
1946 Log: Honour void-ness of my_exit()
1947 Branch: perlio
1948 ! win32/win32.c
1949____________________________________________________________________________
1950[ 11294] By: nick on 2001/07/12 07:51:04
1951 Log: Integrate mainline
1952 Branch: perlio
1953 +> uts/sprintf_wrap.c
1954 !> (integrate 35 files)
1955____________________________________________________________________________
1956[ 11293] By: jhi on 2001/07/12 04:58:08
1957 Log: Retract #11289.
1958 Branch: perl
1959 ! embed.h embed.pl perl.c proto.h thread.h
1960____________________________________________________________________________
1961[ 11292] By: jhi on 2001/07/12 04:47:43
1962 Log: Now the :locale pseudolayer *almost* works...
1963 Branch: perl
1964 ! lib/open.pm
1965____________________________________________________________________________
1966[ 11291] By: jhi on 2001/07/12 04:36:47
1967 Log: Locale encoding tweaks.
1968 Branch: perl
1969 ! lib/open.pm
1970____________________________________________________________________________
1971[ 11290] By: jhi on 2001/07/12 04:25:53
1972 Log: Subject: Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
1973 From: Mark-Jason Dominus <mjd@plover.com>
1974 Date: Thu, 12 Jul 2001 00:59:31 -0400
1975 Message-ID: <20010712045931.8543.qmail@plover.com>
1976
1977 Remove the chmod/umask leading zero warning.
1978 Branch: perl
1979 ! lib/warnings.pm pod/perldiag.pod pod/perllexwarn.pod
1980 ! t/lib/warnings/toke toke.c warnings.h warnings.pl
1981____________________________________________________________________________
1982[ 11289] By: jhi on 2001/07/12 04:16:41
1983 Log: (Retracted by #11289.)
1984 Branch: perl
1985 ! embed.h embed.pl perl.c proto.h thread.h
1986____________________________________________________________________________
1987[ 11288] By: jhi on 2001/07/12 03:45:11
1988 Log: Needed by #11283.
1989 Branch: perl
1990 ! intrpvar.h
1991____________________________________________________________________________
1992[ 11287] By: jhi on 2001/07/12 03:40:04
1993 Log: Metaconfig unit change for #11286.
1994 Branch: metaconfig/U/perl
1995 ! patchlevel.U
1996____________________________________________________________________________
1997[ 11286] By: jhi on 2001/07/12 03:39:18
1998 Log: Subject: Re: [PATCH Configure] perl -V broken
1999 From: Andy Dougherty <doughera@lafayette.edu>
2000 Date: Wed, 11 Jul 2001 13:30:27 -0400 (EDT)
2001 Message-ID: <Pine.SOL.4.10.10107111329060.2021-100000@maxwell.phys.lafayette.edu>
2002 Branch: perl
2003 ! Configure myconfig.SH
2004____________________________________________________________________________
2005[ 11285] By: jhi on 2001/07/12 03:27:28
2006 Log: Retract #11166 (and #11237).
2007 Branch: perl
2008 ! dump.c embed.h lib/warnings.pm op.c op.h opcode.h opcode.pl
2009 ! pod/perldiag.pod pp.sym pp_proto.h t/lib/warnings/op
2010 ! t/lib/warnings/toke toke.c warnings.h warnings.pl
2011____________________________________________________________________________
2012[ 11284] By: jhi on 2001/07/12 02:36:42
2013 Log: UTS tweaks for Hal Morris.
2014 Branch: perl
2015 + uts/sprintf_wrap.c
2016 ! MANIFEST hints/uts.sh perl.h
2017____________________________________________________________________________
2018[ 11283] By: jhi on 2001/07/12 00:52:36
2019 Log: Subject: [PATCH] Use reentrant API glibc
2020 From: Artur Bergman <artur@contiller.se>
2021 Date: Thu, 12 Jul 2001 00:58:21 +0200
2022 Message-ID: <B772A6AD.2288%artur@contiller.se>
2023 Branch: perl
2024 ! embedvar.h intrpvar.h op.h perl.c perlapi.h pod/perlapi.pod
2025 ! sv.c
2026____________________________________________________________________________
2027[ 11282] By: jhi on 2001/07/12 00:35:27
2028 Log: Subject: Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"?
2029 From: barries <barries@slaysys.com>
2030 Date: Wed, 11 Jul 2001 15:11:46 -0400
2031 Message-ID: <20010711151146.G24560@jester.slaysys.com>
2032 Branch: perl
2033 ! pp_sys.c t/lib/warnings/doio win32/win32.c
2034____________________________________________________________________________
2035[ 11281] By: jhi on 2001/07/12 00:32:17
2036 Log: Subject: [patch] pthread_atfork bandaid
2037 From: Doug MacEachern <dougm@covalent.net>
2038 Date: Wed, 11 Jul 2001 08:59:12 -0700 (PDT)
2039 Message-ID: <Pine.LNX.4.21.0107110855070.11688-100000@mako.covalent.net>
2040 Branch: perl
2041 ! miniperlmain.c perl.c
2042____________________________________________________________________________
2043[ 11280] By: jhi on 2001/07/12 00:31:34
2044 Log: Subject: [patch] perl_clone leaks
2045 From: Doug MacEachern <dougm@covalent.net>
2046 Date: Wed, 11 Jul 2001 08:43:32 -0700 (PDT)
2047 Message-ID: <Pine.LNX.4.21.0107110842390.11688-100000@mako.covalent.net>
2048 Branch: perl
2049 ! sv.c
2050____________________________________________________________________________
2051[ 11279] By: nick on 2001/07/11 15:49:38
2052 Log: Integrate mainline
2053 Branch: perlio
2054 +> ext/Encode/Encode/HZ.enc ext/PerlIO/t/encoding.t
2055 +> ext/Time/HiRes/hints/dynixptx.pl lib/Math/BigInt/Calc.pm
2056 +> lib/Math/BigInt/t/bigintc.t lib/Term/ANSIColor/ChangeLog
2057 +> lib/Term/ANSIColor/README
2058 !> (integrate 54 files)
2059____________________________________________________________________________
2060[ 11278] By: jhi on 2001/07/11 13:52:20
2061 Log: Update Changes.
2062 Branch: perl
2063 ! Changes patchlevel.h
2064____________________________________________________________________________
14261ed0
JH
2065[ 11277] By: jhi on 2001/07/11 13:31:43
2066 Log: Subject: blead kit timestamps && the problem with running perl embed.pl
2067 From: Peter Prymmer <pvhp@forte.com>
2068 Date: Tue, 10 Jul 2001 19:33:00 -0700 (PDT)
2069 Message-ID: <Pine.OSF.4.10.10107101906360.137455-100000@aspara.forte.com>
2070
2071 Backport of embed.pl to 5.003.
2072 Branch: perl
2073 ! embed.pl
2074____________________________________________________________________________
2075[ 11276] By: jhi on 2001/07/11 13:18:07
2076 Log: Subject: Re: POSIX test #14 on UTS
2077 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2078 Date: Wed, 11 Jul 2001 03:02:14 +0100
2079 Message-Id: <200107110202.f6B22Ea10727@crypt.compulink.co.uk>
2080 Branch: perl
2081 ! ext/POSIX/POSIX.t
2082____________________________________________________________________________
2083[ 11275] By: jhi on 2001/07/11 13:15:49
2084 Log: Make the I32 an IV to preserve structure alignment and size.
2085 Branch: perl
2086 ! op.h
2087____________________________________________________________________________
2088[ 11274] By: jhi on 2001/07/11 13:13:27
2089 Log: Subject: [PATCH] Threadsafe PMOPs! We might still win this war.
2090 From: "Artur Bergman" <artur@contiller.se>
2091 Date: Wed, 11 Jul 2001 14:23:37 +0200
2092 Message-ID: <000b01c10a04$4fa16a10$21000a0a@vogw2kdev>
2093
2094 Threadsafe PMOPs for ithreads, waiting for AMS's Perl_re_dup().
2095 Branch: perl
2096 ! embedvar.h intrpvar.h op.c op.h perl.c perlapi.h
2097 ! pod/perlapi.pod sv.c
2098____________________________________________________________________________
2099[ 11273] By: jhi on 2001/07/11 03:53:28
2100 Log: Tweak until Pod::Parser gets updated.
2101 Branch: perl
2102 ! t/pod/special_seqs.xr
2103____________________________________________________________________________
2104[ 11272] By: jhi on 2001/07/11 00:46:05
2105 Log: File::Spec usage tweak.
2106 Branch: perl
2107 ! lib/ExtUtils.t
2108____________________________________________________________________________
2109[ 11271] By: jhi on 2001/07/11 00:37:19
2110 Log: Integrate #11263 from macperl; macos and macosx updates.
2111 Branch: perl
2112 !> pod/perlport.pod
2113____________________________________________________________________________
2114[ 11270] By: jhi on 2001/07/11 00:33:27
2115 Log: Subject: [PATCH: perl@11238] dynixptx updates for osvers='4.5.2'
2116 From: Peter Prymmer <pvhp@forte.com>
2117 Date: Tue, 10 Jul 2001 15:29:45 -0700 (PDT)
2118 Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com>
2119 Branch: perl
2120 + ext/Time/HiRes/hints/dynixptx.pl
2121 ! MANIFEST hints/dynixptx.sh
2122____________________________________________________________________________
2123[ 11269] By: jhi on 2001/07/11 00:32:16
2124 Log: Subject: [PATCH] ExtUtils::Constant (was Re: funny numconvert test in perl@11006 (was Re: report on BS2000 wit h perl@11006))
2125 From: Nicholas Clark <nick@ccl4.org>
2126 Date: Tue, 10 Jul 2001 23:17:43 +0100
2127 Message-ID: <20010710231742.B59620@plum.flirble.org>
2128 Branch: perl
2129 ! lib/ExtUtils.t lib/ExtUtils/Constant.pm
2130____________________________________________________________________________
2131[ 11268] By: jhi on 2001/07/11 00:30:56
2132 Log: Subject: [DOC PATCH] Pluggable runops
2133 From: Paul Johnson <paul@pjcj.net>
2134 Date: Tue, 10 Jul 2001 21:53:28 +0200
2135 Message-ID: <20010710215328.B26577@pjcj.net>
2136 Branch: perl
2137 ! pod/perlguts.pod
2138____________________________________________________________________________
2139[ 11267] By: jhi on 2001/07/11 00:29:59
2140 Log: Subject: [PATCH] Authors
2141 From: Artur Bergman <artur@contiller.se>
2142 Date: Tue, 10 Jul 2001 20:39:12 +0200
2143 Message-ID: <B771186F.21CD%artur@contiller.se>
2144 Branch: perl
2145 ! AUTHORS
2146____________________________________________________________________________
2147[ 11266] By: jhi on 2001/07/11 00:29:13
2148 Log: Subject: Re: [PATCH] Small fix to pp_gmtime
2149 From: Doug MacEachern <dougm@covalent.net>
2150 Date: Tue, 10 Jul 2001 11:19:43 -0700 (PDT)
2151 Message-ID: <Pine.LNX.4.21.0107101118020.10475-100000@mako.covalent.net>
2152 Branch: perl
2153 ! pp_ctl.c
2154____________________________________________________________________________
2155[ 11265] By: jhi on 2001/07/11 00:28:15
2156 Log: Subject: doc patch; times() in scalar context
2157 From: mjd@plover.com
2158 Date: 10 Jul 2001 18:01:17 -0000
2159 Message-ID: <20010710180117.12477.qmail@plover.com>
2160 Branch: perl
2161 ! pod/perlfunc.pod
2162____________________________________________________________________________
2163[ 11264] By: jhi on 2001/07/11 00:27:17
2164 Log: Subject: [PATCH] Small fix to pp_gmtime
2165 From: Artur Bergman <artur@contiller.se>
2166 Date: Tue, 10 Jul 2001 19:54:52 +0200
2167 Message-ID: <B7710E0B.21C5%artur@contiller.se>
2168 Branch: perl
2169 ! pp_sys.c
2170____________________________________________________________________________
2171[ 11263] By: pudge on 2001/07/10 21:06:10
2172 Log: Integrate changes from mainline perl, add notes about
2173 Mac OS X and Mac OS.
2174 Branch: maint-5.6/macperl
2175 ! pod/perlport.pod
2176____________________________________________________________________________
2177[ 11262] By: jhi on 2001/07/10 15:21:26
2178 Log: A proof of the dangers of package; ?
2179 Branch: perl
2180 ! t/lib/warnings/op
2181____________________________________________________________________________
2182[ 11261] By: jhi on 2001/07/10 15:02:27
2183 Log: Regen toc and modlib.
2184 Branch: perl
2185 ! pod/perlmodlib.pod pod/perltoc.pod
2186____________________________________________________________________________
2187[ 11260] By: jhi on 2001/07/10 15:00:37
2188 Log: Add compexcl(), casefold(), and casespec() interfaces;
2189 and make all interfaces to return hash references instead
2190 of hashes.
2191 Branch: perl
2192 ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
2193____________________________________________________________________________
2194[ 11259] By: jhi on 2001/07/10 13:50:17
2195 Log: Subject: [PATCH bleadperl] Math::Big* doc patches (and some code)
2196 From: "Philip Newton" <Philip.Newton@gmx.net>
2197 Date: Tue, 10 Jul 2001 09:55:59 +0200
2198 Message-ID: <20010710.095300@ID-11583.news.dfncis.de>
2199
2200 Subject: [DOC PATCH bleadperl] detypo Math::BigInt docs
2201 From: "Philip Newton" <Philip.Newton@gmx.net>
2202 Date: Tue, 10 Jul 2001 09:56:37 +0200
2203 Message-ID: <20010710.095600@ID-11583.news.dfncis.de>
2204 Branch: perl
2205 ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
2206 ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintpm.t
2207____________________________________________________________________________
2208[ 11258] By: jhi on 2001/07/10 13:47:20
2209 Log: Subject: [patch] undef &xsub for 1,2
2210 From: Doug MacEachern <dougm@covalent.net>
2211 Date: Mon, 9 Jul 2001 20:16:49 -0700 (PDT)
2212 Message-ID: <Pine.LNX.4.21.0107092012570.1913-100000@mako.covalent.net>
2213
2214 (This version of the patch with a comment from Gisle.)
2215 Branch: perl
2216 ! op.c
2217____________________________________________________________________________
2218[ 11257] By: jhi on 2001/07/10 13:45:44
2219 Log: Mention package; deprecation and the Win32 problems.
2220 Branch: perl
2221 ! pod/perl572delta.pod
2222____________________________________________________________________________
2223[ 11256] By: jhi on 2001/07/10 13:45:12
2224 Log: Subject: [PATCH] deprecate package with no arguments
2225 From: Robin Houston <robin@kitsite.com>
2226 Date: Tue, 10 Jul 2001 13:33:40 +0100
2227 Message-ID: <20010710133340.A13452@robin.kitsite.com>
2228 Branch: perl
2229 ! op.c pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/op
2230____________________________________________________________________________
2231[ 11255] By: jhi on 2001/07/10 13:16:11
2232 Log: Upgrade to podlators 1.10.
2233 Branch: perl
2234 ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
2235 ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
2236 ! pod/pod2man.PL pod/pod2text.PL
2237____________________________________________________________________________
2238[ 11254] By: jhi on 2001/07/10 13:09:34
2239 Log: Upgrade to Term::ANSIColor 1.04.
2240 Branch: perl
2241 + lib/Term/ANSIColor/ChangeLog lib/Term/ANSIColor/README
2242 ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/test.pl
2243____________________________________________________________________________
2244[ 11253] By: jhi on 2001/07/10 12:59:27
2245 Log: Integrate perlio (the right fix for the ":layer(args)")
2246 Branch: perl
2247 !> perlio.c
2248____________________________________________________________________________
2249[ 11252] By: nick on 2001/07/10 06:58:14
2250 Log: Fix open(...,"...:layer(xxx)",...)
2251 - use memEQ not strEQ as there is '(' not '\0'
2252 Branch: perlio
2253 ! perlio.c
2254____________________________________________________________________________
2255[ 11251] By: jhi on 2001/07/10 04:04:18
2256 Log: Telling the number of tests helps.
2257 Branch: perl
2258 ! ext/PerlIO/t/encoding.t
2259____________________________________________________________________________
2260[ 11250] By: jhi on 2001/07/10 03:55:38
2261 Log: Require I18N::Langinfo, not use.
2262 Branch: perl
2263 ! lib/open.pm
2264____________________________________________________________________________
2265[ 11249] By: jhi on 2001/07/10 03:50:18
2266 Log: Add a test for for PerlIO ":encoding(...)" layer.
2267 Branch: perl
2268 + ext/PerlIO/t/encoding.t
2269 ! MANIFEST ext/Encode/Encode.pm
2270____________________________________________________________________________
2271[ 11248] By: jhi on 2001/07/10 02:06:57
2272 Log: PerlIO ":encoding(foobar)" temporary fix.
2273 Not really correct, I think, since the change means
2274 that prefixes match.
2275 Branch: perl
2276 ! perlio.c
2277____________________________________________________________________________
2278[ 11247] By: jhi on 2001/07/10 01:38:11
2279 Log: Update to Math::BigInt 1.36. The biggest news is
2280 the separation of the backend; now the pure Perl
2281 implementation is in Math::BigInt::Calc, but one
2282 can plugin, say, Math::BigInt::BitVect, and get
2283 considerable speedup.
2284 Branch: perl
2285 + lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t
2286 ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
2287 ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
2288 ! lib/Math/BigInt/t/mbimbf.t
2289____________________________________________________________________________
2290[ 11246] By: jhi on 2001/07/10 01:19:55
2291 Log: Subject: Re: compatibility question
2292 From: Peter Prymmer <pvhp@forte.com>
2293 Date: Mon, 9 Jul 2001 18:04:33 -0700 (PDT)
2294 Message-ID: <Pine.OSF.4.10.10107091619360.86512-100000@aspara.forte.com>
2295 Branch: perl
2296 ! lib/ExtUtils/MM_VMS.pm
2297____________________________________________________________________________
2298[ 11245] By: jhi on 2001/07/10 01:18:04
2299 Log: Subject: [PATCH ext/File/Glob/t/basic.t]
2300 From: Norton Allen <allen@huarp.harvard.edu>
2301 Date: Mon, 9 Jul 2001 17:16:15 -0400 (edt)
2302 Message-Id: <200107092116.RAA12010@bottesini.harvard.edu>
2303 Branch: perl
2304 ! ext/File/Glob/t/basic.t
2305____________________________________________________________________________
2306[ 11244] By: jhi on 2001/07/10 01:16:27
2307 Log: Subject: [PATCH] Encode::Tcl. add "HZ" encoding and bugfix
2308 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
2309 Date: Tue, 10 Jul 2001 00:29:55 +0900
2310 Message-Id: <20010710002756.B497.BQW10602@nifty.com>
2311 Branch: perl
2312 + ext/Encode/Encode/HZ.enc
2313 ! MANIFEST ext/Encode/Encode/7bit-kana.enc
2314 ! ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
2315 ! ext/Encode/Encode/iso2022-jp.enc
2316 ! ext/Encode/Encode/iso2022-kr.enc
2317____________________________________________________________________________
2318[ 11243] By: pudge on 2001/07/09 22:16:12
2319 Log: Add in all them there macos/ files.
2320 Branch: maint-5.6/macperl
2321 + (add 577 files)
2322____________________________________________________________________________
2323[ 11242] By: jhi on 2001/07/09 20:26:04
2324 Log: Add the new modules to the list of having those own tests.
2325 Branch: perl
2326 ! t/lib/1_compile.t
2327____________________________________________________________________________
2328[ 11241] By: jhi on 2001/07/09 19:09:58
2329 Log: Add INOUT to control both ways at the same time.
2330 Branch: perl
2331 ! lib/open.pm
2332____________________________________________________________________________
2333[ 11240] By: nick on 2001/07/09 16:33:50
2334 Log: Integrate mainline
2335 Branch: perlio
2336 +> ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
2337 +> ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
2338 !> (integrate 41 files)
2339____________________________________________________________________________
2340[ 11239] By: jhi on 2001/07/09 16:14:35
2341 Log: More encoding mapping magic.
2342 Branch: perl
2343 ! lib/open.pm
2344____________________________________________________________________________
2345[ 11238] By: jhi on 2001/07/09 14:40:43
2346 Log: Update Changes.
2347 Branch: perl
2348 ! Changes patchlevel.h
2349____________________________________________________________________________
ff482e31 2350[ 11237] By: jhi on 2001/07/09 14:27:27
585d6f80
JH
2351 Log: (Retracted by #11285).
2352
2353 Subject: [PATCH] OPpCONST_OCTAL fixes
ff482e31
JH
2354 From: Abhijit Menon-Sen <ams@wiw.org>
2355 Date: Mon, 9 Jul 2001 07:38:45 +0530
2356 Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org>
2357 Branch: perl
2358 ! op.c
2359____________________________________________________________________________
2360[ 11236] By: jhi on 2001/07/09 14:10:07
2361 Log: Add a pseudolayer ":locale" to the open pragma which
2362 will get the encoding from the locale. Yet undocumented
2363 because I can't get the PerlIO :encoding(foobar) to work.
2364 Branch: perl
2365 ! ext/Encode/Encode.pm lib/open.pm
2366____________________________________________________________________________
2367[ 11235] By: jhi on 2001/07/09 13:38:43
2368 Log: Add more encoding mappings.
2369 Branch: perl
2370 ! ext/Encode/Encode.pm
2371____________________________________________________________________________
2372[ 11234] By: jhi on 2001/07/09 13:24:54
2373 Log: Document that using :encoding layer requires using Encode.
2374 Branch: perl
2375 ! ext/Encode/Encode.pm lib/PerlIO.pm
2376____________________________________________________________________________
2377[ 11233] By: jhi on 2001/07/09 13:19:34
2378 Log: Netware tweak from Ananth Kesari.
2379 Branch: perl
2380 ! NetWare/netware.h
2381____________________________________________________________________________
2382[ 11232] By: gsar on 2001/07/09 04:40:07
2383 Log: t/harness doesn't know about run/*.t
2384 Branch: perl
2385 ! t/harness
2386____________________________________________________________________________
2387[ 11231] By: gsar on 2001/07/09 04:36:30
2388 Log: run/exit.t busted on windows
2389 Branch: perl
2390 ! t/run/exit.t
2391____________________________________________________________________________
2392[ 11230] By: gsar on 2001/07/09 04:14:54
2393 Log: fix a couple of UCD.t tests that fail due to bad case
2394 Branch: perl
2395 ! lib/Unicode/UCD.t
2396____________________________________________________________________________
2397[ 11229] By: gsar on 2001/07/09 03:57:06
2398 Log: test skip logic was broken
2399 Branch: perl
2400 ! ext/I18N/Langinfo/Langinfo.t
2401____________________________________________________________________________
2402[ 11228] By: gsar on 2001/07/09 03:42:20
2403 Log: remove *.pdb files on windows upon $(MAKE) clean (fixes
2404 failure of ExtUtils.t#27 when built in debug mode)
2405 Branch: perl
2406 ! lib/ExtUtils/MM_Win32.pm
2407____________________________________________________________________________
2408[ 11227] By: gsar on 2001/07/09 02:11:04
2409 Log: I18N::Langinfo is not available on windows
2410 Branch: perl
2411 ! win32/FindExt.pm
2412____________________________________________________________________________
2413[ 11226] By: gsar on 2001/07/09 01:55:23
2414 Log: save a dTHX
2415 Branch: perl
2416 ! ext/POSIX/POSIX.xs
2417____________________________________________________________________________
2418[ 11225] By: jhi on 2001/07/08 23:42:37
2419 Log: Update Changes.
2420 Branch: perl
2421 ! Changes patchlevel.h
2422____________________________________________________________________________
21b6d9db
JH
2423[ 11224] By: jhi on 2001/07/08 23:05:41
2424 Log: Guard the nl_langinfo() with HAS_NL_LANGINFO
2425 as pointed out by Sarathy.
2426 Branch: perl
2427 ! ext/I18N/Langinfo/Langinfo.xs
2428____________________________________________________________________________
2429[ 11223] By: jhi on 2001/07/08 22:59:01
2430 Log: Retract #11212.
2431 Branch: perl
2432 ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
2433____________________________________________________________________________
2434[ 11222] By: jhi on 2001/07/08 17:41:22
2435 Log: Bump up the VERSION of Cwd.xs.
2436 Branch: perl
2437 ! ext/Cwd/Makefile.PL
2438____________________________________________________________________________
2439[ 11221] By: jhi on 2001/07/08 17:13:38
2440 Log: Retract #11220, the problem wasn't the missing leading zero.
2441 Here's the problem:
2442 $ ./perl -we 'chmod(oct("755"), ".")'
2443 Non-octal literal mode (493) specified at -e line 1.
2444 (Did you mean 0493 instead?)
2445 Branch: perl
2446 ! lib/ExtUtils/MM_Unix.pm
2447____________________________________________________________________________
2448[ 11220] By: jhi on 2001/07/08 17:05:55
2449 Log: (Retracted by #11221)
2450 Change the PERM_RW and PERM_RWX to 0644 and 0755
2451 (add the leading zero).
2452 Branch: perl
2453 ! lib/ExtUtils/MM_Unix.pm
2454____________________________________________________________________________
2455[ 11219] By: jhi on 2001/07/08 16:17:32
2456 Log: Integrate changes #11193, 11205, 11209 from macperl.
2457
2458 Fix up AutoLoader to fudge for Mac paths in import().
2459
2460 Allow symbols in try_symbol() to begin with "_".
2461
2462 Small portability fix for Mac OS.
2463 Branch: perl
2464 !> lib/AutoLoader.pm lib/Cwd.pm makedef.pl
2465____________________________________________________________________________
2466[ 11218] By: jhi on 2001/07/08 16:10:30
2467 Log: Metaconfig unit change for #11217.
2468 Branch: metaconfig/U/perl
2469 ! Extensions.U
2470____________________________________________________________________________
2471[ 11217] By: jhi on 2001/07/08 16:10:07
2472 Log: Detypo, problem noticed by Gerrit P. Haase.
2473 Branch: perl
2474 ! Configure config_h.SH
2475____________________________________________________________________________
2476[ 11216] By: jhi on 2001/07/08 15:58:35
2477 Log: Cwd cleanups.
2478 Branch: perl
2479 ! ext/Cwd/Cwd.xs
2480____________________________________________________________________________
2481[ 11215] By: jhi on 2001/07/08 15:52:57
2482 Log: Slight tweaks on #11213.
2483 Branch: perl
2484 ! toke.c
2485____________________________________________________________________________
2486[ 11214] By: jhi on 2001/07/08 14:32:28
2487 Log: A missing dTHX noticed by Gerrit P. Haase.
2488 Branch: perl
2489 ! ext/POSIX/POSIX.xs
2490____________________________________________________________________________
2491[ 11213] By: jhi on 2001/07/08 14:24:44
2492 Log: Subject: [PATCH toke.c] Simplify yytoke()
2493 From: Simon Cozens <simon@netthink.co.uk>
2494 Date: Sun, 8 Jul 2001 13:24:34 +0100
2495 Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror>
2496
2497 Split out pending_ident().
2498 Branch: perl
2499 ! embed.h embed.pl pod/perlapi.pod proto.h toke.c
2500____________________________________________________________________________
2501[ 11212] By: jhi on 2001/07/08 14:17:10
2502 Log: (Retracted by #11223.)
2503 Subject: [PATCH] Re: Problem with Safe.pm and Perl 5.004
2504 Date: Wed, 05 Nov 1997 17:22:34 -0600
2505 From: Graham Barr <gbarr@ti.com>
2506 Message-Id: <3460FFBA.6DA51F46@ti.com>
2507 Branch: perl
2508 ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
2509____________________________________________________________________________
2510[ 11211] By: jhi on 2001/07/08 13:53:38
2511 Log: Fix I18N::Langinfo nits noticed but Philip Newton.
2512 Branch: perl
2513 ! ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
2514 ! pod/perllocale.pod
2515____________________________________________________________________________
2516[ 11210] By: jhi on 2001/07/08 01:34:09
2517 Log: Really do the test under the C locale.
2518 Branch: perl
2519 ! ext/I18N/Langinfo/Langinfo.t
2520____________________________________________________________________________
2521[ 11209] By: pudge on 2001/07/08 01:19:25
2522 Log: Small portability fix for Mac OS.
2523 Branch: maint-5.6/macperl
2524 ! lib/Cwd.pm
2525____________________________________________________________________________
2526[ 11208] By: jhi on 2001/07/08 01:14:58
2527 Log: Metaconfig unit change for #11207.
2528 Branch: metaconfig/U/perl
2529 ! Extensions.U
2530____________________________________________________________________________
2531[ 11207] By: jhi on 2001/07/08 01:14:02
2532 Log: Add I18N::Langinfo, which is basically a wrapper around
2533 nl_langinfo(), which is an additional way to query locale
2534 specific information.
2535 Branch: perl
2536 + ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
2537 + ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
2538 ! Configure MANIFEST pod/perl572delta.pod pod/perllocale.pod
2539____________________________________________________________________________
2540[ 11206] By: pudge on 2001/07/08 00:56:29
2541 Log: Bugfixes for some tests. commonsense.t not in perl 5.6,
2542 used in File::Find tests; replace with if.t.
2543 Branch: maint-5.6/macperl
2544 ! t/lib/filefind-taint.t t/lib/filefind.t t/op/taint.t
2545 ! t/pragma/warn/op
2546____________________________________________________________________________
2547[ 11205] By: pudge on 2001/07/07 23:55:56
2548 Log: Allow symbols in try_symbol() to begin with "_".
2549 Branch: maint-5.6/macperl
2550 ! makedef.pl
2551____________________________________________________________________________
2552[ 11204] By: pudge on 2001/07/07 23:53:37
2553 Log: Sync up the File::Find changes from the rewrite by
2554 Thomas Wegner, et al.
2555 Branch: maint-5.6/macperl
2556 + t/lib/filefind-taint.t
2557 ! lib/File/Find.pm t/lib/filefind.t
2558____________________________________________________________________________
2559[ 11203] By: pudge on 2001/07/07 23:43:06
2560 Log: Subject: [PATCHES] :t:pod: and :lib:Pod: stuff
2561 From: Thomas Wegner <wegner_thomas@yahoo.com>
2562 Date: Thu, 5 Jul 2001 20:31:25 +0200
2563 Message-Id: <p04320400b76a0fc8dea5@[149.225.100.38]>
2564 Branch: maint-5.6/macperl
2565 ! lib/Pod/Find.pm t/pod/find.t t/pod/testp2pt.pl
2566____________________________________________________________________________
2567[ 11202] By: pudge on 2001/07/07 23:38:36
2568 Log: Some more test portability fixes.
2569 Branch: maint-5.6/macperl
2570 ! t/lib/filecopy.t t/pragma/warn/pp_sys
2571____________________________________________________________________________
2572[ 11201] By: jhi on 2001/07/07 22:52:38
2573 Log: The #11200 removed wrong (non-existent) target. Duh.
2574 Branch: perl
2575 ! Makefile.SH
2576____________________________________________________________________________
2577[ 11200] By: jhi on 2001/07/07 22:44:14
2578 Log: Zap the lib/re.pm before creating it.
2579 Branch: perl
2580 ! Makefile.SH
2581____________________________________________________________________________
2582[ 11199] By: pudge on 2001/07/07 20:54:35
2583 Log: Another test. Please ignore.
2584 Branch: maint-5.6/macperl
2585 ! README.macos
2586____________________________________________________________________________
2587[ 11198] By: pudge on 2001/07/07 20:44:12
2588 Log: Portability fixes for a lot of tests, especially IO-related
2589 tests, and warnings, and the harness script.
2590 Branch: maint-5.6/macperl
2591 ! t/harness t/io/argv.t t/io/dup.t t/io/fs.t t/io/inplace.t
2592 ! t/io/iprefix.t t/io/open.t t/io/openpid.t t/lib/filepath.t
2593 ! t/lib/findbin.t t/lib/io_dup.t t/lib/socket.t t/op/die_exit.t
2594 ! t/op/misc.t t/op/read.t t/op/readdir.t t/op/runlevel.t
2595 ! t/op/stat.t t/op/subst_wamp.t t/op/taint.t
2596 ! t/pragma/diagnostics.t t/pragma/subs.t t/pragma/warn/doio
2597 ! t/pragma/warn/mg t/pragma/warn/op t/pragma/warn/pp_sys
2598 ! t/pragma/warnings.t
2599____________________________________________________________________________
2600[ 11197] By: jhi on 2001/07/07 20:32:28
2601 Log: Subject: [PATCH] lib/h2xs.t (was Re: [PATCH] h2xs)
2602 From: Nicholas Clark <nick@ccl4.org>
2603 Date: Sat, 7 Jul 2001 21:00:17 +0100
2604 Message-ID: <20010707210017.H59620@plum.flirble.org>
2605 Branch: perl
2606 ! lib/h2xs.t
2607____________________________________________________________________________
2608[ 11196] By: jhi on 2001/07/07 20:26:36
2609 Log: The UNICOS/mk SysV IPC problem has been fixed.
2610 Branch: perl
2611 ! pod/perl572delta.pod
2612____________________________________________________________________________
2613[ 11195] By: jhi on 2001/07/07 19:59:51
2614 Log: Slight update tweaks on perlunicode.pod.
2615 Branch: perl
2616 ! pod/perlunicode.pod
2617____________________________________________________________________________
2618[ 11194] By: jhi on 2001/07/07 17:53:03
2619 Log: Subject: Doc patch DB_File.pm: use umask-friendly modes
2620 From: Mark-Jason Dominus <mjd@plover.com>
2621 Date: Sat, 07 Jul 2001 13:04:04 -0400
2622 Message-ID: <20010707170404.32694.qmail@plover.com>
2623 Branch: perl
2624 ! ext/DB_File/DB_File.pm
2625____________________________________________________________________________
2626[ 11193] By: pudge on 2001/07/07 17:26:28
2627 Log: Fix up AutoLoader to fudge for Mac paths in import().
2628 Branch: maint-5.6/macperl
2629 ! lib/AutoLoader.pm
2630____________________________________________________________________________
2631[ 11192] By: jhi on 2001/07/07 17:03:06
2632 Log: Try to force the lib/re.pm to be there before entering
2633 the extensions builds, should help for parallel makes.
2634 Branch: perl
2635 ! Makefile.SH
2636____________________________________________________________________________
2637[ 11191] By: jhi on 2001/07/07 15:26:16
2638 Log: Subject: Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
2639 From: Norton Allen <allen@huarp.harvard.edu>
2640 Date: Fri, 6 Jul 2001 12:01:14 -0400 (edt)
2641 Message-Id: <200107061601.MAA00597@bottesini.harvard.edu>
2642 Branch: perl
2643 ! ext/POSIX/POSIX.xs
2644____________________________________________________________________________
2645[ 11190] By: jhi on 2001/07/07 15:22:08
2646 Log: Subject: [PATCH] Re: op/arith.t
2647 From: Nicholas Clark <nick@ccl4.org>
2648 Date: Sat, 7 Jul 2001 13:04:54 +0100
2649 Message-ID: <20010707130454.D59620@plum.flirble.org>
2650 Branch: perl
2651 ! numeric.c toke.c
2652____________________________________________________________________________
2653[ 11189] By: jhi on 2001/07/07 15:20:44
2654 Log: Subject: [PATCH] h2xs
2655 From: Nicholas Clark <nick@ccl4.org>
2656 Date: Fri, 6 Jul 2001 23:25:14 +0100
2657 Message-ID: <20010706232514.X59620@plum.flirble.org>
2658 Branch: perl
2659 ! utils/h2xs.PL
2660____________________________________________________________________________
2661[ 11188] By: jhi on 2001/07/07 15:12:36
2662 Log: Subject: Re: bleedperl perl_alloc..free leakage
2663 From: Radu Greab <radu@netsoft.ro>
2664 Date: Fri, 6 Jul 2001 19:48:54 +0300
2665 Message-ID: <15173.60406.308246.456184@ix.netsoft.ro>
2666
2667 Leak-be-gone.
2668 Branch: perl
2669 ! op.c
2670____________________________________________________________________________
2671[ 11187] By: pudge on 2001/07/07 02:11:36
2672 Log: Test again. Please ignore.
2673 Branch: maint-5.6/macperl
2674 ! README.macos
2675____________________________________________________________________________
2676[ 11186] By: pudge on 2001/07/07 02:08:13
2677 Log: Test. Please ignore.
2678 Branch: maint-5.6/macperl
2679 ! README.macos
2680____________________________________________________________________________
2681[ 11185] By: pudge on 2001/07/06 23:46:57
2682 Log: Include changes already sent in separately as patches,
2683 before branch was created.
2684 Branch: maint-5.6/macperl
2685 ! ext/File/Glob/bsd_glob.c ext/IO/lib/IO/Dir.pm gv.c
2686 ! lib/DirHandle.pm lib/File/Basename.pm lib/File/Copy.pm
2687 ! lib/File/Find.pm lib/diagnostics.pm perl.c t/base/term.t
2688 ! t/comp/cpp.t t/comp/multiline.t t/comp/script.t t/comp/term.t
2689 ! t/lib/anydbm.t t/lib/autoloader.t t/lib/dirhand.t
2690 ! t/lib/filefind.t t/lib/io_dir.t t/lib/selfloader.t
2691 ! t/op/anonsub.t t/op/closure.t t/op/defins.t t/op/die_exit.t
2692 ! t/op/exec.t t/op/goto.t t/op/misc.t t/op/pack.t t/op/regexp.t
2693 ! t/op/regexp_noamp.t t/op/split.t t/op/write.t
2694 ! t/pragma/strict.t
2695____________________________________________________________________________
2696[ 11184] By: jhi on 2001/07/06 16:41:30
2697 Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
2698 From: Norton Allen <allen@huarp.harvard.edu>
2699 Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
2700 Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
2701 Branch: perl
2702 ! utf8.h
2703____________________________________________________________________________
2704[ 11183] By: nick on 2001/07/06 16:27:40
2705 Log: Integrate mainline
2706 Branch: perlio
2707 +> (branch 42 files)
2708 - NetWare/perlsdio.h ext/util/mkbootstrap lib/Net/DummyInetd.pm
2709 - lib/Net/PH.pm lib/Net/SNPP.pm lib/Net/t/ph.t
2710 - win32/bin/mdelete.bat
2711 !> (integrate 215 files)
2712____________________________________________________________________________
2713[ 11182] By: jhi on 2001/07/06 15:57:16
2714 Log: The #11166 needed also these updated.
2715 Branch: perl
2716 ! lib/warnings.pm warnings.h
2717____________________________________________________________________________
2718[ 11181] By: jhi on 2001/07/06 13:24:42
2719 Log: Update Changes.
2720 Branch: perl
2721 ! Changes patchlevel.h
2722____________________________________________________________________________
00847e8a
JH
2723[ 11180] By: jhi on 2001/07/06 13:20:08
2724 Log: Regen toc.
2725 Branch: perl
2726 ! pod/perltoc.pod
2727____________________________________________________________________________
2728[ 11179] By: jhi on 2001/07/06 12:57:13
2729 Log: Nit from Abhijit.
2730 Branch: perl
2731 ! lib/CPAN.pm
2732____________________________________________________________________________
2733[ 11178] By: jhi on 2001/07/06 12:53:04
2734 Log: Retract #11172.
2735 Branch: perl
2736 ! t/op/method.t
2737____________________________________________________________________________
2738[ 11177] By: jhi on 2001/07/06 12:44:51
2739 Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
2740 From: Norton Allen <allen@huarp.harvard.edu>
2741 Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
2742 Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
2743 Branch: perl
2744 ! lib/Cwd.pm
2745____________________________________________________________________________
2746[ 11176] By: jhi on 2001/07/06 12:42:45
585d6f80 2747 Log: (Accidentally empty check-in.)
00847e8a
JH
2748 Branch: perl
2749 ! utf8.h
2750____________________________________________________________________________
2751[ 11175] By: jhi on 2001/07/06 12:29:56
2752 Log: Retract #11165 since Sarathy pointed out it'll not
2753 work properly under threads, the problem should be
2754 solved using "the savestack, either via SSNEW() or
2755 using a newSVpv()+SAVEFREESV() combo."
2756 Branch: perl
2757 ! ext/POSIX/POSIX.xs
2758____________________________________________________________________________
2759[ 11174] By: jhi on 2001/07/06 12:27:31
2760 Log: Retract #11125 since NI-S pointed out it'll not work in
2761 cases where the extension has their own handcrafted INC
2762 et alia.
2763 Branch: perl
2764 ! lib/ExtUtils/MM_Unix.pm
2765____________________________________________________________________________
2766[ 11173] By: jhi on 2001/07/06 12:20:50
2767 Log: Subject: RE: [PATCH] -I and MakeMaker again
2768 From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
2769 Date: Fri, 6 Jul 2001 09:18:29 +0200
2770 Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U>
2771 Branch: perl
2772 ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_VMS.pm
2773 ! lib/ExtUtils/MM_Win32.pm
2774____________________________________________________________________________
2775[ 11172] By: jhi on 2001/07/06 12:18:39
2776 Log: (Retracted by #11178)
2777 Subject: [PATCH t/op/method.t] SUPER:: strangeness
2778 From: Piers Cawley <pdcawley@iterative-software.com>
2779 Date: 06 Jul 2001 10:49:01 +0100
2780 Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk>
2781 Branch: perl
2782 ! t/op/method.t
2783____________________________________________________________________________
2784[ 11171] By: jhi on 2001/07/06 01:38:55
2785 Log: VOS README update from Paul Green.
2786 Branch: perl
2787 ! README.vos
2788____________________________________________________________________________
2789[ 11170] By: jhi on 2001/07/06 01:19:33
2790 Log: Subject: [PATCH README.qnx hints/qnx.sh]
2791 From: Norton Allen <allen@huarp.harvard.edu>
2792 Message-Id: <200107051755.NAA21422@bottesini.harvard.edu>
2793 Date: Thu, 5 Jul 2001 13:55:11 -0400 (edt)
2794 Branch: perl
2795 ! README.qnx hints/qnx.sh
2796____________________________________________________________________________
2797[ 11169] By: jhi on 2001/07/06 01:17:43
2798 Log: Subject: [PATCH] Doc patch for Tie::Hash
2799 From: Artur Bergman <artur@contiller.se>
2800 Date: Thu, 05 Jul 2001 22:51:18 +0200
2801 Message-ID: <B76A9FE6.1F04%artur@contiller.se>
2802 Branch: perl
2803 ! lib/Tie/Hash.pm
2804____________________________________________________________________________
2805[ 11168] By: jhi on 2001/07/06 01:16:27
2806 Log: Subject: [PATCH] perlfaq4.pod
2807 From: "Liney, Dave" <dave.liney@gbr.conoco.com>
2808 Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02>
2809 Date: Thu, 5 Jul 2001 18:44:10 +0100
2810 Branch: perl
2811 ! pod/perlfaq4.pod
2812____________________________________________________________________________
2813[ 11167] By: jhi on 2001/07/06 01:14:41
2814 Log: Subject: [PATCH B::Deparse] Make warnings handling more robust
2815 From: Robin Houston <robin@kitsite.com>
2816 Date: Thu, 5 Jul 2001 18:33:21 +0100
2817 Message-ID: <20010705183321.A27345@robin.kitsite.com>
2818 Branch: perl
2819 ! ext/B/B/Deparse.pm
2820____________________________________________________________________________
2821[ 11166] By: jhi on 2001/07/06 01:11:50
585d6f80
JH
2822 Log: (Retracted by #11285.)
2823
2824 Subject: Re: [PATCH] mkdir() mode argument is missing initial 0
00847e8a
JH
2825 From: Abhijit Menon-Sen <ams@wiw.org>
2826 Date: Fri, 6 Jul 2001 01:26:32 +0530
2827 Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org>
2828 Branch: perl
2829 ! dump.c op.c op.h opcode.h opcode.pl pod/perldiag.pod pp.sym
2830 ! pp_proto.h t/lib/warnings/op t/lib/warnings/toke toke.c
2831 ! warnings.pl
2832____________________________________________________________________________
2833[ 11165] By: jhi on 2001/07/06 00:19:26
2834 Log: (Retracted by #11175)
2835 Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
2836 From: Norton Allen <allen@huarp.harvard.edu>
2837 Message-Id: <200107051734.NAA13375@bottesini.harvard.edu>
2838 Date: Thu, 5 Jul 2001 13:34:51 -0400 (edt)
2839 Branch: perl
2840 ! ext/POSIX/POSIX.xs
2841____________________________________________________________________________
2842[ 11164] By: jhi on 2001/07/06 00:14:57
2843 Log: Unterminated C< (noticed by Richard Hatch), and few other
2844 small Unicode doc tweaks.
2845 Branch: perl
2846 ! pod/perlretut.pod
2847____________________________________________________________________________
2848[ 11163] By: jhi on 2001/07/05 19:33:34
2849 Log: More flexible argument understanding; add charblocks() and
2850 charscripts(); make charblock() and charscript() two-way;
2851 add charinrange(); separate the $Unicode::UCD::VERSION and
2852 the version of the Unicode by adding UnicodeVersion().
2853 Branch: perl
2854 ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
2855____________________________________________________________________________
2856[ 11162] By: jhi on 2001/07/05 13:38:36
2857 Log: Update Unicode::UCD on \p{In...}.
2858 Branch: perl
2859 ! lib/Unicode/UCD.pm
2860____________________________________________________________________________
2861[ 11161] By: jhi on 2001/07/05 13:26:00
2862 Log: Subject: Re: [PATCH lib/ExtUtils.t] Extra Files for QNX
2863 From: Norton Allen <allen@huarp.harvard.edu>
2864 Date: Thu, 5 Jul 2001 09:57:14 -0400 (edt)
2865 Message-Id: <200107051357.JAA06285@bottesini.harvard.edu>
2866 Branch: perl
2867 ! lib/ExtUtils/MM_Unix.pm
2868____________________________________________________________________________
2869[ 11160] By: jhi on 2001/07/05 13:06:53
2870 Log: POSIX-BC tweaks from Thomas Dorner.
2871 Branch: perl
2872 ! hints/posix-bc.sh perlio.h
2873____________________________________________________________________________
2874[ 11159] By: jhi on 2001/07/05 04:17:18
2875 Log: Module updates for the delta.
2876 Branch: perl
2877 ! pod/perl572delta.pod
2878____________________________________________________________________________
2879[ 11158] By: jhi on 2001/07/05 03:45:19
2880 Log: Subject: [PATCH ext/IO/lib/IO/t/io_sock.t] for QNX
2881 From: Norton Allen <allen@huarp.harvard.edu>
2882 Message-Id: <200107050259.WAA06843@bottesini.harvard.edu>
2883 Date: Wed, 4 Jul 2001 22:59:00 -0400 (edt)
2884 Branch: perl
2885 ! ext/IO/lib/IO/t/io_sock.t
2886____________________________________________________________________________
2887[ 11157] By: jhi on 2001/07/05 03:44:19
2888 Log: Subject: [PATCH perldiag.pod] Quick fixes
2889 From: Simon Cozens <simon@netthink.co.uk>
2890 Date: Wed, 4 Jul 2001 20:22:12 +0100
2891 Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror>
2892 Branch: perl
2893 ! pod/perldiag.pod
2894____________________________________________________________________________
2895[ 11156] By: jhi on 2001/07/05 03:43:28
2896 Log: Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match
2897 From: Radu Greab <radu@netsoft.ro>
2898 Date: Wed, 4 Jul 2001 22:13:31 +0300
2899 Message-ID: <15171.27355.895094.128142@ix.netsoft.ro>
2900 Branch: perl
2901 ! op.c sv.c t/op/pos.t
2902____________________________________________________________________________
2903[ 11155] By: jhi on 2001/07/05 03:40:24
2904 Log: Subject: [PATCH] -I and MakeMaker again
2905 From: Michael G Schwern <schwern@pobox.com>
2906 Date: Wed, 4 Jul 2001 15:03:07 -0400
2907 Message-ID: <20010704150307.I20340@blackrider>
2908
2909 (and retract #11145)
2910 Branch: perl
2911 ! ext/util/make_ext lib/ExtUtils/MM_Unix.pm
2912 ! lib/ExtUtils/MakeMaker.pm
2913____________________________________________________________________________
2914[ 11154] By: jhi on 2001/07/05 03:32:43
2915 Log: Subject: Re: PERFORCE change 11142 for review
2916 From: "Philip Newton" <Philip.Newton@gmx.net>
2917 Date: Wed, 4 Jul 2001 20:46:26 +0200
2918 Message-Id: <200107041841.VAA25380@taas.iki.fi>
2919 Branch: perl
2920 ! lib/ExtUtils/MakeMaker.pm
2921____________________________________________________________________________
2922[ 11153] By: jhi on 2001/07/05 03:29:21
2923 Log: Subject: Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
2924 From: Jonathan Stowe <gellyfish@gellyfish.com>
2925 Date: Mon, 2 Jul 2001 20:45:53 +0100 (BST)
2926 Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com>
2927 Branch: perl
2928 ! utils/pl2pm.PL
2929____________________________________________________________________________
2930[ 11152] By: gsar on 2001/07/05 00:52:57
2931 Log: fix the binary compatibility issue when building with/without
2932 usemymalloc by exporting Perl_malloc() et al as simple wrappers
2933 around the system functions (this allows most extensions built
2934 using one mode to coexist with perls built in the other mode)
2935
2936 XXX the Perl_mfree() wrapper might need to do return(free()) on
2937 platforms where Free_t isn't "void"
2938 Branch: perl
2939 ! embed.h embed.pl makedef.pl proto.h util.c
2940____________________________________________________________________________
2941[ 11151] By: gsar on 2001/07/05 00:42:49
2942 Log: perl built with USE_ITHREADS can deadlock during fork() or backticks
2943 since it doesn't ensure threads other than the one calling fork()
2944 aren't holding any locks; the fix is to use pthread_atfork() to
2945 hold global locks
2946
2947 building perl with -Dusemymalloc exacerbates the problem since
2948 Perl_malloc() holds a mutex, and perl's exec() calls New()
2949
2950 XXX the code in win32thread.h may be needed on platforms that have
2951 no pthread_atfork()
2952 Branch: perl
2953 ! perl.c thread.h win32/win32thread.h
2954____________________________________________________________________________
2955[ 11150] By: pudge on 2001/07/04 20:07:54
2956 Log: Integrate #11009 from maintperl.
2957 Branch: maint-5.6/macperl
2958 !> lib/ExtUtils/Manifest.pm
2959____________________________________________________________________________
2960[ 11149] By: pudge on 2001/07/04 19:54:46
2961 Log: Flexing my Perforce muscles.
2962 Branch: maint-5.6/macperl
2963 ! README.macos
2964____________________________________________________________________________
2965[ 11148] By: jhi on 2001/07/04 17:14:51
2966 Log: Update Changes.
2967 Branch: perl
2968 ! Changes patchlevel.h
2969____________________________________________________________________________
2970[ 11147] By: jhi on 2001/07/04 16:41:25
2971 Log: Metaconfig unit change for #11146.
2972 Branch: metaconfig/U/perl
2973 ! d_fcntl_can_lock.U
2974____________________________________________________________________________
d3a7fa0a
JH
2975[ 11146] By: jhi on 2001/07/04 16:36:31
2976 Log: Somehow the #ifdefs of the added code (in #11093) made
2977 HP-UX to fail the fcntl locking test, without the ifdefs
2978 the test seems to be working again. Reason unknown:
2979 HP-UX cc doesn't complain either way.
2980 Branch: perl
2981 ! Configure
2982____________________________________________________________________________
2983[ 11145] By: jhi on 2001/07/04 16:08:00
585d6f80 2984 Log: (Retracted by #11155) PERLRUNINST needed in some spots.
d3a7fa0a
JH
2985 Branch: perl
2986 ! lib/ExtUtils/MM_Unix.pm
2987____________________________________________________________________________
2988[ 11144] By: jhi on 2001/07/04 16:07:35
2989 Log: gcc -Wall nit.
2990 Branch: perl
2991 ! pp_hot.c
2992____________________________________________________________________________
2993[ 11143] By: jhi on 2001/07/04 15:08:26
2994 Log: When removing tests updating the test count is a good idea, too.
2995 Branch: perl
2996 ! lib/Net/t/require.t
2997____________________________________________________________________________
2998[ 11142] By: jhi on 2001/07/04 14:57:51
2999 Log: Document #11134 and add the new symbols to the list of
3000 of MakeMaker known ones.
3001 Branch: perl
3002 ! lib/ExtUtils/MakeMaker.pm
3003____________________________________________________________________________
3004[ 11141] By: jhi on 2001/07/04 14:34:11
3005 Log: Microperl update.
3006 Branch: perl
3007 ! uconfig.h
3008____________________________________________________________________________
3009[ 11140] By: jhi on 2001/07/04 14:32:27
3010 Log: Update the libnet tests as per #11138.
3011 Branch: perl
3012 - lib/Net/t/ph.t
3013 ! MANIFEST lib/Net/t/require.t
3014____________________________________________________________________________
3015[ 11139] By: jhi on 2001/07/04 14:14:33
3016 Log: Regen toc and modlib.
3017 Branch: perl
3018 ! pod/perlmodlib.pod pod/perltoc.pod
3019____________________________________________________________________________
3020[ 11138] By: jhi on 2001/07/04 14:10:38
3021 Log: Remove DummyInetd, PH, and SNPP from the libnet, as per
3022 Graham's request.
3023 Branch: perl
3024 - lib/Net/DummyInetd.pm lib/Net/PH.pm lib/Net/SNPP.pm
3025 ! MANIFEST
3026____________________________________________________________________________
3027[ 11137] By: jhi on 2001/07/04 14:06:35
3028 Log: Add the OS/390 harness results to the delta.
3029 Branch: perl
3030 ! pod/perl572delta.pod
3031____________________________________________________________________________
3032[ 11136] By: jhi on 2001/07/04 13:59:01
3033 Log: Avoid the two study tests in OS/390 until the bug has been solved.
3034 Branch: perl
3035 ! t/op/study.t
3036____________________________________________________________________________
3037[ 11135] By: jhi on 2001/07/04 13:49:08
3038 Log: DOS/DJGPP tweaks from Laszlo Molnar.
3039 Branch: perl
3040 ! AUTHORS djgpp/djgppsed.sh hints/dos_djgpp.sh t/op/write.t
3041____________________________________________________________________________
3042[ 11134] By: jhi on 2001/07/04 13:47:46
3043 Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE
3044 From: Michael G Schwern <schwern@pobox.com>
3045 Date: Wed, 4 Jul 2001 00:01:16 -0400
3046 Message-ID: <20010704000116.C591@blackrider>
3047 Branch: perl
3048 ! ext/util/make_ext lib/ExtUtils.t lib/ExtUtils/MM_Unix.pm
3049____________________________________________________________________________
3050[ 11133] By: jhi on 2001/07/04 01:55:20
3051 Log: The #11132 missed singleton characters (not part
3052 of a unilo..unihi range) in Unicode scripts.
3053 Branch: perl
3054 ! lib/unicode/In/0.pl lib/unicode/In/1.pl lib/unicode/In/10.pl
3055 ! lib/unicode/In/11.pl lib/unicode/In/12.pl lib/unicode/In/13.pl
3056 ! lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
3057 ! lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/20.pl
3058 ! lib/unicode/In/21.pl lib/unicode/In/24.pl lib/unicode/In/29.pl
3059 ! lib/unicode/In/3.pl lib/unicode/In/30.pl lib/unicode/In/34.pl
3060 ! lib/unicode/In/35.pl lib/unicode/In/37.pl lib/unicode/In/39.pl
3061 ! lib/unicode/In/4.pl lib/unicode/In/5.pl lib/unicode/In/6.pl
3062 ! lib/unicode/In/8.pl lib/unicode/In/9.pl lib/unicode/Scripts.pl
3063 ! lib/unicode/mktables.PL t/op/pat.t
3064____________________________________________________________________________
3065[ 11132] By: jhi on 2001/07/04 01:32:11
3066 Log: Support preferentially the Unicode 'scripts' definition
3067 in the \p{In...} notation since according to Unicode the
3068 scripts concept is more natural for matching than using
3069 the somewhat artificial block names. The block names are
3070 still available, though, and if there's a name conflict,
3071 the scripts one wins and the blocks one has to do with
3072 'Block' appended to its name. For more information see
3073
3074 http://www.unicode.org/unicode/reports/tr24/
3075 Branch: perl
3076 + lib/unicode/In/100.pl lib/unicode/In/101.pl
3077 + lib/unicode/In/102.pl lib/unicode/In/103.pl
3078 + lib/unicode/In/104.pl lib/unicode/In/105.pl
3079 + lib/unicode/In/106.pl lib/unicode/In/107.pl
3080 + lib/unicode/In/108.pl lib/unicode/In/109.pl
3081 + lib/unicode/In/110.pl lib/unicode/In/111.pl
3082 + lib/unicode/In/112.pl lib/unicode/In/113.pl
3083 + lib/unicode/In/114.pl lib/unicode/In/115.pl
3084 + lib/unicode/In/116.pl lib/unicode/In/117.pl
3085 + lib/unicode/In/118.pl lib/unicode/In/119.pl
3086 + lib/unicode/In/120.pl lib/unicode/In/121.pl
3087 + lib/unicode/In/122.pl lib/unicode/In/123.pl
3088 + lib/unicode/In/124.pl lib/unicode/In/125.pl
3089 + lib/unicode/In/126.pl lib/unicode/In/127.pl
3090 + lib/unicode/In/128.pl lib/unicode/In/129.pl
3091 + lib/unicode/In/130.pl lib/unicode/In/131.pl
3092 + lib/unicode/In/132.pl lib/unicode/In/133.pl
3093 + lib/unicode/In/134.pl lib/unicode/In/135.pl
3094 + lib/unicode/In/96.pl lib/unicode/In/97.pl lib/unicode/In/98.pl
3095 + lib/unicode/In/99.pl lib/unicode/Scripts.pl
3096 ! (edit 106 files)
3097____________________________________________________________________________
3098[ 11131] By: jhi on 2001/07/03 23:02:02
3099 Log: Better document the difference between a block and a script.
3100 Branch: perl
3101 ! lib/Unicode/UCD.pm
3102____________________________________________________________________________
3103[ 11130] By: jhi on 2001/07/03 22:49:15
3104 Log: Subject: [ perl 5.6.1 ] CPAN.pm doc patch
3105 From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
3106 Date: Tue, 3 Jul 2001 15:04:23 -0500
3107 Message-ID: <20010703150423.C9787@chaos.wustl.edu>
3108 Branch: perl
3109 ! lib/CPAN.pm
3110____________________________________________________________________________
3111[ 11129] By: jhi on 2001/07/03 22:45:41
3112 Log: Add tests for charscript().
3113 Branch: perl
3114 ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
3115____________________________________________________________________________
3116[ 11128] By: jhi on 2001/07/03 20:41:54
3117 Log: Add charscript() to get the UTR#24 script names of characters.
3118 Branch: perl
3119 ! lib/Unicode/UCD.pm
3120____________________________________________________________________________
3121[ 11127] By: jhi on 2001/07/03 19:53:29
3122 Log: Todo updates.
3123 Branch: perl
3124 ! pod/perltodo.pod
3125____________________________________________________________________________
3126[ 11126] By: jhi on 2001/07/03 19:45:30
3127 Log: Unicode::UCD updates.
3128 Branch: perl
3129 ! lib/Unicode/UCD.pm
3130____________________________________________________________________________
3131[ 11125] By: jhi on 2001/07/03 16:12:20
585d6f80
JH
3132 Log: (Retracted by #11174)
3133 Subject: MakeMaker should pass through DEFINE and INC to subdirs
d3a7fa0a
JH
3134 From: Alan Burlison <Alan.Burlison@sun.com>
3135 Date: Tue, 03 Jul 2001 15:20:13 +0100
3136 Message-ID: <3B41D49D.A923D4F9@sun.com>
3137 Branch: perl
3138 ! lib/ExtUtils/MM_Unix.pm
3139____________________________________________________________________________
3140[ 11124] By: jhi on 2001/07/03 16:06:53
3141 Log: Subject: Patch needed for UTS
3142 From: hom00@utsglobal.com (Hal Morris)
3143 Date: Tue, 3 Jul 2001 09:38:22 -0700 (PDT)
3144 Message-Id: <200107031638.JAA11998@cepheus.utsglobal.com>
3145
3146 Replace #11113 with a better version.
3147 Branch: perl
3148 ! perl.h
3149____________________________________________________________________________
3150[ 11123] By: jhi on 2001/07/03 16:04:49
3151 Log: Subject: Re: POINTERRIGOR
3152 From: Andy Dougherty <doughera@lafayette.edu>
3153 Date: Tue, 3 Jul 2001 11:49:28 -0400 (EDT)
3154 Message-ID: <Pine.SOL.4.10.10107031040030.1982-100000@maxwell.phys.lafayette.edu>
3155 Branch: perl
3156 ! util.c
3157____________________________________________________________________________
3158[ 11122] By: jhi on 2001/07/03 16:03:31
3159 Log: Subject: Re: [PATCH @11016] Fixes compile errors in four files
3160 From: "Philip Newton" <pnewton@gmx.de>
3161 Date: Tue, 3 Jul 2001 17:03:34 +0200
3162 Message-ID: <3B41FAE6.29564.660E117@localhost>
3163 Branch: perl
3164 ! pp_hot.c
3165____________________________________________________________________________
3166[ 11121] By: jhi on 2001/07/03 13:26:08
3167 Log: Typos.
3168 Branch: perl
3169 ! INSTALL
3170____________________________________________________________________________
3171[ 11120] By: jhi on 2001/07/03 11:34:47
3172 Log: Subject: [PATCH 5.6.1] debugger fixes
3173 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3174 Date: Tue, 3 Jul 2001 03:38:18 -0400
3175 Message-ID: <20010703033818.A16788@math.ohio-state.edu>
3176
3177 The $^S is working again.
3178 Branch: perl
3179 ! lib/perl5db.pl
3180____________________________________________________________________________
3181[ 11119] By: jhi on 2001/07/03 11:33:27
3182 Log: Subject: Re: [PATCH 5.6.1] OS/2 improvements
3183 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3184 Date: Tue, 3 Jul 2001 03:34:06 -0400
3185 Message-ID: <20010703033406.A16776@math.ohio-state.edu>
3186 Branch: perl
3187 ! os2/OS2/Process/Process.pm
3188____________________________________________________________________________
3189[ 11118] By: jhi on 2001/07/03 11:29:54
3190 Log: Subject: [PATCH bleadperl] Bad lishp in change 11084
3191 From: "Philip Newton" <Philip.Newton@gmx.net>
3192 Date: Tue, 3 Jul 2001 09:11:27 +0200
3193 Message-Id: <200107030706.KAA04596@taas.iki.fi>
3194 Branch: perl
3195 ! lib/FindBin.pm
3196____________________________________________________________________________
3197[ 11117] By: jhi on 2001/07/03 11:25:14
3198 Log: Delta delta.
3199 Branch: perl
3200 ! pod/perl572delta.pod
3201____________________________________________________________________________
3202[ 11116] By: jhi on 2001/07/02 23:06:50
3203 Log: Metaconfig unit change for 11115.
3204 Branch: metaconfig
3205 ! U/modified/libc.U
3206____________________________________________________________________________
3207[ 11115] By: jhi on 2001/07/02 23:06:27
3208 Log: Whitespace allowed at the ends of /lib/syscalls.exp lines
3209 (from Richard Hatch) (this was the cause of pipes() and
3210 times() myeteriously not being found)
3211 Branch: perl
3212 ! Configure
3213____________________________________________________________________________
3214[ 11114] By: jhi on 2001/07/02 22:58:41
3215 Log: Retract #10142, the real culprit found by Richard Hatch,
3216 coming soon to Configure near you.
3217 Branch: perl
3218 ! hints/aix.sh
3219____________________________________________________________________________
3220[ 11113] By: jhi on 2001/07/02 22:56:09
3221 Log: (Replaced by #11124) UTS workaround from Hal Morris.
3222 Branch: perl
3223 ! perl.h
3224____________________________________________________________________________
3225[ 11112] By: jhi on 2001/07/02 22:53:29
3226 Log: Subject: [PATCH] grok not grocking correctly
3227 From: Nicholas Clark <nick@ccl4.org>
3228 Date: Tue, 3 Jul 2001 00:19:08 +0100
3229 Message-ID: <20010703001908.H59620@plum.flirble.org>
3230 Branch: perl
3231 ! numeric.c
3232____________________________________________________________________________
3233[ 11111] By: jhi on 2001/07/02 22:48:42
3234 Log: Subject: [PATCH Deparse.t] test just-posted patches
3235 From: Robin Houston <robin@kitsite.com>
3236 Date: Mon, 2 Jul 2001 23:46:15 +0100
3237 Message-Id: <E15HCUN-0000Rh-00.2001-07-02-23-48-19@mail18.svr.pol.co.uk>
3238 Branch: perl
3239 ! ext/B/Deparse.t
3240____________________________________________________________________________
3241[ 11110] By: jhi on 2001/07/02 22:27:10
3242 Log: Subject: [PATCH toke.c] autosplit into @F
3243 From: Robin Houston <robin@kitsite.com>
3244 Date: Mon, 2 Jul 2001 23:18:20 +0100
3245 Message-Id: <E15HC3M-0007jL-00.2001-07-02-23-20-24@mail18.svr.pol.co.uk>
3246 Branch: perl
3247 ! perl.c toke.c
3248____________________________________________________________________________
3249[ 11109] By: jhi on 2001/07/02 22:25:03
3250 Log: Subject: [PATCH B::Deparse] hash key auto-quoting
3251 From: Robin Houston <robin@kitsite.com>
3252 Date: Mon, 2 Jul 2001 23:00:48 +0100
3253 Message-Id: <E15HBmR-0006mc-00.2001-07-02-23-02-55@mail18.svr.pol.co.uk>
3254 Branch: perl
3255 ! ext/B/B/Deparse.pm
3256____________________________________________________________________________
3257[ 11108] By: jhi on 2001/07/02 19:21:18
3258 Log: Subject: Re: [PATCH perlsnap] '-' !~ /\w/
3259 From: "Philip Newton" <Philip.Newton@gmx.net>
3260 Date: Mon, 2 Jul 2001 22:06:22 +0200
3261 (no Message-Id)
3262 Branch: perl
3263 ! ext/NDBM_File/hints/linux.pl
3264____________________________________________________________________________
3265[ 11107] By: jhi on 2001/07/02 19:19:25
3266 Log: Subject: Re: Fixed pack problem - sort of
3267 From: Nicholas Clark <nick@ccl4.org>
3268 Date: Mon, 2 Jul 2001 20:59:20 +0100
3269 Message-ID: <20010702205919.F59620@plum.flirble.org>
3270 Branch: perl
3271 ! pp_pack.c t/op/pack.t
3272____________________________________________________________________________
3273[ 11106] By: jhi on 2001/07/02 19:18:28
3274 Log: Subject: Re: [PATCH 5.6.1] OS/2 cwd
3275 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3276 Date: Mon, 2 Jul 2001 15:45:41 -0400
3277 Message-ID: <20010702154541.B24295@math.ohio-state.edu>
3278 Branch: perl
3279 ! os2/os2.c
3280____________________________________________________________________________
3281[ 11105] By: jhi on 2001/07/02 19:17:27
00847e8a 3282 Log: (Mistaken retraction)
d3a7fa0a
JH
3283 Branch: perl
3284 ! utils/pl2pm.PL
3285____________________________________________________________________________
3286[ 11104] By: jhi on 2001/07/02 18:56:15
3287 Log: Detypo in #11103.
3288 Branch: perl
3289 ! utils/pl2pm.PL
3290____________________________________________________________________________
3291[ 11103] By: jhi on 2001/07/02 18:54:53
3292 Log: Subject: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
3293 From: Jonathan Stowe <gellyfish@gellyfish.com>
3294 Date: Mon, 2 Jul 2001 19:17:21 +0100 (BST)
3295 Message-ID: <Pine.LNX.4.33.0107021904530.7401-100000@orpheus.gellyfish.com>
3296 Branch: perl
3297 ! utils/pl2pm.PL
3298____________________________________________________________________________
3299[ 11102] By: jhi on 2001/07/02 18:16:09
3300 Log: Subject: [PATCH perl@11059] UCD.pm: if at first you don't succeed, croak?
3301 From: "Craig A. Berry" <craigberry@mac.com>
3302 Date: Mon, 02 Jul 2001 14:11:23 -0500
3303 Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01>
3304 Branch: perl
3305 ! lib/Unicode/UCD.pm
3306____________________________________________________________________________
3307[ 11101] By: jhi on 2001/07/02 18:14:51
3308 Log: Subject: [PATCH] Re: op/numconvert.t failures
3309 From: Nicholas Clark <nick@ccl4.org>
3310 Date: Mon, 2 Jul 2001 20:10:48 +0100
3311 Message-ID: <20010702201048.E59620@plum.flirble.org>
3312 Branch: perl
3313 ! t/op/numconvert.t
3314____________________________________________________________________________
3315[ 11100] By: jhi on 2001/07/02 17:51:44
3316 Log: Update Changes.
3317 Branch: perl
3318 ! Changes patchlevel.h
3319____________________________________________________________________________
f44d3bd2
JH
3320[ 11099] By: jhi on 2001/07/02 17:46:31
3321 Log: Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
3322 The real fix must be more involved. The line of code all the leaky
3323 call stacks seem to go through is op.c:2949, the PmopSTASH_set()
3324 line of Perl_newPMOP().
3325 Branch: perl
3326 ! op.h
3327____________________________________________________________________________
3328[ 11098] By: jhi on 2001/07/02 17:37:44
3329 Log: Based on
3330
3331 Subject: Re: sizeof(struct sembuf)
3332 From: Nicholas Clark <nick@ccl4.org>
3333 Date: Sun, 1 Jul 2001 22:26:48 +0100
3334 Message-ID: <20010701222648.W59620@plum.flirble.org>
3335
3336 but do semop() always the slow way.
3337 Branch: perl
3338 ! doio.c
3339____________________________________________________________________________
3340[ 11097] By: jhi on 2001/07/02 17:22:14
3341 Log: Subject: [PATCH] Encode/Tcl.t, for esc-seq encodings
3342 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
3343 Date: Tue, 03 Jul 2001 00:56:30 +0900
3344 Message-Id: <20010703005600.2225.BQW10602@nifty.com>
3345 Branch: perl
3346 ! ext/Encode/Encode/Tcl.t
3347____________________________________________________________________________
3348[ 11096] By: jhi on 2001/07/02 17:11:24
3349 Log: Subject: [PATCH] Encode/Tcl.pm, continuous sequences
3350 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
3351 Date: Tue, 03 Jul 2001 00:55:46 +0900
3352 Message-Id: <20010703005516.2222.BQW10602@nifty.com>
3353 Branch: perl
3354 ! ext/Encode/Encode/Tcl.pm
3355____________________________________________________________________________
3356[ 11095] By: jhi on 2001/07/02 17:07:14
3357 Log: Regen api and toc.
3358 Branch: perl
3359 ! pod/perlapi.pod pod/perltoc.pod
3360____________________________________________________________________________
3361[ 11094] By: jhi on 2001/07/02 16:29:42
3362 Log: Metaconfig unit change for #11093.
3363 Branch: metaconfig/U/perl
3364 ! d_fcntl_can_lock.U
3365____________________________________________________________________________
3366[ 11093] By: jhi on 2001/07/02 16:28:56
3367 Log: The fcntl locking test may hang if NFS locking messed up;
3368 break out with alarm(10).
3369 Branch: perl
3370 ! Configure
3371____________________________________________________________________________
3372[ 11092] By: jhi on 2001/07/02 14:11:31
3373 Log: Move the mdelete.bat from win32/bin to win32.
3374 Branch: perl
3375 ! MANIFEST
3376____________________________________________________________________________
3377[ 11091] By: jhi on 2001/07/02 14:10:01
3378 Log: Typo in #11083.
3379 Branch: perl
3380 ! ext/Time/Piece/Piece.t
3381____________________________________________________________________________
3382[ 11090] By: jhi on 2001/07/02 13:36:58
3383 Log: Netware tweaks from Guruprasad.
3384 Branch: perl
3385 - NetWare/perlsdio.h
3386 ! MANIFEST NetWare/Makefile NetWare/interface.c
3387 ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.h
3388 ! perlsdio.h
3389____________________________________________________________________________
3390[ 11089] By: jhi on 2001/07/02 13:25:40
3391 Log: Subject: Re: [PATH] shared -> unique;
3392 From: Abhijit Menon-Sen <ams@wiw.org>
3393 Date: Wed, 27 Jun 2001 03:51:27 +0530
3394 Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org>
3395 Branch: perl
3396 ! dump.c gv.c gv.h op.c pp_sys.c sv.c toke.c xsutils.c
3397____________________________________________________________________________
3398[ 11088] By: jhi on 2001/07/02 13:24:27
3399 Log: Subject: Re: AIX / gcc-3.0
3400 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3401 Date: Mon, 02 Jul 2001 15:20:21 +0200
3402 Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl>
3403 Branch: perl
3404 ! hints/aix.sh
3405____________________________________________________________________________
3406[ 11087] By: jhi on 2001/07/02 13:23:21
3407 Log: Subject: Re: Bug report: split splits on wrong pattern
3408 From: Abhijit Menon-Sen <ams@wiw.org>
3409 Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org>
3410 Date: Mon, 2 Jul 2001 16:31:33 +0530
3411 Branch: perl
3412 ! pp_ctl.c
3413____________________________________________________________________________
3414[ 11086] By: jhi on 2001/07/02 13:22:30
3415 Log: Subject: [PATCH 5.6.1] test harness
3416 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3417 Date: Mon, 2 Jul 2001 06:29:21 -0400
3418 Message-ID: <20010702062921.A1810@math.ohio-state.edu>
3419 Branch: perl
3420 ! lib/Test/Harness.pm
3421____________________________________________________________________________
3422[ 11085] By: jhi on 2001/07/02 13:21:39
3423 Log: Subject: [PATCH 5.6.1] debugger goof
3424 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3425 Date: Mon, 2 Jul 2001 06:27:22 -0400
3426 Message-ID: <20010702062722.A1746@math.ohio-state.edu>
3427 Branch: perl
3428 ! lib/perl5db.pl
3429____________________________________________________________________________
3430[ 11084] By: jhi on 2001/07/02 13:20:50
3431 Log: Subject: [PATCH 5.6.1] OS/2 cwd
3432 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3433 Date: Mon, 2 Jul 2001 06:21:17 -0400
3434 Message-ID: <20010702062117.A1401@math.ohio-state.edu>
3435 Branch: perl
3436 ! lib/Cwd.pm lib/File/Find/taint.t lib/FindBin.pm os2/os2.c
3437____________________________________________________________________________
3438[ 11083] By: jhi on 2001/07/02 13:19:18
3439 Log: Make #11082 more OS/2-specific.
3440 Branch: perl
3441 ! ext/Time/Piece/Piece.t
3442____________________________________________________________________________
3443[ 11082] By: jhi on 2001/07/02 13:14:36
3444 Log: Subject: [PATCH 5.6.1] OS/2 gmtime()
3445 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3446 Date: Mon, 2 Jul 2001 06:06:34 -0400
3447 Message-ID: <20010702060634.A1356@math.ohio-state.edu>
3448 Branch: perl
3449 ! ext/Time/Piece/Piece.t
3450____________________________________________________________________________
3451[ 11081] By: jhi on 2001/07/02 13:13:08
3452 Log: Subject: [PATCH B::Deparse] version number & changes
3453 From: Robin Houston <robin@kitsite.com>
3454 Date: Sun, 1 Jul 2001 17:17:29 +0100
3455 Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk>
3456 Branch: perl
3457 ! ext/B/B/Deparse.pm
3458____________________________________________________________________________
3459[ 11080] By: jhi on 2001/07/02 13:11:48
3460 Log: Subject: a small fix.
3461 From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
3462 Date: Mon, 2 Jul 2001 12:17:53 +0200
3463 Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U>
3464 Branch: perl
3465 ! ext/Thread/Thread.xs
3466____________________________________________________________________________
3467[ 11079] By: jhi on 2001/07/02 13:10:39
3468 Log: Subject: RE: perl@10907
3469 From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
3470 Date: Mon, 2 Jul 2001 12:06:16 +0200
3471 Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
3472
3473 Borland C vs PerlIO.
3474 Branch: perl
3475 ! win32/config.bc win32/config_H.bc
3476____________________________________________________________________________
3477[ 11078] By: jhi on 2001/07/02 13:03:44
3478 Log: Subject: [PATCH] Report /pro/3gl/CPAN/perl-5.7.1
3479 From: "H.M. Brand" <merijn@l1.procura.nl>
3480 Date: Mon, 02 Jul 2001 11:18:57 +0200
3481 Message-Id: <20010702100811.4999.MERIJN@l1.procura.nl>
3482 Branch: perl
3483 ! t/op/write.t
3484____________________________________________________________________________
3485[ 11077] By: jhi on 2001/07/02 12:58:27
3486 Log: Subject: [PATCH] Deleting ext/util/mkbootstrap
3487 From: Michael G Schwern <schwern@pobox.com>
3488 Date: Mon, 2 Jul 2001 00:26:24 -0400
3489 Message-ID: <20010702002624.A18302@blackrider>
3490 Branch: perl
3491 - ext/util/mkbootstrap
3492____________________________________________________________________________
3493[ 11076] By: jhi on 2001/07/02 12:56:20
3494 Log: Subject: [PATCH op.h] v minor comment tweak
3495 From: Robin Houston <robin@puffinry.freeserve.co.uk>
3496 Date: Mon, 2 Jul 2001 00:42:01 +0100
3497 Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk>
3498 Branch: perl
3499 ! op.h
3500____________________________________________________________________________
3501[ 11075] By: jhi on 2001/07/02 12:53:48
3502 Log: SysV IPC semops use native shorts, not forced-to-16-bit-shorts.
3503 Branch: perl
3504 ! pod/perlfunc.pod
3505____________________________________________________________________________
3506[ 11074] By: jhi on 2001/07/02 12:52:28
3507 Log: Subject: Re: sizeof(struct sembuf)
3508 From: Nicholas Clark <nick@ccl4.org>
3509 Date: Sun, 1 Jul 2001 19:23:16 +0100
3510 Message-ID: <20010701192316.V59620@plum.flirble.org>
3511
3512 s/signaling/signalling/
3513 Branch: perl
3514 ! pod/perlfunc.pod
3515____________________________________________________________________________
3516[ 11073] By: jhi on 2001/07/02 12:49:51
3517 Log: Subject: [PATCH perlsnap] Suggestion for mnemonic for $^N
3518 From: "Philip Newton" <Philip.Newton@gmx.net>
3519 Date: Sun, 1 Jul 2001 09:37:56 +0200
3520 Message-Id: <200107010733.KAA03920@taas.iki.fi>
3521 Branch: perl
3522 ! pod/perlvar.pod
3523____________________________________________________________________________
3524[ 11072] By: jhi on 2001/07/02 12:48:03
3525 Log: Subject: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/
3526 From: "Philip Newton" <Philip.Newton@gmx.net>
3527 Date: Sun, 1 Jul 2001 09:37:56 +0200
3528 Message-Id: <200107010733.KAA03925@taas.iki.fi>
3529 Branch: perl
3530 ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
3531____________________________________________________________________________
3532[ 11071] By: jhi on 2001/07/02 12:45:12
3533 Log: Metaconfig unit change for #11070.
3534 Branch: metaconfig
3535 ! U/compline/randfunc.U
3536____________________________________________________________________________
3537[ 11070] By: jhi on 2001/07/02 12:43:58
3538 Log: Subject: [PATCH perlsnap] its --> it's --> its
3539 From: "Philip Newton" <Philip.Newton@gmx.net>
3540 Date: Sun, 1 Jul 2001 09:37:56 +0200
3541 Message-Id: <200107010733.KAA03914@taas.iki.fi>
3542 Branch: perl
3543 ! Porting/config_H
3544____________________________________________________________________________
3545[ 11069] By: jhi on 2001/07/02 12:01:52
3546 Log: Sync with Sarathy; integrate with perlio.
3547 Branch: perl
3548 !> gv.c
3549____________________________________________________________________________
3550[ 11068] By: gsar on 2001/07/02 08:07:54
3551 Log: regenerate win32/config_H.?c files
3552 Branch: perl
3553 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
3554____________________________________________________________________________
3555[ 11067] By: gsar on 2001/07/02 08:03:55
3556 Log: rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
3557 naming discipline
3558
3559 win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
3560 because of this)
3561
3562 fix a warning about "fd" being used without being set in Cwd.xs
3563 Branch: perl
3564 ! embed.h embed.pl ext/Cwd/Cwd.xs ext/POSIX/POSIX.t
3565 ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
3566 ! pod/perlapi.pod proto.h util.c win32/config.bc win32/config.gc
3567 ! win32/config.vc
3568____________________________________________________________________________
3569[ 11066] By: gsar on 2001/07/02 07:12:10
3570 Log: win32 fixes: fix various syntax errors ("no preprocessor directives
3571 within macro arguments") and warnings ("unary minus applied to
3572 unsigned type", among others)
3573 Branch: perl
3574 ! gv.c hv.c op.c pp.c sv.c toke.c
3575____________________________________________________________________________
3576[ 11065] By: gsar on 2001/07/02 06:26:22
3577 Log: win32 fixes: more spurious CRs
3578 Branch: perl
3579 ! win32/mdelete.bat
3580____________________________________________________________________________
3581[ 11064] By: gsar on 2001/07/02 06:25:22
3582 Log: win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat
3583 from win32/bin (or it gets deleted by distclean); don't delete
3584 lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on
3585 NT (should be made Win9x specific, and added to makefile.mk)
3586 Branch: perl
3587 +> win32/mdelete.bat
3588 - win32/bin/mdelete.bat
3589 ! win32/Makefile win32/makefile.mk
3590____________________________________________________________________________
3591[ 11063] By: nick on 2001/07/01 18:54:09
3592 Log: Quick for for #ifdef mess
3593 Branch: perlio
3594 ! gv.c
3595____________________________________________________________________________
3596[ 11062] By: nick on 2001/07/01 18:47:42
3597 Log: Raw integrate - does not build #if mess in gv.c
3598 Branch: perlio
3599 !> (integrate 29 files)
3600____________________________________________________________________________
3601[ 11061] By: jhi on 2001/07/01 15:20:38
3602 Log: Make 'compile' target a little less broken.
3603 Still very broken, though: -Wall warnings from
3604 the generated code, boot_Foo prototypes missing,
3605 can't autoload Fcntl::SEEK_CUR et alia, ...
3606 Branch: perl
3607 ! ext/B/B/C.pm pod/Makefile.SH t/TEST utils/Makefile
3608 ! utils/perlcc.PL x2p/Makefile.SH
3609____________________________________________________________________________
3610[ 11060] By: jhi on 2001/07/01 14:04:20
3611 Log: Upgrade to Storable 1.0.12, from Raphael Manfredi.
3612 Branch: perl
3613 ! ext/Storable/ChangeLog ext/Storable/Storable.pm
3614 ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
3615____________________________________________________________________________
3616[ 11059] By: jhi on 2001/07/01 05:02:59
3617 Log: Update Changes.
3618 Branch: perl
3619 ! Changes patchlevel.h
3620____________________________________________________________________________
02d1ae82
JH
3621[ 11058] By: jhi on 2001/07/01 04:57:05
3622 Log: Still one typo, regen toc.
3623 Branch: perl
3624 ! lib/Unicode/UCD.pm pod/perltoc.pod
3625____________________________________________________________________________
3626[ 11057] By: jhi on 2001/07/01 04:54:35
3627 Log: Detypos and regen toc.
3628 Branch: perl
3629 ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
3630____________________________________________________________________________
3631[ 11056] By: jhi on 2001/07/01 04:26:08
3632 Log: VERSION tweak.
3633 Branch: perl
3634 ! ext/List/Util/lib/List/Util.pm
3635____________________________________________________________________________
3636[ 11055] By: jhi on 2001/06/30 22:18:37
3637 Log: Attempt at plugging the leak under ithreads detected by Doug.
3638 Branch: perl
3639 ! op.h
3640____________________________________________________________________________
3641[ 11054] By: jhi on 2001/06/30 21:33:29
3642 Log: gcc -Wall lint after #11051.
3643 Branch: perl
3644 ! pp_sys.c
3645____________________________________________________________________________
3646[ 11053] By: jhi on 2001/06/30 21:13:55
3647 Log: Integrate perlio.
3648 Branch: perl
3649 !> lib/File/Find/taint.t
3650____________________________________________________________________________
3651[ 11052] By: jhi on 2001/06/30 21:07:38
3652 Log: Don't use the v-strings for module VERSIONs.
3653 Branch: perl
3654 ! lib/Unicode/UCD.pm
3655____________________________________________________________________________
3656[ 11051] By: jhi on 2001/06/30 20:59:57
3657 Log: Code cleanup based on turning off the -woffs in IRIX.
3658 Not all of the gripes cleaned up (hairy code in hv.c and
3659 regcomp.c; unused newsp, gimme, and optype from cop.h macros;
3660 unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
3661 to the IRIX hints)
3662 Branch: perl
3663 ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs
3664 ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs
3665 ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c
3666 ! regcomp.c sv.c
3667____________________________________________________________________________
3668[ 11050] By: nick on 2001/06/30 20:46:46
3669 Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
3670 Branch: perlio
3671 ! lib/File/Find/taint.t
3672____________________________________________________________________________
3673[ 11049] By: nick on 2001/06/30 18:13:33
3674 Log: Integrate mainline
3675 Branch: perlio
3676 +> NetWare/nwstdio.h NetWare/perlsdio.h
3677 +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
3678 +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm
3679 +> lib/Unicode/UCD.t t/run/exit.t
3680 !> (integrate 60 files)
3681____________________________________________________________________________
3682[ 11048] By: jhi on 2001/06/30 16:23:39
3683 Log: Delta delta.
3684 Branch: perl
3685 ! pod/perl572delta.pod
3686____________________________________________________________________________
3687[ 11047] By: jhi on 2001/06/30 16:03:40
3688 Log: More VERSION tuning: to avoid unnecessary Perl upgrades
3689 by CPAN.pm, use rather _00.
3690 Branch: perl
3691 ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm
3692 ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
3693 ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm
3694 ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
3695 ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm
3696 ! lib/ExtUtils/Embed.pm lib/Test.pm
3697____________________________________________________________________________
3698[ 11046] By: jhi on 2001/06/30 15:53:22
3699 Log: Add a simple Unicode character database interface, Unicode::UCD.
3700 Branch: perl
3701 + lib/Unicode/UCD.pm lib/Unicode/UCD.t
3702 ! MANIFEST
3703____________________________________________________________________________
3704[ 11045] By: jhi on 2001/06/30 13:42:37
3705 Log: Subject: [PATCH] op/numconver.t
3706 From: Nicholas Clark <nick@ccl4.org>
3707 Date: Sat, 30 Jun 2001 15:40:10 +0100
3708 Message-ID: <20010630154010.I59620@plum.flirble.org>
3709 Branch: perl
3710 ! t/op/numconvert.t
3711____________________________________________________________________________
3712[ 11044] By: jhi on 2001/06/30 13:29:25
3713 Log: The $^N is now taken (by #11038).
3714 Branch: perl
3715 ! t/base/lex.t
3716____________________________________________________________________________
3717[ 11043] By: jhi on 2001/06/30 13:15:59
3718 Log: The #11040 had slipped to a wrong function...
3719 Branch: perl
3720 ! sv.c
3721____________________________________________________________________________
3722[ 11042] By: jhi on 2001/06/30 13:08:25
3723 Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
3724 the Configure library symbol probe mysteriously finds all
3725 symbols but those of pipe() and times().
3726 Branch: perl
3727 ! hints/aix.sh
3728____________________________________________________________________________
3729[ 11041] By: jhi on 2001/06/30 13:01:25
3730 Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00)
3731 From: Nicholas Clark <nick@ccl4.org>
3732 Date: Fri, 29 Jun 2001 23:49:07 +0100
3733 Message-ID: <20010629234907.D59620@plum.flirble.org>
3734 Branch: perl
3735 ! lib/ExtUtils.t
3736____________________________________________________________________________
3737[ 11040] By: jhi on 2001/06/30 13:00:24
3738 Log: Subject: [PATCH] weakref fix 2, not yet there
3739 From: Artur Bergman <artur@contiller.se>
3740 Date: Sat, 30 Jun 2001 01:18:16 +0200
3741 Message-ID: <B762D957.1CC9%artur@contiller.se>
3742 Branch: perl
3743 ! sv.c
3744____________________________________________________________________________
3745[ 11039] By: jhi on 2001/06/30 12:59:25
3746 Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes.
3747 From: Michael G Schwern <schwern@pobox.com>
3748 Date: Fri, 29 Jun 2001 19:39:11 -0400
3749 Message-ID: <20010629193910.D25304@blackrider>
3750 Branch: perl
3751 + t/run/exit.t
3752 ! MANIFEST
3753____________________________________________________________________________
3754[ 11038] By: jhi on 2001/06/30 12:58:16
3755 Log: Add support for $^N, the most-recently closed group.
3756 Branch: perl
3757 ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod
3758 ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t
3759 ! thrdvar.h
3760____________________________________________________________________________
3761[ 11037] By: jhi on 2001/06/30 12:53:40
3762 Log: Subject: [ID 20010630.001] Editorial nits in README.solaris
3763 From: lvirden@cas.org
3764 Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
3765 Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>
3766
3767 Subject: [ID 20010630.002] Another editorial tweak to README.solaris
3768 From: lvirden@cas.org
3769 Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
3770 Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>
3771 Branch: perl
3772 ! README.solaris
3773____________________________________________________________________________
3774[ 11036] By: jhi on 2001/06/30 12:51:45
3775 Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding
3776 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
3777 Date: Sat, 30 Jun 2001 07:33:37 +0900
3778 Message-Id: <20010630073226.7C79.BQW10602@nifty.com>
3779
3780 Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
3781 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
3782 Date: Sat, 30 Jun 2001 21:38:14 +0900
3783 Message-Id: <20010630213554.F67A.BQW10602@nifty.com>
3784 Branch: perl
3785 + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
3786 + ext/Encode/Encode/7bit-kr.enc
3787 ! MANIFEST ext/Encode/Encode/Tcl.pm
3788____________________________________________________________________________
3789[ 11035] By: jhi on 2001/06/30 12:44:51
3790 Log: NetWare tweaks from Guruprasad.
3791 Branch: perl
3792 + NetWare/nwstdio.h NetWare/perlsdio.h
3793 ! MANIFEST NetWare/Makefile NetWare/config.wc
3794 ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h
3795 ! NetWare/t/Readme.txt
3796____________________________________________________________________________
3797[ 11034] By: jhi on 2001/06/29 23:28:16
3798 Log: More module $VERSION bump-ups.
3799 Branch: perl
3800 ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm
3801 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm
3802 ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm
3803____________________________________________________________________________
3804[ 11033] By: jhi on 2001/06/29 21:25:23
3805 Log: Doc update due to #11032.
3806 Branch: perl
3807 ! pod/perl572delta.pod
3808____________________________________________________________________________
3809[ 11032] By: jhi on 2001/06/29 21:19:44
3810 Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX
3811 From: Peter Prymmer <pvhp@forte.com>
3812 Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT)
3813 Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com>
3814 Branch: perl
3815 ! ext/Time/HiRes/HiRes.xs
3816____________________________________________________________________________
3817[ 11031] By: jhi on 2001/06/29 14:31:53
3818 Log: -lpthreads missing in AIX.
3819 Branch: perl
3820 ! hints/aix.sh
3821____________________________________________________________________________
3822[ 11030] By: jhi on 2001/06/29 14:08:12
3823 Log: Subject: [PATCH] CLONE && weakrefs
3824 From: Artur Bergman <artur@contiller.se>
3825 Date: Fri, 29 Jun 2001 17:02:00 +0200
3826 Message-ID: <B7626508.1CA0%artur@contiller.se>
3827 Branch: perl
3828 ! sv.c
3829____________________________________________________________________________
3830[ 11029] By: jhi on 2001/06/29 14:06:50
3831 Log: Subject: Re: Bug report: split splits on wrong pattern
3832 From: Radu Greab <radu@netsoft.ro>
3833 Date: Wed, 27 Jun 2001 21:50:52 +0300
3834 Message-ID: <15162.11020.279064.471031@ix.netsoft.ro>
3835 Branch: perl
3836 ! pp_ctl.c t/op/split.t
3837____________________________________________________________________________
3838[ 11028] By: jhi on 2001/06/29 13:47:38
3839 Log: Metaconfig unit change for #11027.
3840 Branch: metaconfig/U/perl
3841 ! d_modfl.U
3842____________________________________________________________________________
3843[ 11027] By: jhi on 2001/06/29 13:47:03
3844 Log: I thought this Configure glitch for AIX was just recently fixed?
3845 Branch: perl
3846 ! Configure
3847____________________________________________________________________________
3848[ 11026] By: jhi on 2001/06/29 13:14:07
3849 Log: Update Changes.
3850 Branch: perl
3851 ! Changes patchlevel.h
3852____________________________________________________________________________
f1defd63
JH
3853[ 11025] By: jhi on 2001/06/29 13:07:57
3854 Log: Subject: Re: perl@10967, File::Find, and Cwd
3855 From: Mike Guy <mjtg@cam.ac.uk>
3856 Date: Fri, 29 Jun 2001 14:56:49 +0100
3857 Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk>
3858 Branch: perl
3859 ! lib/File/Find/taint.t
3860____________________________________________________________________________
3861[ 11024] By: jhi on 2001/06/29 12:39:23
3862 Log: Update the sv_pvprintify() spec.
3863 Branch: perl
3864 ! pod/perltodo.pod
3865____________________________________________________________________________
3866[ 11023] By: jhi on 2001/06/29 12:33:33
3867 Log: Known test failures update.
3868 Branch: perl
3869 ! pod/perl572delta.pod
3870____________________________________________________________________________
3871[ 11022] By: jhi on 2001/06/29 12:24:32
3872 Log: Based on
3873
3874 Subject: [PATCH @11016] More );) fixes
3875 From: Richard Soderberg <rs@crystalflame.net>
3876 Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT)
3877 Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com>
3878 Branch: perl
3879 ! ext/Thread/Thread.xs ext/Thread/typemap
3880____________________________________________________________________________
3881[ 11021] By: jhi on 2001/06/29 12:21:51
3882 Log: Subject: [PATCH @11016] Fixes compile errors in four files
3883 From: Richard Soderberg <rs@crystalflame.net>
3884 Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT)
3885 Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
3886 Branch: perl
3887 ! mg.c pp.c pp_hot.c util.c
3888____________________________________________________________________________
3889[ 11020] By: jhi on 2001/06/29 12:05:54
3890 Log: AIX hints tweaking continues, from Merijn Brand.
3891 Branch: perl
3892 ! hints/aix.sh
3893____________________________________________________________________________
3894[ 11019] By: jhi on 2001/06/29 12:05:10
3895 Log: HP-UX needs gccversion sooner, from Merijn Brand.
3896 Branch: perl
3897 ! hints/hpux.sh
3898____________________________________________________________________________
3899[ 11018] By: jhi on 2001/06/29 11:52:31
3900 Log: Subject: [PATCH 5.6.1] OS/2 docs
3901 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3902 Date: Fri, 29 Jun 2001 02:34:12 -0400
3903 Message-ID: <20010629023412.A6033@math.ohio-state.edu>
3904 Branch: perl
3905 ! README.os2 os2/Changes
3906____________________________________________________________________________
3907[ 11017] By: nick on 2001/06/29 10:20:30
3908 Log: Integrate mainline
3909 Branch: perlio
3910 +> (branch 37 files)
3911 - ext/ODBM_File/sdbm.t
3912 !> (integrate 211 files)
3913____________________________________________________________________________
3914[ 11016] By: jhi on 2001/06/29 03:38:56
3915 Log: Bump up the VERSIONs of modules that have changed since 5.6.0,
3916 the modules found using a script written by Larry Schatzer Jr.
3917 Branch: perl
3918 ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
3919 ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
3920 ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
3921 ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
3922 ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm
3923 ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
3924 ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm
3925 ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm
3926 ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm
3927 ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm
3928 ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm
3929 ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
3930 ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm
3931 ! lib/constant.pm lib/fields.pm lib/strict.pm
3932____________________________________________________________________________
3933[ 11015] By: jhi on 2001/06/29 02:55:58
3934 Log: The latest JPL from the anoncvs.
3935 Branch: perl
3936 ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
3937____________________________________________________________________________
3938[ 11014] By: jhi on 2001/06/29 02:16:55
3939 Log: In EBCDIC assume UTF-EBCDIC, not UTF-8.
3940 Branch: perl
3941 ! t/op/pat.t
3942____________________________________________________________________________
3943[ 11013] By: jhi on 2001/06/28 23:14:53
3944 Log: Worrying about insecure directories now is a bit too late.
3945 Branch: perl
3946 ! lib/File/Find/taint.t
3947____________________________________________________________________________
3948[ 11012] By: jhi on 2001/06/28 21:36:36
3949 Log: Cannot DIE() in a void function,
3950 from Richard Hatch <rhatch@austin.ibm.com>.
3951 Branch: perl
3952 ! ext/IPC/SysV/SysV.xs
3953____________________________________________________________________________
3954[ 11011] By: jhi on 2001/06/28 19:32:13
3955 Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX
3956 From: Peter Prymmer <pvhp@forte.com>
3957 Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT)
3958 Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com>
3959
3960 (unfinished: time/hires tests 3, 5, 14 failing, but better
3961 than wholesale failure)
3962 Branch: perl
3963 ! ext/Time/HiRes/HiRes.xs
3964____________________________________________________________________________
3965[ 11010] By: jhi on 2001/06/28 19:10:54
3966 Log: Subject: [PATCH 5.6.1] OS/2 improvements
3967 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3968 Date: Thu, 28 Jun 2001 16:03:14 -0400
3969 Message-ID: <20010628160314.A17906@math.ohio-state.edu>
3970 Branch: perl
3971 + os2/os2_base.t
3972 ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs
3973 ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
3974 ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c
3975 ! os2/os2ish.h
3976____________________________________________________________________________
3977[ 11009] By: jhi on 2001/06/28 18:54:14
3978 Log: Subject: Incrementing Extutils::Manifest's $VERSION
3979 From: Michael G Schwern <schwern@pobox.com>
3980 Date: Thu, 28 Jun 2001 13:13:49 -0400
3981 Message-ID: <20010628131349.A14738@blackrider>
3982 Branch: maint-5.6/perl
3983 ! lib/ExtUtils/Manifest.pm
3984____________________________________________________________________________
3985[ 11008] By: jhi on 2001/06/28 18:52:20
3986 Log: AIX tweak from Merijn Brand.
3987 Branch: perl
3988 ! hints/aix.sh
3989____________________________________________________________________________
3990[ 11007] By: jhi on 2001/06/28 17:46:27
3991 Log: Create the macperl branch.
3992 Branch: maint-5.6/macperl
3993 +> (branch 1728 files)
3994____________________________________________________________________________
3995[ 11006] By: jhi on 2001/06/28 14:46:21
3996 Log: Update Changes.
3997 Branch: perl
3998 ! Changes patchlevel.h
3999____________________________________________________________________________
27c3e527
JH
4000[ 11005] By: jhi on 2001/06/28 14:40:11
4001 Log: More Perforce lore.
4002 Branch: perl
4003 ! Porting/repository.pod
4004____________________________________________________________________________
4005[ 11004] By: jhi on 2001/06/28 14:12:50
4006 Log: Metaconfig unit changes for #11003.
4007 Branch: metaconfig/U/perl
4008 + d_nl_langinfo.U i_langinfo.U
4009____________________________________________________________________________
4010[ 11003] By: jhi on 2001/06/28 14:12:27
4011 Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
4012 Expected not to exist in non-UNIX excepting in VMS, where
4013 according to a quick web survey they just might.
4014 Branch: perl
4015 ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
4016 ! Porting/config_H config_h.SH configure.com epoc/config.sh
4017 ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
4018 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
4019 ! win32/config.bc win32/config.gc win32/config.vc
4020____________________________________________________________________________
4021[ 11002] By: jhi on 2001/06/28 13:39:11
4022 Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
4023 in AIX is one is doing a 64-bit build.
4024 Branch: perl
4025 ! hints/aix.sh
4026____________________________________________________________________________
4027[ 11001] By: jhi on 2001/06/28 13:28:37
4028 Log: Metaconfig unit changes for #11000.
4029 Branch: metaconfig/U/perl
4030 ! use64bits.U uselfs.U
4031____________________________________________________________________________
4032[ 11000] By: jhi on 2001/06/28 13:21:16
4033 Log: Move use64bitint and use64bitall before uselargefiles.
4034 Branch: perl
4035 ! Configure
4036____________________________________________________________________________
4037[ 10999] By: jhi on 2001/06/28 03:49:07
4038 Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
4039 From: Robert Spier <rspier@pobox.com>
4040 Message-ID: <15162.41164.618712.841415@rls.cx>
4041 Date: Wed, 27 Jun 2001 23:13:16 -0400
4042 Branch: perl
4043 ! doio.c
4044____________________________________________________________________________
4045[ 10998] By: jhi on 2001/06/28 03:42:57
4046 Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
4047 From: Peter Prymmer <pvhp@forte.com>
4048 Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
4049 Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
4050 Branch: perl
4051 ! numeric.c
4052____________________________________________________________________________
4053[ 10997] By: jhi on 2001/06/28 03:42:12
4054 Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
4055 From: Peter Prymmer <pvhp@forte.com>
4056 Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
4057 Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
4058 Branch: perl
4059 ! configure.com ext/Digest/MD5/Makefile.PL
4060____________________________________________________________________________
4061[ 10996] By: jhi on 2001/06/27 20:34:11
4062 Log: Update Changes.
4063 Branch: perl
4064 ! Changes patchlevel.h
4065____________________________________________________________________________
e7b7be70
JH
4066[ 10995] By: jhi on 2001/06/27 20:06:28
4067 Log: Tiny EPOC updates.
4068 Branch: perl
4069 ! epoc/config.sh
4070____________________________________________________________________________
4071[ 10994] By: jhi on 2001/06/27 19:55:16
4072 Log: The Test::More and Test::Simple tests required help
4073 thanks to our schizophrenic test scheme.
4074 Branch: perl
4075 ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
4076 ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
4077 ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
4078 ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
4079 ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
4080____________________________________________________________________________
4081[ 10993] By: jhi on 2001/06/27 17:17:30
4082 Log: Upgrade to Test::Simple 0.09.
4083 Branch: perl
4084 + lib/Test/Simple/Changes
4085 ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
4086 ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
4087 ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
4088 ! lib/Test/Simple/t/plan_is_noplan.t
4089____________________________________________________________________________
4090[ 10992] By: jhi on 2001/06/27 17:11:28
4091 Log: Upgrade to Test::More 0.07.
4092 Branch: perl
4093 + lib/Test/More/Changes
4094 ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
4095 ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
4096 ! lib/Test/More/t/skipall.t
4097____________________________________________________________________________
4098[ 10991] By: jhi on 2001/06/27 17:04:13
4099 Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
4100 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4101 Date: Wed, 27 Jun 2001 18:40:04 +0200
4102 Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
4103 Branch: perl
4104 ! hints/hpux.sh
4105____________________________________________________________________________
4106[ 10990] By: jhi on 2001/06/27 17:02:55
4107 Log: Subject: [PATCH README.qnx hints/qnx.sh]
4108 From: Norton Allen <allen@huarp.harvard.edu>
4109 Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
4110 Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
4111 Branch: perl
4112 ! README.qnx hints/qnx.sh
4113____________________________________________________________________________
4114[ 10989] By: jhi on 2001/06/27 14:33:53
4115 Log: Subject: [PATCH] two little documentation nits
4116 From: Abhijit Menon-Sen <ams@wiw.org>
4117 Date: Wed, 27 Jun 2001 20:07:50 +0530
4118 Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
4119 Branch: perl
4120 ! sv.c sv.h
4121____________________________________________________________________________
4122[ 10988] By: jhi on 2001/06/27 13:33:32
4123 Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
4124 From: Norton Allen <allen@huarp.harvard.edu>
4125 Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
4126 Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
4127 Branch: perl
4128 ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
4129____________________________________________________________________________
4130[ 10987] By: jhi on 2001/06/27 12:14:36
4131 Log: Subject: [PATCH vms/test.com] Adding TODO tests (was: Re: a report on perl@10930 results on a couple of Alphas)
4132 From: Michael G Schwern <schwern@pobox.com>
4133 Date: Wed, 27 Jun 2001 02:34:58 -0400
4134 Message-ID: <20010627023458.K23874@blackrider>
4135 Branch: perl
4136 ! vms/test.com
4137____________________________________________________________________________
4138[ 10986] By: jhi on 2001/06/27 12:01:49
4139 Log: Add perl_clone_host() for Netware.
4140 Branch: perl
4141 ! NetWare/nw5.c
4142____________________________________________________________________________
4143[ 10985] By: jhi on 2001/06/27 11:56:53
4144 Log: GCC 3.0 hints for HP-UX.
4145 Branch: perl
4146 ! hints/hpux.sh
4147____________________________________________________________________________
4148[ 10984] By: jhi on 2001/06/27 11:55:06
4149 Log: In some Linux distributions the libndbm is broken
4150 (no null key support), therefore link with libgdbm
4151 (if available), since it has a working ndbm emulation,
4152 from Jonathan Stowe.
4153 Branch: perl
4154 + ext/NDBM_File/hints/linux.pl
4155 ! MANIFEST
4156____________________________________________________________________________
4157[ 10983] By: jhi on 2001/06/27 11:48:56
4158 Log: Subject: [PATCH perl@10930] find.t hack for VMS
4159 From: "Craig A. Berry" <craigberry@mac.com>
4160 Date: Tue, 26 Jun 2001 23:40:25 -0500
4161 Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
4162 Branch: perl
4163 ! lib/File/Find/find.t
4164____________________________________________________________________________
4165[ 10982] By: jhi on 2001/06/27 11:47:30
4166 Log: AUTHORS updates.
4167 Branch: perl
4168 ! AUTHORS
4169____________________________________________________________________________
4170[ 10981] By: jhi on 2001/06/27 11:46:02
4171 Log: Metaconfig unit change like #10980.
4172 Branch: metaconfig
4173 ! U/compline/d_stdstdio.U
4174____________________________________________________________________________
4175[ 10980] By: jhi on 2001/06/27 11:45:29
4176 Log: "lose the it's", from Abhijit Menon-Sen.
4177 ("It's" not searched, pods not searched.)
4178 Branch: perl
4179 ! Porting/Glossary Porting/config_H README.qnx config_h.SH
4180 ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
4181 ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
4182 ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
4183 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
4184 ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
4185____________________________________________________________________________
4186[ 10979] By: jhi on 2001/06/27 11:36:40
4187 Log: "lose the looses", from Abhijit Menon-Sen.
4188 Branch: perl
4189 ! ext/B/B/Assembler.pm gv.c
4190____________________________________________________________________________
4191[ 10978] By: jhi on 2001/06/27 11:35:38
4192 Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
4193 Branch: perl
4194 ! hints/os390.sh
4195____________________________________________________________________________
4196[ 10977] By: jhi on 2001/06/27 11:33:28
4197 Log: DEC C 5.3 on the VAX simply doesn't seem to like
4198 compiling the MD5 extension, disable it there for now,
4199 from Peter Prymmer.
4200 Branch: perl
4201 ! configure.com
4202____________________________________________________________________________
4203[ 10976] By: jhi on 2001/06/26 21:35:40
4204 Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
4205 From: Jonathan Stowe <gellyfish@gellyfish.com>
4206 Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
4207 Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
4208 Branch: perl
4209 ! pod/perlfaq3.pod
4210____________________________________________________________________________
4211[ 10975] By: jhi on 2001/06/26 21:32:41
4212 Log: Subject: [PATCH 5.6.1] perlxs misprints
4213 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4214 Date: Tue, 26 Jun 2001 17:20:00 -0400
4215 Message-ID: <20010626172000.A26951@math.ohio-state.edu>
4216 Branch: perl
4217 ! pod/perlxs.pod
4218____________________________________________________________________________
4219[ 10974] By: jhi on 2001/06/26 21:31:51
4220 Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
4221 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4222 Date: Tue, 26 Jun 2001 17:27:07 -0400
4223 Message-ID: <20010626172707.A27097@math.ohio-state.edu>
4224 Branch: perl
4225 ! lib/ExtUtils/MM_Unix.pm
4226____________________________________________________________________________
4227[ 10973] By: jhi on 2001/06/26 21:27:05
4228 Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
4229 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4230 Date: Tue, 26 Jun 2001 17:23:24 -0400
4231 Message-ID: <20010626172324.A27003@math.ohio-state.edu>
4232 Branch: perl
4233 ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
4234____________________________________________________________________________
4235[ 10972] By: jhi on 2001/06/26 20:27:19
4236 Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
4237 by Olaf Flebbe.
4238 Branch: perl
4239 ! perl.h
4240____________________________________________________________________________
4241[ 10971] By: jhi on 2001/06/26 19:59:41
4242 Log: Detypo.
4243 Branch: perl
4244 ! lib/Memoize/t/tie_sdbm.t
4245____________________________________________________________________________
4246[ 10970] By: jhi on 2001/06/26 19:10:19
4247 Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
4248 Branch: perl
4249 ! win32/perllib.c
4250____________________________________________________________________________
4251[ 10969] By: jhi on 2001/06/26 17:21:31
4252 Log: Subject: [patch] perl_clone+CvFILE
4253 From: Doug MacEachern <dougm@covalent.net>
4254 Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
4255 Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
4256 Branch: perl
4257 ! sv.c
4258____________________________________________________________________________
4259[ 10968] By: jhi on 2001/06/26 16:48:32
4260 Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
4261 From: Mark-Jason Dominus <mjd@plover.com>
4262 Date: Tue, 26 Jun 2001 12:33:01 -0400
4263 Message-ID: <20010626163301.31298.qmail@plover.com>
4264 Branch: perl
4265 ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
4266____________________________________________________________________________
4267[ 10967] By: jhi on 2001/06/26 14:21:49
4268 Log: Update Changes.
4269 Branch: perl
4270 ! Changes patchlevel.h
4271____________________________________________________________________________
debca88a
JH
4272[ 10966] By: jhi on 2001/06/26 14:08:34
4273 Log: Also catfile() needs now to explicitly exported.
4274 Branch: perl
4275 ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
4276____________________________________________________________________________
4277[ 10965] By: jhi on 2001/06/26 13:57:54
4278 Log: Regen toc.
4279 Branch: perl
4280 ! pod/perltoc.pod
4281____________________________________________________________________________
4282[ 10964] By: jhi on 2001/06/26 13:56:11
4283 Log: Nonexistent pod command.
4284 Branch: perl
4285 ! pod/perl572delta.pod
4286____________________________________________________________________________
4287[ 10963] By: jhi on 2001/06/26 13:50:53
4288 Log: Be more portable in the quest for tmpdir.
4289 Branch: perl
4290 ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
4291____________________________________________________________________________
4292[ 10962] By: jhi on 2001/06/26 13:43:51
4293 Log: Be more portable in finding out the home directory,
4294 and use File::Spec to do the concat.
4295 (Come to think of it, couldn't File::Spec provide
4296 for a ->homedir method?)
4297 Branch: perl
4298 ! lib/Net/Config.pm
4299____________________________________________________________________________
4300[ 10961] By: jhi on 2001/06/26 13:37:30
4301 Log: Doc patch for #10959.
4302 Branch: perl
4303 ! pod/perlfunc.pod
4304____________________________________________________________________________
4305[ 10960] By: jhi on 2001/06/26 13:33:07
4306 Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
4307 From: "Philip Newton" <pnewton@gmx.de>
4308 Date: Tue, 26 Jun 2001 16:26:47 +0200
4309 Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
4310 Branch: perl
4311 ! pod/perldata.pod
4312____________________________________________________________________________
4313[ 10959] By: jhi on 2001/06/26 13:31:57
4314 Log: Subject: [PATH] shared -> unique;
4315 From: "Artur Bergman" <artur@contiller.se>
4316 Date: Tue, 26 Jun 2001 16:18:40 +0200
4317 Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
4318
4319 Because "shared" isn't: it's read-only.
4320 Branch: perl
4321 ! toke.c xsutils.c
4322____________________________________________________________________________
4323[ 10958] By: jhi on 2001/06/26 13:28:27
4324 Log: Escape multiline croak messages.
4325 Branch: perl
4326 ! t/op/ver.t
4327____________________________________________________________________________
4328[ 10957] By: jhi on 2001/06/26 13:18:34
4329 Log: No more pragma/*.t for minitest.
4330 Branch: perl
4331 ! Makefile.SH
4332____________________________________________________________________________
4333[ 10956] By: jhi on 2001/06/26 13:18:00
4334 Log: AUTHORS updates.
4335 Branch: perl
4336 ! AUTHORS
4337____________________________________________________________________________
4338[ 10955] By: jhi on 2001/06/26 13:17:05
4339 Log: delta updates.
4340 Branch: perl
4341 ! pod/perl572delta.pod
4342____________________________________________________________________________
4343[ 10954] By: jhi on 2001/06/26 12:36:07
4344 Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
4345 From: Artur Bergman <artur@contiller.se>
4346 Date: Tue, 26 Jun 2001 15:32:53 +0200
4347 Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
4348 Branch: perl
4349 ! makedef.pl sv.c sv.h win32/perllib.c
4350____________________________________________________________________________
4351[ 10953] By: jhi on 2001/06/26 12:33:55
4352 Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
4353 From: Jonathan Stowe <gellyfish@gellyfish.com>
4354 Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
4355 Message-ID: