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