This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
add $Config('scriptdir'} on VMS
[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____________________________________________________________________________
4355[ 11102] By: jhi on 2001/07/02 18:16:09
4356 Log: Subject: [PATCH perl@11059] UCD.pm: if at first you don't succeed, croak?
4357 From: "Craig A. Berry" <craigberry@mac.com>
4358 Date: Mon, 02 Jul 2001 14:11:23 -0500
4359 Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01>
4360 Branch: perl
4361 ! lib/Unicode/UCD.pm
4362____________________________________________________________________________
4363[ 11101] By: jhi on 2001/07/02 18:14:51
4364 Log: Subject: [PATCH] Re: op/numconvert.t failures
4365 From: Nicholas Clark <nick@ccl4.org>
4366 Date: Mon, 2 Jul 2001 20:10:48 +0100
4367 Message-ID: <20010702201048.E59620@plum.flirble.org>
4368 Branch: perl
4369 ! t/op/numconvert.t
4370____________________________________________________________________________
4371[ 11100] By: jhi on 2001/07/02 17:51:44
4372 Log: Update Changes.
4373 Branch: perl
4374 ! Changes patchlevel.h
4375____________________________________________________________________________
f44d3bd2
JH
4376[ 11099] By: jhi on 2001/07/02 17:46:31
4377 Log: Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
4378 The real fix must be more involved. The line of code all the leaky
4379 call stacks seem to go through is op.c:2949, the PmopSTASH_set()
4380 line of Perl_newPMOP().
4381 Branch: perl
4382 ! op.h
4383____________________________________________________________________________
4384[ 11098] By: jhi on 2001/07/02 17:37:44
4385 Log: Based on
4386
4387 Subject: Re: sizeof(struct sembuf)
4388 From: Nicholas Clark <nick@ccl4.org>
4389 Date: Sun, 1 Jul 2001 22:26:48 +0100
4390 Message-ID: <20010701222648.W59620@plum.flirble.org>
4391
4392 but do semop() always the slow way.
4393 Branch: perl
4394 ! doio.c
4395____________________________________________________________________________
4396[ 11097] By: jhi on 2001/07/02 17:22:14
4397 Log: Subject: [PATCH] Encode/Tcl.t, for esc-seq encodings
4398 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
4399 Date: Tue, 03 Jul 2001 00:56:30 +0900
4400 Message-Id: <20010703005600.2225.BQW10602@nifty.com>
4401 Branch: perl
4402 ! ext/Encode/Encode/Tcl.t
4403____________________________________________________________________________
4404[ 11096] By: jhi on 2001/07/02 17:11:24
4405 Log: Subject: [PATCH] Encode/Tcl.pm, continuous sequences
4406 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
4407 Date: Tue, 03 Jul 2001 00:55:46 +0900
4408 Message-Id: <20010703005516.2222.BQW10602@nifty.com>
4409 Branch: perl
4410 ! ext/Encode/Encode/Tcl.pm
4411____________________________________________________________________________
4412[ 11095] By: jhi on 2001/07/02 17:07:14
4413 Log: Regen api and toc.
4414 Branch: perl
4415 ! pod/perlapi.pod pod/perltoc.pod
4416____________________________________________________________________________
4417[ 11094] By: jhi on 2001/07/02 16:29:42
4418 Log: Metaconfig unit change for #11093.
4419 Branch: metaconfig/U/perl
4420 ! d_fcntl_can_lock.U
4421____________________________________________________________________________
4422[ 11093] By: jhi on 2001/07/02 16:28:56
4423 Log: The fcntl locking test may hang if NFS locking messed up;
4424 break out with alarm(10).
4425 Branch: perl
4426 ! Configure
4427____________________________________________________________________________
4428[ 11092] By: jhi on 2001/07/02 14:11:31
4429 Log: Move the mdelete.bat from win32/bin to win32.
4430 Branch: perl
4431 ! MANIFEST
4432____________________________________________________________________________
4433[ 11091] By: jhi on 2001/07/02 14:10:01
4434 Log: Typo in #11083.
4435 Branch: perl
4436 ! ext/Time/Piece/Piece.t
4437____________________________________________________________________________
4438[ 11090] By: jhi on 2001/07/02 13:36:58
4439 Log: Netware tweaks from Guruprasad.
4440 Branch: perl
4441 - NetWare/perlsdio.h
4442 ! MANIFEST NetWare/Makefile NetWare/interface.c
4443 ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.h
4444 ! perlsdio.h
4445____________________________________________________________________________
4446[ 11089] By: jhi on 2001/07/02 13:25:40
4447 Log: Subject: Re: [PATH] shared -> unique;
4448 From: Abhijit Menon-Sen <ams@wiw.org>
4449 Date: Wed, 27 Jun 2001 03:51:27 +0530
4450 Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org>
4451 Branch: perl
4452 ! dump.c gv.c gv.h op.c pp_sys.c sv.c toke.c xsutils.c
4453____________________________________________________________________________
4454[ 11088] By: jhi on 2001/07/02 13:24:27
4455 Log: Subject: Re: AIX / gcc-3.0
4456 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4457 Date: Mon, 02 Jul 2001 15:20:21 +0200
4458 Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl>
4459 Branch: perl
4460 ! hints/aix.sh
4461____________________________________________________________________________
4462[ 11087] By: jhi on 2001/07/02 13:23:21
4463 Log: Subject: Re: Bug report: split splits on wrong pattern
4464 From: Abhijit Menon-Sen <ams@wiw.org>
4465 Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org>
4466 Date: Mon, 2 Jul 2001 16:31:33 +0530
4467 Branch: perl
4468 ! pp_ctl.c
4469____________________________________________________________________________
4470[ 11086] By: jhi on 2001/07/02 13:22:30
4471 Log: Subject: [PATCH 5.6.1] test harness
4472 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4473 Date: Mon, 2 Jul 2001 06:29:21 -0400
4474 Message-ID: <20010702062921.A1810@math.ohio-state.edu>
4475 Branch: perl
4476 ! lib/Test/Harness.pm
4477____________________________________________________________________________
4478[ 11085] By: jhi on 2001/07/02 13:21:39
4479 Log: Subject: [PATCH 5.6.1] debugger goof
4480 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4481 Date: Mon, 2 Jul 2001 06:27:22 -0400
4482 Message-ID: <20010702062722.A1746@math.ohio-state.edu>
4483 Branch: perl
4484 ! lib/perl5db.pl
4485____________________________________________________________________________
4486[ 11084] By: jhi on 2001/07/02 13:20:50
4487 Log: Subject: [PATCH 5.6.1] OS/2 cwd
4488 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4489 Date: Mon, 2 Jul 2001 06:21:17 -0400
4490 Message-ID: <20010702062117.A1401@math.ohio-state.edu>
4491 Branch: perl
4492 ! lib/Cwd.pm lib/File/Find/taint.t lib/FindBin.pm os2/os2.c
4493____________________________________________________________________________
4494[ 11083] By: jhi on 2001/07/02 13:19:18
4495 Log: Make #11082 more OS/2-specific.
4496 Branch: perl
4497 ! ext/Time/Piece/Piece.t
4498____________________________________________________________________________
4499[ 11082] By: jhi on 2001/07/02 13:14:36
4500 Log: Subject: [PATCH 5.6.1] OS/2 gmtime()
4501 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4502 Date: Mon, 2 Jul 2001 06:06:34 -0400
4503 Message-ID: <20010702060634.A1356@math.ohio-state.edu>
4504 Branch: perl
4505 ! ext/Time/Piece/Piece.t
4506____________________________________________________________________________
4507[ 11081] By: jhi on 2001/07/02 13:13:08
4508 Log: Subject: [PATCH B::Deparse] version number & changes
4509 From: Robin Houston <robin@kitsite.com>
4510 Date: Sun, 1 Jul 2001 17:17:29 +0100
4511 Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk>
4512 Branch: perl
4513 ! ext/B/B/Deparse.pm
4514____________________________________________________________________________
4515[ 11080] By: jhi on 2001/07/02 13:11:48
4516 Log: Subject: a small fix.
4517 From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
4518 Date: Mon, 2 Jul 2001 12:17:53 +0200
4519 Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U>
4520 Branch: perl
4521 ! ext/Thread/Thread.xs
4522____________________________________________________________________________
4523[ 11079] By: jhi on 2001/07/02 13:10:39
4524 Log: Subject: RE: perl@10907
4525 From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
4526 Date: Mon, 2 Jul 2001 12:06:16 +0200
4527 Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
4528
4529 Borland C vs PerlIO.
4530 Branch: perl
4531 ! win32/config.bc win32/config_H.bc
4532____________________________________________________________________________
4533[ 11078] By: jhi on 2001/07/02 13:03:44
4534 Log: Subject: [PATCH] Report /pro/3gl/CPAN/perl-5.7.1
4535 From: "H.M. Brand" <merijn@l1.procura.nl>
4536 Date: Mon, 02 Jul 2001 11:18:57 +0200
4537 Message-Id: <20010702100811.4999.MERIJN@l1.procura.nl>
4538 Branch: perl
4539 ! t/op/write.t
4540____________________________________________________________________________
4541[ 11077] By: jhi on 2001/07/02 12:58:27
4542 Log: Subject: [PATCH] Deleting ext/util/mkbootstrap
4543 From: Michael G Schwern <schwern@pobox.com>
4544 Date: Mon, 2 Jul 2001 00:26:24 -0400
4545 Message-ID: <20010702002624.A18302@blackrider>
4546 Branch: perl
4547 - ext/util/mkbootstrap
4548____________________________________________________________________________
4549[ 11076] By: jhi on 2001/07/02 12:56:20
4550 Log: Subject: [PATCH op.h] v minor comment tweak
4551 From: Robin Houston <robin@puffinry.freeserve.co.uk>
4552 Date: Mon, 2 Jul 2001 00:42:01 +0100
4553 Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk>
4554 Branch: perl
4555 ! op.h
4556____________________________________________________________________________
4557[ 11075] By: jhi on 2001/07/02 12:53:48
4558 Log: SysV IPC semops use native shorts, not forced-to-16-bit-shorts.
4559 Branch: perl
4560 ! pod/perlfunc.pod
4561____________________________________________________________________________
4562[ 11074] By: jhi on 2001/07/02 12:52:28
4563 Log: Subject: Re: sizeof(struct sembuf)
4564 From: Nicholas Clark <nick@ccl4.org>
4565 Date: Sun, 1 Jul 2001 19:23:16 +0100
4566 Message-ID: <20010701192316.V59620@plum.flirble.org>
4567
4568 s/signaling/signalling/
4569 Branch: perl
4570 ! pod/perlfunc.pod
4571____________________________________________________________________________
4572[ 11073] By: jhi on 2001/07/02 12:49:51
4573 Log: Subject: [PATCH perlsnap] Suggestion for mnemonic for $^N
4574 From: "Philip Newton" <Philip.Newton@gmx.net>
4575 Date: Sun, 1 Jul 2001 09:37:56 +0200
4576 Message-Id: <200107010733.KAA03920@taas.iki.fi>
4577 Branch: perl
4578 ! pod/perlvar.pod
4579____________________________________________________________________________
4580[ 11072] By: jhi on 2001/07/02 12:48:03
4581 Log: Subject: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/
4582 From: "Philip Newton" <Philip.Newton@gmx.net>
4583 Date: Sun, 1 Jul 2001 09:37:56 +0200
4584 Message-Id: <200107010733.KAA03925@taas.iki.fi>
4585 Branch: perl
4586 ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
4587____________________________________________________________________________
4588[ 11071] By: jhi on 2001/07/02 12:45:12
4589 Log: Metaconfig unit change for #11070.
4590 Branch: metaconfig
4591 ! U/compline/randfunc.U
4592____________________________________________________________________________
4593[ 11070] By: jhi on 2001/07/02 12:43:58
4594 Log: Subject: [PATCH perlsnap] its --> it's --> its
4595 From: "Philip Newton" <Philip.Newton@gmx.net>
4596 Date: Sun, 1 Jul 2001 09:37:56 +0200
4597 Message-Id: <200107010733.KAA03914@taas.iki.fi>
4598 Branch: perl
4599 ! Porting/config_H
4600____________________________________________________________________________
4601[ 11069] By: jhi on 2001/07/02 12:01:52
4602 Log: Sync with Sarathy; integrate with perlio.
4603 Branch: perl
4604 !> gv.c
4605____________________________________________________________________________
4606[ 11068] By: gsar on 2001/07/02 08:07:54
4607 Log: regenerate win32/config_H.?c files
4608 Branch: perl
4609 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
4610____________________________________________________________________________
4611[ 11067] By: gsar on 2001/07/02 08:03:55
4612 Log: rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
4613 naming discipline
4614
4615 win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
4616 because of this)
4617
4618 fix a warning about "fd" being used without being set in Cwd.xs
4619 Branch: perl
4620 ! embed.h embed.pl ext/Cwd/Cwd.xs ext/POSIX/POSIX.t
4621 ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
4622 ! pod/perlapi.pod proto.h util.c win32/config.bc win32/config.gc
4623 ! win32/config.vc
4624____________________________________________________________________________
4625[ 11066] By: gsar on 2001/07/02 07:12:10
4626 Log: win32 fixes: fix various syntax errors ("no preprocessor directives
4627 within macro arguments") and warnings ("unary minus applied to
4628 unsigned type", among others)
4629 Branch: perl
4630 ! gv.c hv.c op.c pp.c sv.c toke.c
4631____________________________________________________________________________
4632[ 11065] By: gsar on 2001/07/02 06:26:22
4633 Log: win32 fixes: more spurious CRs
4634 Branch: perl
4635 ! win32/mdelete.bat
4636____________________________________________________________________________
4637[ 11064] By: gsar on 2001/07/02 06:25:22
4638 Log: win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat
4639 from win32/bin (or it gets deleted by distclean); don't delete
4640 lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on
4641 NT (should be made Win9x specific, and added to makefile.mk)
4642 Branch: perl
4643 +> win32/mdelete.bat
4644 - win32/bin/mdelete.bat
4645 ! win32/Makefile win32/makefile.mk
4646____________________________________________________________________________
4647[ 11063] By: nick on 2001/07/01 18:54:09
4648 Log: Quick for for #ifdef mess
4649 Branch: perlio
4650 ! gv.c
4651____________________________________________________________________________
4652[ 11062] By: nick on 2001/07/01 18:47:42
4653 Log: Raw integrate - does not build #if mess in gv.c
4654 Branch: perlio
4655 !> (integrate 29 files)
4656____________________________________________________________________________
4657[ 11061] By: jhi on 2001/07/01 15:20:38
4658 Log: Make 'compile' target a little less broken.
4659 Still very broken, though: -Wall warnings from
4660 the generated code, boot_Foo prototypes missing,
4661 can't autoload Fcntl::SEEK_CUR et alia, ...
4662 Branch: perl
4663 ! ext/B/B/C.pm pod/Makefile.SH t/TEST utils/Makefile
4664 ! utils/perlcc.PL x2p/Makefile.SH
4665____________________________________________________________________________
4666[ 11060] By: jhi on 2001/07/01 14:04:20
4667 Log: Upgrade to Storable 1.0.12, from Raphael Manfredi.
4668 Branch: perl
4669 ! ext/Storable/ChangeLog ext/Storable/Storable.pm
4670 ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
4671____________________________________________________________________________
4672[ 11059] By: jhi on 2001/07/01 05:02:59
4673 Log: Update Changes.
4674 Branch: perl
4675 ! Changes patchlevel.h
4676____________________________________________________________________________
02d1ae82
JH
4677[ 11058] By: jhi on 2001/07/01 04:57:05
4678 Log: Still one typo, regen toc.
4679 Branch: perl
4680 ! lib/Unicode/UCD.pm pod/perltoc.pod
4681____________________________________________________________________________
4682[ 11057] By: jhi on 2001/07/01 04:54:35
4683 Log: Detypos and regen toc.
4684 Branch: perl
4685 ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
4686____________________________________________________________________________
4687[ 11056] By: jhi on 2001/07/01 04:26:08
4688 Log: VERSION tweak.
4689 Branch: perl
4690 ! ext/List/Util/lib/List/Util.pm
4691____________________________________________________________________________
4692[ 11055] By: jhi on 2001/06/30 22:18:37
4693 Log: Attempt at plugging the leak under ithreads detected by Doug.
4694 Branch: perl
4695 ! op.h
4696____________________________________________________________________________
4697[ 11054] By: jhi on 2001/06/30 21:33:29
4698 Log: gcc -Wall lint after #11051.
4699 Branch: perl
4700 ! pp_sys.c
4701____________________________________________________________________________
4702[ 11053] By: jhi on 2001/06/30 21:13:55
4703 Log: Integrate perlio.
4704 Branch: perl
4705 !> lib/File/Find/taint.t
4706____________________________________________________________________________
4707[ 11052] By: jhi on 2001/06/30 21:07:38
4708 Log: Don't use the v-strings for module VERSIONs.
4709 Branch: perl
4710 ! lib/Unicode/UCD.pm
4711____________________________________________________________________________
4712[ 11051] By: jhi on 2001/06/30 20:59:57
4713 Log: Code cleanup based on turning off the -woffs in IRIX.
4714 Not all of the gripes cleaned up (hairy code in hv.c and
4715 regcomp.c; unused newsp, gimme, and optype from cop.h macros;
4716 unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
4717 to the IRIX hints)
4718 Branch: perl
4719 ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs
4720 ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs
4721 ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c
4722 ! regcomp.c sv.c
4723____________________________________________________________________________
4724[ 11050] By: nick on 2001/06/30 20:46:46
4725 Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
4726 Branch: perlio
4727 ! lib/File/Find/taint.t
4728____________________________________________________________________________
4729[ 11049] By: nick on 2001/06/30 18:13:33
4730 Log: Integrate mainline
4731 Branch: perlio
4732 +> NetWare/nwstdio.h NetWare/perlsdio.h
4733 +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
4734 +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm
4735 +> lib/Unicode/UCD.t t/run/exit.t
4736 !> (integrate 60 files)
4737____________________________________________________________________________
4738[ 11048] By: jhi on 2001/06/30 16:23:39
4739 Log: Delta delta.
4740 Branch: perl
4741 ! pod/perl572delta.pod
4742____________________________________________________________________________
4743[ 11047] By: jhi on 2001/06/30 16:03:40
4744 Log: More VERSION tuning: to avoid unnecessary Perl upgrades
4745 by CPAN.pm, use rather _00.
4746 Branch: perl
4747 ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm
4748 ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
4749 ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm
4750 ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
4751 ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm
4752 ! lib/ExtUtils/Embed.pm lib/Test.pm
4753____________________________________________________________________________
4754[ 11046] By: jhi on 2001/06/30 15:53:22
4755 Log: Add a simple Unicode character database interface, Unicode::UCD.
4756 Branch: perl
4757 + lib/Unicode/UCD.pm lib/Unicode/UCD.t
4758 ! MANIFEST
4759____________________________________________________________________________
4760[ 11045] By: jhi on 2001/06/30 13:42:37
4761 Log: Subject: [PATCH] op/numconver.t
4762 From: Nicholas Clark <nick@ccl4.org>
4763 Date: Sat, 30 Jun 2001 15:40:10 +0100
4764 Message-ID: <20010630154010.I59620@plum.flirble.org>
4765 Branch: perl
4766 ! t/op/numconvert.t
4767____________________________________________________________________________
4768[ 11044] By: jhi on 2001/06/30 13:29:25
4769 Log: The $^N is now taken (by #11038).
4770 Branch: perl
4771 ! t/base/lex.t
4772____________________________________________________________________________
4773[ 11043] By: jhi on 2001/06/30 13:15:59
4774 Log: The #11040 had slipped to a wrong function...
4775 Branch: perl
4776 ! sv.c
4777____________________________________________________________________________
4778[ 11042] By: jhi on 2001/06/30 13:08:25
4779 Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
4780 the Configure library symbol probe mysteriously finds all
4781 symbols but those of pipe() and times().
4782 Branch: perl
4783 ! hints/aix.sh
4784____________________________________________________________________________
4785[ 11041] By: jhi on 2001/06/30 13:01:25
4786 Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00)
4787 From: Nicholas Clark <nick@ccl4.org>
4788 Date: Fri, 29 Jun 2001 23:49:07 +0100
4789 Message-ID: <20010629234907.D59620@plum.flirble.org>
4790 Branch: perl
4791 ! lib/ExtUtils.t
4792____________________________________________________________________________
4793[ 11040] By: jhi on 2001/06/30 13:00:24
4794 Log: Subject: [PATCH] weakref fix 2, not yet there
4795 From: Artur Bergman <artur@contiller.se>
4796 Date: Sat, 30 Jun 2001 01:18:16 +0200
4797 Message-ID: <B762D957.1CC9%artur@contiller.se>
4798 Branch: perl
4799 ! sv.c
4800____________________________________________________________________________
4801[ 11039] By: jhi on 2001/06/30 12:59:25
4802 Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes.
4803 From: Michael G Schwern <schwern@pobox.com>
4804 Date: Fri, 29 Jun 2001 19:39:11 -0400
4805 Message-ID: <20010629193910.D25304@blackrider>
4806 Branch: perl
4807 + t/run/exit.t
4808 ! MANIFEST
4809____________________________________________________________________________
4810[ 11038] By: jhi on 2001/06/30 12:58:16
4811 Log: Add support for $^N, the most-recently closed group.
4812 Branch: perl
4813 ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod
4814 ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t
4815 ! thrdvar.h
4816____________________________________________________________________________
4817[ 11037] By: jhi on 2001/06/30 12:53:40
4818 Log: Subject: [ID 20010630.001] Editorial nits in README.solaris
4819 From: lvirden@cas.org
4820 Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
4821 Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>
4822
4823 Subject: [ID 20010630.002] Another editorial tweak to README.solaris
4824 From: lvirden@cas.org
4825 Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
4826 Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>
4827 Branch: perl
4828 ! README.solaris
4829____________________________________________________________________________
4830[ 11036] By: jhi on 2001/06/30 12:51:45
4831 Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding
4832 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
4833 Date: Sat, 30 Jun 2001 07:33:37 +0900
4834 Message-Id: <20010630073226.7C79.BQW10602@nifty.com>
4835
4836 Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
4837 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
4838 Date: Sat, 30 Jun 2001 21:38:14 +0900
4839 Message-Id: <20010630213554.F67A.BQW10602@nifty.com>
4840 Branch: perl
4841 + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
4842 + ext/Encode/Encode/7bit-kr.enc
4843 ! MANIFEST ext/Encode/Encode/Tcl.pm
4844____________________________________________________________________________
4845[ 11035] By: jhi on 2001/06/30 12:44:51
4846 Log: NetWare tweaks from Guruprasad.
4847 Branch: perl
4848 + NetWare/nwstdio.h NetWare/perlsdio.h
4849 ! MANIFEST NetWare/Makefile NetWare/config.wc
4850 ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h
4851 ! NetWare/t/Readme.txt
4852____________________________________________________________________________
4853[ 11034] By: jhi on 2001/06/29 23:28:16
4854 Log: More module $VERSION bump-ups.
4855 Branch: perl
4856 ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm
4857 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm
4858 ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm
4859____________________________________________________________________________
4860[ 11033] By: jhi on 2001/06/29 21:25:23
4861 Log: Doc update due to #11032.
4862 Branch: perl
4863 ! pod/perl572delta.pod
4864____________________________________________________________________________
4865[ 11032] By: jhi on 2001/06/29 21:19:44
4866 Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX
4867 From: Peter Prymmer <pvhp@forte.com>
4868 Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT)
4869 Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com>
4870 Branch: perl
4871 ! ext/Time/HiRes/HiRes.xs
4872____________________________________________________________________________
4873[ 11031] By: jhi on 2001/06/29 14:31:53
4874 Log: -lpthreads missing in AIX.
4875 Branch: perl
4876 ! hints/aix.sh
4877____________________________________________________________________________
4878[ 11030] By: jhi on 2001/06/29 14:08:12
4879 Log: Subject: [PATCH] CLONE && weakrefs
4880 From: Artur Bergman <artur@contiller.se>
4881 Date: Fri, 29 Jun 2001 17:02:00 +0200
4882 Message-ID: <B7626508.1CA0%artur@contiller.se>
4883 Branch: perl
4884 ! sv.c
4885____________________________________________________________________________
4886[ 11029] By: jhi on 2001/06/29 14:06:50
4887 Log: Subject: Re: Bug report: split splits on wrong pattern
4888 From: Radu Greab <radu@netsoft.ro>
4889 Date: Wed, 27 Jun 2001 21:50:52 +0300
4890 Message-ID: <15162.11020.279064.471031@ix.netsoft.ro>
4891 Branch: perl
4892 ! pp_ctl.c t/op/split.t
4893____________________________________________________________________________
4894[ 11028] By: jhi on 2001/06/29 13:47:38
4895 Log: Metaconfig unit change for #11027.
4896 Branch: metaconfig/U/perl
4897 ! d_modfl.U
4898____________________________________________________________________________
4899[ 11027] By: jhi on 2001/06/29 13:47:03
4900 Log: I thought this Configure glitch for AIX was just recently fixed?
4901 Branch: perl
4902 ! Configure
4903____________________________________________________________________________
4904[ 11026] By: jhi on 2001/06/29 13:14:07
4905 Log: Update Changes.
4906 Branch: perl
4907 ! Changes patchlevel.h
4908____________________________________________________________________________
f1defd63
JH
4909[ 11025] By: jhi on 2001/06/29 13:07:57
4910 Log: Subject: Re: perl@10967, File::Find, and Cwd
4911 From: Mike Guy <mjtg@cam.ac.uk>
4912 Date: Fri, 29 Jun 2001 14:56:49 +0100
4913 Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk>
4914 Branch: perl
4915 ! lib/File/Find/taint.t
4916____________________________________________________________________________
4917[ 11024] By: jhi on 2001/06/29 12:39:23
4918 Log: Update the sv_pvprintify() spec.
4919 Branch: perl
4920 ! pod/perltodo.pod
4921____________________________________________________________________________
4922[ 11023] By: jhi on 2001/06/29 12:33:33
4923 Log: Known test failures update.
4924 Branch: perl
4925 ! pod/perl572delta.pod
4926____________________________________________________________________________
4927[ 11022] By: jhi on 2001/06/29 12:24:32
4928 Log: Based on
4929
4930 Subject: [PATCH @11016] More );) fixes
4931 From: Richard Soderberg <rs@crystalflame.net>
4932 Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT)
4933 Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com>
4934 Branch: perl
4935 ! ext/Thread/Thread.xs ext/Thread/typemap
4936____________________________________________________________________________
4937[ 11021] By: jhi on 2001/06/29 12:21:51
4938 Log: Subject: [PATCH @11016] Fixes compile errors in four files
4939 From: Richard Soderberg <rs@crystalflame.net>
4940 Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT)
4941 Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
4942 Branch: perl
4943 ! mg.c pp.c pp_hot.c util.c
4944____________________________________________________________________________
4945[ 11020] By: jhi on 2001/06/29 12:05:54
4946 Log: AIX hints tweaking continues, from Merijn Brand.
4947 Branch: perl
4948 ! hints/aix.sh
4949____________________________________________________________________________
4950[ 11019] By: jhi on 2001/06/29 12:05:10
4951 Log: HP-UX needs gccversion sooner, from Merijn Brand.
4952 Branch: perl
4953 ! hints/hpux.sh
4954____________________________________________________________________________
4955[ 11018] By: jhi on 2001/06/29 11:52:31
4956 Log: Subject: [PATCH 5.6.1] OS/2 docs
4957 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4958 Date: Fri, 29 Jun 2001 02:34:12 -0400
4959 Message-ID: <20010629023412.A6033@math.ohio-state.edu>
4960 Branch: perl
4961 ! README.os2 os2/Changes
4962____________________________________________________________________________
4963[ 11017] By: nick on 2001/06/29 10:20:30
4964 Log: Integrate mainline
4965 Branch: perlio
4966 +> (branch 37 files)
4967 - ext/ODBM_File/sdbm.t
4968 !> (integrate 211 files)
4969____________________________________________________________________________
4970[ 11016] By: jhi on 2001/06/29 03:38:56
4971 Log: Bump up the VERSIONs of modules that have changed since 5.6.0,
4972 the modules found using a script written by Larry Schatzer Jr.
4973 Branch: perl
4974 ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
4975 ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
4976 ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
4977 ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
4978 ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm
4979 ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
4980 ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm
4981 ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm
4982 ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm
4983 ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm
4984 ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm
4985 ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
4986 ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm
4987 ! lib/constant.pm lib/fields.pm lib/strict.pm
4988____________________________________________________________________________
4989[ 11015] By: jhi on 2001/06/29 02:55:58
4990 Log: The latest JPL from the anoncvs.
4991 Branch: perl
4992 ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
4993____________________________________________________________________________
4994[ 11014] By: jhi on 2001/06/29 02:16:55
4995 Log: In EBCDIC assume UTF-EBCDIC, not UTF-8.
4996 Branch: perl
4997 ! t/op/pat.t
4998____________________________________________________________________________
4999[ 11013] By: jhi on 2001/06/28 23:14:53
5000 Log: Worrying about insecure directories now is a bit too late.
5001 Branch: perl
5002 ! lib/File/Find/taint.t
5003____________________________________________________________________________
5004[ 11012] By: jhi on 2001/06/28 21:36:36
5005 Log: Cannot DIE() in a void function,
5006 from Richard Hatch <rhatch@austin.ibm.com>.
5007 Branch: perl
5008 ! ext/IPC/SysV/SysV.xs
5009____________________________________________________________________________
5010[ 11011] By: jhi on 2001/06/28 19:32:13
5011 Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX
5012 From: Peter Prymmer <pvhp@forte.com>
5013 Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT)
5014 Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com>
5015
5016 (unfinished: time/hires tests 3, 5, 14 failing, but better
5017 than wholesale failure)
5018 Branch: perl
5019 ! ext/Time/HiRes/HiRes.xs
5020____________________________________________________________________________
5021[ 11010] By: jhi on 2001/06/28 19:10:54
5022 Log: Subject: [PATCH 5.6.1] OS/2 improvements
5023 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5024 Date: Thu, 28 Jun 2001 16:03:14 -0400
5025 Message-ID: <20010628160314.A17906@math.ohio-state.edu>
5026 Branch: perl
5027 + os2/os2_base.t
5028 ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs
5029 ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
5030 ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c
5031 ! os2/os2ish.h
5032____________________________________________________________________________
5033[ 11009] By: jhi on 2001/06/28 18:54:14
5034 Log: Subject: Incrementing Extutils::Manifest's $VERSION
5035 From: Michael G Schwern <schwern@pobox.com>
5036 Date: Thu, 28 Jun 2001 13:13:49 -0400
5037 Message-ID: <20010628131349.A14738@blackrider>
5038 Branch: maint-5.6/perl
5039 ! lib/ExtUtils/Manifest.pm
5040____________________________________________________________________________
5041[ 11008] By: jhi on 2001/06/28 18:52:20
5042 Log: AIX tweak from Merijn Brand.
5043 Branch: perl
5044 ! hints/aix.sh
5045____________________________________________________________________________
5046[ 11007] By: jhi on 2001/06/28 17:46:27
5047 Log: Create the macperl branch.
5048 Branch: maint-5.6/macperl
5049 +> (branch 1728 files)
5050____________________________________________________________________________
5051[ 11006] By: jhi on 2001/06/28 14:46:21
5052 Log: Update Changes.
5053 Branch: perl
5054 ! Changes patchlevel.h
5055____________________________________________________________________________
27c3e527
JH
5056[ 11005] By: jhi on 2001/06/28 14:40:11
5057 Log: More Perforce lore.
5058 Branch: perl
5059 ! Porting/repository.pod
5060____________________________________________________________________________
5061[ 11004] By: jhi on 2001/06/28 14:12:50
5062 Log: Metaconfig unit changes for #11003.
5063 Branch: metaconfig/U/perl
5064 + d_nl_langinfo.U i_langinfo.U
5065____________________________________________________________________________
5066[ 11003] By: jhi on 2001/06/28 14:12:27
5067 Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
5068 Expected not to exist in non-UNIX excepting in VMS, where
5069 according to a quick web survey they just might.
5070 Branch: perl
5071 ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
5072 ! Porting/config_H config_h.SH configure.com epoc/config.sh
5073 ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
5074 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
5075 ! win32/config.bc win32/config.gc win32/config.vc
5076____________________________________________________________________________
5077[ 11002] By: jhi on 2001/06/28 13:39:11
5078 Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
5079 in AIX is one is doing a 64-bit build.
5080 Branch: perl
5081 ! hints/aix.sh
5082____________________________________________________________________________
5083[ 11001] By: jhi on 2001/06/28 13:28:37
5084 Log: Metaconfig unit changes for #11000.
5085 Branch: metaconfig/U/perl
5086 ! use64bits.U uselfs.U
5087____________________________________________________________________________
5088[ 11000] By: jhi on 2001/06/28 13:21:16
5089 Log: Move use64bitint and use64bitall before uselargefiles.
5090 Branch: perl
5091 ! Configure
5092____________________________________________________________________________
5093[ 10999] By: jhi on 2001/06/28 03:49:07
5094 Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
5095 From: Robert Spier <rspier@pobox.com>
5096 Message-ID: <15162.41164.618712.841415@rls.cx>
5097 Date: Wed, 27 Jun 2001 23:13:16 -0400
5098 Branch: perl
5099 ! doio.c
5100____________________________________________________________________________
5101[ 10998] By: jhi on 2001/06/28 03:42:57
5102 Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
5103 From: Peter Prymmer <pvhp@forte.com>
5104 Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
5105 Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
5106 Branch: perl
5107 ! numeric.c
5108____________________________________________________________________________
5109[ 10997] By: jhi on 2001/06/28 03:42:12
5110 Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
5111 From: Peter Prymmer <pvhp@forte.com>
5112 Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
5113 Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
5114 Branch: perl
5115 ! configure.com ext/Digest/MD5/Makefile.PL
5116____________________________________________________________________________
5117[ 10996] By: jhi on 2001/06/27 20:34:11
5118 Log: Update Changes.
5119 Branch: perl
5120 ! Changes patchlevel.h
5121____________________________________________________________________________
e7b7be70
JH
5122[ 10995] By: jhi on 2001/06/27 20:06:28
5123 Log: Tiny EPOC updates.
5124 Branch: perl
5125 ! epoc/config.sh
5126____________________________________________________________________________
5127[ 10994] By: jhi on 2001/06/27 19:55:16
5128 Log: The Test::More and Test::Simple tests required help
5129 thanks to our schizophrenic test scheme.
5130 Branch: perl
5131 ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
5132 ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
5133 ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
5134 ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
5135 ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
5136____________________________________________________________________________
5137[ 10993] By: jhi on 2001/06/27 17:17:30
5138 Log: Upgrade to Test::Simple 0.09.
5139 Branch: perl
5140 + lib/Test/Simple/Changes
5141 ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
5142 ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
5143 ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
5144 ! lib/Test/Simple/t/plan_is_noplan.t
5145____________________________________________________________________________
5146[ 10992] By: jhi on 2001/06/27 17:11:28
5147 Log: Upgrade to Test::More 0.07.
5148 Branch: perl
5149 + lib/Test/More/Changes
5150 ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
5151 ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
5152 ! lib/Test/More/t/skipall.t
5153____________________________________________________________________________
5154[ 10991] By: jhi on 2001/06/27 17:04:13
5155 Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
5156 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5157 Date: Wed, 27 Jun 2001 18:40:04 +0200
5158 Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
5159 Branch: perl
5160 ! hints/hpux.sh
5161____________________________________________________________________________
5162[ 10990] By: jhi on 2001/06/27 17:02:55
5163 Log: Subject: [PATCH README.qnx hints/qnx.sh]
5164 From: Norton Allen <allen@huarp.harvard.edu>
5165 Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
5166 Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
5167 Branch: perl
5168 ! README.qnx hints/qnx.sh
5169____________________________________________________________________________
5170[ 10989] By: jhi on 2001/06/27 14:33:53
5171 Log: Subject: [PATCH] two little documentation nits
5172 From: Abhijit Menon-Sen <ams@wiw.org>
5173 Date: Wed, 27 Jun 2001 20:07:50 +0530
5174 Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
5175 Branch: perl
5176 ! sv.c sv.h
5177____________________________________________________________________________
5178[ 10988] By: jhi on 2001/06/27 13:33:32
5179 Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
5180 From: Norton Allen <allen@huarp.harvard.edu>
5181 Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
5182 Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
5183 Branch: perl
5184 ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
5185____________________________________________________________________________
5186[ 10987] By: jhi on 2001/06/27 12:14:36
5187 Log: Subject: [PATCH vms/test.com] Adding TODO tests (was: Re: a report on perl@10930 results on a couple of Alphas)
5188 From: Michael G Schwern <schwern@pobox.com>
5189 Date: Wed, 27 Jun 2001 02:34:58 -0400
5190 Message-ID: <20010627023458.K23874@blackrider>
5191 Branch: perl
5192 ! vms/test.com
5193____________________________________________________________________________
5194[ 10986] By: jhi on 2001/06/27 12:01:49
5195 Log: Add perl_clone_host() for Netware.
5196 Branch: perl
5197 ! NetWare/nw5.c
5198____________________________________________________________________________
5199[ 10985] By: jhi on 2001/06/27 11:56:53
5200 Log: GCC 3.0 hints for HP-UX.
5201 Branch: perl
5202 ! hints/hpux.sh
5203____________________________________________________________________________
5204[ 10984] By: jhi on 2001/06/27 11:55:06
5205 Log: In some Linux distributions the libndbm is broken
5206 (no null key support), therefore link with libgdbm
5207 (if available), since it has a working ndbm emulation,
5208 from Jonathan Stowe.
5209 Branch: perl
5210 + ext/NDBM_File/hints/linux.pl
5211 ! MANIFEST
5212____________________________________________________________________________
5213[ 10983] By: jhi on 2001/06/27 11:48:56
5214 Log: Subject: [PATCH perl@10930] find.t hack for VMS
5215 From: "Craig A. Berry" <craigberry@mac.com>
5216 Date: Tue, 26 Jun 2001 23:40:25 -0500
5217 Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
5218 Branch: perl
5219 ! lib/File/Find/find.t
5220____________________________________________________________________________
5221[ 10982] By: jhi on 2001/06/27 11:47:30
5222 Log: AUTHORS updates.
5223 Branch: perl
5224 ! AUTHORS
5225____________________________________________________________________________
5226[ 10981] By: jhi on 2001/06/27 11:46:02
5227 Log: Metaconfig unit change like #10980.
5228 Branch: metaconfig
5229 ! U/compline/d_stdstdio.U
5230____________________________________________________________________________
5231[ 10980] By: jhi on 2001/06/27 11:45:29
5232 Log: "lose the it's", from Abhijit Menon-Sen.
5233 ("It's" not searched, pods not searched.)
5234 Branch: perl
5235 ! Porting/Glossary Porting/config_H README.qnx config_h.SH
5236 ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
5237 ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
5238 ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
5239 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
5240 ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
5241____________________________________________________________________________
5242[ 10979] By: jhi on 2001/06/27 11:36:40
5243 Log: "lose the looses", from Abhijit Menon-Sen.
5244 Branch: perl
5245 ! ext/B/B/Assembler.pm gv.c
5246____________________________________________________________________________
5247[ 10978] By: jhi on 2001/06/27 11:35:38
5248 Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
5249 Branch: perl
5250 ! hints/os390.sh
5251____________________________________________________________________________
5252[ 10977] By: jhi on 2001/06/27 11:33:28
5253 Log: DEC C 5.3 on the VAX simply doesn't seem to like
5254 compiling the MD5 extension, disable it there for now,
5255 from Peter Prymmer.
5256 Branch: perl
5257 ! configure.com
5258____________________________________________________________________________
5259[ 10976] By: jhi on 2001/06/26 21:35:40
5260 Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
5261 From: Jonathan Stowe <gellyfish@gellyfish.com>
5262 Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
5263 Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
5264 Branch: perl
5265 ! pod/perlfaq3.pod
5266____________________________________________________________________________
5267[ 10975] By: jhi on 2001/06/26 21:32:41
5268 Log: Subject: [PATCH 5.6.1] perlxs misprints
5269 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5270 Date: Tue, 26 Jun 2001 17:20:00 -0400
5271 Message-ID: <20010626172000.A26951@math.ohio-state.edu>
5272 Branch: perl
5273 ! pod/perlxs.pod
5274____________________________________________________________________________
5275[ 10974] By: jhi on 2001/06/26 21:31:51
5276 Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
5277 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5278 Date: Tue, 26 Jun 2001 17:27:07 -0400
5279 Message-ID: <20010626172707.A27097@math.ohio-state.edu>
5280 Branch: perl
5281 ! lib/ExtUtils/MM_Unix.pm
5282____________________________________________________________________________
5283[ 10973] By: jhi on 2001/06/26 21:27:05
5284 Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
5285 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5286 Date: Tue, 26 Jun 2001 17:23:24 -0400
5287 Message-ID: <20010626172324.A27003@math.ohio-state.edu>
5288 Branch: perl
5289 ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
5290____________________________________________________________________________
5291[ 10972] By: jhi on 2001/06/26 20:27:19
5292 Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
5293 by Olaf Flebbe.
5294 Branch: perl
5295 ! perl.h
5296____________________________________________________________________________
5297[ 10971] By: jhi on 2001/06/26 19:59:41
5298 Log: Detypo.
5299 Branch: perl
5300 ! lib/Memoize/t/tie_sdbm.t
5301____________________________________________________________________________
5302[ 10970] By: jhi on 2001/06/26 19:10:19
5303 Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
5304 Branch: perl
5305 ! win32/perllib.c
5306____________________________________________________________________________
5307[ 10969] By: jhi on 2001/06/26 17:21:31
5308 Log: Subject: [patch] perl_clone+CvFILE
5309 From: Doug MacEachern <dougm@covalent.net>
5310 Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
5311 Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
5312 Branch: perl
5313 ! sv.c
5314____________________________________________________________________________
5315[ 10968] By: jhi on 2001/06/26 16:48:32
5316 Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
5317 From: Mark-Jason Dominus <mjd@plover.com>
5318 Date: Tue, 26 Jun 2001 12:33:01 -0400
5319 Message-ID: <20010626163301.31298.qmail@plover.com>
5320 Branch: perl
5321 ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
5322____________________________________________________________________________
5323[ 10967] By: jhi on 2001/06/26 14:21:49
5324 Log: Update Changes.
5325 Branch: perl
5326 ! Changes patchlevel.h
5327____________________________________________________________________________
debca88a
JH
5328[ 10966] By: jhi on 2001/06/26 14:08:34
5329 Log: Also catfile() needs now to explicitly exported.
5330 Branch: perl
5331 ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
5332____________________________________________________________________________
5333[ 10965] By: jhi on 2001/06/26 13:57:54
5334 Log: Regen toc.
5335 Branch: perl
5336 ! pod/perltoc.pod
5337____________________________________________________________________________
5338[ 10964] By: jhi on 2001/06/26 13:56:11
5339 Log: Nonexistent pod command.
5340 Branch: perl
5341 ! pod/perl572delta.pod
5342____________________________________________________________________________
5343[ 10963] By: jhi on 2001/06/26 13:50:53
5344 Log: Be more portable in the quest for tmpdir.
5345 Branch: perl
5346 ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
5347____________________________________________________________________________
5348[ 10962] By: jhi on 2001/06/26 13:43:51
5349 Log: Be more portable in finding out the home directory,
5350 and use File::Spec to do the concat.
5351 (Come to think of it, couldn't File::Spec provide
5352 for a ->homedir method?)
5353 Branch: perl
5354 ! lib/Net/Config.pm
5355____________________________________________________________________________
5356[ 10961] By: jhi on 2001/06/26 13:37:30
5357 Log: Doc patch for #10959.
5358 Branch: perl
5359 ! pod/perlfunc.pod
5360____________________________________________________________________________
5361[ 10960] By: jhi on 2001/06/26 13:33:07
5362 Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
5363 From: "Philip Newton" <pnewton@gmx.de>
5364 Date: Tue, 26 Jun 2001 16:26:47 +0200
5365 Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
5366 Branch: perl
5367 ! pod/perldata.pod
5368____________________________________________________________________________
5369[ 10959] By: jhi on 2001/06/26 13:31:57
5370 Log: Subject: [PATH] shared -> unique;
5371 From: "Artur Bergman" <artur@contiller.se>
5372 Date: Tue, 26 Jun 2001 16:18:40 +0200
5373 Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
5374
5375 Because "shared" isn't: it's read-only.
5376 Branch: perl
5377 ! toke.c xsutils.c
5378____________________________________________________________________________
5379[ 10958] By: jhi on 2001/06/26 13:28:27
5380 Log: Escape multiline croak messages.
5381 Branch: perl
5382 ! t/op/ver.t
5383____________________________________________________________________________
5384[ 10957] By: jhi on 2001/06/26 13:18:34
5385 Log: No more pragma/*.t for minitest.
5386 Branch: perl
5387 ! Makefile.SH
5388____________________________________________________________________________
5389[ 10956] By: jhi on 2001/06/26 13:18:00
5390 Log: AUTHORS updates.
5391 Branch: perl
5392 ! AUTHORS
5393____________________________________________________________________________
5394[ 10955] By: jhi on 2001/06/26 13:17:05
5395 Log: delta updates.
5396 Branch: perl
5397 ! pod/perl572delta.pod
5398____________________________________________________________________________
5399[ 10954] By: jhi on 2001/06/26 12:36:07
5400 Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
5401 From: Artur Bergman <artur@contiller.se>
5402 Date: Tue, 26 Jun 2001 15:32:53 +0200
5403 Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
5404 Branch: perl
5405 ! makedef.pl sv.c sv.h win32/perllib.c
5406____________________________________________________________________________
5407[ 10953] By: jhi on 2001/06/26 12:33:55
5408 Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
5409 From: Jonathan Stowe <gellyfish@gellyfish.com>
5410 Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
5411 Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
5412
5413 SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
5414 Branch: perl
5415 + ext/Time/HiRes/hints/sco.pl
5416 ! MANIFEST
5417____________________________________________________________________________
5418[ 10952] By: jhi on 2001/06/26 11:57:44
5419 Log: Subject: [PATCH 5.6.1] static build
5420 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5421 Date: Tue, 26 Jun 2001 04:22:25 -0400
5422 Message-ID: <20010626042225.A2604@math.ohio-state.edu>
5423 Branch: perl
5424 ! ext/List/Util/Makefile.PL lib/ExtUtils.t
5425 ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
5426____________________________________________________________________________
5427[ 10951] By: jhi on 2001/06/26 11:55:59
5428 Log: DJGPP patches from Laszlo Molnar.
5429 Branch: perl
5430 ! djgpp/djgpp.c perl.c util.c
5431____________________________________________________________________________
5432[ 10950] By: jhi on 2001/06/26 11:54:32
5433 Log: Netware patches from Ananth Kesari.
5434 Branch: perl
5435 ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c
5436 ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h
5437 ! NetWare/nwtinfo.h
5438____________________________________________________________________________
5439[ 10949] By: jhi on 2001/06/26 11:49:09
5440 Log: Detypo.
5441 Branch: perl
5442 ! ext/Errno/Errno_pm.PL
5443____________________________________________________________________________
5444[ 10948] By: jhi on 2001/06/26 03:44:29
5445 Log: There seems to be two ways of spelling the $^O in *STEP.
5446 Branch: perl
5447 ! ext/Errno/Errno_pm.PL
5448____________________________________________________________________________
5449[ 10947] By: jhi on 2001/06/26 03:01:01
5450 Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement
5451 the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>.
5452 Branch: perl
5453 ! ext/Errno/Errno_pm.PL
5454____________________________________________________________________________
5455[ 10946] By: jhi on 2001/06/26 02:50:46
5456 Log: Known bugs update.
5457 Branch: perl
5458 ! pod/perl572delta.pod
5459____________________________________________________________________________
5460[ 10945] By: jhi on 2001/06/26 01:15:39
5461 Log: The default installation of Cygwin has 500 as root's uid.
5462 Branch: perl
5463 ! lib/User/pwent.t
5464____________________________________________________________________________
5465[ 10944] By: jhi on 2001/06/26 01:12:39
5466 Log: Be even more relaxed (re-allow having only one entry).
5467 Branch: perl
5468 ! t/op/grent.t t/op/pwent.t
5469____________________________________________________________________________
5470[ 10943] By: jhi on 2001/06/26 01:03:30
5471 Log: Test failure updates.
5472 Branch: perl
5473 ! pod/perl572delta.pod
5474____________________________________________________________________________
5475[ 10942] By: jhi on 2001/06/25 23:32:05
5476 Log: MPE/iX test tweaks from Mark Bixby.
5477 Branch: perl
5478 ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t
5479 ! t/io/fs.t t/op/stat.t
5480____________________________________________________________________________
5481[ 10941] By: jhi on 2001/06/25 22:18:31
5482 Log: Microperl findings.
5483 Branch: perl
5484 ! perl.h pp_sys.c
5485____________________________________________________________________________
5486[ 10940] By: jhi on 2001/06/25 21:59:29
5487 Log: Touch uconfig.h.
5488 Branch: perl
5489 ! uconfig.h
5490____________________________________________________________________________
5491[ 10939] By: jhi on 2001/06/25 21:32:52
5492 Log: Subject: [PATCH] Proposed fix for Pod::Man
5493 From: Rob Napier <rnapier@employees.org>
5494 Date: Mon, 25 Jun 2001 15:49:24 -0400
5495 Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com>
5496
5497 Cater for Solaris nroff brokenness (shortchanges daisywheel
5498 printers, but hey, we also no more support PDPs.)
5499 Branch: perl
5500 ! lib/Pod/Man.pm
5501____________________________________________________________________________
5502[ 10938] By: jhi on 2001/06/25 21:14:41
5503 Log: Typo in #10937.
5504 Branch: perl
5505 ! ext/POSIX/sigaction.t
5506____________________________________________________________________________
5507[ 10937] By: jhi on 2001/06/25 19:42:02
5508 Log: SIGCONT not trappable in VMS.
5509 Branch: perl
5510 ! ext/POSIX/sigaction.t
5511____________________________________________________________________________
5512[ 10936] By: jhi on 2001/06/25 19:28:13
5513 Log: Subject: [DRAFT] Encode-Tcl.t
5514 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
5515 Date: Tue, 26 Jun 2001 03:38:08 +0900
5516 Message-Id: <20010626033550.BC35.BQW10602@nifty.com>
5517 Branch: perl
5518 + ext/Encode/Encode/Tcl.t
5519 ! MANIFEST ext/Encode/Encode/Tcl.pm
5520____________________________________________________________________________
5521[ 10935] By: jhi on 2001/06/25 18:40:03
5522 Log: Because of #10932 retract also the perlfunc hunk of #10910.
5523 Branch: perl
5524 ! pod/perlfunc.pod
5525____________________________________________________________________________
5526[ 10934] By: jhi on 2001/06/25 18:27:19
5527 Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested
5528 by Ilya Zakharevich in
5529 http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html
5530 Branch: perl
5531 ! XSUB.h
5532____________________________________________________________________________
5533[ 10933] By: jhi on 2001/06/25 18:25:26
5534 Log: Typo in #10889.
5535 Branch: perl
5536 ! hints/uts.sh
5537____________________________________________________________________________
5538[ 10932] By: jhi on 2001/06/25 18:23:30
5539 Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
5540 From: Abhijit Menon-Sen <ams@wiw.org>
5541 Date: Mon, 25 Jun 2001 23:45:45 +0530
5542 Message-ID: <20010625234545.A5022@lustre.linux.in>
5543 Branch: perl
5544 ! lib/overload.t opcode.h opcode.pl t/op/flip.t
5545____________________________________________________________________________
5546[ 10931] By: jhi on 2001/06/25 17:50:38
5547 Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ??
5548 From: Michael G Schwern <schwern@pobox.com>
5549 Date: Mon, 25 Jun 2001 14:35:51 -0400
5550 Message-ID: <20010625143551.H13819@blackrider>
5551 Branch: perl
5552 ! lib/Test.pm
5553____________________________________________________________________________
5554[ 10930] By: jhi on 2001/06/25 14:33:46
5555 Log: Update Changes.
5556 Branch: perl
5557 ! Changes patchlevel.h
5558____________________________________________________________________________
0e84659b
JH
5559[ 10929] By: jhi on 2001/06/25 14:17:57
5560 Log: Regen toc and modlib.
5561 Branch: perl
5562 ! pod/perlmodlib.pod pod/perltoc.pod
5563____________________________________________________________________________
5564[ 10928] By: jhi on 2001/06/25 14:13:09
5565 Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C
5566 for the benefit of C++ compilers, as suggested by Guruprasad.
5567 Branch: perl
5568 ! embed.pl proto.h
5569____________________________________________________________________________
5570[ 10927] By: jhi on 2001/06/25 14:11:59
5571 Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction
5572 From: Jonathan Stowe <gellyfish@gellyfish.com>
5573 Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST)
5574 Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com>
5575 Branch: perl
5576 ! pod/perlfaq5.pod
5577____________________________________________________________________________
5578[ 10926] By: jhi on 2001/06/25 14:04:07
5579 Log: Missed from #10925.
5580 Branch: perl
5581 ! gv.c
5582____________________________________________________________________________
5583[ 10925] By: jhi on 2001/06/25 14:00:06
5584 Log: Subject: [PATCH] Re: CvFILE corruption under ithreads
5585 From: Robin Houston <robin@kitsite.com>
5586 Date: Sat, 19 May 2001 16:19:34 +0100
5587 Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk>
5588 Branch: perl
5589 ! cv.h gv.h op.c
5590____________________________________________________________________________
5591[ 10924] By: jhi on 2001/06/25 13:58:18
5592 Log: Netware README tweak.
5593 Branch: perl
5594 ! README.netware
5595____________________________________________________________________________
5596[ 10923] By: jhi on 2001/06/25 13:57:13
5597 Log: Subject: [PATCH] Re: overload.t fails
5598 From: Abhijit Menon-Sen <ams@wiw.org>
5599 Date: Mon, 25 Jun 2001 14:52:20 +0530
5600 Message-ID: <20010625145220.A24114@lustre.linux.in>
5601 Branch: perl
5602 ! lib/overload.t
5603____________________________________________________________________________
5604[ 10922] By: jhi on 2001/06/25 13:56:20
5605 Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
5606 From: Mike Guy <mjtg@cam.ac.uk>
5607 Date: Mon, 25 Jun 2001 11:43:23 +0100
5608 Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk>
5609 Branch: perl
5610 ! lib/Carp.pm
5611____________________________________________________________________________
5612[ 10921] By: jhi on 2001/06/25 13:50:02
5613 Log: Subject: Re: [PATCH 5.6.1] OS2 syslog
5614 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5615 Date: Sun, 24 Jun 2001 05:17:05 -0400
5616 Message-ID: <20010624051704.A27604@math.ohio-state.edu>
5617 Branch: perl
5618 ! os2/os2ish.h
5619____________________________________________________________________________
5620[ 10920] By: jhi on 2001/06/25 13:49:13
5621 Log: Subject: [PATCH 5.6.1] crypt() on OS/2
5622 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5623 Date: Mon, 25 Jun 2001 05:52:27 -0400
5624 Message-ID: <20010625055227.A24635@math.ohio-state.edu>
5625 Branch: perl
5626 ! hints/os2.sh
5627____________________________________________________________________________
5628[ 10919] By: jhi on 2001/06/25 13:48:30
5629 Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken
5630 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5631 Date: Mon, 25 Jun 2001 05:23:35 -0400
5632 Message-ID: <20010625052334.A24320@math.ohio-state.edu>
5633 Branch: perl
5634 ! os2/os2.c
5635____________________________________________________________________________
5636[ 10918] By: jhi on 2001/06/25 13:47:46
5637 Log: Subject: Re: [PATCH 5.6.1] OS2::DLL
5638 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5639 Date: Mon, 25 Jun 2001 05:04:32 -0400
5640 Message-ID: <20010625050432.A24128@math.ohio-state.edu>
5641 Branch: perl
5642 ! os2/OS2/REXX/DLL/DLL.pm
5643____________________________________________________________________________
5644[ 10917] By: jhi on 2001/06/25 13:44:14
5645 Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2
5646 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5647 Date: Mon, 25 Jun 2001 05:02:36 -0400
5648 Message-ID: <20010625050235.A24046@math.ohio-state.edu>
5649 Branch: perl
5650 ! mg.c os2/dl_os2.c os2/os2.c
5651____________________________________________________________________________
5652[ 10916] By: jhi on 2001/06/25 13:41:20
5653 Log: Subject: Re: [PATCH 5.6.1] misprints
5654 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5655 Date: Mon, 25 Jun 2001 04:50:50 -0400
5656 Message-ID: <20010625045049.A23965@math.ohio-state.edu>
5657 Branch: perl
5658 ! os2/os2.c pp_sys.c
5659____________________________________________________________________________
5660[ 10915] By: jhi on 2001/06/25 13:39:59
5661 Log: Add Test::More and Test::Simple to the delta.
5662 Branch: perl
5663 ! pod/perl572delta.pod
5664____________________________________________________________________________
5665[ 10914] By: jhi on 2001/06/25 13:38:08
5666 Log: Add Test::More, from Michael G Schwern.
5667 Branch: perl
5668 + lib/Test/More.pm lib/Test/More/t/More.t
5669 + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
5670 + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
5671 + t/lib/Test/More/Catch.pm
5672 ! MANIFEST
5673____________________________________________________________________________
5674[ 10913] By: jhi on 2001/06/25 13:35:41
5675 Log: Add Test::Simple from Michael G Schwern.
5676 Branch: perl
5677 + lib/Test/Simple.pm lib/Test/Simple/t/exit.t
5678 + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
5679 + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
5680 + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t
5681 + t/lib/Test/Simple/Catch.pm
5682 + t/lib/Test/Simple/sample_tests/death.plx
5683 + t/lib/Test/Simple/sample_tests/death_in_eval.plx
5684 + t/lib/Test/Simple/sample_tests/extras.plx
5685 + t/lib/Test/Simple/sample_tests/five_fail.plx
5686 + t/lib/Test/Simple/sample_tests/last_minute_death.plx
5687 + t/lib/Test/Simple/sample_tests/one_fail.plx
5688 + t/lib/Test/Simple/sample_tests/require.plx
5689 + t/lib/Test/Simple/sample_tests/success.plx
5690 + t/lib/Test/Simple/sample_tests/too_few.plx
5691 + t/lib/Test/Simple/sample_tests/two_fail.plx
5692 ! MANIFEST
5693____________________________________________________________________________
5694[ 10912] By: jhi on 2001/06/25 13:31:57
5695 Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c
5696 From: "Craig A. Berry" <craigberry@mac.com>
5697 Date: Sun, 24 Jun 2001 23:41:36 -0500
5698 Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]>
5699 Branch: perl
5700 ! pp_sys.c
5701____________________________________________________________________________
5702[ 10911] By: jhi on 2001/06/25 13:05:00
5703 Log: Upgrade to Attribute::Handlers 0.70.
5704 Branch: perl
5705 + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
5706 ! MANIFEST lib/Attribute/Handlers.pm
5707____________________________________________________________________________
5708[ 10910] By: jhi on 2001/06/25 00:09:27
5709 Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
5710 From: Abhijit Menon-Sen <ams@wiw.org>
5711 Date: Sat, 23 Jun 2001 05:17:44 +0530
5712 Message-ID: <20010623051744.A18583@lustre.linux.in>
5713
5714 (Can't think of a good place to put tests.)
5715 Branch: perl
5716 ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c
5717____________________________________________________________________________
5718[ 10909] By: jhi on 2001/06/24 23:45:13
5719 Log: Subject: [PATCH] t/op/pat.t typo fix
5720 From: Richard Soderberg <rs@crystalflame.net>
5721 Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT)
5722 Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>
5723 Branch: perl
5724 ! t/op/pat.t
5725____________________________________________________________________________
5726[ 10908] By: jhi on 2001/06/24 22:24:49
5727 Log: Move the pack warnings to their own file, as pointed
5728 out by Spider.
5729 Branch: perl
5730 + t/lib/warnings/pp_pack
5731 ! MANIFEST t/lib/warnings/pp
5732____________________________________________________________________________
5733[ 10907] By: jhi on 2001/06/24 19:55:15
5734 Log: Update Changes.
5735 Branch: perl
5736 ! Changes patchlevel.h
5737____________________________________________________________________________
0e5c3182
JH
5738[ 10906] By: jhi on 2001/06/24 19:50:40
5739 Log: Partially fix a problem noticed by IRIX compiler:
5740 the initialization of parse_start was bypassed by
5741 several gotos. Now initialized to zero, which may
5742 not be the best choice.
5743 Branch: perl
5744 ! regcomp.c
5745____________________________________________________________________________
5746[ 10905] By: jhi on 2001/06/24 19:43:25
5747 Log: Relax the group and password tests back to moaning only
5748 if no matches at all are found. (Even with a small sample
5749 I could find many sites where there are, umm, anomalies in
5750 the said databases.)
5751 Branch: perl
5752 ! t/op/grent.t t/op/pwent.t
5753____________________________________________________________________________
5754[ 10904] By: jhi on 2001/06/24 18:45:55
5755 Log: Argh. How hard it can be to re-apply a patch manually? :-)
5756 Branch: perl
5757 ! pp_ctl.c
5758____________________________________________________________________________
5759[ 10903] By: jhi on 2001/06/24 18:40:52
5760 Log: De-cut-and-pasto in #10902.
5761 Branch: perl
5762 ! pp_ctl.c
5763____________________________________________________________________________
5764[ 10902] By: jhi on 2001/06/24 18:35:18
5765 Log: The #10771 didn't take?
5766 Branch: perl
5767 ! pp_ctl.c
5768____________________________________________________________________________
5769[ 10901] By: jhi on 2001/06/24 18:29:50
5770 Log: Undo the filetests part of #10900, under multiplicity
5771 weird errors take place.
5772 Branch: perl
5773 ! pp_sys.c
5774____________________________________________________________________________
5775[ 10900] By: jhi on 2001/06/24 18:20:36
5776 Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
5777 Branch: perl
5778 ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
5779____________________________________________________________________________
5780[ 10899] By: jhi on 2001/06/24 17:00:34
585d6f80
JH
5781 Log: (Replaced by #10922)
5782
5783 Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
0e5c3182
JH
5784 From: Tony Bowden <tony@kasei.com>
5785 Date: Sun, 24 Jun 2001 17:32:40 +0100
5786 Message-ID: <20010624173240.A16293@blackstar.co.uk>
5787
5788 Document (well, mention) shortmess() and longmess()
5789 to rob people of their fun of reinventing the weel.
5790 Branch: perl
5791 ! lib/Carp.pm
5792____________________________________________________________________________
5793[ 10898] By: jhi on 2001/06/24 16:51:40
5794 Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
5795 From: Brian Jepson <bjepson@oreilly.com>
5796 Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
5797 Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
5798 Branch: perl
5799 ! pp_sys.c
5800____________________________________________________________________________
5801[ 10897] By: jhi on 2001/06/24 16:38:23
5802 Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
5803 From: Robin Barker <rmb1@cise.npl.co.uk>
5804 Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
5805 Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
5806 Branch: perl
5807 ! lib/CPAN.pm
5808____________________________________________________________________________
5809[ 10896] By: jhi on 2001/06/24 16:36:32
5810 Log: Memoize patch from mjd.
5811 Branch: perl
5812 ! lib/Memoize/t/tie_storable.t
5813____________________________________________________________________________
5814[ 10895] By: jhi on 2001/06/24 16:33:59
5815 Log: Spec the sv_pvprintify() a bit more.
5816 Branch: perl
5817 ! pod/perltodo.pod
5818____________________________________________________________________________
5819[ 10894] By: jhi on 2001/06/24 14:43:36
5820 Log: Upgrade to Memoize 0.65.
5821 Branch: perl
5822 + lib/Memoize/t/array_confusion.t
5823 ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
5824 ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
5825 ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
5826 ! lib/Memoize/README lib/Memoize/SDBM_File.pm
5827 ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
5828 ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
5829 ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
5830 ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
5831 ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
5832 ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
5833 ! lib/Memoize/t/tie_storable.t
5834____________________________________________________________________________
5835[ 10893] By: jhi on 2001/06/24 14:21:09
5836 Log: Metaconfig unit change for #10892.
5837 Branch: metaconfig
5838 ! U/modified/Options.U
5839____________________________________________________________________________
5840[ 10892] By: jhi on 2001/06/24 14:20:38
5841 Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
5842 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5843 Date: Sun, 24 Jun 2001 05:24:40 -0400
5844 Message-ID: <20010624052440.A27698@math.ohio-state.edu>
5845 Branch: perl
5846 ! Configure hints/os2.sh
5847____________________________________________________________________________
5848[ 10891] By: jhi on 2001/06/24 13:50:26
5849 Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
5850 From: Mike Guy <mjtg@cam.ac.uk>
5851 Date: Sun, 24 Jun 2001 15:28:39 +0100
5852 Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
5853
5854 Fix an ancient (5.002) bug.
5855 Branch: perl
5856 ! lib/Carp/Heavy.pm
5857____________________________________________________________________________
5858[ 10890] By: jhi on 2001/06/24 13:44:43
5859 Log: The #10881 was too vigorous in pp_system() in moving 'unused'
5860 variables.
5861 Branch: perl
5862 ! pp_sys.c
5863____________________________________________________________________________
5864[ 10889] By: jhi on 2001/06/24 13:24:00
5865 Log: Make UTS as per #10888.
5866 Branch: perl
5867 ! hints/uts.sh
5868____________________________________________________________________________
5869[ 10888] By: jhi on 2001/06/24 13:21:23
5870 Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
5871 Branch: perl
5872 ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
5873 ! mpeix/mpeixish.h perl.h unixish.h
5874____________________________________________________________________________
5875[ 10887] By: jhi on 2001/06/24 13:15:45
5876 Log: AUTHORS update.
5877 Branch: perl
5878 ! AUTHORS
5879____________________________________________________________________________
5880[ 10886] By: jhi on 2001/06/24 13:14:31
5881 Log: Subject: Encode::Tcl for multibyte doesnot work
5882 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
5883 Date: Sun, 24 Jun 2001 22:48:21 +0900
5884 Message-Id: <20010624223252.6658.BQW10602@nifty.com>
5885 Branch: perl
5886 ! ext/Encode/Encode/Tcl.pm
5887____________________________________________________________________________
5888[ 10885] By: jhi on 2001/06/24 13:12:46
5889 Log: Subject: [PATCH] Remove tautology in error messages
5890 From: Mike Guy <mjtg@cam.ac.uk>
5891 Date: Sun, 24 Jun 2001 13:31:00 +0100
5892 Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
5893 Branch: perl
5894 ! pp_sys.c
5895____________________________________________________________________________
5896[ 10884] By: jhi on 2001/06/24 13:11:36
5897 Log: Darwin needs -traditional-cpp for cppflags to build Errno.
5898 Branch: perl
5899 ! hints/darwin.sh
5900____________________________________________________________________________
5901[ 10883] By: jhi on 2001/06/24 13:09:55
5902 Log: Subject: Re: [PATCH 5.6.1] test suite
5903 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5904 Date: Sun, 24 Jun 2001 05:47:05 -0400
5905 Message-ID: <20010624054705.A27890@math.ohio-state.edu>
5906
5907 Test suite fixes.
5908 Branch: perl
5909 ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
5910____________________________________________________________________________
5911[ 10882] By: jhi on 2001/06/24 13:07:46
5912 Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
5913 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5914 Date: Sun, 24 Jun 2001 05:37:19 -0400
5915 Message-ID: <20010624053719.A27866@math.ohio-state.edu>
5916 Branch: perl
5917 ! os2/dl_os2.c os2/os2.c os2/os2ish.h
5918____________________________________________________________________________
5919[ 10881] By: jhi on 2001/06/24 13:05:24
5920 Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
5921 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5922 Date: Sun, 24 Jun 2001 05:34:50 -0400
5923 Message-ID: <20010624053450.A27856@math.ohio-state.edu>
5924
5925 Pacify compiler warnings.
5926 Branch: perl
5927 ! pp_sys.c
5928____________________________________________________________________________
5929[ 10880] By: jhi on 2001/06/24 13:02:30
5930 Log: Subject: Re: [PATCH 5.6.1] OS2 linking
5931 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5932 Date: Sun, 24 Jun 2001 05:21:18 -0400
5933 Message-ID: <20010624052118.A27615@math.ohio-state.edu>
5934
5935 Enable compression of executables during link time.
5936 Branch: perl
5937 ! hints/os2.sh
5938____________________________________________________________________________
5939[ 10879] By: jhi on 2001/06/24 13:00:47
5940 Log: Subject: Re: [PATCH 5.6.1] OS2 linking
5941 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5942 Date: Sun, 24 Jun 2001 05:15:11 -0400
5943 Message-ID: <20010624051511.A27544@math.ohio-state.edu>
5944
5945 Add ordinals to the export list for Perl DLL.
5946 (Breaks intra-version DLL compatibility.)
5947 Branch: perl
5948 ! makedef.pl
5949____________________________________________________________________________
5950[ 10878] By: jhi on 2001/06/24 02:12:04
5951 Log: Allow (displaying and) re-editing the Subject in perlbug.
5952 Also abstract the Subject quality control into a function.
5953 Branch: perl
5954 ! utils/perlbug.PL
5955____________________________________________________________________________
5956[ 10877] By: jhi on 2001/06/24 01:40:53
5957 Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
5958 Branch: perl
5959 ! utils/perlbug.PL
5960____________________________________________________________________________
5961[ 10876] By: jhi on 2001/06/24 01:37:05
5962 Log: Regen toc and modlib.
5963 Branch: perl
5964 ! pod/perlmodlib.pod pod/perltoc.pod
5965____________________________________________________________________________
5966[ 10875] By: jhi on 2001/06/24 01:29:33
5967 Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
5968 by John Peacock. (Can be 'ntea' which means emulate UNIX file
5969 attribute semantics as much as possible, or 'ntsec' which uses
5970 native NTFS semantics.) (See also #10877.)
5971 Branch: perl
5972 ! perl.c
5973____________________________________________________________________________
5974[ 10874] By: jhi on 2001/06/23 23:57:28
5975 Log: Hack to get rid of the UNEXPECTEDLY succeeded message for now.
5976 Branch: perl
5977 ! lib/Test/Harness.pm
5978____________________________________________________________________________
5979[ 10873] By: jhi on 2001/06/23 23:36:56
5980 Log: Just zap the -uPerlio.
5981 Branch: perl
5982 ! ext/B/Stash.t
5983____________________________________________________________________________
5984[ 10872] By: jhi on 2001/06/23 21:29:10
5985 Log: Do not test PerlIO if PerlIO not used.
5986 Branch: perl
5987 ! ext/PerlIO/PerlIO.t
5988____________________________________________________________________________
5989[ 10871] By: jhi on 2001/06/23 21:12:49
5990 Log: Regen perlapi.
5991 Branch: perl
5992 ! pod/perlapi.pod
5993____________________________________________________________________________
5994[ 10870] By: jhi on 2001/06/23 21:03:31
5995 Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
5996 From: Nicholas Clark <nick@ccl4.org>
5997 Date: Sat, 23 Jun 2001 22:55:47 +0100
5998 Message-ID: <20010623225547.Z98663@plum.flirble.org>
5999 Branch: perl
6000 ! numeric.c
6001____________________________________________________________________________
6002[ 10869] By: jhi on 2001/06/23 17:13:21
6003 Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
6004 From: Prymmer/Kahn <pvhp@best.com>
6005 Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
6006 Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
6007 Branch: perl
6008 ! lib/h2xs.t
6009____________________________________________________________________________
6010[ 10868] By: jhi on 2001/06/23 16:04:38
6011 Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
6012 cygwin does not taint cwd, just like win32.
6013 Branch: perl
6014 ! lib/File/Find/taint.t t/op/taint.t
6015____________________________________________________________________________
6016[ 10867] By: jhi on 2001/06/23 15:39:15
6017 Log: Retract #10865, the patch should be unnecessary.
6018 (But seemingly helpful in Cygwin? Strange.)
6019 Branch: perl
6020 ! lib/Memoize/t/tie_ndbm.t
6021____________________________________________________________________________
6022[ 10866] By: jhi on 2001/06/23 15:06:30
6023 Log: Misplaced test file; plus Cygwin filesystem semantics.
6024 Branch: perl
6025 + ext/SDBM_File/sdbm.t
6026 - ext/ODBM_File/sdbm.t
6027 ! MANIFEST
6028____________________________________________________________________________
6029[ 10865] By: jhi on 2001/06/23 15:01:02
6030 Log: (Retracted by #10867.)
6031 Branch: perl
6032 ! lib/Memoize/t/tie_ndbm.t
6033____________________________________________________________________________
6034[ 10864] By: jhi on 2001/06/23 14:25:43
6035 Log: Metaconfig unit change for #10863.
6036 Branch: metaconfig/U/perl
6037 ! Extensions.U
6038____________________________________________________________________________
6039[ 10863] By: jhi on 2001/06/23 14:25:20
6040 Log: In Cygwin do not build NDBM_File and ODBM_File unless
6041 -lndbm and -ldbm are available.
6042 Branch: perl
6043 ! Configure config_h.SH
6044____________________________________________________________________________
6045[ 10862] By: jhi on 2001/06/23 14:02:14
6046 Log: More Cygwin filesystem semantics.
6047 Branch: perl
6048 ! t/io/fs.t t/op/stat.t
6049____________________________________________________________________________
6050[ 10861] By: jhi on 2001/06/23 13:38:00
6051 Log: More DOSish permission semantics for Cygwin.
6052 Branch: perl
6053 ! lib/AnyDBM_File.t
6054____________________________________________________________________________
6055[ 10860] By: jhi on 2001/06/23 13:32:41
6056 Log: Cygwin too has different permission semantics.
6057 Branch: perl
6058 ! ext/GDBM_File/gdbm.t
6059____________________________________________________________________________
6060[ 10859] By: jhi on 2001/06/23 13:30:06
6061 Log: The group (and assumedly passwd) databases can have
6062 only one entry (this is the case in cygwin).
6063 Branch: perl
6064 ! t/op/grent.t t/op/pwent.t
6065____________________________________________________________________________
6066[ 10858] By: jhi on 2001/06/23 13:16:26
6067 Log: Also in Cygwin use Socket to figure out domainname
6068 (if any) (avoids trying to call external 'domainname',
6069 which doesn't at the moment exist in Cygwin)
6070 Branch: perl
6071 ! lib/Net/Domain.pm
6072____________________________________________________________________________
6073[ 10857] By: jhi on 2001/06/23 12:48:32
6074 Log: Remove also the lib$Foo.def, not just $Foo.def.
6075 Branch: perl
6076 ! lib/ExtUtils/MM_Unix.pm
6077____________________________________________________________________________
6078[ 10856] By: jhi on 2001/06/23 12:21:53
6079 Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
6080 Branch: perl
6081 ! unixish.h
6082____________________________________________________________________________
6083[ 10855] By: jhi on 2001/06/23 12:14:15
6084 Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
6085 to match the whole isprint(), only the space character.
6086 Branch: perl
6087 ! handy.h pod/perlre.pod t/op/pat.t
6088____________________________________________________________________________
6089[ 10854] By: nick on 2001/06/23 08:09:33
6090 Log: Integrate mainline
6091 Branch: perlio
6092 !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
6093 !> lib/ExtUtils.t lib/File/Find/taint.t
6094 !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
6095 !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
6096 !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
6097____________________________________________________________________________
6098[ 10853] By: jhi on 2001/06/23 03:48:09
6099 Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
6100 with its floats in os390 and s390 (UTS).
6101 Branch: perl
6102 ! lib/Math/BigInt/t/bigintpm.t
6103____________________________________________________________________________
6104[ 10852] By: jhi on 2001/06/23 03:38:53
6105 Log: Add also UTS (s390) to the non-IEEE float platforms.
6106 Branch: perl
6107 ! t/op/sprintf.t
6108____________________________________________________________________________
6109[ 10851] By: jhi on 2001/06/23 03:36:04
6110 Log: Subject: RFC: what are applicable standards for exponent sizes?
6111 From: Peter Prymmer <pvhp@forte.com>
6112 Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
6113 Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
6114 Branch: perl
6115 ! t/op/sprintf.t
6116____________________________________________________________________________
6117[ 10850] By: jhi on 2001/06/23 03:29:04
6118 Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
6119 From: Peter Prymmer <pvhp@forte.com>
6120 Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
6121 Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
6122 Branch: perl
6123 ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
6124____________________________________________________________________________
6125[ 10849] By: jhi on 2001/06/23 03:27:21
6126 Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
6127 From: Peter Prymmer <pvhp@forte.com>
6128 Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
6129 Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
6130 Branch: perl
6131 ! lib/ExtUtils.t
6132____________________________________________________________________________
6133[ 10848] By: jhi on 2001/06/22 21:51:31
6134 Log: Retract #10845.
6135 Branch: perl
6136 ! lib/File/Find/taint.t
6137____________________________________________________________________________
6138[ 10847] By: jhi on 2001/06/22 21:50:38
6139 Log: Yet another error message.
6140 Branch: perl
6141 ! t/op/mkdir.t
6142____________________________________________________________________________
6143[ 10846] By: jhi on 2001/06/22 21:48:39
6144 Log: The croak message for nonexistent socket functions may vary.
6145 Branch: perl
6146 ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
6147____________________________________________________________________________
6148[ 10845] By: jhi on 2001/06/22 21:42:38
6149 Log: (Retracted by #10848.)
6150 Branch: perl
6151 ! lib/File/Find/taint.t
6152____________________________________________________________________________
6153[ 10844] By: jhi on 2001/06/22 21:32:58
6154 Log: Integrate perlio.
6155 Branch: perl
6156 !> lib/File/Find/taint.t t/op/write.t
6157____________________________________________________________________________
6158[ 10843] By: nick on 2001/06/22 21:24:51
6159 Log: Back out debug in taint.t
6160 Branch: perlio
6161 ! lib/File/Find/taint.t
6162____________________________________________________________________________
6163[ 10842] By: jhi on 2001/06/22 21:20:02
6164 Log: setitimer() does not exist in Unicos, despite of what
6165 Configure thinks, from Mark P. Lutz.
6166 Branch: perl
6167 ! hints/unicos.sh
6168____________________________________________________________________________
6169[ 10841] By: nick on 2001/06/22 21:19:36
6170 Log: Skip cwd test on Win32 ???
6171 Branch: perlio
6172 ! lib/File/Find/taint.t
6173____________________________________________________________________________
6174[ 10840] By: jhi on 2001/06/22 21:17:34
6175 Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
6176 and Tru64 gcc -Wall happy.
6177 Branch: perl
6178 ! mg.c
6179____________________________________________________________________________
6180[ 10839] By: jhi on 2001/06/22 21:15:32
6181 Log: The packs must be done in native shorts, fix from Mark P. Lutz.
6182 Branch: perl
6183 ! ext/IPC/SysV/Semaphore.pm
6184____________________________________________________________________________
6185[ 10838] By: jhi on 2001/06/22 21:12:02
6186 Log: Metaconfig unit change for #10837.
6187 Branch: metaconfig/U/perl
6188 ! Cross.U
6189____________________________________________________________________________
6190[ 10837] By: jhi on 2001/06/22 21:09:42
6191 Log: Cleanup of the cross-compilation unit.
6192 Branch: perl
6193 ! Configure
6194____________________________________________________________________________
6195[ 10836] By: nick on 2001/06/22 20:45:12
6196 Log: Skip |- based op/write.t on Win32 as well as VMS
6197 Branch: perlio
6198 ! t/op/write.t
6199____________________________________________________________________________
6200[ 10835] By: jhi on 2001/06/22 20:44:20
6201 Log: Integrate perlio.
6202 Branch: perl
6203 !> util.c
6204____________________________________________________________________________
6205[ 10834] By: nick on 2001/06/22 20:41:54
6206 Log: Integrate mainline
6207 Branch: perlio
6208 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
6209 !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
6210 !> vos/config.ga.h
6211____________________________________________________________________________
6212[ 10833] By: nick on 2001/06/22 20:22:58
6213 Log: Patcho fix.
6214 Branch: perlio
6215 ! util.c
6216____________________________________________________________________________
6217[ 10832] By: jhi on 2001/06/22 20:13:02
6218 Log: Metaconfig unit changes for #10831.
6219 Branch: metaconfig
6220 ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
6221____________________________________________________________________________
6222[ 10831] By: jhi on 2001/06/22 20:12:29
6223 Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
6224 From: Andy Dougherty <doughera@lafayette.edu>
6225 Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
6226 Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
6227 Branch: perl
6228 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6229 ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
6230____________________________________________________________________________
6231[ 10830] By: jhi on 2001/06/22 19:50:15
6232 Log: MPE/iX prototype nits from Mark Bixby.
6233 Branch: perl
6234 ! pp_sys.c
6235____________________________________________________________________________
6236[ 10829] By: jhi on 2001/06/22 16:25:16
6237 Log: Detypo.
6238 Branch: perl
6239 ! util.c
6240____________________________________________________________________________
6241[ 10828] By: nick on 2001/06/22 15:33:37
6242 Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
6243 Branch: perlio
6244 +> lib/h2xs.t
6245 !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
6246 !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
6247 !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
6248 !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
6249 !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
6250 !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
6251 !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
6252 !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
6253 !> vms/vmsish.h
6254____________________________________________________________________________
6255[ 10827] By: jhi on 2001/06/22 14:15:26
6256 Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
6257 Date: Fri, 22 Jun 2001 10:08:35 -0500
6258 From: "Craig A. Berry" <craigberry@mac.com>
6259 Message-Id: <a05101001b75908704194@[192.168.56.145]>
6260 Branch: perl
6261 ! vms/vms.c vms/vmsish.h
6262____________________________________________________________________________
6263[ 10826] By: jhi on 2001/06/22 13:35:37
6264 Log: NetWare scripts tweak from Ananth Kesari.
6265 Branch: perl
6266 ! NetWare/t/NWScripts.pl
6267____________________________________________________________________________
6268[ 10825] By: jhi on 2001/06/22 13:00:55
6269 Log: Update Changes.
6270 Branch: perl
6271 ! Changes patchlevel.h
6272____________________________________________________________________________
3e2ce105
JH
6273[ 10824] By: jhi on 2001/06/22 12:46:56
6274 Log: Add .i and .s targets.
6275 Branch: perl
6276 ! Makefile.SH
6277____________________________________________________________________________
6278[ 10823] By: jhi on 2001/06/22 12:25:20
6279 Log: Upgrade to Locale::Maketext 1.03.
6280 Branch: perl
6281 ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
6282 ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
6283____________________________________________________________________________
6284[ 10822] By: jhi on 2001/06/22 12:23:57
6285 Log: Upgrade to I18N::LangTags 0.26.
6286 Branch: perl
6287 ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
6288 ! lib/I18N/LangTags/test.pl
6289____________________________________________________________________________
6290[ 10821] By: jhi on 2001/06/22 12:16:41
6291 Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
6292 Philip Newton.
6293 Branch: perl
6294 ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
6295 ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
6296____________________________________________________________________________
6297[ 10820] By: jhi on 2001/06/22 12:13:37
6298 Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
6299 From: Prymmer/Kahn <pvhp@best.com>
6300 Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
6301 Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
6302 Branch: perl
6303 + lib/h2xs.t
6304 ! MANIFEST utils/h2xs.PL
6305____________________________________________________________________________
6306[ 10819] By: jhi on 2001/06/22 12:11:56
6307 Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
6308 From: Prymmer/Kahn <pvhp@best.com>
6309 Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
6310 Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
6311 Branch: perl
6312 ! lib/ExtUtils.t
6313____________________________________________________________________________
6314[ 10818] By: jhi on 2001/06/22 12:11:08
6315 Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
6316 From: Prymmer/Kahn <pvhp@best.com>
6317 Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
6318 Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
6319 Branch: perl
6320 ! t/pod/plainer.t
6321____________________________________________________________________________
6322[ 10817] By: jhi on 2001/06/22 12:10:05
6323 Log: AUTHORS update.
6324 Branch: perl
6325 ! AUTHORS
6326____________________________________________________________________________
6327[ 10816] By: jhi on 2001/06/22 12:08:24
6328 Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
6329 From: "Craig A. Berry" <craigberry@mac.com>
6330 Date: Thu, 21 Jun 2001 18:20:38 -0500
6331 Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
6332 Branch: perl
6333 ! ext/POSIX/POSIX.xs
6334____________________________________________________________________________
6335[ 10815] By: jhi on 2001/06/22 12:07:19
6336 Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
6337 From: "Craig A. Berry" <craigberry@mac.com>
6338 Date: Thu, 21 Jun 2001 09:58:52 -0500
6339 Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
6340 Branch: perl
6341 ! ext/B/Deparse.t t/op/write.t
6342____________________________________________________________________________
6343[ 10814] By: nick on 2001/06/22 08:13:09
6344 Log: Integrate mainline.
6345 Branch: perlio
6346 !> (integrate 46 files)
6347____________________________________________________________________________
6348[ 10813] By: jhi on 2001/06/22 02:48:58
6349 Log: Change the prefixes only if $prefix is unset,
6350 as originally patched by Marcel Grunauer.
6351 Branch: perl
6352 ! hints/darwin.sh hints/rhapsody.sh
6353____________________________________________________________________________
6354[ 10812] By: jhi on 2001/06/22 02:44:41
6355 Log: Subject: Re: Patch for hints/darwin.sh
6356 From: Wilfredo Sanchez <wsanchez@MIT.EDU>
6357 Date: Thu, 21 Jun 2001 11:23:46 -0700
6358 Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
6359 Branch: perl
6360 ! hints/darwin.sh hints/rhapsody.sh
6361____________________________________________________________________________
6362[ 10811] By: jhi on 2001/06/22 02:34:27
6363 Log: Add .PHONY targets for non-file targets,
6364 from Wilfredo Sánchez. Should help saying
6365 "make install" on case-insensitive filesystems.
6366 Branch: perl
6367 ! Makefile.SH
6368____________________________________________________________________________
6369[ 10810] By: jhi on 2001/06/22 02:01:23
6370 Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
6371 From: Doug MacEachern <dougm@covalent.net>
6372 Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
6373 Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
6374
6375 plus reword the getcwd() comment, plus use getcwd() buffer
6376 size minus one.
6377 Branch: perl
6378 ! util.c
6379____________________________________________________________________________
6380[ 10809] By: jhi on 2001/06/22 01:16:58
6381 Log: More gprofing from Doug MacEachern.
6382 Branch: perl
6383 ! Makefile.SH
6384____________________________________________________________________________
6385[ 10808] By: jhi on 2001/06/22 01:15:11
6386 Log: Metaconfig unit change for #10807.
6387 Branch: metaconfig/U/perl
6388 ! d_sfio.U
6389____________________________________________________________________________
6390[ 10807] By: jhi on 2001/06/22 01:14:43
6391 Log: Tell that you are removing the unneeded -lsfio.
6392 Branch: perl
6393 ! Configure
6394____________________________________________________________________________
6395[ 10806] By: jhi on 2001/06/22 01:03:14
6396 Log: More MPE/iX tweaks from Mark Bixby.
6397 Branch: perl
6398 ! perl.c t/op/magic.t
6399____________________________________________________________________________
6400[ 10805] By: jhi on 2001/06/21 22:41:11
6401 Log: The fchdir() proto is supposed to live in <unistd.h>.
6402 Branch: perl
6403 ! ext/Cwd/Cwd.xs
6404____________________________________________________________________________
6405[ 10804] By: jhi on 2001/06/21 22:24:42
6406 Log: This town is too small for the Cwd extension and me,
6407 it would seem...
6408 Branch: perl
6409 ! ext/Cwd/Cwd.xs
6410____________________________________________________________________________
6411[ 10803] By: jhi on 2001/06/21 21:54:00
6412 Log: Metaconfig unit change for #10802.
6413 Branch: metaconfig/U/perl
6414 ! d_modfl.U
6415____________________________________________________________________________
6416[ 10802] By: jhi on 2001/06/21 21:53:37
6417 Log: More d'ohs.
6418 Branch: perl
6419 ! Configure
6420____________________________________________________________________________
6421[ 10801] By: jhi on 2001/06/21 21:38:38
6422 Log: Off-by-one. I'm so classic.
6423 Branch: perl
6424 ! util.c
6425____________________________________________________________________________
6426[ 10800] By: jhi on 2001/06/21 20:10:19
6427 Log: Update Changes.
6428 Branch: perl
6429 ! Changes patchlevel.h
6430____________________________________________________________________________
62e06c62
JH
6431[ 10799] By: jhi on 2001/06/21 20:03:54
6432 Log: Subject: Documentation patch for Net::FTP
6433 From: Marcel Grunauer <marcel@codewerk.com>
6434 Date: Wed, 20 Jun 2001 23:03:26 +0200
6435 Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
6436 Branch: perl
6437 ! lib/Net/FTP.pm
6438____________________________________________________________________________
6439[ 10798] By: jhi on 2001/06/21 20:01:14
6440 Log: Retract the #10417 mg.c and embed.pl parts because of
6441 strange SEGVs in 64bit x86 FreeBSD observed by
6442 Nicholas Clark.
6443 Branch: perl
6444 ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
6445____________________________________________________________________________
6446[ 10797] By: jhi on 2001/06/21 19:40:34
6447 Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
6448 Branch: perl
6449 ! Configure NetWare/config.wc NetWare/config_H.wc
6450 ! Porting/Glossary Porting/config.sh Porting/config_H
6451 ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
6452 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
6453 ! vos/config.ga.h win32/config.bc win32/config.gc
6454 ! win32/config.vc win32/config_H.bc win32/config_H.gc
6455 ! win32/config_H.vc
6456____________________________________________________________________________
6457[ 10796] By: jhi on 2001/06/21 19:08:28
6458 Log: Cwd tweak from Doug MacEachern.
6459 Branch: perl
6460 ! ext/Cwd/Cwd.xs
6461____________________________________________________________________________
6462[ 10795] By: jhi on 2001/06/21 19:03:48
6463 Log: Protect the fchdir() and lstat() with ifdefs.
6464 fchdir() needs a Configure probe.
6465 Branch: perl
6466 ! ext/Cwd/Cwd.xs
6467____________________________________________________________________________
6468[ 10794] By: nick on 2001/06/21 17:11:35
6469 Log: Integrate mainline
6470 Branch: perlio
6471 +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
6472 +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
6473 +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
6474 +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
6475 +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
6476 +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
6477 +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
6478 +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
6479 - lib/Attribute/Handlers.t lib/File/Glob/basic.t
6480 - lib/File/Glob/case.t lib/File/Glob/global.t
6481 - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
6482 - lib/File/Temp/posix.t lib/File/Temp/security.t
6483 - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
6484 - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
6485 - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
6486 - lib/Text/Wrap/wrap.t
6487 !> (integrate 41 files)
6488____________________________________________________________________________
6489[ 10793] By: jhi on 2001/06/21 17:01:26
6490 Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
6491 From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
6492 Date: Thu, 21 Jun 2001 13:04:54 -0500
6493 Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
6494 Branch: perl
6495 ! ext/Cwd/Cwd.xs
6496____________________________________________________________________________
6497[ 10792] By: jhi on 2001/06/21 16:13:57
6498 Log: Subject: [PATCH pod] overlong =item
6499 From: Robin Barker <rmb1@cise.npl.co.uk>
6500 Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
6501 Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
6502 Branch: perl
6503 ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
6504 ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
6505____________________________________________________________________________
6506[ 10791] By: jhi on 2001/06/21 16:10:51
6507 Log: Subject: [PATCH perlio.c] format
6508 From: Robin Barker <rmb1@cise.npl.co.uk>
6509 Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
6510 Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
6511 Branch: perl
6512 ! perlio.c
6513____________________________________________________________________________
6514[ 10790] By: jhi on 2001/06/21 15:52:04
6515 Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
6516 From: Radu Greab <radu@netsoft.ro>
6517 Date: Thu, 21 Jun 2001 19:06:02 +0300
6518 Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
6519 Branch: perl
6520 ! pod/perlapi.pod sv.c
6521____________________________________________________________________________
6522[ 10789] By: jhi on 2001/06/21 14:48:25
6523 Log: The metaconfig unit changes for #10788.
6524 Branch: metaconfig/U/perl
6525 ! Cross.U fflushall.U
6526____________________________________________________________________________
6527[ 10788] By: jhi on 2001/06/21 14:47:48
6528 Log: Cross-configuration changes: make $from to rm the files
6529 before copying them over (this means that he rm can be
6530 removed from the fflushall test), create $targetmkdir
6531 (not documented in install since it is supposed to internal
6532 use only), make $run to copy over the executable only if
6533 a stamp file .xok doesn't already exist (to avoid unnecessary
6534 copying of the executable)
6535 Branch: perl
6536 ! Configure Makefile.SH
6537____________________________________________________________________________
6538[ 10787] By: nick on 2001/06/21 14:16:18
6539 Log: Integrate mainline
6540 Branch: perlio
6541 +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
6542 +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
6543 +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
6544 - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
6545 !> (integrate 34 files)
6546____________________________________________________________________________
6547[ 10786] By: jhi on 2001/06/21 13:59:32
6548 Log: Re-add the files as text.
6549 Branch: perl
6550 + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
6551____________________________________________________________________________
6552[ 10785] By: jhi on 2001/06/21 13:57:55
6553 Log: Delete the binary files.
6554 Branch: perl
6555 - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
6556____________________________________________________________________________
6557[ 10784] By: jhi on 2001/06/21 13:49:47
6558 Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
6559 From: Andy Dougherty <doughera@lafayette.edu>
6560 Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
6561 Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
6562 Branch: perl
6563 ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
6564 ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
6565 ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
6566 ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
6567____________________________________________________________________________
6568[ 10783] By: jhi on 2001/06/21 13:46:50
6569 Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
6570 From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
6571 Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST)
6572 Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
6573
6574 Setting umask to something friendlier.
6575 Branch: perl
6576 ! installman installperl
6577____________________________________________________________________________
6578[ 10782] By: jhi on 2001/06/21 13:42:17
6579 Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
6580 Resort MANIFEST with sort -f, looks much better.
6581 Branch: perl
6582 + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
6583 + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
6584 + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
6585 + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
6586 + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
6587 + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
6588 + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
6589 + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
6590 - lib/Attribute/Handlers.t lib/File/Glob/basic.t
6591 - lib/File/Glob/case.t lib/File/Glob/global.t
6592 - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
6593 - lib/File/Temp/posix.t lib/File/Temp/security.t
6594 - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
6595 - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
6596 - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
6597 - lib/Text/Wrap/wrap.t
6598 ! MANIFEST
6599____________________________________________________________________________
6600[ 10781] By: jhi on 2001/06/21 13:16:04
6601 Log: Upgrade to I18N::LangTags 0.25.
6602 Branch: perl
6603 ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
6604 ! lib/I18N/LangTags/List.pm
6605____________________________________________________________________________
6606[ 10780] By: jhi on 2001/06/21 13:12:54
6607 Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
6608 From: Richard Soderberg <rs@crystalflame.net>
6609 Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
6610 Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
6611 Branch: perl
6612 ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
6613 ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
6614____________________________________________________________________________
6615[ 10779] By: jhi on 2001/06/21 12:59:57
6616 Log: Test obsoleted by change #10777.
6617 Branch: perl
6618 ! t/op/sub_lval.t
6619____________________________________________________________________________
6620[ 10778] By: jhi on 2001/06/21 12:52:37
6621 Log: Case of confused test numbering.
6622 Branch: perl
6623 ! t/op/pat.t
6624____________________________________________________________________________
6625[ 10777] By: jhi on 2001/06/21 12:30:57
6626 Log: Subject: Re: Opinion on undef lvalue
6627 From: Abhijit Menon-Sen <ams@wiw.org>
6628 Date: Sun, 17 Jun 2001 13:04:46 +0530
6629 Message-ID: <20010617130446.B27925@lustre.linux.in>
6630
6631 Allow lvalue subs to return undef in array context.
6632 Branch: perl
6633 ! pp_hot.c
6634____________________________________________________________________________
6635[ 10776] By: jhi on 2001/06/21 12:27:48
6636 Log: Just a guess that using the same hack for cygwin as
6637 for win32 might help.
6638 Branch: perl
6639 ! lib/File/Find/find.t
6640____________________________________________________________________________
6641[ 10775] By: jhi on 2001/06/21 12:25:58
6642 Log: NetWare tweaks from Guruprasad.
6643 Branch: perl
6644 ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
6645 ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
6646 ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
6647 ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
6648____________________________________________________________________________
6649[ 10774] By: jhi on 2001/06/21 12:21:17
6650 Log: Subject: Re: perl@10722: Bogus warnings on REs
6651 From: Hugo <hv@crypt.compulink.co.uk>
6652 Date: Thu, 21 Jun 2001 09:51:17 +0100
6653 Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
6654
6655 Unroll to avoid a UTS compiler bug.
6656 Branch: perl
6657 ! regcomp.c
6658____________________________________________________________________________
6659[ 10773] By: jhi on 2001/06/21 12:13:13
6660 Log: Subject: Re: [PATCH] Make /o work under i?threads
6661 From: Artur Bergman <artur@contiller.se>
6662 Date: Thu, 21 Jun 2001 14:38:03 +0200
6663 Message-ID: <B757B74A.184D%artur@contiller.se>
6664 Branch: perl
6665 ! t/op/pat.t
6666____________________________________________________________________________
6667[ 10772] By: jhi on 2001/06/21 12:12:23
6668 Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
6669 From: Artur Bergman <artur@contiller.se>
6670 Date: Thu, 21 Jun 2001 14:27:33 +0200
6671 Message-ID: <B757B4D4.1849%artur@contiller.se>
6672
6673 Plus extra parentheses.
6674 Branch: perl
6675 ! op.h
6676____________________________________________________________________________
6677[ 10771] By: jhi on 2001/06/21 12:10:29
6678 Log: Subject: [PATCH] Make /o work under i?threads
6679 From: Richard Soderberg <rs@crystalflame.net>
6680 Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
6681 Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
6682 Branch: perl
6683 ! pp_ctl.c
6684____________________________________________________________________________
6685[ 10770] By: jhi on 2001/06/21 12:09:28
6686 Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
6687 From: Artur Bergman <artur@contiller.se>
6688 Date: Thu, 21 Jun 2001 14:04:54 +0200
6689 Message-ID: <B757AF86.1842%artur@contiller.se>
6690 Branch: perl
6691 ! op.h
6692____________________________________________________________________________
6693[ 10769] By: jhi on 2001/06/21 12:08:03
6694 Log: Subject: Re: perl@10765: sv.c not OK on win32
6695 From: Artur Bergman <artur@contiller.se>
6696 Date: Thu, 21 Jun 2001 10:31:06 +0200
6697 Message-ID: <B7577D69.182C%artur@contiller.se>
6698 Branch: perl
6699 ! sv.c
6700____________________________________________________________________________
6701[ 10768] By: jhi on 2001/06/21 12:03:56
6702 Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
6703 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6704 Date: Thu, 21 Jun 2001 06:23:56 -0400
6705 Message-ID: <20010621062356.A8619@math.ohio-state.edu>
6706
6707 Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
6708 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6709 Date: Thu, 21 Jun 2001 06:32:21 -0400
6710 Message-ID: <20010621063221.A8823@math.ohio-state.edu>
6711 Branch: perl
6712 ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
6713____________________________________________________________________________
6714[ 10767] By: jhi on 2001/06/21 12:00:07
6715 Log: Subject: [PATCH] make syslog test more verbose
6716 From: Robert Spier <rspier@pobox.com>
6717 Date: Thu, 21 Jun 2001 00:54:32 -0400
6718 Message-ID: <15153.32264.295807.333073@rls.cx>
6719 Branch: perl
6720 ! ext/Sys/Syslog/syslog.t
6721____________________________________________________________________________
6722[ 10766] By: jhi on 2001/06/20 23:27:57
6723 Log: Subject: op/study.t refinements
6724 From: Hugo <hv@crypt.compulink.co.uk>
6725 Date: Thu, 21 Jun 2001 00:29:07 +0100
6726 Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
6727 Branch: perl
6728 ! t/op/study.t
6729____________________________________________________________________________
6730[ 10765] By: jhi on 2001/06/20 19:51:47
6731 Log: Update Changes.
6732 Branch: perl
6733 ! Changes patchlevel.h
6734____________________________________________________________________________
974c90c5
JH
6735[ 10764] By: jhi on 2001/06/20 19:00:23
6736 Log: Subject: Re: [PATCH] djgpp updates
6737 From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
6738 Date: Wed, 20 Jun 2001 10:05:15 +0200
6739 Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
6740 Branch: perl
6741 ! djgpp/config.over
6742____________________________________________________________________________
6743[ 10763] By: jhi on 2001/06/20 18:58:06
6744 Log: Fix for ID 20010619.002 "When building hash, hash keys that
6745 are function calls are not being called", from Abhijit.
6746 Branch: perl
6747 ! t/base/lex.t toke.c
6748____________________________________________________________________________
6749[ 10762] By: jhi on 2001/06/20 18:45:00
6750 Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
6751 Branch: perl
6752 + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
6753 + lib/Locale/Maketext/test.pl
6754 - lib/Locale/Maketext.t
6755 ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
6756 ! lib/Locale/Maketext/TPJ13.pod
6757____________________________________________________________________________
6758[ 10761] By: jhi on 2001/06/20 18:44:15
6759 Log: Metaconfig unit change for #10760.
6760 Branch: metaconfig
6761 ! U/modified/Cppsym.U
6762____________________________________________________________________________
6763[ 10760] By: jhi on 2001/06/20 18:42:04
6764 Log: Do not remove the ccsym* Cppsym* files since
6765 they are useful for metaconfig units coming after us.
6766 (This is the Configure nit mentioned in #10752.)
6767 Branch: perl
6768 ! Configure
6769____________________________________________________________________________
6770[ 10759] By: jhi on 2001/06/20 18:02:18
6771 Log: Update to I18N::LangTags 0.24, from Sean Burke.
6772 Branch: perl
6773 + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
6774 + lib/I18N/LangTags/README
6775 - lib/I18N/LangTags/List.pod
6776 ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
6777____________________________________________________________________________
6778[ 10758] By: jhi on 2001/06/20 17:34:43
6779 Log: Regen headers.
6780 Branch: perl
6781 ! embed.h embedvar.h global.sym perlapi.c perlapi.h
6782 ! pod/perlapi.pod proto.h
6783____________________________________________________________________________
6784[ 10757] By: jhi on 2001/06/20 17:23:08
6785 Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
6786 From: Artur Bergman <artur@contiller.se>
6787 Date: Wed, 20 Jun 2001 11:31:32 +0200
6788 Message-ID: <B7563A14.17D8%artur@contiller.se>
6789 Branch: perl
6790 ! embed.pl hv.c intrpvar.h sv.c sv.h
6791____________________________________________________________________________
6792[ 10756] By: jhi on 2001/06/20 17:13:26
6793 Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
6794 From: Tim Sweetman <tim@aldigital.co.uk>
6795 Date: Wed, 13 Jun 2001 14:25:17 +0100
6796 Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk>
6797 Branch: perl
6798 ! ext/POSIX/POSIX.t lib/AutoLoader.pm
6799____________________________________________________________________________
6800[ 10755] By: nick on 2001/06/20 16:12:37
6801 Log: Integrate mainline
6802 Branch: perlio
6803 !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
6804 !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
6805 !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
6806 !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
6807 !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
6808 !> t/op/study.t util.c
6809____________________________________________________________________________
6810[ 10754] By: gsar on 2001/06/20 15:22:27
6811 Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
6812 but not Makefile)
6813 Branch: maint-5.6/perl
6814 ! win32/Makefile
6815____________________________________________________________________________
6816[ 10753] By: jhi on 2001/06/20 14:03:20
6817 Log: Security tweak on readlink().
6818 Branch: perl
6819 ! pp_sys.c
6820____________________________________________________________________________
6821[ 10752] By: jhi on 2001/06/20 14:00:23
6822 Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
6823 Branch: perl
6824 ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
6825 ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
6826 ! mpeix/relink t/op/pwent.t
6827____________________________________________________________________________
6828[ 10751] By: jhi on 2001/06/20 13:57:27
6829 Log: Reinstate #10725 (with probe for alarm()).
6830 Branch: perl
6831 ! t/op/study.t
6832____________________________________________________________________________
6833[ 10750] By: jhi on 2001/06/20 13:53:46
6834 Log: Replace our implementation of realpath() with OpenBSD's
6835 (src/lib/libc/stdlib/realpath.c 1.4).
6836 Branch: perl
6837 ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
6838 ! pod/perldiag.pod proto.h util.c
6839____________________________________________________________________________
6840[ 10749] By: jhi on 2001/06/20 13:07:49
6841 Log: Integrate perlio.
6842 Branch: perl
6843 !> perlio.c
6844____________________________________________________________________________
6845[ 10748] By: jhi on 2001/06/20 13:07:18
6846 Log: No point in going into memory-saving contortions
6847 with getcwd() since there's a danger of buffer overflow.
6848 Also make the POSIX extension to use sv_getcwd().
6849 Finally, a missed proto.h fragment.
6850 Branch: perl
6851 ! ext/POSIX/POSIX.xs proto.h util.c
6852____________________________________________________________________________
6853[ 10747] By: nick on 2001/06/20 12:38:26
6854 Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
6855 Branch: perlio
6856 ! perlio.c
6857____________________________________________________________________________
6858[ 10746] By: jhi on 2001/06/20 11:51:10
6859 Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
6860 From: Graham Barr <gbarr@pobox.com>
6861 Date: Wed, 20 Jun 2001 11:05:49 +0100
6862 Message-ID: <20010620110549.I19188@pobox.com>
6863
6864 reported in
6865
6866 Subject: Bug in IO::Socket::INET module (repeat)
6867 From: "Harmon S. Nine" <hnine@netarx.com>
6868 Date: Tue, 19 Jun 2001 09:41:35 -0400
6869 Message-ID: <3B2F568F.8080605@netarx.com>
6870
6871 The bug was that the IO::Socket::INET constructor
6872 did not allow a 'LocalPort' of 0.
6873 Branch: perl
6874 ! ext/IO/lib/IO/Socket/INET.pm
6875____________________________________________________________________________
6876[ 10745] By: nick on 2001/06/20 08:56:39
6877 Log: Integrate mainline.
6878 Branch: perlio
6879 !> (integrate 37 files)
6880____________________________________________________________________________
6881[ 10744] By: jhi on 2001/06/20 04:54:53
6882 Log: After some reading I don't think we can blindly
6883 use systems' realpath(). Too many security problems,
6884 too many buggy implementations.
6885
6886 TODO: the realpath() emulation code in util.c doesn't
6887 seem fully operational? (readlink(), for example?)
6888 Branch: perl
6889 ! Configure Makefile.micro Porting/Glossary Porting/config.sh
6890 ! Porting/config_H config_h.SH embed.h embed.pl global.sym
6891 ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
6892 ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
6893 ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
6894 ! win32/config_H.gc win32/config_H.vc
6895____________________________________________________________________________
6896[ 10743] By: jhi on 2001/06/20 00:48:48
6897 Log: Metaconfig unit change for #10738.
6898 Branch: metaconfig
6899 ! U/compline/d_gconvert.U
6900____________________________________________________________________________
6901[ 10742] By: jhi on 2001/06/20 00:48:20
6902 Log: Integrate change #10739 from maintperl:
6903
6904 C<eval "/x$\r\n/x"> fails to compile correctly
6905 Branch: perl
6906 !> t/op/pat.t toke.c
6907____________________________________________________________________________
6908[ 10741] By: jhi on 2001/06/20 00:41:05
6909 Log: Retract #10725 (Hugo asked NOT to apply the patch)
6910 Branch: perl
6911 ! t/op/study.t
6912____________________________________________________________________________
6913[ 10740] By: jhi on 2001/06/19 23:58:25
6914 Log: The test.third results were funnily named because of the
6915 new test scheme.
6916 Branch: perl
6917 ! t/TEST
6918____________________________________________________________________________
6919[ 10739] By: gsar on 2001/06/19 23:49:15
6920 Log: C<eval "/x$\r\n/x"> fails to compile correctly
6921 Branch: maint-5.6/perl
6922 ! t/op/pat.t toke.c
6923____________________________________________________________________________
6924[ 10738] By: jhi on 2001/06/19 23:04:15
6925 Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
6926 From: Spider Boardman <spider@Orb.Nashua.NH.US>
6927 Date: Tue, 19 Jun 2001 19:15:40 -0400
6928 Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
6929
6930 The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
6931 because "1e+129" being expected but "1.e+129" being returned.
6932 The culprit (at least in Tru64) is the use of gcvt().
6933 Branch: perl
6934 ! Configure
6935____________________________________________________________________________
6936[ 10737] By: jhi on 2001/06/19 22:56:52
6937 Log: Subject: [PATCH perl@10722] test hunting on VMS
6938 From: "Craig A. Berry" <craigberry@mac.com>
6939 Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
6940 Date: Tue, 19 Jun 2001 18:59:01 -0500
6941 Branch: perl
6942 ! vms/test.com
6943____________________________________________________________________________
6944[ 10736] By: jhi on 2001/06/19 21:32:29
6945 Log: Subject: [PATCH] s/typos//
6946 From: Abhijit Menon-Sen <ams@wiw.org>
6947 Date: Wed, 20 Jun 2001 02:15:02 +0530
6948 Message-ID: <20010620021502.A14541@lustre.linux.in>
6949
6950 Without the op.h s/bearword/bareword/ hunk, see
6951 http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
6952 Branch: perl
6953 ! util.c
6954____________________________________________________________________________
6955[ 10735] By: jhi on 2001/06/19 21:26:43
6956 Log: Metaconfig unit change for #10732 and #10733.
6957 Branch: metaconfig/U/perl
6958 ! fflushall.U
6959____________________________________________________________________________
6960[ 10734] By: jhi on 2001/06/19 21:24:41
6961 Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
6962 From: "Craig A. Berry" <craigberry@mac.com>
6963 Date: Tue, 19 Jun 2001 17:19:48 -0500
6964 Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
6965 Branch: perl
6966 ! configure.com vms/descrip_mms.template
6967____________________________________________________________________________
6968[ 10733] By: jhi on 2001/06/19 19:57:44
6969 Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
6970 From: Spider Boardman <spider@Orb.Nashua.NH.US>
6971 Date: Tue, 19 Jun 2001 16:48:07 -0400
6972 Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
6973
6974 Further fixes to fflush(NULL) detection.
6975 Branch: perl
6976 ! Configure
6977____________________________________________________________________________
6978[ 10732] By: jhi on 2001/06/19 19:38:20
6979 Log: AIX test -s hangs with non-existent files?
6980 (A genuine logic bug in Configure, but AIX also broken?)
6981 Branch: perl
6982 ! Configure
6983____________________________________________________________________________
6984[ 10731] By: jhi on 2001/06/19 19:17:35
6985 Log: AUTHORS updates.
6986 Branch: perl
6987 ! AUTHORS
6988____________________________________________________________________________
6989[ 10730] By: jhi on 2001/06/19 19:03:07
6990 Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
6991 From: Spider Boardman <spider@Orb.Nashua.NH.US>
6992 Date: Tue, 19 Jun 2001 15:33:25 -0400
6993 Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
6994 Branch: perl
6995 ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
6996 ! t/lib/warnings/pp
6997____________________________________________________________________________
6998[ 10729] By: jhi on 2001/06/19 18:34:10
6999 Log: Integrate perlio.
7000 Branch: perl
7001 !> lib/File/Find/find.t win32/distclean.bat
7002____________________________________________________________________________
7003[ 10728] By: nick on 2001/06/19 18:24:53
7004 Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
7005 Branch: perlio
7006 ! lib/File/Find/find.t win32/distclean.bat
7007____________________________________________________________________________
7008[ 10727] By: jhi on 2001/06/19 18:07:31
7009 Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
7010 also add information how to find out whether one has PerlIO.
7011 Branch: perl
7012 ! pod/perlfunc.pod
7013____________________________________________________________________________
7014[ 10726] By: jhi on 2001/06/19 17:59:30
7015 Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
7016 From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
7017 Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
7018 Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
7019 Branch: perl
7020 ! pod/perlfunc.pod
7021____________________________________________________________________________
7022[ 10725] By: jhi on 2001/06/19 17:28:30
7023 Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study
7024 From: Hugo <hv@crypt.compulink.co.uk>
7025 Date: Tue, 19 Jun 2001 12:37:30 +0100
7026 Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
7027 Branch: perl
7028 ! t/op/study.t
7029____________________________________________________________________________
7030[ 10724] By: jhi on 2001/06/19 17:22:20
7031 Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study
7032 From: Hugo <hv@crypt.compulink.co.uk>
7033 Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
7034 Date: Tue, 19 Jun 2001 13:15:17 +0100
7035 Branch: perl
7036 ! util.c
7037____________________________________________________________________________
7038[ 10723] By: nick on 2001/06/19 14:46:15
7039 Log: Integrate mainline
7040 Branch: perlio
7041 +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
7042 +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
7043 +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
7044 +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
7045 +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
7046 +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
7047 - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
7048 - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
7049 - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
7050 - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
7051 - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
7052 - ext/Thread/unsync4.t
7053 !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
7054 !> djgpp/config.over djgpp/fixpmain
7055 !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
7056 !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
7057 !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
7058____________________________________________________________________________
7059[ 10722] By: jhi on 2001/06/19 11:55:30
7060 Log: Update Changes.
7061 Branch: perl
7062 ! Changes patchlevel.h
7063____________________________________________________________________________
63b3d4d8
JH
7064[ 10721] By: jhi on 2001/06/19 11:29:34
7065 Log: The existence shall be MANIFESted.
7066 Branch: perl
7067 ! MANIFEST
7068____________________________________________________________________________
7069[ 10720] By: jhi on 2001/06/19 10:58:09
7070 Log: The old libnet.cfg is first searched from the current directory,
7071 only then from the module path.
7072 Branch: perl
7073 ! utils/libnetcfg.PL
7074____________________________________________________________________________
7075[ 10719] By: jhi on 2001/06/19 10:55:59
7076 Log: NetWare tweaks from Guruprasad.
7077 Branch: perl
7078 ! NetWare/Makefile NetWare/config.wc
7079____________________________________________________________________________
7080[ 10718] By: jhi on 2001/06/19 10:54:22
7081 Log: Subject: [PATCH] djgpp updates
7082 From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
7083 Date: Tue, 19 Jun 2001 10:59:06 +0200
7084 Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
7085 Branch: perl
7086 ! djgpp/config.over djgpp/fixpmain
7087____________________________________________________________________________
7088[ 10717] By: jhi on 2001/06/19 10:53:20
7089 Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
7090 From: Prymmer/Kahn <pvhp@best.com>
7091 Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
7092 Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
7093 Branch: perl
7094 ! win32/Makefile
7095____________________________________________________________________________
7096[ 10716] By: jhi on 2001/06/19 10:52:25
7097 Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
7098 to happen right after the inclusion of <inttypes.h>,
7099 from Edward Moy.
7100 Branch: perl
7101 ! handy.h perl.h
7102____________________________________________________________________________
7103[ 10715] By: jhi on 2001/06/19 10:49:21
7104 Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
7105 From: Doug MacEachern <dougm@covalent.net>
7106 Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
7107 Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
7108 Branch: perl
7109 ! ext/DynaLoader/DynaLoader_pm.PL
7110____________________________________________________________________________
7111[ 10714] By: jhi on 2001/06/19 10:48:19
7112 Log: Revert #10656 for perfomance reasons but leave in the
7113 use of Hv*() macros -- in comments, so that grepping the
7114 source is easier, from Abhijit. (Also add the ENV_HV_NAME speedup
7115 suggested by Sarathy, also by Abhijit.)
7116 Branch: perl
7117 ! hv.c
7118____________________________________________________________________________
7119[ 10713] By: jhi on 2001/06/19 10:46:08
7120 Log: Subject: [patch] .s MakeMaker suffix
7121 From: Doug MacEachern <dougm@covalent.net>
7122 Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
7123 Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
7124 Branch: perl
7125 ! lib/ExtUtils/MM_Unix.pm
7126____________________________________________________________________________
7127[ 10712] By: jhi on 2001/06/19 10:34:35
7128 Log: One test lost in the big shuffle restored.
7129 Branch: perl
7130 + ext/IPC/SysV/ipcsysv.t
7131 ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
7132____________________________________________________________________________
7133[ 10711] By: jhi on 2001/06/19 10:25:46
7134 Log: Rename the old non-standard threads tests so that
7135 they won't be invoked.
7136 Branch: perl
7137 + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
7138 + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
7139 + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
7140 + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
7141 + ext/Thread/unsync.tx ext/Thread/unsync2.tx
7142 + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
7143 - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
7144 - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
7145 - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
7146 - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
7147 - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
7148 - ext/Thread/unsync4.t
7149 ! MANIFEST
7150____________________________________________________________________________
7151[ 10710] By: jhi on 2001/06/19 10:18:41
7152 Log: Integrate perlio.
7153 Branch: perl
7154 !> win32/config_sh.PL
7155____________________________________________________________________________
7156[ 10709] By: nick on 2001/06/19 08:18:18
7157 Log: Integrate mainline
7158 Branch: perlio
7159 +> (branch 40 files)
7160 - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
7161 - lib/strict/subs lib/strict/vars lib/warnings/1global
7162 - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
7163 - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
7164 - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
7165 - lib/warnings/doio lib/warnings/doop lib/warnings/gv
7166 - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
7167 - lib/warnings/op lib/warnings/perl lib/warnings/perlio
7168 - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
7169 - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
7170 - lib/warnings/regexec lib/warnings/run lib/warnings/sv
7171 - lib/warnings/taint lib/warnings/toke lib/warnings/universal
7172 - lib/warnings/utf8 lib/warnings/util
7173 !> (integrate 57 files)
7174____________________________________________________________________________
7175[ 10708] By: nick on 2001/06/19 07:57:10
7176 Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
7177 Branch: perlio
7178 ! win32/config_sh.PL
7179____________________________________________________________________________
7180[ 10707] By: nick on 2001/06/19 07:05:07
7181 Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
7182 Branch: perl
7183 ! perly.c perly.y perly_c.diff vms/perly_c.vms
7184____________________________________________________________________________
7185[ 10706] By: jhi on 2001/06/19 02:58:26
7186 Log: More perl572delta tweaks.
7187 Branch: perl
7188 ! pod/perl572delta.pod
7189____________________________________________________________________________
7190[ 10705] By: jhi on 2001/06/19 01:53:40
7191 Log: Update perl572delta.
7192 Branch: perl
7193 ! pod/perl572delta.pod
7194____________________________________________________________________________
7195[ 10704] By: jhi on 2001/06/19 01:28:40
7196 Log: VOS updates from Paul Green.
7197 Branch: perl
7198 ! vos/Changes vos/build.cm vos/perl.bind
7199____________________________________________________________________________
7200[ 10703] By: jhi on 2001/06/19 01:03:53
7201 Log: Update the vos/config.*.* files.
7202 Branch: perl
7203 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
7204 ! vos/config.ga.h
7205____________________________________________________________________________
7206[ 10702] By: jhi on 2001/06/19 01:03:32
7207 Log: Add a makefile for more painless adding of symbols to the
7208 VOS headers while in UNIX (in VOS the vos/configure_perl.cm
7209 takes care of the adding)
7210 Branch: perl
7211 + vos/Makefile
7212____________________________________________________________________________
7213[ 10701] By: jhi on 2001/06/19 00:51:44
7214 Log: Make libnetcfg by default display the libnet configuration,
7215 -c to change, add -i for old config, document all options,
7216 regen toc.
7217 Branch: perl
7218 ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
7219____________________________________________________________________________
7220[ 10700] By: jhi on 2001/06/18 23:45:12
7221 Log: gcc -Wall sweep.
7222 Branch: perl
7223 ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
7224____________________________________________________________________________
7225[ 10699] By: jhi on 2001/06/18 23:19:53
7226 Log: So there.
7227 Branch: perl
7228 ! universal.c
7229____________________________________________________________________________
7230[ 10698] By: jhi on 2001/06/18 23:10:22
7231 Log: Document the need for sv_printify().
7232
7233 Document that 'use utf8' has been considered.
7234
7235 (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
7236 Branch: perl
7237 ! pod/perltodo.pod universal.c
7238____________________________________________________________________________
7239[ 10697] By: jhi on 2001/06/18 22:50:53
7240 Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
7241 From: Nicholas Clark <nick@ccl4.org>
7242 Date: Mon, 18 Jun 2001 23:29:23 +0100
7243 Message-ID: <20010618232923.I98663@plum.flirble.org>
7244 Branch: perl
7245 ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
7246 ! ext/Sys/Syslog/Makefile.PL
7247____________________________________________________________________________
7248[ 10696] By: jhi on 2001/06/18 22:39:32
7249 Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
7250 From: Scott.L.Miller@Compaq.com
7251 Date: Mon, 18 Jun 2001 10:12:27 -0500
7252 Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
7253 Branch: perl
7254 ! lib/perl5db.pl pod/perldebug.pod
7255____________________________________________________________________________
7256[ 10695] By: jhi on 2001/06/18 22:35:13
7257 Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
7258 From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
7259 Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
7260 Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
7261 Branch: perl
7262 ! lib/Carp/Heavy.pm
7263____________________________________________________________________________
7264[ 10694] By: jhi on 2001/06/18 22:34:06
7265 Log: Subject: [PATCH] Documentation changes for CLONE
7266 From: Artur Bergman <artur@contiller.se>
7267 Date: Mon, 18 Jun 2001 22:06:37 +0200
7268 Message-ID: <B7542BEC.1719%artur@contiller.se>
7269 Branch: perl
7270 ! pod/perlmod.pod pod/perlsub.pod
7271____________________________________________________________________________
7272[ 10693] By: jhi on 2001/06/18 22:31:38
7273 Log: Subject: Re: configure.com
7274 From: "Craig A. Berry" <craigberry@mac.com>
7275 Date: Mon, 18 Jun 2001 16:04:38 -0500
7276 Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
7277 Branch: perl
7278 ! configure.com
7279____________________________________________________________________________
7280[ 10692] By: jhi on 2001/06/18 22:30:43
7281 Log: Subject: PL_nullstash + perl_clone()
7282 From: Doug MacEachern <dougm@covalent.net>
7283 Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
7284 Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
7285 Branch: perl
7286 ! sv.c
7287____________________________________________________________________________
7288[ 10691] By: jhi on 2001/06/18 22:26:20
7289 Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
7290 From: davem@fdgroup.co.uk
7291 Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
7292 Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
7293 Branch: perl
7294 ! embed.pl pod/perlapi.pod
7295____________________________________________________________________________
7296[ 10690] By: jhi on 2001/06/18 22:17:05
7297 Log: More cross-compilation defaults gleaned from -Dcc
7298 if it is CPU-OS-gcc.
7299 Branch: metaconfig
7300 ! U/modified/libc.U
7301 Branch: metaconfig/U/perl
7302 ! Cross.U
7303 Branch: perl
7304 ! Configure INSTALL
7305____________________________________________________________________________
7306[ 10689] By: jhi on 2001/06/18 13:59:47
7307 Log: Update Changes.
7308 Branch: perl
7309 ! Changes patchlevel.h
7310____________________________________________________________________________
d53fedae
JH
7311[ 10688] By: jhi on 2001/06/18 13:44:18
7312 Log: Subject: [PATCH 5.7.1] sv.c documentation
7313 From: davem@fdgroup.co.uk
7314 Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
7315 Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
7316 Branch: perl
7317 ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
7318 ! sv.c sv.h
7319____________________________________________________________________________
7320[ 10687] By: jhi on 2001/06/18 13:38:03
7321 Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
7322 From: "Jon Gunnip" <jongunnip@hotmail.com>
7323 Date: Sun, 17 Jun 2001 18:24:29 -0400
7324 Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
7325 Branch: perl
7326 ! pod/perlvar.pod
7327____________________________________________________________________________
7328[ 10686] By: jhi on 2001/06/18 13:32:13
7329 Log: Move the locale/strict/warnings helper files back
7330 under the t/lib; this way the amount of non-installabled
7331 stuff under lib/ stays smaller.
7332 Branch: perl
7333 + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
7334 + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
7335 + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
7336 + t/lib/warnings/5nolint t/lib/warnings/6default
7337 + t/lib/warnings/7fatal t/lib/warnings/8signal
7338 + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
7339 + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
7340 + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
7341 + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
7342 + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
7343 + t/lib/warnings/pp_sys t/lib/warnings/regcomp
7344 + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
7345 + t/lib/warnings/taint t/lib/warnings/toke
7346 + t/lib/warnings/universal t/lib/warnings/utf8
7347 + t/lib/warnings/util
7348 - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
7349 - lib/strict/subs lib/strict/vars lib/warnings/1global
7350 - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
7351 - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
7352 - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
7353 - lib/warnings/doio lib/warnings/doop lib/warnings/gv
7354 - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
7355 - lib/warnings/op lib/warnings/perl lib/warnings/perlio
7356 - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
7357 - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
7358 - lib/warnings/regexec lib/warnings/run lib/warnings/sv
7359 - lib/warnings/taint lib/warnings/toke lib/warnings/universal
7360 - lib/warnings/utf8 lib/warnings/util
7361 ! MANIFEST installperl lib/locale.t lib/strict.t
7362____________________________________________________________________________
7363[ 10685] By: jhi on 2001/06/18 13:11:49
7364 Log: Split off the pack/unpack code, from Nicholas Clark.
7365 Branch: perl
7366 + pp_pack.c
7367 ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
7368 ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
7369 ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
7370____________________________________________________________________________
7371[ 10684] By: jhi on 2001/06/18 12:25:55
7372 Log: Guard the SysV IPC tests against being invoked in
7373 SysV-IPC-less places.
7374 Branch: perl
7375 ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
7376____________________________________________________________________________
7377[ 10683] By: nick on 2001/06/18 12:24:42
7378 Log: Integrate mainline (new test scheme now ok on Linux).
7379 Branch: perlio
7380 +> lib/warnings.t
7381 !> dump.c sv.c
7382____________________________________________________________________________
7383[ 10682] By: jhi on 2001/06/18 12:20:50
7384 Log: Add the locale.c and numeric.c to the microperl sources.
7385 Branch: perl
7386 ! Makefile.micro win32/Makefile
7387____________________________________________________________________________
7388[ 10681] By: jhi on 2001/06/18 11:57:45
7389 Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
7390 From: Abhijit Menon-Sen <ams@wiw.org>
7391 Date: Mon, 18 Jun 2001 14:23:44 +0530
7392 Message-ID: <20010618142344.A13136@lustre.linux.in>
7393 Branch: perl
7394 ! dump.c
7395____________________________________________________________________________
7396[ 10680] By: jhi on 2001/06/18 11:56:12
7397 Log: Subject: Re: [PATCH] more anonymous stash cleanups
7398 From: Abhijit Menon-Sen <ams@wiw.org>
7399 Date: Mon, 18 Jun 2001 15:50:32 +0530
7400 Message-ID: <20010618155032.A13223@lustre.linux.in>
7401
7402 Plus the comment left in as suggested by NI-S.
7403 Branch: perl
7404 ! sv.c
7405____________________________________________________________________________
7406[ 10679] By: jhi on 2001/06/18 11:49:27
7407 Log: One missed file.
7408 Branch: perl
7409 + lib/warnings.t
7410____________________________________________________________________________
7411[ 10678] By: nick on 2001/06/18 08:05:29
7412 Log: Integrate mainline (part2 - the deletes)
7413 Branch: perlio
7414 - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
7415 - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
7416 - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
7417 - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
7418 - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
7419 - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
7420 - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
7421 - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
7422 - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
7423 - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
7424 - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
7425____________________________________________________________________________
7426[ 10677] By: nick on 2001/06/18 08:04:44
7427 Log: Integrate mainline (part1)
7428 Branch: perlio
7429 +> (branch 376 files)
7430 - (delete 219 files)
7431 !> (integrate 151 files)
7432____________________________________________________________________________
7433[ 10676] By: jhi on 2001/06/18 04:17:15
7434 Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
7435 No doubt I made some mistakes like missed some files or
7436 misnamed some files. The naming rules were more or less:
7437 (1) if the module is from CPAN, follows its ways, be it
7438 t/*.t or test.pl.
7439 (2) otherwise if there are multiple tests for a module
7440 put them in a t/
7441 (3) otherwise if there's only one test put it in Module.t
7442 (4) helper files go to module/ (locale, strict, warnings)
7443 (5) use longer filenames now that we can (but e.g. the
7444 compat-0.6.t and the Text::Balanced test files still
7445 were renamed to be more civil against the 8.3 people)
7446 installperl was updated appropriately not to install the
7447 *.t files or the help files from under lib.
7448
7449 TODO: some helper files still remain under t/ that could
7450 follow their 'masters'. UPDATE: On second thoughts, why
7451 should they. They can continue to live under t/lib, and
7452 in fact the locale/strict/warnings helpers that were moved
7453 could be moved back. This way the amount of non-installable
7454 stuff under lib/ stays smaller.
7455 Branch: perl
7456 + (add 253 files)
7457 - (delete 254 files)
7458 ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
7459____________________________________________________________________________
7460[ 10675] By: jhi on 2001/06/18 03:15:02
7461 Log: The warning no more comes from util.c, it comes from numeric.c.
7462 Branch: perl
7463 ! README.tru64
7464____________________________________________________________________________
7465[ 10674] By: jhi on 2001/06/18 00:56:22
7466 Log: Subject: Re: anyone good at casting spells?
7467 From: Spider Boardman <spider@Orb.Nashua.NH.US>
7468 Date: Sun, 17 Jun 2001 21:21:04 -0400
7469 Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US>
7470 Branch: perl
7471 ! ext/POSIX/POSIX.xs hv.h
7472____________________________________________________________________________
7473[ 10673] By: jhi on 2001/06/17 22:24:53
7474 Log: Protect the (original) thread tests against testing if no 5.005
7475 threads have been configured.
7476 Branch: perl
7477 ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
7478 ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
7479 ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
7480 ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
7481 ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
7482 ! ext/Thread/unsync4.t
7483____________________________________________________________________________
7484[ 10672] By: jhi on 2001/06/17 22:09:28
7485 Log: Try the new test scanning scheme on Text::Abbrev.
7486 Branch: perl
7487 + lib/Text/Abbrev.t
7488 - lib/Text/Abbrev/t/abbrev.t
7489 ! MANIFEST
7490____________________________________________________________________________
7491[ 10671] By: jhi on 2001/06/17 22:07:08
7492 Log: Change the scan policy of the *.t and test.pl files,
7493 now the *.t do not need to live in a t/ directory.
7494 Branch: perl
7495 ! t/TEST t/harness
7496____________________________________________________________________________
7497[ 10670] By: jhi on 2001/06/17 20:32:35
7498 Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
7499 From: Ilmari Karonen <iltzu@sci.fi>
7500 Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
7501 Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
7502 Branch: perl
7503 ! pod/perlfaq7.pod
7504____________________________________________________________________________
7505[ 10669] By: jhi on 2001/06/17 20:30:22
7506 Log: Quench the warnings from Tru64; the HP-UX is still
7507 broken because it really, REALLY, doesn't like the
7508 HvARRAY() being lvalue:
7509
7510 cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
7511 cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
7512 Branch: perl
7513 ! hv.c
7514____________________________________________________________________________
7515[ 10668] By: jhi on 2001/06/17 19:13:24
7516 Log: Integrate change #10667 from maintperl:
7517
7518 change#10449 broke the special-case that makes lexicals inside the
7519 eval"" within DB::DB() visible
7520 Branch: perl
7521 !> op.c
7522____________________________________________________________________________
7523[ 10667] By: gsar on 2001/06/17 19:08:27
7524 Log: change#10449 broke the special-case that makes lexicals inside the
7525 eval"" within DB::DB() visible
7526 Branch: maint-5.6/perl
7527 ! op.c
7528____________________________________________________________________________
7529[ 10666] By: jhi on 2001/06/17 17:50:07
7530 Log: Still spurious output; indent the code a bit.
7531
7532 TODO1: separate the utility functions like MkDir
7533 into a helper script?
7534
7535 TODO2: I see a lot of repetition in the filepath()
7536 and dirpath() calls.
7537 Branch: perl
7538 ! t/lib/filefind.t t/lib/findtaint.t
7539____________________________________________________________________________
7540[ 10665] By: jhi on 2001/06/17 16:59:42
7541 Log: Regen modlib, toc.
7542 Branch: perl
7543 ! pod/perlmodlib.pod pod/perltoc.pod
7544____________________________________________________________________________
7545[ 10664] By: jhi on 2001/06/17 16:55:28
7546 Log: Add libnetcfg to perlutil.
7547 Branch: perl
7548 ! pod/perlutil.pod
7549____________________________________________________________________________
7550[ 10663] By: jhi on 2001/06/17 16:53:29
7551 Log: Initial integration of libnet-1.0703.
7552 The Configure script renamed as libnetcfg, will be
7553 installed along other utilities.
7554 Branch: perl
7555 + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
7556 + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
7557 + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
7558 + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
7559 + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
7560 + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
7561 + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
7562 + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
7563 + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
7564 + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
7565 + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
7566 + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
7567 + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
7568 + utils/libnetcfg.PL
7569 ! MANIFEST utils.lst utils/Makefile
7570____________________________________________________________________________
7571[ 10662] By: jhi on 2001/06/17 15:37:32
7572 Log: Less potentially test-harness-confusing output.
7573 Branch: perl
7574 ! lib/Memoize/t/expire_module_t.t
7575____________________________________________________________________________
7576[ 10661] By: jhi on 2001/06/17 15:31:04
7577 Log: The final print annoys make test.
7578 Branch: perl
7579 ! t/lib/filefind.t t/lib/findtaint.t
7580____________________________________________________________________________
7581[ 10660] By: jhi on 2001/06/17 14:00:21
7582 Log: Add an option for handling dangling symbolic links.
7583 Branch: perl
7584 ! lib/File/Find.pm t/lib/filefind.t
7585____________________________________________________________________________
7586[ 10659] By: jhi on 2001/06/17 13:45:48
7587 Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS etc.
7588 From: Thomas Wegner <wegner_thomas@yahoo.com>
7589 Date: Sun, 17 Jun 2001 14:43:11 +0200
7590 Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
7591 Branch: perl
7592 + t/lib/findtaint.t
7593 ! MANIFEST lib/File/Find.pm t/lib/filefind.t
7594____________________________________________________________________________
7595[ 10658] By: jhi on 2001/06/17 13:13:25
7596 Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
7597 From: Jonathan Stowe <gellyfish@gellyfish.com>
7598 Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
7599 Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
7600 Branch: perl
7601 ! lib/ExtUtils/MM_Unix.pm
7602____________________________________________________________________________
7603[ 10657] By: jhi on 2001/06/17 13:12:25
7604 Log: Subject: [PATCH] more anonymous stash cleanups
7605 From: Abhijit Menon-Sen <ams@wiw.org>
7606 Date: Sun, 17 Jun 2001 11:44:06 +0530
7607 Message-ID: <20010617114406.A25203@lustre.linux.in>
7608 Branch: perl
7609 ! op.c
7610____________________________________________________________________________
7611[ 10656] By: jhi on 2001/06/17 13:11:11
7612 Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
7613 From: Abhijit Menon-Sen <ams@wiw.org>
7614 Date: Sun, 17 Jun 2001 08:02:59 +0530
7615 Message-ID: <20010617080259.A28776@lustre.linux.in>
7616
7617 Subject: [PATCH #2/7] xhv_eiter
7618 From: Abhijit Menon-Sen <ams@wiw.org>
7619 Date: Sun, 17 Jun 2001 08:13:18 +0530
7620 Message-ID: <20010617081318.B28776@lustre.linux.in>
7621
7622 Subject: [PATCH #3/7] xhv_fill
7623 From: Abhijit Menon-Sen <ams@wiw.org>
7624 Date: Sun, 17 Jun 2001 08:25:16 +0530
7625 Message-ID: <20010617082516.C28776@lustre.linux.in>
7626
7627 Subject: [PATCH #4/7] xhv_keys
7628 From: Abhijit Menon-Sen <ams@wiw.org>
7629 Date: Sun, 17 Jun 2001 08:36:17 +0530
7630 Message-ID: <20010617083617.D28776@lustre.linux.in>
7631
7632 Subject: [PATCH #5/7] xhv_max
7633 From: Abhijit Menon-Sen <ams@wiw.org>
7634 Date: Sun, 17 Jun 2001 08:39:48 +0530
7635 Message-ID: <20010617083948.E28776@lustre.linux.in>
7636
7637 Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
7638 From: Abhijit Menon-Sen <ams@wiw.org>
7639 Date: Sun, 17 Jun 2001 08:51:11 +0530
7640 Message-ID: <20010617085111.F28776@lustre.linux.in>
7641 Branch: perl
7642 ! hv.c
7643____________________________________________________________________________
7644[ 10655] By: jhi on 2001/06/16 23:32:03
7645 Log: Update Changes.
7646 Branch: perl
7647 ! Changes patchlevel.h
7648____________________________________________________________________________
f66cedcd
JH
7649[ 10654] By: jhi on 2001/06/16 23:18:37
7650 Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
7651 From: Abhijit Menon-Sen <ams@wiw.org>
7652 Date: Sat, 16 Jun 2001 07:41:19 +0530
7653 Message-ID: <20010616074119.A24720@lustre.linux.in>
7654 Branch: perl
7655 ! hv.c perl.c vms/vmsish.h win32/win32.h
7656____________________________________________________________________________
7657[ 10653] By: jhi on 2001/06/16 23:15:11
7658 Log: Document tests failing when threaded, since we now have more.
7659 Branch: perl
7660 ! pod/perl572delta.pod
7661____________________________________________________________________________
7662[ 10652] By: jhi on 2001/06/16 23:12:19
7663 Log: -Wall cleanup.
7664 Branch: perl
7665 ! ext/Thread/Thread.xs
7666____________________________________________________________________________
7667[ 10651] By: jhi on 2001/06/16 23:06:55
7668 Log: pthread_attr_setstacksize() isn't absolutely necessary
7669 to call, only iff THREAD_CREATE_NEEDS_STACK.
7670 Branch: perl
7671 ! ext/Thread/Thread.xs
7672____________________________________________________________________________
7673[ 10650] By: jhi on 2001/06/16 22:58:48
7674 Log: -Wall strays.
7675 Branch: perl
7676 ! perl.c util.c
7677____________________________________________________________________________
7678[ 10649] By: jhi on 2001/06/16 22:47:40
7679 Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
7680 (and INT64_MIN) brokenness.
7681 Branch: perl
7682 ! hints/darwin.sh perl.h
7683____________________________________________________________________________
7684[ 10648] By: jhi on 2001/06/16 22:27:48
7685 Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
7686 From: Nicholas Clark <nick@ccl4.org>
7687 Date: Sun, 17 Jun 2001 00:16:05 +0100
7688 Message-ID: <20010617001605.V98663@plum.flirble.org>
7689 Branch: perl
7690 ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
7691 ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
7692 ! lib/ExtUtils/Constant.pm t/lib/extutils.t
7693____________________________________________________________________________
7694[ 10647] By: jhi on 2001/06/16 22:24:47
7695 Log: Add perlnetware to docs; regen toc; supply skeleton
7696 docs for some Memoize submodules.
7697 Branch: perl
7698 ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
7699 ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
7700 ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
7701 ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
7702 ! win32/Makefile win32/makefile.mk
7703____________________________________________________________________________
7704[ 10646] By: jhi on 2001/06/16 22:06:52
7705 Log: pod cleanup.
7706 Branch: perl
7707 ! README.netware
7708____________________________________________________________________________
7709[ 10645] By: jhi on 2001/06/16 21:47:00
7710 Log: Integrate Memoize 0.64. Few tweaks were required in
7711 the test scripts. Note that the speed and expire*
7712 tests take several dozen seconds to run.
7713 Branch: perl
7714 + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
7715 + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
7716 + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
7717 + lib/Memoize/README lib/Memoize/SDBM_File.pm
7718 + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
7719 + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
7720 + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
7721 + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
7722 + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
7723 + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
7724 + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
7725 + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
7726 + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
7727 + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
7728 ! MANIFEST t/lib/1_compile.t
7729____________________________________________________________________________
7730[ 10644] By: jhi on 2001/06/16 20:35:49
7731 Log: Document the cross-compilation options.
7732 Branch: perl
7733 ! Cross/README INSTALL
7734____________________________________________________________________________
7735[ 10643] By: jhi on 2001/06/16 19:46:38
7736 Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
7737 Branch: perl
7738 + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
7739 + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
7740 + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
7741 + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
7742 + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
7743 + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
7744 + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
7745 + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
7746 + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
7747 + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
7748 + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
7749 + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
7750 + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
7751 + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
7752 + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
7753 + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
7754 + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
7755 + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
7756 + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
7757 + lib/ExtUtils/MM_NW5.pm
7758 ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
7759 ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
7760 ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
7761 ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
7762 ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
7763 ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
7764 ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
7765 ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
7766 ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
7767 ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
7768 ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
7769 ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
7770 ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
7771 ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
7772 ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
7773 ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
7774 ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
7775 ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
7776 ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
7777 ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
7778 ! util.h x2p/a2py.c
7779____________________________________________________________________________
7780[ 10642] By: jhi on 2001/06/16 19:16:04
7781 Log: Resort MANIFEST.
7782 Branch: perl
7783 ! MANIFEST
7784____________________________________________________________________________
7785[ 10641] By: jhi on 2001/06/16 18:52:26
7786 Log: Integrate perlio.
7787 Branch: perl
7788 +> win32/win32io.c
7789 !> MANIFEST perlio.c perliol.h win32/makefile.mk
7790____________________________________________________________________________
7791[ 10640] By: nick on 2001/06/16 18:38:31
7792 Log: Disable :win32 layer as default till I get it working
7793 Branch: perlio
7794 ! MANIFEST perlio.c
7795____________________________________________________________________________
7796[ 10639] By: jhi on 2001/06/16 18:35:46
7797 Log: Try the new scheme by moving the Text::Abbrev test
7798 to a new place under lib.
7799 Branch: perl
7800 + lib/Text/Abbrev/t/abbrev.t
7801 - t/lib/abbrev.t
7802 ! MANIFEST
7803____________________________________________________________________________
7804[ 10638] By: jhi on 2001/06/16 18:34:30
7805 Log: Make the code even more dynamical so that testname
7806 suffix length can change.
7807 Branch: perl
7808 ! lib/Test/Harness.pm t/TEST
7809____________________________________________________________________________
7810[ 10637] By: jhi on 2001/06/16 18:16:28
7811 Log: Allow for deeper t/ and also a single test.pl.
7812 Branch: perl
7813 ! t/TEST t/harness
7814____________________________________________________________________________
7815[ 10636] By: jhi on 2001/06/16 18:13:59
7816 Log: #define fix from Nicholas Clark.
7817 Branch: perl
7818 ! ext/POSIX/POSIX.xs
7819____________________________________________________________________________
7820[ 10635] By: jhi on 2001/06/16 17:50:43
7821 Log: Initialization is nice.
7822 Branch: perl
7823 ! lib/Test/Harness.pm
7824____________________________________________________________________________
7825[ 10634] By: jhi on 2001/06/16 17:38:53
7826 Log: Make t/TEST and t/harness to test also the t/ tests
7827 under the main lib/ and ext/ directories. Fix Test::Harness
7828 to dynamically change the width of its "foo/bar....ok" output.
7829 Branch: perl
7830 ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
7831____________________________________________________________________________
7832[ 10633] By: jhi on 2001/06/16 16:58:57
7833 Log: Subject: [PATCH] Re: perl@10611
7834 From: Nicholas Clark <nick@ccl4.org>
7835 Date: Sat, 16 Jun 2001 16:52:47 +0100
7836 Message-ID: <20010616165247.O98663@plum.flirble.org>
7837
7838 The .xs parts, too.
7839 Branch: perl
7840 ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
7841 ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
7842____________________________________________________________________________
7843[ 10632] By: nick on 2001/06/16 16:44:35
7844 Log: Work-in-progress win32 layer semi-functional, checking
7845 for UNIX breakage.
7846 Branch: perlio
7847 ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
7848____________________________________________________________________________
7849[ 10631] By: jhi on 2001/06/16 16:40:30
7850 Log: Subject: [PATCH] Re: perl@10611
7851 From: Nicholas Clark <nick@ccl4.org>
7852 Date: Sat, 16 Jun 2001 16:52:47 +0100
7853 Message-ID: <20010616165247.O98663@plum.flirble.org>
7854 Branch: perl
7855 ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
7856 ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
7857 ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
7858 ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
7859 ! lib/ExtUtils/Constant.pm
7860____________________________________________________________________________
7861[ 10630] By: jhi on 2001/06/16 15:11:38
7862 Log: Metaconfig unit change for #10629.
7863 Branch: metaconfig
7864 ! U/modified/Finish.U
7865____________________________________________________________________________
7866[ 10629] By: jhi on 2001/06/16 15:11:10
7867 Log: The extraction changed directories.
7868 Branch: perl
7869 ! Configure
7870____________________________________________________________________________
7871[ 10628] By: jhi on 2001/06/16 14:59:38
7872 Log: Math::BigInt 1.35 from Tels.
7873 Branch: perl
7874 + t/lib/mbimbf.t
7875 ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
7876 ! t/lib/bigfltpm.t t/lib/bigintpm.t
7877____________________________________________________________________________
7878[ 10627] By: nick on 2001/06/16 14:54:52
7879 Log: Work in progress UNIX-side edit of win32 PerLIO layer
7880 Branch: perlio
7881 + win32/win32io.c
7882 ! perlio.c win32/makefile.mk
7883____________________________________________________________________________
7884[ 10626] By: jhi on 2001/06/16 14:01:50
7885 Log: Subject: [PATCH 5.6.1] os2/diff-configure
7886 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7887 Date: Fri, 15 Jun 2001 01:19:36 -0400
7888 Message-ID: <20010615011936.A26982@math.ohio-state.edu>
7889
7890 Empty all of it because I think #10624 made even the
7891 last patch hunk unnecessary.
7892 Branch: perl
7893 ! os2/diff.configure
7894____________________________________________________________________________
7895[ 10625] By: jhi on 2001/06/16 13:58:34
7896 Log: Metaconfig unit change for 10624.
7897 Branch: metaconfig
7898 ! U/modified/libc.U
7899 Branch: perl
7900 ! config_h.SH
7901____________________________________________________________________________
7902[ 10624] By: jhi on 2001/06/16 13:58:13
7903 Log: Move the initialization of libnames to the beginning so
7904 that can one 'seed' it (as OS/2 does.)
7905 Branch: perl
7906 ! Configure
7907____________________________________________________________________________
7908[ 10623] By: jhi on 2001/06/16 13:47:54
7909 Log: Subject: [PATCH 5.6.1] OS2::DLL patch
7910 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7911 Date: Fri, 15 Jun 2001 19:10:57 -0400
7912 Message-ID: <20010615191057.A8050@math.ohio-state.edu>
7913 Branch: perl
7914 ! os2/OS2/REXX/DLL/DLL.pm
7915____________________________________________________________________________
7916[ 10622] By: jhi on 2001/06/16 13:29:42
7917 Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring
7918 From: "Craig A. Berry" <craigberry@mac.com>
7919 Date: Fri, 15 Jun 2001 17:00:03 -0500
7920 Message-Id: <a05101007b750342599be@[172.16.52.1]>
7921 Branch: perl
7922 ! vms/descrip_mms.template
7923____________________________________________________________________________
7924[ 10621] By: jhi on 2001/06/16 13:28:37
7925 Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
7926 From: "Craig A. Berry" <craigberry@mac.com>
7927 Date: Fri, 15 Jun 2001 18:39:42 -0500
7928 Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
7929 Branch: perl
7930 ! lib/File/Spec/VMS.pm t/lib/extutils.t
7931____________________________________________________________________________
7932[ 10620] By: jhi on 2001/06/16 13:25:06
7933 Log: Integrate perlio.
7934 Branch: perl
7935 !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
7936 !> t/io/utf8.t t/lib/io_scalar.t
7937____________________________________________________________________________
7938[ 10619] By: nick on 2001/06/15 21:05:19
7939 Log: Generated files
7940 Branch: perlio
7941 ! embed.h proto.h
7942____________________________________________________________________________
7943[ 10618] By: nick on 2001/06/15 20:27:42
7944 Log: Fix open.pm to work via XS-implemented method calls rather
7945 than *open::layers variables which caused all the HV/AV hassle.
7946 Branch: perlio
7947 ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
7948 ! t/lib/io_scalar.t
7949____________________________________________________________________________
7950[ 10617] By: jhi on 2001/06/15 18:50:53
7951 Log: Integrate perlio.
7952 Branch: perl
7953 !> lib/ExtUtils/Constant.pm
7954____________________________________________________________________________
7955[ 10616] By: nick on 2001/06/15 18:46:47
7956 Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
7957 Branch: perlio
7958 ! lib/ExtUtils/Constant.pm
7959____________________________________________________________________________
7960[ 10615] By: jhi on 2001/06/15 18:36:43
7961 Log: Integrate perlio.
7962 Branch: perl
7963 !> ext/Socket/Socket.xs
7964____________________________________________________________________________
7965[ 10614] By: nick on 2001/06/15 18:33:37
7966 Log: MULTIPLICITY fix for Socket.xs
7967 Branch: perlio
7968 ! ext/Socket/Socket.xs
7969____________________________________________________________________________
7970[ 10613] By: jhi on 2001/06/15 16:34:06
7971 Log: Subject: Re: perl@10611
7972 From: Doug MacEachern <dougm@covalent.net>
7973 Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
7974 Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
7975 Branch: perl
7976 ! ext/Socket/Socket.xs
7977____________________________________________________________________________
7978[ 10612] By: nick on 2001/06/15 16:14:38
7979 Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
7980 Branch: perlio
7981 !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
7982 !> ext/Socket/Socket.pm ext/Socket/Socket.xs
7983 !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
7984 !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
7985 !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
7986 !> utils/h2ph.PL
7987____________________________________________________________________________
7988[ 10611] By: jhi on 2001/06/15 14:29:04
7989 Log: Update Changes.
7990 Branch: perl
7991 ! Changes patchlevel.h
7992____________________________________________________________________________
377d47e7
JH
7993[ 10610] By: jhi on 2001/06/15 14:20:33
7994 Log: Upping the test count.
7995 Branch: perl
7996 ! t/lib/filefind.t
7997____________________________________________________________________________
7998[ 10609] By: jhi on 2001/06/15 14:13:29
7999 Log: Integrate perlio.
8000 Branch: perl
8001 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
8002____________________________________________________________________________
8003[ 10608] By: jhi on 2001/06/15 14:12:31
8004 Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
8005 From: andreas.koenig@anima.de (Andreas J. Koenig)
8006 Date: 15 Jun 2001 13:30:39 +0200
8007 Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
8008
8009 Record the grim history.
8010 Branch: perl
8011 ! lib/File/Find.pm
8012____________________________________________________________________________
8013[ 10607] By: jhi on 2001/06/15 14:08:19
8014 Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
8015 From: Brian McCauley <nobull@mail.com>
8016 Date: 15 Jun 2001 07:51:26 +0100
8017 Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
8018 Branch: perl
8019 ! lib/File/Find.pm t/lib/filefind.t
8020____________________________________________________________________________
8021[ 10606] By: nick on 2001/06/15 14:00:08
8022 Log: regen_config_h for Win32.
8023 Branch: perlio
8024 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
8025____________________________________________________________________________
8026[ 10605] By: jhi on 2001/06/15 13:49:55
8027 Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
8028 From: Peter Prymmer <pvhp@forte.com>
8029 Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
8030 Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
8031 Branch: perl
8032 ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
8033____________________________________________________________________________
8034[ 10604] By: jhi on 2001/06/15 13:45:03
8035 Log: Some filesystems require writability for rename/unlink.
8036 Branch: perl
8037 ! opcode.pl
8038____________________________________________________________________________
8039[ 10603] By: jhi on 2001/06/15 13:41:34
8040 Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report
8041 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8042 Date: Fri, 15 Jun 2001 12:08:53 +0200
8043 Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
8044 Branch: perl
8045 ! perlio.c
8046____________________________________________________________________________
8047[ 10602] By: jhi on 2001/06/15 13:27:04
8048 Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
8049 From: Mike Guy <mjtg@cam.ac.uk>
8050 Date: Fri, 15 Jun 2001 14:11:49 +0100
8051 Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
8052 Branch: perl
8053 ! opcode.pl
8054____________________________________________________________________________
8055[ 10601] By: jhi on 2001/06/15 13:21:18
8056 Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
8057 From: Nicholas Clark <nick@ccl4.org>
8058 Date: Thu, 14 Jun 2001 23:52:56 +0100
8059 Message-ID: <20010614235256.G98663@plum.flirble.org>
8060 Branch: perl
8061 ! ext/Socket/Socket.pm ext/Socket/Socket.xs
8062 ! lib/ExtUtils/Constant.pm t/lib/extutils.t
8063____________________________________________________________________________
8064[ 10600] By: jhi on 2001/06/15 13:16:56
8065 Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
8066 From: Russ Allbery <rra@stanford.edu>
8067 Date: 14 Jun 2001 13:24:43 -0700
8068 Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
8069 Branch: perl
8070 ! ext/GDBM_File/GDBM_File.pm
8071____________________________________________________________________________
8072[ 10599] By: jhi on 2001/06/15 13:15:26
8073 Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
8074 From: Nicholas Clark <nick@ccl4.org>
8075 Date: Thu, 14 Jun 2001 20:37:47 +0100
8076 Message-ID: <20010614203747.F98663@plum.flirble.org>
8077 Branch: perl
8078 ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
8079 ! t/lib/gdbm.t
8080____________________________________________________________________________
8081[ 10598] By: jhi on 2001/06/15 13:13:13
8082 Log: Integrate perlio.
8083 Branch: perl
8084 !> makedef.pl sv.c
8085____________________________________________________________________________
8086[ 10597] By: nick on 2001/06/15 11:08:13
8087 Log: Check that HVs with HvNAME() != NULL are really stashes before
8088 treating them as such. Also be more defensive on the GvCV.
8089 Win32 fork and dprof now working again.
8090 Branch: perlio
8091 ! sv.c
8092____________________________________________________________________________
8093[ 10596] By: nick on 2001/06/15 10:11:20
8094 Log: Integrate mainline.
8095 Branch: perlio
8096 +> Cross/README
8097 !> Configure Makefile.SH Porting/Glossary Porting/config.sh
8098 !> Porting/config_H config_h.SH configure.com epoc/config.sh
8099 !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
8100 !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
8101 !> vos/config.ga.h win32/config.bc win32/config.gc
8102 !> win32/config.vc win32/config_H.bc win32/config_H.gc
8103 !> win32/config_H.vc
8104____________________________________________________________________________
8105[ 10595] By: nick on 2001/06/15 09:37:17
8106 Log: Skip Perl_my_bcopy in .def file as we do not provide it.
8107 - Win32 (VC++) now builds but fails:
8108 filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
8109 fork.t - No &___ENV_HV_NAME___::CLONE method ???
8110 write.t - open(...,"|-") not implemented on Win32
8111 Branch: perlio
8112 ! makedef.pl
8113____________________________________________________________________________
8114[ 10594] By: jhi on 2001/06/15 00:17:16
8115 Log: Integrate perlio.
8116 Branch: perl
8117 !> perlio.c win32/makefile.mk
8118____________________________________________________________________________
8119[ 10593] By: jhi on 2001/06/15 00:16:44
8120 Log: Metaconfig unit changes for #10592.
8121 Branch: metaconfig
8122 + U/modified/i_varhdr.U U/modified/startsh.U
8123 - U/a_dvisory/crosscompile.U U/target/Target.U
8124 ! U/a_dvisory/intsize.U U/compline/alignbytes.U
8125 ! U/compline/bitpbyte.U U/compline/byteorder.U
8126 ! U/compline/ccflags.U U/compline/charsize.U
8127 ! U/compline/d_casti32.U U/compline/d_castneg.U
8128 ! U/compline/d_closedir.U U/compline/d_fd_set.U
8129 ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
8130 ! U/compline/d_keepsig.U U/compline/d_open3.U
8131 ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
8132 ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
8133 ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
8134 ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
8135 ! U/compline/doublesize.U U/compline/floatsize.U
8136 ! U/compline/nblock_io.U U/compline/orderlib.U
8137 ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
8138 ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
8139 ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
8140 ! U/modified/d_longlong.U U/modified/d_setpgrp.U
8141 ! U/modified/d_strtoul.U U/modified/d_union_semun.U
8142 ! U/modified/spitshell.U U/threads/archname.U
8143 ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
8144 ! U/typedefs/gidsize.U U/typedefs/lseektype.U
8145 ! U/typedefs/pidsign.U U/typedefs/pidsize.U
8146 ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
8147 ! U/typedefs/uidsign.U U/typedefs/uidsize.U
8148 Branch: metaconfig/U/perl
8149 + Cross.U
8150 ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
8151 ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
8152 ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
8153 ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
8154 ! stdio_streams.U uselfs.U
8155____________________________________________________________________________
8156[ 10592] By: jhi on 2001/06/15 00:15:52
8157 Log: The first steps towards cross-compilation.
8158
8159 Abstract execution of compiled test executables with $run,
8160 and abstract transfer of files with $to and $from.
8161
8162 Under cross-compilation the $run, $to, and $from will point
8163 to appropriate wrapper scripts, by default ssh and scp,
8164 but also rsh, rcp, and cp are supported. If not
8165 cross-compiling, they will be set to '', ':', and ':',
8166 respectively.
8167
8168 With these patches I was able to get Configure for
8169 iPAQ ARM Linux on an Intel Linux about 95% right
8170 (only a few tests failed to execute or they produced
8171 incorrect results), and I was able to compile
8172 a functional miniperl.
8173
8174 The symbol crosscompile renamed to be usecrosscompile,
8175 the corresponding C symbol from CROSSCOMPILE to
8176 USE_CROSS_COMPILE.
8177 Branch: perl
8178 ! Configure Cross/README Makefile.SH Porting/Glossary
8179 ! Porting/config.sh Porting/config_H config_h.SH configure.com
8180 ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
8181 ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
8182 ! vos/config.ga.def vos/config.ga.h win32/config.bc
8183 ! win32/config.gc win32/config.vc win32/config_H.bc
8184 ! win32/config_H.gc win32/config_H.vc
8185____________________________________________________________________________
8186[ 10591] By: nick on 2001/06/14 20:00:12
8187 Log: Steps along the road toward Win32 building again.
8188 Branch: perlio
8189 ! perlio.c win32/makefile.mk
8190____________________________________________________________________________
8191[ 10590] By: jhi on 2001/06/14 16:11:11
8192 Log: Integrate perlio.
8193 Branch: perl
8194 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
8195____________________________________________________________________________
8196[ 10589] By: nick on 2001/06/14 13:54:07
8197 Log: Routine regen_config_h for Win32
8198 Branch: perlio
8199 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
8200____________________________________________________________________________
8201[ 10588] By: jhi on 2001/06/14 12:30:46
8202 Log: Integrate perlio.
8203 Branch: perl
8204 +> perlyline.pl
8205 !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
8206____________________________________________________________________________
8207[ 10587] By: jhi on 2001/06/14 12:23:24
8208 Log: A placeholder.
8209 Branch: perl
8210 + Cross/README
8211____________________________________________________________________________
8212[ 10586] By: nick on 2001/06/14 08:25:07
8213 Log: Add new step to run_byacc which:
8214 A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
8215 B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
8216 Branch: perlio
8217 + perlyline.pl
8218 ! MANIFEST Makefile.SH perly.c
8219____________________________________________________________________________
8220[ 10585] By: nick on 2001/06/14 08:22:29
8221 Log: Integrate mainline
8222 Branch: perlio
8223 +> locale.c numeric.c
8224 !> Changes cygwin/Makefile.SHs embed.h embed.pl
8225 !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
8226 !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
8227 !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
8228 !> x2p/Makefile.SH
8229____________________________________________________________________________
8230[ 10584] By: nick on 2001/06/14 08:05:53
8231 Log: Hack to remove insecure directories from PATH so test will run.
8232 Branch: perlio
8233 ! t/lib/filefind.t
8234____________________________________________________________________________
8235[ 10583] By: jhi on 2001/06/14 03:11:16
8236 Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
8237 Branch: perl
8238 - t/lib/mbimbf.t
8239 ! MANIFEST
8240____________________________________________________________________________
8241[ 10582] By: jhi on 2001/06/14 03:04:51
8242 Log: Detypo.
8243 Branch: perl
8244 ! x2p/Makefile.SH
8245____________________________________________________________________________
8246[ 10581] By: jhi on 2001/06/14 03:03:14
8247 Log: de-$CONFIG continues.
8248 Branch: perl
8249 ! cygwin/Makefile.SHs x2p/Makefile.SH
8250____________________________________________________________________________
8251[ 10580] By: jhi on 2001/06/13 23:56:59
8252 Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
8253 From: Nicholas Clark <nick@ccl4.org>
8254 Date: Wed, 13 Jun 2001 21:20:13 +0100
8255 Message-ID: <20010613212013.D98663@plum.flirble.org>
8256 Branch: perl
8257 ! opcode.pl
8258____________________________________________________________________________
8259[ 10579] By: jhi on 2001/06/13 23:55:29
8260 Log: Subject: splitting util.c
8261 From: Hugo <hv@crypt.compulink.co.uk>
8262 Date: Thu, 14 Jun 2001 00:41:08 +0100
8263 Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
8264 Branch: perl
8265 + locale.c numeric.c
8266 ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
8267 ! pod/perlapi.pod proto.h util.c
8268____________________________________________________________________________
8269[ 10578] By: jhi on 2001/06/13 23:45:11
8270 Log: Upgrade to Math::BigInt 1.34 from Tels.
8271 Branch: perl
8272 + t/lib/mbimbf.t
8273 ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
8274 ! t/lib/bigfltpm.t t/lib/bigintpm.t
8275____________________________________________________________________________
8276[ 10577] By: nick on 2001/06/13 19:02:48
8277 Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
8278 Branch: perlio
8279 !> (integrate 125 files)
8280____________________________________________________________________________
8281[ 10576] By: jhi on 2001/06/13 18:10:01
8282 Log: Update Changes.
8283 Branch: perl
8284 ! Changes patchlevel.h
8285____________________________________________________________________________
76e502b4
JH
8286[ 10575] By: jhi on 2001/06/13 18:05:09
8287 Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
8288 From: "Craig A. Berry" <craigberry@mac.com>
8289 Date: Wed, 13 Jun 2001 13:24:28 -0500
8290 Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
8291 Branch: perl
8292 ! ext/re/Makefile.PL
8293____________________________________________________________________________
8294[ 10574] By: jhi on 2001/06/13 17:34:36
8295 Log: Mc.u.c. for #10573.
8296 Branch: metaconfig
8297 ! U/threads/usethreads.U
8298____________________________________________________________________________
8299[ 10573] By: jhi on 2001/06/13 17:34:00
8300 Log: It would be also be good if I could type.
8301 Branch: perl
8302 ! Configure
8303____________________________________________________________________________
8304[ 10572] By: jhi on 2001/06/13 17:26:29
8305 Log: Metaconfig unit change for #10571.
8306 Branch: metaconfig
8307 ! U/threads/usethreads.U
8308____________________________________________________________________________
8309[ 10571] By: jhi on 2001/06/13 17:26:05
8310 Log: A non-empty default is a good thing.
8311 Branch: perl
8312 ! Configure
8313____________________________________________________________________________
8314[ 10570] By: jhi on 2001/06/13 17:15:16
8315 Log: Metaconfig unit change for #10569.
8316 Branch: metaconfig
8317 ! U/threads/usethreads.U
8318____________________________________________________________________________
8319[ 10569] By: jhi on 2001/06/13 17:14:17
8320 Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
8321 extremely experimental, not even prompted for.
8322 Branch: perl
8323 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8324 ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
8325 ! uconfig.sh vos/config.alpha.def vos/config.ga.def
8326 ! win32/config.bc win32/config.gc win32/config.vc
8327____________________________________________________________________________
8328[ 10568] By: jhi on 2001/06/13 16:22:27
8329 Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
8330 Branch: perl
8331 ! pod/perlfaq6.pod
8332____________________________________________________________________________
8333[ 10567] By: jhi on 2001/06/13 16:20:23
8334 Log: Integrate perlio; conflicts, accept Nick's versions.
8335 Branch: perl
8336 !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
8337 !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
8338____________________________________________________________________________
8339[ 10566] By: jhi on 2001/06/13 16:17:42
8340 Log: Subject: Re: ext/ + -Wall
8341 From: Doug MacEachern <dougm@covalent.net>
8342 Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
8343 Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
8344 Branch: perl
8345 ! XSUB.h lib/ExtUtils/xsubpp perl.h
8346____________________________________________________________________________
8347[ 10565] By: jhi on 2001/06/13 16:16:07
8348 Log: Similar logic as DB_File.xs, using the modern macros and
8349 defines them to older ones for older Perls where PERL_VERSION
8350 is not defined, from Doug MacEachern.
8351 Branch: perl
8352 ! ext/Storable/Storable.xs
8353____________________________________________________________________________
8354[ 10564] By: nick on 2001/06/13 15:22:01
8355 Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
8356 and using that instead (name lookups are sequential search for now).
8357 Branch: perlio
8358 ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
8359 ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
8360____________________________________________________________________________
8361[ 10563] By: jhi on 2001/06/13 14:07:43
8362 Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
8363 From: "Richard Soderberg" <rs@crystalflame.net>
8364 Date: Sat, 26 May 2001 06:44:20 -0700
8365 Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
8366 Branch: perl
8367 ! sv.c t/op/glob.t
8368____________________________________________________________________________
8369[ 10562] By: jhi on 2001/06/13 13:55:10
8370 Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
8371 From: "Craig A. Berry" <craigberry@mac.com>
8372 Date: Tue, 12 Jun 2001 23:55:26 -0500
8373 Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
8374 Branch: perl
8375 ! ext/re/Makefile.PL ext/re/re.xs
8376____________________________________________________________________________
8377[ 10561] By: jhi on 2001/06/13 13:44:58
8378 Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
8379 suggested by NI-S.
8380 Branch: perl
8381 ! XSUB.h malloc.c perl.h
8382____________________________________________________________________________
8383[ 10560] By: jhi on 2001/06/13 13:35:42
8384 Log: Regen toc.
8385 Branch: perl
8386 ! pod/perltoc.pod
8387____________________________________________________________________________
8388[ 10559] By: jhi on 2001/06/13 12:53:18
8389 Log: Subject: [patch] perl.gprof control
8390 From: Doug MacEachern <dougm@covalent.net>
8391 Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
8392 Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
8393 Branch: perl
8394 ! miniperlmain.c perl.h
8395____________________________________________________________________________
8396[ 10558] By: jhi on 2001/06/13 12:51:47
8397 Log: Subject: Re: ext/ + -Wall
8398 From: Doug MacEachern <dougm@covalent.net>
8399 Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
8400 Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
8401
8402 Document ax and break up dXSARGS.
8403 Branch: perl
8404 ! XSUB.h pod/perlapi.pod
8405____________________________________________________________________________
8406[ 10557] By: jhi on 2001/06/13 12:39:55
8407 Log: More AIX tweakage from Merijn.
8408 Branch: perl
8409 ! hints/aix.sh
8410____________________________________________________________________________
8411[ 10556] By: jhi on 2001/06/13 03:26:58
8412 Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
8413 From: "Craig A. Berry" <craigberry@mac.com>
8414 Date: Tue, 12 Jun 2001 22:57:45 -0500
8415 Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
8416 Branch: perl
8417 ! vms/descrip_mms.template
8418____________________________________________________________________________
8419[ 10555] By: jhi on 2001/06/13 02:50:43
8420 Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
8421 From: "Craig A. Berry" <craigberry@mac.com>
8422 Date: Tue, 12 Jun 2001 22:21:39 -0500
8423 Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
8424 Branch: perl
8425 ! configure.com util.c
8426____________________________________________________________________________
8427[ 10554] By: jhi on 2001/06/13 02:23:16
8428 Log: New AIX dynaloading code from Jens-Uwe Mager.
8429 Does break binary compatibility.
8430 Branch: perl
8431 ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
8432____________________________________________________________________________
8433[ 10553] By: jhi on 2001/06/13 02:10:16
8434 Log: VMS DEC C compiler found nits by Peter Prymmer.
8435 Branch: perl
8436 ! util.c
8437____________________________________________________________________________
8438[ 10552] By: jhi on 2001/06/13 01:36:12
8439 Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
8440 From: Peter Prymmer <pvhp@forte.com>
8441 Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
8442 Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
8443 Branch: perl
8444 ! t/lib/filecomp.t
8445____________________________________________________________________________
8446[ 10551] By: jhi on 2001/06/13 01:26:53
8447 Log: I wonder how many $CONFIGs still lurk in the shadows.
8448 Branch: perl
8449 ! pod/Makefile.SH x2p/cflags.SH
8450____________________________________________________________________________
8451[ 10550] By: jhi on 2001/06/13 01:25:12
8452 Log: Grok three kinds of line endings, should fix [ID 20010612.003]
8453 Branch: perl
8454 ! pod/checkpods.PL
8455____________________________________________________________________________
8456[ 10549] By: jhi on 2001/06/13 01:05:28
8457 Log: Use __attribute__((unused)) to silence -Wall on unused ax.
8458 Branch: perl
8459 ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
8460____________________________________________________________________________
8461[ 10548] By: jhi on 2001/06/13 00:41:28
8462 Log: Subject: [patch] rid local_patches warnings
8463 From: Doug MacEachern <dougm@covalent.net>
8464 Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
8465 Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
8466 Branch: perl
8467 ! ext/List/Util/Util.xs ext/Storable/Storable.xs
8468____________________________________________________________________________
8469[ 10547] By: jhi on 2001/06/13 00:40:29
8470 Log: Subject: Re: ext/ + -Wall
8471 From: Doug MacEachern <dougm@covalent.net>
8472 Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
8473 Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
8474 Branch: perl
8475 ! ext/attrs/attrs.xs
8476____________________________________________________________________________
8477[ 10546] By: jhi on 2001/06/13 00:39:06
8478 Log: Subject: [PATCH] perlretut.pod: unterminated C<>
8479 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
8480 Date: Tue, 12 Jun 2001 14:36:20 -0400
8481 Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
8482 Branch: perl
8483 ! pod/perlretut.pod
8484____________________________________________________________________________
8485[ 10545] By: jhi on 2001/06/13 00:38:02
8486 Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
8487 From: Mike Guy <mjtg@cam.ac.uk>
8488 Date: Tue, 12 Jun 2001 19:10:31 +0100
8489 Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
8490
8491 Subject: Re: [ID 20010612.001] out of memory during regex compilation
8492 From: Mike Guy <mjtg@cam.ac.uk>
8493 Date: Tue, 12 Jun 2001 19:21:01 +0100
8494 Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
8495 Branch: perl
8496 ! pod/perlop.pod
8497____________________________________________________________________________
8498[ 10544] By: jhi on 2001/06/13 00:34:39
8499 Log: AIX tweaks from Merijn H. Brand.
8500 Branch: perl
8501 ! hints/aix.sh
8502____________________________________________________________________________
8503[ 10543] By: jhi on 2001/06/13 00:11:42
8504 Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
8505 From: "Brendan O'Dea" <bod@compusol.com.au>
8506 Date: Wed, 13 Jun 2001 05:16:47 +1000
8507 Message-ID: <20010613051647.A8945@compusol.com.au>
8508 Branch: maint-5.6/perl
8509 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
8510____________________________________________________________________________
8511[ 10542] By: jhi on 2001/06/13 00:07:50
8512 Log: Subject: Small bcopy cleanup
8513 From: Andy Dougherty <doughera@lafayette.edu>
8514 Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
8515 Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
8516 Branch: perl
8517 ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
8518____________________________________________________________________________
8519[ 10541] By: jhi on 2001/06/13 00:05:18
8520 Log: Subject: [PATCH] Re: ext/ + -Wall
8521 From: Nicholas Clark <nick@ccl4.org>
8522 Date: Wed, 13 Jun 2001 00:04:30 +0100
8523 Message-ID: <20010613000430.M5901@plum.flirble.org>
8524 Branch: perl
8525 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
8526____________________________________________________________________________
8527[ 10540] By: jhi on 2001/06/13 00:02:25
8528 Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
8529 From: Nicholas Clark <nick@ccl4.org>
8530 Date: Tue, 12 Jun 2001 23:53:07 +0100
8531 Message-ID: <20010612235307.L5901@plum.flirble.org>
8532 Branch: perl
8533 ! lib/ExtUtils/Constant.pm t/lib/extutils.t
8534____________________________________________________________________________
8535[ 10539] By: jhi on 2001/06/12 23:59:10
8536 Log: MPE/iX tweaks from Mark Bixby.
8537 Branch: perl
8538 ! hints/mpeix.sh mpeix/mpeixish.h util.c
8539____________________________________________________________________________
8540[ 10538] By: jhi on 2001/06/12 14:16:15
8541 Log: Update Changes.
8542 Branch: perl
8543 ! Changes patchlevel.h
8544____________________________________________________________________________
a8b85033
JH
8545[ 10537] By: jhi on 2001/06/12 14:11:26
8546 Log: One less -Wall whine (found under DEBUGGING).
8547 Branch: perl
8548 ! x2p/Makefile.SH x2p/a2p.c
8549____________________________________________________________________________
8550[ 10536] By: jhi on 2001/06/12 13:32:09
8551 Log: s/case-independent/case-insensitive/g
8552 Branch: perl
8553 ! pod/perldebug.pod
8554____________________________________________________________________________
8555[ 10535] By: jhi on 2001/06/12 13:27:28
8556 Log: As suggested in
8557
8558 Subject: Re: ext/ + -Wall
8559 From: Gurusamy Sarathy <gsar@ActiveState.com>
8560 Date: Mon, 11 Jun 2001 23:34:31 -0700
8561 Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
8562 Branch: perl
8563 ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
8564 ! perl.h
8565____________________________________________________________________________
8566[ 10534] By: jhi on 2001/06/12 13:13:27
8567 Log: Subject: ext/ + -Wall
8568 From: Doug MacEachern <dougm@covalent.net>
8569 Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
8570 Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
8571 Branch: perl
8572 ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
8573 ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
8574 ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
8575 ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
8576 ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
8577 ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
8578 ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
8579 ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
8580 ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
8581 ! lib/ExtUtils/xsubpp
8582____________________________________________________________________________
8583[ 10533] By: jhi on 2001/06/12 12:52:57
8584 Log: Subject: [PATCH] anonymous stashes
8585 From: Abhijit Menon-Sen <ams@wiw.org>
8586 Date: Tue, 12 Jun 2001 12:47:04 +0530
8587 Message-ID: <20010612124704.A29029@lustre.linux.in>
8588 Branch: perl
8589 ! dump.c gv.c sv.c xsutils.c
8590____________________________________________________________________________
8591[ 10532] By: jhi on 2001/06/12 12:37:36
8592 Log: One more test for $^S.
8593 Branch: perl
8594 ! t/op/magic.t
8595____________________________________________________________________________
8596[ 10531] By: jhi on 2001/06/12 12:35:02
8597 Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
8598 From: Abhijit Menon-Sen <ams@wiw.org>
8599 Date: Tue, 12 Jun 2001 17:35:55 +0530
8600 Message-ID: <20010612173555.A32426@lustre.linux.in>
8601 Branch: perl
8602 ! mg.c t/op/magic.t
8603____________________________________________________________________________
8604[ 10530] By: jhi on 2001/06/12 12:31:11
8605 Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
8606 From: Mike Guy <mjtg@cam.ac.uk>
8607 Date: Tue, 12 Jun 2001 13:14:15 +0100
8608 Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
8609 Branch: perl
8610 ! pod/perlop.pod
8611____________________________________________________________________________
8612[ 10529] By: jhi on 2001/06/12 12:21:06
8613 Log: AUTHORS updates.
8614 Branch: perl
8615 ! AUTHORS
8616____________________________________________________________________________
8617[ 10528] By: jhi on 2001/06/12 12:19:47
8618 Log: Subject: [PATCH] rhapsody/darwin minor cleanup
8619 From: Wilfredo Sanchez <wsanchez@MIT.EDU>
8620 Content-Transfer-Encoding: 7bit
8621 Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
8622 Branch: perl
8623 ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
8624____________________________________________________________________________
8625[ 10527] By: jhi on 2001/06/12 11:58:53
8626 Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
8627 From: "Philip Newton" <Philip.Newton@gmx.net>
8628 Date: Mon, 11 Jun 2001 07:08:03 +0200
8629 Message-Id: <200106120802.LAA08992@taas.iki.fi>
8630 Branch: perl
8631 ! t/base/term.t
8632____________________________________________________________________________
8633[ 10526] By: jhi on 2001/06/12 01:35:34
8634 Log: Cleanup the a2p.c for -Wall.
8635 Branch: perl
8636 ! x2p/Makefile.SH x2p/a2p.c
8637____________________________________________________________________________
8638[ 10525] By: jhi on 2001/06/12 01:10:56
8639 Log: File::Find update for MacOS from Chris Nandor.
8640 Branch: perl
8641 ! lib/File/Find.pm t/lib/filefind.t
8642____________________________________________________________________________
8643[ 10524] By: jhi on 2001/06/12 00:29:20
8644 Log: gcc -Wall nits picked out by a non-UNIX system
8645 (courtesy of Mark Bixby)
8646 Branch: perl
8647 ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
8648 ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
8649 ! pp_sys.c util.c
8650____________________________________________________________________________
8651[ 10523] By: jhi on 2001/06/11 22:34:03
8652 Log: Metaconfig unit change for #10522. (The d_modfl changes
8653 placate metalint.)
8654 Branch: metaconfig/U/perl
8655 ! d_modfl.U d_u32align.U
8656____________________________________________________________________________
8657[ 10522] By: jhi on 2001/06/11 22:33:00
8658 Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
8659 be "./try 2>&1 >/dev/null".
8660 Branch: perl
8661 ! Configure
8662____________________________________________________________________________
8663[ 10521] By: jhi on 2001/06/11 19:49:54
8664 Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
8665 From: "Craig A. Berry" <craigberry@mac.com>
8666 Date: Mon, 11 Jun 2001 14:00:32 -0500
8667 Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
8668 Branch: perl
8669 ! configure.com
8670____________________________________________________________________________
8671[ 10520] By: jhi on 2001/06/11 17:55:47
8672 Log: Move the full \p\P lists to perlunicode.
8673 Branch: perl
8674 ! pod/perlretut.pod pod/perlunicode.pod
8675____________________________________________________________________________
8676[ 10519] By: jhi on 2001/06/11 17:10:00
8677 Log: VOS build tweak for 5.6.1 from Paul Green.
8678 Branch: maint-5.6/perl
8679 ! vos/build.cm
8680____________________________________________________________________________
8681[ 10518] By: jhi on 2001/06/11 17:07:03
8682 Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
8683 From: "Craig A. Berry" <craigberry@mac.com>
8684 Date: Fri, 8 Jun 2001 18:08:18 -0500
8685 Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
8686 Branch: perl
8687 ! vms/vms.c
8688____________________________________________________________________________
8689[ 10517] By: jhi on 2001/06/11 14:52:01
8690 Log: Update Changes.
8691 Branch: perl
8692 ! Changes patchlevel.h
8693____________________________________________________________________________
1d3af415
JH
8694[ 10516] By: jhi on 2001/06/11 14:46:33
8695 Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
8696 Branch: perl
8697 ! vos/config.alpha.h vos/config.ga.h
8698____________________________________________________________________________
8699[ 10515] By: jhi on 2001/06/11 14:39:05
8700 Log: VOS updates from Paul Green for @10476.
8701 Branch: perl
8702 ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
8703 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
8704 ! vos/config.ga.h vos/configure_perl.cm
8705____________________________________________________________________________
8706[ 10514] By: jhi on 2001/06/11 12:58:43
8707 Log: Subject: [PATCH] Not many people know this ...
8708 From: Mike Guy <mjtg@cam.ac.uk>
8709 Date: Mon, 11 Jun 2001 14:55:15 +0100
8710 Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
8711 Branch: perl
8712 ! pod/perldebug.pod
8713____________________________________________________________________________
8714[ 10513] By: jhi on 2001/06/11 12:30:06
8715 Log: Add final commas to lists as suggested by Philip Newton.
8716 Branch: perl
8717 ! lib/ExtUtils/Constant.pm t/lib/extutils.t
8718____________________________________________________________________________
8719[ 10512] By: jhi on 2001/06/11 12:28:49
8720 Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
8721 Date: Sun, 10 Jun 2001 23:35:38 -0400
8722 From: Chris Nandor <pudge@pobox.com>
8723 Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
8724 Branch: perl
8725 ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
8726 ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
8727 ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
8728 ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
8729 ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
8730 ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
8731 ! t/op/write.t t/pragma/strict.t
8732____________________________________________________________________________
8733[ 10511] By: jhi on 2001/06/11 12:13:31
8734 Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
8735 From: Chris Nandor <pudge@pobox.com>
8736 Date: Mon, 11 Jun 2001 08:24:28 -0400
8737 Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
8738 Branch: perl
8739 ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
8740 ! t/lib/io_dir.t
8741____________________________________________________________________________
8742[ 10510] By: jhi on 2001/06/11 12:03:16
8743 Log: One more run_byacc (a hand-tweaked version had slipped in).
8744 Branch: perl
8745 ! perly.c vms/perly_c.vms
8746____________________________________________________________________________
8747[ 10509] By: nick on 2001/06/11 07:49:15
8748 Log: Integrate mainline
8749 Branch: perlio
8750 !> Makefile.SH embed.h embed.pl global.sym
8751 !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
8752 !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
8753 !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
8754 !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
8755____________________________________________________________________________
8756[ 10508] By: jhi on 2001/06/10 22:38:05
8757 Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
8758 From: Mike Guy <mjtg@cam.ac.uk>
8759 Reply-To: mjtg@cam.ac.uk
8760 Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
8761 Branch: perl
8762 ! lib/ExtUtils/Manifest.pm
8763____________________________________________________________________________
8764[ 10507] By: jhi on 2001/06/10 22:37:16
8765 Log: Subject: [PATCH] ExtUtils::Constant
8766 From: Nicholas Clark <nick@ccl4.org>
8767 Date: Sun, 10 Jun 2001 23:25:41 +0100
8768 Message-ID: <20010610232540.C76396@plum.flirble.org>
8769 Branch: perl
8770 ! lib/ExtUtils/Constant.pm t/lib/extutils.t
8771____________________________________________________________________________
8772[ 10506] By: jhi on 2001/06/10 20:57:20
8773 Log: Integrate perlio.
8774 Branch: perl
8775 !> iperlsys.h
8776____________________________________________________________________________
8777[ 10505] By: jhi on 2001/06/10 18:37:57
8778 Log: Move the grok_number and its lieutenant grok_numeric_radix
8779 from sv.c statics to util.c and public.
8780 Branch: perl
8781 ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
8782 ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
8783____________________________________________________________________________
8784[ 10504] By: nick on 2001/06/10 17:47:06
8785 Log: Fix (valid) -Wall warnings in perlio.c
8786 Branch: perlio
8787 ! iperlsys.h
8788____________________________________________________________________________
8789[ 10503] By: jhi on 2001/06/10 17:38:28
8790 Log: Update perly_c.diff, update perly.fixer to edit away
8791 some of the -Wall noise.
8792 Branch: perl
8793 ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
8794____________________________________________________________________________
8795[ 10502] By: jhi on 2001/06/10 17:09:42
8796 Log: Check the version of byacc.
8797 Branch: perl
8798 ! Makefile.SH
8799____________________________________________________________________________
8800[ 10501] By: jhi on 2001/06/10 17:00:08
8801 Log: Subject: [PATCH] perly.y overhaul
8802 From: Simon Cozens <simon@netthink.co.uk>
8803 Date: Sun, 10 Jun 2001 16:56:54 +0100
8804 Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
8805
8806 Plus make run_byacc.
8807 Branch: perl
8808 ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
8809____________________________________________________________________________
8810[ 10500] By: jhi on 2001/06/10 16:07:28
8811 Log: Integrate perlio.
8812 Branch: perl
8813 !> perlio.c perlsfio.h
8814____________________________________________________________________________
8815[ 10499] By: nick on 2001/06/10 15:01:08
8816 Log: Integrate mainline
8817 Branch: perlio
8818 !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
8819 !> t/pragma/locale.t util.c
8820____________________________________________________________________________
8821[ 10498] By: jhi on 2001/06/10 13:49:23
8822 Log: Put some meat on the perl572delta bones. The list of
8823 selected bug fixes needs more work, as does still the
8824 whole document.
8825 Branch: perl
8826 ! pod/perl572delta.pod
8827____________________________________________________________________________
8828[ 10497] By: nick on 2001/06/10 12:27:51
8829 Log: Paper over a crack or two with USE_SFIO
8830 Branch: perlio
8831 ! perlio.c perlsfio.h
8832____________________________________________________________________________
8833[ 10496] By: jhi on 2001/06/10 11:04:22
8834 Log: Update Changes.
8835 Branch: perl
8836 ! Changes patchlevel.h
8837____________________________________________________________________________
00656eef
JH
8838[ 10495] By: jhi on 2001/06/10 10:55:34
8839 Log: Subject: Re: pragma/locale.t #107
8840 From: Hugo <hv@crypt.compulink.co.uk>
8841 Date: Sun, 10 Jun 2001 11:23:30 +0100
8842 Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
8843
8844 Encapsulate the scan of the decimal radix separator.
8845 Branch: perl
8846 ! embed.h embed.pl proto.h sv.c
8847____________________________________________________________________________
8848[ 10494] By: jhi on 2001/06/10 03:00:17
8849 Log: Try to grok numbers both with the locale specific separator
8850 and with the usual "." (if different from the lss); add a test
8851 to locale.t to do also a little bit of math in addition to just
8852 equalness testing; remove extraneous logic as suggested in
8853
8854 Subject: Re: pragma/locale.t #107
8855 From: Nicholas Clark <nick@ccl4.org>
8856 Date: Sat, 9 Jun 2001 22:37:36 +0100
8857 Message-ID: <20010609223735.Y76396@plum.flirble.org>
8858 Branch: perl
8859 ! sv.c t/pragma/locale.t
8860____________________________________________________________________________
8861[ 10493] By: jhi on 2001/06/10 01:25:23
8862 Log: Metaconfig unit change for #10492.
8863 Branch: metaconfig/U/perl
8864 ! Extensions.U
8865____________________________________________________________________________
8866[ 10492] By: jhi on 2001/06/10 01:23:59
8867 Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
8868 From: Artur Bergman <artur@contiller.se>
8869 Date: Sat, 09 Jun 2001 21:03:51 +0200
8870 Message-ID: <B7483FB6.1398%artur@contiller.se>
8871 Branch: perl
8872 ! Configure
8873____________________________________________________________________________
8874[ 10491] By: jhi on 2001/06/10 01:15:40
8875 Log: Integrate perlio.
8876 Branch: perl
8877 !> perlsfio.h
8878____________________________________________________________________________
8879[ 10490] By: jhi on 2001/06/10 01:08:26
8880 Log: Do locale specific separator if only in locale.
8881 Branch: perl
8882 ! util.c
8883____________________________________________________________________________
8884[ 10489] By: nick on 2001/06/09 19:13:25
8885 Log: Make XS/Typemap compile (but fail) with sfio
8886 Branch: perlio
8887 ! perlsfio.h
8888____________________________________________________________________________
8889[ 10488] By: nick on 2001/06/09 19:12:51
8890 Log: Re-integrate mainline
8891 Branch: perlio
8892 !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
8893 !> proto.h sv.c util.c
8894____________________________________________________________________________
8895[ 10487] By: nick on 2001/06/09 16:26:29
8896 Log: Integrate mainline
8897 Branch: perlio
8898 !> (integrate 31 files)
8899____________________________________________________________________________
8900[ 10486] By: jhi on 2001/06/09 16:11:51
8901 Log: Subject: [PATCH] New attempt to clone callack
8902 From: Artur Bergman <artur@contiller.se>
8903 Date: Thu, 07 Jun 2001 11:52:16 +0200
8904 Message-ID: <B7451B6F.12B7%artur@contiller.se>
8905 Branch: perl
8906 ! embedvar.h intrpvar.h perlapi.h sv.c
8907____________________________________________________________________________
8908[ 10485] By: jhi on 2001/06/09 15:23:52
8909 Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
8910 Branch: perl
8911 ! embed.h embed.pl perl.h proto.h sv.c util.c
8912____________________________________________________________________________
8913[ 10484] By: jhi on 2001/06/09 14:47:25
8914 Log: Subject: Re: pragma/locale.t #107
8915 From: Nicholas Clark <nick@ccl4.org>
8916 Date: Sat, 9 Jun 2001 16:26:10 +0100
8917 Message-ID: <20010609162609.V76396@plum.flirble.org>
8918
8919 A missing NVification.
8920 Branch: perl
8921 ! sv.c
8922____________________________________________________________________________
8923[ 10483] By: jhi on 2001/06/08 19:40:32
8924 Log: Redo the #10482, there already was a test script for formats.
8925 Branch: perl
8926 - t/io/format.t
8927 ! MANIFEST t/op/write.t
8928____________________________________________________________________________
8929[ 10482] By: jhi on 2001/06/08 19:34:45
8930 Log: Twisted format testing, from Merijn.
8931 Branch: perl
8932 + t/io/format.t
8933 ! MANIFEST
8934____________________________________________________________________________
8935[ 10481] By: jhi on 2001/06/08 19:21:56
8936 Log: More \p{In...} testing, combined with \N{...}.
8937 Branch: perl
8938 ! lib/utf8_heavy.pl t/op/pat.t
8939____________________________________________________________________________
8940[ 10480] By: jhi on 2001/06/08 14:16:06
8941 Log: Metaconfig changes for #10479.
8942 Branch: metaconfig
8943 ! U/Glossary.patch
8944 Branch: metaconfig/U/perl
8945 ! d_modfl.U
8946____________________________________________________________________________
8947[ 10479] By: jhi on 2001/06/08 14:15:32
8948 Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
8949 Branch: perl
8950 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8951 ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
8952 ! uconfig.sh vos/config.alpha.def vos/config.ga.def
8953 ! win32/config.bc win32/config.gc win32/config.vc
8954____________________________________________________________________________
8955[ 10478] By: jhi on 2001/06/08 12:20:41
8956 Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
8957 From: "Craig A. Berry" <craigberry@mac.com>
8958 Date: Thu, 7 Jun 2001 14:27:20 -0500
8959 Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
8960 Branch: perl
8961 ! vms/perlvms.pod
8962____________________________________________________________________________
8963[ 10477] By: jhi on 2001/06/08 12:19:00
8964 Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
8965 From: Gisle Aas <gisle@ActiveState.com>
8966 Date: 07 Jun 2001 17:04:29 -0700
8967 Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
8968 Branch: perl
8969 ! ext/re/re.xs
8970____________________________________________________________________________
8971[ 10476] By: jhi on 2001/06/08 01:35:42
8972 Log: Update Changes.
8973 Branch: perl
8974 ! Changes patchlevel.h
8975____________________________________________________________________________
3e1b4879
JH
8976[ 10475] By: jhi on 2001/06/08 00:53:45
8977 Log: Regen Glossary et alia.
8978 Branch: perl
8979 ! Porting/Glossary Porting/config.sh Porting/config_H
8980____________________________________________________________________________
8981[ 10474] By: jhi on 2001/06/07 22:06:38
8982 Log: Metaconfig unit changes for #10473.
8983 Branch: metaconfig/U/perl
8984 ! d_modfl.U
8985____________________________________________________________________________
8986[ 10473] By: jhi on 2001/06/07 22:06:16
8987 Log: Harumph, also AIX will spill its guts (i.e. dump core)
8988 if an executable contains modfl() but it hasn't been
8989 compiled right (in the case of AIX, with cc -qlongdouble).
8990 Branch: perl
8991 ! Configure
8992____________________________________________________________________________
8993[ 10472] By: gsar on 2001/06/07 20:04:28
8994 Log: integrate change#10471 from mainline
8995
8996 in change#10451, check that CvOUTSIDE is a CV before looking in
8997 (it can apparently be SVt_NULL during global destruction)
8998 Branch: maint-5.6/perl
8999 !> op.c
9000____________________________________________________________________________
9001[ 10471] By: gsar on 2001/06/07 20:01:31
9002 Log: in change#10451, check that CvOUTSIDE is a CV before looking in
9003 (it can apparently be SVt_NULL during global destruction)
9004 Branch: perl
9005 ! op.c
9006____________________________________________________________________________
9007[ 10470] By: jhi on 2001/06/07 12:17:51
9008 Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
9009 From: Robin Barker <rmb1@cise.npl.co.uk>
9010 Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
9011 Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
9012 Branch: perl
9013 ! lib/diagnostics.pm pod/perldiag.pod
9014____________________________________________________________________________
9015[ 10469] By: jhi on 2001/06/07 12:16:12
9016 Log: Subject: [PATCH perl@10439] long =item
9017 From: Robin Barker <rmb1@cise.npl.co.uk>
9018 Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
9019 Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
9020 Branch: perl
9021 ! README.amiga lib/Attribute/Handlers.pm
9022 ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
9023____________________________________________________________________________
9024[ 10468] By: jhi on 2001/06/07 12:08:56
9025 Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
9026 Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
9027 Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
9028 Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
9029 Branch: perl
9030 ! pod/perlguts.pod
9031____________________________________________________________________________
9032[ 10467] By: jhi on 2001/06/07 12:04:26
9033 Log: Integrate perlio.
9034 Branch: perl
9035 !> sv.c
9036____________________________________________________________________________
9037[ 10466] By: nick on 2001/06/07 10:25:40
9038 Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
9039 whitespace tweaks.
9040 Still coredumps in pragma/overload.t - what a nice hard fail that is...
9041 Branch: perlio
9042 ! sv.c
9043____________________________________________________________________________
9044[ 10465] By: nick on 2001/06/07 08:41:58
9045 Log: Raw integrate of mainline for S_grok_number debug
9046 (sv.c has MULTIPLICITY issues as well as whatever else ...)
9047 Branch: perlio
9048 - plan9/perlplan9.doc plan9/perlplan9.pod
9049 !> (integrate 46 files)
9050____________________________________________________________________________
9051[ 10464] By: jhi on 2001/06/06 23:33:58
9052 Log: The proper prototyping for #10463.
9053 Branch: perl
9054 ! embed.h embed.pl proto.h sv.c
9055____________________________________________________________________________
9056[ 10463] By: jhi on 2001/06/06 23:15:30
9057 Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
9058 From: Nicholas Clark <nick@ccl4.org>
9059 Date: Thu, 7 Jun 2001 00:29:59 +0100
9060 Message-ID: <20010607002959.Z76396@plum.flirble.org>
9061 Branch: perl
9062 ! sv.c
9063____________________________________________________________________________
9064[ 10462] By: jhi on 2001/06/06 23:13:19
9065 Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
9066 From: "Craig A. Berry" <craigberry@mac.com>
9067 Date: Wed, 06 Jun 2001 17:54:30 -0500
9068 Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
9069 Branch: perl
9070 ! vms/perlvms.pod
9071____________________________________________________________________________
9072[ 10461] By: jhi on 2001/06/06 23:10:00
9073 Log: Podify the remaining README.platform files;
9074 merge README.plan9 and plan9/perlplan9.pod;
9075 delete plan9/perlplan9.* (the perlplan.doc needs to
9076 be regenerated in Plan 9); make the =head1 and =head2
9077 in the README.platform to be a little more verbose
9078 (skipped README.os2 not to anger Ilya) so that they
9079 look better in the toc; regen toc.
9080 Branch: perl
9081 - plan9/perlplan9.doc plan9/perlplan9.pod
9082 ! MANIFEST README.aix README.amiga README.apollo README.beos
9083 ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
9084 ! README.hpux README.hurd README.machten README.macos
9085 ! README.micro README.mint README.mpeix README.os390
9086 ! README.plan9 README.qnx README.solaris README.threads
9087 ! README.tru64 README.vmesa README.vms README.vos README.win32
9088 ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
9089 ! pod/perltoc.pod win32/Makefile win32/makefile.mk
9090____________________________________________________________________________
9091[ 10460] By: jhi on 2001/06/06 20:58:53
9092 Log: Subject: [PATCH] Re: Bug in perlguts documentation?
9093 From: Mike Guy <mjtg@cam.ac.uk>
9094 Reply-To: mjtg@cam.ac.uk
9095 Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
9096 Branch: perl
9097 ! pod/perlguts.pod
9098____________________________________________________________________________
9099[ 10459] By: jhi on 2001/06/06 20:58:15
9100 Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
9101 From: Mike Guy <mjtg@cam.ac.uk>
9102 Reply-To: mjtg@cam.ac.uk
9103 Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
9104 Branch: perl
9105 ! pod/perlsec.pod
9106____________________________________________________________________________
9107[ 10458] By: jhi on 2001/06/06 20:56:04
9108 Log: Disable long doubles from pre-5.0 Tru64s.
9109 Branch: perl
9110 ! README.tru64 hints/dec_osf.sh
9111____________________________________________________________________________
9112[ 10457] By: jhi on 2001/06/06 20:49:23
9113 Log: The #10455 exposed that modfl() is fundamentally busted
9114 (as in: dumps core) in pre-5.0 Tru64, so better avoid even
9115 testing it.
9116 Branch: perl
9117 ! hints/dec_osf.sh
9118____________________________________________________________________________
9119[ 10456] By: jhi on 2001/06/06 20:48:35
9120 Log: Metaconfig unit change for #10455.
9121 Branch: metaconfig/U/perl
9122 ! d_modfl.U
9123____________________________________________________________________________
9124[ 10455] By: jhi on 2001/06/06 20:48:09
9125 Log: Configure check for geborken modfl(), inspired by
9126
9127 Subject: Re: [20010118.017] op/int.t failure
9128 From: Hugo <hv@crypt.compulink.co.uk>
9129 Date: Tue, 05 Jun 2001 13:43:27 +0100
9130 Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
9131 Branch: perl
9132 ! Configure
9133____________________________________________________________________________
9134[ 10454] By: jhi on 2001/06/06 11:45:08
9135 Log: Integrate changes #10450 and #10451 from maintperl:
9136
9137 optimize change#10448 slightly (don't repeat search in eval""s lexical
9138 scope, since that has already been searched)
9139
9140 change#9108 needs subtler treatment for case of closures created
9141 within eval""
9142 Branch: perl
9143 !> op.c t/op/misc.t
9144____________________________________________________________________________
9145[ 10453] By: jhi on 2001/06/06 11:42:10
9146 Log: MakeMaker magic to compile (when no dynamic loading)
9147 List/Util.xsc as (ListUtil.c and) ListUtil.o since
9148 POSIX-BC (BS2000) linker has an evil limitation of
9149 being unable to include in the same executable several
9150 object files with the same name - case-insensitively -
9151 because otherwise we conflict with util.c.
9152 Strictly speaking currently required only in POSIX-BC
9153 but probably will do no harm elsewhere where static
9154 linking is required.
9155 Branch: perl
9156 ! ext/List/Util/Makefile.PL
9157____________________________________________________________________________
9158[ 10452] By: nick on 2001/06/06 08:59:51
9159 Log: Integrate mainline.
9160 Branch: perlio
9161 +> lib/Attribute/Handlers/demo/Demo.pm
9162 +> lib/Attribute/Handlers/demo/Descriptions.pm
9163 +> lib/Attribute/Handlers/demo/MyClass.pm
9164 +> lib/Attribute/Handlers/demo/demo.pl
9165 +> lib/Attribute/Handlers/demo/demo2.pl
9166 +> lib/Attribute/Handlers/demo/demo3.pl
9167 +> lib/Attribute/Handlers/demo/demo4.pl
9168 +> lib/Attribute/Handlers/demo/demo_call.pl
9169 +> lib/Attribute/Handlers/demo/demo_chain.pl
9170 +> lib/Attribute/Handlers/demo/demo_cycle.pl
9171 +> lib/Attribute/Handlers/demo/demo_hashdir.pl
9172 +> lib/Attribute/Handlers/demo/demo_phases.pl
9173 +> lib/Attribute/Handlers/demo/demo_range.pl
9174 +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
9175 +> uts/strtol_wrap.c
9176 !> (integrate 91 files)
9177____________________________________________________________________________
9178[ 10451] By: gsar on 2001/06/06 07:11:36
9179 Log: change#9108 needs subtler treatment for case of closures created
9180 within eval""
9181 Branch: maint-5.6/perl
9182 ! op.c t/op/misc.t
9183____________________________________________________________________________
9184[ 10450] By: gsar on 2001/06/06 05:47:25
9185 Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
9186 scope, since that has already been searched)
9187 Branch: maint-5.6/perl
9188 ! op.c
9189____________________________________________________________________________
9190[ 10449] By: jhi on 2001/06/06 01:33:31
9191 Log: Integrate change #10448 from maintperl; lexicals
9192 outside an eval"" weren't resolved correctly inside a subroutine
9193 definition inside the eval"" if they were not already referenced
9194 in the toplevel of the eval""-ed code
9195 Branch: perl
9196 !> cop.h op.c pp_ctl.c t/op/misc.t
9197____________________________________________________________________________
9198[ 10448] By: gsar on 2001/06/06 01:03:26
9199 Log: fix yet another bug of hoary vintage found by change#10394: lexicals
9200 outside an eval"" weren't resolved correctly inside a subroutine
9201 definition inside the eval"" if they were not already referenced
9202 in the toplevel of the eval""-ed code
9203 Branch: maint-5.6/perl
9204 ! cop.h op.c pp_ctl.c t/op/misc.t
9205____________________________________________________________________________
9206[ 10447] By: jhi on 2001/06/06 00:51:04
9207 Log: Subject: [PATCH] perl570delta.pod
9208 From: Peter Scott <Peter@PSDT.com>
9209 Date: Tue, 05 Jun 2001 18:51:02 -0700
9210 Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
9211 Branch: perl
9212 ! pod/perl570delta.pod
9213____________________________________________________________________________
9214[ 10446] By: jhi on 2001/06/05 23:45:05
9215 Log: The fudge factor is no more needed. I hope.
9216 Branch: perl
9217 ! t/lib/posix.t
9218____________________________________________________________________________
9219[ 10445] By: jhi on 2001/06/05 23:19:19
9220 Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
9221 From: Hugo <hv@crypt.compulink.co.uk>
9222 Date: Tue, 05 Jun 2001 12:58:19 +0100
9223 Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
9224 Branch: perl
9225 ! util.c
9226____________________________________________________________________________
9227[ 10444] By: jhi on 2001/06/05 11:09:01
9228 Log: Make up prototypes only for those who have the functions
9229 but not the prototypes.
9230 Branch: perl
9231 ! perl.h
9232____________________________________________________________________________
9233[ 10443] By: jhi on 2001/06/05 11:02:13
9234 Log: Subject: Re: Not OK: perl@10439 on win32
9235 From: Prymmer/Kahn <pvhp@best.com>
9236 Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
9237 Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
9238 Branch: perl
9239 ! perl.h util.c
9240____________________________________________________________________________
9241[ 10442] By: jhi on 2001/06/05 00:55:46
9242 Log: The metaconfig units changes for #10441.
9243 Branch: metaconfig
9244 ! U/modified/Extract.U U/modified/Extractall.U
9245 ! U/modified/Finish.U
9246____________________________________________________________________________
9247[ 10441] By: jhi on 2001/06/05 00:55:17
9248 Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
9249 Branch: perl
9250 ! Configure
9251____________________________________________________________________________
9252[ 10440] By: jhi on 2001/06/05 00:28:27
9253 Log: Unnecessary fuzziness undone, noted by Mike Guy.
9254 Branch: perl
9255 ! t/op/tr.t
9256____________________________________________________________________________
9257[ 10439] By: jhi on 2001/06/04 17:14:31
9258 Log: Update Changes.
9259 Branch: perl
9260 ! Changes patchlevel.h
9261____________________________________________________________________________
c5ee9274
JH
9262[ 10438] By: jhi on 2001/06/04 17:10:16
9263 Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
9264 bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
9265 leakage patch.
9266 Branch: perl
9267 ! t/op/misc.t
9268____________________________________________________________________________
9269[ 10437] By: jhi on 2001/06/04 17:01:06
9270 Log: Test case for #10433/#10424.
9271 Branch: perl
9272 ! t/op/misc.t
9273____________________________________________________________________________
9274[ 10436] By: jhi on 2001/06/04 16:54:21
9275 Log: Subject: One fix for strtoul not setting errno
9276 From: hom00@utsglobal.com (Hal Morris)
9277 Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
9278 Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
9279 Branch: perl
9280 + uts/strtol_wrap.c
9281 ! MANIFEST hints/uts.sh
9282____________________________________________________________________________
9283[ 10435] By: jhi on 2001/06/04 16:54:01
9284 Log: Metaconfig units changes for #10434.
9285 Branch: metaconfig
9286 ! U/modified/Cppsym.U
9287 Branch: metaconfig/U/perl
9288 + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
9289 + d_syscallproto.U d_usleepproto.U
9290 ! longdblfio.U quadfio.U
9291____________________________________________________________________________
9292[ 10434] By: jhi on 2001/06/04 16:48:33
9293 Log: Configure tweaks; add prototype probes, make the cpp symbols
9294 probe to cast, not whine; test for %Ld and %Lf before %lld and
9295 %llf because the L is the ANSI way.
9296 Branch: perl
9297 ! Configure config_h.SH configure.com epoc/config.sh
9298 ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
9299 ! uconfig.sh vos/config.alpha.def vos/config.ga.def
9300 ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
9301____________________________________________________________________________
9302[ 10433] By: jhi on 2001/06/04 16:45:23
9303 Log: Sigh. This is what #10424 was supposed to check in.
9304 Branch: perl
9305 ! op.c sv.c sv.h
9306____________________________________________________________________________
9307[ 10432] By: jhi on 2001/06/04 16:29:40
9308 Log: More verbose failure.
9309 Branch: perl
9310 ! t/op/ver.t
9311____________________________________________________________________________
9312[ 10431] By: jhi on 2001/06/04 16:21:55
9313 Log: The .pm changes to go with #10428.
9314 Branch: perl
9315 ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
9316 ! ext/Sys/Syslog/Syslog.pm
9317____________________________________________________________________________
9318[ 10430] By: jhi on 2001/06/04 16:05:20
9319 Log: On second thoughts show to utf8 skippage message only
9320 on failures, it's too confusing otherwise,
9321 Branch: perl
9322 ! t/pragma/locale.t
9323____________________________________________________________________________
9324[ 10429] By: jhi on 2001/06/04 14:47:50
9325 Log: Do not import anything from Encode.
9326 Branch: perl
9327 ! ext/MIME/Base64/QuotedPrint.pm
9328____________________________________________________________________________
9329[ 10428] By: jhi on 2001/06/04 14:45:47
9330 Log: The #10402 didn't take. Weird.
9331 Branch: perl
9332 ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
9333 ! ext/Sys/Syslog/Syslog.xs
9334____________________________________________________________________________
9335[ 10427] By: jhi on 2001/06/04 12:55:39
9336 Log: Eradicate traces of 'asciirange' re subpragma.
9337 Branch: perl
9338 ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
9339 ! pod/perldiag.pod
9340____________________________________________________________________________
9341[ 10426] By: jhi on 2001/06/04 12:44:05
9342 Log: use is a compile-time thing.
9343 Branch: perl
9344 ! ext/MIME/Base64/QuotedPrint.pm
9345____________________________________________________________________________
9346[ 10425] By: jhi on 2001/06/04 12:39:44
9347 Log: Subject: [PATCH perl@10419] -Wall casting patch
9348 From: Robin Barker <rmb1@cise.npl.co.uk>
9349 Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
9350 Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
9351 Branch: perl
9352 ! ext/Devel/DProf/DProf.xs mg.c
9353____________________________________________________________________________
9354[ 10424] By: jhi on 2001/06/04 12:23:30
9355 Log: Subject: [PATCH #2] introducing SVpad_TYPED
9356 From: Abhijit Menon-Sen <ams@wiw.org>
9357 Date: Mon, 4 Jun 2001 12:26:02 +0530
9358 Message-ID: <20010604122602.A5775@lustre.linux.in>
9359 Branch: perl
9360 ! op.c sv.c sv.h
9361____________________________________________________________________________
9362[ 10423] By: gsar on 2001/06/04 05:12:18
9363 Log: testsuite for change#10192 (from Gisle Aas)
9364 Branch: perl
9365 + t/op/override.t
9366 ! MANIFEST
9367____________________________________________________________________________
9368[ 10422] By: gsar on 2001/06/04 02:32:03
9369 Log: integrate changes#10414-10416 from mainline
9370
9371 Potential buffer overrun if the radix separator is more than
9372 one byte. Also, under locales, prefer the locale-specific
9373 separator over the old boring ".".
9374
9375 "10.", that is, decimal numbers can have no decimal part at all.
9376
9377 The non-locale places need love, too.
9378 Branch: maint-5.6/perl
9379 !> perl.h sv.c
9380____________________________________________________________________________
9381[ 10421] By: jhi on 2001/06/04 02:25:53
9382 Log: Missed from #10420.
9383 Branch: perl
9384 ! epoc/config.sh
9385____________________________________________________________________________
9386[ 10420] By: jhi on 2001/06/04 02:19:58
9387 Log: Missed HAS_SETRESGID_PROTO. No serious harm done since
9388 often this prototype goes with HAS_SETRESUID_PROTO.
9389 Branch: perl
9390 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9391 ! config_h.SH configure.com perl.h uconfig.h
9392____________________________________________________________________________
9393[ 10419] By: jhi on 2001/06/04 00:24:55
9394 Log: Update Changes.
9395 Branch: perl
9396 ! Changes patchlevel.h
9397____________________________________________________________________________
520db9bf
JH
9398[ 10418] By: jhi on 2001/06/03 23:58:04
9399 Log: -Wall "subscript has type `char'" cleanup.
9400 Branch: perl
9401 ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
9402____________________________________________________________________________
9403[ 10417] By: jhi on 2001/06/03 23:37:17
9404 Log: Various "cast to pointer from integer of different size"
9405 picked up by gcc -Wall (in Tru64 where pointers are 64 bits
9406 wide but I32 (int) only 32 bits wide).
9407
9408 WARNING: the classnum and tagnum changes in Storable.xs
9409 may not be wise, they may be breaking binary compatibility
9410 (in 64-bit platforms), asked Raphael Manfredi about the changes.
9411 Branch: perl
9412 ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
9413 ! mg.c proto.h
9414____________________________________________________________________________
9415[ 10416] By: jhi on 2001/06/03 23:15:24
9416 Log: The non-locale places need love, too.
9417 Branch: perl
9418 ! perl.h
9419____________________________________________________________________________
9420[ 10415] By: jhi on 2001/06/03 23:10:55
9421 Log: "10.", that is, decimal numbers can have no decimal part at all.
9422 Branch: perl
9423 ! perl.h
9424____________________________________________________________________________
9425[ 10414] By: jhi on 2001/06/03 22:49:55
9426 Log: Potential buffer overrun if the radix separator is more than
9427 one byte. Also, under locales, prefer the locale-specific
9428 separator over the old boring ".".
9429 Branch: perl
9430 ! perl.h sv.c
9431____________________________________________________________________________
9432[ 10413] By: jhi on 2001/06/03 22:42:10
9433 Log: Integrate change #10412 from maintperl; locale is now
9434 per-cop, not per-op; plus retweak the locale.t to always
9435 list the skipped utf8 locales.
9436 Branch: perl
9437 ! t/pragma/locale.t
9438 !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
9439 !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
9440____________________________________________________________________________
9441[ 10412] By: gsar on 2001/06/03 22:23:16
9442 Log: rationalize locale handling to fix the bugs uncovered by change#10394
9443
9444 the major issue was that the runtime was looking at PL_hints rather
9445 than op_private to notice whether locale was enabled
9446
9447 the secondary issue was that many locale-sensitive numeric ops didn't
9448 have HINT_LOCALE propagated into their op_private
9449
9450 HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
9451 instead of per-op, just like HINT_BYTE and the hints for lexical
9452 warnings (this makes the hint available to every op via PL_curcop)
9453
9454 pragma/locale.t may need to be reworked with these fixes in mind
9455 (it currently passes its tests)
9456 Branch: maint-5.6/perl
9457 ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
9458 ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
9459____________________________________________________________________________
9460[ 10411] By: jhi on 2001/06/03 17:50:49
9461 Log: More verbose debugging.
9462 Branch: perl
9463 ! t/pragma/locale.t
9464____________________________________________________________________________
9465[ 10410] By: jhi on 2001/06/03 17:36:40
9466 Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
9467 From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
9468 Date: Sat, 2 Jun 2001 22:53:33 +0100
9469 Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
9470 Branch: perl
9471 ! regcomp.c t/pragma/warn/regcomp
9472____________________________________________________________________________
9473[ 10409] By: jhi on 2001/06/03 17:27:13
9474 Log: Mention that lexicalizing $a or $b is a bad idea if one
9475 wants to use sort().
9476 Branch: perl
9477 ! pod/perlvar.pod
9478____________________________________________________________________________
9479[ 10408] By: jhi on 2001/06/03 16:52:41
9480 Log: Tweak the test to be happy if the accuracy is 'good enough'.
9481 Branch: perl
9482 ! t/lib/posix.t
9483____________________________________________________________________________
9484[ 10407] By: jhi on 2001/06/03 16:50:33
9485 Log: Upgrade to Attribute::Handlers 0.70.
9486
9487 NOTE: this unearthed the "too late for CHECK block" bug,
9488 that's why the 1_compile.t change.
9489 Branch: perl
9490 + lib/Attribute/Handlers/demo/Demo.pm
9491 + lib/Attribute/Handlers/demo/Descriptions.pm
9492 + lib/Attribute/Handlers/demo/MyClass.pm
9493 + lib/Attribute/Handlers/demo/demo.pl
9494 + lib/Attribute/Handlers/demo/demo2.pl
9495 + lib/Attribute/Handlers/demo/demo3.pl
9496 + lib/Attribute/Handlers/demo/demo4.pl
9497 + lib/Attribute/Handlers/demo/demo_call.pl
9498 + lib/Attribute/Handlers/demo/demo_chain.pl
9499 + lib/Attribute/Handlers/demo/demo_cycle.pl
9500 + lib/Attribute/Handlers/demo/demo_hashdir.pl
9501 + lib/Attribute/Handlers/demo/demo_phases.pl
9502 + lib/Attribute/Handlers/demo/demo_range.pl
9503 + lib/Attribute/Handlers/demo/demo_rawdata.pl
9504 ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
9505 ! t/lib/attrhand.t
9506____________________________________________________________________________
9507[ 10406] By: jhi on 2001/06/03 16:40:03
9508 Log: One less -Wall whine.
9509 Branch: perl
9510 ! regcomp.c
9511____________________________________________________________________________
9512[ 10405] By: jhi on 2001/06/03 16:30:34
9513 Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
9514 Branch: perl
9515 !> t/op/eval.t
9516____________________________________________________________________________
9517[ 10404] By: gsar on 2001/06/03 16:23:07
9518 Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
9519 aren't "normally" visible inside eval""s contained in subs unless
9520 a cloned reference to them already exists)
9521
585d6f80
JH
9522 strangely enough, t/harness didn't show this up as a failure
9523 (harness needs fixing?)
520db9bf
JH
9524 Branch: maint-5.6/perl
9525 ! t/op/eval.t
9526____________________________________________________________________________
9527[ 10403] By: jhi on 2001/06/03 16:22:59
9528 Log: Update to Text::Balanced 1.85.
9529 Branch: perl
9530 ! lib/Text/Balanced.pm t/lib/tb-xvari.t
9531____________________________________________________________________________
9532[ 10402] By: jhi on 2001/06/03 16:18:09
9533 Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
9534 From: Nicholas Clark <nick@ccl4.org>
9535 Date: Sun, 3 Jun 2001 17:54:36 +0100
9536 Message-ID: <20010603175436.E76396@plum.flirble.org>
9537 Branch: perl
9538 ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
9539 ! ext/Sys/Syslog/Syslog.xs
9540____________________________________________________________________________
9541[ 10401] By: jhi on 2001/06/03 16:09:33
9542 Log: Unused variables.
9543 Branch: perl
9544 ! util.c
9545____________________________________________________________________________
9546[ 10400] By: jhi on 2001/06/03 16:04:26
9547 Log: Subject: [PATCH] APIfy op_clear
9548 From: Simon Cozens <simon@netthink.co.uk>
9549 Date: Sun, 3 Jun 2001 13:51:46 +0100
9550 Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
9551
9552 (despite the subject line, op_null is APIfied by the patch)
9553 Branch: perl
9554 ! embed.h embed.pl global.sym objXSUB.h perlapi.c
9555____________________________________________________________________________
9556[ 10399] By: jhi on 2001/06/03 15:51:35
9557 Log: Subject: [PATCH] t/lib/extutils.t
9558 From: Nicholas Clark <nick@ccl4.org>
9559 Date: Sat, 2 Jun 2001 23:57:05 +0100
9560 Message-ID: <20010602235705.Q12698@plum.flirble.org>
9561 Branch: perl
9562 ! lib/ExtUtils/Constant.pm t/lib/extutils.t
9563____________________________________________________________________________
9564[ 10398] By: jhi on 2001/06/03 15:34:11
9565 Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
9566 From: Prymmer/Kahn <pvhp@best.com>
9567 Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
9568 Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
9569 Branch: perl
9570 ! win32/Makefile win32/makefile.mk
9571____________________________________________________________________________
9572[ 10397] By: jhi on 2001/06/03 15:12:13
9573 Log: Subject: Re: 'decimal digits' macro?
9574 From: Hugo <hv@crypt.compulink.co.uk>
9575 Date: Sun, 03 Jun 2001 04:26:36 +0100
9576 Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
9577 Branch: perl
9578 ! handy.h t/lib/posix.t t/op/tr.t
9579____________________________________________________________________________
9580[ 10396] By: jhi on 2001/06/03 15:10:49
9581 Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
9582 From: Hugo <hv@crypt.compulink.co.uk>
9583 Date: Sun, 03 Jun 2001 14:56:30 +0100
9584 Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
9585 Branch: perl
9586 ! util.c
9587____________________________________________________________________________
9588[ 10395] By: jhi on 2001/06/03 14:59:41
9589 Log: Integrate change #10394 from maintperl; lexical file scope leakage.
9590 Branch: perl
9591 !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
9592 !> vms/perly_c.vms
9593____________________________________________________________________________
9594[ 10394] By: gsar on 2001/06/03 03:05:43
9595 Log: fix leakage of lexicals at file scope into subroutines that were
9596 declared before them; this appears to be a longstanding bug that
9597 meant that lexicals at file scope were never "deintroduced", meaning
9598 their scope range was never properly closed, and their visibility
9599 extended to all subsequent eval""s or requires
9600
9601 added a test case
9602
9603 seems to also fix a case of bogus duplicate warnings
9604 Branch: maint-5.6/perl
9605 ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
9606 ! vms/perly_c.vms
9607____________________________________________________________________________
9608[ 10393] By: jhi on 2001/06/02 16:55:03
9609 Log: More VMS tweaks from Craig A. Berry.
9610 Branch: perl
9611 ! configure.com t/lib/extutils.t
9612____________________________________________________________________________
9613[ 10392] By: jhi on 2001/06/02 16:48:26
9614 Log: -Wall cleanup continues.
9615 Branch: perl
9616 ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
9617 ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
9618 ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
9619 ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
9620 ! run.c toke.c util.c
9621____________________________________________________________________________
9622[ 10391] By: jhi on 2001/06/02 13:29:47
9623 Log: The metaconfig unit change for #10390.
9624 Branch: metaconfig/U/perl
9625 ! gccvers.U
9626____________________________________________________________________________
9627[ 10390] By: jhi on 2001/06/02 13:29:12
9628 Log: Drop the -ansi from the default gcc flags.
9629
9630 Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
9631 that struct cannot be compared with a flat integer, such as STRLEN.
9632 The -ansi will also cause a lot of noise in Solaris because of:
9633 /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
9634 Branch: perl
9635 ! Configure
9636____________________________________________________________________________
9637[ 10389] By: jhi on 2001/06/02 13:14:57
9638 Log: Integrate perlio.
9639 Branch: perl
9640 !> pod/perlapi.pod util.c
9641____________________________________________________________________________
9642[ 10388] By: nick on 2001/06/02 08:01:12
9643 Log: Integrate mainline
9644 Branch: perlio
9645 +> lib/Attribute/Handlers.pm t/lib/attrhand.t
9646 !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
9647 !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
9648 !> t/lib/1_compile.t t/lib/mimeqp.t
9649____________________________________________________________________________
9650[ 10387] By: nick on 2001/06/02 07:39:17
9651 Log: Tweak util.c's atof2 for MULTIPLICITY
9652 Branch: perlio
9653 ! util.c
9654____________________________________________________________________________
9655[ 10386] By: nick on 2001/06/02 07:38:33
9656 Log: Integrate mainline
9657 Branch: perlio
9658 !> (integrate 41 files)
9659____________________________________________________________________________
9660[ 10385] By: jhi on 2001/06/01 22:12:48
9661 Log: Add Attribute::Handlers 0.61 from Damian Conway.
9662 Branch: perl
9663 + lib/Attribute/Handlers.pm t/lib/attrhand.t
9664 ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
9665____________________________________________________________________________
9666[ 10384] By: jhi on 2001/06/01 21:53:14
9667 Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
9668 From: Peter Prymmer <pvhp@forte.com>
9669 Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
9670 Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
9671 Branch: perl
9672 ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
9673____________________________________________________________________________
9674[ 10383] By: jhi on 2001/06/01 21:36:11
9675 Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
9676 From: Jeff Pinyan <jeffp@crusoe.net>
9677 Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
9678 Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
9679 Branch: perl
9680 ! lib/File/Find.pm
9681____________________________________________________________________________
9682[ 10382] By: jhi on 2001/06/01 21:35:02
9683 Log: Subject: [PATCH perl@10381] configure.com tweaks
9684 From: "Craig A. Berry" <craigberry@mac.com>
9685 Date: Fri, 1 Jun 2001 13:55:43 -0500
9686 Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
9687 Branch: perl
9688 ! configure.com
9689____________________________________________________________________________
9690[ 10381] By: jhi on 2001/06/01 16:37:21
9691 Log: Update Changes.
9692 Branch: perl
9693 ! Changes patchlevel.h
9694____________________________________________________________________________
f508f4bf
JH
9695[ 10380] By: jhi on 2001/06/01 16:19:18
9696 Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
9697 From: Mike Guy <mjtg@cam.ac.uk>
9698 Date: Fri, 01 Jun 2001 18:17:02 +0100
9699 Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
9700 Branch: perl
9701 ! lib/perl5db.pl
9702____________________________________________________________________________
9703[ 10379] By: jhi on 2001/06/01 16:13:28
9704 Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
9705 From: Hugo <hv@crypt.compulink.co.uk>
9706 Date: Thu, 31 May 2001 20:49:48 +0100
9707 Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
9708 Branch: perl
9709 ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
9710 ! util.c
9711____________________________________________________________________________
9712[ 10378] By: jhi on 2001/06/01 15:56:35
9713 Log: Zero() is not available in x2p (or, rather, some of its
9714 implementations like memzero() might not be available.)
9715 Branch: perl
9716 ! x2p/hash.c
9717____________________________________________________________________________
9718[ 10377] By: jhi on 2001/06/01 15:44:48
9719 Log: Subject: [PATCH x2p/hash.c] bzero -> memset
9720 From: Michael G Schwern <schwern@pobox.com>
9721 Date: Fri, 1 Jun 2001 12:00:29 +0100
9722 Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
9723
9724 (But use Zero() instead of memset.)
9725 Branch: perl
9726 ! x2p/hash.c
9727____________________________________________________________________________
9728[ 10376] By: jhi on 2001/06/01 15:39:52
9729 Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
9730 From: Jeff Pinyan <jeffp@crusoe.net>
9731 Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
9732 Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
9733 Branch: perl
9734 ! pod/perldiag.pod regcomp.c t/op/pat.t
9735____________________________________________________________________________
9736[ 10375] By: jhi on 2001/06/01 15:36:35
9737 Log: Retract #10324 and #10333; not needed.
9738 Branch: perl
9739 ! hints/irix_6.sh hints/linux.sh
9740____________________________________________________________________________
9741[ 10374] By: jhi on 2001/06/01 15:35:19
9742 Log: The #10370 wasn't quite right.
9743 Branch: perl
9744 ! ext/XS/Typemap/Typemap.xs
9745____________________________________________________________________________
9746[ 10373] By: jhi on 2001/06/01 15:34:49
9747 Log: The metaconfig units changes for #10372.
9748 Branch: metaconfig/U/perl
9749 + d_realpath.U d_sresgproto.U d_sresuproto.U
9750 ! gccvers.U i_db.U
9751____________________________________________________________________________
9752[ 10372] By: jhi on 2001/06/01 15:34:24
9753 Log: Configure tweaks; record the Berkeley DB version,
9754 probe for realpath(), for setresuid() and setresgid()
9755 prototypes; use realpath() (try to be paranoid enough),
9756 use the setres[ug]id prototypes because glibc has the functions
9757 but not their prototypes; add -Wall -ansi to gcc ccflags;
9758 regen toc.
9759 Branch: perl
9760 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9761 ! config_h.SH configure.com epoc/config.sh
9762 ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
9763 ! uconfig.h uconfig.sh util.c vos/config.alpha.def
9764 ! vos/config.ga.def win32/config.bc win32/config.gc
9765 ! win32/config.vc
9766____________________________________________________________________________
9767[ 10371] By: jhi on 2001/06/01 12:50:05
9768 Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
9769 From: Michael G Schwern <schwern@pobox.com>
9770 Date: Fri, 1 Jun 2001 11:28:14 +0100
9771 Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
9772 Branch: perl
9773 ! lib/attributes.pm xsutils.c
9774____________________________________________________________________________
9775[ 10370] By: jhi on 2001/06/01 12:48:55
9776 Log: Subject: [PATCH] Fix -Wall on XS::Typemap
9777 From: Tim Jenness <t.jenness@jach.hawaii.edu>
9778 Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
9779 Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
9780 Branch: perl
9781 ! ext/XS/Typemap/Typemap.xs
9782____________________________________________________________________________
9783[ 10369] By: jhi on 2001/06/01 12:47:21
9784 Log: Subject: [patch] Cwd.xs optimizations/abstraction
9785 From: Doug MacEachern <dougm@covalent.net>
9786 Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
9787 Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net>
9788 Branch: perl
9789 ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
9790 ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
9791____________________________________________________________________________
9792[ 10368] By: jhi on 2001/06/01 12:32:00
9793 Log: Subject: Re: Why t/lib/extutils.t is failing (was Re: [PATCH] Re: [PATCH] Re: [SPAM] Re: [SPAM] Re: [EGGS] Re: [BACON] Re: [TOAST] Re: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!])
9794 From: Nicholas Clark <nick@ccl4.org>
9795 Date: Thu, 31 May 2001 23:56:40 +0100
9796 Message-ID: <20010531235640.F12698@plum.flirble.org>
9797
9798 Make the test work also under only static extensions
9799 (sh Configure -Uusedl fakes this nicely)
9800 Branch: perl
9801 ! t/lib/extutils.t
9802____________________________________________________________________________
9803[ 10367] By: jhi on 2001/06/01 12:27:53
9804 Log: Subject: [PATCH hv.c] Eliminating trigraph
9805 From: Michael G Schwern <schwern@pobox.com>
9806 Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
9807 Date: Fri, 1 Jun 2001 11:49:56 +0100
9808 Branch: perl
9809 ! hv.c
9810____________________________________________________________________________
9811[ 10366] By: jhi on 2001/06/01 12:14:57
9812 Log: Subject: Re: [PATCH] Tests for File::Compare
9813 From: "Philip Newton" <Philip.Newton@gmx.net>
9814 Date: Thu, 31 May 2001 19:44:05 +0200
9815 Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
9816
9817 Unnecessary "quotation marks".
9818 Branch: perl
9819 ! t/lib/filecomp.t
9820____________________________________________________________________________
9821[ 10365] By: jhi on 2001/06/01 12:13:26
9822 Log: Integrate perlio.
9823 Branch: perl
9824 !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
9825____________________________________________________________________________
9826[ 10364] By: nick on 2001/06/01 10:13:31
9827 Log: Cleanup dll.base and dll.exp created by GCC builds.
9828 Branch: perlio
9829 ! lib/ExtUtils/MM_Win32.pm
9830____________________________________________________________________________
9831[ 10363] By: nick on 2001/06/01 10:02:17
9832 Log: Make filecomp test work on CRLF platforms by adding binmode.
9833 Branch: perlio
9834 ! t/lib/filecomp.t
9835____________________________________________________________________________
9836[ 10362] By: nick on 2001/06/01 08:37:17
9837 Log: Integrate mainline
9838 Branch: perlio
9839 !> Changes Configure patchlevel.h perlio.c
9840____________________________________________________________________________
9841[ 10361] By: jhi on 2001/05/31 15:09:34
9842 Log: panic:claustrophobia.
9843 Branch: perl
9844 ! perlio.c
9845____________________________________________________________________________
9846[ 10360] By: jhi on 2001/05/31 13:04:25
9847 Log: Update Changes.
9848 Branch: perl
9849 ! Changes patchlevel.h
9850____________________________________________________________________________
9851[ 10359] By: nick on 2001/05/31 12:35:50
9852 Log: Integrate mainline.
9853 Branch: perlio
9854 +> t/lib/filecomp.t
9855 !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
9856 !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
9857____________________________________________________________________________
54848fd9
JH
9858[ 10358] By: jhi on 2001/05/31 12:35:05
9859 Log: Integrate perlio.
9860 Branch: perl
9861 !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
9862 !> win32/config_H.vc
9863____________________________________________________________________________
9864[ 10357] By: jhi on 2001/05/31 12:34:04
9865 Log: Metaconfig unit change for #10356.
9866 Branch: metaconfig
9867 ! U/installdirs/inc_version_list.U
9868____________________________________________________________________________
9869[ 10356] By: jhi on 2001/05/31 12:33:41
9870 Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
9871 (idea from Sarathy; implementation from Andy)
9872 Branch: perl
9873 ! Configure
9874____________________________________________________________________________
9875[ 10355] By: jhi on 2001/05/31 12:18:06
9876 Log: More AUTHORS.
9877 Branch: perl
9878 ! AUTHORS
9879____________________________________________________________________________
9880[ 10354] By: jhi on 2001/05/31 12:16:24
9881 Log: Subject: Re: [PATCH] Tests for File::Compare
9882 From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
9883 Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
9884 Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
9885 Branch: perl
9886 + t/lib/filecomp.t
9887 ! MANIFEST t/lib/1_compile.t
9888____________________________________________________________________________
9889[ 10353] By: jhi on 2001/05/31 12:11:24
9890 Log: Subject: [PATCH] DEBUG_* macro cleanups
9891 From: Abhijit Menon-Sen <ams@wiw.org>
9892 Date: Thu, 31 May 2001 12:16:22 +0530
9893 Message-ID: <20010531121622.B4829@lustre.linux.in>
9894
9895 Subject: Re: [PATCH] DEBUG_* macro cleanups
9896 From: Abhijit Menon-Sen <ams@wiw.org>
9897 Date: Thu, 31 May 2001 13:57:01 +0530
9898 Message-ID: <20010531135701.A21775@lustre.linux.in>
9899
9900 (The DEBUG_ definitions in perl.h changed to use the
9901 STMT_START and STMT_END.)
9902 Branch: perl
9903 ! perl.h pp_ctl.c sv.c toke.c
9904____________________________________________________________________________
9905[ 10352] By: jhi on 2001/05/31 11:53:31
9906 Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
9907 From: Abhijit Menon-Sen <ams@wiw.org>
9908 Date: Thu, 31 May 2001 08:27:55 +0530
9909 Message-ID: <20010531082755.A10018@lustre.linux.in>
9910 Branch: perl
9911 ! ext/Storable/Storable.xs gv.c perl.c
9912____________________________________________________________________________
9913[ 10351] By: jhi on 2001/05/31 11:45:16
9914 Log: Subject: [PATCH] AUTHORS
9915 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
9916 Date: Thu, 31 May 2001 01:27:59 -0500
9917 Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
9918
9919 Subject: Re: [PATCH] AUTHORS
9920 From: "Philip Newton" <Philip.Newton@gmx.net>
9921 Date: Thu, 31 May 2001 10:08:06 +0200
9922 (Message-Id missing?)
9923 Branch: perl
9924 ! AUTHORS
9925____________________________________________________________________________
9926[ 10350] By: nick on 2001/05/31 11:40:43
9927 Log: win32 - dmake regen_config_h
9928 Branch: perlio
9929 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
9930____________________________________________________________________________
9931[ 10349] By: jhi on 2001/05/31 11:38:27
9932 Log: Subject: Re: [PATCH util.c] More warning cleanups.
9933 From: "Philip Newton" <Philip.Newton@gmx.net>
9934 Date: Thu, 31 May 2001 07:41:36 +0200
9935 Message-Id: <200105310538.IAA25458@taku.hut.fi>
9936
9937 Undo C++-ism that snekt in.
9938 Branch: perl
9939 ! util.c
9940____________________________________________________________________________
9941[ 10348] By: nick on 2001/05/31 11:36:46
9942 Log: Tolerate Win32 numerics
9943 Branch: perlio
9944 ! t/pragma/warn/toke
9945____________________________________________________________________________
9946[ 10347] By: jhi on 2001/05/31 11:29:40
9947 Log: Integrate perlio.
9948 Branch: perl
9949 !> perlio.c win32/win32.h
9950____________________________________________________________________________
9951[ 10346] By: nick on 2001/05/31 10:54:55
9952 Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
9953 perlio.c change 10255.
9954 Branch: perlio
9955 ! perlio.c
9956____________________________________________________________________________
9957[ 10345] By: nick on 2001/05/31 10:01:57
9958 Log: Conditionaly put back some "unused" dTHX which are used
9959 with PERL_IMPLICIT_SYS
9960 Branch: perlio
9961 ! perlio.c
9962____________________________________________________________________________
9963[ 10344] By: nick on 2001/05/31 10:00:59
9964 Log: Fix Win32 for new spelling IN_BYTES
9965 Branch: perlio
9966 ! win32/win32.h
9967____________________________________________________________________________
9968[ 10343] By: nick on 2001/05/31 08:01:32
9969 Log: perlio.c -Wall cleaner under MULTIPLICITY
9970 - still minor noise with linux stdio
9971 Branch: perlio
9972 ! perlio.c
9973____________________________________________________________________________
9974[ 10342] By: nick on 2001/05/31 07:52:23
9975 Log: Integrate mainline.
9976 Branch: perlio
9977 !> (integrate 42 files)
9978____________________________________________________________________________
9979[ 10341] By: jhi on 2001/05/31 01:39:02
9980 Log: AUTHORS updates.
9981 Branch: perl
9982 ! AUTHORS
9983____________________________________________________________________________
9984[ 10340] By: jhi on 2001/05/31 00:19:29
9985 Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
9986 From: Peter Prymmer <pvhp@forte.com>
9987 Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
9988 Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
9989 Branch: perl
9990 ! t/lib/md5-file.t
9991____________________________________________________________________________
9992[ 10339] By: jhi on 2001/05/31 00:16:44
9993 Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
9994 patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
9995 to match the pragma name; various robustness cleanups.
9996 Branch: perl
9997 ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
9998 ! sv.c toke.c utf8.c utf8.h utfebcdic.h
9999____________________________________________________________________________
10000[ 10338] By: jhi on 2001/05/30 23:56:14
10001 Log: More -Wall sweeping.
10002 Branch: perl
10003 ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
10004 ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
10005 ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
10006 ! regcomp.c sv.c toke.c utf8.c
10007____________________________________________________________________________
10008[ 10337] By: jhi on 2001/05/30 23:20:23
10009 Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
10010 From: Nicholas Clark <nick@ccl4.org>
10011 Date: Wed, 30 May 2001 22:34:41 +0100
10012 Message-ID: <20010530223441.Y86445@plum.flirble.org>
10013 Branch: perl
10014 ! t/op/cmp.t
10015____________________________________________________________________________
10016[ 10336] By: jhi on 2001/05/30 23:18:48
f508f4bf
JH
10017 Log: It's is not, it isn't ain't, and it's it's, not its,
10018 if you mean it is. If you don't, it's its. Then too,
10019 it's hers. It isn't her's. It isn't our's either.
10020 It's ours, and likewise yours and theirs.
54848fd9
JH
10021 -- Oxford University Press, Edpress News
10022 Branch: perl
10023 ! lib/autouse.pm
10024____________________________________________________________________________
10025[ 10335] By: jhi on 2001/05/30 23:12:30
10026 Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
10027 Branch: perl
10028 ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
10029 ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
10030 ! x2p/str.c x2p/walk.c xsutils.c
10031____________________________________________________________________________
10032[ 10334] By: jhi on 2001/05/30 22:52:41
10033 Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
10034 From: Michael G Schwern <schwern@pobox.com>
10035 Date: Wed, 30 May 2001 17:10:38 +0100
10036 Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
10037
10038 Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
10039 From: Abhijit Menon-Sen <ams@wiw.org>
10040 Date: Wed, 30 May 2001 23:16:13 +0530
10041 Message-ID: <20010530231613.A31933@lustre.linux.in>
10042 Branch: perl
10043 ! perl.c t/run/runenv.t
10044____________________________________________________________________________
10045[ 10333] By: jhi on 2001/05/30 22:25:02
f508f4bf
JH
10046 Log: (Retracted by #10375.)
10047
10048 IRIX hints patch from Merijn Broeren.
54848fd9
JH
10049
10050 TODO: (this and the earlier Linux hints patch) should be solved
10051 at Configure level. Merijn: -ldb should not be used on any platform
10052 for perl, just when linking DBFile itself. Trying to be helpful here
10053 is counterproductive.
10054 Branch: perl
10055 ! hints/irix_6.sh
10056____________________________________________________________________________
10057[ 10332] By: jhi on 2001/05/30 22:11:13
10058 Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
10059 From: Nicholas Clark <nick@ccl4.org>
10060 Date: Wed, 30 May 2001 23:20:58 +0100
10061 Message-ID: <20010530232058.B86445@plum.flirble.org>
10062 Branch: perl
10063 ! doop.c
10064____________________________________________________________________________
10065[ 10331] By: jhi on 2001/05/30 22:09:49
10066 Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
10067 From: Michael G Schwern <schwern@pobox.com>
10068 Date: Wed, 30 May 2001 15:24:20 +0100
10069 Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
10070 Branch: perl
10071 ! t/pragma/autouse.t
10072____________________________________________________________________________
10073[ 10330] By: jhi on 2001/05/30 22:02:21
10074 Log: The regex trick wasn't a good idea.
10075 Branch: perl
10076 ! pod/perlfaq4.pod
10077____________________________________________________________________________
10078[ 10329] By: nick on 2001/05/30 18:34:35
10079 Log: Integrate mainline
10080 Branch: perlio
10081 !> (integrate 40 files)
10082____________________________________________________________________________
10083[ 10328] By: jhi on 2001/05/30 14:28:39
10084 Log: Update Changes.
10085 Branch: perl
10086 ! Changes patchlevel.h
10087____________________________________________________________________________
10088[ 10327] By: jhi on 2001/05/30 14:07:01
10089 Log: The metaconfig unit change for #10325.
10090 Branch: metaconfig
10091 + U/modified/afs.U
10092____________________________________________________________________________
4e488382
JH
10093[ 10326] By: jhi on 2001/05/30 14:06:36
10094 Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
10095 is now wrong.
10096 Branch: perl
10097 ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
10098____________________________________________________________________________
10099[ 10325] By: jhi on 2001/05/30 14:04:28
10100 Log: Introduce $Config{afsroot}.
10101 Branch: perl
10102 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10103 ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
10104 ! win32/config.gc win32/config.vc
10105____________________________________________________________________________
10106[ 10324] By: jhi on 2001/05/30 13:49:44
f508f4bf
JH
10107 Log: (Retracted by #10375.)
10108
10109 Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
4e488382
JH
10110 Branch: perl
10111 ! hints/linux.sh
10112____________________________________________________________________________
10113[ 10323] By: jhi on 2001/05/30 13:49:29
10114 Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
10115 (Also Configure tweaks needed; coming up soon.)
10116 Branch: perl
10117 ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
10118____________________________________________________________________________
10119[ 10322] By: jhi on 2001/05/30 13:37:56
10120 Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
10121 From: Michael G Schwern <schwern@pobox.com>
10122 Date: Sun, 27 May 2001 10:29:43 +0100
10123 Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
10124 Branch: perl
10125 ! lib/perl5db.pl
10126____________________________________________________________________________
10127[ 10321] By: jhi on 2001/05/30 13:36:28
10128 Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
10129 and Abhijit Menon-Sen.
10130 Branch: perl
10131 ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
10132 ! perl.c pp_sys.c regcomp.c
10133____________________________________________________________________________
10134[ 10320] By: jhi on 2001/05/30 13:35:27
10135 Log: Fix the BOOT section to call myU2time properly.
10136 Branch: perl
10137 ! ext/Time/HiRes/HiRes.xs
10138____________________________________________________________________________
10139[ 10319] By: jhi on 2001/05/30 13:06:09
10140 Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
10141 From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
10142 Date: Wed, 30 May 2001 09:44:29 -0400
10143 Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
10144
10145 Detypo; plus add one more trick.
10146 Branch: perl
10147 ! pod/perlfaq4.pod
10148____________________________________________________________________________
10149[ 10318] By: jhi on 2001/05/30 12:47:11
10150 Log: Subject: Re: [PATCH lib/autouse.pm t/pragma/autouse.t] (was Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed)
10151 From: Michael G Schwern <schwern@pobox.com>
10152 Date: Wed, 30 May 2001 14:39:06 +0100
10153 Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
10154 Branch: perl
10155 ! lib/autouse.pm t/pragma/autouse.t
10156____________________________________________________________________________
10157[ 10317] By: jhi on 2001/05/30 12:46:02
10158 Log: Subject: Re: AIX and gcc (moving targets)
10159 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10160 Date: Wed, 30 May 2001 15:25:08 +0200
10161 Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
10162 Branch: perl
10163 ! ext/Time/HiRes/HiRes.xs
10164____________________________________________________________________________
10165[ 10316] By: jhi on 2001/05/30 12:40:46
10166 Log: Subject: [PATCH t/TEST] sorting tests
10167 From: Michael G Schwern <schwern@pobox.com>
10168 Date: Wed, 30 May 2001 10:24:02 +0100
10169 Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
10170 Branch: perl
10171 ! t/TEST
10172____________________________________________________________________________
10173[ 10315] By: jhi on 2001/05/30 12:37:43
10174 Log: Subject: [ID 20010529.002] typos in man page perlre
10175 From: bart@cg681574-a.adubn1.nj.home.com
10176 Date: Tue, 29 May 2001 13:58:59 -0500
10177 Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
10178 Branch: perl
10179 ! pod/perlre.pod
10180____________________________________________________________________________
10181[ 10314] By: jhi on 2001/05/30 12:33:53
10182 Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
10183 From: "Craig A. Berry" <craigberry@mac.com>
10184 Date: Tue, 29 May 2001 23:23:45 -0500
10185 Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
10186 Branch: perl
10187 ! t/lib/extutils.t t/pragma/autouse.t
10188____________________________________________________________________________
10189[ 10313] By: jhi on 2001/05/30 12:32:17
10190 Log: Subject: Re: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (patch to t/lib/filefind.t as requested)
10191 From: David Dyck <dcd@tc.fluke.com>
10192 Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
10193 Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
10194 Branch: perl
10195 ! t/lib/filefind.t
10196____________________________________________________________________________
10197[ 10312] By: jhi on 2001/05/30 12:31:02
10198 Log: AIX hints update for gcc from Merijn H. Brand.
10199 Branch: perl
10200 ! hints/aix.sh
10201____________________________________________________________________________
10202[ 10311] By: jhi on 2001/05/30 12:18:20
10203 Log: Retract #10295 and #10296: a more generic solution
10204 is needed (there's something funny with gcc on AIX).
10205 Branch: perl
10206 ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
10207____________________________________________________________________________
10208[ 10310] By: jhi on 2001/05/30 12:08:07
10209 Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
10210 From: Hugo <hv@crypt.compulink.co.uk>
10211 Date: Wed, 30 May 2001 11:59:19 +0100
10212 Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
10213
10214 localizing $@ has unfortunate semantics - if you die past
10215 a local $@, the die message is lost.
10216 Branch: perl
10217 ! lib/utf8_heavy.pl
10218____________________________________________________________________________
10219[ 10309] By: nick on 2001/05/30 08:23:02
10220 Log: Integrate mainline (autouse works again.)
10221 Branch: perlio
10222 !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
10223 !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
10224 !> pod/perlvar.pod t/op/cmp.t
10225____________________________________________________________________________
10226[ 10308] By: jhi on 2001/05/30 01:55:02
10227 Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
10228 From: David Dyck <dcd@tc.fluke.com>
10229 Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
10230 Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
10231 Branch: perl
10232 ! lib/File/Find.pm
10233____________________________________________________________________________
10234[ 10307] By: jhi on 2001/05/30 01:47:22
10235 Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
10236 From: Nicholas Clark <nick@ccl4.org>
10237 Date: Tue, 29 May 2001 23:16:09 +0100
10238 Message-ID: <20010529231609.U86445@plum.flirble.org>
10239
10240 Make the test output slightly clearer by distinguishing
10241 between '' and undef.
10242 Branch: perl
10243 ! t/op/cmp.t
10244____________________________________________________________________________
10245[ 10306] By: jhi on 2001/05/30 01:45:12
10246 Log: Subject: [PATCH 5.6.1] flushNULL OS/2
10247 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10248 Date: Tue, 29 May 2001 19:15:19 -0400
10249 Message-ID: <20010529191519.A16020@math.ohio-state.edu>
10250 Branch: perl
10251 ! hints/os2.sh
10252____________________________________________________________________________
10253[ 10305] By: jhi on 2001/05/30 01:42:36
10254 Log: Subject: perlvar.pod addition
10255 From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
10256 Date: Fri, 25 May 2001 20:23:12 +0200
10257 Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
10258
10259 Subject: Re: perlvar.pod addition
10260 From: "Abigail" <abigail@foad.org>
10261 Date: Fri, 25 May 2001 22:00:39 +0200
10262 Message-ID: <20010525200039.28029.qmail@foad.org>
10263
10264 Mention $a and $b in perlvar.
10265 Branch: perl
10266 ! pod/perlvar.pod
10267____________________________________________________________________________
10268[ 10304] By: jhi on 2001/05/30 01:36:37
10269 Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
10270 From: Jeff Pinyan <jeffp@crusoe.net>
10271 Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
10272 Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
10273 Branch: perl
10274 ! pod/perlvar.pod
10275____________________________________________________________________________
10276[ 10303] By: jhi on 2001/05/30 01:35:31
10277 Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
10278 From: Jeff Pinyan <jeffp@crusoe.net>
10279 Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
10280 Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
10281 Branch: perl
10282 ! pod/perlfaq6.pod
10283____________________________________________________________________________
10284[ 10302] By: jhi on 2001/05/29 20:18:49
10285 Log: Mention Time::localtime and Time::gmtime.
10286 Branch: perl
10287 ! ext/Time/Piece/Piece.pm
10288____________________________________________________________________________
10289[ 10301] By: jhi on 2001/05/29 20:13:54
10290 Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
10291 From: Michael G Schwern <schwern@pobox.com>
10292 Date: Tue, 29 May 2001 18:51:32 +0100
10293 Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
10294 Branch: perl
10295 ! pod/perlfaq4.pod
10296____________________________________________________________________________
10297[ 10300] By: jhi on 2001/05/29 20:12:09
10298 Log: Retract #10243.
10299 Branch: perl
10300 ! lib/autouse.pm
10301____________________________________________________________________________
10302[ 10299] By: nick on 2001/05/29 18:41:19
10303 Log: Post weekend integrate mainline (fails one test pragma/autouse).
10304 Branch: perlio
10305 +> (branch 29 files)
10306 !> (integrate 91 files)
10307____________________________________________________________________________
10308[ 10298] By: jhi on 2001/05/29 16:29:19
10309 Log: Update Changes.
10310 Branch: perl
10311 ! Changes patchlevel.h
10312____________________________________________________________________________
55bceba6
JH
10313[ 10297] By: jhi on 2001/05/29 16:25:47
10314 Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
10315 before Perl_load_module/Perl_call_method and restore the value
10316 after if !SvTRUE(ERRSV). (from Inaba Hiroto)
10317 Branch: perl
10318 ! utf8.c
10319____________________________________________________________________________
10320[ 10296] By: jhi on 2001/05/29 16:01:53
10321 Log: Subject: Re: AIX and gcc (moving targets)
10322 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10323 Date: Tue, 29 May 2001 17:59:40 +0200
10324 Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
10325 Branch: perl
10326 ! ext/Storable/Makefile.PL
10327____________________________________________________________________________
10328[ 10295] By: jhi on 2001/05/29 15:59:05
10329 Log: Subject: Re: AIX and gcc (moving targets)
10330 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10331 Date: Tue, 29 May 2001 12:32:57 +0200
10332 Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
10333 Branch: perl
10334 ! ext/POSIX/Makefile.PL
10335____________________________________________________________________________
10336[ 10294] By: jhi on 2001/05/29 15:53:43
f508f4bf
JH
10337 Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
10338 From: Michael G Schwern <schwern@pobox.com>
10339 Date: Tue, 29 May 2001 09:53:29 +0100
10340 Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
10341
54848fd9 10342 (#10280 retracted)
55bceba6
JH
10343 Branch: perl
10344 ! lib/Test/Harness.pm t/lib/test-harness.t
10345____________________________________________________________________________
10346[ 10293] By: jhi on 2001/05/29 15:46:10
54848fd9
JH
10347 Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
10348 From: Michael G Schwern <schwern@pobox.com>
10349 Date: Tue, 29 May 2001 09:19:52 +0100
10350 Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
55bceba6
JH
10351 Branch: perl
10352 + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
10353 + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
10354 + t/lib/Test/todo.t
10355 ! MANIFEST lib/Test.pm t/TEST
10356____________________________________________________________________________
10357[ 10292] By: jhi on 2001/05/29 15:34:08
54848fd9
JH
10358 Log: From: Michael G Schwern <schwern@pobox.com>
10359 Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
10360 Date: Tue, 29 May 2001 08:26:09 +0100
10361 Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
55bceba6
JH
10362 Branch: perl
10363 ! t/TEST
10364____________________________________________________________________________
10365[ 10291] By: jhi on 2001/05/29 15:29:37
10366 Log: Add tests for Time::gmtime and Time::localtime.
10367 Branch: perl
10368 + t/lib/time-gmtime.t t/lib/time-localtime.t
10369 ! MANIFEST t/lib/1_compile.t
10370____________________________________________________________________________
10371[ 10290] By: jhi on 2001/05/29 15:15:44
10372 Log: Add test for File::stat.
10373 Branch: perl
10374 + t/lib/filestat.t
10375 ! MANIFEST t/lib/1_compile.t
10376____________________________________________________________________________
10377[ 10289] By: jhi on 2001/05/29 15:05:38
10378 Log: Add test for Net::servent.
10379 Branch: perl
10380 + t/lib/net-sent.t
10381 ! MANIFEST t/lib/1_compile.t
10382____________________________________________________________________________
10383[ 10288] By: jhi on 2001/05/29 14:57:15
10384 Log: Add test for Net::protoent.
10385 Branch: perl
10386 + t/lib/net-pent.t
10387 ! MANIFEST t/lib/1_compile.t
10388____________________________________________________________________________
10389[ 10287] By: jhi on 2001/05/29 14:53:10
10390 Log: Add test for Net::netent.
10391 Branch: perl
10392 + t/lib/net-nent.t
10393 ! MANIFEST t/lib/1_compile.t
10394____________________________________________________________________________
10395[ 10286] By: jhi on 2001/05/29 14:31:57
10396 Log: Add test for User::grent. Portability doubtful.
10397 Branch: perl
10398 + t/lib/user-grent.t
10399 ! MANIFEST t/lib/1_compile.t
10400____________________________________________________________________________
10401[ 10285] By: jhi on 2001/05/29 14:24:20
10402 Log: Add test for User::pwent.
10403 Probably will fall down somewhere for portability reasons.
10404 Branch: perl
10405 + t/lib/user-pwent.t
10406 ! MANIFEST t/lib/1_compile.t
10407____________________________________________________________________________
10408[ 10284] By: jhi on 2001/05/29 13:26:43
10409 Log: Metaconfig units changes for #10283.
10410 Branch: metaconfig
10411 ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
10412 ! U/installdirs/siteman1.U U/installdirs/siteman3.U
10413 ! U/installdirs/sitescript.U U/modified/Signal.U
10414____________________________________________________________________________
10415[ 10283] By: jhi on 2001/05/29 13:26:24
10416 Log: Subject: [PATCH 5.6.1] signal names in Configure
10417 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10418 Date: Tue, 29 May 2001 03:52:25 -0400
10419 Message-ID: <20010529035225.A9400@math.ohio-state.edu>
10420
10421 Subject: [PATCH 5.6.1] older perl in Configure
10422 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10423 Date: Tue, 29 May 2001 03:55:40 -0400
10424 Message-ID: <20010529035539.A9411@math.ohio-state.edu>
10425
10426 Subject: [PATCH 5.6.1] goofs in Configure
10427 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10428 Date: Tue, 29 May 2001 04:13:07 -0400
10429 Message-ID: <20010529041307.A9658@math.ohio-state.edu>
10430
10431 Configure portability tweaks.
10432 Branch: perl
10433 ! Configure
10434____________________________________________________________________________
10435[ 10282] By: jhi on 2001/05/29 12:41:41
10436 Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
10437 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10438 Date: Tue, 29 May 2001 04:07:06 -0400
10439 Message-ID: <20010529040706.A9579@math.ohio-state.edu>
10440 Branch: perl
10441 ! os2/os2.c
10442____________________________________________________________________________
10443[ 10281] By: jhi on 2001/05/29 12:40:31
10444 Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
10445 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10446 Date: Tue, 29 May 2001 04:01:38 -0400
10447 Message-ID: <20010529040138.A9482@math.ohio-state.edu>
10448 Branch: perl
10449 ! hints/os2.sh os2/Makefile.SHs
10450____________________________________________________________________________
10451[ 10280] By: jhi on 2001/05/29 12:38:48
10452 Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
10453 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10454 Date: Tue, 29 May 2001 03:50:18 -0400
10455 Message-ID: <20010529035018.A9387@math.ohio-state.edu>
10456 Branch: perl
10457 ! lib/Test/Harness.pm
10458____________________________________________________________________________
10459[ 10279] By: jhi on 2001/05/29 12:34:53
10460 Log: Additional safeguard against $@ getting trampled; idea from Hugo.
10461 Branch: perl
10462 ! lib/utf8_heavy.pl
10463____________________________________________________________________________
10464[ 10278] By: jhi on 2001/05/29 02:15:24
10465 Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
10466 From: Hugo <hv@crypt.compulink.co.uk>
10467 Date: Tue, 29 May 2001 03:03:45 +0100
10468 Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
10469
10470 Explanation why the $@ always gets the UTF8 flag when under use utf8--
10471 because we told it to have the flag when under use utf8.
10472 Branch: perl
10473 ! pp_ctl.c
10474____________________________________________________________________________
10475[ 10277] By: jhi on 2001/05/29 00:51:34
10476 Log: At least a partial fix for 20010528.004.
10477 Branch: perl
10478 ! lib/utf8_heavy.pl
10479____________________________________________________________________________
10480[ 10276] By: jhi on 2001/05/29 00:42:59
10481 Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
10482 From: Nicholas Clark <nick@ccl4.org>
10483 Date: Mon, 28 May 2001 23:39:38 +0100
10484 Message-ID: <20010528233938.M86445@plum.flirble.org>
10485
10486 More portable non-zero UV.
10487 Branch: perl
10488 ! t/lib/extutils.t
10489____________________________________________________________________________
10490[ 10275] By: jhi on 2001/05/29 00:40:28
10491 Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
10492 From: Nicholas Clark <nick@ccl4.org>
10493 Date: Mon, 28 May 2001 22:46:09 +0100
10494 Message-ID: <20010528224608.L86445@plum.flirble.org>
10495
10496 Test also "make clean".
10497 Branch: perl
10498 ! t/lib/extutils.t
10499____________________________________________________________________________
10500[ 10274] By: jhi on 2001/05/29 00:39:18
10501 Log: Subject: Re: Would -Wno-unused -Wall be better?
10502 From: Michael G Schwern <schwern@pobox.com>
10503 Date: Tue, 29 May 2001 00:55:54 +0100
10504 Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
10505 Branch: perl
10506 ! pp.h
10507____________________________________________________________________________
10508[ 10273] By: jhi on 2001/05/29 00:36:06
10509 Log: Add a test for 20010528.007, fixed in #10272.
10510 Branch: perl
10511 ! t/op/misc.t toke.c
10512____________________________________________________________________________
10513[ 10272] By: jhi on 2001/05/29 00:21:12
10514 Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space
10515 From: Hugo <hv@crypt.compulink.co.uk>
10516 Date: Tue, 29 May 2001 00:23:23 +0100
10517 Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
10518 Branch: perl
10519 ! toke.c
10520____________________________________________________________________________
10521[ 10271] By: jhi on 2001/05/28 22:52:11
10522 Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
10523 From: Michael G Schwern <schwern@pobox.com>
10524 Date: Tue, 29 May 2001 00:42:59 +0100
10525 Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
10526 Branch: perl
10527 ! t/pragma/autouse.t
10528____________________________________________________________________________
10529[ 10270] By: jhi on 2001/05/28 21:44:06
10530 Log: Some shells seemingly arrange the signal handlers differently
10531 (bug id 20010521.004).
10532 Branch: perl
10533 ! t/lib/sigaction.t
10534____________________________________________________________________________
10535[ 10269] By: jhi on 2001/05/28 20:34:21
10536 Log: Regen perlmodlib.
10537 Branch: perl
10538 ! pod/perlmodlib.pod
10539____________________________________________________________________________
10540[ 10268] By: jhi on 2001/05/28 19:08:45
10541 Log: Update Changes.
10542 Branch: perl
10543 ! Changes patchlevel.h
10544____________________________________________________________________________
71c736f5
JH
10545[ 10267] By: jhi on 2001/05/28 19:03:54
10546 Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
10547 From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
10548 Date: Mon, 28 May 2001 14:56:35 -0500
10549 Message-ID: <20010528145635.L8487@chaos.wustl.edu>
10550 Branch: perl
10551 ! pod/perlnewmod.pod
10552____________________________________________________________________________
10553[ 10266] By: jhi on 2001/05/28 18:35:03
10554 Log: Regen toc.
10555 Branch: perl
10556 ! pod/perltoc.pod
10557____________________________________________________________________________
10558[ 10265] By: jhi on 2001/05/28 18:33:32
10559 Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array)
10560 From: "Richard Soderberg" <rs@crystalflame.net>
10561 Date: Mon, 28 May 2001 12:31:23 -0700
10562 Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
10563 Branch: perl
10564 ! t/op/splice.t
10565____________________________________________________________________________
10566[ 10264] By: jhi on 2001/05/28 17:59:00
10567 Log: The #10260 was too bold: locales and utf8 still do not mix.
10568 Branch: perl
10569 ! t/pragma/locale.t
10570____________________________________________________________________________
10571[ 10263] By: jhi on 2001/05/28 17:52:25
10572 Log: Subject: [PATCH] Pod nitpicks
10573 From: "Richard Soderberg" <rs@crystalflame.net>
10574 Date: Mon, 28 May 2001 10:08:58 -0700
10575 Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
10576 Branch: perl
10577 ! pod/perl571delta.pod pod/perlapi.pod sv.h
10578____________________________________________________________________________
10579[ 10262] By: jhi on 2001/05/28 17:50:05
10580 Log: Upgrade to I18N::LangTags 0.22.
10581 Branch: perl
10582 + lib/I18N/LangTags/List.pod
10583 ! MANIFEST lib/I18N/LangTags.pm
10584____________________________________________________________________________
10585[ 10261] By: jhi on 2001/05/28 17:23:40
10586 Log: A slightly more serious bug found by -Mutf8; op/misc and
10587 lib/complex dumped core.
10588 Branch: perl
10589 ! regexec.c
10590____________________________________________________________________________
10591[ 10260] By: jhi on 2001/05/28 16:58:11
10592 Log: Various buglets shaken out by -Mutf8.
10593 Branch: perl
10594 ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
10595 ! t/pragma/locale.t
10596____________________________________________________________________________
10597[ 10259] By: jhi on 2001/05/28 15:48:46
10598 Log: STDERR looks much like STDOUT. (Subtest #2 wasn't really okay.)
10599 Branch: perl
10600 ! t/lib/carp.t
10601____________________________________________________________________________
10602[ 10258] By: jhi on 2001/05/28 15:32:41
10603 Log: Subject: [PATCH] todo patch
10604 From: Artur Bergman <artur@contiller.se>
10605 Date: Mon, 28 May 2001 17:03:51 +0200
10606 Message-ID: <B7383577.F34%artur@contiller.se>
10607 Branch: perl
10608 ! pod/perltodo.pod
10609____________________________________________________________________________
10610[ 10257] By: jhi on 2001/05/28 15:31:25
10611 Log: Subject: typo in perlguts.pod
10612 From: "John P. Linderman" <jpl@research.att.com>
10613 Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
10614 Message-Id: <200105281335.JAA27851@raptor.research.att.com>
10615 Branch: perl
10616 ! pod/perlguts.pod
10617____________________________________________________________________________
10618[ 10256] By: jhi on 2001/05/28 15:30:42
10619 Log: Subject: AIX and gcc (moving targets)
10620 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10621 Date: Mon, 28 May 2001 12:54:04 +0200
10622 Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
10623 Branch: perl
10624 ! hints/aix.sh
10625____________________________________________________________________________
10626[ 10255] By: jhi on 2001/05/28 15:28:55
10627 Log: Subject: Re: perlio + multiple perl_alloc..destruct
10628 From: Doug MacEachern <dougm@covalent.net>
10629 Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
10630 Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
10631 Branch: perl
10632 ! perlio.c
10633____________________________________________________________________________
10634[ 10254] By: jhi on 2001/05/28 15:27:49
10635 Log: The #10251 wasn't quite up-to-the-code.
10636 Branch: perl
10637 ! t/op/misc.t
10638____________________________________________________________________________
10639[ 10253] By: jhi on 2001/05/28 15:26:39
10640 Log: Test case for bug 20010526.004, fixed in #10252.
10641 Branch: perl
10642 ! t/op/taint.t
10643____________________________________________________________________________
10644[ 10252] By: jhi on 2001/05/28 15:26:14
10645 Log: Subject: Re: [ID 20010526.004] Taint looses value
10646 From: Hugo <hv@crypt.compulink.co.uk>
10647 Date: Sun, 27 May 2001 20:39:32 +0100
10648 Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
10649 Branch: perl
10650 ! sv.c
10651____________________________________________________________________________
10652[ 10251] By: jhi on 2001/05/28 15:13:40
10653 Log: Test case for 20010422.005, fixed by #10250.
10654 Branch: perl
10655 ! t/op/misc.t
10656____________________________________________________________________________
10657[ 10250] By: jhi on 2001/05/28 15:11:16
10658 Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD
10659 From: Spider Boardman <spider@Orb.Nashua.NH.US>
10660 Date: Mon, 28 May 2001 06:39:12 -0400
10661 Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
10662 Branch: perl
10663 ! toke.c
10664____________________________________________________________________________
10665[ 10249] By: jhi on 2001/05/28 15:09:24
10666 Log: Linerewrapping.
10667 Branch: perl
10668 ! lib/open.pm
10669____________________________________________________________________________
10670[ 10248] By: jhi on 2001/05/28 15:09:07
10671 Log: Updates on the modules list.
10672 Branch: perl
10673 ! t/lib/1_compile.t
10674____________________________________________________________________________
10675[ 10247] By: jhi on 2001/05/28 15:03:35
10676 Log: Add a test for PerlIO.
10677
10678 (I probably got the crlf/raw thing wrong for clrfy platforms...)
10679 Branch: perl
10680 + t/lib/perlio.t
10681 ! MANIFEST lib/PerlIO.pm
10682____________________________________________________________________________
10683[ 10246] By: jhi on 2001/05/28 14:24:08
10684 Log: Add a test for carp et alia.
10685 Branch: perl
10686 + t/lib/carp.t
10687 ! MANIFEST
10688____________________________________________________________________________
10689[ 10245] By: jhi on 2001/05/28 13:42:55
10690 Log: Adding the new test would be swell.
10691 Branch: perl
10692 + t/pragma/autouse.t
10693____________________________________________________________________________
10694[ 10244] By: jhi on 2001/05/28 13:42:34
10695 Log: Add a test for the autouse pragma.
10696 Branch: perl
10697 ! MANIFEST
10698____________________________________________________________________________
10699[ 10243] By: jhi on 2001/05/28 13:26:25
10700 Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
10701 From: dLux <dlux@spam.sch.bme.hu>
10702 Date: Sun, 27 May 2001 16:14:26 +0200
10703 Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
10704 Branch: perl
10705 ! lib/autouse.pm
10706____________________________________________________________________________
10707[ 10242] By: jhi on 2001/05/28 13:21:50
10708 Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
10709 From: "Richard Soderberg" <rs@crystalflame.net>
10710 Date: Mon, 28 May 2001 03:56:36 -0700
10711 Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
10712 Branch: perl
10713 ! utils/dprofpp.PL
10714____________________________________________________________________________
10715[ 10241] By: jhi on 2001/05/28 13:18:56
10716 Log: Subject: Re: [ID 20010522.003] Time::Local module bug
10717 From: "Stephen P. Potter" <spp@spotter.yi.org>
10718 Date: Tue, 22 May 2001 11:40:25 -0400
10719 Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
10720
10721 Subject: Re: [ID 20010522.003] Time::Local module bug
10722 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
10723 Date: Tue, 22 May 2001 11:50:19 -0400
10724 Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
10725 Branch: perl
10726 ! lib/Time/Local.pm
10727____________________________________________________________________________
10728[ 10240] By: jhi on 2001/05/27 22:44:49
10729 Log: The PERL_DL_NONLAZY can have whitespace in front.
10730 Branch: perl
10731 ! t/lib/extutils.t
10732____________________________________________________________________________
10733[ 10239] By: jhi on 2001/05/27 21:23:21
10734 Log: Document strftime() and strptime().
10735 Branch: perl
10736 ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
10737____________________________________________________________________________
10738[ 10238] By: jhi on 2001/05/27 20:29:07
10739 Log: Make Time::Piece::strptime() to be a function, not a method.
10740 Branch: perl
10741 ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
10742____________________________________________________________________________
10743[ 10237] By: jhi on 2001/05/27 20:22:09
10744 Log: Tweak the test to be more portable.
10745 Branch: perl
10746 ! t/lib/extutils.t
10747____________________________________________________________________________
10748[ 10236] By: jhi on 2001/05/27 19:15:54
10749 Log: Subject: PATCH: Re: Re: Attributes that tie
10750 From: Leon Brocard <acme@astray.com>
10751 Date: Sun, 27 May 2001 12:37:29 +0100
10752 Message-ID: <20010527123729.A22663@ns0.astray.com>
10753
10754 Document that variable attributes are not currently usable
10755 for tieing. (An ugly limitation that should be fixed.)
10756 Branch: perl
10757 ! lib/attributes.pm
10758____________________________________________________________________________
10759[ 10235] By: jhi on 2001/05/27 19:03:31
10760 Log: Microperl tweaks.
10761 Branch: perl
10762 ! Makefile.micro uconfig.h uconfig.sh
10763____________________________________________________________________________
10764[ 10234] By: jhi on 2001/05/27 18:22:09
10765 Log: Add make target for microperl (kind of silly, but convenient).
10766 Branch: perl
10767 ! Makefile.SH
10768____________________________________________________________________________
10769[ 10233] By: jhi on 2001/05/27 18:18:56
10770 Log: O_APPEND and O_TRUNC are not portable. (Not available e.g.
10771 for microperl.)
10772 Branch: perl
10773 ! doio.c
10774____________________________________________________________________________
10775[ 10232] By: jhi on 2001/05/27 17:57:18
10776 Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files
10777 From: rspier@pobox.com (Robert Spier)
10778 Date: Sat, 26 May 2001 20:05:23 -0400
10779 Message-ID: <15120.17603.148648.12430@rls.cx>
10780
10781 Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
10782 From: rspier@pobox.com (Robert Spier)
10783 Date: Sun, 27 May 2001 00:23:12 -0400
10784 Message-ID: <15120.33072.511966.767230@rls.cx>
10785 Branch: perl
10786 ! doio.c pod/perlfunc.pod
10787____________________________________________________________________________
10788[ 10231] By: jhi on 2001/05/27 15:45:20
10789 Log: Regen toc. (And add the README.tru64 from #10230 to MANIFEST.)
10790 Branch: perl
10791 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
10792____________________________________________________________________________
10793[ 10230] By: jhi on 2001/05/27 15:41:06
10794 Log: Add README.tru64.
10795 Branch: perl
10796 + README.tru64
10797____________________________________________________________________________
10798[ 10229] By: jhi on 2001/05/27 13:50:57
10799 Log: Integrate Locale::Maketext 1.01 from Sean Burke.
10800 Branch: perl
10801 + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
10802 + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
10803 ! MANIFEST
10804____________________________________________________________________________
10805[ 10228] By: jhi on 2001/05/27 13:43:38
10806 Log: Integrate I18N::LangTags from Sean Burke.
10807
10808 TODO: the language list from RFC 3066 needs to be integrated
10809 and made available somehow. The list is included in the
10810 I18N-LangTags 0.21 distribution, but it is undocumented
10811 and unconnected to the module.
10812 Branch: perl
10813 + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
10814 ! MANIFEST
10815____________________________________________________________________________
10816[ 10227] By: jhi on 2001/05/27 01:41:33
10817 Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
10818 envisioned by Sarathy.
10819 Branch: perl
10820 ! t/op/ver.t toke.c
10821____________________________________________________________________________
10822[ 10226] By: jhi on 2001/05/27 00:28:34
10823 Log: Subject: [ID 20010525.001] Pod typo nits fixed
10824 From: lvirden@cas.org
10825 Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
10826 Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
10827
10828 minus the perlsolaris decimation plus the
10829
10830 Subject: Re: [ID 20010525.001] Pod typo nits fixed
10831 From: "Philip Newton" <Philip.Newton@gmx.net>
10832 Date: Fri, 25 May 2001 18:05:55 +0200
10833 Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
10834 Branch: perl
10835 ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
10836 ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
10837 ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
10838 ! pod/perlutil.pod pod/perlxstut.pod
10839____________________________________________________________________________
10840[ 10225] By: jhi on 2001/05/26 22:38:16
10841 Log: return clauses are nice.
10842 Branch: perl
10843 ! sv.c
10844____________________________________________________________________________
10845[ 10224] By: jhi on 2001/05/26 22:35:31
10846 Log: Subject: change 10199 backwards?
10847 From: Doug MacEachern <dougm@covalent.net>
10848 Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
10849 Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
10850 Branch: perl
10851 ! sv.c
10852____________________________________________________________________________
10853[ 10223] By: jhi on 2001/05/26 22:31:46
10854 Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
10855 From: Hugo <hv@crypt.compulink.co.uk>
10856 Date: Sat, 26 May 2001 17:05:12 +0100
10857 Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
10858 Branch: perl
10859 + t/op/gmagic.t
10860 ! MANIFEST doop.c embed.h embed.pl global.sym
10861 ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
10862 ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
10863____________________________________________________________________________
10864[ 10222] By: jhi on 2001/05/26 22:10:38
10865 Log: Regen headers for #10221.
10866 Branch: perl
10867 ! global.sym objXSUB.h perlapi.c
10868____________________________________________________________________________
10869[ 10221] By: jhi on 2001/05/26 22:06:06
10870 Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
10871 From: Juha Laiho <juha.laiho@Elma.Net>
10872 Date: Thu, 3 May 2001 09:51:30 +0300
10873 Message-Id: <200105030651.JAA327254@tokka.elma.fi>
10874 Branch: perl
10875 ! embed.pl
10876____________________________________________________________________________
10877[ 10220] By: jhi on 2001/05/26 22:01:30
10878 Log: Subject: Re: [PATCH] Re: stability of sort()?
10879 From: "John P. Linderman" <jpl@research.att.com>
10880 Date: Sat, 26 May 2001 13:27:19 -0400
10881 Message-Id: <200105261727.NAA06654@raptor.research.att.com>
10882 Branch: perl
10883 ! pod/perlfunc.pod
10884____________________________________________________________________________
10885[ 10219] By: jhi on 2001/05/26 14:02:34
10886 Log: Integrate perlio.
10887 Branch: perl
10888 !> pod/perlguts.pod
10889____________________________________________________________________________
10890[ 10218] By: jhi on 2001/05/26 13:39:52
10891 Log: Subject: [PATCH perl@10210] PerlIO for VMS
10892 From: "Craig A. Berry" <craigberry@mac.com>
10893 Date: Sat, 26 May 2001 09:34:11 -0500
10894 Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
10895 Branch: perl
10896 ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
10897 ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
10898 ! vms/vmsish.h
10899____________________________________________________________________________
10900[ 10217] By: jhi on 2001/05/26 13:19:05
10901 Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12 doesn't stop on breakpoints
10902 From: David Dyck <dcd@tc.fluke.com>
10903 Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
10904 Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
10905 Branch: perl
10906 ! lib/perl5db.pl
10907____________________________________________________________________________
10908[ 10216] By: jhi on 2001/05/26 13:17:47
10909 Log: Subject: utf8 regexp tests
10910 From: Hugo <hv@crypt.compulink.co.uk>
10911 Date: Fri, 25 May 2001 22:35:01 +0100
10912 Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
10913 Branch: perl
10914 ! t/op/regexp.t
10915____________________________________________________________________________
10916[ 10215] By: jhi on 2001/05/26 13:15:40
10917 Log: Subject: [PATCH] Re: stability of sort()?
10918 From: Nicholas Clark <nick@ccl4.org>
10919 Date: Fri, 25 May 2001 22:40:19 +0100
10920 Message-ID: <20010525224019.B86445@plum.flirble.org>
10921 Branch: perl
10922 ! pod/perlfunc.pod
10923____________________________________________________________________________
10924[ 10214] By: jhi on 2001/05/26 13:14:30
10925 Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
10926 From: John Peacock <jpeacock@rowman.com>
10927 Date: Thu, 24 May 2001 22:14:01 -0400
10928 Message-ID: <3B0DBFE9.A7C49084@rowman.com>
10929 Branch: perl
10930 ! mg.c scope.c sv.c
10931____________________________________________________________________________
10932[ 10213] By: jhi on 2001/05/26 13:08:56
10933 Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
10934 From: Nicholas Clark <nick@ccl4.org>
10935 Date: Sun, 20 May 2001 19:24:13 +0100
10936 Message-ID: <20010520192413.G83222@plum.flirble.org>
10937 Branch: perl
10938 + lib/ExtUtils/Constant.pm t/lib/extutils.t
10939 ! MANIFEST utils/h2xs.PL
10940____________________________________________________________________________
10941[ 10212] By: nick on 2001/05/26 09:49:28
10942 Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
10943 add a few more notes there on use of mortals on the stack.
10944 Branch: perlio
10945 ! pod/perlguts.pod
10946____________________________________________________________________________
10947[ 10211] By: nick on 2001/05/26 09:05:36
10948 Log: Integrate mainline
10949 Branch: perlio
10950 +> t/lib/fcntl.t t/pragma/vars.t
10951 !> (integrate 49 files)
10952____________________________________________________________________________
10953[ 10210] By: jhi on 2001/05/25 12:29:16
10954 Log: Update Changes.
10955 Branch: perl
10956 ! Changes patchlevel.h
10957____________________________________________________________________________
610045af
JH
10958[ 10209] By: jhi on 2001/05/25 12:24:45
10959 Log: Based on
10960
10961 Subject: [PATCH pp.c] Wrapping pack("C",256)
10962 From: Simon Cozens <simon@netthink.co.uk>
10963 Date: Sat, 12 May 2001 17:58:41 +0100
10964 Message-ID: <20010512175841.A6132@netthink.co.uk>
10965 Branch: perl
10966 ! pod/perldiag.pod pp.c t/pragma/warn/pp
10967____________________________________________________________________________
10968[ 10208] By: jhi on 2001/05/25 01:37:03
10969 Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
10970 From: "Brendan O'Dea" <bod@compusol.com.au>
10971 Date: Fri, 25 May 2001 11:18:29 +1000
10972 Message-ID: <20010525111829.A28411@compusol.com.au>
10973
10974 (Slightly modified.)
10975 Branch: perl
10976 ! lib/Term/Cap.pm
10977____________________________________________________________________________
10978[ 10207] By: jhi on 2001/05/25 01:12:14
10979 Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
10980 From: Hugo <hv@crypt.compulink.co.uk>
10981 Date: Fri, 25 May 2001 02:13:25 +0100
10982 Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
10983 Branch: perl
10984 ! t/op/misc.t
10985____________________________________________________________________________
10986[ 10206] By: jhi on 2001/05/25 01:07:59
10987 Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
10988 From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
10989 Date: Fri, 25 May 2001 10:25:36 +0900
10990 Message-Id: <200105250124.KAA19571@toshiba.co.jp>
10991 Branch: perl
10992 ! regcomp.c regexec.c
10993____________________________________________________________________________
10994[ 10205] By: jhi on 2001/05/25 01:07:00
10995 Log: Subject: [PATCH #2] stash autovivification and method call error messages
10996 From: Ilmari Karonen <iltzu@sci.fi>
10997 Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
10998 Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
10999 Branch: perl
11000 ! gv.c pp_hot.c t/op/method.t
11001____________________________________________________________________________
11002[ 10204] By: jhi on 2001/05/25 01:03:50
11003 Log: Add make target and documentation for gprof profiling.
11004 Branch: perl
11005 ! Makefile.SH pod/perlhack.pod
11006____________________________________________________________________________
11007[ 10203] By: jhi on 2001/05/24 21:09:36
11008 Log: Subject: Don't think about UTF8
11009 From: Mike Guy <mjtg@cam.ac.uk>
11010 Date: Tue, 22 May 2001 14:35:39 +0100
11011 Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
11012 Branch: perl
11013 ! sv.h
11014____________________________________________________________________________
11015[ 10202] By: jhi on 2001/05/24 21:07:25
11016 Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
11017 From: Geraint A Edwards <gedge@serf.org>
11018 Date: Thu, 24 May 2001 22:51:24 +0100
11019 Message-Id: <20010524225124.A34981@cymru.serf.org>
11020 Branch: perl
11021 ! x2p/find2perl.PL
11022____________________________________________________________________________
11023[ 10201] By: jhi on 2001/05/24 21:02:30
11024 Log: DB_File has its own attribute story.
11025 Branch: perl
11026 ! ext/DB_File/DB_File.xs
11027____________________________________________________________________________
11028[ 10200] By: jhi on 2001/05/24 19:54:21
11029 Log: Subject: Re: Making perl with -Wall
11030 From: Andy Dougherty <doughera@lafayette.edu>
11031 Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
11032 Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
11033 Branch: perl
11034 ! perl.h
11035____________________________________________________________________________
11036[ 10199] By: jhi on 2001/05/24 15:15:03
11037 Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
11038 From: "Richard Soderberg" <rs@crystalflame.net>
11039 Date: Thu, 24 May 2001 08:58:16 -0700
11040 Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
11041 Branch: perl
11042 ! sv.c
11043____________________________________________________________________________
11044[ 10198] By: jhi on 2001/05/24 15:10:04
11045 Log: IV/UV casting fixes from Nicholas Clark.
11046 Branch: perl
11047 ! perl.h pp_sys.c util.c
11048____________________________________________________________________________
11049[ 10197] By: jhi on 2001/05/24 14:19:44
11050 Log: Subject: Re: Making perl with -Wall
11051 From: Michael G Schwern <schwern@pobox.com>
11052 Date: Thu, 24 May 2001 15:40:28 +0100
11053 Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
11054 Branch: perl
11055 ! malloc.c perl.h
11056____________________________________________________________________________
11057[ 10196] By: jhi on 2001/05/24 14:04:41
11058 Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync
11059 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11060 Date: Tue, 22 May 2001 11:49:37 +0200
11061 Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
11062 Branch: metaconfig
11063 ! U/modified/Oldsym.U
11064 Branch: metaconfig/U/perl
11065 ! patchlevel.U
11066 Branch: perl
11067 ! Configure config_h.SH myconfig.SH
11068____________________________________________________________________________
11069[ 10195] By: jhi on 2001/05/24 13:25:04
11070 Log: Under versiononly install also the scripts with the version suffix.
11071 (e.g. .../bin/h2xs5.7.1)
11072 Branch: perl
11073 ! installperl
11074____________________________________________________________________________
11075[ 10194] By: jhi on 2001/05/24 13:02:49
11076 Log: Subject: [PATCH] Stop segfault in mg.c:636
11077 From: "Richard Soderberg" <rs@crystalflame.net>
11078 Date: Thu, 24 May 2001 05:51:52 -0700
11079 Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
11080 Branch: perl
11081 ! mg.c
11082____________________________________________________________________________
11083[ 10193] By: jhi on 2001/05/24 12:37:13
11084 Log: Iteration continues; hopefully convergently.
11085 Branch: perl
11086 ! t/lib/b-stash.t
11087____________________________________________________________________________
11088[ 10192] By: jhi on 2001/05/24 12:36:35
11089 Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
11090 From: Gisle Aas <gisle@ActiveState.com>
11091 Date: 23 May 2001 16:13:10 -0700
11092 Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
11093 Branch: perl
11094 ! op.c toke.c
11095____________________________________________________________________________
11096[ 10191] By: jhi on 2001/05/24 12:25:12
11097 Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
11098 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
11099 Date: Thu, 24 May 2001 05:05:22 -0500
11100 Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
11101 Branch: perl
11102 ! lib/dumpvar.pl lib/perl5db.pl
11103____________________________________________________________________________
11104[ 10190] By: jhi on 2001/05/24 12:24:07
11105 Log: Subject: Re: [ID 20010524.001] perl5db.pl x @INC doesn't work like it used to
11106 From: David Dyck <dcd@tc.fluke.com>
11107 Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
11108 Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
11109 Branch: perl
11110 ! lib/perl5db.pl
11111____________________________________________________________________________
11112[ 10189] By: jhi on 2001/05/23 22:43:31
11113 Log: Tiny pod nits on READMEs, mostly whitespace issues.
11114 Branch: perl
11115 ! README.amiga README.dos README.macos README.mpeix README.vmesa
11116 ! README.win32
11117____________________________________________________________________________
11118[ 10188] By: jhi on 2001/05/23 22:26:03
11119 Log: The DG/UX part of the 20010521.005.
11120 Branch: perl
11121 ! README.dgux
11122____________________________________________________________________________
11123[ 10187] By: jhi on 2001/05/23 22:04:05
11124 Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems
11125 From: Hugo <hv@crypt.compulink.co.uk>
11126 Date: Mon, 21 May 2001 16:32:02 +0100
11127 Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
11128 Branch: perl
11129 ! regcomp.c t/op/misc.t
11130____________________________________________________________________________
11131[ 10186] By: jhi on 2001/05/23 21:42:15
11132 Log: Subject: [PATCH] Extra UNIVERSAL tests
11133 From: Mike Guy <mjtg@cam.ac.uk>
11134 Date: Wed, 23 May 2001 12:29:20 +0100
11135 Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
11136 Branch: perl
11137 ! t/op/universal.t
11138____________________________________________________________________________
11139[ 10185] By: jhi on 2001/05/23 21:38:48
11140 Log: Subject: [PATCH] Remove EQ keyword
11141 From: Mike Guy <mjtg@cam.ac.uk>
11142 Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
11143 Date: Wed, 23 May 2001 11:17:29 +0100
11144 Branch: perl
11145 ! keywords.h keywords.pl
11146____________________________________________________________________________
11147[ 10184] By: jhi on 2001/05/23 21:29:41
11148 Log: Subject: [PATCH] lib/perl5db.pl
11149 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
11150 Date: Wed, 23 May 2001 02:18:03 -0500
11151 Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
11152 Branch: perl
11153 ! lib/perl5db.pl
11154____________________________________________________________________________
11155[ 10183] By: jhi on 2001/05/23 21:27:54
11156 Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
11157 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
11158 Date: Tue, 22 May 2001 23:34:41 -0500
11159 Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
11160 Branch: perl
11161 ! lib/Term/Cap.pm
11162____________________________________________________________________________
11163[ 10182] By: jhi on 2001/05/23 21:24:30
11164 Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
11165 From: davem@fdgroup.co.uk
11166 Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
11167 Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
11168 Branch: perl
11169 ! emacs/e2ctags.pl
11170____________________________________________________________________________
11171[ 10181] By: jhi on 2001/05/23 21:23:29
11172 Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
11173 From: Michael G Schwern <schwern@pobox.com>
11174 Date: Tue, 22 May 2001 14:15:09 +0100
11175 Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
11176 Branch: perl
11177 ! lib/vars.pm
11178____________________________________________________________________________
11179[ 10180] By: jhi on 2001/05/23 21:22:14
11180 Log: Subject: [PATCH lib/vars.pm] Odd code nit
11181 From: Michael G Schwern <schwern@pobox.com>
11182 Date: Tue, 22 May 2001 14:14:28 +0100
11183 Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
11184 Branch: perl
11185 ! lib/vars.pm
11186____________________________________________________________________________
11187[ 10179] By: jhi on 2001/05/23 21:19:51
11188 Log: Use the new use vars feature.
11189 Branch: perl
11190 ! t/lib/b-stash.t
11191____________________________________________________________________________
11192[ 10178] By: jhi on 2001/05/23 21:19:28
11193 Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
11194 From: Mike Guy <mjtg@cam.ac.uk>
11195 Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
11196 Date: Tue, 22 May 2001 13:11:39 +0100
11197 Branch: perl
11198 + t/pragma/vars.t
11199 ! MANIFEST lib/vars.pm t/lib/1_compile.t
11200____________________________________________________________________________
11201[ 10177] By: jhi on 2001/05/23 21:01:48
11202 Log: -qlongdouble considered harmful by Merijn.
11203 Branch: perl
11204 ! hints/aix.sh
11205____________________________________________________________________________
11206[ 10176] By: jhi on 2001/05/21 13:21:21
11207 Log: Update Changes.
11208 Branch: perl
11209 ! Changes patchlevel.h
11210____________________________________________________________________________
6b736850
JH
11211[ 10175] By: jhi on 2001/05/21 13:17:28
11212 Log: Add a test of its very own for Fcntl. Hopefully portable.
11213 Branch: perl
11214 + t/lib/fcntl.t
11215 ! MANIFEST
11216____________________________________________________________________________
11217[ 10174] By: jhi on 2001/05/21 12:45:41
11218 Log: Must be trickier for 'minitest' not to die.
11219 Branch: perl
11220 ! t/op/taint.t
11221____________________________________________________________________________
11222[ 10173] By: jhi on 2001/05/21 11:24:43
11223 Log: Can't declare other people's variables.
11224 Branch: perl
11225 ! t/lib/b-stash.t
11226____________________________________________________________________________
11227[ 10172] By: jhi on 2001/05/20 20:33:08
11228 Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
11229 Branch: perl
11230 ! doio.c t/op/taint.t
11231____________________________________________________________________________
11232[ 10171] By: jhi on 2001/05/20 20:18:45
11233 Log: The OS/2 variable needs to be declared.
11234 Branch: perl
11235 ! t/lib/b-stash.t
11236____________________________________________________________________________
11237[ 10170] By: nick on 2001/05/20 16:48:29
11238 Log: Integrate mainline
11239 Branch: perlio
11240 !> (integrate 41 files)
11241____________________________________________________________________________
11242[ 10169] By: jhi on 2001/05/20 11:50:20
11243 Log: Small perlsec updates: clarify the taintedness of filename
11244 globbing; suggest using Scalar::Util::tainted().
11245 Branch: perl
11246 ! pod/perlsec.pod
11247____________________________________________________________________________
11248[ 10168] By: jhi on 2001/05/20 11:24:11
11249 Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
11250 From: Dave Mitchell <davem@fdgroup.co.uk>
11251 Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
11252 Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
11253 Branch: perl
11254 ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
11255 ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
11256 ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
11257 ! xsutils.c
11258____________________________________________________________________________
11259[ 10167] By: jhi on 2001/05/20 11:12:14
11260 Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
11261 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11262 Date: Sat, 19 May 2001 04:08:46 -0400
11263 Message-ID: <20010519040846.A16969@math.ohio-state.edu>
11264 Branch: perl
11265 ! lib/ExtUtils/Mksymlists.pm makedef.pl
11266____________________________________________________________________________
11267[ 10166] By: jhi on 2001/05/20 11:08:27
11268 Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
11269 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11270 Date: Sat, 19 May 2001 04:30:45 -0400
11271 Message-ID: <20010519043045.A17033@math.ohio-state.edu>
11272 Branch: perl
11273 ! os2/os2.c
11274____________________________________________________________________________
11275[ 10165] By: jhi on 2001/05/20 11:07:06
11276 Log: Subject: [PATCH 5.6.1] build bugs OS/2
11277 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11278 Date: Sat, 19 May 2001 04:35:28 -0400
11279 Message-ID: <20010519043528.A17363@math.ohio-state.edu>
11280 Branch: perl
11281 ! os2/Makefile.SHs os2/os2.c
11282____________________________________________________________________________
11283[ 10164] By: jhi on 2001/05/20 11:06:01
11284 Log: Subject: [PATCH 5.6.1] Mis-Failing tests
11285 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11286 Date: Sat, 19 May 2001 04:04:23 -0400
11287 Message-ID: <20010519040423.A16861@math.ohio-state.edu>
11288
11289 (In bleadperl patched b-stash.t instead of b.t)
11290 Branch: perl
11291 ! t/lib/b-stash.t t/lib/bigfltpm.t
11292____________________________________________________________________________
11293[ 10163] By: jhi on 2001/05/20 10:59:46
11294 Log: Subject: [PATCH 5.6.1] perl5db
11295 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11296 Date: Sat, 19 May 2001 03:49:09 -0400
11297 Message-ID: <20010519034909.A14902@math.ohio-state.edu>
11298 Branch: perl
11299 ! lib/perl5db.pl
11300____________________________________________________________________________
11301[ 10162] By: jhi on 2001/05/20 10:58:18
11302 Log: Subject: [PATCH] require $mod where $mod has touched numeric context
11303 From: Gisle Aas <gisle@ActiveState.com>
11304 Date: 18 May 2001 14:24:51 -0700
11305 Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
11306 Branch: perl
11307 ! pp_ctl.c
11308____________________________________________________________________________
11309[ 10161] By: jhi on 2001/05/20 10:57:00
11310 Log: Subject: [PATCH] Chomp should not always stringify
11311 From: Gisle Aas <gisle@ActiveState.com>
11312 Date: 18 May 2001 07:55:25 -0700
11313 Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
11314 Branch: perl
11315 ! doop.c t/op/chop.t
11316____________________________________________________________________________
11317[ 10160] By: jhi on 2001/05/20 10:49:40
11318 Log: Integrate perlio.
11319 Branch: perl
11320 !> pod/perlfunc.pod
11321____________________________________________________________________________
11322[ 10159] By: nick on 2001/05/20 09:39:46
11323 Log: Document some more of open's features.
11324 Branch: perlio
11325 ! pod/perlfunc.pod
11326____________________________________________________________________________
11327[ 10158] By: gsar on 2001/05/18 18:43:38
11328 Log: back out change#10153 (it has compatibility issues such as the
11329 changed behavior of /[~%@+-]/, and after talking to Jarkko, the
11330 benefit for 5.6.x doesn't seem worth the risk)
11331 Branch: maint-5.6/perl
11332 ! toke.c
11333____________________________________________________________________________
11334[ 10157] By: jhi on 2001/05/18 17:05:40
11335 Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
11336 Branch: perl
11337 ! x2p/s2p.PL
11338____________________________________________________________________________
11339[ 10156] By: jhi on 2001/05/18 12:06:40
11340 Log: Update Changes.
11341 Branch: perl
11342 ! Changes patchlevel.h
11343____________________________________________________________________________
acd7faf1
JH
11344[ 10155] By: jhi on 2001/05/18 11:58:57
11345 Log: Integrate change #10144 from maintperl.
11346
11347 s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
11348 Branch: perl
11349 !> win32/config.bc win32/config.gc win32/config.vc
11350 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
11351____________________________________________________________________________
11352[ 10154] By: nick on 2001/05/18 07:23:03
11353 Log: Integrate mainline.
11354 Branch: perlio
11355 +> README.dgux t/lib/i18n-collate.t utils.lst
11356 !> (integrate 49 files)
11357____________________________________________________________________________
11358[ 10153] By: jhi on 2001/05/18 00:41:51
11359 Log: Integrate change #7224 from mainline into maintperl.
11360
11361 Allow @+ and @- to be doublequoted, from Simon Cozens.
11362 (Approved by Larry, see Tom's comment in 20000830.005.)
11363 Branch: maint-5.6/perl
11364 !> toke.c
11365____________________________________________________________________________
11366[ 10152] By: jhi on 2001/05/17 23:18:15
11367 Log: Subject: [PATCH bleadperl] small lookbehind fix
11368 From: Hugo <hv@crypt.compulink.co.uk>
11369 Date: Fri, 18 May 2001 00:07:19 +0100
11370 Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
11371 Branch: perl
11372 ! regexec.c
11373____________________________________________________________________________
11374[ 10151] By: jhi on 2001/05/17 22:00:06
11375 Log: Detypos.
11376 Branch: perl
11377 ! installman utils.lst
11378____________________________________________________________________________
11379[ 10150] By: jhi on 2001/05/17 20:32:48
11380 Log: Add better debug to glob/basic #8 as suggested by Nick Clark
11381 in 20001222.001.
11382 Branch: perl
11383 ! t/lib/glob-basic.t
11384____________________________________________________________________________
11385[ 10149] By: jhi on 2001/05/17 20:08:58
11386 Log: Subject: [PATCH] Test for bug 20010515.004
11387 From: Benjamin Sugars <bsugars@canoe.ca>
11388 Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
11389 Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
11390 Branch: perl
11391 ! t/op/misc.t
11392____________________________________________________________________________
11393[ 10148] By: jhi on 2001/05/17 20:06:23
11394 Log: Integrate #10145 from maintperl.
11395
11396 fix for ID 20010515.004 (needs test)
11397 Branch: perl
11398 !> pp_hot.c
11399____________________________________________________________________________
11400[ 10147] By: jhi on 2001/05/17 19:10:46
11401 Log: Thinko noticed by Doug MacEachern.
11402 Branch: perl
11403 ! thread.h
11404____________________________________________________________________________
11405[ 10146] By: jhi on 2001/05/17 17:30:37
11406 Log: Subject: Re: [PATCH] HERE mark in regex
11407 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
11408 Date: Thu, 17 May 2001 12:20:33 -0400
11409 Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu>
11410 Branch: perl
11411 ! t/op/re_tests
11412____________________________________________________________________________
11413[ 10145] By: gsar on 2001/05/17 16:59:55
11414 Log: fix for ID 20010515.004 (needs test)
11415 Branch: maint-5.6/perl
11416 ! pp_hot.c
11417____________________________________________________________________________
11418[ 10144] By: gsar on 2001/05/17 16:39:02
11419 Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
11420 Branch: maint-5.6/perl
11421 ! win32/config.bc win32/config.gc win32/config.vc
11422 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
11423____________________________________________________________________________
11424[ 10143] By: jhi on 2001/05/17 14:21:08
11425 Log: Macrofy the getspecific (and use it also in util.c)
11426 Branch: perl
11427 ! thread.h util.c
11428____________________________________________________________________________
11429[ 10142] By: jhi on 2001/05/17 01:43:50
11430 Log: Use the unchecked thread-specific key fetch also in Tru64.
11431 Branch: perl
11432 ! thread.h
11433____________________________________________________________________________
11434[ 10141] By: jhi on 2001/05/17 01:41:07
11435 Log: Subject: [PATCH 5.6.1]Quick thread speedup
11436 From: Dan Sugalski <dan@sidhe.org>
11437 Date: Wed, 16 May 2001 18:05:19 -0400
11438 Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
11439 Branch: perl
11440 ! thread.h util.c
11441____________________________________________________________________________
11442[ 10140] By: jhi on 2001/05/16 19:58:29
11443 Log: I think this is quite enough testing for a deprecated feature.
11444 Branch: perl
11445 + t/lib/i18n-collate.t
11446 ! MANIFEST t/lib/1_compile.t
11447____________________________________________________________________________
11448[ 10139] By: jhi on 2001/05/16 18:47:03
11449 Log: More HP-UX lore from Jeff Okamoto.
11450 Branch: perl
11451 ! README.hpux
11452____________________________________________________________________________
11453[ 10138] By: jhi on 2001/05/16 18:21:04
11454 Log: Sort utils.lst for easier maintenance.
11455 Branch: perl
11456 ! utils.lst
11457____________________________________________________________________________
11458[ 10137] By: jhi on 2001/05/16 18:12:01
11459 Log: Subject: Re: [PATCH] Abstract "utility" information from installman
11460 From: Tim Jenness <t.jenness@jach.hawaii.edu>
11461 Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
11462 Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
11463
11464 Add pod2latex to utils.lst.
11465 Branch: perl
11466 ! MANIFEST utils.lst
11467____________________________________________________________________________
11468[ 10136] By: jhi on 2001/05/16 18:00:00
11469 Log: Subject: Re: [PATCH] HERE mark in regex
11470 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
11471 Date: Wed, 16 May 2001 13:04:43 -0400
11472 Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu>
11473 Branch: perl
11474 ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
11475 ! t/op/regmesg.t t/pragma/warn/regcomp
11476____________________________________________________________________________
11477[ 10135] By: jhi on 2001/05/16 17:51:50
11478 Log: Subject: Re: [PATCH] Abstract "utility" information from installman
11479 From: Simon Cozens <simon@netthink.co.uk>
11480 Date: Wed, 16 May 2001 18:02:08 +0100
11481 Message-ID: <20010516180208.A6458@netthink.co.uk>
11482 Branch: perl
11483 ! installman utils.lst
11484____________________________________________________________________________
11485[ 10134] By: jhi on 2001/05/16 17:47:26
11486 Log: Subject: Re: [ID 20010515.001] -DPERL_Y2KWARN doesn't do what it should (Not OK: perl v5.7.1 +DEVEL10104 on i586-linux 2.2.16-22 (UNINST
11487 From: "Philip Newton" <pnewton@gmx.de>
11488 Date: Tue, 15 May 2001 15:09:30 +0200
11489 Message-ID: <3B0146AA.2839.17BFDA6@localhost>
11490
11491 Test case for #10128.
11492 Branch: perl
11493 ! t/pragma/warn/pp_hot
11494____________________________________________________________________________
11495[ 10133] By: jhi on 2001/05/16 15:12:52
11496 Log: Update Changes.
11497 Branch: perl
11498 ! Changes patchlevel.h
11499____________________________________________________________________________
5661b806
JH
11500[ 10132] By: jhi on 2001/05/16 14:50:55
11501 Log: Deprecate pseudo-hashes.
11502 Branch: perl
11503 ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
11504____________________________________________________________________________
11505[ 10131] By: jhi on 2001/05/16 14:26:01
11506 Log: HP-UX hints update from Merijn.
11507 Branch: perl
11508 ! hints/hpux.sh
11509____________________________________________________________________________
11510[ 10130] By: jhi on 2001/05/16 14:23:01
11511 Log: README.hpux update from Merijn.
11512 Branch: perl
11513 ! README.hpux
11514____________________________________________________________________________
11515[ 10129] By: jhi on 2001/05/16 14:18:56
11516 Log: Subject: Re: [PATCH] Abstract "utility" information from installman
11517 From: Simon Cozens <simon@netthink.co.uk>
11518 Date: Wed, 16 May 2001 15:57:55 +0100
11519 Message-ID: <20010516155755.A4728@netthink.co.uk>
11520 Branch: perl
11521 + utils.lst
11522 ! MANIFEST installman installperl
11523____________________________________________________________________________
11524[ 10128] By: jhi on 2001/05/16 14:15:36
11525 Log: Subject: Re: [ID 20010515.001] -DPERL_Y2KWARN doesn't do what it should (Not OK: perl v5.7.1 +DEVEL10104 on i586-linux 2.2.16-22 (UNINST
11526 From: "Philip Newton" <pnewton@gmx.de>
11527 Date: Tue, 15 May 2001 16:31:05 +0200
11528 Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
11529
11530 Fix PERL_Y2KWARN test to check before rather than after appending.
11531 Branch: perl
11532 ! pp_hot.c
11533____________________________________________________________________________
11534[ 10127] By: jhi on 2001/05/16 14:08:15
11535 Log: Regen Porting stuff.
11536 Branch: perl
11537 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11538 ! config_h.SH
11539____________________________________________________________________________
11540[ 10126] By: jhi on 2001/05/16 13:41:50
11541 Log: Metaconfig unit change for #10125.
11542 Branch: metaconfig
11543 ! U/modified/Oldconfig.U
11544____________________________________________________________________________
11545[ 10125] By: jhi on 2001/05/16 13:41:35
11546 Log: Use OSVERS.
11547 Branch: perl
11548 ! Configure config_h.SH perl.c
11549____________________________________________________________________________
11550[ 10124] By: jhi on 2001/05/16 13:41:09
11551 Log: Regen toc.
11552 Branch: perl
11553 ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
11554____________________________________________________________________________
11555[ 10123] By: jhi on 2001/05/16 13:25:38
11556 Log: Adding the README.dgux to the MANIFEST would be a good idea.
11557 Branch: perl
11558 ! MANIFEST
11559____________________________________________________________________________
11560[ 10122] By: jhi on 2001/05/16 13:08:33
11561 Log: Move the stack desire definition to thread.h.
11562 Branch: perl
11563 ! ext/Thread/Thread.xs thread.h
11564____________________________________________________________________________
11565[ 10121] By: jhi on 2001/05/16 13:00:12
11566 Log: DG-UX threading patches, including a README.dgux,
11567 from Takis Psarogiannakopoulos.
11568 Branch: perl
11569 + README.dgux
11570 ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
11571____________________________________________________________________________
11572[ 10120] By: jhi on 2001/05/16 12:55:33
11573 Log: Subject: [PATCH B::Deparse] More on /x regexes
11574 From: Robin Houston <robin@kitsite.com>
11575 Date: Tue, 15 May 2001 19:09:35 +0100
11576 Message-ID: <20010515190935.A27268@penderel>
11577 Branch: perl
11578 ! ext/B/B/Deparse.pm
11579____________________________________________________________________________
11580[ 10119] By: jhi on 2001/05/16 12:45:29
11581 Log: Document that the core time() may be rounding rather
11582 than truncating, would have saved at least my confusion.
11583 Branch: perl
11584 ! ext/Time/HiRes/HiRes.pm
11585____________________________________________________________________________
11586[ 10118] By: jhi on 2001/05/16 12:37:57
11587 Log: Subject: perl-current/t/time-hires.t
11588 From: John Peacock <jpeacock@rowman.com>
11589 Date: Fri, 11 May 2001 14:09:41 -0400
11590 Message-ID: <3AFC2AE5.5E787E54@rowman.com>
11591 Branch: perl
11592 ! t/lib/time-hires.t
11593____________________________________________________________________________
11594[ 10117] By: jhi on 2001/05/15 13:40:33
11595 Log: Subject: [PATCH dump.c] Op private flags
11596 From: Simon Cozens <simon@netthink.co.uk>
11597 Date: Sun, 13 May 2001 20:20:36 +0100
11598 Message-ID: <20010513202036.A21896@netthink.co.uk>
11599 Branch: perl
11600 ! dump.c
11601____________________________________________________________________________
11602[ 10116] By: jhi on 2001/05/15 13:28:26
11603 Log: Upgrade to Switch 2.03.
11604 Branch: perl
11605 ! lib/Switch.pm
11606____________________________________________________________________________
11607[ 10115] By: jhi on 2001/05/15 13:19:01
11608 Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
11609 to PERL_CONFIG_SH and use it consistently.
11610 Branch: maint-5.6/perl
11611 !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
11612 !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
11613 !> myconfig.SH writemain.SH
11614____________________________________________________________________________
11615[ 10114] By: jhi on 2001/05/15 13:13:21
11616 Log: Metaconfig units changes for #10113.
11617 Branch: metaconfig
11618 ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
11619____________________________________________________________________________
11620[ 10113] By: jhi on 2001/05/15 13:12:40
11621 Log: The problem described in 20010514.031 still wasn't
11622 fully cured, there were remnants of $CONFIG when
11623 $CONFIGDOTSH was expected. Now renamed to PERL_CONFIG_SH
11624 to avoid future conflicts.
11625 Branch: perl
11626 ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
11627 ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
11628 ! myconfig.SH writemain.SH
11629____________________________________________________________________________
11630[ 10112] By: jhi on 2001/05/15 11:55:44
11631 Log: Half of #10107 got lost.
11632 Branch: perl
11633 ! ext/B/B/Deparse.pm
11634____________________________________________________________________________
11635[ 10111] By: nick on 2001/05/15 08:39:14
11636 Log: Integrate mainline.
11637 Branch: perlio
11638 +> ext/POSIX/hints/uts.pl
11639 - Todo Todo-5.6 t/camel-III/vstring.t
11640 !> (integrate 48 files)
11641____________________________________________________________________________
11642[ 10110] By: jhi on 2001/05/15 02:04:05
11643 Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
11644 From: Robin Houston <robin@kitsite.com>
11645 Date: Mon, 14 May 2001 22:27:08 +0100
11646 Message-ID: <20010514222708.A22963@penderel>
11647 Branch: perl
11648 ! t/TestInit.pm
11649____________________________________________________________________________
11650[ 10109] By: jhi on 2001/05/15 02:03:12
11651 Log: Subject: [PATCH B::Deparse] Lvaluable method calls
11652 From: Robin Houston <robin@kitsite.com>
11653 Date: Mon, 14 May 2001 22:16:43 +0100
11654 Message-ID: <20010514221643.A22437@penderel>
11655 Branch: perl
11656 ! ext/B/B/Deparse.pm
11657____________________________________________________________________________
11658[ 10108] By: jhi on 2001/05/15 02:02:17
11659 Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
11660 From: Robin Houston <robin@kitsite.com>
11661 Date: Mon, 14 May 2001 22:03:44 +0100
11662 Message-ID: <20010514220344.A20643@penderel>
11663 Branch: perl
11664 ! ext/B/B/Deparse.pm
11665____________________________________________________________________________
11666[ 10107] By: jhi on 2001/05/15 02:01:24
11667 Log: Subject: [PATCH B::Deparse] "${foo}_bar"
11668 From: Robin Houston <robin@kitsite.com>
11669 Date: Mon, 14 May 2001 22:10:07 +0100
11670 Message-ID: <20010514221007.A21118@penderel>
11671 Branch: perl
11672 ! ext/B/B/Deparse.pm
11673____________________________________________________________________________
11674[ 10106] By: jhi on 2001/05/15 01:41:26
11675 Log: Fix for 20010514.037; substr() didn't invalidate the locale
11676 collation magic.
11677 Branch: perl
11678 ! pp.c
11679____________________________________________________________________________
11680[ 10105] By: jhi on 2001/05/14 18:18:24
11681 Log: Update Changes.
11682 Branch: perl
11683 ! Changes patchlevel.h
11684____________________________________________________________________________
b65a4548
JH
11685[ 10104] By: jhi on 2001/05/14 18:09:07
11686 Log: Retract #10094.
11687 Branch: perl
11688 ! lib/Pod/Text.pm
11689____________________________________________________________________________
11690[ 10103] By: jhi on 2001/05/14 15:20:58
11691 Log: Integrate change #10100 from maintperl.
11692
11693 PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
11694 bug ID 20010514.027)
11695 Branch: perl
11696 !> mg.c pp_ctl.c
11697____________________________________________________________________________
11698[ 10102] By: jhi on 2001/05/14 15:19:21
11699 Log: Document the deprecatedness of suidperl.
11700 Branch: perl
11701 ! INSTALL pod/perlfaq1.pod
11702____________________________________________________________________________
11703[ 10101] By: jhi on 2001/05/14 14:54:31
11704 Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
11705 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
11706 Date: Mon, 14 May 2001 09:38:59 -0400
11707 Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
11708 Branch: perl
11709 ! lib/ExtUtils/MM_Unix.pm
11710____________________________________________________________________________
11711[ 10100] By: gsar on 2001/05/14 14:43:50
11712 Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
11713 bug ID 20010514.027)
11714
11715 TODO: this needs a testsuite addition
11716 Branch: maint-5.6/perl
11717 ! mg.c pp_ctl.c
11718____________________________________________________________________________
11719[ 10099] By: jhi on 2001/05/14 13:42:38
11720 Log: More DWIMminess for Class::Struct: calling the array or hash
11721 accessors only with one argument, an array or a hash reference,
11722 sets the underlying array or hash. This mirrors nicely also
11723 the usage in the constructor.
11724 From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
11725 Branch: perl
11726 ! lib/Class/Struct.pm t/lib/class-struct.t
11727____________________________________________________________________________
11728[ 10098] By: jhi on 2001/05/14 13:10:34
11729 Log: Reference cmp'ing should go through the whole stringification
11730 process shebang, as pointed out by Sarathy in #10091.
11731 Branch: perl
11732 ! pp.c
11733____________________________________________________________________________
11734[ 10097] By: jhi on 2001/05/14 12:54:31
11735 Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
11736 From: Simon Cozens <simon@netthink.co.uk>
11737 Date: Sat, 12 May 2001 16:36:27 +0100
11738 Message-ID: <20010512163627.A5522@netthink.co.uk>
11739
11740 with some additions salvaged from Todo and Todo-5.6 before
11741 retiring them.
11742 Branch: perl
11743 - Todo Todo-5.6
11744 ! MANIFEST pod/perltodo.pod
11745____________________________________________________________________________
11746[ 10096] By: jhi on 2001/05/14 12:37:01
11747 Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
11748 From: "Golubev I. N." <gin@mo.msk.ru>
11749 Date: Mon, 07 May 2001 14:33:34 (GMT)
11750 Message-Id: <02453af6b23e63-gin@mo.msk.ru>
11751 Branch: perl
11752 ! perl.h
11753____________________________________________________________________________
11754[ 10095] By: jhi on 2001/05/14 12:34:24
11755 Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
11756 From: "Todd C. Miller" <Todd.Miller@courtesan.com>
11757 Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
11758 Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
11759 Branch: perl
11760 ! lib/ExtUtils/MM_Unix.pm
11761____________________________________________________________________________
11762[ 10094] By: jhi on 2001/05/14 12:32:44
11763 Log: (Retracted by #10104.)
11764
11765 Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
11766 From: barries <barries@slaysys.com>
11767 Date: Sat, 12 May 2001 01:28:10 -0400
11768 Message-ID: <20010512012810.B26358@jester.slaysys.com>
11769 Branch: perl
11770 ! lib/Pod/Text.pm
11771____________________________________________________________________________
11772[ 10093] By: jhi on 2001/05/14 12:30:38
11773 Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
11774 From: Mike Guy <mjtg@cam.ac.uk>
11775 Date: Sat, 12 May 2001 19:24:33 +0100
11776 Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
11777 Branch: perl
11778 ! lib/AutoSplit.pm
11779____________________________________________________________________________
11780[ 10092] By: jhi on 2001/05/14 12:29:21
11781 Log: Yet another HP-UX hints tweak from Merijn.
11782 Branch: perl
11783 ! hints/hpux.sh
11784____________________________________________________________________________
11785[ 10091] By: gsar on 2001/05/14 04:38:32
11786 Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
11787 isn't defined (changes#9366,9368,9370 from mainline without the
11788 pp_scmp() change)
11789 Branch: maint-5.6/perl
11790 ! pp.c pp.h pp_hot.c
11791____________________________________________________________________________
11792[ 10090] By: jhi on 2001/05/12 13:39:43
11793 Log: The sorting seems to happen now automatically.
11794 Branch: perl
11795 ! t/lib/glob-basic.t
11796____________________________________________________________________________
11797[ 10089] By: jhi on 2001/05/12 03:38:15
11798 Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
11799 From: Benjamin Sugars <bsugars@canoe.ca>
11800 Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
11801 Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
11802 Branch: perl
11803 ! pod/perlfunc.pod
11804____________________________________________________________________________
11805[ 10088] By: jhi on 2001/05/12 03:37:00
11806 Log: Subject: Re: undef(&foo) does not work for XS functions
11807 From: Doug MacEachern <dougm@covalent.net>
11808 Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
11809 Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
11810 Branch: perl
11811 ! op.c
11812____________________________________________________________________________
11813[ 10087] By: jhi on 2001/05/12 03:35:58
11814 Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
11815 From: Peter Prymmer <pvhp@forte.com>
11816 Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
11817 Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
11818 Branch: perl
11819 ! t/op/append.t
11820____________________________________________________________________________
11821[ 10086] By: jhi on 2001/05/11 14:23:08
11822 Log: Update Changes.
11823 Branch: perl
11824 ! Changes patchlevel.h
11825____________________________________________________________________________
d0e4b787
JH
11826[ 10085] By: jhi on 2001/05/11 14:08:20
11827 Log: Remove the 'asciir' re subpragma. Should instead implement
11828 the 'physical vs logical' range scheme:
11829
11830 \xAA-\xCC is a native physical range, you want that range of
11831 codepoints in your native encoding. In EBCDIC the codepoints
11832 in the gaps (between i-j and r-s) should be included.
11833
11834 \x{AA}-\x{CC} is a physical Unicode range, you want that range of
11835 codepoints in Unicode.
11836
11837 a-z is a logical range, you want that range of 'logical' codepoints
11838 in your native encoding. In EBCDIC the codepoints in the gaps
11839 (between i-j and r-s) should not be included.
11840
11841 Mixed cases (a-\xAA, etc) should either be errors, or maybe
11842 the 'logical' endpoints should be converted to native/Unicode
11843 codepoints, and the range handled as a physical range.
11844
11845 'Logical endpoints' are to be recognized only in the A-Z, a-z,
11846 and 0-9 ranges. Probably a warning should be given for mixed
11847 cases like A-z or a-9 (since such expressions are encoding
11848 dependent), with a recommendation to use physical ranges.
11849 Branch: perl
11850 ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
11851 ! t/op/regexp.t
11852____________________________________________________________________________
11853[ 10084] By: jhi on 2001/05/11 13:56:16
11854 Log: Make the test to cleanup the test directory tree
11855 both before and after the testing so that we always
11856 have a clean slate to work with.
11857 Branch: perl
11858 ! t/lib/filefind.t
11859____________________________________________________________________________
11860[ 10083] By: jhi on 2001/05/11 13:46:30
11861 Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
11862 From: Jon Eveland <jweveland@yahoo.com>
11863 Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
11864 Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
11865 Branch: perl
11866 ! pod/perlfunc.pod
11867____________________________________________________________________________
11868[ 10082] By: jhi on 2001/05/11 13:45:06
11869 Log: Merge the camel-III/vstring.t with op/ver.t.
11870 Branch: perl
11871 - t/camel-III/vstring.t
11872 ! MANIFEST t/TEST t/harness t/op/ver.t
11873____________________________________________________________________________
11874[ 10081] By: jhi on 2001/05/11 13:15:55
11875 Log: Add test.deparse make target.
11876 Branch: perl
11877 ! Makefile.SH
11878____________________________________________________________________________
11879[ 10080] By: jhi on 2001/05/11 12:52:49
11880 Log: Subject: [PATCH B::Deparse] $foo->bar(0)
11881 From: Robin Houston <robin@kitsite.com>
11882 Date: Fri, 11 May 2001 12:02:22 +0100
11883 Message-ID: <20010511120222.A11529@penderel>
11884 Branch: perl
11885 ! ext/B/B/Deparse.pm t/op/method.t
11886____________________________________________________________________________
11887[ 10079] By: jhi on 2001/05/11 01:59:06
11888 Log: A nicely working combination for UTS from Hal Morris.
11889 Branch: perl
11890 + ext/POSIX/hints/uts.pl
11891 ! MANIFEST hints/uts.sh
11892____________________________________________________________________________
11893[ 10078] By: jhi on 2001/05/11 01:15:04
11894 Log: i_ieeefp=undef for UTS.
11895 Branch: perl
11896 ! hints/uts.sh
11897____________________________________________________________________________
11898[ 10077] By: jhi on 2001/05/10 22:42:35
11899 Log: Subject: RE: rand(0) is rand(1)
11900 From: Larry Shatzer <lshatzer@islanddata.com>
11901 Date: Thu, 10 May 2001 11:09:27 -0700
11902 Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
11903 Branch: perl
11904 ! pod/perlfunc.pod
11905____________________________________________________________________________
11906[ 10076] By: jhi on 2001/05/10 22:36:50
11907 Log: Subject: [patch] make op_{clear,null} public
11908 From: Doug MacEachern <dougm@covalent.net>
11909 Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
11910 Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
11911 Branch: perl
11912 ! embed.h embed.pl op.c proto.h
11913____________________________________________________________________________
11914[ 10075] By: jhi on 2001/05/10 22:28:36
11915 Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
11916 From: Robin Houston <robin@kitsite.com>
11917 Date: Thu, 10 May 2001 18:54:59 +0100
11918 Message-ID: <20010510185459.A5995@penderel>
11919 Branch: perl
11920 ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
11921____________________________________________________________________________
11922[ 10074] By: jhi on 2001/05/10 22:23:41
11923 Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
11924 From: Robin Houston <robin@kitsite.com>
11925 Date: Thu, 10 May 2001 12:56:39 +0100
11926 Message-ID: <20010510125639.A2119@penderel>
11927 Branch: perl
11928 ! ext/B/B/Deparse.pm
11929____________________________________________________________________________
11930[ 10073] By: jhi on 2001/05/10 14:26:01
11931 Log: Retract #10070, not ready yet.
11932 Branch: perl
11933 ! ext/B/B/Deparse.pm
11934____________________________________________________________________________
11935[ 10072] By: jhi on 2001/05/10 13:40:24
11936 Log: The metaconfig unit change for #10071.
11937 Branch: metaconfig
11938 ! U/modified/mallocsrc.U
11939____________________________________________________________________________
11940[ 10071] By: jhi on 2001/05/10 13:39:57
11941 Log: The #9525+#9526 didn't allow for overriding usemymalloc.
11942 Branch: perl
11943 ! Configure
11944____________________________________________________________________________
11945[ 10070] By: jhi on 2001/05/10 13:18:42
11946 Log: (Retracted by #10073)
11947
11948 Subject: Re: [PATCH t/TEST] B::Deparse tester
11949 From: Hugo <hv@crypt.compulink.co.uk>
11950 Date: Thu, 10 May 2001 05:48:09 +0100
11951 Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
11952 Branch: perl
11953 ! ext/B/B/Deparse.pm
11954____________________________________________________________________________
11955[ 10069] By: jhi on 2001/05/10 12:24:06
11956 Log: Add a for(func()) test.
11957 Branch: perl
11958 ! t/cmd/for.t
11959____________________________________________________________________________
11960[ 10068] By: jhi on 2001/05/10 12:16:00
11961 Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
11962 From: Robin Houston <robin@kitsite.com>
11963 Date: Thu, 10 May 2001 13:50:08 +0100
11964 Message-ID: <20010510135008.A2454@penderel>
11965 Branch: perl
11966 ! ext/B/B/Deparse.pm
11967____________________________________________________________________________
11968[ 10067] By: jhi on 2001/05/10 01:45:03
11969 Log: A thinko in #10065.
11970 Branch: perl
11971 ! hv.c
11972____________________________________________________________________________
11973[ 10066] By: jhi on 2001/05/10 01:33:12
11974 Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
11975 From: Robin Houston <robin@kitsite.com>
11976 Date: Thu, 10 May 2001 02:10:34 +0100
11977 Message-ID: <20010510021034.A19421@penderel>
11978 Branch: perl
11979 ! ext/B/B.xs ext/B/B/Deparse.pm
11980____________________________________________________________________________
11981[ 10065] By: jhi on 2001/05/10 01:30:43
11982 Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
11983 From: Doug MacEachern <dougm@covalent.net>
11984 Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
11985 Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
11986 Branch: perl
11987 ! hv.c
11988____________________________________________________________________________
11989[ 10064] By: jhi on 2001/05/09 23:13:29
11990 Log: One more workaround for the UTS compiler from Hal Morris.
11991 Branch: perl
11992 ! perl.h
11993____________________________________________________________________________
11994[ 10063] By: jhi on 2001/05/09 23:09:53
11995 Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
11996 From: Robin Houston <robin@kitsite.com>
11997 Date: Thu, 10 May 2001 01:02:08 +0100
11998 Message-ID: <20010510010208.A18200@penderel>
11999 Branch: perl
12000 ! ext/B/B/Debug.pm
12001____________________________________________________________________________
12002[ 10062] By: jhi on 2001/05/09 23:06:25
12003 Log: Subject: [PATCH] Simplify deb_curcv() a bit
12004 From: Benjamin Sugars <bsugars@canoe.ca>
12005 Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
12006 Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
12007 Branch: perl
12008 ! run.c
12009____________________________________________________________________________
12010[ 10061] By: jhi on 2001/05/09 23:05:28
12011 Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
12012 From: Benjamin Sugars <bsugars@canoe.ca>
12013 Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
12014 Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
12015 Branch: perl
12016 ! t/lib/io_scalar.t
12017____________________________________________________________________________
12018[ 10060] By: jhi on 2001/05/09 23:04:38
12019 Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
12020 From: Peter Prymmer <pvhp@forte.com>
12021 Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
12022 Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
12023 Branch: perl
12024 ! t/lib/md5-file.t
12025____________________________________________________________________________
12026[ 10059] By: jhi on 2001/05/09 23:03:52
12027 Log: Subject: [PATCH t/TEST] B::Deparse tester
12028 From: Robin Houston <robin@kitsite.com>
12029 Date: Wed, 9 May 2001 19:17:50 +0100
12030 Message-ID: <20010509191750.A16940@penderel>
12031 Branch: perl
12032 ! ext/B/O.pm t/TEST
12033____________________________________________________________________________
12034[ 10058] By: jhi on 2001/05/09 23:02:56
12035 Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
12036 From: Jeff Pinyan <jeffp@crusoe.net>
12037 Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
12038 Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
12039 Branch: perl
12040 ! lib/Pod/Html.pm
12041____________________________________________________________________________
12042[ 10057] By: nick on 2001/05/09 18:37:56
12043 Log: Integrate mainline.
12044 Branch: perlio
12045 !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
12046 !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
12047____________________________________________________________________________
12048[ 10056] By: jhi on 2001/05/09 16:44:44
12049 Log: Update Changes.
12050 Branch: perl
12051 ! Changes patchlevel.h
12052____________________________________________________________________________
402f2918
JH
12053[ 10055] By: jhi on 2001/05/09 16:26:47
12054 Log: Integrate perlio.
12055 Branch: perl
12056 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
12057____________________________________________________________________________
12058[ 10054] By: jhi on 2001/05/09 16:25:42
12059 Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
12060 From: Benjamin Sugars <bsugars@canoe.ca>
12061 Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
12062 Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
12063 Branch: perl
12064 ! perlio.c
12065____________________________________________________________________________
12066[ 10053] By: jhi on 2001/05/09 16:24:37
12067 Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
12068 From: Benjamin Sugars <bsugars@canoe.ca>
12069 Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
12070 Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
12071 Branch: perl
12072 ! ext/PerlIO/Scalar/Scalar.xs
12073____________________________________________________________________________
12074[ 10052] By: jhi on 2001/05/09 16:19:04
12075 Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
12076 From: Jeff Pinyan <jeffp@crusoe.net>
12077 Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
12078 Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
12079 Branch: perl
12080 ! lib/Pod/Html.pm
12081____________________________________________________________________________
12082[ 10051] By: jhi on 2001/05/09 15:30:17
12083 Log: EPOC tweak from Olaf Flebbe.
12084 Branch: perl
12085 ! epoc/epocish.h
12086____________________________________________________________________________
12087[ 10050] By: nick on 2001/05/09 14:37:57
12088 Log: win32, regen_config_h
12089 Branch: perlio
12090 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
12091____________________________________________________________________________
12092[ 10049] By: jhi on 2001/05/09 12:33:39
12093 Log: Integrate perlio.
12094 Branch: perl
12095 !> pp_sys.c
12096____________________________________________________________________________
12097[ 10048] By: nick on 2001/05/09 11:59:50
12098 Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
12099 and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
12100 Branch: perlio
12101 ! pp_sys.c
12102____________________________________________________________________________
12103[ 10047] By: jhi on 2001/05/09 10:50:12
12104 Log: Integrate perlio.
12105 Branch: perl
12106 !> run.c
12107____________________________________________________________________________
12108[ 10046] By: jhi on 2001/05/09 10:49:34
12109 Log: Subject: Re: Less warnings during configure
12110 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12111 Date: Wed, 09 May 2001 13:12:49 +0200
12112 Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
12113 Branch: perl
12114 ! hints/hpux.sh
12115____________________________________________________________________________
12116[ 10045] By: nick on 2001/05/09 09:56:59
12117 Log: MULTIPLICITY/DEBUGGING build fix.
12118 Branch: perlio
12119 ! run.c
12120____________________________________________________________________________
12121[ 10044] By: nick on 2001/05/09 09:46:37
12122 Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
12123 Branch: perlio
12124 +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
12125 - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
12126 !> (integrate 65 files)
12127____________________________________________________________________________
12128[ 10043] By: jhi on 2001/05/08 22:41:49
12129 Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
12130 From: Robin Houston <robin@kitsite.com>
12131 Date: Tue, 8 May 2001 19:38:00 +0100
12132 Message-ID: <20010508193800.A4389@penderel>
12133
12134 Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
12135 From: Robin Houston <robin@kitsite.com>
12136 Date: Tue, 8 May 2001 20:03:57 +0100
12137 Message-ID: <20010508200357.A4614@penderel>
12138
12139 Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
12140 From: Robin Houston <robin@kitsite.com>
12141 Date: Wed, 9 May 2001 00:12:05 +0100
12142 Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
12143 Branch: perl
12144 ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
12145____________________________________________________________________________
12146[ 10042] By: jhi on 2001/05/08 22:09:35
12147 Log: Retract #10031.
12148 Branch: perl
12149 ! pod/perlfunc.pod
12150____________________________________________________________________________
12151[ 10041] By: jhi on 2001/05/08 18:27:34
12152 Log: The metaconfig unit changes for #10040.
12153 Branch: metaconfig/U/perl
12154 ! Checkcc.U d_dlsymun.U dlsrc.U
12155____________________________________________________________________________
12156[ 10040] By: jhi on 2001/05/08 18:24:47
12157 Log: The Configure half of
12158
12159 Subject: Less warnings during configure
12160 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12161 Date: Tue, 08 May 2001 08:44:02 +0200
12162 Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
12163 Branch: perl
12164 ! Configure
12165____________________________________________________________________________
12166[ 10039] By: jhi on 2001/05/08 16:48:31
12167 Log: Subject: Less warnings during configure
12168 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12169 Date: Tue, 08 May 2001 08:44:02 +0200
12170 Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
12171 Branch: perl
12172 ! hints/hpux.sh
12173____________________________________________________________________________
12174[ 10038] By: jhi on 2001/05/08 16:32:07
12175 Log: Don't forget to whine about \d__\d.
12176 Branch: perl
12177 ! t/pragma/warn/toke toke.c
12178____________________________________________________________________________
12179[ 10037] By: jhi on 2001/05/08 16:07:05
12180 Log: Allow underscores also in the exponent part.
12181 Branch: perl
12182 ! t/pragma/warn/toke toke.c
12183____________________________________________________________________________
12184[ 10036] By: jhi on 2001/05/08 13:33:55
12185 Log: CodeMagicCD doesn't look like an *I*DE.
12186 Branch: perl
12187 ! pod/perlfaq3.pod
12188____________________________________________________________________________
12189[ 10035] By: jhi on 2001/05/08 13:27:48
12190 Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
12191 to be consistently down).
12192 Branch: perl
12193 ! pod/perlfaq3.pod
12194____________________________________________________________________________
12195[ 10034] By: jhi on 2001/05/08 13:21:07
12196 Log: Upgrade to Text::Balanced 1.84.
12197 Branch: perl
12198 ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
12199____________________________________________________________________________
12200[ 10033] By: jhi on 2001/05/08 12:41:53
12201 Log: Subject: Re: [PATCH] Find the last of the missing pad variables
12202 From: Benjamin Sugars <bsugars@canoe.ca>
12203 Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
12204 Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
12205 Branch: perl
12206 ! run.c
12207____________________________________________________________________________
12208[ 10032] By: jhi on 2001/05/08 12:40:28
12209 Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
12210 From: Peter Prymmer <pvhp@forte.com>
12211 Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
12212 Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
12213 Branch: perl
12214 ! t/pod/plainer.t
12215____________________________________________________________________________
12216[ 10031] By: jhi on 2001/05/08 12:35:25
12217 Log: (Retracted by #10042)
12218
12219 Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
12220 From: "Philip Newton" <pnewton@gmx.de>
12221 Date: Tue, 8 May 2001 09:18:10 +0200
12222 Message-ID: <3AF7B9D2.28861.603732@localhost>
12223 Branch: perl
12224 ! pod/perlfunc.pod
12225____________________________________________________________________________
12226[ 10030] By: jhi on 2001/05/08 12:32:23
12227 Log: Subject: [PATCH B::Deparse] Document known bugs
12228 From: Robin Houston <robin@kitsite.com>
12229 Date: Tue, 8 May 2001 01:53:34 +0100
12230 Message-ID: <20010508015334.A32394@penderel>
12231 Branch: perl
12232 ! ext/B/B/Deparse.pm
12233____________________________________________________________________________
12234[ 10029] By: jhi on 2001/05/08 12:28:28
12235 Log: Subject: Re: Perl book, magazine and website updates.
12236 From: "Philip Newton" <pnewton@gmx.de>
12237 Date: Mon, 7 May 2001 17:03:58 +0200
12238 Message-ID: <3AF6D57E.5387.1E29930@localhost>
12239 Branch: perl
12240 ! pod/perlfaq2.pod
12241____________________________________________________________________________
12242[ 10028] By: jhi on 2001/05/07 23:53:30
12243 Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
12244 From: Peter Prymmer <pvhp@forte.com>
12245 Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
12246 Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com>
12247 Branch: perl
12248 ! t/io/fflush.t
12249____________________________________________________________________________
12250[ 10027] By: jhi on 2001/05/07 23:22:48
12251 Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
12252 From: Robin Houston <robin@kitsite.com>
12253 Date: Tue, 8 May 2001 01:14:55 +0100
12254 Message-ID: <20010508011455.A32162@penderel>
12255 Branch: perl
12256 ! ext/B/B/Deparse.pm
12257____________________________________________________________________________
12258[ 10026] By: jhi on 2001/05/07 23:15:05
12259 Log: Typo in #10025.
12260 Branch: perl
12261 ! hints/uts.sh
12262____________________________________________________________________________
12263[ 10025] By: jhi on 2001/05/07 21:15:35
12264 Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
12265 Branch: perl
12266 ! hints/uts.sh
12267____________________________________________________________________________
12268[ 10024] By: jhi on 2001/05/07 20:58:40
12269 Log: Subject: Re: [ID 20010506.045] question about hash syntax
12270 From: Peter Scott <Peter@PSDT.com>
12271 Date: Sun, 06 May 2001 13:10:40 -0700
12272 Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
12273 Branch: perl
12274 ! pod/perl56delta.pod
12275____________________________________________________________________________
12276[ 10023] By: jhi on 2001/05/07 20:41:26
12277 Log: Configure should figure out the list of dynamic extensions
12278 just fine in UTS-- and in fact it does, as reported by Hal Morris.
12279 Branch: perl
12280 ! hints/uts.sh
12281____________________________________________________________________________
12282[ 10022] By: jhi on 2001/05/07 20:24:11
12283 Log: Update Changes.
12284 Branch: perl
12285 ! Changes patchlevel.h
12286____________________________________________________________________________
038dd032
JH
12287[ 10021] By: jhi on 2001/05/07 20:11:31
12288 Log: Subject: [PATCH regcomp.c] Insecure regexes
12289 From: Robin Houston <robin@kitsite.com>
12290 Date: Mon, 7 May 2001 21:56:12 +0100
12291 Message-ID: <20010507215612.A31114@penderel>
12292 Branch: perl
12293 ! regcomp.c
12294____________________________________________________________________________
12295[ 10020] By: jhi on 2001/05/07 20:02:30
12296 Log: Drop the foobar.perl.com references for now until Simon
12297 gets them sorted out.
12298 Branch: perl
12299 ! pod/perlfaq2.pod
12300____________________________________________________________________________
12301[ 10019] By: jhi on 2001/05/07 19:54:33
12302 Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
12303 From: Prymmer/Kahn <pvhp@best.com>
12304 Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
12305 Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
12306 Branch: perl
12307 ! lib/Devel/SelfStubber.pm
12308____________________________________________________________________________
12309[ 10018] By: jhi on 2001/05/07 19:53:10
12310 Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1
12311 From: Prymmer/Kahn <pvhp@best.com>
12312 Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
12313 Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
12314 Branch: perl
12315 ! win32/Makefile
12316____________________________________________________________________________
12317[ 10017] By: jhi on 2001/05/07 19:35:10
12318 Log: s/WebTechnique's/WebTechniques/
12319 Branch: perl
12320 ! pod/perlfaq2.pod
12321____________________________________________________________________________
12322[ 10016] By: jhi on 2001/05/07 12:26:29
12323 Log: Llama 3 updates from Randal.
12324 Branch: perl
12325 ! pod/perlfaq2.pod
12326____________________________________________________________________________
12327[ 10015] By: jhi on 2001/05/07 01:34:38
12328 Log: Subject: [PATCH] Help -Dt show correct pad variables
12329 From: Benjamin Sugars <ben.sugars@home.com>
12330 Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
12331 Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
12332 Branch: perl
12333 ! embed.h embed.pl proto.h run.c
12334____________________________________________________________________________
12335[ 10014] By: jhi on 2001/05/07 01:23:56
12336 Log: Subject: [PATCH] Document C<our $foo : shared>
12337 From: Benjamin Sugars <ben.sugars@home.com>
12338 Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
12339 Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
12340 Branch: perl
12341 ! pod/perlfunc.pod
12342____________________________________________________________________________
12343[ 10013] By: jhi on 2001/05/07 01:22:22
12344 Log: Subject: [PATCH B::Deparse] undefined folded constants
12345 From: Robin Houston <robin@kitsite.com>
12346 Date: Sun, 6 May 2001 17:19:09 +0100
12347 Message-ID: <20010506171909.A7046@penderel>
12348 Branch: perl
12349 ! ext/B/B/Deparse.pm
12350____________________________________________________________________________
12351[ 10012] By: jhi on 2001/05/07 00:57:38
12352 Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
12353 From: Robin Houston <robin@kitsite.com>
12354 Message-ID: <20010506164654.A6848@penderel>
12355 Date: Sun, 6 May 2001 16:46:54 +0100
12356 Branch: perl
12357 ! ext/B/B/Deparse.pm
12358____________________________________________________________________________
12359[ 10011] By: jhi on 2001/05/07 00:52:18
12360 Log: Subject: [PATCH t/op/my_stash.t] Naughty?
12361 From: Robin Houston <robin@kitsite.com>
12362 Date: Sun, 6 May 2001 14:47:02 +0100
12363 Message-ID: <20010506144702.A6308@penderel>
12364 Branch: perl
12365 ! t/op/my_stash.t
12366____________________________________________________________________________
12367[ 10010] By: jhi on 2001/05/06 15:07:51
12368 Log: Subject: Perl book, magazine and website updates.
12369 From: Simon Cozens <simon@netthink.co.uk>
12370 Date: Sun, 6 May 2001 16:55:36 +0100
12371 Message-ID: <20010506165536.A1795@netthink.co.uk>
12372 Branch: perl
12373 ! pod/perlbook.pod pod/perlfaq2.pod
12374____________________________________________________________________________
12375[ 10009] By: jhi on 2001/05/06 14:11:40
12376 Log: Tweaks on the Tru64 prof options.
12377 Branch: perl
12378 ! pod/perlhack.pod
12379____________________________________________________________________________
12380[ 10008] By: jhi on 2001/05/06 13:51:49
12381 Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
12382 From: Robin Houston <robin@kitsite.com>
12383 Date: Sun, 6 May 2001 14:40:51 +0100
12384 Message-ID: <20010506144051.A6279@penderel>
12385 Branch: perl
12386 ! t/pod/testp2pt.pl
12387____________________________________________________________________________
12388[ 10007] By: jhi on 2001/05/06 13:49:31
12389 Log: Subject: [PATCH B::Deparse] scoping
12390 From: Robin Houston <robin@kitsite.com>
12391 Date: Sun, 6 May 2001 14:36:56 +0100
12392 Message-ID: <20010506143656.A4006@penderel>
12393 Branch: perl
12394 ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
12395____________________________________________________________________________
12396[ 10006] By: jhi on 2001/05/06 13:24:12
12397 Log: Document the undefinedness of bitshifting out of range.
12398 Branch: perl
12399 ! pod/perlop.pod
12400____________________________________________________________________________
12401[ 10005] By: jhi on 2001/05/06 13:03:17
12402 Log: Retract #10003 and update the IDE descriptions a bit.
12403 Branch: perl
12404 ! pod/perlfaq3.pod
12405____________________________________________________________________________
12406[ 10004] By: jhi on 2001/05/06 03:02:41
12407 Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
12408 From: Prymmer/Kahn <pvhp@best.com>
12409 Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
12410 Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
12411 Branch: perl
12412 ! win32/Makefile win32/buildext.pl win32/config.bc
12413 ! win32/config.gc win32/config.vc
12414____________________________________________________________________________
12415[ 10003] By: jhi on 2001/05/05 20:24:44
12416 Log: (Retracted by #10005.)
12417 Branch: perl
12418 ! pod/perlfaq3.pod
12419____________________________________________________________________________
12420[ 10002] By: jhi on 2001/05/05 19:23:36
12421 Log: It's "psed", not "sed".
12422 Branch: perl
12423 ! x2p/s2p.PL
12424____________________________________________________________________________
12425[ 10001] By: jhi on 2001/05/05 18:35:38
12426 Log: Update Changes.
12427 Branch: perl
12428 ! Changes patchlevel.h
12429____________________________________________________________________________
92e0bad9
JH
12430[ 10000] By: jhi on 2001/05/05 18:32:15
12431 Log: Subject: Re: bleadperl make install fails due to "psed"
12432 From: andreas.koenig@anima.de (Andreas J. Koenig)
12433 Date: 05 May 2001 18:23:28 +0200
12434 Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
12435 Branch: perl
12436 ! x2p/Makefile.SH x2p/s2p.PL
12437____________________________________________________________________________
12438[ 9999] By: jhi on 2001/05/05 18:28:09
12439 Log: AUTHORS updates.
12440 Branch: perl
12441 ! AUTHORS
12442____________________________________________________________________________
12443[ 9998] By: jhi on 2001/05/05 18:16:00
12444 Log: Updates on the pods related to the modules included since 5.6.
12445
12446 TODO: perltodo really could use major updating.
12447 Branch: perl
12448 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
12449 ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
12450 ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
12451 ! pod/perlsyn.pod pod/perltodo.pod
12452____________________________________________________________________________
12453[ 9997] By: jhi on 2001/05/05 17:35:17
12454 Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
12455 from Kurt Skauen.
12456 Branch: perl
12457 + hints/atheos.sh
12458 ! MANIFEST
12459____________________________________________________________________________
12460[ 9996] By: jhi on 2001/05/05 17:25:00
12461 Log: Add preemptive #undefs for some of the shorter and more prone
12462 to collision regcomp.h #defines. (Background: the MASK collided
12463 with a system header #define in Rhapsody.)
12464 Branch: perl
12465 ! regcomp.h
12466____________________________________________________________________________
12467[ 9995] By: jhi on 2001/05/05 13:24:21
12468 Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
12469 From: Nicholas Clark <nick@ccl4.org>
12470 Date: Sat, 5 May 2001 14:46:39 +0100
12471 Message-ID: <20010505144639.O53513@plum.flirble.org>
12472
12473 Add a test for the constants (if any) being processed correctly.
12474 Branch: perl
12475 ! utils/h2xs.PL
12476____________________________________________________________________________
12477[ 9994] By: jhi on 2001/05/05 02:11:03
12478 Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
12479 From: Peter Prymmer <pvhp@forte.com>
12480 Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
12481 Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
12482 Branch: perl
12483 ! t/lib/b-stash.t
12484____________________________________________________________________________
12485[ 9993] By: jhi on 2001/05/05 02:03:49
12486 Log: Subject: [PATCH: perl@9973] fix const poisioning in PerlIO_openn->fdopen->openn
12487 From: Peter Prymmer <pvhp@forte.com>
12488 Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
12489 Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
12490 Branch: perl
12491 ! perlio.c vms/vmsish.h
12492____________________________________________________________________________
12493[ 9992] By: jhi on 2001/05/04 17:21:12
12494 Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
12495 From: Robin Barker <rmb1@cise.npl.co.uk>
12496 Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
12497 Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
12498 Branch: perl
12499 + t/pod/plainer.t
12500 ! MANIFEST
12501____________________________________________________________________________
12502[ 9991] By: jhi on 2001/05/04 16:47:45
12503 Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
12504 From: Robin Barker <rmb1@cise.npl.co.uk>
12505 Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
12506 Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
12507 Branch: perl
12508 ! regcomp.c
12509____________________________________________________________________________
12510[ 9990] By: jhi on 2001/05/04 14:37:20
12511 Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
12512 From: Prymmer/Kahn <pvhp@best.com>
12513 Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
12514 Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
12515 Branch: perl
12516 ! t/lib/b-stash.t
12517____________________________________________________________________________
12518[ 9989] By: jhi on 2001/05/04 14:03:58
12519 Log: Introduce perl572delta, update Todo, add the missing
12520 mention about signal safety since 5.7.1 (though this
12521 requires verification and more details.)
12522 Branch: perl
12523 + pod/perl572delta.pod
12524 ! MANIFEST Todo pod/perl571delta.pod
12525____________________________________________________________________________
12526[ 9988] By: jhi on 2001/05/04 12:41:51
12527 Log: Subject: [PATCH perl@9944] long =item
12528 From: Robin Barker <rmb1@cise.npl.co.uk>
12529 Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
12530 Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
12531 Branch: perl
12532 ! ext/Time/HiRes/HiRes.pm
12533____________________________________________________________________________
12534[ 9987] By: jhi on 2001/05/04 12:39:19
12535 Log: The #9901 had removed one line essential for EBCDIC.
12536 Branch: perl
12537 ! regcomp.c
12538____________________________________________________________________________
12539[ 9986] By: jhi on 2001/05/04 12:30:23
12540 Log: Subject: cygwin/Makefile.SHs INSTALL patch
12541 From: Reini Urban <rurban@sbox.tu-graz.ac.at>
12542 Date: Mon, 08 Jan 2001 04:59:21 +0200
12543 Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at>
12544 Branch: perl
12545 ! cygwin/Makefile.SHs
12546____________________________________________________________________________
12547[ 9985] By: jhi on 2001/05/04 03:51:39
12548 Log: Encode/IO doc tweaks.
12549 Branch: perl
12550 ! ext/Encode/Encode.pm
12551____________________________________________________________________________
12552[ 9984] By: jhi on 2001/05/04 03:29:34
12553 Log: Remove GDBM_File from the dynamic extensions for UTS,
12554 GDBM is not a standard feature.
12555 Branch: perl
12556 ! hints/uts.sh
12557____________________________________________________________________________
12558[ 9983] By: jhi on 2001/05/04 03:22:59
12559 Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
12560 Branch: perl
12561 ! pod/perlretut.pod
12562____________________________________________________________________________
12563[ 9982] By: jhi on 2001/05/03 23:21:03
12564 Log: Subject: [PATCH] Let sv_dump understand GvSHARED
12565 From: Benjamin Sugars <bsugars@canoe.ca>
12566 Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
12567 Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
12568 Branch: perl
12569 ! dump.c
12570____________________________________________________________________________
12571[ 9981] By: jhi on 2001/05/03 23:20:05
12572 Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
12573 From: Benjamin Sugars <bsugars@canoe.ca>
12574 Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
12575 Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
12576 Branch: perl
12577 ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
12578____________________________________________________________________________
12579[ 9980] By: jhi on 2001/05/03 23:15:29
12580 Log: Integrate perlio.
12581 Branch: perl
12582 !> ext/Encode/Encode.pm
12583____________________________________________________________________________
12584[ 9979] By: jhi on 2001/05/03 16:54:59
12585 Log: Install psed man page.
12586 Branch: perl
12587 ! installman
12588____________________________________________________________________________
12589[ 9978] By: jhi on 2001/05/03 16:45:58
12590 Log: Remove unused files; noted by Sarathy.
12591 Branch: perl
12592 - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
12593 ! MANIFEST
12594____________________________________________________________________________
12595[ 9977] By: jhi on 2001/05/03 16:42:30
12596 Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
12597 From: Andy Dougherty <doughera@lafayette.edu>
12598 Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
12599 Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
12600 Branch: perl
12601 ! INSTALL
12602____________________________________________________________________________
12603[ 9976] By: nick on 2001/05/03 16:40:42
12604 Log: Allow $answer = encode($object,$text); like it says in docs.
12605 Branch: perlio
12606 ! ext/Encode/Encode.pm
12607____________________________________________________________________________
12608[ 9975] By: nick on 2001/05/03 16:22:30
12609 Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
12610 to be in scope (fair enough), and also a package variable (our) for eval to see it.
12611 Branch: perlio
12612 ! ext/Encode/Encode.pm
12613____________________________________________________________________________
12614[ 9974] By: nick on 2001/05/03 15:48:17
12615 Log: Integrate mainline.
12616 Branch: perlio
12617 +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
12618 +> t/lib/filter-simple.t t/lib/next.t
12619 !> (integrate 70 files)
12620____________________________________________________________________________
12621[ 9973] By: jhi on 2001/05/03 13:09:09
12622 Log: Update Changes.
12623 Branch: perl
12624 ! Changes patchlevel.h
12625____________________________________________________________________________
724031fb
JH
12626[ 9972] By: jhi on 2001/05/03 12:58:33
12627 Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
12628 From: Prymmer/Kahn <pvhp@best.com>
12629 Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
12630 Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
12631 Branch: perl
12632 ! t/io/fflush.t
12633____________________________________________________________________________
12634[ 9971] By: jhi on 2001/05/03 12:57:26
12635 Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
12636 From: Prymmer/Kahn <pvhp@best.com>
12637 Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
12638 Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
12639 Branch: perl
12640 ! win32/FindExt.pm
12641____________________________________________________________________________
12642[ 9970] By: jhi on 2001/05/03 02:42:46
12643 Log: Can't croak sans thread context, from Doug MacEachern.
12644 Branch: perl
12645 ! toke.c
12646____________________________________________________________________________
12647[ 9969] By: jhi on 2001/05/03 01:23:48
12648 Log: Subject: Random input test and Perl
12649 From: Ilya Zakharevich <ilya@math.berkeley.edu>
12650 Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
12651 Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
12652 Branch: perl
12653 ! toke.c
12654____________________________________________________________________________
12655[ 9968] By: jhi on 2001/05/02 22:17:21
12656 Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
12657 From: Peter Prymmer <pvhp@forte.com>
12658 Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
12659 Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
12660 Branch: perl
12661 ! pod/perlfunc.pod pod/perlport.pod
12662____________________________________________________________________________
12663[ 9967] By: jhi on 2001/05/02 20:12:45
12664 Log: Workaround for UTS compiler casting bug from Hal Morris.
12665 Branch: perl
12666 ! perl.h
12667____________________________________________________________________________
12668[ 9966] By: jhi on 2001/05/02 18:31:37
12669 Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
12670 From: Dan Sugalski <dan@sidhe.org>
12671 Date: Wed, 02 May 2001 15:23:22 -0400
12672 Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
12673 Branch: perl
12674 ! perl.c vms/vms.c
12675____________________________________________________________________________
12676[ 9965] By: jhi on 2001/05/02 18:21:29
12677 Log: Minor doc tweaks on endianness, closes bug 20010327.004.
12678 Branch: perl
12679 ! pod/perlfunc.pod
12680____________________________________________________________________________
12681[ 9964] By: jhi on 2001/05/02 18:15:01
12682 Log: Document large files in INSTALL, document also the %x
12683 limitation if not use64bitint, closes bug 20010326.007.
12684 Branch: perl
12685 ! INSTALL
12686____________________________________________________________________________
12687[ 9963] By: jhi on 2001/05/02 17:24:47
12688 Log: perlmodlib tweaks; regen pods.
12689 Branch: perl
12690 ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
12691 ! pod/perltoc.pod
12692____________________________________________________________________________
12693[ 9962] By: jhi on 2001/05/02 17:14:00
12694 Log: Fix for a segfault, from Marc Lehmann.
12695 Branch: perl
12696 ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
12697____________________________________________________________________________
12698[ 9961] By: jhi on 2001/05/02 15:55:53
12699 Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
12700 From: "Philip Newton" <pnewton@gmx.de>
12701 Date: Wed, 2 May 2001 18:39:03 +0200
12702 Message-ID: <3AF05447.15525.173B588@localhost>
12703 Branch: perl
12704 ! pod/perlop.pod
12705____________________________________________________________________________
12706[ 9960] By: jhi on 2001/05/02 15:35:37
12707 Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
12708 From: Dan Sugalski <dan@sidhe.org>
12709 Date: Wed, 02 May 2001 11:37:27 -0400
12710 Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
12711 Branch: perl
12712 ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
12713 ! thread.h vms/vms.c vms/vmsish.h
12714____________________________________________________________________________
12715[ 9959] By: jhi on 2001/05/02 15:21:08
12716 Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
12717 From: Benjamin Sugars <bsugars@canoe.ca>
12718 Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
12719 Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
12720 Branch: perl
12721 ! ext/PerlIO/Scalar/Scalar.xs
12722____________________________________________________________________________
12723[ 9958] By: jhi on 2001/05/02 15:15:53
12724 Log: Bug in #9915, spotted by Mike Guy.
12725 Branch: perl
12726 ! installperl
12727____________________________________________________________________________
12728[ 9957] By: jhi on 2001/05/02 13:26:01
12729 Log: Add a test for not griping about references as array
12730 indices if the reference has magic in it (overloaded
12731 methods).
12732 Branch: perl
12733 ! pod/perldiag.pod t/pragma/warn/pp_hot
12734____________________________________________________________________________
12735[ 9956] By: jhi on 2001/05/02 13:07:01
12736 Log: Retracted a bit too much in #9952.
12737 Branch: perl
12738 ! t/pragma/sub_lval.t
12739____________________________________________________________________________
12740[ 9955] By: jhi on 2001/05/02 13:05:38
12741 Log: Test for #9952.
12742 Branch: perl
12743 ! t/op/tie.t
12744____________________________________________________________________________
12745[ 9954] By: jhi on 2001/05/02 11:48:18
12746 Log: Additional note on the encoding example: one cannot
12747 convert string constants in-place.
12748 Branch: perl
12749 ! ext/Encode/Encode.pm
12750____________________________________________________________________________
12751[ 9953] By: jhi on 2001/05/02 11:43:51
12752 Log: Note that if you have recent enough Perl you already
12753 have Filter::Util::Call.
12754 Branch: perl
12755 ! lib/Filter/Simple.pm
12756____________________________________________________________________________
12757[ 9952] By: jhi on 2001/05/02 11:31:53
12758 Log: Retract changes #8254 and #8255, causes coredump in
12759 'tie FH, "main"', reported by Abigail, culprit found by
12760 Benjamin Sugars. Mirrors maintperl change #9950.
12761 Branch: perl
12762 ! op.c t/pragma/sub_lval.t
12763____________________________________________________________________________
12764[ 9951] By: jhi on 2001/05/02 11:14:29
12765 Log: Forgot from #9942. (Needed by t/lib/filter-simple.t.)
12766 Branch: perl
12767 + t/lib/MyFilter.pm
12768____________________________________________________________________________
12769[ 9950] By: gsar on 2001/05/02 03:17:11
12770 Log: revert integration of changes#8254,8255 in change#8620 (causes
12771 a coredump in C<tie FH, 'foo'>; the idea itself may need better
12772 rationalization)
12773 Branch: maint-5.6/perl
12774 ! op.c t/pragma/sub_lval.t
12775____________________________________________________________________________
12776[ 9949] By: gsar on 2001/05/02 02:56:32
12777 Log: integrate changes#9774,9814 from mainline (Unixware fixes)
12778
12779 Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
12780
12781 Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
12782 Branch: maint-5.6/perl
12783 !> hints/svr5.sh
12784____________________________________________________________________________
12785[ 9948] By: gsar on 2001/05/02 02:49:15
12786 Log: pod/find.t breaks on VMS (from Craig Berry)
12787 Branch: maint-5.6/perl
12788 ! t/pod/find.t
12789____________________________________________________________________________
12790[ 9947] By: jhi on 2001/05/02 02:43:09
12791 Log: Add an encoding conversion example.
12792 Branch: perl
12793 ! ext/Encode/Encode.pm
12794____________________________________________________________________________
12795[ 9946] By: jhi on 2001/05/02 01:34:22
12796 Log: Another coat of paint but still nowhere finished.
12797 Need to decide on the semantics of strptime(): should
12798 strptime() be a function instead of a method? To do
12799 the week/monthname-strptiming the i18n/l10n bullet needs
12800 to be bitten with gusto.
12801 Branch: perl
12802 ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
12803____________________________________________________________________________
12804[ 9945] By: jhi on 2001/05/01 23:40:52
12805 Log: Update Changes.
12806 Branch: perl
12807 ! Changes patchlevel.h
12808____________________________________________________________________________
f63e93b7
JH
12809[ 9944] By: jhi on 2001/05/01 23:33:37
12810 Log: Add known-to-be-tested modules to the list-to-be-skipped.
12811 Branch: perl
12812 ! t/lib/1_compile.t
12813____________________________________________________________________________
12814[ 9943] By: jhi on 2001/05/01 23:24:40
12815 Log: Subject: BorlandC++ fix
12816 From: "Vadim Konovalov" <watman@inbox.ru>
12817 Date: Mon, 30 Apr 2001 20:12:26 -0700
12818 Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
12819 Branch: perl
12820 ! win32/makefile.mk
12821____________________________________________________________________________
12822[ 9942] By: jhi on 2001/05/01 23:18:02
12823 Log: Update to Filter::Simple 0.60, create a test for it.
12824 Branch: perl
12825 + t/lib/filter-simple.t
12826 ! MANIFEST lib/Filter/Simple.pm
12827____________________________________________________________________________
12828[ 9941] By: jhi on 2001/05/01 19:47:24
12829 Log: Subject: Re: bleadperl: s/// failure with \b and /g
12830 From: Hugo <hv@crypt.compulink.co.uk>
12831 Date: Tue, 01 May 2001 20:12:20 +0100
12832 Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
12833 Branch: perl
12834 ! pp_hot.c t/op/re_tests
12835____________________________________________________________________________
12836[ 9940] By: jhi on 2001/05/01 19:42:16
12837 Log: Integrate perlio.
12838 Branch: perl
12839 !> lib/base.pm t/lib/fields.t
12840____________________________________________________________________________
12841[ 9939] By: jhi on 2001/05/01 19:39:51
12842 Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
12843 From: Benjamin Sugars <bsugars@canoe.ca>
12844 Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
12845 Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
12846 Branch: perl
12847 ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
12848____________________________________________________________________________
12849[ 9938] By: jhi on 2001/05/01 19:34:09
12850 Log: Add NEXT, a pseudo-class for method redispatching.
12851 <Damian>NEXT.pm probably offers more bang-for-buck
12852 than anything else I've ever written.</Damian>
12853 Branch: perl
12854 + lib/NEXT.pm t/lib/next.t
12855 ! MANIFEST
12856____________________________________________________________________________
12857[ 9937] By: jhi on 2001/05/01 19:21:41
12858 Log: Update to Switch 2.02.
12859 Branch: perl
12860 ! lib/Switch.pm t/lib/switch.t
12861____________________________________________________________________________
12862[ 9936] By: nick on 2001/05/01 19:09:21
12863 Log: Fix for base.pm clobbering $VERSION
12864 Branch: perlio
12865 ! lib/base.pm
12866____________________________________________________________________________
12867[ 9935] By: nick on 2001/05/01 18:54:38
12868 Log: Test for base.pm clobbering $VERSION.
12869 Branch: perlio
12870 ! t/lib/fields.t
12871____________________________________________________________________________
12872[ 9934] By: jhi on 2001/05/01 18:39:10
12873 Log: Add information about Scalar::Util::blessed.
12874 Branch: perl
12875 ! pod/perlobj.pod
12876____________________________________________________________________________
12877[ 9933] By: jhi on 2001/05/01 18:33:51
12878 Log: Subject: Extra UNIVERSAL documentation
12879 From: Mike Guy <mjtg@cam.ac.uk>
12880 Date: Tue, 01 May 2001 20:12:11 +0100
12881 Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
12882 Branch: perl
12883 ! pod/perlobj.pod
12884____________________________________________________________________________
12885[ 9932] By: jhi on 2001/05/01 18:26:54
12886 Log: Subject: Autoflush in tests as appropriate
12887 From: Mike Guy <mjtg@cam.ac.uk>
12888 Date: Tue, 01 May 2001 20:05:31 +0100
12889 Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
12890 Branch: perl
12891 ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
12892 ! t/op/taint.t
12893____________________________________________________________________________
12894[ 9931] By: jhi on 2001/05/01 18:02:29
12895 Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
12896 From: Benjamin Sugars <bsugars@canoe.ca>
12897 Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
12898 Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
12899 Branch: perl
12900 ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
12901____________________________________________________________________________
12902[ 9930] By: jhi on 2001/05/01 15:12:26
12903 Log: Subject: Re: Finally got a round tuit
12904 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12905 Date: Tue, 01 May 2001 14:14:10 +0200
12906 Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
12907
12908 The -DP part, slightly modified.
12909 Branch: perl
12910 ! perl.c
12911____________________________________________________________________________
12912[ 9929] By: jhi on 2001/05/01 14:17:15
12913 Log: Subject: Re: Finally got a round tuit
12914 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12915 Date: Tue, 01 May 2001 16:34:06 +0200
12916 Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
12917
12918 cpp and optimization tweaks for HP-UX.
12919 Branch: perl
12920 ! hints/hpux.sh
12921____________________________________________________________________________
12922[ 9928] By: jhi on 2001/05/01 13:24:20
12923 Log: Tune the scan_num() comments to reality.
12924 Branch: perl
12925 ! toke.c
12926____________________________________________________________________________
12927[ 9927] By: jhi on 2001/05/01 13:14:01
12928 Log: Subject: [PATCH B::Deparse] optimised sort
12929 From: Robin Houston <robin@kitsite.com>
12930 Date: Tue, 1 May 2001 14:07:12 +0100
12931 Message-ID: <20010501140712.A4266@penderel>
12932 Branch: perl
12933 ! ext/B/B/Deparse.pm
12934____________________________________________________________________________
12935[ 9926] By: jhi on 2001/05/01 13:10:53
12936 Log: Subject: [PATCH t/lib/b-deparse.t]
12937 From: Robin Houston <robin@kitsite.com>
12938 Date: Tue, 1 May 2001 13:37:42 +0100
12939 Message-ID: <20010501133742.A4082@penderel>
12940 Branch: perl
12941 ! t/lib/b-deparse.t
12942____________________________________________________________________________
12943[ 9925] By: jhi on 2001/05/01 13:10:13
12944 Log: Subject: [PATCH B::Deparse] for(;;), sort
12945 From: Robin Houston <robin@kitsite.com>
12946 Date: Tue, 1 May 2001 13:35:00 +0100
12947 Message-ID: <20010501133500.A4061@penderel>
12948 Branch: perl
12949 ! ext/B/B/Deparse.pm
12950____________________________________________________________________________
12951[ 9924] By: jhi on 2001/05/01 13:09:22
12952 Log: Subject: [PATCH B::Deparse] do, warn, use
12953 From: Robin Houston <robin@kitsite.com>
12954 Date: Tue, 1 May 2001 13:31:03 +0100
12955 Message-ID: <20010501133103.A4041@penderel>
12956 Branch: perl
12957 ! ext/B/B/Deparse.pm
12958____________________________________________________________________________
12959[ 9923] By: jhi on 2001/05/01 11:45:36
12960 Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
12961 From: Benjamin Sugars <ben.sugars@home.com>
12962 Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
12963 Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
12964 Branch: perl
12965 + t/io/fflush.t
12966 ! MANIFEST
12967____________________________________________________________________________
12968[ 9922] By: jhi on 2001/05/01 11:35:42
12969 Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
12970 From: Peter Prymmer <pvhp@forte.com>
12971 Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
12972 Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
12973 Branch: perl
12974 ! t/lib/selfstubber.t
12975____________________________________________________________________________
12976[ 9921] By: jhi on 2001/04/30 16:34:33
12977 Log: Subject: [PATCH B::Concise] suppress warning
12978 From: Robin Houston <robin@kitsite.com>
12979 Date: Mon, 30 Apr 2001 16:09:49 +0100
12980 Message-ID: <20010430160949.A25086@penderel>
12981 Branch: perl
12982 ! ext/B/B/Concise.pm
12983____________________________________________________________________________
12984[ 9920] By: jhi on 2001/04/30 13:56:04
12985 Log: Strip the *markers* from #9919.
12986 Branch: perl
12987 ! pod/perlfaq.pod pod/perlfaq5.pod
12988____________________________________________________________________________
12989[ 9919] By: jhi on 2001/04/30 13:54:04
12990 Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
12991 From: Gwyn Judd <b.judd@xtra.co.nz>
12992 Date: Sun, 29 Apr 2001 01:47:49 +1200
12993 Message-ID: <20010429014749.A4418@thislove>
12994 Branch: perl
12995 ! pod/perlfaq.pod pod/perlfaq5.pod
12996____________________________________________________________________________
12997[ 9918] By: jhi on 2001/04/30 13:13:54
12998 Log: More_tweakage.
12999 Branch: perl
13000 ! pod/perldata.pod pod/perldiag.pod
13001____________________________________________________________________________
13002[ 9917] By: jhi on 2001/04/30 13:01:27
13003 Log: Update Changes.
13004 Branch: perl
13005 ! Changes patchlevel.h
13006____________________________________________________________________________
2b112a98
JH
13007[ 9916] By: jhi on 2001/04/30 12:57:03
13008 Log: T_w_e_a_k_a_g_e.
13009 Branch: perl
13010 ! pod/perldata.pod pod/perldiag.pod
13011____________________________________________________________________________
13012[ 9915] By: jhi on 2001/04/30 12:39:29
13013 Log: Install s2p also as psed.
13014
13015 TODO: psed documentation?
13016 Branch: perl
13017 ! installperl
13018____________________________________________________________________________
13019[ 9914] By: jhi on 2001/04/30 12:29:21
13020 Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
13021 From: Jens Hamisch <jens@Strawberry.COM>
13022 Date: Fri, 27 Apr 2001 17:00:36 +0200
13023 Message-ID: <20010427170036.K1372@Strawberry.COM>
13024
13025 SOCKS5_VERSION_NAME is the right symbol to detect
13026 the presence of SOCKS5. (HAS_SOCKS5_INIT is telling whether
13027 function called socks5_init() is available, and even that is
13028 not universal, most SOCKS5 installations use SOCKSinit()).
13029 Branch: perl
13030 ! perlio.c
13031____________________________________________________________________________
13032[ 9913] By: jhi on 2001/04/30 12:22:15
13033 Log: Allow a zero timeout on IO::Socket accept and connect--
13034 though one really shouldn't do that. Based on
13035
13036 Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
13037 From: "John Holdsworth" <coldwave@bigfoot.com>
13038 Date: Sun, 4 Feb 2001 12:48:18 +0100
13039 Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
13040 Branch: perl
13041 ! ext/IO/lib/IO/Socket.pm
13042____________________________________________________________________________
13043[ 9912] By: jhi on 2001/04/30 11:27:27
13044 Log: Save the spot of regprev (see #9911) for binary compatibility;
13045 regen API.
13046 Branch: perl
13047 ! embedvar.h perlapi.h thrdvar.h
13048____________________________________________________________________________
13049[ 9911] By: jhi on 2001/04/30 11:22:03
13050 Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...]
13051 From: Hugo <hv@crypt.compulink.co.uk>
13052 Date: Sun, 29 Apr 2001 17:09:30 +0100
13053 Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
13054 Branch: perl
13055 ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
13056____________________________________________________________________________
13057[ 9910] By: jhi on 2001/04/30 11:15:12
13058 Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
13059 a dummy for PL_numeric_radix); no pressing reason to break
13060 binary compatibility; regen API.
13061 Branch: perl
13062 ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
13063 ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
13064____________________________________________________________________________
13065[ 9909] By: jhi on 2001/04/30 10:56:08
13066 Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
13067 From: Walt Mankowski <waltman@netaxs.com>
13068 Date: Sun, 29 Apr 2001 21:53:48 -0400
13069 Message-ID: <20010429215348.A3971@netaxs.com>
13070 Branch: perl
13071 ! pod/perlfunc.pod
13072____________________________________________________________________________
13073[ 9908] By: jhi on 2001/04/30 10:49:40
13074 Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
13075 Branch: perl
13076 ! t/lib/selfstubber.t
13077____________________________________________________________________________
13078[ 9907] By: nick on 2001/04/30 09:26:50
13079 Log: Integrate mainline.
13080 Branch: perlio
13081 !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
13082____________________________________________________________________________
13083[ 9906] By: jhi on 2001/04/29 23:24:20
13084 Log: Abigail spotted a thinko in #9905.
13085 Branch: perl
13086 ! pod/perldiag.pod
13087____________________________________________________________________________
13088[ 9905] By: jhi on 2001/04/29 15:55:39
13089 Log: Changed the underscore/undebar syntax in numeric constants;
13090 now any grouping will do, as long as the underscores are not
13091 consecutive (so "zero-grouping" is out), and they do not begin
13092 or end the integer or fractional parts.
13093 Branch: perl
13094 ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
13095____________________________________________________________________________
13096[ 9904] By: nick on 2001/04/29 15:43:22
13097 Log: Integrate mainline.
13098 Branch: perlio
13099 +> (branch 98 files)
13100 - lib/unicode/Block.pl
13101 - lib/unicode/In/AlphabeticPresentationForms.pl
13102 - lib/unicode/In/Arabic.pl
13103 - lib/unicode/In/ArabicPresentationForms-A.pl
13104 - lib/unicode/In/ArabicPresentationForms-B.pl
13105 - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
13106 - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
13107 - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
13108 - lib/unicode/In/BopomofoExtended.pl
13109 - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
13110 - lib/unicode/In/CJKCompatibility.pl
13111 - lib/unicode/In/CJKCompatibilityForms.pl
13112 - lib/unicode/In/CJKCompatibilityIdeographs.pl
13113 - lib/unicode/In/CJKRadicalsSupplement.pl
13114 - lib/unicode/In/CJKSymbolsandPunctuation.pl
13115 - lib/unicode/In/CJKUnifiedIdeographs.pl
13116 - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
13117 - lib/unicode/In/Cherokee.pl
13118 - lib/unicode/In/CombiningDiacriticalMarks.pl
13119 - lib/unicode/In/CombiningHalfMarks.pl
13120 - lib/unicode/In/CombiningMarksforSymbols.pl
13121 - lib/unicode/In/ControlPictures.pl
13122 - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
13123 - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
13124 - lib/unicode/In/EnclosedAlphanumerics.pl
13125 - lib/unicode/In/EnclosedCJKLettersandMonths.pl
13126 - lib/unicode/In/Ethiopic.pl
13127 - lib/unicode/In/GeneralPunctuation.pl
13128 - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
13129 - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
13130 - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
13131 - lib/unicode/In/HalfwidthandFullwidthForms.pl
13132 - lib/unicode/In/HangulCompatibilityJamo.pl
13133 - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
13134 - lib/unicode/In/Hebrew.pl
13135 - lib/unicode/In/HighPrivateUseSurrogates.pl
13136 - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
13137 - lib/unicode/In/IPAExtensions.pl
13138 - lib/unicode/In/IdeographicDescriptionCharacters.pl
13139 - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
13140 - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
13141 - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
13142 - lib/unicode/In/Latin-1Supplement.pl
13143 - lib/unicode/In/LatinExtended-A.pl
13144 - lib/unicode/In/LatinExtended-B.pl
13145 - lib/unicode/In/LatinExtendedAdditional.pl
13146 - lib/unicode/In/LetterlikeSymbols.pl
13147 - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
13148 - lib/unicode/In/MathematicalOperators.pl
13149 - lib/unicode/In/MiscellaneousSymbols.pl
13150 - lib/unicode/In/MiscellaneousTechnical.pl
13151 - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
13152 - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
13153 - lib/unicode/In/OpticalCharacterRecognition.pl
13154 - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
13155 - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
13156 - lib/unicode/In/SmallFormVariants.pl
13157 - lib/unicode/In/SpacingModifierLetters.pl
13158 - lib/unicode/In/Specials.pl
13159 - lib/unicode/In/SuperscriptsandSubscripts.pl
13160 - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
13161 - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
13162 - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
13163 - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
13164 - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
13165 !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
13166 !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
13167 !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
13168 !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
13169 !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
13170 !> utf8.c win32/Makefile
13171____________________________________________________________________________
13172[ 9903] By: jhi on 2001/04/29 14:30:53
13173 Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
13174 From: Prymmer/Kahn <pvhp@best.com>
13175 Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
13176 Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
13177 Branch: perl
13178 ! win32/Makefile
13179____________________________________________________________________________
13180[ 9902] By: jhi on 2001/04/29 02:52:44
13181 Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
13182 From: "Abigail" <abigail@foad.org>
13183 Date: Sun, 29 Apr 2001 03:14:25 +0200
13184 Message-ID: <20010429011425.24503.qmail@foad.org>
13185 Branch: perl
13186 ! ext/IO/lib/IO/Seekable.pm
13187____________________________________________________________________________
13188[ 9901] By: jhi on 2001/04/29 02:04:46
13189 Log: In character classes one couldn't have 0x80..0xff characters
13190 at the left hand side if there were 0x100.. characters in the
13191 character class.
13192 Branch: perl
13193 ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
13194 ! t/op/pat.t utf8.c
13195____________________________________________________________________________
13196[ 9900] By: jhi on 2001/04/28 22:55:04
13197 Log: Forgot the latest mktables.PL from #9899.
13198 Branch: perl
13199 ! lib/unicode/mktables.PL
13200____________________________________________________________________________
13201[ 9899] By: jhi on 2001/04/28 22:53:28
13202 Log: Explain the \p{} and \P{} error message better and
13203 have prettier prettyprint in In.pl.
13204 Branch: perl
13205 ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
13206 ! pod/perldiag.pod
13207____________________________________________________________________________
13208[ 9898] By: jhi on 2001/04/28 21:03:34
13209 Log: Add one possible explanation for the "Invalid [] range" error.
13210 Branch: perl
13211 ! pod/perldiag.pod
13212____________________________________________________________________________
13213[ 9897] By: jhi on 2001/04/28 17:18:26
13214 Log: Add a level of indirection to the implementation of \p{InFoo}
13215 so that we don't have to have long filenames. (Nothing changes
13216 in the user interface.) The indirection is defined in
13217 the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
13218 Also rename some the character classes by removing '-' from
13219 the classnames, and finally renamed Block.pl as Blocks.pl.
13220 Branch: perl
13221 + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
13222 + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
13223 + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
13224 + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
13225 + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
13226 + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
13227 + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
13228 + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
13229 + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
13230 + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
13231 + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
13232 + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
13233 + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
13234 + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
13235 + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
13236 + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
13237 + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
13238 + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
13239 + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
13240 + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
13241 + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
13242 + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
13243 + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
13244 + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
13245 + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
13246 + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
13247 + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
13248 + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
13249 + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
13250 + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
13251 + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
13252 + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
13253 + lib/unicode/In/94.pl lib/unicode/In/95.pl
13254 - lib/unicode/Block.pl
13255 - lib/unicode/In/AlphabeticPresentationForms.pl
13256 - lib/unicode/In/Arabic.pl
13257 - lib/unicode/In/ArabicPresentationForms-A.pl
13258 - lib/unicode/In/ArabicPresentationForms-B.pl
13259 - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
13260 - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
13261 - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
13262 - lib/unicode/In/BopomofoExtended.pl
13263 - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
13264 - lib/unicode/In/CJKCompatibility.pl
13265 - lib/unicode/In/CJKCompatibilityForms.pl
13266 - lib/unicode/In/CJKCompatibilityIdeographs.pl
13267 - lib/unicode/In/CJKRadicalsSupplement.pl
13268 - lib/unicode/In/CJKSymbolsandPunctuation.pl
13269 - lib/unicode/In/CJKUnifiedIdeographs.pl
13270 - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
13271 - lib/unicode/In/Cherokee.pl
13272 - lib/unicode/In/CombiningDiacriticalMarks.pl
13273 - lib/unicode/In/CombiningHalfMarks.pl
13274 - lib/unicode/In/CombiningMarksforSymbols.pl
13275 - lib/unicode/In/ControlPictures.pl
13276 - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
13277 - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
13278 - lib/unicode/In/EnclosedAlphanumerics.pl
13279 - lib/unicode/In/EnclosedCJKLettersandMonths.pl
13280 - lib/unicode/In/Ethiopic.pl
13281 - lib/unicode/In/GeneralPunctuation.pl
13282 - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
13283 - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
13284 - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
13285 - lib/unicode/In/HalfwidthandFullwidthForms.pl
13286 - lib/unicode/In/HangulCompatibilityJamo.pl
13287 - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
13288 - lib/unicode/In/Hebrew.pl
13289 - lib/unicode/In/HighPrivateUseSurrogates.pl
13290 - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
13291 - lib/unicode/In/IPAExtensions.pl
13292 - lib/unicode/In/IdeographicDescriptionCharacters.pl
13293 - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
13294 - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
13295 - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
13296 - lib/unicode/In/Latin-1Supplement.pl
13297 - lib/unicode/In/LatinExtended-A.pl
13298 - lib/unicode/In/LatinExtended-B.pl
13299 - lib/unicode/In/LatinExtendedAdditional.pl
13300 - lib/unicode/In/LetterlikeSymbols.pl
13301 - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
13302 - lib/unicode/In/MathematicalOperators.pl
13303 - lib/unicode/In/MiscellaneousSymbols.pl
13304 - lib/unicode/In/MiscellaneousTechnical.pl
13305 - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
13306 - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
13307 - lib/unicode/In/OpticalCharacterRecognition.pl
13308 - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
13309 - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
13310 - lib/unicode/In/SmallFormVariants.pl
13311 - lib/unicode/In/SpacingModifierLetters.pl
13312 - lib/unicode/In/Specials.pl
13313 - lib/unicode/In/SuperscriptsandSubscripts.pl
13314 - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
13315 - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
13316 - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
13317 - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
13318 - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
13319 ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
13320 ! pod/perlunicode.pod
13321____________________________________________________________________________
13322[ 9896] By: jhi on 2001/04/28 14:33:17
13323 Log: Update the information on shared library path on HP-UX.
13324 Branch: perl
13325 ! INSTALL
13326____________________________________________________________________________
13327[ 9895] By: jhi on 2001/04/28 14:32:30
13328 Log: Because #9894 seems to do the trick, this workaround can be removed.
13329 Branch: perl
13330 ! t/lib/selfstubber.t
13331____________________________________________________________________________
13332[ 9894] By: jhi on 2001/04/28 14:26:13
13333 Log: For PerlIO flush the children's file handles (on fork/exec/system).
13334 Branch: perl
13335 ! perl.h
13336____________________________________________________________________________
13337[ 9893] By: jhi on 2001/04/28 14:23:15
13338 Log: Test tweak for #9891.
13339 Branch: perl
13340 ! t/lib/b-deparse.t
13341____________________________________________________________________________
13342[ 9892] By: jhi on 2001/04/28 14:10:13
13343 Log: New HP-UX hints from Merijn.
13344 Branch: perl
13345 ! hints/hpux.sh
13346____________________________________________________________________________
13347[ 9891] By: jhi on 2001/04/28 14:07:27
13348 Log: Subject: [PATCH B::Deparse] non-block scopes
13349 From: Robin Houston <robin@kitsite.com>
13350 Date: Fri, 27 Apr 2001 19:15:14 +0100
13351 Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
13352 Branch: perl
13353 ! ext/B/B/Deparse.pm
13354____________________________________________________________________________
13355[ 9890] By: nick on 2001/04/27 19:41:25
13356 Log: Integrate mainline
13357 Branch: perlio
13358 +> t/lib/selfstubber.t
13359 !> (integrate 50 files)
13360____________________________________________________________________________
13361[ 9889] By: jhi on 2001/04/27 18:23:46
13362 Log: Subject: Re: selfstubber test fail on bleadperl
13363 From: Mike Guy <mjtg@cam.ac.uk>
13364 Date: Fri, 27 Apr 2001 19:31:18 +0100
13365 Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
13366 Branch: perl
13367 ! t/lib/selfstubber.t
13368____________________________________________________________________________
13369[ 9888] By: jhi on 2001/04/27 16:20:54
13370 Log: Test tweak for #9886.
13371 Branch: perl
13372 ! t/lib/b-deparse.t
13373____________________________________________________________________________
13374[ 9887] By: jhi on 2001/04/27 16:16:33
13375 Log: Buffering issue at least in Solaris (even with perlio).
13376 Branch: perl
13377 ! t/lib/selfstubber.t
13378____________________________________________________________________________
13379[ 9886] By: jhi on 2001/04/27 14:59:23
13380 Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
13381 From: Robin Houston <robin@kitsite.com>
13382 Date: Fri, 27 Apr 2001 16:53:20 +0100
13383 Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
13384 Branch: perl
13385 ! ext/B/B/Deparse.pm
13386____________________________________________________________________________
13387[ 9885] By: jhi on 2001/04/27 14:23:51
13388 Log: Update Changes.
13389 Branch: perl
13390 ! Changes patchlevel.h
13391____________________________________________________________________________
94c2704d
JH
13392[ 9884] By: jhi on 2001/04/27 14:14:12
13393 Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
13394 From: "Philip Newton" <pnewton@gmx.de>
13395 Date: Fri, 27 Apr 2001 16:40:13 +0200
13396 Message-ID: <3AE9A0ED.5248.CEA127@localhost>
13397 Branch: perl
13398 ! pod/perldata.pod
13399____________________________________________________________________________
13400[ 9883] By: jhi on 2001/04/27 13:28:19
13401 Log: Add LOG_PERROR; prettify the "removed".
13402 Branch: perl
13403 ! ext/Sys/Syslog/Syslog.xs
13404____________________________________________________________________________
13405[ 9882] By: jhi on 2001/04/27 13:13:18
13406 Log: h2xs tweaks: use NV instead of double, "quote" the removed
13407 prefixes for clarity (especially when nothing is removed),
13408 slight pod reformats.
13409 Branch: perl
13410 ! utils/h2xs.PL
13411____________________________________________________________________________
13412[ 9881] By: jhi on 2001/04/27 12:58:48
13413 Log: Don't bother creating existing directories.
13414 Branch: perl
13415 ! utils/h2xs.PL
13416____________________________________________________________________________
13417[ 9880] By: jhi on 2001/04/27 12:45:39
13418 Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
13419 From: Mike Schilli <m@perlmeister.com>
13420 Date: Wed, 25 Apr 2001 01:29:21 -0700
13421 Message-id: <3AE68AE1.6A981723@perlmeister.com>
13422 Branch: perl
13423 ! utils/h2xs.PL
13424____________________________________________________________________________
13425[ 9879] By: jhi on 2001/04/27 12:40:55
13426 Log: break is not yet Perl. Added the template license also to README.
13427 Branch: perl
13428 ! utils/h2xs.PL
13429____________________________________________________________________________
13430[ 9878] By: jhi on 2001/04/27 03:08:20
13431 Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
13432 From: Tim Jenness <t.jenness@jach.hawaii.edu>
13433 Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
13434 Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
13435 Branch: perl
13436 ! t/lib/xs-typemap.t
13437____________________________________________________________________________
13438[ 9877] By: jhi on 2001/04/26 23:54:40
13439 Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
13440 From: "Abigail" <abigail@foad.org>
13441 Date: Fri, 27 Apr 2001 01:44:28 +0200
13442 Message-ID: <20010426234428.19786.qmail@foad.org>
13443 Branch: perl
13444 ! utils/h2xs.PL
13445____________________________________________________________________________
13446[ 9876] By: jhi on 2001/04/26 23:52:06
13447 Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
13448 From: Peter Prymmer <pvhp@forte.com>
13449 Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
13450 Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
13451 Branch: perl
13452 ! t/lib/selfstubber.t
13453____________________________________________________________________________
13454[ 9875] By: jhi on 2001/04/26 23:48:10
13455 Log: Deparse nits.
13456 Branch: perl
13457 ! ext/B/B/Deparse.pm t/lib/b-deparse.t
13458____________________________________________________________________________
13459[ 9874] By: jhi on 2001/04/26 22:46:05
13460 Log: Document ANYOF_CLASS.
13461 Branch: perl
13462 ! regcomp.h
13463____________________________________________________________________________
13464[ 9873] By: jhi on 2001/04/26 22:35:03
13465 Log: Subject: Re: [PATCH @9846] dumping ANYOF
13466 From: Hugo <hv@crypt.compulink.co.uk>
13467 Date: Thu, 26 Apr 2001 23:33:38 +0100
13468 Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
13469 Branch: perl
13470 ! regcomp.c regcomp.h
13471____________________________________________________________________________
13472[ 9872] By: jhi on 2001/04/26 22:34:31
13473 Log: Subject: [PATCH] more for Devel::SelfStubber
13474 From: Nicholas Clark <nick@ccl4.org>
13475 Date: Fri, 27 Apr 2001 00:13:52 +0100
13476 Message-ID: <20010427001351.K88186@plum.flirble.org>
13477 Branch: perl
13478 ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
13479____________________________________________________________________________
13480[ 9871] By: jhi on 2001/04/26 21:59:17
13481 Log: Subject: [PATCH B::Deparse] formats must be flush left
13482 From: Robin Houston <robin@kitsite.com>
13483 Date: Thu, 26 Apr 2001 23:54:29 +0100
13484 Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
13485 Branch: perl
13486 ! ext/B/B/Deparse.pm
13487____________________________________________________________________________
13488[ 9870] By: jhi on 2001/04/26 21:57:37
13489 Log: If some of the constants are prefixes of others,
13490 the prefixes may never get recognized. (See 20010426.006.)
13491 Branch: perl
13492 ! utils/h2xs.PL
13493____________________________________________________________________________
13494[ 9869] By: jhi on 2001/04/26 21:50:42
13495 Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
13496 From: Chris Bongaarts <cab@tc.umn.edu>
13497 Date: Thu, 26 Apr 2001 17:10:31 -0500
13498 Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
13499 Branch: perl
13500 ! ext/Sys/Syslog/Syslog.xs
13501____________________________________________________________________________
13502[ 9868] By: jhi on 2001/04/26 21:35:12
13503 Log: Further cuts and more docs from Graham Barr.
13504 Branch: perl
13505 ! ext/List/Util/lib/List/Util.pm
13506 ! ext/List/Util/lib/Scalar/Util.pm
13507____________________________________________________________________________
13508[ 9867] By: jhi on 2001/04/26 21:18:57
13509 Log: Subject: [PATCH 5.7.1] DB_File-1.77
13510 From: "Paul Marquess" <Paul.Marquess@Openwave.com>
13511 Date: Thu, 26 Apr 2001 22:37:53 +0100
13512 Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
13513 Branch: perl
13514 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
13515 ! ext/DB_File/DB_File.xs ext/DB_File/version.c
13516____________________________________________________________________________
13517[ 9866] By: jhi on 2001/04/26 21:12:31
13518 Log: Subject: [PATCH B::Deparse] fix easy bugs
13519 From: Robin Houston <robin@kitsite.com>
13520 Date: Thu, 26 Apr 2001 23:03:33 +0100
13521 Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
13522 Branch: perl
13523 ! ext/B/B/Deparse.pm
13524____________________________________________________________________________
13525[ 9865] By: jhi on 2001/04/26 20:26:13
13526 Log: Update Changes.
13527 Branch: perl
13528 ! Changes patchlevel.h
13529____________________________________________________________________________
f9f7dcb2
JH
13530[ 9864] By: jhi on 2001/04/26 19:27:48
13531 Log: Dethinko from Robin Houston.
13532 Branch: perl
13533 ! ext/B/B/Deparse.pm
13534____________________________________________________________________________
13535[ 9863] By: jhi on 2001/04/26 19:10:35
13536 Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
13537 From: Robin Houston <robin@kitsite.com>
13538 Date: Thu, 26 Apr 2001 21:08:32 +0100
13539 Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
13540 Branch: perl
13541 ! ext/B/B/Deparse.pm
13542____________________________________________________________________________
13543[ 9862] By: jhi on 2001/04/26 19:04:23
13544 Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
13545 From: Robin Houston <robin@kitsite.com>
13546 Date: Thu, 26 Apr 2001 20:52:50 +0100
13547 Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
13548 Branch: perl
13549 ! ext/B/B/Deparse.pm
13550____________________________________________________________________________
13551[ 9861] By: jhi on 2001/04/26 18:56:14
13552 Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
13553 From: Mike Guy <mjtg@cam.ac.uk>
13554 Date: Thu, 26 Apr 2001 14:22:40 +0100
13555 Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
13556 Branch: perl
13557 ! pod/perlobj.pod
13558____________________________________________________________________________
13559[ 9860] By: jhi on 2001/04/26 18:46:42
13560 Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
13561 From: Robin Houston <robin@kitsite.com>
13562 Date: Thu, 26 Apr 2001 20:34:29 +0100
13563 Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
13564
13565 Hashes do not interpolate.
13566 Branch: perl
13567 ! ext/B/B/Deparse.pm
13568____________________________________________________________________________
13569[ 9859] By: jhi on 2001/04/26 18:43:51
13570 Log: Subject: The Time::Piece conspiracy unmasked!!!
13571 From: Mike Guy <mjtg@cam.ac.uk>
13572 Date: Thu, 26 Apr 2001 19:02:50 +0100
13573 Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
13574
13575 Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
13576 From: Mike Guy <mjtg@cam.ac.uk>
13577 Date: Thu, 26 Apr 2001 19:08:21 +0100
13578 Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
13579
13580 Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
13581 From: Graham Barr <gbarr@pobox.com>
13582 Date: Thu, 26 Apr 2001 19:12:03 +0100
13583 Message-ID: <20010426191203.A70835@pobox.com>
13584
13585 Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
13586 Branch: perl
13587 ! ext/List/Util/lib/List/Util.pm
13588 ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
13589____________________________________________________________________________
13590[ 9858] By: jhi on 2001/04/26 18:17:42
13591 Log: Subject: [PATCH t/comp/proto.t] disable correct warning
13592 From: Robin Houston <robin@kitsite.com>
13593 Date: Thu, 26 Apr 2001 16:09:35 +0100
13594 Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
13595 Branch: perl
13596 ! t/comp/proto.t
13597____________________________________________________________________________
13598[ 9857] By: jhi on 2001/04/26 18:04:59
13599 Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
13600 From: barries <barries@slaysys.com>
13601 Date: Thu, 26 Apr 2001 12:01:10 -0400
13602 Message-ID: <20010426120110.E29698@jester.slaysys.com>
13603 Branch: perl
13604 ! pod/perldiag.pod
13605____________________________________________________________________________
13606[ 9856] By: jhi on 2001/04/26 18:03:33
13607 Log: Subject: [PATCH B::Deparse] fix string uninterpretation
13608 Date: Thu, 26 Apr 2001 17:13:41 +0100
13609 From: Robin Houston <robin@kitsite.com>
13610 Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
13611
13612 Subject: Re: [PATCH B::Deparse] fix string uninterpretation
13613 From: Robin Houston <robin@kitsite.com>
13614 Date: Thu, 26 Apr 2001 18:44:29 +0100
13615 Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
13616 Branch: perl
13617 ! ext/B/B/Deparse.pm
13618____________________________________________________________________________
13619[ 9855] By: jhi on 2001/04/26 17:56:04
13620 Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
13621 From: Robin Houston <robin@kitsite.com>
13622 Date: Thu, 26 Apr 2001 17:04:08 +0100
13623 Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
13624 Branch: perl
13625 ! ext/B/B/Deparse.pm
13626____________________________________________________________________________
13627[ 9854] By: jhi on 2001/04/26 17:47:26
13628 Log: Subject: Re: Short test case for undef %stash:: crash
13629 From: Benjamin Sugars <bsugars@canoe.ca>
13630 Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT)
13631 Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
13632 Changed and moved the perldiag entry.
13633 Branch: perl
13634 ! gv.c pod/perldiag.pod
13635____________________________________________________________________________
13636[ 9853] By: jhi on 2001/04/26 14:35:16
13637 Log: Beginnings of strptime(). Do not touch the wet paint.
13638 Branch: perl
13639 ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
13640____________________________________________________________________________
13641[ 9852] By: jhi on 2001/04/26 13:17:21
13642 Log: Retract #9851, core dumps from pod2man.
13643 Branch: perl
13644 ! regcomp.c
13645____________________________________________________________________________
13646[ 9851] By: jhi on 2001/04/26 11:54:41
13647 Log: (Retracted by #9852.)
13648
13649 Subject: [PATCH @9846] dumping ANYOF
13650 From: Hugo <hv@crypt.compulink.co.uk>
13651 Date: Thu, 26 Apr 2001 05:32:38 +0100
13652 Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
13653 Branch: perl
13654 ! regcomp.c
13655____________________________________________________________________________
13656[ 9850] By: jhi on 2001/04/26 02:34:44
13657 Log: If ccflags was empty the _previous_ $* containing all the
13658 environment variables and Configure variables was used,
13659 which lead, among other bad things, into $ccflags being your
13660 uname -a output, which lead into test compile with cc failing,
13661 which lead into gcc being selected, which didn't work that well
13662 since gcc (ancient 2.8.1 in that particular box) wasn't too happy
13663 with large files, et cetera.
13664 Branch: perl
13665 ! hints/hpux.sh
13666____________________________________________________________________________
13667[ 9849] By: jhi on 2001/04/26 01:44:57
13668 Log: Make selfstubber test more portable.
13669 Branch: perl
13670 ! t/lib/selfstubber.t
13671____________________________________________________________________________
13672[ 9848] By: jhi on 2001/04/26 00:50:26
13673 Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
13674 From: Benjamin Sugars <ben.sugars@home.com>
13675 Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
13676 Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
13677 Branch: perl
13678 ! ext/Cwd/Cwd.xs
13679____________________________________________________________________________
13680[ 9847] By: jhi on 2001/04/26 00:46:58
13681 Log: Subject: [PATCH: perl@9841] VMS updates
13682 From: Peter Prymmer <pvhp@forte.com>
13683 Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
13684 Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
13685 Branch: perl
13686 ! README.vms configure.com vms/descrip_mms.template
13687 ! vms/ext/filespec.t
13688____________________________________________________________________________
13689[ 9846] By: jhi on 2001/04/26 00:11:56
13690 Log: re 'debug' was broken by #9084.
13691 Branch: perl
13692 ! ext/re/re.xs
13693____________________________________________________________________________
13694[ 9845] By: jhi on 2001/04/25 22:33:17
13695 Log: Subject: [PATCH] test for Devel::SelfStubber
13696 From: Nicholas Clark <nick@ccl4.org>
13697 Date: Thu, 26 Apr 2001 00:00:54 +0100
13698 Message-ID: <20010426000054.D89026@plum.flirble.org>
13699 Branch: perl
13700 + t/lib/selfstubber.t
13701 ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
13702____________________________________________________________________________
13703[ 9844] By: jhi on 2001/04/25 22:29:32
13704 Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
13705 From: Paul Johnson <paul@pjcj.net>
13706 Date: Thu, 26 Apr 2001 00:46:08 +0200
13707 Message-ID: <20010426004608.H2338@pjcj.net>
13708 Branch: perl
13709 ! ext/B/B/Concise.pm
13710____________________________________________________________________________
13711[ 9843] By: jhi on 2001/04/25 22:28:28
13712 Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
13713 From: Peter Prymmer <pvhp@forte.com>
13714 Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
13715 Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
13716 Branch: perl
13717 ! ext/Cwd/Cwd.xs
13718____________________________________________________________________________
13719[ 9842] By: jhi on 2001/04/25 20:58:12
13720 Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
13721 From: John Peacock <jpeacock@rowman.com>
13722 Date: Wed, 25 Apr 2001 17:30:26 -0400
13723 Message-ID: <3AE741F2.B3217464@rowman.com>
13724 Branch: perl
13725 ! lib/Math/BigInt.pm t/lib/bigintpm.t
13726____________________________________________________________________________
13727[ 9841] By: jhi on 2001/04/25 20:07:05
13728 Log: Update Changes.
13729 Branch: perl
13730 ! Changes patchlevel.h
13731____________________________________________________________________________
a086fe03
JH
13732[ 9840] By: jhi on 2001/04/25 19:56:51
13733 Log: Yet another HP-UX hints version from Merijn.
13734 Branch: perl
13735 ! hints/hpux.sh
13736____________________________________________________________________________
13737[ 9839] By: jhi on 2001/04/25 19:53:04
13738 Log: abs_path() didn't terminate the filename correctly,
13739 in DIRNAMLENless systems like HP-UX this would fail.
13740 Branch: perl
13741 ! ext/Cwd/Cwd.xs
13742____________________________________________________________________________
13743[ 9838] By: jhi on 2001/04/25 16:37:26
13744 Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
13745 From: Mike Guy <mjtg@cam.ac.uk>
13746 Date: Wed, 25 Apr 2001 18:31:47 +0100
13747 Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
13748 Branch: perl
13749 ! op.c
13750____________________________________________________________________________
13751[ 9837] By: jhi on 2001/04/25 16:21:53
13752 Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
13753 From: Jon Eveland <jweveland@yahoo.com>
13754 Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
13755 Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
13756 Branch: perl
13757 ! lib/perl5db.pl
13758____________________________________________________________________________
13759[ 9836] By: jhi on 2001/04/25 14:17:50
13760 Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
13761 From: "Philip Newton" <pnewton@gmx.de>
13762 Date: Wed, 25 Apr 2001 17:05:58 +0200
13763 Message-ID: <3AE703F6.3234.1833C45@localhost>
13764 Branch: perl
13765 ! Porting/patching.pod
13766____________________________________________________________________________
13767[ 9835] By: jhi on 2001/04/25 13:58:07
13768 Log: It would seem that both ar and full_ar need to be overridden
13769 for HP-UX to avoid the GNU ar.
13770 Branch: perl
13771 ! hints/hpux.sh
13772____________________________________________________________________________
13773[ 9834] By: jhi on 2001/04/25 13:50:40
13774 Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
13775 From: "Philip Newton" <pnewton@gmx.de>
13776 Date: Wed, 25 Apr 2001 16:09:23 +0200
13777 Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
13778
13779 Detypo.
13780 Branch: perl
13781 ! t/op/misc.t
13782____________________________________________________________________________
13783[ 9833] By: jhi on 2001/04/25 12:36:11
13784 Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
13785 Branch: perl
13786 ! hints/hpux.sh
13787____________________________________________________________________________
13788[ 9832] By: jhi on 2001/04/25 12:33:36
13789 Log: New version of HP-UX hints from Merijn.
13790 Branch: perl
13791 ! hints/hpux.sh
13792____________________________________________________________________________
13793[ 9831] By: jhi on 2001/04/25 03:39:45
13794 Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
13795 Branch: perl
13796 ! hints/hpux.sh
13797____________________________________________________________________________
13798[ 9830] By: jhi on 2001/04/25 02:53:25
13799 Log: The tzname[] bit is not needed by util.c -- and causes
13800 heartburn in VMS (and it missing was probably the cause of
13801 the Mac OS X trouble). Ouch.
13802 Branch: perl
13803 ! ext/POSIX/POSIX.xs util.c
13804____________________________________________________________________________
13805[ 9829] By: jhi on 2001/04/25 00:10:06
13806 Log: Metaconfig unit change for #9828.
13807 Branch: metaconfig
13808 ! U/compline/ccflags.U
13809____________________________________________________________________________
13810[ 9828] By: jhi on 2001/04/25 00:04:18
13811 Log: Allow setting cppflags hints. This may affect Darwin (Mac OS X)
13812 (which is actually the reason for the change, we need to pass
13813 cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
13814 EP/IX, OS/2, and TitanOS, based on the hints files.
13815 Branch: perl
13816 ! Configure config_h.SH
13817____________________________________________________________________________
13818[ 9827] By: jhi on 2001/04/24 23:49:20
13819 Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
13820 the $cat must have an absolute path.
13821 Branch: perl
13822 ! makedepend.SH
13823____________________________________________________________________________
13824[ 9826] By: jhi on 2001/04/24 23:40:53
13825 Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
13826 Branch: perl
13827 ! README.amiga
13828____________________________________________________________________________
13829[ 9825] By: jhi on 2001/04/24 23:35:35
13830 Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
13831 From: "Philip Newton" <pnewton@gmx.de>
13832 Date: Tue, 24 Apr 2001 18:52:49 +0200
13833 Message-Id: <3AE5CB81.12234.1FC246F@localhost>
13834 Branch: perl
13835 ! x2p/find2perl.PL
13836____________________________________________________________________________
13837[ 9824] By: jhi on 2001/04/24 23:33:07
13838 Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
13839 Some gcc specifics dropped out due to extensive rewriting;
13840 will be put back later as needed.
13841 Branch: perl
13842 ! hints/hpux.sh
13843____________________________________________________________________________
13844[ 9823] By: jhi on 2001/04/24 23:27:57
13845 Log: Mac OS X patch for missing tzname definition from Paul Schinder.
13846 Branch: perl
13847 ! ext/POSIX/POSIX.xs
13848____________________________________________________________________________
13849[ 9822] By: jhi on 2001/04/24 23:25:21
13850 Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
13851 From: Tim Jenness <t.jenness@jach.hawaii.edu>
13852 Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
13853 Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
13854 Branch: perl
13855 ! ext/XS/Typemap/Typemap.xs
13856____________________________________________________________________________
13857[ 9821] By: jhi on 2001/04/24 23:24:10
13858 Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
13859 From: "Abigail" <abigail@foad.org>
13860 Date: Tue, 24 Apr 2001 23:12:03 +0200
13861 Message-ID: <20010424211203.7901.qmail@foad.org>
13862 Branch: perl
13863 ! pod/perlport.pod
13864____________________________________________________________________________
13865[ 9820] By: jhi on 2001/04/24 23:23:15
13866 Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
13867 From: Matt Sergeant <matt@sergeant.org>
13868 Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
13869 Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
13870 Branch: perl
13871 ! pod/perlfaq4.pod
13872____________________________________________________________________________
13873[ 9819] By: nick on 2001/04/24 18:49:43
13874 Log: Integrate mainline.
13875 Branch: perlio
13876 +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
13877 !> (integrate 37 files)
13878____________________________________________________________________________
13879[ 9818] By: jhi on 2001/04/24 14:35:23
13880 Log: Update Changes.
13881 Branch: perl
13882 ! Changes patchlevel.h
13883____________________________________________________________________________
bfe39e23
JH
13884[ 9817] By: jhi on 2001/04/24 14:09:17
13885 Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
13886 From: "Philip Newton" <pnewton@gmx.de>
13887 Date: Tue, 24 Apr 2001 12:58:12 +0200
13888 Message-ID: <3AE57864.8304.B77A0A@localhost>
13889
13890 plus add CPAN to the list of modules that have their own tests.
13891 Branch: perl
13892 ! t/lib/1_compile.t
13893____________________________________________________________________________
13894[ 9816] By: jhi on 2001/04/24 14:07:03
13895 Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
13896 From: Michael G Schwern <schwern@pobox.com>
13897 Date: Sat, 21 Apr 2001 22:35:00 +0100
13898 Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
13899 Branch: perl
13900 ! t/lib/1_compile.t
13901____________________________________________________________________________
13902[ 9815] By: jhi on 2001/04/24 13:54:32
13903 Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
13904 From: Robin Houston <robin@kitsite.com>
13905 Date: Tue, 24 Apr 2001 15:51:18 +0100
13906 Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
13907 Branch: perl
13908 ! ext/B/B/Deparse.pm
13909____________________________________________________________________________
13910[ 9814] By: jhi on 2001/04/24 13:17:34
13911 Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
13912 From: Bill Glicker <billg@burrelles.com>
13913 Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
13914 Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
13915 Branch: perl
13916 ! hints/svr5.sh
13917____________________________________________________________________________
13918[ 9813] By: jhi on 2001/04/24 12:54:23
13919 Log: Prevent path disclosure (probing for existence of filenames)
13920 using suidperl; bug id 20010322.218.
13921 Branch: perl
13922 ! perl.c pod/perldiag.pod
13923____________________________________________________________________________
13924[ 9812] By: jhi on 2001/04/24 12:08:36
13925 Log: Retract #9811.
13926 Branch: perl
13927 ! ext/POSIX/POSIX.xs
13928____________________________________________________________________________
13929[ 9811] By: jhi on 2001/04/24 11:57:35
13930 Log: (Retracted by #9812.)
13931 Branch: perl
13932 ! ext/POSIX/POSIX.xs
13933____________________________________________________________________________
13934[ 9810] By: jhi on 2001/04/24 03:32:35
13935 Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
13936 Branch: perl
13937 ! util.c
13938____________________________________________________________________________
13939[ 9809] By: jhi on 2001/04/24 03:16:13
13940 Log: The Math::BigFloat::import() was broken.
13941 (Fixes bug id 20010422.002.)
13942 Branch: perl
13943 ! lib/Math/BigFloat.pm
13944____________________________________________________________________________
13945[ 9808] By: jhi on 2001/04/24 01:11:40
13946 Log: Additional dependencies; should help for parallel makes
13947 not to fail on missing lib/lib.pm or lib/re.pm.
13948 Branch: perl
13949 ! Makefile.SH
13950____________________________________________________________________________
13951[ 9807] By: jhi on 2001/04/24 00:57:01
13952 Log: Update the test failure disclaimer.
13953 Branch: perl
13954 ! t/pragma/warn/pp_hot
13955____________________________________________________________________________
13956[ 9806] By: jhi on 2001/04/24 00:54:04
13957 Log: Add make target "install-all" which is alias for "install"
13958 to cater for case-preserving filesystems like HFS+.
13959 Branch: perl
13960 ! INSTALL Makefile.SH
13961____________________________________________________________________________
13962[ 9805] By: jhi on 2001/04/24 00:47:28
13963 Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
13964 From: Peter Prymmer <pvhp@forte.com>
13965 Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
13966 Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
13967
13968 (Ken William's message forwarded from macosx@perl.org)
13969 Branch: perl
13970 ! hints/darwin.sh
13971____________________________________________________________________________
13972[ 9804] By: jhi on 2001/04/23 23:57:35
13973 Log: Cut-and-pasto.
13974 Branch: perl
13975 ! perlio.c
13976____________________________________________________________________________
13977[ 9803] By: jhi on 2001/04/23 23:52:25
13978 Log: More PerlIO robustness.
13979 Branch: perl
13980 ! perlio.c
13981____________________________________________________________________________
13982[ 9802] By: jhi on 2001/04/23 23:43:35
13983 Log: Make the "STD* opened only for ..." errors more consistent.
13984 Branch: perl
13985 ! doio.c
13986____________________________________________________________________________
13987[ 9801] By: jhi on 2001/04/23 23:34:26
13988 Log: Test case for #9800.
13989 Branch: perl
13990 ! t/op/misc.t
13991____________________________________________________________________________
13992[ 9800] By: jhi on 2001/04/23 23:14:43
13993 Log: Avoid coredump on 'close STDERR; die' by making
13994 the PerlIO calls more robust. Also use SETERRNO()
13995 instead of errno = to be more VMS-ready.
13996 Branch: perl
13997 ! perlio.c
13998____________________________________________________________________________
13999[ 9799] By: jhi on 2001/04/23 21:41:10
14000 Log: Subject: test for ID 20010423.002
14001 From: Robin Houston <robin@kitsite.com>
14002 Date: Mon, 23 Apr 2001 16:52:21 +0100
14003 Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
14004 Branch: perl
14005 ! t/op/avhv.t
14006____________________________________________________________________________
14007[ 9798] By: jhi on 2001/04/23 21:40:07
14008 Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
14009 From: David Dyck <dcd@tc.fluke.com>
14010 Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
14011 Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
14012 Branch: perl
14013 ! installperl
14014____________________________________________________________________________
14015[ 9797] By: jhi on 2001/04/23 21:37:56
14016 Log: Subject: [PATCH] Implement Cwd::abs_path in XS
14017 From: Benjamin Sugars <bsugars@canoe.ca>
14018 Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
14019 Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
14020 Branch: perl
14021 ! ext/Cwd/Cwd.xs lib/Cwd.pm
14022____________________________________________________________________________
14023[ 9796] By: jhi on 2001/04/23 21:29:24
14024 Log: Synchronize h2xs and pod2man some more on the documentation
14025 templates they propose.
14026 Branch: perl
14027 ! pod/pod2man.PL utils/h2xs.PL
14028____________________________________________________________________________
14029[ 9795] By: jhi on 2001/04/23 17:30:40
14030 Log: Add one more naughty test for base64; make encoding logic cleaner.
14031 Branch: perl
14032 ! t/lib/mimeb64.t
14033____________________________________________________________________________
14034[ 9794] By: jhi on 2001/04/23 13:51:32
14035 Log: Update Changes.
14036 Branch: perl
14037 ! Changes patchlevel.h
14038____________________________________________________________________________
a1954273
JH
14039[ 9793] By: jhi on 2001/04/23 13:44:18
14040 Log: Duplicate lines.
14041 Branch: perl
14042 ! MANIFEST
14043____________________________________________________________________________
14044[ 9792] By: jhi on 2001/04/23 13:39:13
14045 Log: Subject: Re: PATCH 5.7.1
14046 From: Mark-Jason Dominus <mjd@plover.com>
14047 Date: Mon, 23 Apr 2001 10:30:21 -0400
14048 Message-ID: <20010423143021.17335.qmail@plover.com>
14049 Branch: perl
14050 ! perl.h sv.c
14051____________________________________________________________________________
14052[ 9791] By: jhi on 2001/04/23 13:32:40
14053 Log: Add the CPAN.pm 1.59_54 tests.
14054 Branch: perl
14055 + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
14056 ! MANIFEST
14057____________________________________________________________________________
14058[ 9790] By: jhi on 2001/04/23 13:21:55
14059 Log: Subject: Deparse nit
14060 From: Robin Houston <robin@kitsite.com>
14061 Date: Mon, 23 Apr 2001 12:38:20 +0100
14062 Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
14063 Branch: perl
14064 ! ext/B/B/Deparse.pm
14065____________________________________________________________________________
14066[ 9789] By: jhi on 2001/04/23 13:19:07
14067 Log: Subject: [PATCH] bug 20010423.002
14068 From: Robin Houston <robin@kitsite.com>
14069 Date: Mon, 23 Apr 2001 13:12:30 +0100
14070 Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
14071 Branch: perl
14072 ! pp.c
14073____________________________________________________________________________
14074[ 9788] By: jhi on 2001/04/23 13:02:49
14075 Log: Subject: PATCH [5.7.1] hv.c unused #define
14076 From: Mark-Jason Dominus <mjd@plover.com>
14077 Date: Sun, 22 Apr 2001 14:17:49 -0400
14078 Message-ID: <20010422181749.26976.qmail@plover.com>
14079 Branch: perl
14080 ! hv.c
14081____________________________________________________________________________
14082[ 9787] By: jhi on 2001/04/23 13:02:02
14083 Log: Subject: PATCH 5.7.1
14084 From: Mark-Jason Dominus <mjd@plover.com>
14085 Date: Sun, 22 Apr 2001 15:12:57 -0400
14086 Message-ID: <20010422191258.6539.qmail@plover.com>
14087
14088 plus Sarathy's STMT_START + STMT_END suggestion.
14089 Branch: perl
14090 ! perl.h
14091____________________________________________________________________________
14092[ 9786] By: jhi on 2001/04/23 12:53:25
14093 Log: Fix for
14094
14095 Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
14096 From: dLux <dlux@spam.sch.bme.hu>
14097 Date: Mon, 23 Apr 2001 01:25:26 +0200
14098 Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
14099
14100 (SvGROW really does return a char *.)
14101 Branch: perl
14102 ! pod/perlapi.pod sv.h
14103____________________________________________________________________________
14104[ 9785] By: jhi on 2001/04/23 04:34:04
14105 Log: Time::Piece work continues. $t->day removed since
14106 I think it's too confusing. Now has normal and
14107 abbreviated length weekday names and month names,
14108 the names change with _names(), not _list().
14109 Now has strftime() in Perl, _strftime() is
14110 the libc version (to which strftime() falls back
14111 if it doesn't know the format. To do: the reverse
14112 of strftime, strptime(), and the localisation of both.
14113 Branch: perl
14114 ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
14115 ! t/lib/time-piece.t
14116____________________________________________________________________________
14117[ 9784] By: jhi on 2001/04/23 02:41:46
14118 Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
14119 From: andreas.koenig@anima.de (Andreas J. Koenig)
14120 Date: 23 Apr 2001 05:20:55 +0200
14121 Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
14122 Branch: perl
14123 ! t/pragma/overload.t
14124____________________________________________________________________________
14125[ 9783] By: jhi on 2001/04/22 23:32:42
14126 Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
14127 From: Robin Houston <robin@kitsite.com>
14128 Date: Mon, 23 Apr 2001 00:38:18 +0100
14129 Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
14130 Branch: perl
14131 ! ext/B/B/Deparse.pm
14132____________________________________________________________________________
14133[ 9782] By: jhi on 2001/04/22 20:55:43
14134 Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
14135 From: Simon Cozens <simon@netthink.co.uk>
14136 Date: Sun, 22 Apr 2001 18:47:25 +0100
14137 Message-ID: <20010422184725.A14411@netthink.co.uk>
14138 Branch: perl
14139 ! sv.c t/pragma/overload.t
14140____________________________________________________________________________
14141[ 9781] By: jhi on 2001/04/22 20:52:13
14142 Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
14143 From: Robin Houston <robin@kitsite.com>
14144 Date: Sun, 22 Apr 2001 22:14:50 +0100
14145 Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
14146 Branch: perl
14147 ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
14148____________________________________________________________________________
14149[ 9780] By: nick on 2001/04/22 20:40:31
14150 Log: Integrate mainline.
14151 Branch: perlio
14152 +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
14153 +> t/lib/b-stash.t
14154 !> (integrate 38 files)
14155____________________________________________________________________________
14156[ 9779] By: jhi on 2001/04/22 15:16:03
14157 Log: Subject: IO::Socket::INET patch
14158 From: andrew deryabin <djsf@technarchy.ru>
14159 Date: Sat, 21 Apr 2001 17:46:52 +0400
14160 Message-ID: <20010421174652.B1426@technarchy>
14161 Branch: perl
14162 ! ext/IO/lib/IO/Socket/INET.pm
14163____________________________________________________________________________
14164[ 9778] By: jhi on 2001/04/22 15:14:33
14165 Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1
14166 From: Mark-Jason Dominus <mjd@plover.com>
14167 Date: Sat, 21 Apr 2001 21:27:49 -0400
14168 Message-ID: <20010422012749.27024.qmail@plover.com>
14169 Branch: perl
14170 ! regcomp.c
14171____________________________________________________________________________
14172[ 9777] By: jhi on 2001/04/22 15:10:51
14173 Log: Subject: Re: Regex debugger patch
14174 From: Mark-Jason Dominus <mjd@plover.com>
14175 Date: Sat, 21 Apr 2001 21:48:51 -0400
14176 Message-ID: <20010422014851.27165.qmail@plover.com>
14177 Branch: perl
14178 ! pod/perldebguts.pod
14179____________________________________________________________________________
14180[ 9776] By: jhi on 2001/04/22 15:09:48
14181 Log: Subject: Re: Regex debugger patch
14182 From: Mark-Jason Dominus <mjd@plover.com>
14183 Date: Sat, 21 Apr 2001 14:24:39 -0400
14184 Message-ID: <20010421182439.16508.qmail@plover.com>
14185
14186 Regex debugger backend.
14187 Branch: perl
14188 ! regcomp.c regexp.h
14189____________________________________________________________________________
14190[ 9775] By: jhi on 2001/04/21 16:45:40
14191 Log: Subject: [PATCH] Typo in utf8.h
14192 From: Jesús Quiroga <jquiroga@pobox.com>
14193 Date: Sat, 21 Apr 2001 19:25:33 +0200
14194 Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
14195 Branch: perl
14196 ! utf8.h
14197____________________________________________________________________________
14198[ 9774] By: jhi on 2001/04/21 16:43:52
14199 Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
14200 From: Joe Orton <jorton@redhat.com>
14201 Date: Tue, 17 Apr 2001 15:50:43 +0100
14202 Message-Id: <20010417155043.D19132@eu.c2.net>
14203 Branch: perl
14204 ! hints/svr5.sh
14205____________________________________________________________________________
14206[ 9773] By: jhi on 2001/04/21 15:30:15
14207 Log: Subject: Patch utils/h2xs.PL
14208 From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
14209 Date: Sat, 21 Apr 2001 10:32:16 -0500
14210 Message-ID: <20010421103216.C14521@chaos.wustl.edu>
14211
14212 Add MAILING list and LICENSE templates.
14213 Branch: perl
14214 ! utils/h2xs.PL
14215____________________________________________________________________________
14216[ 9772] By: jhi on 2001/04/21 15:28:36
14217 Log: Subject: perlfaq2.patch for 5.7.1
14218 From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
14219 Message-ID: <20010420164219.J3194@chaos.wustl.edu>
14220 Date: Fri, 20 Apr 2001 16:42:19 -0500
14221
14222 rm an extra tab, a blurb about the xx.cpan to clarify
14223 which countries actually have that and dejanews is history
14224 as well as most of that nonsensical entry.
14225 Branch: perl
14226 ! pod/perlfaq2.pod
14227____________________________________________________________________________
14228[ 9771] By: jhi on 2001/04/21 15:27:17
14229 Log: Subject: perlfaq1.patch for 5.7.1
14230 From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
14231 Date: Fri, 20 Apr 2001 16:57:36 -0500
14232 Message-ID: <20010420165736.K3194@chaos.wustl.edu>
14233
14234 Evil URLs must die. Especially when they are broken.
14235 Branch: perl
14236 ! pod/perlfaq1.pod
14237____________________________________________________________________________
14238[ 9770] By: jhi on 2001/04/21 15:23:38
14239 Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
14240 From: Michael G Schwern <schwern@pobox.com>
14241 Date: Sat, 21 Apr 2001 16:11:12 +0100
14242 Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
14243 Branch: perl
14244 + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
14245 + t/lib/b-stash.t
14246 ! MANIFEST ext/B/B.pm t/lib/b.t
14247____________________________________________________________________________
14248[ 9769] By: jhi on 2001/04/21 15:03:32
14249 Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
14250 From: Michael G Schwern <schwern@pobox.com>
14251 Date: Sat, 21 Apr 2001 09:48:00 +0100
14252 Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
14253 Branch: perl
14254 ! utils/h2ph.PL
14255____________________________________________________________________________
14256[ 9768] By: jhi on 2001/04/21 14:33:49
14257 Log: PerlIO and Encode doc cleanup and tweaks.
14258 Branch: perl
14259 ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
14260 ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
14261____________________________________________________________________________
14262[ 9767] By: jhi on 2001/04/21 12:40:16
14263 Log: Integrate perlio.
14264 Branch: perl
14265 !> doio.c
14266____________________________________________________________________________
14267[ 9766] By: nick on 2001/04/20 18:28:35
14268 Log: Avoid core dump on
14269 open(STDOUT,">",\$foo);
14270 Branch: perlio
14271 ! doio.c
14272____________________________________________________________________________
14273[ 9765] By: jhi on 2001/04/20 13:23:43
14274 Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
14275 From: Robin Houston <robin@kitsite.com>
14276 Date: Fri, 20 Apr 2001 14:29:22 +0100
14277 Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
14278 Branch: perl
14279 ! ext/B/B.pm ext/B/B/Deparse.pm
14280____________________________________________________________________________
14281[ 9764] By: jhi on 2001/04/20 13:19:33
14282 Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
14283 From: Peter Prymmer <pvhp@forte.com>
14284 Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
14285 Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
14286 Branch: perl
14287 ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
14288 ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
14289 ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
14290 ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
14291____________________________________________________________________________
14292[ 9763] By: jhi on 2001/04/20 12:36:39
14293 Log: Subject: Re: A new PerlIO coredump
14294 From: Nick Ing-Simmons <nik@tiuk.ti.com>
14295 Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
14296 Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
14297 Branch: perl
14298 ! doio.c
14299____________________________________________________________________________
14300[ 9762] By: jhi on 2001/04/19 23:02:30
14301 Log: Update Changes.
14302 Branch: perl
14303 ! Changes patchlevel.h
14304____________________________________________________________________________
4124720b
JH
14305[ 9761] By: jhi on 2001/04/19 22:59:19
14306 Log: More cleanup cleanup.
14307 Branch: perl
14308 ! Makefile.SH win32/Makefile win32/makefile.mk
14309____________________________________________________________________________
14310[ 9760] By: jhi on 2001/04/19 22:50:31
14311 Log: lib/Time is non-empty, let's not rmdir it.
14312 Branch: perl
14313 ! Makefile.SH
14314____________________________________________________________________________
14315[ 9759] By: jhi on 2001/04/19 22:36:51
14316 Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
14317 From: Robin Houston <robin@kitsite.com>
14318 Date: Fri, 20 Apr 2001 00:18:53 +0100
14319 Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
14320 Branch: perl
14321 ! ext/B/B/Deparse.pm
14322____________________________________________________________________________
14323[ 9758] By: jhi on 2001/04/19 22:36:00
14324 Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
14325 From: Peter Prymmer <pvhp@forte.com>
14326 Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
14327 Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
14328 Branch: perl
14329 ! ext/Cwd/Cwd.xs
14330____________________________________________________________________________
14331[ 9757] By: nick on 2001/04/19 18:53:54
14332 Log: Blind (untested) integrate of mainline.
14333 Branch: perlio
14334 +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
14335 +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
14336 +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
14337 !> (integrate 53 files)
14338____________________________________________________________________________
14339[ 9756] By: jhi on 2001/04/19 16:59:23
14340 Log: Document and test Time::Piece.
14341 Branch: perl
14342 ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
14343 ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
14344____________________________________________________________________________
14345[ 9755] By: jhi on 2001/04/19 12:13:29
14346 Log: A better fix for the \x{12345678} trouble from NI-S.
14347 Branch: perl
14348 ! utf8.c
14349____________________________________________________________________________
14350[ 9754] By: jhi on 2001/04/19 11:56:07
14351 Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
14352 From: Robin Houston <robin@kitsite.com>
14353 Date: Wed, 18 Apr 2001 17:58:33 +0100
14354 Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
14355 Branch: perl
14356 ! ext/B/B/Deparse.pm op.c
14357____________________________________________________________________________
14358[ 9753] By: jhi on 2001/04/19 04:21:52
14359 Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
14360 From: "Kurt D. Starsinic" <kstar@wolfetech.com>
14361 Date: Thu, 19 Apr 2001 01:11:41 -0400
14362 Message-ID: <20010419011141.A5798@cpan.org>
14363 Branch: perl
14364 ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
14365____________________________________________________________________________
14366[ 9752] By: jhi on 2001/04/19 02:41:10
14367 Log: The new time utils need to be thread-aware, too.
14368 Branch: perl
14369 ! util.c
14370____________________________________________________________________________
14371[ 9751] By: jhi on 2001/04/19 02:26:47
14372 Log: Compilation nit noticed by AIX compiler.
14373 Branch: perl
14374 ! perlio.c
14375____________________________________________________________________________
14376[ 9750] By: jhi on 2001/04/19 02:20:06
14377 Log: The new time utils need to be public.
14378 Branch: perl
14379 ! embed.pl
14380____________________________________________________________________________
14381[ 9749] By: jhi on 2001/04/19 01:42:39
14382 Log: Regen toc.
14383 Branch: perl
14384 ! pod/perltoc.pod
14385____________________________________________________________________________
14386[ 9748] By: jhi on 2001/04/19 01:41:10
14387 Log: Add Time::Piece, a slight rewrite of Time::Object,
14388 from Matt Sergeant.
14389 Branch: perl
14390 + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
14391 + ext/Time/Piece/Piece.xs ext/Time/Piece/README
14392 + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
14393 ! MANIFEST configure.com djgpp/config.over epoc/config.sh
14394 ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
14395 ! win32/makefile.mk
14396____________________________________________________________________________
14397[ 9747] By: jhi on 2001/04/19 00:55:35
14398 Log: The new metaconfig unit from strftime.
14399 Branch: metaconfig/U/perl
14400 + d_strftime.U
14401____________________________________________________________________________
14402[ 9746] By: jhi on 2001/04/19 00:54:54
14403 Log: Move the strftime() wrapper from POSIX.xs to util.c
14404 as my_strftime(), requires HAS_STRFTIME.
14405 Branch: perl
14406 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14407 ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
14408 ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
14409 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
14410 ! vos/config.ga.h win32/config.bc win32/config.gc
14411 ! win32/config.vc
14412____________________________________________________________________________
14413[ 9745] By: jhi on 2001/04/18 23:11:03
14414 Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
14415 in preparation of Time::Piece.
14416 Branch: perl
14417 ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
14418____________________________________________________________________________
14419[ 9744] By: jhi on 2001/04/18 22:33:12
14420 Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
14421 From: Peter Prymmer <pvhp@forte.com>
14422 Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
14423 Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
14424 Branch: perl
14425 ! t/lib/exporter.t
14426____________________________________________________________________________
14427[ 9743] By: jhi on 2001/04/18 22:32:23
14428 Log: Subject: Fwd: pod2html leaves cache files lying around?
14429 From: Rajesh Vaidheeswarran <rv@gnu.org>
14430 Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
14431 Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
14432 Branch: perl
14433 ! lib/Pod/Html.pm
14434____________________________________________________________________________
14435[ 9742] By: jhi on 2001/04/18 20:31:49
14436 Log: Update Changes.
14437 Branch: perl
14438 ! Changes patchlevel.h
14439____________________________________________________________________________
918522b5
JH
14440[ 9741] By: jhi on 2001/04/18 20:23:02
14441 Log: Declare hints only if needed.
14442 Branch: perl
14443 ! ext/B/B/Deparse.pm
14444____________________________________________________________________________
14445[ 9740] By: jhi on 2001/04/18 19:06:05
14446 Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
14447 bug noticed by Robin Houston; basically the code of detecting
14448 value wraparound was acting differently under different compilers
14449 and platforms. The workaround is to remove the overflow check
14450 for now, a real fix would be to do the overflow (portably) right.
14451 Branch: perl
14452 ! t/op/pat.t utf8.c
14453____________________________________________________________________________
14454[ 9739] By: jhi on 2001/04/18 19:01:23
14455 Log: Subject: [PATCH B::Deparse] some pragma support
14456 From: Robin Houston <robin@kitsite.com>
14457 Date: Wed, 18 Apr 2001 19:32:12 +0100
14458 Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
14459 Branch: perl
14460 ! ext/B/B/Deparse.pm
14461____________________________________________________________________________
14462[ 9738] By: jhi on 2001/04/18 15:16:37
14463 Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
14464 From: Benjamin Sugars <bsugars@canoe.ca>
14465 Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
14466 Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
14467 Branch: perl
14468 ! t/op/glob.t
14469____________________________________________________________________________
14470[ 9737] By: jhi on 2001/04/18 13:24:50
14471 Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
14472 From: Tim Jenness <t.jenness@jach.hawaii.edu>
14473 Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
14474 Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
14475 Branch: perl
14476 ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
14477 ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
14478____________________________________________________________________________
14479[ 9736] By: jhi on 2001/04/18 04:15:14
14480 Log: The #9735 also changes the subtest 12.
14481 Branch: perl
14482 ! t/lib/b.t
14483____________________________________________________________________________
14484[ 9735] By: jhi on 2001/04/18 03:55:17
14485 Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
14486 From: David Dyck <dcd@tc.fluke.com>
14487 Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
14488 Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
14489 Branch: perl
14490 ! ext/B/B/Deparse.pm
14491____________________________________________________________________________
14492[ 9734] By: jhi on 2001/04/18 03:54:11
14493 Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
14494 From: Gisle Aas <gisle@ActiveState.com>
14495 Date: 17 Apr 2001 19:06:45 -0700
14496 Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
14497 Branch: perl
14498 ! pp_hot.c t/op/misc.t
14499____________________________________________________________________________
14500[ 9733] By: jhi on 2001/04/17 22:25:22
14501 Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
14502 From: "Abigail" <abigail@foad.org>
14503 Date: Wed, 18 Apr 2001 01:17:46 +0200
14504 Message-ID: <20010417231746.21657.qmail@foad.org>
14505 Branch: perl
14506 ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
14507____________________________________________________________________________
14508[ 9732] By: jhi on 2001/04/17 20:47:56
14509 Log: Subject: Re: Deparse - parenthesise args to undeclared subs
14510 From: Robin Houston <robin@kitsite.com>
14511 Date: Tue, 17 Apr 2001 22:37:42 +0100
14512 Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
14513 Branch: perl
14514 ! ext/B/B/Deparse.pm
14515____________________________________________________________________________
14516[ 9731] By: nick on 2001/04/17 20:46:35
14517 Log: Re-sync for t/lib/b.t fix
14518 Branch: perlio
14519 !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
14520____________________________________________________________________________
14521[ 9730] By: jhi on 2001/04/17 20:45:29
14522 Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
14523 From: Robin Houston <robin@kitsite.com>
14524 Date: Tue, 17 Apr 2001 22:29:36 +0100
14525 Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
14526 Branch: perl
14527 ! ext/B/B.xs ext/B/B/Deparse.pm
14528____________________________________________________________________________
14529[ 9729] By: jhi on 2001/04/17 20:43:11
14530 Log: Subject: Deparse - parenthesise args to undeclared subs
14531 From: Robin Houston <robin@kitsite.com>
14532 Date: Tue, 17 Apr 2001 21:31:05 +0100
14533 Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
14534 Branch: perl
14535 ! ext/B/B/Deparse.pm
14536____________________________________________________________________________
14537[ 9728] By: jhi on 2001/04/17 18:57:30
14538 Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
14539 From: Benjamin Sugars <ben.sugars@home.com>
14540 Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
14541 Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
14542 Branch: perl
14543 ! t/lib/cwd.t
14544____________________________________________________________________________
14545[ 9727] By: jhi on 2001/04/17 18:20:20
14546 Log: Subject: [PATCH B::Deparse] ambient pragmas
14547 From: Robin Houston <robin@kitsite.com>
14548 Date: Tue, 17 Apr 2001 20:01:59 +0100
14549 Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
14550 Branch: perl
14551 ! ext/B/B/Deparse.pm t/lib/b.t
14552____________________________________________________________________________
14553[ 9726] By: nick on 2001/04/17 16:33:51
14554 Log: Integrate mainline (t/lib/b.t fails test 2...)
14555 Branch: perlio
14556 +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
14557 +> ext/List/Util/README ext/List/Util/Util.xs
14558 +> ext/List/Util/lib/List/Util.pm
14559 +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
14560 +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
14561 +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
14562 +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
14563 +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
14564 !> (integrate 31 files)
14565____________________________________________________________________________
14566[ 9725] By: jhi on 2001/04/17 12:14:24
14567 Log: Subject: multiple B::* changes
14568 From: Robin Houston <robin@kitsite.com>
14569 Date: Thu, 12 Apr 2001 20:12:27 +0100
14570 Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
14571 Branch: perl
14572 ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
14573____________________________________________________________________________
14574[ 9724] By: jhi on 2001/04/17 11:59:05
14575 Log: Thread-awareness from Doug MacEachern.
14576 Branch: perl
14577 ! ext/List/Util/Util.xs
14578____________________________________________________________________________
14579[ 9723] By: jhi on 2001/04/17 11:57:41
14580 Log: Make the test more portable.
14581 Branch: perl
14582 ! t/lib/cwd.t
14583____________________________________________________________________________
14584[ 9722] By: jhi on 2001/04/17 11:53:50
14585 Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
14586 From: Benjamin Sugars <ben.sugars@home.com>
14587 Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
14588 Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
14589 Branch: perl
14590 ! t/lib/cwd.t
14591____________________________________________________________________________
14592[ 9721] By: jhi on 2001/04/17 11:52:17
14593 Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
14594 From: Benjamin Sugars <bsugars@canoe.ca>
14595 Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
14596 Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
14597 Branch: perl
14598 ! op.c
14599____________________________________________________________________________
14600[ 9720] By: jhi on 2001/04/17 11:35:42
14601 Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
14602 From: Chris Nandor <pudge@pobox.com>
14603 Date: Tue, 17 Apr 2001 00:30:49 -0400
14604 Message-Id: <p05100207b701768712de@[10.0.1.177]>
14605 Branch: perl
14606 ! ext/File/Glob/bsd_glob.c gv.c
14607____________________________________________________________________________
14608[ 9719] By: jhi on 2001/04/17 11:32:13
14609 Log: Subject: [PATCH] Tweten->West
14610 From: Casey West <casey@geeknest.com>
14611 Date: Mon, 16 Apr 2001 12:11:22 -0400
14612 Message-ID: <20010416121122.B14554@stupid.geeknest.com>
14613 Branch: perl
14614 ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
14615 ! pod/perltie.pod
14616____________________________________________________________________________
14617[ 9718] By: jhi on 2001/04/16 03:22:52
14618 Log: Update Changes.
14619 Branch: perl
14620 ! Changes patchlevel.h
14621____________________________________________________________________________
e49ff72b
JH
14622[ 9717] By: jhi on 2001/04/16 03:06:28
14623 Log: Regen toc.
14624 Branch: perl
14625 ! pod/perltoc.pod
14626____________________________________________________________________________
14627[ 9716] By: jhi on 2001/04/16 02:58:42
14628 Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
14629 From: Prymmer/Kahn <pvhp@best.com>
14630 Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
14631 Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
14632 Branch: perl
14633 ! utf8.c
14634____________________________________________________________________________
14635[ 9715] By: jhi on 2001/04/15 23:40:35
14636 Log: Subject: Re: Net::Ping patch, adds stream protocol
14637 From: bronson@rinspin.com (Scott Bronson)
14638 Date: Tue, 10 Apr 2001 23:58:33 -0700
14639 Message-ID: <20010410235833.N29719@rinspin.com>
14640 Branch: perl
14641 ! lib/Net/Ping.pm
14642____________________________________________________________________________
14643[ 9714] By: jhi on 2001/04/15 23:31:46
14644 Log: Printing out the ok messages helps successful testing.
14645 Branch: perl
14646 ! t/lib/time-hires.t
14647____________________________________________________________________________
14648[ 9713] By: jhi on 2001/04/15 21:43:24
14649 Log: Update Douglas Wegscheid's email.
14650 Branch: perl
14651 ! AUTHORS
14652____________________________________________________________________________
14653[ 9712] By: jhi on 2001/04/15 21:40:41
14654 Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
14655 From: Michael G Schwern <schwern@pobox.com>
14656 Date: Sat, 14 Apr 2001 22:40:50 +0100
14657 Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
14658 Branch: perl
14659 + t/lib/exporter.t
14660 ! MANIFEST lib/Exporter/Heavy.pm
14661____________________________________________________________________________
14662[ 9711] By: jhi on 2001/04/15 21:39:21
14663 Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
14664 From: Michael G Schwern <schwern@pobox.com>
14665 Date: Sat, 14 Apr 2001 22:13:59 +0100
14666 Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
14667 Branch: perl
14668 ! t/op/loopctl.t
14669____________________________________________________________________________
14670[ 9710] By: jhi on 2001/04/15 21:30:19
14671 Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
14672 From: Michael G Schwern <schwern@pobox.com>
14673 Date: Sat, 14 Apr 2001 22:05:32 +0100
14674 Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
14675 Branch: perl
14676 ! t/pragma/warnings.t
14677____________________________________________________________________________
14678[ 9709] By: jhi on 2001/04/15 19:34:09
14679 Log: Integrate changes #9706,9707 from maintperl into mainline.
14680
14681 change#7210 broke .packlist generation
14682
14683 ExtUtils::Installed doesn't quote regex metacharacters in paths
14684 before using them in match; also make it work for dosish platforms
14685 Branch: perl
14686 !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
14687____________________________________________________________________________
14688[ 9708] By: jhi on 2001/04/15 19:31:01
14689 Log: Test also the scalar aspect of getitimer().
14690 Branch: perl
14691 ! t/lib/time-hires.t
14692____________________________________________________________________________
14693[ 9707] By: gsar on 2001/04/15 17:24:20
14694 Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
14695 before using them in match; also make it work for dosish platforms
14696 Branch: maint-5.6/perl
14697 ! lib/ExtUtils/Installed.pm
14698____________________________________________________________________________
14699[ 9706] By: gsar on 2001/04/15 17:21:59
14700 Log: change#7210 broke .packlist generation (listed only filename
14701 rather than fully qualified path name)
14702 Branch: maint-5.6/perl
14703 ! lib/ExtUtils/Install.pm
14704____________________________________________________________________________
14705[ 9705] By: jhi on 2001/04/15 12:36:33
14706 Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
14707 Branch: perl
14708 ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
14709 ! t/lib/time-hires.t
14710____________________________________________________________________________
14711[ 9704] By: jhi on 2001/04/15 10:49:08
14712 Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
14713 From: Prymmer/Kahn <pvhp@best.com>
14714 Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
14715 Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
14716 Branch: perl
14717 ! lib/utf8.pm pod/perlebcdic.pod
14718____________________________________________________________________________
14719[ 9703] By: jhi on 2001/04/15 02:26:26
14720 Log: I keep forgetting to sort MANIFEST.
14721 Branch: perl
14722 ! MANIFEST
14723____________________________________________________________________________
14724[ 9702] By: jhi on 2001/04/15 02:07:47
14725 Log: Add Scalar-List-Utils 1.02, from Graham Barr.
14726 Now we have blessed, reftype, tainted, first, reduce, ...
14727 Branch: perl
14728 + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
14729 + ext/List/Util/README ext/List/Util/Util.xs
14730 + ext/List/Util/lib/List/Util.pm
14731 + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
14732 + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
14733 + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
14734 + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
14735 + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
14736 ! MANIFEST
14737____________________________________________________________________________
14738[ 9701] By: jhi on 2001/04/14 15:05:25
14739 Log: Subject: RE: dprofpp.pl updates
14740 From: Carl Eklof <CEklof@endeca.com>
14741 Date: Thu, 12 Apr 2001 18:45:46 -0400
14742 Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
14743 Branch: perl
14744 ! utils/dprofpp.PL
14745____________________________________________________________________________
14746[ 9700] By: jhi on 2001/04/14 14:44:55
14747 Log: Do not just blindly add CR.
14748 Branch: perl
14749 ! Porting/makerel
14750____________________________________________________________________________
14751[ 9699] By: jhi on 2001/04/13 13:17:01
14752 Log: Update Changes.
14753 Branch: perl
14754 ! Changes patchlevel.h
14755____________________________________________________________________________
16dfaf47
JH
14756[ 9698] By: jhi on 2001/04/13 12:44:48
14757 Log: Integrate perlio.
14758 Branch: perl
14759 !> ext/PerlIO/Scalar/Scalar.xs
14760____________________________________________________________________________
14761[ 9697] By: jhi on 2001/04/13 12:29:15
14762 Log: Add more debug output to the test.
14763 Branch: perl
14764 ! t/lib/cwd.t
14765____________________________________________________________________________
14766[ 9696] By: nick on 2001/04/13 10:14:29
14767 Log: Fix core dump on binmode($fh,'Scalar')
14768 Branch: perlio
14769 ! ext/PerlIO/Scalar/Scalar.xs
14770____________________________________________________________________________
14771[ 9695] By: nick on 2001/04/13 09:05:42
14772 Log: Integrate mainline
14773 Branch: perlio
14774 +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
14775 +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
14776 +> t/lib/time-hires.t
14777 !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
14778 !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
14779 !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
14780 !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
14781 !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
14782 !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
14783 !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
14784____________________________________________________________________________
14785[ 9694] By: jhi on 2001/04/12 22:23:35
14786 Log: Integrate change #9693 from maintperl into mainline.
14787
14788 $VERSION and Version() on the same line provokes a warning from
14789 CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
14790 Branch: perl
14791 !> lib/Devel/SelfStubber.pm
14792____________________________________________________________________________
14793[ 9693] By: gsar on 2001/04/12 21:55:56
14794 Log: $VERSION and Version() on the same line provokes a warning from
14795 CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
14796 Branch: maint-5.6/perl
14797 ! lib/Devel/SelfStubber.pm
14798____________________________________________________________________________
14799[ 9692] By: jhi on 2001/04/12 13:54:00
14800 Log: This is at least 5.005.
14801 Branch: perl
14802 ! ext/Time/HiRes/HiRes.xs
14803____________________________________________________________________________
14804[ 9691] By: jhi on 2001/04/12 13:37:20
14805 Log: Non-UNIX platforms extensions update. (Well, UTS is UNIX.)
14806 Branch: perl
14807 ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
14808 ! win32/Makefile win32/makefile.mk
14809____________________________________________________________________________
14810[ 9690] By: jhi on 2001/04/12 01:34:46
14811 Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
14812 Branch: perl
14813 + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
14814 + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
14815 + t/lib/time-hires.t
14816 ! MANIFEST
14817____________________________________________________________________________
14818[ 9689] By: jhi on 2001/04/12 00:28:39
14819 Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
14820 From: Gisle Aas <gisle@ActiveState.com>
14821 Date: 11 Apr 2001 16:36:11 -0700
14822 Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
14823 Branch: perl
14824 ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
14825____________________________________________________________________________
14826[ 9688] By: jhi on 2001/04/12 00:27:39
14827 Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
14828 From: Gisle Aas <gisle@ActiveState.com>
14829 Date: 11 Apr 2001 11:13:24 -0700
14830 Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
14831 Branch: perl
14832 ! ext/MIME/Base64/Base64.xs
14833____________________________________________________________________________
14834[ 9687] By: jhi on 2001/04/11 19:51:47
14835 Log: Slight update on the Todo list. (Should integrate to Todo?)
14836 Branch: perl
14837 ! Todo-5.6
14838____________________________________________________________________________
14839[ 9686] By: jhi on 2001/04/11 16:54:25
14840 Log: Subject: [PATCH opcode.pl] Documentation of table format
14841 From: Simon Cozens <simon@netthink.co.uk>
14842 Date: Wed, 11 Apr 2001 12:59:31 +0100
14843 Message-ID: <20010411125931.A25681@netthink.co.uk>
14844 Branch: perl
14845 ! opcode.pl
14846____________________________________________________________________________
14847[ 9685] By: jhi on 2001/04/11 16:53:15
14848 Log: Subject: [PATCH] prototype("CORE::recv")
14849 From: Simon Cozens <simon@netthink.co.uk>
14850 Date: Wed, 11 Apr 2001 13:24:35 +0100
14851 Message-ID: <20010411132435.A26169@netthink.co.uk>
14852 Branch: perl
14853 ! pp.c t/comp/proto.t
14854____________________________________________________________________________
14855[ 9684] By: jhi on 2001/04/11 16:47:13
14856 Log: FAQ (and AUTHORS) update from Dan Carson: the information
14857 was several years obsolete, Term::Readkey has been updated
14858 to have the functionality.
14859 Branch: perl
14860 ! AUTHORS pod/perlfaq5.pod
14861____________________________________________________________________________
14862[ 9683] By: jhi on 2001/04/11 12:15:46
14863 Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
14864 From: Calle Dybedahl <calle@lysator.liu.se>
14865 Date: 10 Apr 2001 16:44:16 +0200
14866 Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
14867 Branch: perl
14868 ! ext/MIME/Base64/Base64.xs
14869____________________________________________________________________________
14870[ 9682] By: jhi on 2001/04/11 12:12:26
14871 Log: A more minimal fix for 20010410.006 from Hugo.
14872 Branch: perl
14873 ! regexec.c
14874____________________________________________________________________________
14875[ 9681] By: jhi on 2001/04/11 11:34:23
14876 Log: Integrate changes #9678,9679 from maintline into mainperl.
14877
14878 addendum to change#9676
14879
14880 up $File::Glob::VERSION; add a note pointing out the version of
14881 the OpenBSD glob bsd_glob.c resembles
14882 Branch: perl
14883 !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
14884 !> ext/File/Glob/bsd_glob.h
14885____________________________________________________________________________
14886[ 9680] By: jhi on 2001/04/11 11:30:38
14887 Log: Bad test numbering in integrate in #9677.
14888 Fixes ID 20010411.001.
14889 Branch: perl
14890 ! t/op/pat.t
14891____________________________________________________________________________
14892[ 9679] By: gsar on 2001/04/11 03:38:40
14893 Log: up $File::Glob::VERSION; add a note pointing out the version of
14894 the OpenBSD glob bsd_glob.c resembles
14895 Branch: maint-5.6/perl
14896 ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
14897 ! ext/File/Glob/bsd_glob.h
14898____________________________________________________________________________
14899[ 9678] By: gsar on 2001/04/11 03:09:48
14900 Log: addendum to change#9676: some missing changes from OpenBSD glob.c
14901 revision 1.8.10.1 found here:
14902
14903 http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
14904 Branch: maint-5.6/perl
14905 ! ext/File/Glob/bsd_glob.c
14906____________________________________________________________________________
14907[ 9677] By: jhi on 2001/04/11 02:54:39
14908 Log: Integrate changes #9675,9676 from maintperl into mainline.
14909
14910 fix for bug 20010410.006, undo change#7115
14911
14912 port the OpenBSD glob() security patch
14913 Branch: perl
14914 !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
14915 !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
14916 !> t/op/pat.t
14917____________________________________________________________________________
14918[ 9676] By: gsar on 2001/04/11 02:19:02
14919 Log: port the glob() security patch found at:
14920
14921 ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
14922
14923 CERT advisory for the issue is here:
14924
14925 http://www.cert.org/advisories/CA-2001-07.html
14926
14927 Note that the security scare is only relevant for those who are
14928 foolish enough to build suidperl (which is now officially discouraged)
14929 Branch: maint-5.6/perl
14930 ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
14931 ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
14932____________________________________________________________________________
14933[ 9675] By: gsar on 2001/04/10 23:52:11
14934 Log: fix for bug 20010410.006
14935
14936 undo change#7115 (came into maint-5.6 as change#8156)
14937
14938 add tests to keep it from coming back
14939 Branch: maint-5.6/perl
14940 ! regexec.c t/op/pat.t
14941____________________________________________________________________________
14942[ 9674] By: nick on 2001/04/10 20:39:31
14943 Log: Integrate mainline
14944 Branch: perlio
14945 +> Porting/testall.atom
14946 !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
14947 !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
14948 !> t/lib/lc-uk.t t/pod/find.t
14949____________________________________________________________________________
14950[ 9673] By: nick on 2001/04/10 18:46:14
14951 Log: Integrate against change 9670 aka perl-5.7.1
14952 Branch: perlio
14953 +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
14954 !> (integrate 53 files)
14955____________________________________________________________________________
14956[ 9672] By: jhi on 2001/04/10 13:45:01
14957 Log: Add a script for doing cumulative profile of the test suite.
14958 (Requires ATOM, that is, Tru64.)
14959 Branch: perl
14960 + Porting/testall.atom
14961 ! MANIFEST
14962____________________________________________________________________________
14963[ 9671] By: jhi on 2001/04/10 12:38:53
14964 Log: Missing std block.
14965 Branch: perl
14966 ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
14967 ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
14968 ! t/pod/find.t
14969____________________________________________________________________________
14970[ 9670] By: jhi on 2001/04/10 01:25:58
14971 Log: This is 5.7.1.
14972 Branch: perl
14973 ! patchlevel.h
14974____________________________________________________________________________
14975[ 9669] By: jhi on 2001/04/10 01:09:14
14976 Log: Update Changes.
14977 Branch: perl
14978 ! Changes patchlevel.h
14979____________________________________________________________________________
8aa96316
JH
14980[ 9668] By: jhi on 2001/04/10 01:00:38
14981 Log: Regen toc.
14982 Branch: perl
14983 ! pod/perltoc.pod
14984____________________________________________________________________________
14985[ 9667] By: jhi on 2001/04/10 00:52:16
14986 Log: Update perlhist.
14987 Branch: perl
14988 ! pod/perlhist.pod
14989____________________________________________________________________________
14990[ 9666] By: jhi on 2001/04/09 23:38:59
14991 Log: Slight wording tweaks from Damian to #9658.
14992 Branch: perl
14993 ! pod/perlobj.pod
14994____________________________________________________________________________
14995[ 9665] By: jhi on 2001/04/09 19:56:06
14996 Log: Subject: [PATCH perlutil.pod] Nit
14997 From: Simon Cozens <simon@netthink.co.uk>
14998 Date: Mon, 9 Apr 2001 20:29:44 +0100
14999 Message-ID: <20010409202944.A14796@the.earth.li>
15000 Branch: perl
15001 ! pod/perlutil.pod
15002____________________________________________________________________________
15003[ 9664] By: jhi on 2001/04/09 19:54:42
15004 Log: Subject: Re: perl571delta.pod@9631
15005 From: Mike Guy <mjtg@cam.ac.uk>
15006 Date: Mon, 09 Apr 2001 18:09:14 +0100
15007 Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
15008 Branch: perl
15009 ! pod/perl571delta.pod
15010____________________________________________________________________________
15011[ 9663] By: jhi on 2001/04/09 13:43:35
15012 Log: Update Changes.
15013 Branch: perl
15014 ! Changes patchlevel.h
15015____________________________________________________________________________
d422c228
JH
15016[ 9662] By: jhi on 2001/04/09 13:24:46
15017 Log: tweak tweak.
15018 Branch: perl
15019 ! AUTHORS pod/perl571delta.pod
15020____________________________________________________________________________
15021[ 9661] By: jhi on 2001/04/09 13:15:13
15022 Log: Thinko in manual patch applying.
15023 Branch: perl
15024 ! sv.c
15025____________________________________________________________________________
15026[ 9660] By: jhi on 2001/04/09 13:07:53
15027 Log: Subject: Re: [PATCH perl@9424] isn't numeric warning
15028 From: Robin Barker <rmb1@cise.npl.co.uk>
15029 Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
15030 Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
15031
15032 (This corrects the case where the "isn't numeric" string contains \0s
15033 and is longer than the temporary buffer, and contains \0 at the point
15034 the string would be truncated by "...".)
15035 Branch: perl
15036 ! sv.c
15037____________________________________________________________________________
15038[ 9659] By: jhi on 2001/04/09 12:57:41
15039 Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
15040 Branch: perl
15041 ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
15042 ! t/lib/cgi-function.t t/lib/cgi-html.t
15043____________________________________________________________________________
15044[ 9658] By: jhi on 2001/04/09 12:48:47
15045 Log: Subject: [PATCH] Partial rewrite of perlobj.pod
15046 From: Ilmari Karonen <iltzu@sci.fi>
15047 Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
15048 Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
15049
15050 Rearrange and rewrite the Method Invocation section
15051 to explain the concepts in nicer order.
15052 Branch: perl
15053 ! pod/perlobj.pod
15054____________________________________________________________________________
15055[ 9657] By: jhi on 2001/04/09 12:35:58
15056 Log: Upgrade to podlators 1.09, from Russ Allbery.
15057 Branch: perl
15058 ! lib/Pod/Man.pm lib/Pod/Text.pm
15059____________________________________________________________________________
15060[ 9656] By: jhi on 2001/04/09 12:31:53
15061 Log: perl571delta.
15062 Branch: perl
15063 ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
15064____________________________________________________________________________
15065[ 9655] By: jhi on 2001/04/09 12:20:09
15066 Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
15067 From: Prymmer/Kahn <pvhp@best.com>
15068 Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
15069 Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
15070 Branch: perl
15071 ! lib/utf8.pm pod/perlunicode.pod
15072____________________________________________________________________________
15073[ 9654] By: gsar on 2001/04/09 03:38:33
15074 Log: here lies 5.6.1
15075 Branch: maint-5.6/perl
15076 ! Changes
15077____________________________________________________________________________
15078[ 9653] By: jhi on 2001/04/09 03:25:24
15079 Log: Update perlhist.
15080 Branch: perl
15081 ! pod/perlhist.pod
15082____________________________________________________________________________
15083[ 9652] By: jhi on 2001/04/09 03:18:49
15084 Log: perl571delta tweaking continues.
15085 Branch: perl
15086 ! pod/perl571delta.pod
15087____________________________________________________________________________
15088[ 9651] By: gsar on 2001/04/09 03:11:19
15089 Log: update Changes, patchlevel.h &c.
15090 Branch: maint-5.6/perl
15091 ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
15092 ! pod/perltoc.pod
15093____________________________________________________________________________
15094[ 9650] By: jhi on 2001/04/09 02:40:24
15095 Log: Integrate the perlfork half of #9513 from maintperl into mainline
15096 (the perlunicode half is obsolete)
15097 Branch: perl
15098 ! pod/perlfork.pod
15099____________________________________________________________________________
15100[ 9649] By: gsar on 2001/04/09 02:35:43
15101 Log: tweak perldelta as suggested by Jarkko
15102 Branch: maint-5.6/perl
15103 ! pod/perldelta.pod
15104____________________________________________________________________________
15105[ 9648] By: jhi on 2001/04/09 02:13:04
15106 Log: Integrate change #9646 from maintperl into mainline.
15107
15108 add note about ithreads and Thread.pm
15109 Branch: perl
15110 !> ext/Thread/Thread.pm ext/Thread/Thread.xs
15111____________________________________________________________________________
15112[ 9647] By: jhi on 2001/04/09 02:10:18
15113 Log: Bad assumption that shortsize == 2.
15114 Branch: perl
15115 ! t/lib/xs-typemap.t
15116____________________________________________________________________________
15117[ 9646] By: gsar on 2001/04/09 00:48:04
15118 Log: add note about ithreads and Thread.pm (too many people are
15119 confused by the fact that Thread.pm is built and installed
15120 under non-5005threads but doesn't work)
15121 Branch: maint-5.6/perl
15122 ! ext/Thread/Thread.pm ext/Thread/Thread.xs
15123____________________________________________________________________________
15124[ 9645] By: gsar on 2001/04/09 00:19:03
15125 Log: update perldelta.pod for changes in 5.6.1
15126 Branch: maint-5.6/perl
15127 ! Changes pod/perldelta.pod
15128____________________________________________________________________________
15129[ 9644] By: jhi on 2001/04/08 20:37:00
15130 Log: Integrate change #9639 from maintperl into mainline:
15131 on windows, many of the README.* pods were being copied to
15132 the wrong location
15133 Branch: perl
15134 !> win32/Makefile win32/makefile.mk
15135____________________________________________________________________________
15136[ 9643] By: jhi on 2001/04/08 20:07:11
15137 Log: Integrate change #9624 from maintperl into mainline:
15138 the pod tests were not okay. (t/pod/find.t changes ignored)
15139 Branch: perl
15140 !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
15141 !> t/pod/include.t t/pod/included.t t/pod/lref.t
15142 !> t/pod/multiline_items.t t/pod/nested_items.t
15143 !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
15144 !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
15145____________________________________________________________________________
15146[ 9642] By: jhi on 2001/04/08 19:57:17
15147 Log: Integrate change #9638 from maintperl into mainline:
15148 update to latest JPL from the anoncvs repository
15149 Branch: perl
15150 +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
15151 !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
15152 !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
15153____________________________________________________________________________
15154[ 9641] By: jhi on 2001/04/08 19:53:30
15155 Log: perl571delta updates.
15156 Branch: perl
15157 ! lib/Filter/Simple.pm pod/perl571delta.pod
15158____________________________________________________________________________
15159[ 9640] By: gsar on 2001/04/08 19:20:46
15160 Log: integrate change#9634 from mainline
15161
15162 Fix the perlmodlib generation (didn't understand separate .pod
15163 files; didn't understand -- as the name-thing separator).
15164 Update the CPAN mirrors list.
15165 Branch: maint-5.6/perl
15166 ! pod/perlmodlib.pod
15167 !> pod/perlmodlib.PL
15168____________________________________________________________________________
15169[ 9639] By: gsar on 2001/04/08 18:57:31
15170 Log: on windows, many of the README.* pods were being copied to the wrong
15171 location
15172 Branch: maint-5.6/perl
15173 ! win32/Makefile win32/makefile.mk
15174____________________________________________________________________________
15175[ 9638] By: gsar on 2001/04/08 18:38:25
15176 Log: update to latest JPL from the anoncvs repository
15177 Branch: maint-5.6/perl
15178 + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
15179 ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
15180 ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
15181____________________________________________________________________________
15182[ 9637] By: jhi on 2001/04/08 17:53:53
15183 Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
15184 Branch: perl
15185 ! pod/perl571delta.pod
15186____________________________________________________________________________
15187[ 9636] By: jhi on 2001/04/08 17:18:32
15188 Log: Regen toc.
15189 Branch: perl
15190 ! pod/perltoc.pod
15191____________________________________________________________________________
15192[ 9635] By: jhi on 2001/04/08 17:16:33
15193 Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
15194 From: "Craig A. Berry" <craigberry@mac.com>
15195 Date: Sun, 08 Apr 2001 12:30:16 -0500
15196 Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
15197 Branch: perl
15198 ! ext/IO/IO.xs lib/ExtUtils/xsubpp
15199____________________________________________________________________________
15200[ 9634] By: jhi on 2001/04/08 17:09:19
15201 Log: Fix the perlmodlib generation (didn't understand separate .pod
15202 files; didn't understand -- as the name-thing separator).
15203
15204 Update the CPAN mirrors list.
15205 Branch: perl
15206 ! pod/perlmodlib.PL pod/perlmodlib.pod
15207____________________________________________________________________________
15208[ 9633] By: jhi on 2001/04/08 16:49:17
15209 Log: Sort MANIFEST.
15210 Branch: perl
15211 ! MANIFEST
15212____________________________________________________________________________
15213[ 9632] By: gsar on 2001/04/08 16:36:06
15214 Log: add $Tie::RefHash::VERSION
15215 Branch: maint-5.6/perl
15216 ! lib/Tie/RefHash.pm
15217____________________________________________________________________________
15218[ 9631] By: jhi on 2001/04/08 16:10:15
15219 Log: perl571delta updates based on p5p feedback; still needs
15220 lots of examples.
15221 Branch: perl
15222 ! pod/perl571delta.pod
15223____________________________________________________________________________
15224[ 9630] By: jhi on 2001/04/08 15:59:13
15225 Log: Update the list of supported platforms to talk about 5.7.1
15226 (and 5.6.1)
15227 Branch: perl
15228 ! pod/perlport.pod
15229____________________________________________________________________________
15230[ 9629] By: jhi on 2001/04/08 15:55:41
15231 Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
15232 from maintperl into mainline: perlport updates.
15233 Branch: perl
15234 ! pod/perlport.pod
15235____________________________________________________________________________
15236[ 9628] By: jhi on 2001/04/08 15:53:17
15237 Log: perlsolaris.pod copied to wrong directory.
15238 Branch: perl
15239 ! win32/makefile.mk
15240____________________________________________________________________________
15241[ 9627] By: jhi on 2001/04/08 14:48:18
15242 Log: Subject: Typos in perl571delta.pod
15243 From: "Stephen P. Potter" <spp@spotter.yi.org>
15244 Date: Sat, 07 Apr 2001 20:37:05 -0400
15245 Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
15246 Branch: perl
15247 ! pod/perl571delta.pod
15248____________________________________________________________________________
15249[ 9626] By: jhi on 2001/04/08 14:39:04
15250 Log: Smoke out dTHR, spotted by by Stephen P. Potter.
15251 Branch: perl
15252 ! gv.c
15253____________________________________________________________________________
15254[ 9625] By: nick on 2001/04/08 10:14:23
15255 Log: Integrate mainline
15256 Branch: perlio
15257 +> pod/perl570delta.pod pod/perl571delta.pod
15258 !> (integrate 27 files)
15259____________________________________________________________________________
15260[ 9624] By: gsar on 2001/04/08 06:08:17
15261 Log: test in t/pod/* were busted
15262
15263 these tests are still not enabled in t/{harness,TEST}
15264 Branch: maint-5.6/perl
15265 ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
15266 ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
15267 ! t/pod/multiline_items.t t/pod/nested_items.t
15268 ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
15269 ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
15270____________________________________________________________________________
15271[ 9623] By: gsar on 2001/04/08 03:37:01
15272 Log: integrate change#9470 from mainline
15273
15274 Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
15275 Branch: maint-5.6/perl
15276 !> ext/Socket/Socket.xs
15277____________________________________________________________________________
15278[ 9622] By: jhi on 2001/04/07 22:40:47
15279 Log: Update Changes.
15280 Branch: perl
15281 ! Changes patchlevel.h
15282____________________________________________________________________________
67991998
JH
15283[ 9621] By: jhi on 2001/04/07 22:34:16
15284 Log: Update AUTHORS.
15285 Branch: perl
15286 ! AUTHORS
15287____________________________________________________________________________
15288[ 9620] By: jhi on 2001/04/07 22:12:47
15289 Log: Forgot to bump the number of tests in #9164.
15290 Branch: perl
15291 ! t/op/array.t
15292____________________________________________________________________________
15293[ 9619] By: jhi on 2001/04/07 22:09:50
15294 Log: Bump patchlevel to 5.7.1.
15295 Branch: perl
15296 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15297 ! config_h.SH patchlevel.h
15298____________________________________________________________________________
15299[ 9618] By: jhi on 2001/04/07 22:02:41
15300 Log: Populate perl571delta.
15301 Branch: perl
15302 ! pod/perl571delta.pod
15303____________________________________________________________________________
15304[ 9617] By: jhi on 2001/04/07 22:01:23
15305 Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
15306 to forget it later; do not change patchlevel.h yet or regenerate
15307 Configure yet.
15308 Branch: perl
15309 ! epoc/config.sh win32/Makefile win32/config_H.bc
15310 ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
15311____________________________________________________________________________
15312[ 9616] By: jhi on 2001/04/07 17:46:33
15313 Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
15314 Branch: perl
15315 ! pod/perl571delta.pod
15316____________________________________________________________________________
15317[ 9615] By: jhi on 2001/04/07 17:33:21
15318 Log: Change the toc configuration.
15319 Branch: perl
15320 ! pod/buildtoc.PL pod/perl.pod
15321____________________________________________________________________________
15322[ 9614] By: jhi on 2001/04/07 17:29:47
15323 Log: Subject: PATCH: $[
15324 From: Robin Houston <robin@kitsite.com>
15325 Date: Fri, 6 Apr 2001 18:10:14 +0100
15326 Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
15327 Branch: perl
15328 ! op.c t/op/array.t
15329____________________________________________________________________________
15330[ 9613] By: jhi on 2001/04/07 17:28:26
15331 Log: Subject: [PATCH perl@9424] isn't numeric warning
15332 From: Robin Barker <rmb1@cise.npl.co.uk>
15333 Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
15334 Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
15335 Branch: perl
15336 ! sv.c t/pragma/warn/sv
15337____________________________________________________________________________
15338[ 9612] By: jhi on 2001/04/07 17:26:45
15339 Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
15340 From: Mike Guy <mjtg@cam.ac.uk>
15341 Date: Fri, 06 Apr 2001 12:47:06 +0100
15342 Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
15343 Branch: perl
15344 ! dump.c t/lib/peek.t
15345____________________________________________________________________________
15346[ 9611] By: jhi on 2001/04/07 17:21:35
15347 Log: Create perl571delta and seed it off with the perldelta changes
15348 since 5.7.0; remove those changes from perldelta and rename it
15349 as perl570delta; recreate perldelta but leave it almost empty.
15350 Branch: perl
15351 + pod/perl570delta.pod pod/perl571delta.pod
15352 ! MANIFEST pod/perldelta.pod
15353____________________________________________________________________________
15354[ 9610] By: jhi on 2001/04/07 16:56:32
15355 Log: Denit.
15356 Branch: perl
15357 ! pod/perldelta.pod
15358____________________________________________________________________________
15359[ 9609] By: jhi on 2001/04/07 16:38:32
15360 Log: Retract #9523: needs more thought.
15361 Branch: perl
15362 ! Makefile.SH
15363____________________________________________________________________________
15364[ 9608] By: jhi on 2001/04/07 14:59:20
15365 Log: atmark() code cleanaup.
15366 Branch: perl
15367 ! ext/IO/IO.xs
15368____________________________________________________________________________
15369[ 9607] By: jhi on 2001/04/07 14:48:14
15370 Log: Integrate change #9605 from maintperl into mainline.
15371
15372 can't optimize away scope entry if tr/// is present
15373 Branch: perl
15374 !> op.c t/op/tr.t
15375____________________________________________________________________________
15376[ 9606] By: jhi on 2001/04/07 14:43:59
15377 Log: Integrate perlio.
15378 Branch: perl
15379 +> win32/FindExt.pm
15380 !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
15381 !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
15382____________________________________________________________________________
15383[ 9605] By: gsar on 2001/04/07 11:52:40
15384 Log: can't optimize away scope entry if tr/// is present
15385 Branch: maint-5.6/perl
15386 ! op.c t/op/tr.t
15387____________________________________________________________________________
15388[ 9604] By: nick on 2001/04/07 11:39:45
15389 Log: Split out extension finding code from buildext.pl into FindExt.pm
15390 Use it to get Config.pm's idea of available extensions in line
15391 with what is built.
15392 Branch: perlio
15393 + win32/FindExt.pm
15394 ! MANIFEST win32/buildext.pl win32/config_sh.PL
15395 ! win32/makefile.mk
15396____________________________________________________________________________
15397[ 9603] By: nick on 2001/04/07 09:11:38
15398 Log: Cleanup correction for failed :Via() layer, also set an error code.
15399 Branch: perlio
15400 ! ext/PerlIO/Via/Via.xs
15401____________________________________________________________________________
15402[ 9602] By: nick on 2001/04/07 08:38:04
15403 Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
15404 style. So don't use binmode() on the handles so that Win32 etc. see
15405 same sequence and produce same digests.
15406 Branch: perlio
15407 ! t/lib/md5-file.t
15408____________________________________________________________________________
15409[ 9601] By: nick on 2001/04/07 08:36:26
15410 Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
15411 Else it complains and so crlf layer (say) does not get pushed.
15412 Branch: perlio
15413 ! perlio.c
15414____________________________________________________________________________
15415[ 9600] By: jhi on 2001/04/06 23:00:09
15416 Log: Integrate change #9599 from perlio into mainline.
15417 Branch: perl
15418 !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
15419 !> win32/config_H.vc
15420____________________________________________________________________________
15421[ 9599] By: nick on 2001/04/06 21:42:43
15422 Log: Quote $VERSION in Encode.pm.
15423 regen_config_h as requested.
15424 Branch: perlio
15425 ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
15426 ! win32/config_H.vc
15427____________________________________________________________________________
15428[ 9598] By: nick on 2001/04/06 20:34:59
15429 Log: Integrate mainline
15430 Branch: perlio
15431 +> README.macos
15432 !> (integrate 39 files)
15433____________________________________________________________________________
15434[ 9597] By: gsar on 2001/04/06 18:06:35
15435 Log: integrate change#9464 from mainline (addendum to change#8313)
15436
15437 Subject: [PATCH @9452] Better peep()ing for foreach() loops
15438 Branch: maint-5.6/perl
15439 !> op.c
15440____________________________________________________________________________
15441[ 9596] By: jhi on 2001/04/06 17:26:03
15442 Log: The d_casti32=undef is good for you even when not use64bitall.
15443 Branch: perl
15444 ! hints/hpux.sh
15445____________________________________________________________________________
15446[ 9595] By: gsar on 2001/04/06 14:57:17
15447 Log: add a low-impact fix to accomodate darwin-ism
15448 Branch: maint-5.6/perl
15449 ! ext/Errno/Errno_pm.PL
15450____________________________________________________________________________
15451[ 9594] By: jhi on 2001/04/06 14:55:14
15452 Log: Integrate changes #9528,9593 from mainline into maintperl;
15453 tweaking the editor/IDE/shell list.
15454 Branch: maint-5.6/perl
15455 !> pod/perlfaq3.pod
15456____________________________________________________________________________
15457[ 9593] By: jhi on 2001/04/06 14:51:39
15458 Log: Make the editor/IDE/shell list a little bit airier.
15459 Branch: perl
15460 ! pod/perlfaq3.pod
15461____________________________________________________________________________
15462[ 9592] By: gsar on 2001/04/06 14:45:18
15463 Log: integrate change#9477 from mainline (base.pm doc tweak)
15464
15465 missing doc entry for fmod()
15466 Branch: maint-5.6/perl
15467 ! lib/Math/BigFloat.pm
15468 !> lib/base.pm
15469____________________________________________________________________________
15470[ 9591] By: jhi on 2001/04/06 13:55:48
15471 Log: Regen toc.
15472 Branch: perl
15473 ! pod/perltoc.pod
15474____________________________________________________________________________
15475[ 9590] By: jhi on 2001/04/06 13:54:52
15476 Log: Math::BigFloat patches from John Peacock. The equivalent
15477 of #9586 from maintperl but reworked by John to work with
15478 the bleadperl.
15479 Branch: perl
15480 ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
15481____________________________________________________________________________
15482[ 9589] By: jhi on 2001/04/06 13:42:23
15483 Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
15484 Branch: perl
15485 ! ext/Digest/MD5/Makefile.PL
15486____________________________________________________________________________
15487[ 9588] By: jhi on 2001/04/06 13:31:45
15488 Log: Integrate changes #9584,9587 from maintperl into mainline.
15489
15490 keep eval"" CVs alive until the end of the statement in which
15491 they're called
15492
15493 add README.macos (from Chris Nandor)
15494
15495 tyop in change#9555
15496 Branch: perl
15497 +> README.macos
15498 !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
15499 !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
15500 !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
15501 !> win32/makefile.mk
15502____________________________________________________________________________
15503[ 9587] By: gsar on 2001/04/06 07:31:30
15504 Log: add README.macos (from Chris Nandor)
15505
15506 tyop in change#9555
15507 Branch: maint-5.6/perl
15508 + README.macos
15509 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
15510 ! win32/Makefile win32/makefile.mk
15511____________________________________________________________________________
15512[ 9586] By: gsar on 2001/04/06 07:08:54
15513 Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
15514 Branch: maint-5.6/perl
15515 ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
15516____________________________________________________________________________
15517[ 9585] By: gsar on 2001/04/06 06:58:44
15518 Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
15519 from mainline
15520
15521 Subject: [PATCH] Base64 update to perlfaq9.pod
15522
15523 Subject: [PATCH AUTHORS] Housekeeping
15524
15525 Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
15526 Mac OS X (Darwin) has extra pwent fields.
15527
15528 Subject: [PATCH B::*] print control-character vars readably
15529 Needs EBCDICification.
15530
15531 Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
15532
15533 Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
15534
15535 Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
15536
15537 Subject: [PATCH B::Deparse] binmode is no longer an UNOP
15538
15539 Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
15540
15541 Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
15542
15543 Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate ( with patch)
15544
15545 Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
15546
15547 FreeBSD hints tweak from Anton Berezin.
15548
15549 Subject: [PATCH foolperl & bleadperl] README.vms update
15550
15551 Subject: Re: [PATCH foolperl & bleadperl] README.vms update
15552 Branch: maint-5.6/perl
15553 !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
15554 !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
15555 !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
15556____________________________________________________________________________
15557[ 9584] By: gsar on 2001/04/06 04:09:00
15558 Log: keep eval"" CVs alive until the end of the statement in which
15559 they're called; this avoids a coredump ensuing from search for
15560 lexicals in code such as:
15561
15562 sub bug {
15563 my $s = @_;
15564 eval q[sub { eval 'sub { &$s }' }];
15565 }
15566 bug("x")->()->();
15567
15568 this code still doesn't work as intended (as it has remained
15569 since time immemorial), but it doesn't provoke a coredump anymore
15570 Branch: maint-5.6/perl
15571 ! embed.h embed.pl global.sym objXSUB.h perlapi.c
15572 ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
15573____________________________________________________________________________
15574[ 9583] By: jhi on 2001/04/05 23:52:51
15575 Log: Update Changes.
15576 Branch: perl
15577 ! Changes patchlevel.h
15578____________________________________________________________________________
d835aa99
JH
15579[ 9582] By: jhi on 2001/04/05 23:11:23
15580 Log: Slight doc tweak.
15581 Branch: perl
15582 ! pod/perlunicode.pod
15583____________________________________________________________________________
15584[ 9581] By: jhi on 2001/04/05 23:04:11
15585 Log: Integrate perlio.
15586 Branch: perl
15587 !> pod/perlunicode.pod
15588____________________________________________________________________________
15589[ 9580] By: jhi on 2001/04/05 23:03:29
15590 Log: Test for #9579.
15591 Branch: perl
15592 ! t/op/do.t
15593____________________________________________________________________________
15594[ 9579] By: jhi on 2001/04/05 22:54:17
15595 Log: Subject: [PATCH] Propagate calling context for do '...'
15596 From: Gisle Aas <gisle@ActiveState.com>
15597 Date: 04 Apr 2001 20:17:29 -0700
15598 Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
15599 Branch: perl
15600 ! pod/perlfunc.pod pp_ctl.c
15601____________________________________________________________________________
15602[ 9578] By: jhi on 2001/04/05 22:52:51
15603 Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
15604 From: Peter Prymmer <pvhp@forte.com>
15605 Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
15606 Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
15607 Branch: perl
15608 ! README.vms
15609____________________________________________________________________________
15610[ 9577] By: jhi on 2001/04/05 22:48:22
15611 Log: Subject: [PATCH foolperl & bleadperl] README.vms update
15612 From: "Craig A. Berry" <craigberry@mac.com>
15613 Date: Thu, 5 Apr 2001 13:43:28 -0500
15614 Message-Id: <p04330101b6f269936918@[172.16.52.1]>
15615 Branch: perl
15616 ! README.vms
15617____________________________________________________________________________
15618[ 9576] By: jhi on 2001/04/05 22:31:38
15619 Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
15620 From: Michael G Schwern <schwern@pobox.com>
15621 Date: Thu, 5 Apr 2001 21:53:21 +0100
15622 Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
15623 Branch: perl
15624 ! lib/base.pm t/lib/fields.t
15625____________________________________________________________________________
15626[ 9575] By: jhi on 2001/04/05 22:26:10
15627 Log: FreeBSD hints tweak from Anton Berezin.
15628 Branch: perl
15629 ! hints/freebsd.sh
15630____________________________________________________________________________
15631[ 9574] By: jhi on 2001/04/05 22:24:03
15632 Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
15633 From: David Dyck <dcd@tc.fluke.com>
15634 Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
15635 Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
15636 Branch: perl
15637 ! t/op/oct.t
15638____________________________________________________________________________
15639[ 9573] By: jhi on 2001/04/05 22:23:06
15640 Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate ( with patch)
15641 Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
15642 From: David Dyck <dcd@tc.fluke.com>
15643 Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
15644 Branch: perl
15645 ! pp.c
15646____________________________________________________________________________
15647[ 9572] By: jhi on 2001/04/05 22:14:47
15648 Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
15649 From: Robin Houston <robin@kitsite.com>
15650 Date: Thu, 5 Apr 2001 20:56:48 +0100
15651 Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
15652 Branch: perl
15653 ! ext/B/B/Deparse.pm
15654____________________________________________________________________________
15655[ 9571] By: jhi on 2001/04/05 22:12:53
15656 Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
15657 From: Robin Houston <robin@kitsite.com>
15658 Date: Thu, 5 Apr 2001 19:55:51 +0100
15659 Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
15660 Branch: perl
15661 ! ext/B/B/Deparse.pm
15662____________________________________________________________________________
15663[ 9570] By: jhi on 2001/04/05 22:11:06
15664 Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
15665 From: Robin Houston <robin@kitsite.com>
15666 Date: Thu, 5 Apr 2001 20:16:29 +0100
15667 Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
15668 Branch: perl
15669 ! ext/B/B/Deparse.pm
15670____________________________________________________________________________
15671[ 9569] By: nick on 2001/04/05 21:32:26
15672 Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
15673 Branch: perlio
15674 ! pod/perlunicode.pod
15675____________________________________________________________________________
15676[ 9568] By: nick on 2001/04/05 19:38:09
15677 Log: Integrate mainline
15678 Branch: perlio
15679 +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
15680 !> (integrate 35 files)
15681____________________________________________________________________________
15682[ 9567] By: jhi on 2001/04/05 18:31:45
15683 Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
15684 From: Robin Houston <robin@kitsite.com>
15685 Date: Thu, 5 Apr 2001 18:03:23 +0100
15686 Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
15687 Branch: perl
15688 ! ext/B/B/Deparse.pm
15689____________________________________________________________________________
15690[ 9566] By: jhi on 2001/04/05 18:29:35
15691 Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
15692 From: Robin Houston <robin@kitsite.com>
15693 Date: Thu, 5 Apr 2001 16:45:18 +0100
15694 Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
15695 Branch: perl
15696 ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
15697____________________________________________________________________________
15698[ 9565] By: jhi on 2001/04/05 18:24:23
15699 Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
15700 From: Robin Houston <robin@kitsite.com>
15701 Date: Thu, 5 Apr 2001 14:50:09 +0100
15702 Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
15703 Branch: perl
15704 ! ext/B/B/Deparse.pm
15705____________________________________________________________________________
15706[ 9564] By: jhi on 2001/04/05 18:23:03
15707 Log: Subject: [PATCH B::*] print control-character vars readably
15708 From: Robin Houston <robin@kitsite.com>
15709 Date: Thu, 5 Apr 2001 14:27:38 +0100
15710 Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
15711
15712 Needs EBCDICification.
15713 Branch: perl
15714 ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
15715 ! ext/B/B/Terse.pm
15716____________________________________________________________________________
15717[ 9563] By: jhi on 2001/04/05 18:20:32
15718 Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
15719 Date: Thu, 5 Apr 2001 13:21:42 -0400
15720 From: Paul Schinder <schinder@pobox.com>
15721 Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
15722
15723 Mac OS X (Darwin) has extra pwent fields.
15724 Branch: perl
15725 ! t/op/pwent.t
15726____________________________________________________________________________
15727[ 9562] By: jhi on 2001/04/05 17:57:51
15728 Log: Regen toc.
15729 Branch: perl
15730 ! pod/perltoc.pod
15731____________________________________________________________________________
15732[ 9561] By: jhi on 2001/04/05 17:47:33
15733 Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
15734 Branch: metaconfig
15735 ! U/Glossary.patch
15736 Branch: metaconfig/U/perl
15737 + d_u32align.U
15738 ! d_cmsghdr_s.U d_msghdr_s.U
15739____________________________________________________________________________
15740[ 9560] By: jhi on 2001/04/05 17:47:01
15741 Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
15742 ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
15743 Introduce probes for struct msghdr, struct cmsghdr,
15744 sendmsg, recvmsg, readv, writev, setitimer, getitimer,
15745 ualarm, usleep, for possible later extension work.
15746 Branch: perl
15747 + t/lib/md5-align.t
15748 ! Configure MANIFEST Porting/Glossary Porting/config.sh
15749 ! Porting/config_H config_h.SH configure.com epoc/config.sh
15750 ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
15751 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
15752 ! vos/config.ga.h win32/config.bc win32/config.gc
15753 ! win32/config.vc
15754____________________________________________________________________________
15755[ 9559] By: jhi on 2001/04/05 13:03:04
15756 Log: Be traditional in your cpp (for the Errno extension).
15757 Branch: perl
15758 ! hints/darwin.sh
15759____________________________________________________________________________
15760[ 9558] By: jhi on 2001/04/05 13:00:05
15761 Log: Add $Config{cppflags} to the gcc incantation.
15762 Branch: perl
15763 ! ext/Errno/Errno_pm.PL
15764____________________________________________________________________________
15765[ 9557] By: jhi on 2001/04/05 04:22:39
15766 Log: Introduce Sean Burke's Class::ISA 0.32.
15767 Branch: perl
15768 + lib/Class/ISA.pm t/lib/class-isa.t
15769 ! MANIFEST
15770____________________________________________________________________________
15771[ 9556] By: jhi on 2001/04/05 04:09:50
15772 Log: Subject: [PATCH AUTHORS] Housekeeping
15773 From: Paul Johnson <paul@pjcj.net>
15774 Date: Wed, 4 Apr 2001 22:45:47 +0200
15775 Message-ID: <20010404224547.D9548@pjcj.net>
15776 Branch: perl
15777 ! AUTHORS
15778____________________________________________________________________________
15779[ 9555] By: jhi on 2001/04/05 04:06:33
15780 Log: Subject: [PATCH] Base64 update to perlfaq9.pod
15781 From: Gisle Aas <gisle@ActiveState.com>
15782 Date: 04 Apr 2001 14:23:04 -0700
15783 Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
15784 Branch: perl
15785 ! pod/perlfaq9.pod
15786____________________________________________________________________________
15787[ 9554] By: jhi on 2001/04/05 04:05:49
15788 Log: Downgrade also the "Wide character" diagnostic.
15789 Branch: perl
15790 ! pod/perldiag.pod
15791____________________________________________________________________________
15792[ 9553] By: jhi on 2001/04/05 04:00:33
15793 Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
15794 maintperl into mainline.
15795
15796 "double" should be "NV"; standard typemap is missing entry
15797 for NV
15798
15799 s/djSP/dSP/
15800
15801 Downgrade "Wide character in print" to a warning.
15802
15803 B::Deparse fix for ${^FOO} and documentation for PVX() method
15804 (from Robin Houston)
15805
15806 tr/// doesn't null-terminate the result in some situations
15807 (from Gisle Aas)
15808 Branch: perl
15809 !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
15810 !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
15811 !> t/io/utf8.t t/op/tr.t
15812____________________________________________________________________________
15813[ 9552] By: jhi on 2001/04/05 03:52:50
15814 Log: Retract changes #9542 and #9538 (from maintperl, integrated
15815 at #9540), shouldn't be needed because of the perlio changes.
15816 Branch: perl
15817 ! util.c
15818____________________________________________________________________________
15819[ 9551] By: gsar on 2001/04/05 00:18:34
15820 Log: tr/// doesn't null-terminate the result in some situations
15821 (from Gisle Aas)
15822 Branch: maint-5.6/perl
15823 ! doop.c t/op/tr.t
15824____________________________________________________________________________
15825[ 9550] By: gsar on 2001/04/04 20:04:17
15826 Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
15827 (from Robin Houston)
15828 Branch: maint-5.6/perl
15829 ! ext/B/B.pm ext/B/B/Deparse.pm
15830____________________________________________________________________________
15831[ 9549] By: nick on 2001/04/04 18:56:15
15832 Log: Downgrade "Wide character in print" to a warning.
15833 Branch: perlio
15834 ! doio.c t/io/utf8.t
15835____________________________________________________________________________
15836[ 9548] By: gsar on 2001/04/04 18:51:49
15837 Log: integrate changes#9460,9462,9482,9521,9522
15838
15839 Subject: PATCH: B::Debug should show LOOP-specific fields
15840
15841 Subject: B::Deparse precedence bug. (Patch included.)
15842
15843 Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
15844
15845 Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
15846
15847 Subject: [PATCH B::Concise] padname values may have bogus SvCUR
15848 Branch: maint-5.6/perl
15849 !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
15850 !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
15851____________________________________________________________________________
15852[ 9547] By: gsar on 2001/04/04 18:49:16
15853 Log: s/djSP/dSP/
15854 Branch: maint-5.6/perl
15855 ! ext/Thread/Thread.xs
15856____________________________________________________________________________
15857[ 9546] By: nick on 2001/04/04 18:44:00
15858 Log: Integrate mainline.
15859 Branch: perlio
15860 !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
15861 !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
15862____________________________________________________________________________
15863[ 9545] By: gsar on 2001/04/04 18:38:52
15864 Log: integrate change#8837 from mainline
15865
15866 Subject: [patch] -Wall cleanup round 2
15867 Branch: maint-5.6/perl
15868 !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
15869 !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
15870 !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
15871 !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
15872 !> ext/SDBM_File/SDBM_File.xs
15873____________________________________________________________________________
15874[ 9544] By: gsar on 2001/04/04 17:49:57
15875 Log: "double" should be "NV"; standard typemap is missing entry
15876 for NV
15877 Branch: maint-5.6/perl
15878 ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
15879____________________________________________________________________________
15880[ 9543] By: jhi on 2001/04/04 14:13:18
15881 Log: Thou shalt not (just) match for English error messages.
15882 Branch: perl
15883 ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
15884 ! os2/OS2/Process/Process.pm
15885____________________________________________________________________________
15886[ 9542] By: jhi on 2001/04/04 13:20:39
15887 Log: Make the stdio tricks of fflush_all() to exist only if
15888 stdio is being used.
15889 Branch: perl
15890 ! util.c
15891____________________________________________________________________________
15892[ 9541] By: jhi on 2001/04/04 04:20:24
15893 Log: Subject: Re: [PATCH] Lighten up glob
15894 From: Benjamin Sugars <bsugars@canoe.ca>
15895 Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
15896 Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
15897 Branch: perl
15898 ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
15899 ! util.c
15900____________________________________________________________________________
15901[ 9540] By: jhi on 2001/04/04 04:03:57
15902 Log: Integrate changes #9538,9539 from maintperl into mainline.
15903
15904 fflush() is a macro on SunOS 4.1.x, so provide a wrapper
15905 for use with _fwalk() (fix for change#7705)
15906
15907 another tweak needed for SunOS 4.1.x build (from Mike Guy)
15908 (cp -f is not portable)
15909 Branch: perl
15910 !> Makefile.SH util.c
15911____________________________________________________________________________
15912[ 9539] By: gsar on 2001/04/04 03:01:14
15913 Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
15914 Branch: maint-5.6/perl
15915 ! Makefile.SH
15916____________________________________________________________________________
15917[ 9538] By: gsar on 2001/04/04 01:00:38
15918 Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
15919 for use with _fwalk() (fix for change#7705)
15920 Branch: maint-5.6/perl
15921 ! util.c
15922____________________________________________________________________________
15923[ 9537] By: nick on 2001/04/03 19:24:55
15924 Log: Integrate mainline
15925 Branch: perlio
15926 +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
15927 +> lib/unicode/PropList.html
15928 - lib/unicode/Names.txt lib/unicode/README.Ethiopic
15929 !> (integrate 69 files)
15930____________________________________________________________________________
15931[ 9536] By: jhi on 2001/04/03 18:02:31
15932 Log: Integrate change #9533 from maintperl into mainline.
15933
15934 better fix for change#9517 to accomodate UNC paths like
15935 \\server\share\foo, and paths with trailing backslash
15936 like c:\this\
15937 Branch: perl
15938 !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
15939____________________________________________________________________________
15940[ 9535] By: jhi on 2001/04/03 17:58:07
15941 Log: Change the push/unshift warning to be of class syntax, not misc.
15942 Branch: perl
15943 ! op.c pod/perldiag.pod t/pragma/warn/op
15944____________________________________________________________________________
15945[ 9534] By: jhi on 2001/04/03 15:03:46
15946 Log: Change the push/unshift warning (#9532) to talk about "no values"
15947 instead of "no arguments".
15948 Branch: perl
15949 ! op.c pod/perldiag.pod t/pragma/warn/op
15950____________________________________________________________________________
15951[ 9533] By: gsar on 2001/04/03 14:30:07
15952 Log: better fix for change#9517 to accomodate UNC paths like
15953 \\server\share\foo, and paths with trailing backslash
15954 like c:\this\
15955 Branch: maint-5.6/perl
15956 ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
15957____________________________________________________________________________
15958[ 9532] By: jhi on 2001/04/03 13:11:46
15959 Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
15960 From: Robin Houston <robin@kitsite.com>
15961 Date: Mon, 2 Apr 2001 15:03:29 +0100
15962 Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
15963 Branch: perl
15964 ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
15965____________________________________________________________________________
15966[ 9531] By: jhi on 2001/04/03 13:06:34
15967 Log: Integrate change #9530 from maintperl into mainline.
15968
15969 accomodate VMS "mailbox overflow" quirk in testsuite (from
15970 Craig Berry)
15971 Branch: perl
15972 !> t/lib/socket.t
15973____________________________________________________________________________
15974[ 9530] By: gsar on 2001/04/03 04:56:41
15975 Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
15976 Craig Berry)
15977 Branch: maint-5.6/perl
15978 ! t/lib/socket.t
15979____________________________________________________________________________
15980[ 9529] By: jhi on 2001/04/03 02:34:34
15981 Log: Update Changes.
15982 Branch: perl
15983 ! Changes patchlevel.h
15984____________________________________________________________________________
d57eded6
JH
15985[ 9528] By: jhi on 2001/04/03 01:27:57
15986 Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
15987 Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
15988 To: perl5-porters@perl.org
15989 Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
15990 Branch: perl
15991 ! pod/perlfaq3.pod
15992____________________________________________________________________________
15993[ 9527] By: jhi on 2001/04/03 01:22:09
15994 Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
15995 From: Peter Prymmer <pvhp@forte.com>
15996 Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
15997 Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>
15998 Branch: perl
15999 ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
16000____________________________________________________________________________
16001[ 9526] By: jhi on 2001/04/03 01:18:25
16002 Log: The metaconfig unit changes for #9525.
16003 Branch: metaconfig
16004 ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
16005 Branch: metaconfig/U/perl
16006 ! use64bits.U
16007____________________________________________________________________________
16008[ 9525] By: jhi on 2001/04/03 01:17:30
16009 Log: Configure sanity checks:
16010 * if use64bitall is attempted but pointers are only 32-bit,
16011 'downgrade' to use64bitint
16012 * if use64bitint is attempted but there's no quad type,
16013 forget about use64bitint (well, the default for it is 'n',
16014 the user can still override this)
16015 * if pointers are 64 bits, do not try to use Perl's malloc
16016 Branch: perl
16017 ! Configure
16018____________________________________________________________________________
16019[ 9524] By: gsar on 2001/04/03 01:09:12
16020 Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
16021 Branch: maint-5.6/perl
16022 ! pp_sys.c
16023____________________________________________________________________________
16024[ 9523] By: jhi on 2001/04/03 00:02:31
67991998
JH
16025 Log: (Retracted by #9609)
16026
16027 Make it harder for parallel makes to enter 'test' before
d57eded6
JH
16028 Dynaloader and File::Glob are happy. (In principle 'make_ext'
16029 should be unhappy enough, but sometimes parallel makes seem
16030 to sneak past both in Tru64 and AIX.)
16031 Branch: perl
16032 ! Makefile.SH
16033____________________________________________________________________________
16034[ 9522] By: jhi on 2001/04/02 22:35:31
16035 Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
16036 Date: Mon, 2 Apr 2001 22:54:10 +0100
16037 From: Robin Houston <robin@kitsite.com>
16038 Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
16039 Branch: perl
16040 ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
16041____________________________________________________________________________
16042[ 9521] By: jhi on 2001/04/02 22:32:23
16043 Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
16044 From: Robin Houston <robin@kitsite.com>
16045 Date: Mon, 2 Apr 2001 20:24:03 +0100
16046 Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
16047 Branch: perl
16048 ! ext/B/B/Concise.pm
16049____________________________________________________________________________
16050[ 9520] By: jhi on 2001/04/02 22:30:43
16051 Log: Subject: [PATCH] REALLY pedantic hv.h nit
16052 From: Simon Cozens <simon@netthink.co.uk>
16053 Date: Mon, 2 Apr 2001 15:43:06 +0100
16054 Message-ID: <20010402154306.A21711@netthink.co.uk>
16055 Branch: perl
16056 ! hv.h
16057____________________________________________________________________________
16058[ 9519] By: jhi on 2001/04/02 22:28:04
16059 Log: Based on
16060
16061 Subject: [foolperl] EPOC fix
16062 From: Olaf Flebbe <O.Flebbe@science-computing.de>
16063 Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
16064 Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
16065 Branch: perl
16066 ! pp_sys.c
16067____________________________________________________________________________
16068[ 9518] By: jhi on 2001/04/02 22:22:34
16069 Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
16070
16071 README.win32 tweaks; add a note about alternative location for
16072 getting a gcc-2.95.2 that will build perl properly on windows
16073
16074 add some notes about gutsy threading matters
16075
16076 many of the utilities interpolate literal paths within doublequotes
16077 (fails on dosish platforms where path contains backslashes)
16078 Branch: perl
16079 !> README.win32 pod/perlguts.pod utils/perldoc.PL
16080 !> x2p/find2perl.PL x2p/s2p.PL
16081____________________________________________________________________________
16082[ 9517] By: gsar on 2001/04/02 19:52:21
16083 Log: many of the utilities interpolate literal paths within doublequotes
16084 (fails on dosish platforms where path contains backslashes)
16085 Branch: maint-5.6/perl
16086 ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
16087____________________________________________________________________________
16088[ 9516] By: gsar on 2001/04/02 05:49:37
16089 Log: a foolish release
16090 Branch: maint-5.6/perl
16091 ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
16092 ! pod/perltoc.pod
16093____________________________________________________________________________
16094[ 9515] By: gsar on 2001/04/02 05:04:29
16095 Log: add missing changelog summaries
16096 Branch: maint-5.6/perl
16097 ! Changes
16098____________________________________________________________________________
16099[ 9514] By: gsar on 2001/04/02 04:07:13
16100 Log: add some notes about gutsy threading matters
16101 Branch: maint-5.6/perl
16102 ! pod/perlguts.pod
16103____________________________________________________________________________
16104[ 9513] By: gsar on 2001/04/02 03:25:21
16105 Log: add more prominent caveat notices about experimental features
16106 Branch: maint-5.6/perl
16107 ! pod/perlfork.pod pod/perlunicode.pod
16108____________________________________________________________________________
16109[ 9512] By: gsar on 2001/04/02 02:54:33
16110 Log: integrate changes#9479,9509 from mainline
16111
16112 [PATCH] File::Glob stuff for Mac OS
16113
16114 [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
16115 Branch: maint-5.6/perl
16116 !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
16117 !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
16118 !> t/lib/glob-taint.t
16119____________________________________________________________________________
16120[ 9511] By: gsar on 2001/04/02 02:38:24
16121 Log: README.win32 tweaks; add a note about alternative location for
16122 getting a gcc-2.95.2 that will build perl properly on windows
16123 Branch: maint-5.6/perl
16124 ! README.win32
16125____________________________________________________________________________
16126[ 9510] By: jhi on 2001/04/01 20:45:10
16127 Log: An ambiguosity warning.
16128 Branch: perl
16129 ! t/lib/trig.t
16130____________________________________________________________________________
16131[ 9509] By: jhi on 2001/04/01 19:53:47
16132 Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
16133 From: Jonathan Stowe <gellyfish@gellyfish.com>
16134 Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
16135 Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
16136 Branch: perl
16137 ! ext/File/Glob/bsd_glob.c
16138____________________________________________________________________________
16139[ 9508] By: jhi on 2001/04/01 19:35:03
16140 Log: Update Changes.
16141 Branch: perl
16142 ! Changes patchlevel.h
16143____________________________________________________________________________
16144[ 9507] By: jhi on 2001/04/01 19:24:01
16145 Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
16146 from mainline to maintperl: pod tweaks.
16147 Branch: maint-5.6/perl
16148 !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
16149 !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
16150 !> pod/perlvar.pod
16151____________________________________________________________________________
67c03fbb
JH
16152[ 9506] By: jhi on 2001/04/01 19:11:53
16153 Log: Commit Sarathy to April release of 5.6.1 :-)
16154 Branch: perl
16155 ! pod/perlfaq1.pod
16156____________________________________________________________________________
16157[ 9505] By: jhi on 2001/04/01 19:03:15
16158 Log: Subject: PATCH 5.6.0 (perldebug.pod)
16159 From: Mark-Jason Dominus <mjd@plover.com>
16160 Date: Sun, 01 Apr 2001 14:25:11 -0400
16161 Message-ID: <20010401182511.9247.qmail@plover.com>
16162 Branch: perl
16163 ! pod/perldebug.pod
16164____________________________________________________________________________
16165[ 9504] By: jhi on 2001/04/01 18:43:09
16166 Log: Add great_circle_direction().
16167 Branch: perl
16168 ! lib/Math/Trig.pm t/lib/trig.t
16169____________________________________________________________________________
16170[ 9503] By: jhi on 2001/04/01 17:29:12
16171 Log: Unicode ReadMe update for Unicode 3.1.
16172 Branch: perl
16173 ! lib/unicode/ReadMe.txt
16174____________________________________________________________________________
16175[ 9502] By: jhi on 2001/04/01 17:18:40
16176 Log: Integrate change #9501 from maintperl into mainline.
16177
16178 fix the perlembed notes on multiple interpreters
16179
16180 fix ExtUtils::Embed to work passably on Windows
16181 Branch: perl
16182 !> lib/ExtUtils/Embed.pm pod/perlembed.pod
16183____________________________________________________________________________
16184[ 9501] By: gsar on 2001/04/01 07:21:57
16185 Log: fix the perlembed notes on multiple interpreters
16186
16187 fix ExtUtils::Embed to work passably on Windows
16188 Branch: maint-5.6/perl
16189 ! lib/ExtUtils/Embed.pm pod/perlembed.pod
16190____________________________________________________________________________
16191[ 9500] By: jhi on 2001/04/01 05:58:23
16192 Log: Test for #9499.
16193 Branch: perl
16194 ! t/op/tr.t
16195____________________________________________________________________________
16196[ 9499] By: jhi on 2001/04/01 05:55:46
16197 Log: tr/// UTF-8 tweaking from Inaba Hiroto.
16198 Branch: perl
16199 ! embed.h embed.pl op.c proto.h
16200____________________________________________________________________________
16201[ 9498] By: jhi on 2001/04/01 05:44:34
16202 Log: Protect the workaround hunk more.
16203 Branch: perl
16204 ! toke.c
16205____________________________________________________________________________
16206[ 9497] By: jhi on 2001/04/01 00:24:25
16207 Log: Integrate changes #9493,9494,9495,9496 from maintperl
16208 into mainline.
16209
16210 fix a broken workaround for Borland compiler in change#4739
16211 (caused weird "short reads" on DATA, which caused op/misc.t to fail)
16212
16213 nits spotted by Borland compiler
16214
16215 avoid redefinition warnings under Borland 5.02
16216
16217 various nits identified by the Borland 5.5 compiler; remove suppression
16218 of a few warnings
16219 Branch: perl
16220 !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
16221 !> win32/win32.h
16222____________________________________________________________________________
16223[ 9496] By: gsar on 2001/03/31 23:22:28
16224 Log: various nits identified by the Borland 5.5 compiler; remove suppression
16225 of a few warnings
16226 Branch: maint-5.6/perl
16227 ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
16228____________________________________________________________________________
16229[ 9495] By: gsar on 2001/03/31 21:03:08
16230 Log: avoid redefinition warnings under Borland 5.02
16231 Branch: maint-5.6/perl
16232 ! win32/makefile.mk
16233____________________________________________________________________________
16234[ 9494] By: gsar on 2001/03/31 20:18:59
16235 Log: nits spotted by Borland compiler
16236 Branch: maint-5.6/perl
16237 ! utf8.h win32/win32.h
16238____________________________________________________________________________
16239[ 9493] By: gsar on 2001/03/31 20:18:05
16240 Log: fix a broken workaround for Borland compiler in change#4739
16241 (caused weird "short reads" on DATA, which caused op/misc.t to fail)
16242 Branch: maint-5.6/perl
16243 ! toke.c
16244____________________________________________________________________________
16245[ 9492] By: jhi on 2001/03/31 18:36:24
16246 Log: Integrate change #9491 from maintperl into mainline.
16247
16248 Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
16249 directory is relative (need to fetch the full path name *before*
16250 the chdir!)
16251 Branch: perl
16252 !> lib/Cwd.pm
16253____________________________________________________________________________
16254[ 9491] By: gsar on 2001/03/31 17:01:56
16255 Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
16256 directory is relative (need to fetch the full path name *before*
16257 the chdir!)
16258
16259 this is a followup patch for change#6749
16260 Branch: maint-5.6/perl
16261 ! lib/Cwd.pm
16262____________________________________________________________________________
16263[ 9490] By: jhi on 2001/03/31 15:50:18
16264 Log: Subject: Re: [PATCH] av.h cosmetics
16265 From: Simon Cozens <simon@netthink.co.uk>
16266 Date: Sat, 31 Mar 2001 13:09:59 +0100
16267 Message-ID: <20010331130959.A22000@netthink.co.uk>
16268
16269 Document AvALLOC.
16270 Branch: perl
16271 ! pod/perlguts.pod
16272____________________________________________________________________________
16273[ 9489] By: jhi on 2001/03/31 15:48:44
16274 Log: Subject: [PATCH] Re: Math::Big* v1.21
16275 From: Tels <perl_dummy@bloodgate.com>
16276 Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
16277 Message-Id: <200103311125.GAA377738@www08.hway.net>
16278 Branch: perl
16279 ! pod/perlop.pod
16280____________________________________________________________________________
16281[ 9488] By: jhi on 2001/03/31 03:39:51
16282 Log: Debug output tweak.
16283 Branch: perl
16284 ! t/lib/cwd.t
16285____________________________________________________________________________
16286[ 9487] By: jhi on 2001/03/31 03:33:02
16287 Log: OverVMSification.
16288 Branch: perl
16289 ! t/lib/cwd.t
16290____________________________________________________________________________
16291[ 9486] By: jhi on 2001/03/31 03:01:40
16292 Log: Missed MANIFESTations in #9483.
16293 Branch: perl
16294 ! MANIFEST
16295____________________________________________________________________________
16296[ 9485] By: jhi on 2001/03/31 02:58:17
16297 Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
16298 From: Peter Prymmer <pvhp@forte.com>
16299 Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
16300 Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
16301 Branch: perl
16302 ! regexec.c t/lib/cwd.t
16303____________________________________________________________________________
16304[ 9484] By: jhi on 2001/03/31 01:04:41
16305 Log: Obsolete file (see #3938)
16306 Branch: perl
16307 - lib/unicode/README.Ethiopic
16308 ! MANIFEST
16309____________________________________________________________________________
16310[ 9483] By: jhi on 2001/03/31 00:52:42
16311 Log: Update to Unicode 3.1.
16312 (Rename Names.txt to NamesList.txt.)
16313 Branch: perl
16314 + lib/unicode/NamesList.txt lib/unicode/PropList.html
16315 - lib/unicode/Names.txt
16316 ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
16317 ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
16318 ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
16319 ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
16320 ! lib/unicode/UCD.html lib/unicode/Unicode.html
16321 ! lib/unicode/rename lib/unicode/version
16322____________________________________________________________________________
16323[ 9482] By: jhi on 2001/03/30 23:33:44
16324 Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
16325 From: Robin Houston <robin@kitsite.com>
16326 Date: Fri, 30 Mar 2001 20:07:22 +0100
16327 Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
16328 Branch: perl
16329 ! ext/B/B/Deparse.pm
16330____________________________________________________________________________
16331[ 9481] By: jhi on 2001/03/30 23:20:25
16332 Log: Subject: Re: [PATCH] CwdXS, Take 2
16333 From: Benjamin Sugars <bsugars@canoe.ca>
16334 Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
16335 Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
16336 Branch: perl
16337 + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
16338 ! MANIFEST lib/Cwd.pm t/lib/cwd.t
16339____________________________________________________________________________
16340[ 9480] By: jhi on 2001/03/30 22:52:38
16341 Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
16342 From: David Dyck <dcd@tc.fluke.com>
16343 Date: Fri, 30 Mar 2001 14:44:13 -0800
16344 Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
16345
16346 The t/rantests flags file creation was accidentally
16347 removed by #9217.
16348 Branch: perl
16349 ! Makefile.SH
16350____________________________________________________________________________
16351[ 9479] By: jhi on 2001/03/30 22:45:45
16352 Log: Subject: [PATCH] File::Glob stuff for Mac OS
16353 From: Chris Nandor <pudge@pobox.com>
16354 Date: Fri, 30 Mar 2001 16:51:00 -0500
16355 Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
16356 Branch: perl
16357 ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
16358 ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
16359 ! t/lib/glob-taint.t
16360____________________________________________________________________________
16361[ 9478] By: jhi on 2001/03/30 22:43:12
16362 Log: Subject: fix for win32/buildext.pl
16363 From: "Vadim Konovalov" <watman@inbox.ru>
16364 Date: Sat, 31 Mar 2001 00:50:36 +0400
16365 Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
16366 Branch: perl
16367 ! win32/buildext.pl
16368____________________________________________________________________________
16369[ 9477] By: jhi on 2001/03/30 22:41:16
16370 Log: Subject: small base.pm doc patch
16371 From: Leon Brocard <acme@astray.com>
16372 Date: Fri, 30 Mar 2001 21:49:57 +0100
16373 Message-ID: <20010330214957.B8733@ns0.astray.com>
16374 Branch: perl
16375 ! lib/base.pm
16376____________________________________________________________________________
16377[ 9476] By: jhi on 2001/03/30 18:16:57
16378 Log: Subject: [PATCH] av.h cosmetics
16379 From: Simon Cozens <simon@netthink.co.uk>
16380 Date: Fri, 30 Mar 2001 18:12:28 +0100
16381 Message-ID: <20010330181228.A9319@netthink.co.uk>
16382 Branch: perl
16383 ! av.h
16384____________________________________________________________________________
16385[ 9475] By: jhi on 2001/03/30 18:15:50
16386 Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
16387 From: "Philip Newton" <pnewton@gmx.de>
16388 Date: Fri, 30 Mar 2001 19:06:57 +0200
16389 Message-ID: <3AC4D951.14815.1AC7068@localhost>
16390 Branch: perl
16391 ! pod/perlhack.pod
16392____________________________________________________________________________
16393[ 9474] By: jhi on 2001/03/30 18:14:02
16394 Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
16395 From: Benjamin Sugars <bsugars@canoe.ca>
16396 Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
16397 Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
16398 Branch: perl
16399 ! t/lib/glob-basic.t
16400____________________________________________________________________________
16401[ 9473] By: jhi on 2001/03/30 16:09:24
16402 Log: Update Changes.
16403 Branch: perl
16404 ! Changes patchlevel.h
16405____________________________________________________________________________
8e654ed5
JH
16406[ 9472] By: jhi on 2001/03/30 15:16:08
16407 Log: Integrate perlio.
16408 Branch: perl
16409 !> t/lib/cwd.t t/lib/glob-basic.t
16410____________________________________________________________________________
16411[ 9471] By: nick on 2001/03/30 14:47:10
16412 Log: Should be (^O eq 'MSWin32') not 'Win32'
16413 Fail #12 seems real - chdir is in wrong dir.
16414 Branch: perlio
16415 ! t/lib/cwd.t
16416____________________________________________________________________________
16417[ 9470] By: jhi on 2001/03/30 14:41:11
16418 Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
16419 From: Radu Greab <radu@netsoft.ro>
16420 Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
16421 Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
16422
16423 Replace #9352.
16424 Branch: perl
16425 ! ext/Socket/Socket.xs pp_sys.c
16426____________________________________________________________________________
16427[ 9469] By: jhi on 2001/03/30 14:37:51
16428 Log: Subject: PATCH pod/perldiag.pod
16429 From: Robin Houston <robin@kitsite.com>
16430 Date: Fri, 30 Mar 2001 14:10:36 +0100
16431 Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
16432 Branch: perl
16433 ! pod/perldiag.pod t/lib/glob-basic.t
16434____________________________________________________________________________
16435[ 9468] By: jhi on 2001/03/30 14:36:36
16436 Log: Subject: Better diagnostic in io/fs.t
16437 From: andreas.koenig@anima.de (Andreas J. Koenig)
16438 Date: 30 Mar 2001 10:11:43 +0200
16439 Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
16440 Branch: perl
16441 ! t/io/fs.t
16442____________________________________________________________________________
16443[ 9467] By: nick on 2001/03/30 14:25:43
16444 Log: Skip order test of glob if case-ignoring system cannot
16445 create a.test and A.test
16446 Branch: perlio
16447 ! t/lib/glob-basic.t
16448____________________________________________________________________________
16449[ 9466] By: nick on 2001/03/30 13:03:12
16450 Log: Integrate mainline.
16451 Branch: perlio
16452 - ext/re/hints/aix.pl
16453 !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
16454 !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
16455 !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
16456 !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
16457____________________________________________________________________________
16458[ 9465] By: jhi on 2001/03/30 03:53:37
16459 Log: Add timeouts to the tests. (In AIX 4.3.1.0 + vac 5.0.0.0
16460 the tests sometimes hang, sometimes not.)
16461 Branch: perl
16462 ! t/lib/io_multihomed.t t/lib/io_sock.t
16463____________________________________________________________________________
16464[ 9464] By: jhi on 2001/03/30 02:56:04
16465 Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
16466 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
16467 Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
16468 Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
16469 Branch: perl
16470 ! op.c
16471____________________________________________________________________________
16472[ 9463] By: jhi on 2001/03/30 02:34:48
16473 Log: Test for #9462.
16474 Branch: perl
16475 ! t/lib/b.t
16476____________________________________________________________________________
16477[ 9462] By: jhi on 2001/03/30 02:29:37
16478 Log: Subject: B::Deparse precedence bug. (Patch included.)
16479 From: Jeremy Madea <jmadea@inktomi.com>
16480 Date: Thu, 29 Mar 2001 12:05:02 -0800
16481 Message-ID: <20010329120502.A24881@dr.inktomi.com>
16482 Branch: perl
16483 ! ext/B/B/Deparse.pm
16484____________________________________________________________________________
16485[ 9461] By: jhi on 2001/03/30 02:18:41
16486 Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.* Unicode/EBCDIC status.)
16487 From: Peter Prymmer <pvhp@forte.com>
16488 Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
16489 Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
16490 Branch: perl
16491 ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
16492 ! t/lib/md5-file.t
16493____________________________________________________________________________
16494[ 9460] By: jhi on 2001/03/30 02:17:07
16495 Log: Subject: PATCH: B::Debug should show LOOP-specific fields
16496 From: Robin Houston <robin@kitsite.com>
16497 Date: Thu, 29 Mar 2001 20:47:56 +0100
16498 Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
16499 Branch: perl
16500 ! ext/B/B/Debug.pm
16501____________________________________________________________________________
16502[ 9459] By: jhi on 2001/03/30 02:16:05
16503 Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
16504 From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
16505 Date: Wed, 28 Mar 2001 18:02:20 -0600
16506 Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
16507 Branch: perl
16508 ! lib/ExtUtils/MM_VMS.pm
16509____________________________________________________________________________
16510[ 9458] By: jhi on 2001/03/30 02:07:58
16511 Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
16512 From: "Joshua E. Rodd" <jrodd@pbs.org>
16513 Date: Wed, 28 Mar 2001 17:29:12 -0500
16514 Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
16515 Branch: perl
16516 ! pod/perlop.pod
16517____________________________________________________________________________
16518[ 9457] By: jhi on 2001/03/30 02:04:33
16519 Log: Subject: ext/re/aix.pl can go
16520 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16521 Date: Thu, 29 Mar 2001 12:03:28 +0200
16522 Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
16523 Branch: perl
16524 - ext/re/hints/aix.pl
16525 ! MANIFEST
16526____________________________________________________________________________
16527[ 9456] By: jhi on 2001/03/30 02:03:32
16528 Log: Integrate perlio.
16529 Branch: perl
16530 !> ext/Encode/Encode.xs installperl
16531____________________________________________________________________________
16532[ 9455] By: nick on 2001/03/29 21:11:46
16533 Log: DLL name has changed so installperl needs to know
16534 (Why isn't it working it out or passed it?)
16535 Branch: perlio
16536 ! installperl
16537____________________________________________________________________________
16538[ 9454] By: nick on 2001/03/29 20:56:12
16539 Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
16540 and we don't get undef warnings.
16541 Branch: perlio
16542 ! ext/Encode/Encode.xs
16543____________________________________________________________________________
16544[ 9453] By: nick on 2001/03/29 17:58:48
16545 Log: Integrate mainline
16546 Branch: perlio
16547 !> Changes patchlevel.h
16548____________________________________________________________________________
16549[ 9452] By: jhi on 2001/03/29 16:44:55
16550 Log: Update Changes.
16551 Branch: perl
16552 ! Changes patchlevel.h
16553____________________________________________________________________________
16554[ 9451] By: nick on 2001/03/29 16:31:38
16555 Log: Integrate mainline
16556 Branch: perlio
16557 !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
16558 !> ext/Encode/Encode.xs ext/Storable/Storable.xs
16559 !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
16560 !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
16561 !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
16562____________________________________________________________________________
50968cfc
JH
16563[ 9450] By: jhi on 2001/03/29 16:29:17
16564 Log: Integrate perlio.
16565 Branch: perl
16566 !> win32/buildext.pl
16567____________________________________________________________________________
16568[ 9449] By: jhi on 2001/03/29 15:50:01
16569 Log: Update Changes.
16570 Branch: perl
16571 ! Changes patchlevel.h
16572____________________________________________________________________________
16573[ 9448] By: nick on 2001/03/29 15:47:15
16574 Log: Make sure buildext.pl finds Errno.pm
16575 Branch: perlio
16576 ! win32/buildext.pl
16577____________________________________________________________________________
32533f2d
JH
16578[ 9447] By: jhi on 2001/03/29 15:39:34
16579 Log: Integrate perlio.
16580 Branch: perl
16581 !> win32/makefile.mk
16582____________________________________________________________________________
16583[ 9446] By: nick on 2001/03/29 15:30:03
16584 Log: Integrate win32/makefile.mk with mainline.
16585 Branch: perlio
16586 !> win32/makefile.mk
16587____________________________________________________________________________
16588[ 9445] By: nick on 2001/03/29 15:27:32
16589 Log: Fix breakage ...
16590 Branch: perlio
16591 ! win32/makefile.mk
16592____________________________________________________________________________
16593[ 9444] By: jhi on 2001/03/29 15:03:08
16594 Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
16595 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
16596 Date: Thu, 29 Mar 2001 10:32:59 +0400
16597 Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
16598 Branch: perl
16599 ! win32/makefile.mk
16600____________________________________________________________________________
16601[ 9443] By: jhi on 2001/03/29 15:02:12
16602 Log: Integrate perlio.
16603 Branch: perl
16604 +> win32/buildext.pl
16605 !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
16606 !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
16607____________________________________________________________________________
16608[ 9442] By: nick on 2001/03/29 14:59:11
16609 Log: Work in progress - determine win32 extensions to build via script.
16610 Branch: perlio
16611 + win32/buildext.pl
16612 ! MANIFEST win32/makefile.mk
16613____________________________________________________________________________
16614[ 9441] By: jhi on 2001/03/29 14:51:47
16615 Log: Reintroduce the use of external pwd.
16616 Branch: perl
16617 ! t/lib/cwd.t
16618____________________________________________________________________________
16619[ 9440] By: jhi on 2001/03/29 14:42:58
16620 Log: use warnings instead of -w.
16621 Branch: perl
16622 ! utils/h2xs.PL
16623____________________________________________________________________________
16624[ 9439] By: jhi on 2001/03/29 14:41:52
16625 Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
16626 From: Jonathan Stowe <gellyfish@gellyfish.com>
16627 Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
16628 Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
16629 Branch: perl
16630 ! utils/h2xs.PL
16631____________________________________________________________________________
16632[ 9438] By: jhi on 2001/03/29 14:39:38
16633 Log: Subject: [PATCH perl@9424] minor pod nits
16634 From: Robin Barker <rmb1@cise.npl.co.uk>
16635 Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
16636 Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
16637 Branch: perl
16638 ! pod/perlhack.pod pod/perliol.pod
16639____________________________________________________________________________
16640[ 9437] By: jhi on 2001/03/29 14:29:16
16641 Log: Subject: [PATCH perl@9424] typemap cast warning
16642 From: Robin Barker <rmb1@cise.npl.co.uk>
16643 Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
16644 Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
16645 Branch: perl
16646 ! lib/ExtUtils/typemap
16647____________________________________________________________________________
16648[ 9436] By: jhi on 2001/03/29 14:26:03
16649 Log: Subject: [PATCH perl@9424] printf warning
16650 From: Robin Barker <rmb1@cise.npl.co.uk>
16651 Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
16652 Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
16653 Branch: perl
16654 ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
16655 ! ext/Storable/Storable.xs toke.c
16656____________________________________________________________________________
16657[ 9435] By: nick on 2001/03/29 14:23:31
16658 Log: Win32 has name conflict with ERROR
16659 Branch: perlio
16660 ! ext/PerlIO/Via/Via.xs
16661____________________________________________________________________________
16662[ 9434] By: jhi on 2001/03/29 14:17:48
16663 Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.* Unicode/EBCDIC status.)
16664 From: Peter Prymmer <pvhp@forte.com>
16665 Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
16666 Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
16667 Branch: perl
16668 ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
16669____________________________________________________________________________
16670[ 9433] By: jhi on 2001/03/29 13:52:44
16671 Log: test-prep target was missing.
16672 Branch: perl
16673 ! Makefile.SH
16674____________________________________________________________________________
16675[ 9432] By: nick on 2001/03/29 12:40:03
16676 Log: Make as-shipped compiler default to MSVC6
16677 Branch: perlio
16678 ! win32/makefile.mk
16679____________________________________________________________________________
16680[ 9431] By: nick on 2001/03/29 12:12:16
16681 Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
16682 akin to PerlIO::Scalar.
16683 Branch: perlio
16684 ! perlio.c perlio.h
16685____________________________________________________________________________
16686[ 9430] By: nick on 2001/03/29 10:56:35
16687 Log: Integrate mainline.
16688 Branch: perlio
16689 !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
16690 !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
16691 !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
16692 !> win32/makefile.mk win32/win32sck.c
16693____________________________________________________________________________
16694[ 9429] By: nick on 2001/03/29 09:03:43
16695 Log: Noticed that two tests were skipped as perlio:: package
16696 isn't there any more. Changed the skip condition.
16697 Avoid core-dump if sv_utf8_upgrade() called on something
16698 that does not become SvPOK after SvPV() (e.g. a ref).
16699 Branch: perlio
16700 ! sv.c t/io/utf8.t t/lib/io_scalar.t
16701____________________________________________________________________________
16702[ 9428] By: jhi on 2001/03/29 01:31:47
16703 Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
16704 From: Benjamin Sugars <bsugars@canoe.ca>
16705 Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
16706 Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
16707 Branch: perl
16708 ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
16709 ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
16710 ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
16711____________________________________________________________________________
16712[ 9427] By: jhi on 2001/03/29 00:49:30
16713 Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
16714 From: "Vadim Konovalov" <watman@inbox.ru>
16715 Date: Thu, 29 Mar 2001 01:50:12 +0400
16716 Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
16717 Branch: perl
16718 ! win32/makefile.mk win32/win32sck.c
16719____________________________________________________________________________
16720[ 9426] By: gsar on 2001/03/29 00:28:04
16721 Log: dmake can only handle == and != in comparisons; support building
16722 with Borland's VCL libraries (from Vadim Konovalov)
16723 Branch: maint-5.6/perl
16724 ! win32/makefile.mk
16725____________________________________________________________________________
16726[ 9425] By: nick on 2001/03/28 19:29:56
16727 Log: Integrate (@snapshot)
16728 Branch: perlio
16729 !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
16730____________________________________________________________________________
16731[ 9424] By: jhi on 2001/03/28 19:03:16
16732 Log: Update Changes.
16733 Branch: perl
16734 ! Changes patchlevel.h
16735____________________________________________________________________________
86d4dbc9
JH
16736[ 9423] By: jhi on 2001/03/28 18:52:09
16737 Log: Rmdir lib/XS on cleanup.
16738 Branch: perl
16739 ! Makefile.SH
16740____________________________________________________________________________
16741[ 9422] By: jhi on 2001/03/28 18:49:34
16742 Log: Integrate perlio.
16743 Branch: perl
16744 !> t/op/utf8decode.t
16745____________________________________________________________________________
16746[ 9421] By: nick on 2001/03/28 18:46:44
16747 Log: Loose duplicate chunk.
16748 Branch: perlio
16749 ! t/op/utf8decode.t
16750____________________________________________________________________________
16751[ 9420] By: nick on 2001/03/28 18:44:11
16752 Log: Integrate mainline.
16753 Branch: perlio
16754 !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
16755 !> vms/vmsish.h
16756____________________________________________________________________________
16757[ 9419] By: jhi on 2001/03/28 18:42:05
16758 Log: Can't trust external pwds
16759 (either shell builtins or external programs)
16760 Branch: perl
16761 ! t/lib/cwd.t
16762____________________________________________________________________________
16763[ 9418] By: jhi on 2001/03/28 18:34:05
16764 Log: Integrate perlio.
16765 Branch: perl
16766 - lib/perlio.pm
16767 !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
16768 !> t/op/utf8decode.t
16769____________________________________________________________________________
16770[ 9417] By: nick on 2001/03/28 18:24:02
16771 Log: PerlIO.pm / perlio.pm conflict.
16772 Update some pods.
16773 Make t/op/utf8decode.t a text file.
16774 Branch: perlio
16775 - lib/perlio.pm
16776 ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
16777 ! t/op/utf8decode.t
16778____________________________________________________________________________
16779[ 9416] By: jhi on 2001/03/28 18:06:07
16780 Log: Integrate change #9409 from mainline to maintperl.
16781
16782 Yet another tweak on AIX dynaloading.
16783 Branch: maint-5.6/perl
16784 !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
16785____________________________________________________________________________
16786[ 9415] By: gsar on 2001/03/28 17:13:01
16787 Log: integrate changes#9377,9385,9401 from mainline
16788
16789 Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
16790
16791 If directory entries compare equal case-insensitively,
16792 retry case-sensitively.
16793
16794 Subject: [PATCH] B::Terse and warnings
16795 Branch: maint-5.6/perl
16796 !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
16797 !> t/pragma/warn/perl
16798____________________________________________________________________________
16799[ 9414] By: jhi on 2001/03/28 17:11:12
16800 Log: Subject: [PATCH perl@9359] VMS fix-ups and status
16801 From: "Craig A. Berry" <craigberry@mac.com>
16802 Date: Wed, 28 Mar 2001 10:55:20 -0600
16803 Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
16804 Branch: perl
16805 ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
16806____________________________________________________________________________
16807[ 9413] By: jhi on 2001/03/28 17:03:12
16808 Log: Dup hunk.
16809 Branch: perl
16810 ! t/op/utf8decode.t
16811____________________________________________________________________________
16812[ 9412] By: jhi on 2001/03/28 17:02:36
16813 Log: Forced integrate from perlio.
16814 Branch: perl
16815 !> t/op/utf8decode.t
16816____________________________________________________________________________
16817[ 9411] By: nick on 2001/03/28 16:50:03
16818 Log: Integrate mainline.
16819 Branch: perlio
16820 +> t/lib/cwd.t
16821 !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
16822 !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
16823 !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
16824 !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
16825 !> t/pragma/warn/perl
16826____________________________________________________________________________
16827[ 9410] By: jhi on 2001/03/28 16:44:23
16828 Log: Subject: Re: [PATCH] 9403 cannot be tested
16829 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16830 Date: Wed, 28 Mar 2001 18:33:56 +0200
16831 Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
16832 Branch: perl
16833 ! makedef.pl
16834____________________________________________________________________________
16835[ 9409] By: jhi on 2001/03/28 16:12:45
16836 Log: Yet another tweak on AIX dynaloading.
16837 Branch: perl
16838 ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
16839____________________________________________________________________________
16840[ 9408] By: jhi on 2001/03/28 15:52:55
16841 Log: Subject: [PATCH] 9403 cannot be tested
16842 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16843 Date: Wed, 28 Mar 2001 17:23:00 +0200
16844 Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
16845
16846 A missing symbol.
16847 Branch: perl
16848 ! makedef.pl
16849____________________________________________________________________________
16850[ 9407] By: jhi on 2001/03/28 15:47:43
16851 Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
16852 Branch: perl
16853 ! t/op/utf8decode.t
16854 !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
16855 !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
16856____________________________________________________________________________
16857[ 9406] By: jhi on 2001/03/28 15:37:08
16858 Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
16859 From: Benjamin Sugars <bsugars@canoe.ca>
16860 Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
16861 Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
16862 Branch: perl
16863 + t/lib/cwd.t
16864 ! MANIFEST
16865____________________________________________________________________________
16866[ 9405] By: jhi on 2001/03/28 15:13:18
16867 Log: pp_ne() needs a CORRECT boolean.
16868 Branch: perl
16869 ! pp.c
16870____________________________________________________________________________
16871[ 9404] By: jhi on 2001/03/28 15:09:23
16872 Log: pp_ne() needs a boolean, not an integer.
16873 Branch: perl
16874 ! pp.c
16875____________________________________________________________________________
16876[ 9403] By: jhi on 2001/03/28 14:47:43
16877 Log: (Retracted by #9404.)
16878 Branch: perl
16879 ! pp.c
16880____________________________________________________________________________
16881[ 9402] By: jhi on 2001/03/28 14:43:59
16882 Log: Subject: Re: [PATCH] Typemap testing
16883 From: Tim Jenness <t.jenness@jach.hawaii.edu>
16884 Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
16885 Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
16886 Branch: perl
16887 ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
16888 ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
16889____________________________________________________________________________
16890[ 9401] By: jhi on 2001/03/28 14:42:14
16891 Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
16892 From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
16893 Date: Sun, 25 Mar 2001 21:59:15 +0100
16894 Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
16895
16896 A variable will be checked for the "use once" warnings if:
16897
16898 1. It is in the scope of a use warnings 'once'
16899 2. It isn't in the scope of the warnings pragma at all AND $^W is set.
16900
16901 Otherwise it won't be checked at all.
16902
16903 Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
16904
16905 The enclosed patch partially fixes this issue. What I didn't
16906 get to work was the case where the "used once" warning is enabled
16907 in any file other than the main file.
16908 Branch: perl
16909 ! gv.c t/pragma/warn/perl
16910____________________________________________________________________________
16911[ 9400] By: nick on 2001/03/28 14:38:24
16912 Log: More EBCDIC tweaks:
16913 - one more swash issue &~(0xA0-1) did not do the right thing,
16914 for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
16915 - add "use re 'asciirange'" to make [!-~] etc. work
16916 use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
16917 - Choose a key for t/op/each.t test which gets encoded.
16918 - Skip utf8decode if this is UTF-EBCDIC.
16919 Branch: perlio
16920 ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
16921 ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
16922____________________________________________________________________________
16923[ 9399] By: jhi on 2001/03/28 14:21:00
16924 Log: Extend the SvROK() testing also to pp_ne(), pointed out by
16925 Andreas Schwab.
16926 Branch: perl
16927 ! pp.c
16928____________________________________________________________________________
16929[ 9398] By: jhi on 2001/03/28 00:55:56
16930 Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
16931 From: David Dyck <dcd@tc.fluke.com>
16932 Date: Tue, 27 Mar 2001 15:16:24 -0800
16933 Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
16934 Branch: perl
16935 ! ext/IO/lib/IO/Socket.pm
16936____________________________________________________________________________
16937[ 9397] By: jhi on 2001/03/27 21:52:49
16938 Log: Integrate perlio.
16939 Branch: perl
16940 +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
16941 +> ext/PerlIO/Via/Via.xs
16942 !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
16943____________________________________________________________________________
16944[ 9396] By: nick on 2001/03/27 21:45:13
16945 Log: Integrate mainline.
16946 Branch: perlio
16947 !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
16948 !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
16949____________________________________________________________________________
16950[ 9395] By: nick on 2001/03/27 21:18:58
16951 Log: Outline docs for PerlIO and PerlIO::Scalar
16952 Branch: perlio
16953 ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
16954____________________________________________________________________________
16955[ 9394] By: nick on 2001/03/27 20:50:13
16956 Log: PerlIO::Via layer (alpha-ish).
16957 Branch: perlio
16958 + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
16959 + ext/PerlIO/Via/Via.xs
16960 ! MANIFEST
16961____________________________________________________________________________
16962[ 9393] By: jhi on 2001/03/27 20:49:55
16963 Log: Retract #9329 now that 9390 should take care of the matter.
16964 Branch: perl
16965 ! utils/h2xs.PL
16966____________________________________________________________________________
16967[ 9390] By: jhi on 2001/03/27 20:47:50
16968 Log: Subject: Autoloading Errno.pm when %! is encountered
16969 From: Robin Houston <robin@kitsite.com>
16970 Date: Tue, 27 Mar 2001 20:57:11 +0100
16971 Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
16972 Branch: perl
16973 ! embed.h embed.pl gv.c proto.h t/op/magic.t
16974____________________________________________________________________________
16975[ 9389] By: jhi on 2001/03/27 20:24:31
16976 Log: Integrate perlio.
16977 Branch: perl
16978 !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
16979 !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
16980 !> utf8.c
16981____________________________________________________________________________
16982[ 9388] By: jhi on 2001/03/27 20:21:38
16983 Log: Better have a three-element array if one is going to assign
16984 to the third element of that array. (from Tim Jenness)
16985 Branch: perl
16986 ! ext/XS/Typemap/Typemap.xs
16987____________________________________________________________________________
16988[ 9387] By: nick on 2001/03/27 20:15:43
16989 Log: Integrate mainline.
16990 Branch: perlio
16991 +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
16992 +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
16993 +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
16994 +> t/lib/xs-typemap.t
16995 !> (integrate 34 files)
16996____________________________________________________________________________
16997[ 9386] By: jhi on 2001/03/27 20:04:18
16998 Log: Subject: Re: perl@9359 breaks HTML::Parser
16999 From: Gisle Aas <gisle@ActiveState.com>
17000 Date: 27 Mar 2001 11:30:24 -0800
17001 Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
17002
17003 Clarify the UTF-8 issues of the API docs.
17004 (Slightly reworded and expanded.)
17005 Branch: perl
17006 ! pod/perlapi.pod sv.c sv.h
17007____________________________________________________________________________
17008[ 9385] By: jhi on 2001/03/27 19:44:25
17009 Log: If directory entries compare equal case-insensitively,
17010 retry case-sensitively.
17011 Branch: perl
17012 ! ext/File/Glob/bsd_glob.c
17013____________________________________________________________________________
17014[ 9384] By: nick on 2001/03/27 19:38:50
17015 Log: Various EBCDIC fixes:
17016 - major revelation that swash code is encoding aware,
17017 (or thought it was) - now it is ;-)
17018 - With that out of the way fix a slab of tr/// cases.
17019 - Fix Encode 'Unicode' to be true Unicode so tests pass.
17020 - As anticipated Base64.xs needed tweaks.
17021 - Until tr/// works right avoid old_encode64 in MIME tests.
17022 Branch: perlio
17023 ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
17024 ! t/lib/encode.t t/lib/mimeb64.t utf8.c
17025____________________________________________________________________________
17026[ 9383] By: jhi on 2001/03/27 18:34:41
17027 Log: Add the std test suite BEGIN block.
17028 Branch: perl
17029 ! t/lib/xs-typemap.t
17030____________________________________________________________________________
17031[ 9382] By: jhi on 2001/03/27 15:16:07
17032 Log: Add debugging output to the test.
17033 Branch: perl
17034 ! t/lib/glob-basic.t
17035____________________________________________________________________________
17036[ 9381] By: jhi on 2001/03/27 15:08:10
17037 Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
17038 Branch: perl
17039 + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
17040 + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
17041 + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
17042 + t/lib/xs-typemap.t
17043 ! MANIFEST
17044____________________________________________________________________________
17045[ 9380] By: jhi on 2001/03/27 14:48:34
17046 Log: Subject: [PATCH] Typemap testing
17047 From: Tim Jenness <t.jenness@jach.hawaii.edu>
17048 Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
17049 Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
17050
17051 (The first part of the patch.)
17052 Branch: perl
17053 ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
17054____________________________________________________________________________
17055[ 9379] By: jhi on 2001/03/27 14:44:56
17056 Log: Subject: Re: [PATCH] t/lib/glob-basic.t
17057 From: Benjamin Sugars <bsugars@canoe.ca>
17058 Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
17059 Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
17060 Branch: perl
17061 ! t/lib/glob-basic.t
17062____________________________________________________________________________
17063[ 9378] By: jhi on 2001/03/27 14:42:30
17064 Log: Subject: [PATCH] perlvar nit
17065 From: Simon Cozens <simon@netthink.co.uk>
17066 Date: Tue, 27 Mar 2001 01:12:01 +0100
17067 Message-ID: <20010327011201.A19179@netthink.co.uk>
17068 Branch: perl
17069 ! pod/perlvar.pod
17070____________________________________________________________________________
17071[ 9377] By: jhi on 2001/03/27 14:36:26
17072 Log: Subject: [PATCH] B::Terse and warnings
17073 From: Benjamin Sugars <ben.sugars@home.com>
17074 Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
17075 Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
17076 Branch: perl
17077 ! ext/B/B.pm ext/B/B/Terse.pm
17078____________________________________________________________________________
17079[ 9376] By: jhi on 2001/03/27 14:31:31
17080 Log: Document sockatmark() some.
17081 Branch: perl
17082 ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
17083 ! pod/perltoc.pod
17084____________________________________________________________________________
17085[ 9375] By: jhi on 2001/03/27 14:00:24
17086 Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
17087 noted by Gisle and fixed by NI-S.
17088 Branch: perl
17089 ! sv.c
17090____________________________________________________________________________
17091[ 9374] By: jhi on 2001/03/27 05:50:01
17092 Log: Regen toc.
17093 Branch: perl
17094 ! pod/perltoc.pod
17095____________________________________________________________________________
17096[ 9373] By: jhi on 2001/03/27 05:43:51
17097 Log: Pixie documenting.
17098 Branch: perl
17099 ! Makefile.SH pod/perlhack.pod
17100____________________________________________________________________________
17101[ 9372] By: jhi on 2001/03/27 05:29:34
17102 Log: Metaconfig unit changes for #9371.
17103 Branch: metaconfig
17104 ! U/modified/myhostname.U
17105 Branch: metaconfig/U/perl
17106 + d_sockatmark.U
17107 ! gccvers.U
17108____________________________________________________________________________
17109[ 9371] By: jhi on 2001/03/27 05:29:07
17110 Log: Add sockatmark() probing.
17111 Branch: perl
17112 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17113 ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
17114 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
17115 ! vos/config.ga.h win32/config.bc win32/config.gc
17116 ! win32/config.vc
17117____________________________________________________________________________
17118[ 9370] By: jhi on 2001/03/26 22:01:18
17119 Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
17120 Really need to benchmark this.
17121 Branch: perl
17122 ! pp.c
17123____________________________________________________________________________
17124[ 9369] By: nick on 2001/03/26 21:59:30
17125 Log: Integrate mainline.
17126 Branch: perlio
17127 ! ext/MIME/Base64/QuotedPrint.pm
17128 !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
17129 !> patchlevel.h pod/perlhack.pod pp_sys.c
17130____________________________________________________________________________
17131[ 9368] By: jhi on 2001/03/26 21:47:03
17132 Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
17133
17134 TODO1: perlbench.
17135 TODO2: le, lt, ge, gt? Yech.
17136 Branch: perl
17137 ! pp.c
17138____________________________________________________________________________
17139[ 9367] By: jhi on 2001/03/26 21:34:57
17140 Log: Too much cut-and-paste in #9363.
17141 Branch: perl
17142 ! pp_sys.c
17143____________________________________________________________________________
17144[ 9366] By: jhi on 2001/03/26 21:20:53
17145 Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
17146 From: Andreas Schwab <schwab@suse.de>
17147 Date: 26 Mar 2001 17:29:04 +0200
17148 Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
17149
17150 (The patch for 5.6.0 or so, this is a guess for bleadperl)
17151 Branch: perl
17152 ! pp_hot.c
17153____________________________________________________________________________
17154[ 9365] By: jhi on 2001/03/26 21:07:54
17155 Log: Integrate perlio.
17156 Branch: perl
17157 !> perlio.c
17158____________________________________________________________________________
17159[ 9364] By: nick on 2001/03/26 20:30:48
17160 Log: REFCNT botch in layer name cache hash.
17161 Branch: perlio
17162 ! perlio.c
17163____________________________________________________________________________
17164[ 9363] By: jhi on 2001/03/26 18:44:32
17165 Log: Subject: [PATCH] socket() leaks file descriptors
17166 From: Benjamin Sugars <bsugars@canoe.ca>
17167 Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
17168 Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
17169
17170 Also sockpair() fixed similarly.
17171 Branch: perl
17172 ! pp_sys.c
17173____________________________________________________________________________
17174[ 9362] By: jhi on 2001/03/26 18:37:52
17175 Log: Integrate perlio.
17176 Branch: perl
17177 !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
17178____________________________________________________________________________
17179[ 9361] By: nick on 2001/03/26 17:32:06
17180 Log: Implement flush of linebuffered streams on read of a tty.
17181 Branch: perlio
17182 ! perlio.c perliol.h
17183____________________________________________________________________________
17184[ 9360] By: nick on 2001/03/26 17:12:32
17185 Log: Memory tweaks and notes for OEMVS.
17186 Branch: perlio
17187 ! README.os390 miniperlmain.c t/op/pat.t
17188____________________________________________________________________________
17189[ 9359] By: jhi on 2001/03/26 02:12:54
17190 Log: Update Changes.
17191 Branch: perl
17192 ! Changes patchlevel.h
17193____________________________________________________________________________
f734a339
JH
17194[ 9358] By: jhi on 2001/03/26 02:05:32
17195 Log: Document the most common pixie options.
17196 Branch: perl
17197 ! pod/perlhack.pod
17198____________________________________________________________________________
17199[ 9357] By: jhi on 2001/03/26 01:25:28
17200 Log: For perl.pixie check *before* compiling that optimize is -g,
17201 as for perl.third.
17202 Branch: perl
17203 ! Makefile.SH
17204____________________________________________________________________________
17205[ 9356] By: jhi on 2001/03/26 01:13:41
17206 Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
17207 Branch: perl
17208 ! Makefile.SH
17209____________________________________________________________________________
17210[ 9355] By: jhi on 2001/03/26 01:11:19
17211 Log: Remove t/perl.third.
17212 Branch: perl
17213 ! Makefile.SH
17214____________________________________________________________________________
17215[ 9354] By: jhi on 2001/03/26 00:23:38
17216 Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
17217 IO::Sockatmark().
f734a339
JH
17218 Branch: perl
17219 ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
17220____________________________________________________________________________
17221[ 9353] By: jhi on 2001/03/25 22:25:04
17222 Log: Integrate perlio.
17223 Branch: perl
17224 !> ext/Encode/Encode.pm ext/Encode/Encode.xs
17225 !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
17226 !> pp_hot.c win32/makefile.mk
17227____________________________________________________________________________
17228[ 9352] By: jhi on 2001/03/25 22:21:41
17229 Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
17230 From: Radu Greab <radu@netsoft.ro>
17231 Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
17232 Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
17233 Branch: perl
17234 ! pp_sys.c
17235____________________________________________________________________________
17236[ 9351] By: nick on 2001/03/25 22:15:02
17237 Log: Fix readline in list mode to tell rest of world that it has
17238 things on the stack. Otherwise if perl code gets invoked
17239 underneath it it scribbles over results-so-far.
17240 (Why TIEHANDLE has not tripped on this is a mystery.)
17241 Branch: perlio
17242 ! pp_hot.c
17243____________________________________________________________________________
17244[ 9350] By: nick on 2001/03/25 22:10:13
17245 Log: win32/makefile.mk typos
17246 Branch: perlio
17247 ! win32/makefile.mk
17248____________________________________________________________________________
17249[ 9349] By: nick on 2001/03/25 21:31:14
17250 Log: Integrate now-non-binary file.
17251 Branch: perlio
17252 !> t/lib/mimeqp.t
17253____________________________________________________________________________
17254[ 9348] By: nick on 2001/03/25 21:27:24
17255 Log: Make it text
17256 Branch: perlio
17257 ! t/lib/mimeqp.t
17258____________________________________________________________________________
17259[ 9347] By: nick on 2001/03/25 21:25:37
17260 Log: Integrate mainline.
17261 Branch: perlio
17262 !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
17263 !> lib/Term/ReadLine.pm t/lib/md5-file.t
17264____________________________________________________________________________
17265[ 9346] By: nick on 2001/03/25 20:58:15
17266 Log: Add destruct time hook to PerlIO (for work-in-process implementing
17267 layers in perl code. In such cases layers need to be popped before
17268 we loose the ability to run perl code.)
17269 Also back-out "PerlIO::object" hook - it isn't going to work like that...
17270 Branch: perlio
17271 ! perl.c perlio.c perlio.h perliol.h
17272____________________________________________________________________________
17273[ 9345] By: nick on 2001/03/25 20:49:11
17274 Log: Avoid at leasy one of undefined warnings in Encode.
17275 Branch: perlio
17276 ! ext/Encode/Encode.pm ext/Encode/Encode.xs
17277____________________________________________________________________________
17278[ 9344] By: jhi on 2001/03/25 20:37:43
17279 Log: A workaround for using Term::ReadLine in emacs minibuffer
17280 from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
17281 additional tweaks from Ilya Zakharevich.
17282 Branch: perl
17283 ! lib/Term/ReadLine.pm
17284____________________________________________________________________________
17285[ 9343] By: nick on 2001/03/25 20:21:14
17286 Log: Missing return value.
17287 Branch: perlio
17288 ! ext/PerlIO/Scalar/Scalar.xs
17289____________________________________________________________________________
17290[ 9342] By: jhi on 2001/03/25 16:21:00
17291 Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
17292 to equal the CPAN versions since no code changes have been made.
17293 Branch: perl
17294 ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
17295 ! t/lib/md5-file.t
17296____________________________________________________________________________
17297[ 9341] By: jhi on 2001/03/25 16:01:48
17298 Log: Escape 8-bit characters.
17299 Branch: perl
17300 ! t/lib/mimeqp.t
17301____________________________________________________________________________
17302[ 9340] By: gsar on 2001/03/25 15:50:53
17303 Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
17304 chars)
17305 Branch: perl
17306 + t/lib/mimeqp.t
17307____________________________________________________________________________
17308[ 9339] By: gsar on 2001/03/25 15:48:50
17309 Log: delete mimeqp.t for later with text mode set
17310 Branch: perl
17311 - t/lib/mimeqp.t
17312____________________________________________________________________________
17313[ 9338] By: nick on 2001/03/25 09:01:57
17314 Log: Integrate mainline.
17315 Branch: perlio
17316 +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
17317 +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
17318 +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
17319 +> t/lib/mimeb64u.t t/lib/mimeqp.t
17320 !> MANIFEST configure.com djgpp/config.over epoc/config.sh
17321 !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
17322 !> utils/h2xs.PL win32/Makefile win32/makefile.mk
17323____________________________________________________________________________
17324[ 9337] By: jhi on 2001/03/25 04:23:24
17325 Log: Add MIME::Base64 here and there. Again, a lot of
17326 optimism is in the air.
17327 Branch: perl
17328 ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
17329 ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
17330____________________________________________________________________________
17331[ 9336] By: jhi on 2001/03/25 04:12:43
17332 Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
17333 this by ear as I do not do Win32 programming.)
17334 Branch: perl
17335 ! win32/Makefile win32/makefile.mk
17336____________________________________________________________________________
17337[ 9335] By: jhi on 2001/03/25 04:03:50
17338 Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
17339 Branch: perl
17340 ! t/lib/md5-file.t
17341____________________________________________________________________________
17342[ 9334] By: jhi on 2001/03/25 03:58:53
17343 Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
17344 Branch: perl
17345 + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
17346 + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
17347 + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
17348 + t/lib/mimeb64u.t t/lib/mimeqp.t
17349 ! MANIFEST
17350____________________________________________________________________________
17351[ 9333] By: jhi on 2001/03/24 20:14:37
17352 Log: Integrate perlio.
17353 Branch: perl
17354 !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
17355____________________________________________________________________________
17356[ 9332] By: nick on 2001/03/24 19:40:34
17357 Log: Fix un-init variable leading to spurious "Out of Memory!"
17358 Branch: perlio
17359 ! doio.c
17360____________________________________________________________________________
17361[ 9331] By: nick on 2001/03/24 19:09:59
17362 Log: Tweak docs for C<open> (boy does that need wholesale revision...)
17363 and update layers internals doc.
17364 Branch: perlio
17365 ! pod/perlfunc.pod pod/perliol.pod
17366____________________________________________________________________________
17367[ 9330] By: jhi on 2001/03/24 18:42:11
17368 Log: The length might be uninitialized garbage if the *svp is the undef.
17369 Branch: perl
17370 ! doio.c
17371____________________________________________________________________________
17372[ 9329] By: jhi on 2001/03/24 18:26:57
86d4dbc9
JH
17373 Log: (Retracted by #9393)
17374
17375 Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
f734a339
JH
17376 From: Simon Cozens <simon@netthink.co.uk>
17377 Date: Sat, 24 Mar 2001 17:13:17 +0000
17378 Message-ID: <20010324171317.A13406@netthink.co.uk>
17379 Branch: perl
17380 ! utils/h2xs.PL
17381____________________________________________________________________________
17382[ 9328] By: nick on 2001/03/24 17:22:02
17383 Log: Integrate mainline.
17384 Branch: perlio
17385 !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
17386 !> lib/unicode/version
17387____________________________________________________________________________
17388[ 9327] By: nick on 2001/03/24 17:16:02
17389 Log: Integrate mainline.
17390 Branch: perlio
17391 +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
17392 +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
17393 +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
17394 +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
17395 +> t/lib/md5-file.t
17396 !> MANIFEST Makefile.SH configure.com djgpp/config.over
17397 !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
17398 !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
17399 !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
17400 !> win32/makefile.mk
17401____________________________________________________________________________
17402[ 9326] By: jhi on 2001/03/24 17:00:42
17403 Log: Upgrade to Unicode 3.1 beta 2001-03-23.
17404 Branch: perl
17405 ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
17406 ! lib/unicode/version
17407____________________________________________________________________________
17408[ 9325] By: jhi on 2001/03/24 16:22:33
17409 Log: Subject: Re: B::Deparse bug (5.6.0)
17410 From: Robin Houston <robin@kitsite.com>
17411 Date: Sat, 24 Mar 2001 14:33:09 +0000
17412 Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
17413 Branch: perl
17414 ! op.c pp.c t/lib/b.t t/op/repeat.t
17415____________________________________________________________________________
17416[ 9324] By: jhi on 2001/03/24 16:21:56
17417 Log: Boldly add extensions to be built to VMS, EPOC, UTS,
17418 U/WIN, and VM/ESA (and fixups for DJGPP). Some of
17419 these additions may be too optimistic.
17420 Branch: perl
17421 ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
17422 ! hints/uwin.sh hints/vmesa.sh
17423____________________________________________________________________________
17424[ 9323] By: jhi on 2001/03/24 16:06:01
17425 Log: Integrate perlio.
17426 Branch: perl
17427 +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
17428 +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
17429 ! Makefile.SH
17430 !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
17431 !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
17432 !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
17433 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
17434 !> win32/makefile.mk win32/perlhost.h win32/win32.c
17435 !> win32/win32iop.h
17436____________________________________________________________________________
17437[ 9322] By: nick on 2001/03/24 14:39:12
17438 Log: Routine Win32 regen_config_h - no real changes.
17439 Branch: perlio
17440 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
17441____________________________________________________________________________
17442[ 9321] By: nick on 2001/03/24 14:31:49
17443 Log: PerlIO fixups for Win32:
17444 - provide win33_popenlist() - non-functional as yet.
17445 - avoid need for aTHX in PerlIO_debug calls - even if not
17446 enabled args are still evaluated so Win32 has trouble during fork().
17447 - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
17448 - Fixup makedef.pl for latest set of symbols.
17449 Branch: perlio
17450 ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
17451 ! win32/perlhost.h win32/win32.c win32/win32iop.h
17452____________________________________________________________________________
17453[ 9320] By: nick on 2001/03/24 14:26:58
17454 Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
17455 was gibberish - broke it on WIn32 at least.
17456 Branch: perlio
17457 ! ext/POSIX/POSIX.xs
17458____________________________________________________________________________
17459[ 9319] By: nick on 2001/03/24 11:29:41
17460 Log: Generated files.
17461 Branch: perlio
17462 ! embed.h global.sym objXSUB.h perlapi.c proto.h
17463____________________________________________________________________________
17464[ 9318] By: nick on 2001/03/24 10:29:37
17465 Log: Implement:
17466 1. open($fh,"+<",undef); # add test to t/io/open.t
17467 2. open($fh,"+<",\$var); # New test t/lib/io_scalar.t
17468 Branch: perlio
17469 + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
17470 + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
17471 ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
17472 ! t/io/open.t t/io/utf8.t
17473____________________________________________________________________________
17474[ 9317] By: jhi on 2001/03/23 23:41:25
17475 Log: AIX does seems to have optimization problems with its C compilers.
17476 Branch: perl
17477 ! hints/aix.sh
17478____________________________________________________________________________
17479[ 9316] By: jhi on 2001/03/23 23:40:46
17480 Log: Integrate perlio.
17481 Branch: perl
17482 +> lib/PerlIO.pm
17483 !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
17484 !> perliol.h
17485____________________________________________________________________________
17486[ 9315] By: jhi on 2001/03/23 22:16:30
17487 Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
17488 Branch: perl
17489 ! t/lib/md5-file.t
17490____________________________________________________________________________
17491[ 9314] By: nick on 2001/03/23 20:49:02
17492 Log: Perlio internals re-organized.
17493 - open process creates AV of layer/arg pairs
17494 (appends layers from open() or open.pm to default list).
17495 - push arg is now an SV.
17496 - layer ->Open get passed the AV
17497 - open is no longer mandatory method.
17498 - topmost layer that has ->Open method does the open
17499 - any layers above are pushed once that returns.
17500 - vtable re-ordered so dummy layers need only provide push/pop methods.
17501 Branch: perlio
17502 ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
17503____________________________________________________________________________
17504[ 9313] By: nick on 2001/03/23 16:27:41
17505 Log: Check in a stable (working) version before next round of tweaks.
17506 Changes include:
17507 - Move default layers code out of doio.c and into perlio.c
17508 - Single routine for parsing layer specification strings.
17509 - Skeleton support for demand loading of layers
17510 - Core-dump avoidance if PERLIO environment specifies loadable layer
17511 (does not _work_ as need IO to load and need load to do IO ...)
17512 Branch: perlio
17513 + lib/PerlIO.pm
17514 ! MANIFEST doio.c perlio.c
17515____________________________________________________________________________
17516[ 9312] By: gsar on 2001/03/23 16:25:25
17517 Log: add execute bit to files with shebang lines in the repository;
17518 avoid clobbering execute bit in Porting/makerel
17519 Branch: maint-5.6/perl
17520 ! (edit 144 files)
17521____________________________________________________________________________
17522[ 9311] By: jhi on 2001/03/23 14:25:35
17523 Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
17524 Branch: perl
17525 ! MANIFEST
17526____________________________________________________________________________
17527[ 9310] By: jhi on 2001/03/23 13:45:04
17528 Log: Subject: [PATCH] Net::Ping
17529 From: Colin McMillen <mcmi0037@tc.umn.edu>
17530 Date: Thu, 22 Mar 2001 19:30:31 -0600
17531 Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
17532 Branch: perl
17533 ! lib/Net/Ping.pm
17534____________________________________________________________________________
17535[ 9309] By: jhi on 2001/03/23 13:39:13
17536 Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
17537 Branch: perl
17538 ! t/lib/md5-aaa.t t/lib/md5-file.t
17539____________________________________________________________________________
17540[ 9308] By: jhi on 2001/03/23 13:20:34
17541 Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
17542 - bump the version to 2.14
17543 - drop the base64 tests since they require MIME::Base64
17544 - drop the rfc1321.txt
17545 - drop the hints/dec_osf.pl since it's only needed for
17546 pre-5.005_03 Perls
17547 Todo:
17548 - the U32 alignment testing is now removed; it needs to
17549 be reintroduced as as a Config variable (meaning also
17550 as a Configure test)
17551 - get the new EBCDIC md5sum for MD5.pm
17552 - test in Win32 to see how badly I botched the makefiles
17553 Branch: perl
17554 + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
17555 + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
17556 + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
17557 + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
17558 + t/lib/md5-file.t
17559 ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
17560 ! win32/Makefile win32/makefile.mk
17561____________________________________________________________________________
17562[ 9307] By: jhi on 2001/03/23 12:56:14
17563 Log: Integrate change #9306 from maintperl into mainline,
17564 AIX dynaloader for AIXes without <load.h>.
17565 Branch: perl
17566 !> ext/DynaLoader/hints/aix.pl
17567____________________________________________________________________________
17568[ 9306] By: jhi on 2001/03/23 12:51:36
17569 Log: There are AIXes without /usr/include/load.h,
17570 patch from H.Merijn Brand.
17571 Branch: maint-5.6/perl
17572 ! ext/DynaLoader/hints/aix.pl
17573____________________________________________________________________________
17574[ 9305] By: nick on 2001/03/23 11:00:42
17575 Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
17576 Branch: perlio
17577 ! ext/Encode/Encode.xs perlio.c perlio.h
17578____________________________________________________________________________
17579[ 9304] By: nick on 2001/03/23 10:20:46
17580 Log: Render -Duseperlio functional again.
17581 - this is "quick fix" which calls PerlIO_apply_layers after opening,
17582 which is what old scheme did. New scheme needs to change that
17583 to make open(...,\$scalar) etc. work but this will do for now.
17584 Branch: perlio
17585 ! perlio.c
17586____________________________________________________________________________
17587[ 9303] By: nick on 2001/03/23 09:53:20
17588 Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
17589 -Uuseperlio now works again.
17590 -Duseperlio is still poorly. Don't merge yet...
17591 Branch: perlio
17592 ! doio.c perlio.h
17593____________________________________________________________________________
17594[ 9302] By: nick on 2001/03/22 22:26:51
17595 Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
17596 type code.
17597 - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
17598 is its main caller. In particular now has access to "extra" args, and
17599 can tell when an open handle is "reopened" (or duped?).
17600 - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
17601 - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
17602 PerlIO_open() et. al. (i.e. other way round).
17603 - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
17604 with args close to PerlIO_openn().
17605 Branch: perlio
17606 ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
17607____________________________________________________________________________
17608[ 9301] By: jhi on 2001/03/22 20:58:04
17609 Log: Integrate perlio.
17610 Branch: perl
17611 !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
17612 !> t/io/open.t util.c
17613____________________________________________________________________________
17614[ 9300] By: nick on 2001/03/22 17:36:32
17615 Log: Don't include $@ in not ok message.
17616 Branch: perlio
17617 ! t/io/open.t
17618____________________________________________________________________________
17619[ 9299] By: gsar on 2001/03/22 16:53:45
17620 Log: back out changes#7532,7521 for now (appears to have problems
17621 on IRIX)
17622 Branch: maint-5.6/perl
17623 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
17624 ! ext/POSIX/typemap pod/perlvar.pod
17625____________________________________________________________________________
17626[ 9298] By: nick on 2001/03/22 14:35:46
17627 Log: Give a meaning to '&' in n-arg open case:
17628 open($fh,"<&",$scalar);
17629 $scalar can be:
17630 - an integer which does "fdopen"
17631 open($fh,"<&",2); # like open($fh,"<&2")
17632 - something that will yield a file handle via sv_2io()
17633 useful for dup'ing anonymous handles.
17634 e.g.:
17635 open(my $fh,"<&",\*STDIN);
17636 open(my $dup,"<&",$fh);
17637 Branch: perlio
17638 ! doio.c t/io/open.t
17639____________________________________________________________________________
17640[ 9297] By: nick on 2001/03/22 13:34:35
17641 Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
17642 Branch: perlio
17643 ! util.c
17644____________________________________________________________________________
17645[ 9296] By: nick on 2001/03/22 12:51:20
17646 Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
17647 Branch: perlio
17648 ! perl.c
17649____________________________________________________________________________
17650[ 9295] By: nick on 2001/03/22 11:59:44
17651 Log: If stdin, stdout or stderr get opened in unexpected read/write state
17652 then warn at time of open not at time of use.
17653 Branch: perlio
17654 ! doio.c pp_hot.c pp_sys.c
17655____________________________________________________________________________
17656[ 9294] By: nick on 2001/03/22 10:54:35
17657 Log: Die on n-arg open(...,"",xxx,yyy,...)
17658 - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
17659 - die on read/write cases so we can decide what it means later.
17660 Branch: perlio
17661 ! doio.c embed.pl iperlsys.h util.c
17662____________________________________________________________________________
17663[ 9293] By: nick on 2001/03/22 09:02:45
17664 Log: perlio tweaks (reported by Nick Clark)
17665 Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
17666 error check in Pendinf_read().
17667 Branch: perlio
17668 ! perlio.c
17669____________________________________________________________________________
17670[ 9292] By: gsar on 2001/03/22 07:12:00
17671 Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
17672 fixes)
17673 Branch: maint-5.6/perl
17674 !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
17675____________________________________________________________________________
17676[ 9291] By: jhi on 2001/03/22 06:06:44
17677 Log: Regex tests from Chicheng Zhang. (Already fixed.)
17678 Branch: perl
17679 ! t/op/re_tests
17680____________________________________________________________________________
17681[ 9290] By: jhi on 2001/03/22 05:57:01
17682 Log: Move MacOS Classic higher in the list of supported platforms.
17683 Branch: maint-5.6/perl
17684 ! pod/perlport.pod
17685____________________________________________________________________________
17686[ 9289] By: gsar on 2001/03/22 05:35:04
17687 Log: revert part of change#6438 for compatibility (av_reify()
17688 appears to be needed to implement av_splice()ish things
17689 in XS)
17690 Branch: maint-5.6/perl
17691 ! embed.pl global.sym objXSUB.h perlapi.c
17692____________________________________________________________________________
17693[ 9288] By: gsar on 2001/03/22 03:09:19
17694 Log: update copyright year
17695 Branch: maint-5.6/perl
17696 ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
17697 ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
17698 ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
17699 ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
17700 ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
17701 ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
17702 ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
17703 ! x2p/walk.c
17704____________________________________________________________________________
17705[ 9287] By: jhi on 2001/03/21 20:30:54
17706 Log: Integrate perlio.
17707 Branch: perl
17708 !> ext/Data/Dumper/Dumper.xs
17709____________________________________________________________________________
17710[ 9286] By: gsar on 2001/03/21 19:49:54
17711 Log: makefile.mk tweak
17712 Branch: maint-5.6/perl
17713 ! win32/Makefile win32/makefile.mk
17714____________________________________________________________________________
17715[ 9285] By: nick on 2001/03/21 19:07:13
17716 Log: Multiplicity fix for Dumper.
17717 Branch: perlio
17718 ! ext/Data/Dumper/Dumper.xs
17719____________________________________________________________________________
17720[ 9284] By: nick on 2001/03/21 19:01:07
17721 Log: Integrate mainline - (does not build xTHX issue in Dumper).
17722 Branch: perlio
17723 !> (integrate 27 files)
17724____________________________________________________________________________
17725[ 9283] By: jhi on 2001/03/21 17:17:35
17726 Log: Integrate change #9282 from mainline into maintperl,
17727 4-arg UTF-8 substr().
17728 Branch: maint-5.6/perl
17729 !> pp.c
17730____________________________________________________________________________
17731[ 9282] By: jhi on 2001/03/21 17:15:43
17732 Log: The #9270 would have leaked a scalar if pp_substr()
17733 returned early.
17734 Branch: perl
17735 ! pp.c
17736____________________________________________________________________________
17737[ 9281] By: gsar on 2001/03/21 17:03:14
17738 Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
17739 Branch: maint-5.6/perl
17740 ! win32/makefile.mk
17741____________________________________________________________________________
17742[ 9280] By: gsar on 2001/03/21 17:01:20
17743 Log: some tweaks to change#9278 (fork() emulation should be enabled
17744 by setting BUILD_FLAVOR instead of changing the defaults)
17745 Branch: maint-5.6/perl
17746 ! win32/makefile.mk
17747____________________________________________________________________________
17748[ 9279] By: gsar on 2001/03/21 16:47:19
17749 Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
17750 Branch: maint-5.6/perl
17751 ! ext/File/Glob/Glob.pm
17752 !> lib/Cwd.pm
17753____________________________________________________________________________
17754[ 9278] By: jhi on 2001/03/21 14:35:10
17755 Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
17756 From: "Vadim Konovalov" <watman@inbox.ru>
17757 Date: Wed, 21 Mar 2001 01:53:51 +0300
17758 Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
17759 Branch: maint-5.6/perl
17760 ! win32/makefile.mk win32/win32sck.c
17761____________________________________________________________________________
17762[ 9277] By: jhi on 2001/03/21 13:58:28
17763 Log: Integrate change #9270 from mainline to maintperl:
17764 continued 4-arg UTF-8 substr() fixing.
17765 Branch: maint-5.6/perl
17766 !> pp.c t/op/substr.t
17767____________________________________________________________________________
17768[ 9276] By: jhi on 2001/03/21 13:33:00
17769 Log: More pixie cleaning.
17770 Branch: perl
17771 ! Makefile.SH
17772____________________________________________________________________________
17773[ 9275] By: jhi on 2001/03/21 03:54:17
17774 Log: Update Changes.
17775 Branch: perl
17776 ! Changes patchlevel.h
17777____________________________________________________________________________
3249a4d4
JH
17778[ 9274] By: jhi on 2001/03/21 03:48:24
17779 Log: First stab at making Data::Dumper to grok Unicode.
17780
17781 TODO: tests, EBCDICify.
17782 Branch: perl
17783 ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
17784____________________________________________________________________________
17785[ 9273] By: jhi on 2001/03/21 02:23:00
17786 Log: Fix for
17787
17788 Subject: Memory leak in unquoted print
17789 From: Benjamin Sugars <bsugars@canoe.ca>
17790 Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
17791 Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
17792 Branch: perl
17793 ! perlio.c
17794____________________________________________________________________________
17795[ 9272] By: jhi on 2001/03/21 01:33:17
17796 Log: Subject: Re: [PATCH] POSIX::getcwd()
17797 From: Benjamin Sugars <bsugars@canoe.ca>
17798 Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
17799 Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>
17800 Branch: perl
17801 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
17802____________________________________________________________________________
17803[ 9271] By: jhi on 2001/03/21 01:22:52
17804 Log: Subject: [PATCH] Cwd.pm docs
17805 From: Benjamin Sugars <bsugars@canoe.ca>
17806 Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
17807 Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
17808 Branch: perl
17809 ! lib/Cwd.pm
17810____________________________________________________________________________
17811[ 9270] By: jhi on 2001/03/21 01:16:29
17812 Log: Continue 4-arg substr() UTF-8 fixage.
17813 Branch: perl
17814 ! pp.c t/op/substr.t
17815____________________________________________________________________________
17816[ 9269] By: jhi on 2001/03/21 00:46:14
17817 Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
17818
17819 revert the leak fix in change#9142 (problem needs a more experimental
17820 fix unsuitable for 5.6.1)
17821
17822 do alphabetical sorting by default (for csh compatibility)
17823
17824 cut-n-paste goof in change#9264
17825
17826 VMS piping fixes (from Charles Lane)
17827 Branch: perl
17828 !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
17829 !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
17830 !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
17831____________________________________________________________________________
17832[ 9268] By: jhi on 2001/03/21 00:37:04
17833 Log: Integrate perlio.
17834 Branch: perl
17835 !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
17836 !> utf8.c utf8.h utfebcdic.h
17837____________________________________________________________________________
17838[ 9267] By: nick on 2001/03/20 20:04:39
17839 Log: More EBCDIC stuff:
17840 - Loose the extra level of function on ASCII.
17841 - spotted a chr(0) issue in sv.c
17842 - re-work of UTF-X tr/// ranges to work in Unicode
17843 space. Still issues with the "0xff is illegal UTF-8" hack.
17844 - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
17845 (why do it once when you can do it all over the place :-(
17846 - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
17847 need utf8.pm for swashes.
17848 - Simplified and commented scan_const() in toke.c
17849 Still something wrong regexp and tr (swashes?).
17850 Branch: perlio
17851 ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
17852 ! utf8.c utf8.h utfebcdic.h
17853____________________________________________________________________________
17854[ 9266] By: gsar on 2001/03/20 19:16:43
17855 Log: VMS piping fixes (from Charles Lane)
17856 Branch: maint-5.6/perl
17857 ! vms/vms.c vms/vmspipe.com
17858____________________________________________________________________________
17859[ 9265] By: gsar on 2001/03/20 17:53:52
17860 Log: cut-n-paste goof in change#9264
17861 Branch: maint-5.6/perl
17862 ! ext/File/Glob/Glob.xs
17863____________________________________________________________________________
17864[ 9264] By: gsar on 2001/03/20 17:43:47
17865 Log: do alphabetical sorting by default (for csh compatibility);
17866 bsd_glob() does ASCII sort by default as usual, unless
17867 GLOB_ALPHASORT was specified
17868 Branch: maint-5.6/perl
17869 ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
17870 ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
17871 ! ext/File/Glob/bsd_glob.h
17872____________________________________________________________________________
17873[ 9263] By: gsar on 2001/03/20 16:40:08
17874 Log: integrate change#9255 from mainline (unicode fix)
17875
17876 substr($bytestr, i, n, $charstr)
17877 Branch: maint-5.6/perl
17878 !> Todo-5.6 pp.c t/op/substr.t
17879____________________________________________________________________________
17880[ 9262] By: gsar on 2001/03/20 15:57:41
17881 Log: revert the leak fix in change#9142 (problem needs a more experimental
17882 fix unsuitable for 5.6.1)
17883 Branch: maint-5.6/perl
17884 ! scope.c
17885____________________________________________________________________________
17886[ 9261] By: jhi on 2001/03/20 14:26:25
17887 Log: Integrate changes #9259,9260 from maintperl into mainline.
17888
17889 Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
17890
17891 Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
17892 Branch: perl
17893 !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
17894____________________________________________________________________________
17895[ 9260] By: jhi on 2001/03/20 14:05:46
17896 Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
17897 From: Robin Barker <rmb1@cise.npl.co.uk>
17898 Date: Tue, 20 Mar 2001 10:12:04 GMT
17899 Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
17900 Branch: maint-5.6/perl
17901 ! run.c
17902____________________________________________________________________________
17903[ 9259] By: jhi on 2001/03/20 14:04:39
17904 Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
17905 From: Chris Nandor <pudge@pobox.com>
17906 Date: Tue, 20 Mar 2001 00:40:56 -0500
17907 Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
17908 Branch: maint-5.6/perl
17909 ! ext/POSIX/POSIX.xs lib/File/Path.pm
17910____________________________________________________________________________
17911[ 9258] By: jhi on 2001/03/20 05:09:34
17912 Log: Update Changes.
17913 Branch: perl
17914 ! Changes patchlevel.h
17915____________________________________________________________________________
365eb269
JH
17916[ 9257] By: jhi on 2001/03/20 05:04:25
17917 Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
17918 Branch: perl
17919 ! t/op/tr.t
17920____________________________________________________________________________
17921[ 9256] By: jhi on 2001/03/20 04:43:12
17922 Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
17923 From: Peter Prymmer <pvhp@forte.com>
17924 Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
17925 Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
17926 Branch: maint-5.6/perl
17927 ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
17928____________________________________________________________________________
17929[ 9255] By: jhi on 2001/03/19 23:17:17
17930 Log: substr($bytestr, i, n, $charstr)
3249a4d4
JH
17931
17932 TODO: we are still broken if $bytestr needs UTF-8 upgrading.
365eb269
JH
17933 Branch: perl
17934 ! Todo-5.6 pp.c t/op/substr.t
17935____________________________________________________________________________
17936[ 9254] By: jhi on 2001/03/19 22:25:09
17937 Log: Rearrange the make test target prerequisites so that
17938 in a parallel make 'all' is finished before 'test'.
17939 Branch: perl
17940 ! Makefile.SH
17941____________________________________________________________________________
17942[ 9253] By: jhi on 2001/03/19 21:48:07
17943 Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
17944 From: Robin Houston <robin@kitsite.com>
17945 Date: Mon, 19 Mar 2001 15:48:41 +0000
17946 Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
17947 Branch: perl
17948 ! pp_ctl.c
17949____________________________________________________________________________
17950[ 9252] By: jhi on 2001/03/19 21:42:27
17951 Log: Integrate perlio.
17952 Branch: perl
17953 !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
17954 !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
17955 !> utfebcdic.h vms/perly_c.vms
17956____________________________________________________________________________
17957[ 9251] By: jhi on 2001/03/19 21:31:28
17958 Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
17959
17960 Dynaloading in 64-bit AIX with vac.
17961 Branch: perl
17962 !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
17963 !> hints/aix.sh
17964____________________________________________________________________________
17965[ 9250] By: jhi on 2001/03/19 21:18:00
17966 Log: A more robust solution for the 64bitall AIX dynaloading
17967 problem, from Jens-Uwe Mager.
17968 Branch: maint-5.6/perl
17969 ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
17970____________________________________________________________________________
17971[ 9249] By: nick on 2001/03/19 20:59:37
17972 Log: Integrate mainline.
17973 Branch: perlio
17974 !> (integrate 42 files)
17975____________________________________________________________________________
17976[ 9248] By: nick on 2001/03/19 20:22:07
17977 Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
17978 (Building on OS390 uses native YACC and YYDEBUG has other
17979 side effects.)
17980 Branch: perlio
17981 ! perly.c perly.y vms/perly_c.vms
17982____________________________________________________________________________
17983[ 9247] By: jhi on 2001/03/19 19:59:53
17984 Log: 64-bit AIX dynaloading problem (see #9244) idea
17985 from Jens-Uwe Mager.
17986 Branch: maint-5.6/perl
17987 ! ext/DynaLoader/dl_aix.xs
17988____________________________________________________________________________
17989[ 9246] By: nick on 2001/03/19 19:27:57
17990 Log: More EBCDIC fixes.
17991 Branch: perlio
17992 ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
17993 ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
17994____________________________________________________________________________
17995[ 9245] By: jhi on 2001/03/19 19:05:19
17996 Log: Integrate change #9243 from mainline into maintperl.
17997
17998 Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
17999 Branch: maint-5.6/perl
18000 !> README.vmesa
18001____________________________________________________________________________
18002[ 9244] By: jhi on 2001/03/19 19:03:15
18003 Log: Get 64bitall AIX building, but still does not test okay:
18004 dynaloading anything fails, for example for op/defins:
18005 Can't load '../lib/auto/File/Glob/Glob.so' for module File::Glob: loadbind: A system call received a parameter that is not valid. at ../lib/XSLoader.pm line 75. at ../lib/File/Glob.pm line 99
18006 (update: fixed by #9247,9250)
18007 Branch: maint-5.6/perl
18008 ! hints/aix.sh
18009____________________________________________________________________________
18010[ 9243] By: jhi on 2001/03/19 19:00:16
18011 Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
18012 From: Robin Barker <rmb1@cise.npl.co.uk>
18013 Date: Mon, 19 Mar 2001 18:01:57 GMT
18014 Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
18015 Branch: perl
18016 ! README.vmesa
18017____________________________________________________________________________
18018[ 9242] By: jhi on 2001/03/19 18:58:43
18019 Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
18020
18021 TODO: tests.
18022 Branch: perl
18023 ! doop.c op.c
18024____________________________________________________________________________
18025[ 9241] By: gsar on 2001/03/19 17:34:46
18026 Log: VMSify tests (from Charles Lane)
18027 Branch: maint-5.6/perl
18028 ! t/lib/filehand.t t/lib/texttabs.t
18029____________________________________________________________________________
18030[ 9240] By: jhi on 2001/03/19 14:24:26
18031 Log: Integrate change #9233 from maintperl into mainline.
18032
18033 some refcounts were incorrect in perl_clone()
18034 Branch: perl
18035 !> sv.c
18036____________________________________________________________________________
18037[ 9239] By: gsar on 2001/03/19 09:23:17
18038 Log: this is 5.6.1-trial3
18039 Branch: maint-5.6/perl
18040 ! Changes
18041____________________________________________________________________________
18042[ 9238] By: gsar on 2001/03/19 08:47:04
18043 Log: some new symbols are only available under ithreads
18044 Branch: maint-5.6/perl
18045 ! makedef.pl
18046____________________________________________________________________________
18047[ 9237] By: gsar on 2001/03/19 08:42:28
18048 Log: update patchlevel.h, Changes, &c.
18049 Branch: maint-5.6/perl
18050 ! Changes patchlevel.h pod/perlhist.pod
18051 !> AUTHORS
18052____________________________________________________________________________
18053[ 9236] By: gsar on 2001/03/19 08:17:49
18054 Log: integrate changes#8068,8717 from mainline
18055
18056 [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to undef
18057
18058 [PATCH CPAN 1.59_51] warning message (not!)
18059 Branch: maint-5.6/perl
18060 !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
18061 !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
18062 !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
18063 !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
18064 !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
18065____________________________________________________________________________
18066[ 9235] By: gsar on 2001/03/19 08:07:09
18067 Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
18068
18069 [PATCH] Add missing CV flags to dump.c
18070
18071 Re: [patch] Re: PL_ptr_table
18072
18073 Fixup non-ithread build after 8713
18074
18075 Generated files form 8713 etc.
18076
18077 Correct the correction :-(
18078
18079 Documenting coderef @INC (Re: CPAN "make this script work" feature)
18080
18081 Subject: Re: sync sync sync: have I missed any patches?
18082 Replace djSP with dSP.
18083 Branch: maint-5.6/perl
18084 !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
18085 !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
18086 !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
18087 !> sv.c sv.h win32/perlhost.h
18088____________________________________________________________________________
18089[ 9234] By: gsar on 2001/03/19 07:22:05
18090 Log: revert the change#9090 integrate for now (change looks somewhat
18091 incomplete in that [ha]v_exists() need something similar; lacks
18092 tests; &c.)
18093 Branch: maint-5.6/perl
18094 ! hv.c
18095____________________________________________________________________________
18096[ 9233] By: gsar on 2001/03/19 07:10:01
18097 Log: some refcounts were incorrect in perl_clone(); avoid hang in global
18098 destruction when there are unreferenced scalars (SvREFCNT==0)
18099 Branch: maint-5.6/perl
18100 ! sv.c
18101____________________________________________________________________________
18102[ 9232] By: jhi on 2001/03/19 05:11:02
18103 Log: Regen api and toc.
18104 Branch: maint-5.6/perl
18105 ! pod/perlapi.pod pod/perltoc.pod
18106____________________________________________________________________________
18107[ 9231] By: jhi on 2001/03/19 04:06:03
18108 Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
18109 add a lost line in pp.c:pp_chop(), update to new op/chop.
18110
18111 Clarify the description differentiating for and while; inspired by
18112
18113 Subject: [ID 20010306.004] || != named unary operator
18114
18115 The $Is_MacOS needs to be declared.
18116 Branch: maint-5.6/perl
18117 ! pp.c t/op/chop.t
18118 !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
18119____________________________________________________________________________
18120[ 9230] By: jhi on 2001/03/19 03:48:16
18121 Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
18122 9079,9083,9089,9090,9091 from mainline to maintperl.
18123
18124 Quieten some noise in Win32 builds
18125
18126 Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
18127
18128 The perlretut was still talking about the old \p and \P
18129 definitions.
18130
18131 More tweakage on the Unicode character class descriptions.
18132
18133 Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
18134
18135 Subject: 'no *POSIX' Patch speeding up make on BS2000
18136
18137 Subject: [PATCH] perldata.pod here-doc docs
18138
18139 Add /sbin and /usr/sbin to the list of directories scanned
18140 for setuid programs. Takes care of bug id 20010309.003.
18141
18142 Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
18143
18144 In op/stat #35 better to scan all the potential directories
18145 for setuids, not just the first one.
18146 Branch: maint-5.6/perl
18147 ! Makefile.SH
18148 !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
18149 !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
18150 !> t/op/stat.t toke.c win32/win32.h
18151____________________________________________________________________________
18152[ 9229] By: jhi on 2001/03/19 02:31:50
18153 Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
18154 From: Chris Nandor <pudge@pobox.com>
18155 Date: Sat, 10 Mar 2001 14:22:19 -0500
18156 Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
18157 Branch: maint-5.6/perl
18158 ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
18159 ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
18160 ! t/lib/b.t t/lib/errno.t
18161____________________________________________________________________________
18162[ 9228] By: jhi on 2001/03/19 02:29:59
18163 Log: Integrate changes #9113,9122 from mainline into maintperl.
18164
18165 Subject: [PATCH: perl@9092, dist-3.0@70] OS/390 mydomain last gasp before silly guess (was Re: What do I need to build EBCDIC perl?)
18166 Branch: maint-5.6/perl
18167 !> Configure README.os390 hints/os390.sh
18168____________________________________________________________________________
18169[ 9227] By: jhi on 2001/03/19 02:22:35
18170 Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
18171 into maintperl.
18172
18173 Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
18174
18175 Forgot to check-in the larger part of #9120, duh.
18176
18177 Subject: Another patch for integer.pm POD
18178
18179 h2ph strictness and cleanliness from Kurt Starsinic.
18180
18181 Borland filename case problem.
18182
18183 h2ph strictness and cleanliness from Kurt Starsinic.
18184
18185 Subject: [PATCH] the uncontroversial doc patches
18186 Branch: maint-5.6/perl
18187 +> win32/sncfnmcs.pl
18188 !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
18189 !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
18190 !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
18191 !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
18192 !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
18193 !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
18194 !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
18195____________________________________________________________________________
18196[ 9226] By: jhi on 2001/03/19 02:10:21
18197 Log: Integrate changes #9207,9214 from mainline into maintperl.
18198
18199 podchecker relaxations: =over has an *optional* number after it,
18200 and whitespace in L<> is okay.
18201 Branch: maint-5.6/perl
18202 !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
18203 !> t/pod/poderrs.xr
18204____________________________________________________________________________
18205[ 9225] By: jhi on 2001/03/19 02:07:38
18206 Log: Integrate change #9219 from maintperl into mainline.
18207
18208 remove duplicated tests
18209 Branch: perl
18210 !> t/op/re_tests
18211____________________________________________________________________________
18212[ 9224] By: jhi on 2001/03/19 02:06:11
18213 Log: Integrate change #9223 from mainline to maintperl.
18214
18215 Document -Dmksymlinks.
18216 Branch: maint-5.6/perl
18217 !> INSTALL
18218____________________________________________________________________________
18219[ 9223] By: jhi on 2001/03/19 02:01:25
18220 Log: Document -Dmksymlinks.
18221 Branch: perl
18222 ! INSTALL
18223____________________________________________________________________________
18224[ 9222] By: jhi on 2001/03/19 01:15:35
18225 Log: The -Dmksymlinks wasn't working for maintperl.
18226 Branch: maint-5.6/perl
18227 ! Configure
18228____________________________________________________________________________
18229[ 9221] By: jhi on 2001/03/19 00:49:43
18230 Log: Cleanup pixie residue.
18231 Branch: perl
18232 ! Makefile.SH
18233____________________________________________________________________________
18234[ 9220] By: jhi on 2001/03/19 00:44:47
18235 Log: Document the use of pixie/prof; create make targets for it.
18236
18237 TODO: make t/TEST pixie-aware.
18238 Branch: perl
18239 ! Makefile.SH pod/perlhack.pod
18240____________________________________________________________________________
18241[ 9219] By: gsar on 2001/03/19 00:16:55
18242 Log: remove duplicated tests
18243 Branch: maint-5.6/perl
18244 ! t/op/re_tests
18245____________________________________________________________________________
18246[ 9218] By: jhi on 2001/03/18 23:59:31
18247 Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
18248 Branch: perl
18249 ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
18250____________________________________________________________________________
18251[ 9217] By: jhi on 2001/03/18 23:25:20
18252 Log: Rewrite the tests section of Makefile to be less redundant
18253 and to allow for more flexible test targets, many recursive
18254 make calls introduced.
18255 Branch: perl
18256 ! Makefile.SH
18257____________________________________________________________________________
18258[ 9216] By: jhi on 2001/03/18 22:30:04
18259 Log: Document the use of Third Degree (sparsely).
18260 Branch: perl
18261 ! pod/perlhack.pod t/TEST
18262____________________________________________________________________________
18263[ 9215] By: jhi on 2001/03/18 22:10:30
18264 Log: Make targets for testing with Third Degree.
18265 Branch: perl
18266 ! Makefile.SH
18267____________________________________________________________________________
18268[ 9214] By: jhi on 2001/03/18 21:08:53
18269 Log: The podchecker relaxations need to mirrored also at the tests.
18270 Branch: perl
18271 ! t/pod/poderrs.xr
18272____________________________________________________________________________
18273[ 9213] By: jhi on 2001/03/18 20:56:21
18274 Log: Update Changes.
18275 Branch: perl
18276 ! Changes patchlevel.h
99b32ad1 18277____________________________________________________________________________
cf9b4167
JH
18278[ 9212] By: jhi on 2001/03/18 20:36:59
18279 Log: Looking for config.sh in parent directories isn't
18280 very useful for the toplevel Makefile.
18281 Branch: perl
18282 ! Makefile.SH
18283____________________________________________________________________________
18284[ 9211] By: jhi on 2001/03/18 20:33:37
18285 Log: On "make clean" take care of Third Degree droppings.
18286 Branch: perl
18287 ! Makefile.SH
18288____________________________________________________________________________
18289[ 9210] By: jhi on 2001/03/18 20:21:34
18290 Log: Add a hook for running the tests under the Third Degree
18291 debugging tool (set $ENV{PERL_3LOG} to non-zero)
18292
18293 TODO: Document the use of Third Degree.
18294 Branch: perl
18295 ! t/TEST
18296____________________________________________________________________________
18297[ 9209] By: jhi on 2001/03/18 20:19:07
18298 Log: Regen toc and api pods.
18299 Branch: perl
18300 ! pod/perlapi.pod pod/perltoc.pod
18301____________________________________________________________________________
18302[ 9208] By: jhi on 2001/03/18 20:12:12
18303 Log: Integrate changes #8128,9132 from mainline into maintperl,
18304 Tie::SubstrHash fixes.
18305 Branch: maint-5.6/perl
18306 !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
18307____________________________________________________________________________
18308[ 9207] By: jhi on 2001/03/18 20:07:43
18309 Log: podchecker relaxations from Michael Stevens.
18310 Branch: perl
18311 ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
18312____________________________________________________________________________
18313[ 9206] By: jhi on 2001/03/18 20:04:24
18314 Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
18315 Branch: perl
18316 ! lib/Locale/Constants.pm lib/Locale/Country.pm
18317 ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
18318 ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
18319____________________________________________________________________________
18320[ 9205] By: jhi on 2001/03/18 19:54:45
18321 Log: Integrate changes #9161,9162 from maintperl to mainline.
18322
18323 clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
18324 results
18325 Branch: perl
18326 !> t/op/magic.t
18327____________________________________________________________________________
18328[ 9204] By: jhi on 2001/03/18 19:37:46
18329 Log: Make perl.third checks more understandable to the builder.
18330 Branch: perl
18331 ! Makefile.SH
18332____________________________________________________________________________
18333[ 9203] By: jhi on 2001/03/18 19:20:54
18334 Log: Re-integrate #9138 from maintperl to mainline,
18335 the squelching of the unneeded "Scalars leaked" messages.
18336 Branch: perl
18337 !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
18338 !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
18339 !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
18340____________________________________________________________________________
18341[ 9202] By: jhi on 2001/03/18 18:48:36
18342 Log: More robust and more paranoid perl.third target.
18343 Branch: perl
18344 ! Makefile.SH
18345____________________________________________________________________________
18346[ 9201] By: jhi on 2001/03/18 18:39:21
18347 Log: Integrate change #9197 from maintperl to mainline.
18348
18349 more thorough cleaning of arenas.
18350 Branch: perl
18351 !> embed.pl perl.c proto.h sv.c t/op/sort.t
18352____________________________________________________________________________
18353[ 9200] By: jhi on 2001/03/18 18:25:17
18354 Log: Integrate perlio.
18355 Branch: perl
18356 !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
18357 !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
18358 !> t/lib/encode.t toke.c universal.c utf8.c
18359____________________________________________________________________________
18360[ 9199] By: nick on 2001/03/18 15:23:51
18361 Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
18362 is the sense of the test being done. Avoid some magical 127 and 128 values
18363 by using macros.
18364 Branch: perlio
18365 ! doop.c pp_ctl.c sv.c toke.c
18366____________________________________________________________________________
18367[ 9198] By: nick on 2001/03/18 14:18:12
18368 Log: UTF-X encoding invariance for Encode:
18369 - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
18370 - move the XS code for those to universal.c (so in miniperl)
18371 - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
18372 - change ext/Encode/compile to use above.
18373 - Fix t/lib/encode.t for above
18374 - Teach t/lib/b.t to expect -uutf8
18375 - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
18376 utf8.pm is needed.
18377 Branch: perlio
18378 ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
18379 ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
18380____________________________________________________________________________
18381[ 9197] By: gsar on 2001/03/18 12:15:57
18382 Log: more thorough cleaning of arenas--keep going until no more
18383 SvREFCNT_dec()s occur (this fixes the problem that causes the
18384 pesky "Scalars leaked" warnings)
18385 Branch: maint-5.6/perl
18386 ! embed.pl perl.c proto.h sv.c t/op/sort.t
18387____________________________________________________________________________
18388[ 9196] By: nick on 2001/03/18 10:57:29
18389 Log: Fix pragma/utf8.t # 15
18390 - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
18391 are SvUTF8 as well.
18392 Branch: perlio
18393 ! toke.c
18394____________________________________________________________________________
18395[ 9195] By: nick on 2001/03/18 09:27:06
18396 Log: Integrate mainline
18397 Branch: perlio
18398 !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
18399 !> t/op/pat.t
18400____________________________________________________________________________
18401[ 9194] By: jhi on 2001/03/18 05:29:59
18402 Log: Sarathy's clear_pmop patch with Radu Greab's fix,
365eb269 18403 Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
cf9b4167
JH
18404 Branch: perl
18405 ! op.c op.h t/op/misc.t t/op/pat.t
18406____________________________________________________________________________
18407[ 9193] By: jhi on 2001/03/18 05:15:06
18408 Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
18409 Branch: perl
18410 ! mg.c t/op/pat.t
18411____________________________________________________________________________
18412[ 9192] By: jhi on 2001/03/18 04:22:43
18413 Log: tr/// UTF-8 patches from Inaba Hiroto.
18414 Branch: perl
18415 ! doop.c op.c
18416____________________________________________________________________________
18417[ 9191] By: jhi on 2001/03/18 04:21:17
18418 Log: Integrate perlio.
18419 Branch: perl
18420 !> utf8.c utfebcdic.h
18421____________________________________________________________________________
18422[ 9190] By: nick on 2001/03/17 20:32:01
18423 Log: Correct #if EBCDIC side typos.
18424 Builds and passes many tests on OS390.
18425 Branch: perlio
18426 ! utf8.c utfebcdic.h
18427____________________________________________________________________________
18428[ 9189] By: jhi on 2001/03/17 18:55:49
18429 Log: Add prerequisites for the perl.third target.
18430 Branch: perl
18431 ! Makefile.SH
18432____________________________________________________________________________
18433[ 9188] By: jhi on 2001/03/17 18:46:00
18434 Log: Integrate perlio.
18435 Branch: perl
18436 +> utfebcdic.h
18437 !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
18438____________________________________________________________________________
18439[ 9187] By: jhi on 2001/03/17 18:38:47
18440 Log: Add a make rule for perl.third (the Third Degree memory debugging
18441 tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
18442 Branch: perl
18443 ! Makefile.SH
18444____________________________________________________________________________
18445[ 9186] By: nick on 2001/03/17 18:34:48
18446 Log: MANIFEST addition :-(
18447 Branch: perlio
18448 ! MANIFEST
18449____________________________________________________________________________
18450[ 9185] By: nick on 2001/03/17 18:29:50
18451 Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
18452 encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
18453 a superset of ASCII are invariant under the encoding. This is EBCDIC
18454 friendly as an encoded string can be looked at as being EBCDIC by lexer
18455 sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
18456 ASCII on ASCII machines.
18457
18458 - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
18459 seperate.
18460 - Add some more macros to comprehend different shift amounts and
18461 possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
18462 - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
18463 and conditionaly #include it.
18464
18465 EBCDIC build as yet untested. ASCII still fails the one test.
18466 Branch: perlio
18467 + utfebcdic.h
18468 ! utf8.c utf8.h
18469____________________________________________________________________________
18470[ 9184] By: nick on 2001/03/17 17:44:16
18471 Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
18472 Branch: perlio
18473 ! doop.c perl.h pp.c utf8.h
18474____________________________________________________________________________
18475[ 9183] By: jhi on 2001/03/17 15:55:42
18476 Log: Integrate perlio.
18477 Branch: perl
18478 ! MANIFEST
18479 !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
18480____________________________________________________________________________
18481[ 9182] By: nick on 2001/03/17 09:16:06
18482 Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
18483 Branch: perlio
18484 ! t/op/pat.t
18485____________________________________________________________________________
18486[ 9181] By: nick on 2001/03/17 09:15:11
18487 Log: Integrate mainline.
18488 Branch: perlio
18489 +> lib/Locale/Constants.pm lib/Locale/Country.pm
18490 +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
18491 +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
18492 +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
18493 !> (integrate 83 files)
18494____________________________________________________________________________
18495[ 9180] By: nick on 2001/03/16 17:23:21
18496 Log: EBCDIC Fixes.
18497 Branch: perlio
18498 ! perl.h sv.c toke.c utf8.c utf8.h
18499____________________________________________________________________________
18500[ 9179] By: jhi on 2001/03/16 14:10:12
18501 Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
18502 a change needed to work around an AIX compiler bug.
18503 Branch: perl
18504 ! ext/Storable/Storable.xs
18505____________________________________________________________________________
18506[ 9178] By: jhi on 2001/03/16 03:19:59
18507 Log: With Damian's approval synchronize damian's modules'
18508 licensing with Perl's standard module licensing.
18509 Branch: perl
18510 ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
18511____________________________________________________________________________
18512[ 9177] By: jhi on 2001/03/16 03:15:34
18513 Log: Make the Filter::Util:Call files have their own copies
18514 of the Perl standard module licensing, from Paul Marquess.
18515 Branch: perl
18516 ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
18517____________________________________________________________________________
18518[ 9176] By: jhi on 2001/03/16 02:56:04
18519 Log: Subject: [PATCH] more pod patches
18520 From: Michael Stevens <michael@etla.org>
18521 Date: Thu, 15 Mar 2001 21:25:18 +0000
18522 Message-ID: <20010315212518.A18870@firedrake.org>
18523 Branch: perl
18524 ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
18525 ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
18526 ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
18527 ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
18528 ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
18529 ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
18530 ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
18531 ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
18532 ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
18533 ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
18534 ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
18535 ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
18536 ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
18537 ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
18538 ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
18539 ! lib/File/Basename.pm lib/File/Spec/VMS.pm
18540 ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
18541 ! lib/Getopt/Long.pm lib/Locale/Constants.pm
18542 ! lib/Locale/Country.pm lib/Locale/Language.pm
18543 ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
18544 ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
18545 ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
18546 ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
18547 ! os2/OS2/Process/Process.pm
18548____________________________________________________________________________
18549[ 9175] By: jhi on 2001/03/16 02:53:32
18550 Log: Subject: [PATCH] the uncontroversial doc patches
18551 From: Michael Stevens <michael@etla.org>
18552 Date: Thu, 15 Mar 2001 20:01:12 +0000
18553 Message-ID: <20010315200112.A7636@firedrake.org>
18554 Branch: perl
18555 ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
18556 ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
18557 ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
18558 ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
18559 ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
18560____________________________________________________________________________
18561[ 9174] By: jhi on 2001/03/16 02:50:49
18562 Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
18563 From: Paul Lindner <lindner@inuus.com>
18564 Date: Fri, 16 Mar 2001 11:28:03 -0800
18565 Message-ID: <20010316112803.A7577@inuus.com>
18566 Branch: perl
18567 ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
18568____________________________________________________________________________
18569[ 9173] By: nick on 2001/03/15 20:21:03
18570 Log: 1st day's EBCDIC fixes:
18571 - toke.c's parsing of strings needed attention
18572 needed to conditionally e2a if string was already UTF-8
18573 - e2a/a2e tables where wrong way round.
18574 - new macros in utf8.h
18575 Branch: perlio
18576 ! perl.h toke.c utf8.h
18577____________________________________________________________________________
18578[ 9172] By: jhi on 2001/03/15 15:17:17
18579 Log: Update Changes.
18580 Branch: perl
18581 ! Changes patchlevel.h
18582____________________________________________________________________________
310a2e74
JH
18583[ 9171] By: jhi on 2001/03/15 15:09:32
18584 Log: Subject: Re: Another Borland C++ problem.
18585 From: "Vadim Konovalov" <watman@inbox.ru>
18586 Date: Sat, 10 Mar 2001 19:26:07 +0300
18587 Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
18588
18589 Borland filename case problem.
18590 Branch: perl
18591 + win32/sncfnmcs.pl
18592 ! MANIFEST README.win32
18593____________________________________________________________________________
18594[ 9170] By: jhi on 2001/03/15 14:54:23
18595 Log: Add Locale::Codes 1.06, from Neil Bowers.
18596 Branch: perl
18597 + lib/Locale/Constants.pm lib/Locale/Country.pm
18598 + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
18599 + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
18600 + t/lib/lc-language.t t/lib/lc-uk.t
18601 ! MANIFEST
18602____________________________________________________________________________
18603[ 9169] By: jhi on 2001/03/15 14:19:01
18604 Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
18605 Branch: perl
18606 ! ext/Storable/ChangeLog ext/Storable/Storable.pm
18607 ! ext/Storable/Storable.xs
18608____________________________________________________________________________
18609[ 9168] By: jhi on 2001/03/15 14:13:22
18610 Log: Integrate changes #9120,9167 from mainline to maintperl.
18611
18612 Subject: [PATCH 5.6.1] OS/2 docs
18613
18614 Subject: [PATCH 5.6.1] perldoc
18615 Branch: maint-5.6/perl
18616 !> os2/Changes utils/perldoc.PL
18617____________________________________________________________________________
18618[ 9167] By: jhi on 2001/03/15 14:07:42
18619 Log: Subject: [PATCH 5.6.1] perldoc
18620 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18621 Date: Wed, 14 Mar 2001 23:46:52 -0500
18622 Message-ID: <20010314234652.A7972@math.ohio-state.edu>
18623 Branch: perl
18624 ! utils/perldoc.PL
18625____________________________________________________________________________
18626[ 9166] By: jhi on 2001/03/15 13:53:15
18627 Log: sigaction test condition tweakage.
18628 Branch: perl
18629 ! t/lib/sigaction.t
18630____________________________________________________________________________
18631[ 9165] By: alanbur on 2001/03/15 03:49:17
18632 Log: Resynchronised with parent
18633 Branch: maint-5.6/pureperl
18634 +> os2/os2add.sym t/op/anonsub.t
18635 !> (integrate 72 files)
18636____________________________________________________________________________
18637[ 9164] By: jhi on 2001/03/15 01:05:01
18638 Log: Avoid stomping off the beginning of an array in tr///.
18639 Branch: perl
18640 ! op.c
18641____________________________________________________________________________
18642[ 9163] By: jhi on 2001/03/15 00:58:57
18643 Log: h2ph strictness and cleanliness from Kurt Starsinic.
18644 Branch: perl
18645 ! utils/h2ph.PL
18646____________________________________________________________________________
18647[ 9162] By: gsar on 2001/03/15 00:56:53
18648 Log: avoid warnings
18649 Branch: maint-5.6/perl
18650 ! t/op/magic.t
18651____________________________________________________________________________
18652[ 9161] By: gsar on 2001/03/15 00:52:09
18653 Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
18654 results
18655 Branch: maint-5.6/perl
18656 ! t/op/magic.t
18657____________________________________________________________________________
18658[ 9160] By: jhi on 2001/03/14 22:02:10
18659 Log: Do not use the Perl malloc in IRIX, suggested by
18660 Helmus Jarausch.
18661 Branch: perl
18662 ! hints/irix_6.sh
18663____________________________________________________________________________
18664[ 9159] By: nick on 2001/03/14 21:45:59
18665 Log: Integrate mainline
18666 Branch: perlio
18667 +> t/op/loopctl.t
18668 !> (integrate 41 files)
18669____________________________________________________________________________
18670[ 9158] By: jhi on 2001/03/14 21:10:09
18671 Log: The Day of the Retractions continues: the #9138
18672 (integrated in #9144) doesn't work well in mainline.
18673 Branch: perl
18674 ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
18675 ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
18676 ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
18677____________________________________________________________________________
18678[ 9157] By: jhi on 2001/03/14 20:58:12
18679 Log: The #9145 CANNOT be enabled: the clear_pmop code still
18680 dumps core all over in Tru64.
18681 Branch: perl
18682 ! op.c op.h t/op/pat.t
18683____________________________________________________________________________
18684[ 9156] By: jhi on 2001/03/14 20:48:06
18685 Log: Integrate change #9154 from maintperl to mainline.
18686
18687 PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
18688 (caused Storable 1.0.10 to break on windows)
18689 Branch: perl
18690 !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
18691 !> perlapi.c proto.h
18692____________________________________________________________________________
18693[ 9155] By: jhi on 2001/03/14 20:23:53
18694 Log: Retract #9136: breaks threading (and binary compatibility).
18695 Branch: perl
18696 ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
18697____________________________________________________________________________
18698[ 9154] By: gsar on 2001/03/14 17:48:18
18699 Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
18700 (caused Storable 1.0.10 to break on windows)
18701 Branch: maint-5.6/perl
18702 ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
18703 ! perlapi.c proto.h
18704____________________________________________________________________________
18705[ 9153] By: jhi on 2001/03/14 13:35:21
18706 Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
18707 Branch: perl
18708 ! t/lib/sigaction.t
18709____________________________________________________________________________
18710[ 9152] By: gsar on 2001/03/14 07:29:40
18711 Log: back out changes#9012,9010,9009 and parts of change#9016
18712 (causes ABRs under purify, and some prerequisites don't
18713 seem to be there in 5.6.x)
18714 Branch: maint-5.6/perl
18715 ! doop.c op.c t/op/tr.t toke.c
18716____________________________________________________________________________
18717[ 9151] By: gsar on 2001/03/14 07:01:29
18718 Log: reenable change#9145 (the test was busted due to a missing
18719 C<print "ok 27\n">)
18720 Branch: perl
18721 ! op.c op.h t/op/pat.t
18722____________________________________________________________________________
18723[ 9150] By: jhi on 2001/03/14 06:38:36
18724 Log: Retract #9145.
18725 Branch: perl
18726 ! op.c op.h t/op/pat.t
18727____________________________________________________________________________
18728[ 9149] By: jhi on 2001/03/14 06:14:56
18729 Log: Retract #9143.
18730 Branch: perl
18731 ! op.c
18732____________________________________________________________________________
18733[ 9148] By: gsar on 2001/03/14 06:13:02
18734 Log: Uninitialized Memory Read in regexec.c
18735 Branch: perl
18736 ! regexec.c
18737____________________________________________________________________________
18738[ 9147] By: jhi on 2001/03/14 04:59:54
18739 Log: Subject: PATCH: make goto work in nested eval ""
18740 From: Robin Houston <robin@kitsite.com>
18741 Date: Wed, 14 Mar 2001 04:16:10 +0000
18742 Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
18743 Branch: perl
18744 ! pp_ctl.c t/op/goto.t
18745____________________________________________________________________________
18746[ 9146] By: jhi on 2001/03/14 04:42:54
18747 Log: Preserve the #ifdef PERL_CORE in perly.h.
18748 Branch: perl
18749 ! perly.fixer
18750____________________________________________________________________________
18751[ 9145] By: jhi on 2001/03/14 03:57:41
18752 Log: (Retracted by #9150.)
18753 Branch: perl
18754 ! op.c op.h t/op/pat.t
18755____________________________________________________________________________
18756[ 9144] By: jhi on 2001/03/14 03:50:38
18757 Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
18758
18759 fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
18760
18761 remove squelch controls for "Scalars leaked" messages in most places
18762 (these are now cured)
18763
18764 fix another memory leak reported by purify (tie callbacks that
18765 croak can leak when wiping out magic)
18766 Branch: perl
18767 !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
18768 !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
18769 !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
18770 !> t/pragma/warnings.t
18771____________________________________________________________________________
18772[ 9143] By: jhi on 2001/03/14 03:37:53
18773 Log: (Retracted by #9149.)
18774 Branch: perl
18775 ! op.c
18776____________________________________________________________________________
18777[ 9142] By: gsar on 2001/03/14 03:20:48
18778 Log: fix another memory leak reported by purify (tie callbacks that
18779 croak can leak when wiping out magic)
18780 Branch: maint-5.6/perl
18781 ! scope.c
18782____________________________________________________________________________
18783[ 9141] By: jhi on 2001/03/14 02:55:00
18784 Log: Subject: PATCH for [ID 20010305.003]
18785 From: Robin Houston <robin@kitsite.com>
18786 Date: Wed, 14 Mar 2001 02:45:51 +0000
18787 Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
18788 Branch: perl
18789 ! pp_ctl.c t/op/eval.t
18790____________________________________________________________________________
18791[ 9140] By: jhi on 2001/03/14 02:41:54
18792 Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
18793 Date: Wed, 14 Mar 2001 01:52:51 +0000
18794 From: Robin Houston <robin@kitsite.com>
18795 Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
18796
18797 Fix for 2000313.004.
18798 Branch: perl
18799 ! pp_ctl.c t/op/goto.t
18800____________________________________________________________________________
18801[ 9139] By: jhi on 2001/03/14 02:40:50
18802 Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
18803 From: Robin Houston <robin@kitsite.com>
18804 Date: Wed, 14 Mar 2001 00:43:45 +0000
18805 Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
18806 Branch: perl
18807 + t/op/loopctl.t
18808 ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
18809 ! vms/perly_c.vms
18810____________________________________________________________________________
18811[ 9138] By: gsar on 2001/03/14 01:18:00
18812 Log: remove squelch controls for "Scalars leaked" messages in most places
18813 (these are now cured)
18814 Branch: maint-5.6/perl
18815 ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
18816 ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
18817 ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
18818____________________________________________________________________________
18819[ 9137] By: gsar on 2001/03/14 00:57:04
18820 Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
18821 Branch: maint-5.6/perl
18822 ! regcomp.c
18823____________________________________________________________________________
18824[ 9136] By: jhi on 2001/03/13 23:12:24
18825 Log: (Retracted by #9155)
18826
18827 Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
18828 From: Jens-Uwe Mager <jum@helios.de>
18829 Date: Wed, 21 Feb 2001 21:32:04 +0100
18830 Message-ID: <20010221213203.A18340@ans.helios.de>
18831 Branch: perl
18832 ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
18833____________________________________________________________________________
18834[ 9135] By: jhi on 2001/03/13 22:50:05
18835 Log: Integrate perlio.
18836 Branch: perl
18837 !> pp.c
18838____________________________________________________________________________
18839[ 9134] By: jhi on 2001/03/13 22:49:05
18840 Log: Integrate change #9131 from maintperl into mainline.
18841
18842 make the error text look more consistent in hints/hpux.sh
18843 Branch: perl
18844 !> hints/hpux.sh
18845____________________________________________________________________________
18846[ 9133] By: gsar on 2001/03/13 22:46:20
18847 Log: integrate change#9067 from mainline
18848
18849 Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
18850 Branch: maint-5.6/perl
18851 !> lib/ExtUtils/MM_Unix.pm
18852____________________________________________________________________________
18853[ 9132] By: jhi on 2001/03/13 22:41:21
18854 Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
18855 From: "John P. Linderman" <jpl@research.att.com>
18856 Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
18857 Message-Id: <200103131736.MAA35615@raptor.research.att.com>
18858
18859 A more correct prime finder.
18860 Branch: perl
18861 ! lib/Tie/SubstrHash.pm
18862____________________________________________________________________________
18863[ 9131] By: gsar on 2001/03/13 22:30:42
18864 Log: make the error text look more consistent in hints/hpux.sh
18865 Branch: maint-5.6/perl
18866 ! hints/hpux.sh
18867____________________________________________________________________________
18868[ 9130] By: jhi on 2001/03/13 22:23:44
18869 Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
18870 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18871 Date: Tue, 13 Mar 2001 18:41:26 +0100
18872 Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
18873
18874 If the test is run non-interactively the default handler
18875 is different.
18876 Branch: perl
18877 ! t/lib/sigaction.t
18878____________________________________________________________________________
18879[ 9129] By: jhi on 2001/03/13 22:20:21
18880 Log: Subject: [PATCH perl@9125] t/lib/1_compile.t VMS mod
18881 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
18882 Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
18883 Date: Tue, 13 Mar 2001 16:44:32 EST
18884 Branch: perl
18885 ! t/lib/1_compile.t
18886____________________________________________________________________________
18887[ 9128] By: jhi on 2001/03/13 22:18:34
18888 Log: Subject: Another patch for integer.pm POD
18889 From: "John L. Allen" <allen@grumman.com>
18890 Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
18891 Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
18892 Branch: perl
18893 ! lib/integer.pm
18894____________________________________________________________________________
18895[ 9127] By: nick on 2001/03/13 21:26:30
18896 Log: Integrate mainline.
18897 Branch: perlio
18898 +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
18899 +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
18900 +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
18901 +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
18902 !> Changes Configure MANIFEST README.os2 README.os390
18903 !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
18904 !> os2/Changes patchlevel.h win32/perlhost.h
18905____________________________________________________________________________
18906[ 9126] By: nick on 2001/03/13 20:39:51
18907 Log: #ifdef'ed out code to make packed side of pack/unpack
18908 octets. (i.e. pack('U') => encode_utf8).
18909 Branch: perlio
18910 ! pp.c
18911____________________________________________________________________________
18912[ 9125] By: jhi on 2001/03/13 15:07:16
18913 Log: Update Changes.
18914 Branch: perl
18915 ! Changes patchlevel.h
18916____________________________________________________________________________
bd5f9747
JH
18917[ 9124] By: jhi on 2001/03/13 14:22:45
18918 Log: Workaround for the buggy ("internal compiler error")
18919 AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
18920 (and ext/re/re_comp.c). The MakeMaker dark magic courtesy
18921 of Andreas König.
18922 Branch: perl
18923 ! ext/re/Makefile.PL hints/aix.sh
18924____________________________________________________________________________
18925[ 9123] By: jhi on 2001/03/13 03:24:34
18926 Log: Typo in #9114.
18927 Branch: metaconfig
18928 ! U/modified/myhostname.U
18929____________________________________________________________________________
18930[ 9122] By: jhi on 2001/03/13 03:24:06
18931 Log: Typo in #9113.
18932 Branch: perl
18933 ! Configure
18934____________________________________________________________________________
18935[ 9121] By: jhi on 2001/03/13 01:53:05
18936 Log: Forgot to check-in the larger part of #9120, duh.
18937 Branch: perl
18938 ! README.os2
18939____________________________________________________________________________
18940[ 9120] By: jhi on 2001/03/13 01:51:31
18941 Log: Subject: [PATCH 5.6.1] OS/2 docs
18942 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18943 Date: Mon, 12 Mar 2001 03:27:32 -0500
18944 Message-ID: <20010312032732.A19283@math.ohio-state.edu>
18945 Branch: perl
18946 ! os2/Changes
18947____________________________________________________________________________
18948[ 9119] By: jhi on 2001/03/13 01:49:41
18949 Log: Integrate change #9116 from maintperl into mainline.
18950
18951 Win32::GetCwd() returns C: instead of C:\ in the root directory
18952 under ithreads
18953 Branch: perl
18954 !> win32/perlhost.h
18955____________________________________________________________________________
18956[ 9118] By: jhi on 2001/03/13 01:13:39
18957 Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
18958 Branch: perl
18959 + lib/Switch.pm t/lib/switch.t
18960 ! MANIFEST
18961____________________________________________________________________________
18962[ 9117] By: jhi on 2001/03/13 01:03:17
18963 Log: Add Text::Balanced 1.83.
18964 Branch: perl
18965 + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
18966 + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
18967 + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
18968 + t/lib/tb-xvari.t
18969 ! MANIFEST
18970____________________________________________________________________________
18971[ 9116] By: gsar on 2001/03/13 00:55:53
18972 Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
18973 under ithreads
18974 Branch: maint-5.6/perl
18975 ! win32/perlhost.h
18976____________________________________________________________________________
18977[ 9115] By: jhi on 2001/03/13 00:54:09
18978 Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
18979 From: "John L. Allen" <allen@grumman.com>
18980 Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
18981 Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
18982
18983 use integer document clarification.
18984 Branch: perl
18985 ! lib/integer.pm
18986____________________________________________________________________________
18987[ 9114] By: jhi on 2001/03/13 00:38:54
18988 Log: Metaconfig unit change for #9113.
18989 Branch: metaconfig
18990 ! U/modified/myhostname.U
18991____________________________________________________________________________
18992[ 9113] By: jhi on 2001/03/13 00:38:35
18993 Log: Subject: [PATCH: perl@9092, dist-3.0@70] OS/390 mydomain last gasp before silly guess (was Re: What do I need to build EBCDIC perl?)
18994 From: Peter Prymmer <pvhp@forte.com>
18995 Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
18996 Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
18997 Branch: perl
18998 ! Configure README.os390 hints/os390.sh
18999____________________________________________________________________________
19000[ 9112] By: jhi on 2001/03/13 00:29:00
19001 Log: Integrate perlio.
19002 Branch: perl
19003 !> sv.c utf8.h
19004____________________________________________________________________________
19005[ 9111] By: nick on 2001/03/12 21:16:33
19006 Log: Integrate mainline.
19007 Branch: perlio
19008 +> t/op/anonsub.t
19009 !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
19010 !> proto.h sv.c
19011____________________________________________________________________________
19012[ 9110] By: nick on 2001/03/12 21:00:13
19013 Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
19014 Branch: perlio
19015 ! sv.c utf8.h
19016____________________________________________________________________________
19017[ 9109] By: jhi on 2001/03/12 16:04:47
19018 Log: Integrate change #9108 from maintperl to mainline.
19019
19020 fix memory leak in C<sub X { sub {} }> arising from a refcount
19021 loop between the outer sub and the inner prototype anonsub
19022
19023 this also enables closures returned by subroutines that
19024 subsequently get redefined to work without generating coredumps :)
19025
19026 completely removed the free_closures() hack--it shouldn't be
19027 needed anymore
19028 Branch: perl
19029 +> t/op/anonsub.t
19030 !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
19031 !> proto.h sv.c
19032____________________________________________________________________________
19033[ 9108] By: gsar on 2001/03/12 10:21:31
19034 Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
19035 loop between the outer sub and the inner prototype anonsub
19036
19037 this also enables closures returned by subroutines that
19038 subsequently get redefined to work without generating coredumps :)
19039
19040 completely removed the free_closures() hack--it shouldn't be
19041 needed anymore
19042 Branch: maint-5.6/perl
19043 + t/op/anonsub.t
19044 ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
19045 ! proto.h sv.c
19046____________________________________________________________________________
19047[ 9107] By: jhi on 2001/03/12 05:15:31
19048 Log: Integrate perlio.
19049 Branch: perl
19050 !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
19051____________________________________________________________________________
19052[ 9106] By: nick on 2001/03/11 20:10:12
19053 Log: regcomp.c is working in native space, not Unicode space (if different)
19054 as it is doing compare against 'W' in \W etc.
19055 Branch: perlio
19056 ! regcomp.c
19057____________________________________________________________________________
19058[ 9105] By: nick on 2001/03/11 19:39:34
19059 Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
19060 Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
19061 Branch: perlio
19062 ! regcomp.c toke.c utf8.c
19063____________________________________________________________________________
19064[ 9104] By: nick on 2001/03/11 18:15:44
19065 Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
19066 Branch: perlio
19067 ! sv.c
19068____________________________________________________________________________
19069[ 9103] By: nick on 2001/03/11 18:03:28
19070 Log: Integrate mainline (for regexp stuff).
19071 Branch: perlio
19072 !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
19073 !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
19074 !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
19075 !> t/lib/errno.t t/op/pat.t
19076____________________________________________________________________________
19077[ 9102] By: nick on 2001/03/11 17:44:20
19078 Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
19079 - exclude layer syms in makedef.pl for sfio
19080 - also inhibit Encode from trying to build ":encode()" layer.
19081 Branch: perlio
19082 ! ext/Encode/Encode.xs makedef.pl
19083____________________________________________________________________________
19084[ 9101] By: jhi on 2001/03/10 22:38:13
19085 Log: The $Is_MacOS needs to be declared.
19086 Branch: perl
19087 ! lib/ExtUtils/Manifest.pm
19088____________________________________________________________________________
19089[ 9100] By: jhi on 2001/03/10 22:14:29
19090 Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
19091 #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
19092 pollute the symbolspace if using sfio.
19093 Branch: perl
19094 ! ext/Encode/Encode.xs
19095____________________________________________________________________________
19096[ 9099] By: jhi on 2001/03/10 21:58:48
19097 Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
19098 Date: Sat, 10 Mar 2001 14:23:55 -0500
19099 From: Chris Nandor <pudge@pobox.com>
19100 Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
19101 Branch: perl
19102 ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
19103 ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
19104 ! t/lib/errno.t
19105____________________________________________________________________________
19106[ 9098] By: jhi on 2001/03/10 21:38:30
19107 Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
19108 Branch: perl
19109 ! regcomp.c regexec.c t/op/pat.t
19110____________________________________________________________________________
19111[ 9097] By: jhi on 2001/03/10 14:38:07
19112 Log: Integrate perlio.
19113 Branch: perl
19114 !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
19115 !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
19116 !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
19117____________________________________________________________________________
19118[ 9096] By: nick on 2001/03/10 11:55:43
19119 Log: EBCDIC sanity - phase I
19120 - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
19121 - use utf8n_xxxx (c.f. pvn) for forms which take length.
19122 - back out vN.N and $^V exceptions to e2a/a2e
19123 - make "locale" isxxx macros be uvchr (may be redundant?)
19124
19125 Not clear yet that toUPPER_uni et. al. return being handled correctly.
19126 The tr// and rexexp stuff still needs an audit, assumption is they are working
19127 in Unicode space.
19128
19129 Need to provide v5.6 names for XS modules (decide is uni or chr ?).
19130 Branch: perlio
19131 ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
19132 ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
19133 ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
19134____________________________________________________________________________
19135[ 9095] By: jhi on 2001/03/09 22:10:01
19136 Log: Integrate perlio.
19137 Branch: perl
19138 !> dump.c
19139____________________________________________________________________________
19140[ 9094] By: nick on 2001/03/09 17:36:38
19141 Log: Builds an passes all tests after integrate and this tweak.
19142 Branch: perlio
19143 ! dump.c
19144____________________________________________________________________________
19145[ 9093] By: nick on 2001/03/09 17:16:03
19146 Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
19147 Branch: perlio
19148 +> lib/unicode/Scripts.txt t/lib/sigaction.t
19149 !> (integrate 79 files)
19150____________________________________________________________________________
19151[ 9092] By: jhi on 2001/03/09 15:28:26
19152 Log: Update Changes.
19153 Branch: perl
19154 ! Changes patchlevel.h
19155____________________________________________________________________________
0b6ed3a0
JH
19156[ 9091] By: jhi on 2001/03/09 15:25:05
19157 Log: In op/stat #35 better to scan all the potential directories
19158 for setuids, not just the first one.
19159 Branch: perl
19160 ! t/op/stat.t
19161____________________________________________________________________________
19162[ 9090] By: jhi on 2001/03/09 15:01:27
19163 Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
19164 From: rspier@pobox.com (Robert Spier)
19165 Date: Fri, 9 Mar 2001 03:30:20 -0500
19166 Message-ID: <15016.38044.381174.160189@rls.cx>
19167
19168 EXISTS() returning undef mistakenly triggered a FETCH().
19169 Branch: perl
19170 ! hv.c
19171____________________________________________________________________________
19172[ 9089] By: jhi on 2001/03/09 14:59:02
19173 Log: Add /sbin and /usr/sbin to the list of directories scanned
19174 for setuid programs. Takes care of bug id 20010309.003.
19175 Branch: perl
19176 ! t/op/stat.t
19177____________________________________________________________________________
19178[ 9088] By: jhi on 2001/03/09 14:48:32
19179 Log: Regen perlapi, perltoc.
19180 Branch: perl
19181 ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
19182____________________________________________________________________________
19183[ 9087] By: jhi on 2001/03/09 14:38:56
19184 Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
19185 From: David Mitchell <davem@fdgroup.co.uk>
19186 Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
19187 Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
19188 Branch: perl
19189 ! dump.c perl.c perl.h pod/perlrun.pod
19190____________________________________________________________________________
19191[ 9086] By: jhi on 2001/03/09 01:47:16
19192 Log: A modified version of
19193
19194 Subject: [ID 20010307.005] POSIX::sigaction has various problems
19195 From: anders@broadcom.com
19196 Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST)
19197 Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
19198
19199 Currently the sigaction.t test #6 fails (and is fudged to look
19200 like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
19201 This may well be a genuine bug in Linux sigaction() (since at
19202 least Tru64, Solaris, and HP-UX disagree with Linux).
19203 Anyone with POSIX / SUSv2 tome handy? The problem is that
19204 the flags of the oldaction don't match with the flags in
19205 the previously installed disposition.
19206 Branch: perl
19207 + t/lib/sigaction.t
19208 ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
19209____________________________________________________________________________
19210[ 9085] By: jhi on 2001/03/09 01:30:13
19211 Log: Subject: Re: mission impossible for the day
19212 From: Alex Gough <alex@rcon.org>
19213 Date: Thu, 08 Mar 2001 17:18:19 +0000
19214 Message-ID: <3AA7BEDB.8070409@rcon.org>
19215
19216 If references (are overloaded) and can be directly stringified,
19217 show that instead of "stringified".
19218
19219 (The problem, infinite mutual recursion caused by overloaded bool
19220 in Switch.pm, tracked by David Mitchell)
19221 Branch: perl
19222 ! lib/Carp/Heavy.pm
19223____________________________________________________________________________
19224[ 9084] By: jhi on 2001/03/09 01:20:39
19225 Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
19226 Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
19227 From: David Mitchell <davem@fdgroup.co.uk>
19228 Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
19229 Branch: perl
19230 ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
19231 ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
19232____________________________________________________________________________
19233[ 9083] By: jhi on 2001/03/09 01:16:51
19234 Log: Subject: [PATCH] perldata.pod here-doc docs
19235 From: Jeff Pinyan <jeffp@crusoe.net>
19236 Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
19237 Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
19238 Branch: perl
19239 ! pod/perldata.pod
19240____________________________________________________________________________
19241[ 9082] By: jhi on 2001/03/09 01:01:27
19242 Log: Subject: Re: Unicode/EBCDIC
19243 From: Peter Prymmer <pvhp@forte.com>
19244 Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
19245 Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
19246 Branch: perl
19247 ! perl.c perl.h sv.c toke.c utf8.c utf8.h
19248____________________________________________________________________________
19249[ 9081] By: jhi on 2001/03/08 13:41:30
19250 Log: Subject: Ooops, wrong 'no *POSIX' Patch
19251 From: Dorner Thomas <Thomas.Dorner@start.de>
19252 Date: Thu, 8 Mar 2001 08:43:28 +0100
19253 Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
19254 Branch: perl
19255 ! hints/posix-bc.sh
19256____________________________________________________________________________
19257[ 9080] By: jhi on 2001/03/08 13:11:42
19258 Log: It's Scripts.txt, not Script.txt.
19259 Branch: perl
19260 ! MANIFEST
19261____________________________________________________________________________
19262[ 9079] By: jhi on 2001/03/08 12:59:05
19263 Log: Subject: 'no *POSIX' Patch speeding up make on BS2000
19264 From: Dorner Thomas <Thomas.Dorner@start.de>
19265 Date: Wed, 7 Mar 2001 14:13:31 +0100
19266 Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
19267 Branch: perl
19268 ! makedepend.SH
19269____________________________________________________________________________
19270[ 9078] By: jhi on 2001/03/08 12:57:43
19271 Log: Retract #9069, wrong patch.
19272 Branch: perl
19273 ! Makefile.SH
19274____________________________________________________________________________
19275[ 9077] By: jhi on 2001/03/08 01:06:13
f734a339 19276 Log: Upgrade to Unicode 3.1 beta 2001-03-01.
0b6ed3a0
JH
19277 Branch: perl
19278 + lib/unicode/Scripts.txt
19279 ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
19280 ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
19281 ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
19282 ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
19283 ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
19284 ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
19285 ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
19286 ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
19287 ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
19288 ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
19289 ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
19290 ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
19291 ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
19292 ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
19293 ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
19294 ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
19295 ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
19296 ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
19297 ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
19298 ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
19299 ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
19300 ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
19301 ! lib/unicode/version
19302____________________________________________________________________________
19303[ 9076] By: jhi on 2001/03/07 22:59:39
19304 Log: Integrate change #7784 from mainline into maintperl.
19305
19306 Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
19307 Branch: maint-5.6/perl
19308 !> pp_ctl.c t/op/pat.t
19309____________________________________________________________________________
19310[ 9075] By: jhi on 2001/03/07 22:05:11
19311 Log: More UTF-8 test tweaks.
19312 Branch: perl
19313 ! t/op/pat.t t/op/split.t t/pragma/utf8.t
19314____________________________________________________________________________
19315[ 9074] By: nick on 2001/03/07 21:39:29
19316 Log: Integrate mainline.
19317 Branch: perlio
19318 !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
19319 !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
19320 !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
19321 !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
19322 !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
19323____________________________________________________________________________
19324[ 9073] By: jhi on 2001/03/07 16:37:09
19325 Log: Update Changes.
19326 Branch: perl
19327 ! Changes patchlevel.h
19328____________________________________________________________________________
4bad07d9
JH
19329[ 9072] By: jhi on 2001/03/07 16:32:30
19330 Log: Subject: [ID 20010306.004] || != named unary operator
19331 From: abela@geneanet.org
19332 Date: Tue, 6 Mar 2001 15:57:57 +0100 (CET)
19333 Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
19334 Branch: perl
19335 ! pod/perlop.pod
19336____________________________________________________________________________
19337[ 9071] By: jhi on 2001/03/07 15:14:11
19338 Log: Subject: downgrading to bytes for common functions
19339 From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
19340 Date: Wed, 7 Mar 2001 02:36:55 -0500
19341 Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
19342 Branch: perl
19343 ! pp_sys.c
19344____________________________________________________________________________
19345[ 9070] By: jhi on 2001/03/07 15:04:58
19346 Log: Clarify the description differentiating for and while; inspired by
19347
19348 Subject: [ID 20010306.002] for/while difference in for definition
19349 From: abela@geneanet.org
19350 Date: Tue, 6 Mar 2001 09:40:36 +0100 (CET)
19351 Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
19352 Branch: perl
19353 ! pod/perlsyn.pod
19354____________________________________________________________________________
19355[ 9069] By: jhi on 2001/03/07 14:55:30
19356 Log: Subject: 'no *POSIX' Patch speeding up make on BS2000
19357 From: Dorner Thomas <Thomas.Dorner@start.de>
19358 Date: Wed, 7 Mar 2001 14:13:31 +0100
19359 Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
19360 Branch: perl
19361 ! Makefile.SH
19362____________________________________________________________________________
19363[ 9068] By: jhi on 2001/03/07 14:51:17
19364 Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
19365 From: Radu Greab <radu@netsoft.ro>
19366 Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
19367 Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
19368 Branch: perl
19369 ! pp.c t/op/chop.t
19370____________________________________________________________________________
19371[ 9067] By: jhi on 2001/03/07 14:48:57
19372 Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
19373 From: Simon Cozens <simon@netthink.co.uk>
19374 Date: Wed, 7 Mar 2001 13:59:28 +0000
19375 Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
19376
19377 In order to allow MakeMaker to build correct Makefiles,
19378 you need to change the order of the arguments in MM_Unix.pm
19379 as well. (Unless you have C89_CCMODE set, but we're trying
19380 to be POSIXly correct)
19381
19382 Thanks to Merijn Broeren for tracking this down.
19383 Branch: perl
19384 ! lib/ExtUtils/MM_Unix.pm
19385____________________________________________________________________________
19386[ 9066] By: jhi on 2001/03/07 14:30:02
19387 Log: Floating point too messy.
19388 Branch: perl
19389 ! t/camel-III/vstring.t
19390____________________________________________________________________________
19391[ 9065] By: jhi on 2001/03/07 14:17:44
19392 Log: Integrate change #9064 from maintperl into mainline.
19393
19394 fix memory leak in pack("Bb",...)
19395 Branch: perl
19396 !> perl.c
19397____________________________________________________________________________
19398[ 9064] By: gsar on 2001/03/07 06:29:24
19399 Log: fix memory leak in pack("Bb",...)
19400 Branch: maint-5.6/perl
19401 ! perl.c
19402____________________________________________________________________________
19403[ 9063] By: jhi on 2001/03/07 00:55:04
19404 Log: Major utf8 test reorganisation and rewrite.
19405 Hopefully no tests were lost in the shuffle.
19406 (The beginning of pragma/utf8 was lost intentionally,
19407 the tests were rather bogus and incomplete.)
19408 Branch: perl
19409 ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
19410 ! t/pragma/utf8.t
19411____________________________________________________________________________
19412[ 9062] By: jhi on 2001/03/07 00:41:16
19413 Log: More tweakage on the Unicode character class descriptions.
19414 Branch: perl
19415 ! lib/unicode/mktables.PL pod/perlretut.pod
19416____________________________________________________________________________
19417[ 9061] By: jhi on 2001/03/06 23:12:38
19418 Log: The perlretut was still talking about the old \p and \P
19419 definitions.
19420 Branch: perl
19421 ! pod/perlretut.pod
19422____________________________________________________________________________
19423[ 9060] By: nick on 2001/03/06 20:52:37
19424 Log: Integrate mainline (make test works again now).
19425 Branch: perlio
19426 !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
19427____________________________________________________________________________
19428[ 9059] By: jhi on 2001/03/06 15:36:14
19429 Log: 0.999... does equal 1.0, doesn't it?
19430 Branch: perl
19431 ! t/camel-III/vstring.t
19432____________________________________________________________________________
19433[ 9058] By: jhi on 2001/03/06 15:34:00
19434 Log: Make /x{abcd}/ to work without use utf8.
19435 Branch: perl
19436 ! regcomp.c
19437____________________________________________________________________________
19438[ 9057] By: jhi on 2001/03/06 03:02:36
19439 Log: Easier to outcomment all the three reset() tests for now.
19440 Branch: perl
19441 ! t/op/pat.t
19442____________________________________________________________________________
19443[ 9056] By: jhi on 2001/03/06 02:30:02
19444 Log: Comment out the deadly reset; until the 20010301.005
19445 is finally fixed.
19446 Branch: perl
19447 ! t/op/pat.t
19448____________________________________________________________________________
19449[ 9055] By: jhi on 2001/03/06 02:21:26
19450 Log: Integrate the change #9054 from mainline:
19451 retract the PMOP cleanup patch pending further investigation.
19452 Branch: maint-5.6/perl
19453 !> op.c op.h
19454____________________________________________________________________________
19455[ 9054] By: jhi on 2001/03/06 02:19:57
19456 Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
19457 with oddly familiar stack traces.
19458 Branch: perl
19459 ! op.c op.h
19460____________________________________________________________________________
19461[ 9053] By: jhi on 2001/03/05 23:20:28
19462 Log: Integrate perlio.
19463 Branch: perl
19464 +> ext/Encode/Encode/koi8-r.ucm
19465 !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
19466 !> makedef.pl
19467____________________________________________________________________________
19468[ 9052] By: nick on 2001/03/05 23:08:17
19469 Log: skipping USE_PERLIO symbols correction.
19470 Branch: perlio
19471 ! makedef.pl
19472____________________________________________________________________________
19473[ 9051] By: nick on 2001/03/05 22:35:07
19474 Log: More Encode alias tidying.
19475 Branch: perlio
19476 + ext/Encode/Encode/koi8-r.ucm
19477 ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
19478____________________________________________________________________________
19479[ 9050] By: jhi on 2001/03/05 21:44:29
19480 Log: Integrate changes #9033 and #9044 from mainline into maintperl,
19481 Sarathy's fix for ID 20010301.005.
19482 Branch: maint-5.6/perl
19483 !> op.c op.h
19484____________________________________________________________________________
19485[ 9049] By: nick on 2001/03/05 19:54:04
19486 Log: Integrate Jarkko's Encode.pm tweak.
19487 Branch: perlio
19488 !> ext/Encode/Encode.pm
19489____________________________________________________________________________
19490[ 9048] By: nick on 2001/03/05 19:47:57
19491 Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
19492 Branch: perlio
19493 +> os2/os2add.sym
19494 !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
19495 !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
19496 !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
19497 !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
19498 !> pod/perlapi.pod t/op/pat.t t/op/tr.t
19499____________________________________________________________________________
19500[ 9047] By: jhi on 2001/03/05 19:25:26
19501 Log: Regen perlapi.
19502 Branch: perl
19503 ! pod/perlapi.pod
19504____________________________________________________________________________
19505[ 9046] By: jhi on 2001/03/05 19:12:14
19506 Log: Integrate perlio.
19507 Branch: perl
19508 +> t/camel-III/vstring.t
19509 !> MANIFEST pp.h pp_sys.c t/TEST t/harness
19510____________________________________________________________________________
19511[ 9045] By: jhi on 2001/03/05 19:10:36
19512 Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
19513 Branch: perl
19514 ! ext/Encode/Encode.pm
19515____________________________________________________________________________
19516[ 9044] By: jhi on 2001/03/05 18:49:12
19517 Log: Forgot the other half of the PMOP patch (#9033).
19518 Branch: perl
19519 ! op.h
19520____________________________________________________________________________
19521[ 9043] By: nick on 2001/03/05 18:14:47
19522 Log: Update MANIFEST for new test.
19523 Branch: perlio
19524 ! MANIFEST
19525____________________________________________________________________________
19526[ 9042] By: nick on 2001/03/05 18:12:41
19527 Log: Some tests for Camel 3rd edition features.
19528 Make gethostbyaddr() test in above work.
19529 Branch: perlio
19530 + t/camel-III/vstring.t
19531 ! pp.h pp_sys.c t/TEST t/harness
19532____________________________________________________________________________
19533[ 9041] By: jhi on 2001/03/05 17:41:48
19534 Log: Add more ISO 8859 encoding aliases.
19535 Branch: perl
19536 ! ext/Encode/Encode.pm
19537____________________________________________________________________________
19538[ 9040] By: jhi on 2001/03/05 17:30:43
19539 Log: Integrate perlio.
19540 Branch: perl
19541 !> MANIFEST sv.c
19542____________________________________________________________________________
19543[ 9039] By: nick on 2001/03/05 17:11:36
19544 Log: Missed added file.
19545 Branch: perlio
19546 ! MANIFEST
19547____________________________________________________________________________
19548[ 9038] By: jhi on 2001/03/05 15:58:01
19549 Log: Add tr tests for EBCDIC, from Karsten Sperling.
19550 Branch: perl
19551 ! t/op/tr.t
19552____________________________________________________________________________
19553[ 9037] By: nick on 2001/03/05 15:56:35
19554 Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
19555 for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
19556
19557 Make SvPVbyte*() symetric with respect to SvPVutf8*() in that:
19558 - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
19559 - uses SvPV() rather than sv_2pv() in case it isn't a string.
19560 Branch: perlio
19561 ! sv.c
19562____________________________________________________________________________
19563[ 9036] By: jhi on 2001/03/05 15:49:15
19564 Log: Add matching tests currently failing in EBCDIC,
19565 suggested by Karsten Sperling.
19566 Branch: perl
19567 ! t/op/pat.t
19568____________________________________________________________________________
19569[ 9035] By: jhi on 2001/03/05 15:36:55
19570 Log: The #9034 needs a MANIFESTation.
19571 Branch: perl
19572 ! MANIFEST
19573____________________________________________________________________________
19574[ 9034] By: jhi on 2001/03/05 15:35:14
19575 Log: Integrate perlio.
19576 Branch: perl
19577 +> ext/Encode/Encode/Tcl.pm
19578 !> ext/Encode/Encode.pm ext/Encode/Encode.xs
19579 !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
19580 !> ext/Encode/Encode/iso8859-1.ucm
19581 !> ext/Encode/Encode/iso8859-10.ucm
19582 !> ext/Encode/Encode/iso8859-13.ucm
19583 !> ext/Encode/Encode/iso8859-14.ucm
19584 !> ext/Encode/Encode/iso8859-15.ucm
19585 !> ext/Encode/Encode/iso8859-16.ucm
19586 !> ext/Encode/Encode/iso8859-2.ucm
19587 !> ext/Encode/Encode/iso8859-3.ucm
19588 !> ext/Encode/Encode/iso8859-4.ucm
19589 !> ext/Encode/Encode/iso8859-5.ucm
19590 !> ext/Encode/Encode/iso8859-6.ucm
19591 !> ext/Encode/Encode/iso8859-7.ucm
19592 !> ext/Encode/Encode/iso8859-8.ucm
19593 !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
19594 !> t/lib/encode.t
19595____________________________________________________________________________
19596[ 9033] By: jhi on 2001/03/05 15:33:18
19597 Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
19598 From: Gurusamy Sarathy <gsar@ActiveState.com>
19599 Date: Sun, 04 Mar 2001 22:33:15 -0800
19600 Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
19601
19602 PMOPs need to remember their own stash so that they can
19603 gracefully remove themselves from their linked list.
19604 Branch: perl
19605 ! op.c
19606____________________________________________________________________________
19607[ 9032] By: nick on 2001/03/05 14:51:50
19608 Log: Encode implementation "completion"
19609 Implement and document define_encoding()
19610 Implement and document encoding aliases including define_alias()
19611 Make Encode::XS use define_encoding() rather than back-door.
19612 Move run-time *.enc to separate Encode::Tcl module.
19613 Make 'compile' honour <codeset_name>
19614 Change canonical names of to iso-8859-* and US-ascii.
19615 Branch: perlio
19616 + ext/Encode/Encode/Tcl.pm
19617 ! ext/Encode/Encode.pm ext/Encode/Encode.xs
19618 ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
19619 ! ext/Encode/Encode/iso8859-1.ucm
19620 ! ext/Encode/Encode/iso8859-10.ucm
19621 ! ext/Encode/Encode/iso8859-13.ucm
19622 ! ext/Encode/Encode/iso8859-14.ucm
19623 ! ext/Encode/Encode/iso8859-15.ucm
19624 ! ext/Encode/Encode/iso8859-16.ucm
19625 ! ext/Encode/Encode/iso8859-2.ucm
19626 ! ext/Encode/Encode/iso8859-3.ucm
19627 ! ext/Encode/Encode/iso8859-4.ucm
19628 ! ext/Encode/Encode/iso8859-5.ucm
19629 ! ext/Encode/Encode/iso8859-6.ucm
19630 ! ext/Encode/Encode/iso8859-7.ucm
19631 ! ext/Encode/Encode/iso8859-8.ucm
19632 ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
19633 ! t/lib/encode.t
19634____________________________________________________________________________
19635[ 9031] By: jhi on 2001/03/05 13:51:17
19636 Log: Integrate change #9030 from maintperl into mainline.
19637
19638 Subject: [PATCH 5.6.1] OS/2 cleanup
19639 Branch: perl
19640 +> os2/os2add.sym
19641 !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
19642 !> makedef.pl os2/Changes os2/Makefile.SHs
19643 !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
19644 !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
19645 !> os2/os2.sym os2/os2ish.h
19646____________________________________________________________________________
19647[ 9030] By: jhi on 2001/03/05 13:46:49
19648 Log: Subject: [PATCH 5.6.1] OS/2 cleanup
19649 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19650 Date: Mon, 5 Mar 2001 02:29:44 -0500
19651 Message-ID: <20010305022944.A10117@math.ohio-state.edu>
19652 Branch: maint-5.6/perl
19653 + os2/os2add.sym
19654 ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
19655 ! makedef.pl os2/Changes os2/Makefile.SHs
19656 ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
19657 ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
19658 ! os2/os2.sym os2/os2ish.h
19659____________________________________________________________________________
19660[ 9029] By: jhi on 2001/03/05 13:40:35
19661 Log: Integrate change #9028 from maintperl into mainline.
19662
19663 various nits in MM_Unix.pm found by disabling SelfLoader
19664 Branch: perl
19665 !> lib/ExtUtils/MM_Unix.pm
19666____________________________________________________________________________
19667[ 9028] By: gsar on 2001/03/05 09:58:38
19668 Log: various nits in MM_Unix.pm found by disabling SelfLoader
19669 Branch: maint-5.6/perl
19670 ! lib/ExtUtils/MM_Unix.pm
19671____________________________________________________________________________
19672[ 9027] By: nick on 2001/03/05 08:35:22
19673 Log: Integrate mainline
19674 Branch: perlio
19675 !> (integrate 28 files)
19676____________________________________________________________________________
19677[ 9026] By: jhi on 2001/03/05 02:14:59
19678 Log: Integrate change #9025 from mainline to maintperl,
19679 retract \N{U+HHHH}.
19680 Branch: maint-5.6/perl
19681 !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
19682 !> t/lib/charnames.t toke.c
19683____________________________________________________________________________
19684[ 9025] By: jhi on 2001/03/05 02:13:09
19685 Log: Retracting \N{U+HHHH}.
19686 Branch: perl
19687 ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
19688 ! t/lib/charnames.t toke.c
19689____________________________________________________________________________
19690[ 9024] By: jhi on 2001/03/04 20:51:07
19691 Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
19692 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19693 Date: Fri, 02 Mar 2001 18:25:26 +0100
19694 Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
19695
19696 Casting problem.
19697 Branch: perl
19698 ! ext/Storable/Storable.xs
19699____________________________________________________________________________
19700[ 9023] By: jhi on 2001/03/04 19:46:45
19701 Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
19702 From: nick@talking.bollo.cx
19703 Date: Sat, 03 Mar 2001 21:41:33 +0000
19704 Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
19705
19706 Revert the workaround.
19707 Branch: perl
19708 ! perlio.c
19709____________________________________________________________________________
19710[ 9022] By: jhi on 2001/03/04 19:36:28
19711 Log: Update Changes.
19712 Branch: perl
19713 ! Changes patchlevel.h
19714____________________________________________________________________________
18538318
JH
19715[ 9021] By: jhi on 2001/03/04 18:41:00
19716 Log: makedef.pl updates suggested by Chris Nandor; double-checking
19717 the changes in AIX, OS/2 Win32 would be nice.
19718 Branch: perl
19719 ! makedef.pl
19720____________________________________________________________________________
19721[ 9020] By: jhi on 2001/03/04 18:23:58
19722 Log: Integrate change #9012 from maintperl into mainline,
19723 quench a compiler warning.
19724 Branch: perl
19725 !> toke.c
19726____________________________________________________________________________
19727[ 9019] By: jhi on 2001/03/04 18:18:43
19728 Log: Integrate changes #9017 and 9018 from mainline into maintperl.
19729
19730 \N{U+HHHH} fix.
19731
19732 pattern in G_ARRAY context
19733 Branch: maint-5.6/perl
19734 !> pp_hot.c t/op/pat.t toke.c
19735____________________________________________________________________________
19736[ 9018] By: jhi on 2001/03/04 18:07:48
19737 Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
19738 From: Jeff Pinyan <jeffp@crusoe.net>
19739 Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
19740 Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
19741 Branch: perl
19742 ! pp_hot.c t/op/pat.t
19743____________________________________________________________________________
19744[ 9017] By: jhi on 2001/03/04 18:06:21
19745 Log: I thought I tested the #9014.
19746 Branch: perl
19747 ! toke.c
19748____________________________________________________________________________
19749[ 9016] By: jhi on 2001/03/04 17:41:22
19750 Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
19751
19752 Tweak the get*ent() OS/2 prototypes.
19753
19754 Add the \N{U+HHHH} syntax.
19755
19756 More tr/// UTF-8 fixes from Inaba Hiroto.
19757 Branch: maint-5.6/perl
19758 !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
19759 !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
19760____________________________________________________________________________
19761[ 9015] By: jhi on 2001/03/04 17:36:04
19762 Log: More tr/// UTF-8 fixes from Inaba Hiroto.
19763 Branch: perl
19764 ! doop.c t/op/tr.t
19765____________________________________________________________________________
19766[ 9014] By: jhi on 2001/03/04 17:24:49
19767 Log: Add the \N{U+HHHH} syntax.
19768 Branch: perl
19769 ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
19770 ! t/lib/charnames.t toke.c
19771____________________________________________________________________________
19772[ 9013] By: jhi on 2001/03/04 17:20:45
19773 Log: Tweak the get*ent() OS/2 prototypes.
19774 Branch: perl
19775 ! os2/os2.c
19776____________________________________________________________________________
19777[ 9012] By: gsar on 2001/03/04 06:26:14
19778 Log: avoid warning (nit in change#9009)
19779 Branch: maint-5.6/perl
19780 ! toke.c
19781____________________________________________________________________________
19782[ 9011] By: gsar on 2001/03/04 06:15:24
19783 Log: lib/charnames.t fails in 5.6.x because of older Unicode
19784 data
19785
19786 TODO: need to revisit this after updating lib/unicode/...
19787 Branch: maint-5.6/perl
19788 ! t/lib/charnames.t
19789____________________________________________________________________________
19790[ 9010] By: gsar on 2001/03/04 06:08:36
19791 Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
19792 Branch: maint-5.6/perl
19793 ! toke.c
19794____________________________________________________________________________
19795[ 9009] By: jhi on 2001/03/03 19:27:20
19796 Log: Integrate change #9008 from mainline to maintperl,
19797 UTF-8 tr/// fixes from Inaba Hiroto.
19798 Branch: maint-5.6/perl
19799 !> doop.c op.c t/op/tr.t toke.c
19800____________________________________________________________________________
19801[ 9008] By: jhi on 2001/03/03 19:19:42
19802 Log: UTF8 tr/// fixes from Inaba Hiroto.
19803 Branch: perl
19804 ! doop.c op.c t/op/tr.t toke.c
19805____________________________________________________________________________
19806[ 9007] By: jhi on 2001/03/03 19:00:30
19807 Log: Integrate change #9006 from maintperl to mainline,
19808 more robust quest for the infinite.
19809 Branch: perl
19810 !> lib/Math/Complex.pm
19811____________________________________________________________________________
19812[ 9006] By: jhi on 2001/03/03 18:58:06
19813 Log: Subject: [PATCH 5.6.1] More robust Math::Complex
19814 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19815 Date: Sat, 3 Mar 2001 12:51:50 -0500
19816 Message-ID: <20010303125150.A2147@math.ohio-state.edu>
19817
19818 Be more robust in our quest for the infinite.
19819 Branch: maint-5.6/perl
19820 ! lib/Math/Complex.pm
19821____________________________________________________________________________
19822[ 9005] By: jhi on 2001/03/03 17:55:50
19823 Log: The #8982 modified for perl 5.6.x, from Radu Greab.
19824 Branch: maint-5.6/perl
19825 ! doio.c
19826____________________________________________________________________________
19827[ 9004] By: jhi on 2001/03/03 17:40:14
19828 Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
19829 so that picky compilers like IRIX won't get huffy about
19830 "statements without effect" (like 1;).
19831 Branch: perl
19832 ! toke.c
19833____________________________________________________________________________
19834[ 9003] By: jhi on 2001/03/03 17:15:52
19835 Log: Integrate change #9002 from mainline to maintperl.
19836
19837 Subject: [perl-5.6.x, perl-current] accept for EPOC
19838 Branch: maint-5.6/perl
19839 !> pp_sys.c
19840____________________________________________________________________________
19841[ 9002] By: jhi on 2001/03/03 17:14:30
19842 Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
19843 From: Olaf Flebbe <O.Flebbe@science-computing.de>
19844 Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
19845 Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
19846 Branch: perl
19847 ! pp_sys.c
19848____________________________________________________________________________
19849[ 9001] By: jhi on 2001/03/03 17:13:13
19850 Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
19851 From: "Craig A. Berry" <craigberry@mac.com>
19852 Date: Fri, 02 Mar 2001 17:44:40 -0600
19853 Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
19854 Branch: perl
19855 ! t/pod/find.t
19856____________________________________________________________________________
19857[ 9000] By: jhi on 2001/03/03 17:11:55
19858 Log: Integrate changes #8997,8999 from maintperl.
19859
19860 Subject: [PATCH 5.6.1] compiling on OS/2
19861 (Better error message from hints/os2.sh)
19862
19863 Subject: [PATCH 5.6.1] syslog.t
19864 Branch: perl
19865 !> hints/os2.sh t/lib/syslog.t
19866____________________________________________________________________________
19867[ 8999] By: jhi on 2001/03/03 17:09:28
19868 Log: Subject: [PATCH 5.6.1] syslog.t
19869 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19870 Date: Sat, 3 Mar 2001 02:11:17 -0500
19871 Message-ID: <20010303021116.A11897@math.ohio-state.edu>
19872 Branch: maint-5.6/perl
19873 ! t/lib/syslog.t
19874____________________________________________________________________________
19875[ 8998] By: jhi on 2001/03/03 17:07:50
19876 Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
19877 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19878 Date: Sat, 3 Mar 2001 01:53:52 -0500
19879 Message-ID: <20010303015352.A11741@math.ohio-state.edu>
19880 Branch: maint-5.6/perl
19881 ! opcode.pl os2/os2.c
19882____________________________________________________________________________
19883[ 8997] By: jhi on 2001/03/03 17:03:30
19884 Log: Subject: [PATCH 5.6.1] compiling on OS/2
19885 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19886 Date: Sat, 3 Mar 2001 01:59:59 -0500
19887 Message-ID: <20010303015959.B11741@math.ohio-state.edu>
19888 Branch: maint-5.6/perl
19889 ! hints/os2.sh
19890____________________________________________________________________________
19891[ 8996] By: jhi on 2001/03/03 00:55:58
19892 Log: Regen files for mainline.
19893 Branch: perl
19894 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19895 ! config_h.SH pod/perlapi.pod pod/perltoc.pod
19896____________________________________________________________________________
19897[ 8995] By: jhi on 2001/03/03 00:35:22
19898 Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
19899 8318,8320,8337,8503,8877,8890,8903,8971 from mainline
19900 to maintperl.
19901
19902 Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
19903
19904 Add Configure option -Dmksymlinks which will create a symlink
19905 forest if the current/build differs from the source directory.
19906 (8218,8220,8221,8317,8318,8971)
19907
19908 Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
19909 (Document APPLLIB_EXP in INSTALL.)
19910
19911 If running byacc write-enable also perly.h.
19912
19913 DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
19914
19915 Subject: [PATCH 5.7.1/Configure] failure to set src='.'
19916
19917 Sanity check for conflicting thread flavours.
19918
19919 Fix the sys/fcntl.h problem reported by Peter Prymmer.
19920
19921 Add few CPUs/architectures to the Cppsym scan,
19922 add -perlio to archname if so selected (modified 8890)
19923
19924 Be more helpful for devel builders, suggested by John L. Allen.
19925 (admittedly pointless change for maintperl, but the usedevel
19926 code is there already)
19927 Branch: maint-5.6/perl
19928 !> Configure INSTALL Makefile.SH Porting/Glossary
19929 !> Porting/config.sh Porting/config_H config_h.SH embed.pl
19930 !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
19931 !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
19932 !> win32/config.bc win32/config.gc win32/config.vc
19933____________________________________________________________________________
19934[ 8994] By: jhi on 2001/03/02 23:31:41
19935 Log: Use also $ccflags, not just $ldflags, when testing for gccness.
19936 Branch: metaconfig/U/perl
19937 ! gccvers.U
19938____________________________________________________________________________
19939[ 8993] By: jhi on 2001/03/02 23:22:12
19940 Log: Regenerate various files for maint.
19941 Branch: maint-5.6/perl
19942 ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
19943 ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
19944____________________________________________________________________________
19945[ 8992] By: alanbur on 2001/03/02 22:48:34
19946 Log: Resync wuth parent
19947 Branch: maint-5.6/pureperl
19948 +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
19949 !> (integrate 60 files)
19950____________________________________________________________________________
19951[ 8991] By: jhi on 2001/03/02 21:00:08
19952 Log: Retract the #8742 part of #8986, backward compat.
19953 Branch: maint-5.6/perl
19954 ! embed.pl
19955____________________________________________________________________________
19956[ 8990] By: jhi on 2001/03/02 20:40:07
19957 Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
19958 Branch: maint-5.6/perl
19959 ! hv.c
19960____________________________________________________________________________
19961[ 8989] By: jhi on 2001/03/02 19:59:56
19962 Log: Update Changes.
19963 Branch: perl
19964 ! Changes patchlevel.h
19965____________________________________________________________________________
7fa33807
JH
19966[ 8988] By: jhi on 2001/03/02 19:57:08
19967 Log: Integrate perlio.
19968 Branch: perl
19969 !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
19970 !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
19971 !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
19972 !> ext/Encode/Encode/iso8859-10.ucm
19973 !> ext/Encode/Encode/iso8859-13.ucm
19974 !> ext/Encode/Encode/iso8859-14.ucm
19975 !> ext/Encode/Encode/iso8859-15.ucm
19976 !> ext/Encode/Encode/iso8859-16.ucm
19977 !> ext/Encode/Encode/iso8859-2.ucm
19978 !> ext/Encode/Encode/iso8859-3.ucm
19979 !> ext/Encode/Encode/iso8859-4.ucm
19980 !> ext/Encode/Encode/iso8859-5.ucm
19981 !> ext/Encode/Encode/iso8859-6.ucm
19982 !> ext/Encode/Encode/iso8859-7.ucm
19983 !> ext/Encode/Encode/iso8859-8.ucm
19984 !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
19985 !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
19986____________________________________________________________________________
19987[ 8987] By: jhi on 2001/03/02 19:43:40
19988 Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
19989 8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
19990 8950,8952,8955 from mainline to maintperl.
19991
19992 Subject: [PATCH: perl@8773] small fixups to perlclib.pod
19993
19994 Put to rest the 20010205.001, the email address checking (not) regex.
19995
19996 fork() not everywhere, cleanup temp files.
19997
19998 The #8843 wasn't quite right: %Config needs to imported.
19999
20000 Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
20001 (#8849: the glob-basic hunk needed massaging as it depended
20002 on Schwern's large-scale (unintegrated) patches)
20003
20004 Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
20005
20006 Upgrade to CGI.pm 2.752, from Lincoln Stein.
20007 (Note: there were some conflicts due to EBCDIC and EPOC
20008 patches, in general I preferred the repository code.)
20009 (When 2.753 comes out, we need to synchronize.)
20010
20011 Subject: [PATCH] fix for charnames above FFFF
20012
20013 Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
20014
20015 If no sfio, no -lsfio.
20016
20017 Run run/*.t also in minitest.
20018
20019 Subject: [PATCH perl 5.7.0] malloc message address offset
20020
20021 Subject: [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
20022
20023 Subject: fix for parameter -Dm (for perl@8867)
20024
20025 Subject: [PATCH: perl@8892] was Re: hashing order difference?
20026 (make the test more portable)
20027
20028 Subject: Re: [PATCH] fix for charnames above FFFF
20029
20030 Subject: Re: I'm losing the war...
20031 (hv_store() not working correctly in ENV_IS_CASELESS case.)
20032
20033 Subject: Modified README.bs2000
20034
20035 Subject: [PATCH: perl@8935] -Dt padsv($var)
20036
20037 Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
20038
20039 Subject: PATCH: extra tests to check on negative float to unsigned cast
20040
20041 Subject: [PATCH] XPUSH[insp] was Re: progress
20042
20043 Subject: Re: Compile with perlcc..
20044 Branch: maint-5.6/perl
20045 !> (integrate 36 files)
20046____________________________________________________________________________
20047[ 8986] By: jhi on 2001/03/02 18:51:25
20048 Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
20049 8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
20050 to maintperl.
20051
20052 Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
20053
20054 Subject: [DOC PATCH] overload.pm nits
20055
20056 Add header for LIB$ prototypes (C. Berry)
20057
20058 Convert fwrite()s to sockets to write()s, since some socket stacks
20059 don't take kindly to stdio.
20060 Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
20061 (for often optional LNMs)
20062 Correct a few typos
20063 (C. Bailey)
20064
20065 Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
20066
20067 De-cut-and-pasto.
20068
20069 Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
20070
20071 Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
20072
20073 Upgrade to CPAN 1.59_54, from Andreas König.
20074
20075 Bogus shebang.
20076
20077 Subject: [PATCH] Document makepatch in Porting/patching
20078
20079 UTF-8 documentation.
20080
20081 Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
20082
20083 Sort the MANIFEST.
20084
20085 Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
20086
20087 Subject: [PATCH @8807] toke.c cleanup: scan_str()
20088
20089 Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
20090
20091 Add run/*.t to testables.
20092
20093 TODO: integrate #8784.
20094 Branch: maint-5.6/perl
20095 +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
20096 !> (integrate 28 files)
20097____________________________________________________________________________
20098[ 8985] By: nick on 2001/03/02 18:15:45
20099 Log: Integrate mainline
20100 Branch: perlio
20101 !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
20102 !> vms/vms.c
20103____________________________________________________________________________
20104[ 8984] By: jhi on 2001/03/02 16:00:17
20105 Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
20106
20107 perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
20108 5.004_05, and mention the suidperl August 2000 security problem.
20109 (#8978,#8981)
20110
20111 Subject: [ID 20010301.004] Technically speaking in perldata
20112
20113 Subject: [PATCH] File::Copy for bleadperl, maintperl
20114
20115 Subject: [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
20116
20117 (The #8982, fix for 20010221.005 and 20010221.008,
20118 would be nice too but it didn't integrate cleanly.)
20119 Branch: maint-5.6/perl
20120 !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
20121____________________________________________________________________________
20122[ 8983] By: jhi on 2001/03/02 15:51:16
20123 Log: Subject: [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
20124 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
20125 Date: Thu, 1 Mar 2001 15:54:09 EST
20126 Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
20127 Branch: perl
20128 ! vms/vms.c
20129____________________________________________________________________________
20130[ 8982] By: jhi on 2001/03/02 15:43:31
20131 Log: Subject: Re: sync sync sync: have I missed any patches?
20132 From: Radu Greab <radu@netsoft.ro>
20133 Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
20134 Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
20135
20136 Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
20137 was checking argv[0] regardless of whether a different pathname
20138 will actually be executed." Test case not supplied because
20139 drafting that, ironically enough, revealed another bug
20140 (or a feature).
20141 Branch: perl
20142 ! doio.c
20143____________________________________________________________________________
20144[ 8981] By: jhi on 2001/03/02 15:28:03
20145 Log: Misdate in #8978.
20146 Branch: perl
20147 ! pod/perlfaq1.pod
20148____________________________________________________________________________
20149[ 8980] By: jhi on 2001/03/02 15:24:20
20150 Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
20151 From: Chris Nandor <pudge@pobox.com>
20152 Date: Wed, 28 Feb 2001 22:10:15 -0500
20153 Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
20154 Branch: perl
20155 ! lib/File/Copy.pm
20156____________________________________________________________________________
20157[ 8979] By: jhi on 2001/03/02 15:17:16
20158 Log: Subject: [ID 20010301.004] Technically speaking in perldata
20159 From: abela@geneanet.org
20160 Date: Thu, 1 Mar 2001 17:59:27 +0100 (CET)
20161 Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
20162 Branch: perl
20163 ! pod/perldata.pod
20164____________________________________________________________________________
20165[ 8978] By: jhi on 2001/03/02 15:15:27
20166 Log: Subject: [ID 20010301.003] ref to 5.004
20167 From: abela@geneanet.org
20168 Date: Thu, 1 Mar 2001 14:48:40 +0100 (CET)
20169 Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
20170
20171 Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
20172 and mention the suidperl August 2000 security problem.
20173 Branch: perl
20174 ! pod/perlfaq1.pod
20175____________________________________________________________________________
20176[ 8977] By: alanbur on 2001/03/02 14:17:45
20177 Log: Resynchronised with parent
20178 Branch: maint-5.6/pureperl
20179 !> AUTHORS README.epoc configure.com epoc/createpkg.pl
20180 !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
20181 !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
20182 !> vms/descrip_mms.template win32/win32.c win32/win32.h
20183 !> win32/win32iop.h
20184____________________________________________________________________________
20185[ 8976] By: nick on 2001/03/01 23:25:30
20186 Log: Integrate mainline.
20187 Branch: perlio
20188 - t/op/qu.t
20189 !> (integrate 55 files)
20190____________________________________________________________________________
20191[ 8975] By: jhi on 2001/03/01 16:51:34
20192 Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
20193 Branch: perl
20194 !> toke.c
20195____________________________________________________________________________
20196[ 8974] By: gsar on 2001/03/01 16:28:21
20197 Log: fix for bugid 20010226.008
20198
20199 the problem was that some of the pointers (PL_last_lop and
20200 PL_last_uni specifically) into the lex buffers weren't correctly
20201 being invalidated when the buffer changed; this would leave the
20202 pointers pointing at an arbitrary location in the buffer if
20203 the buffer didn't need to be reallocated, or point into freed
20204 memory if the buffer had to be realloced
20205
20206 TODO item for bugdb maintainers: check other seemingly random
20207 parser-related bugs--they might be cured by this
20208 Branch: maint-5.6/perl
20209 ! toke.c
20210____________________________________________________________________________
20211[ 8973] By: jhi on 2001/03/01 02:23:25
20212 Log: Retract #8970 because of a completely mysterious core dump:
20213 adding the tests 241..244 causes op/pat dump core at test #25.
20214 The test needs a lot of whittling down before the bug can be solved.
20215 Branch: perl
20216 ! t/op/pat.t
20217____________________________________________________________________________
20218[ 8972] By: jhi on 2001/03/01 01:58:38
20219 Log: Regen perlapi.
20220 Branch: perl
20221 ! pod/perlapi.pod
20222____________________________________________________________________________
20223[ 8971] By: jhi on 2001/03/01 01:34:09
20224 Log: Subject: [PATCH] don't write along symlinks into a read only source tree (was Re: [ID 20010129.006] OK: perl v5.7.0 +DEVEL8584 on i586-linux-64all 2.2.12 (UNINSTALLED))
20225 From: Nicholas Clark <nick@ccl4.org>
20226 Date: Wed, 28 Feb 2001 23:28:49 +0000
20227 Message-ID: <20010228232849.A55187@plum.flirble.org>
20228
20229 Allow a completely write protected source code tree
20230 when using the Configure -Dmksymlinks.
20231 Branch: perl
20232 ! embed.pl warnings.pl
20233____________________________________________________________________________
20234[ 8970] By: jhi on 2001/03/01 01:32:04
20235 Log: Add back the EBCDIC character range tests (for matching).
20236 Branch: perl
20237 ! t/op/pat.t
20238____________________________________________________________________________
20239[ 8969] By: nick on 2001/02/28 18:18:01
20240 Log: Add charname comments to .ucm files writen by 'compile',
20241 also order charmaps in those files by source encoding.
20242 regenerate distrubuted .ucm files
20243 Branch: perlio
20244 ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
20245 ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
20246 ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
20247 ! ext/Encode/Encode/iso8859-10.ucm
20248 ! ext/Encode/Encode/iso8859-13.ucm
20249 ! ext/Encode/Encode/iso8859-14.ucm
20250 ! ext/Encode/Encode/iso8859-15.ucm
20251 ! ext/Encode/Encode/iso8859-16.ucm
20252 ! ext/Encode/Encode/iso8859-2.ucm
20253 ! ext/Encode/Encode/iso8859-3.ucm
20254 ! ext/Encode/Encode/iso8859-4.ucm
20255 ! ext/Encode/Encode/iso8859-5.ucm
20256 ! ext/Encode/Encode/iso8859-6.ucm
20257 ! ext/Encode/Encode/iso8859-7.ucm
20258 ! ext/Encode/Encode/iso8859-8.ucm
20259 ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
20260 ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
20261____________________________________________________________________________
20262[ 8968] By: jhi on 2001/02/28 16:26:37
20263 Log: Expand usemorebits early if d_casti32 needs to be undefined.
20264 Branch: perl
20265 ! hints/hpux.sh hints/irix_6.sh
20266____________________________________________________________________________
20267[ 8967] By: jhi on 2001/02/28 16:22:26
20268 Log: Undo qu. Retract #8814, rewrite op/each part of #8615,
20269 retract toke.c/qu parts of #8583, retract #8485, retract
20270 or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
20271 op/length.t, and MANIFEST, and delete t/op/qu.t.
20272 Branch: perl
20273 - t/op/qu.t
20274 ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
20275 ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
20276 ! t/op/length.t toke.c
20277____________________________________________________________________________
20278[ 8966] By: jhi on 2001/02/28 15:00:27
20279 Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
20280 by not changing from pre-Unicode days into being Unicode-aware.
20281 Sniff.
20282 Branch: perl
20283 ! pp.c t/op/pack.t t/op/qu.t
20284____________________________________________________________________________
20285[ 8965] By: jhi on 2001/02/28 14:37:55
20286 Log: Subject: Re: Errors in core PODs
20287 From: Michael Stevens <michael@etla.org>
20288 Date: Fri, 23 Feb 2001 15:47:56 +0000
20289 Message-ID: <20010223154756.A7723@firedrake.org>
20290 Branch: perl
20291 ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
20292 ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
20293 ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
20294 ! x2p/a2p.pod
20295____________________________________________________________________________
20296[ 8964] By: jhi on 2001/02/28 14:35:35
20297 Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
20298 (The #8961 was too bold.)
20299 Branch: perl
20300 ! hints/hpux.sh hints/irix_6.sh
20301____________________________________________________________________________
20302[ 8963] By: jhi on 2001/02/28 14:33:39
20303 Log: Subject: Re: sync sync sync: have I missed any patches?
20304 From: Tim Jenness <t.jenness@jach.hawaii.edu>
20305 In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
20306 Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
20307 Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
20308
20309 Replace djSP with dSP.
20310 Branch: perl
20311 ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
20312 ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
20313 ! win32/perlhost.h
20314____________________________________________________________________________
20315[ 8962] By: jhi on 2001/02/27 23:21:14
20316 Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
20317 Branch: perl
20318 ! lib/Filter/Simple.pm
20319____________________________________________________________________________
20320[ 8961] By: jhi on 2001/02/27 22:55:26
20321 Log: The casting mystery in HP-UX and IRIX needs at least a workaround
20322 and this would be it.
20323 Branch: perl
20324 ! hints/hpux.sh hints/irix_6.sh
20325____________________________________________________________________________
20326[ 8960] By: jhi on 2001/02/27 22:51:33
20327 Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
20328 From: "Craig A. Berry" <craigberry@mac.com>
20329 Date: Tue, 27 Feb 2001 16:11:44 -0600
20330 Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
20331 Branch: maint-5.6/perl
20332 ! configure.com vms/descrip_mms.template
20333____________________________________________________________________________
20334[ 8959] By: jhi on 2001/02/27 22:47:23
20335 Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
20336 From: "Craig A. Berry" <craigberry@mac.com>
20337 Date: Tue, 27 Feb 2001 16:11:44 -0600
20338 Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
20339 Branch: perl
20340 ! configure.com vms/descrip_mms.template
20341____________________________________________________________________________
20342[ 8958] By: jhi on 2001/02/27 15:16:42
20343 Log: Update Changes.
20344 Branch: perl
20345 ! Changes patchlevel.h
20346____________________________________________________________________________
20347[ 8957] By: jhi on 2001/02/27 06:15:07
20348 Log: Subject: [5.6.x] EPOC additions
20349 From: Olaf Flebbe <O.Flebbe@science-computing.de>
20350 Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
20351 Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
20352 Branch: maint-5.6/perl
20353 ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
20354____________________________________________________________________________
900ddf0e
JH
20355[ 8956] By: jhi on 2001/02/27 06:12:11
20356 Log: Subject: [perl-current] EPOC
20357 From: Olaf Flebbe <O.Flebbe@science-computing.de>
20358 Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
20359 Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
20360 Branch: perl
20361 ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
20362 ! epoc/epocish.c epoc/epocish.h pp_sys.c
20363____________________________________________________________________________
20364[ 8955] By: jhi on 2001/02/27 05:59:50
20365 Log: Subject: Re: Compile with perlcc..
20366 From: Edward Peschko <edwardp@excitehome.net>
20367 Date: Mon, 26 Feb 2001 18:51:58 -0800
20368 Message-ID: <20010226185158.A9871@excitehome.net>
20369
20370 plus add a simple usage message if no arguments given.
20371 Branch: perl
20372 ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
20373 ! utils/Makefile utils/perlcc.PL win32/pod.mak
20374____________________________________________________________________________
20375[ 8954] By: nick on 2001/02/26 21:02:59
20376 Log: Integrate mainline
20377 Branch: perlio
20378 !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
20379 !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
20380 !> t/op/sprintf.t
20381____________________________________________________________________________
20382[ 8953] By: jhi on 2001/02/26 14:43:54
20383 Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
20384 From: Nicholas Clark <nick@ccl4.org>
20385 Date: Mon, 26 Feb 2001 00:42:07 +0000
20386 Message-ID: <20010226004207.F23333@plum.flirble.org>
20387 Branch: perl
20388 ! pp_ctl.c
20389____________________________________________________________________________
20390[ 8952] By: jhi on 2001/02/26 14:42:13
20391 Log: Subject: [PATCH] XPUSH[insp] was Re: progress
20392 From: Simon Cozens <simon@netthink.co.uk>
20393 Date: Mon, 26 Feb 2001 12:23:48 +0000
20394 Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
20395 Branch: perl
20396 ! pod/perlguts.pod
20397____________________________________________________________________________
20398[ 8951] By: jhi on 2001/02/26 14:39:15
20399 Log: Subject: [PATCH] perlio - unknown layer
20400 From: Nicholas Clark <nick@ccl4.org>
20401 Date: Mon, 26 Feb 2001 00:27:19 +0000
20402 Message-ID: <20010226002719.E23333@plum.flirble.org>
20403 Branch: perl
20404 ! perlio.c
20405____________________________________________________________________________
20406[ 8950] By: jhi on 2001/02/26 14:38:04
20407 Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
20408 From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
20409 Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
20410 Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
20411 Branch: perl
20412 ! t/op/bop.t
20413____________________________________________________________________________
20414[ 8949] By: jhi on 2001/02/26 14:37:07
20415 Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
20416 From: Peter Prymmer <pvhp@forte.com>
20417 Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
20418 Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
20419 Branch: perl
20420 ! lib/Test.pm
20421____________________________________________________________________________
20422[ 8948] By: jhi on 2001/02/26 14:35:53
20423 Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
20424 From: Radu Greab <radu@netsoft.ro>
20425 Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
20426 Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
20427 Branch: perl
20428 ! pod/perlop.pod
20429____________________________________________________________________________
20430[ 8947] By: jhi on 2001/02/26 14:34:46
20431 Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
20432 From: David Mitchell <davem@fdgroup.co.uk>
20433 Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
20434 Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
20435 Branch: perl
20436 ! run.c
20437____________________________________________________________________________
20438[ 8946] By: jhi on 2001/02/26 14:32:37
20439 Log: Subject: Modified README.bs2000
20440 From: Dorner Thomas <Thomas.Dorner@start.de>
20441 Date: Mon, 26 Feb 2001 09:22:17 +0100
20442 Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
20443 Branch: perl
20444 ! README.bs2000
20445____________________________________________________________________________
20446[ 8945] By: jhi on 2001/02/26 14:19:53
20447 Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
20448 to maintperl, listing the known failures on the tests 129 and 130.
20449 Branch: maint-5.6/perl
20450 !> t/op/sprintf.t
20451____________________________________________________________________________
20452[ 8944] By: jhi on 2001/02/26 14:14:15
20453 Log: Add more known sprintf failures.
20454 Branch: perl
20455 ! t/op/sprintf.t
20456____________________________________________________________________________
20457[ 8943] By: jhi on 2001/02/26 13:56:22
20458 Log: perlglob.exe needs to be found in Win32, patch from
20459 Vadim Konovalov. Nick I-S comments: "Perhaps a lingering glob()
20460 which needs external glob at mini-perl time."
20461 Branch: perl
20462 ! ext/Encode/compile
20463____________________________________________________________________________
20464[ 8942] By: jhi on 2001/02/26 13:52:19
20465 Log: A missing dTHX from Vadim Konovalov.
20466 Branch: perl
20467 ! perlio.c
20468____________________________________________________________________________
20469[ 8941] By: jhi on 2001/02/26 13:37:05
20470 Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
20471 Branch: perl
20472 ! op.c
20473____________________________________________________________________________
20474[ 8940] By: jhi on 2001/02/26 13:35:40
20475 Log: Integrate perlio.
20476 Branch: perl
20477 !> ext/Encode/Encode.pm
20478____________________________________________________________________________
20479[ 8939] By: nick on 2001/02/25 23:47:09
20480 Log: Integrate mainline.
20481 Branch: perlio
20482 !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
20483 !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
20484____________________________________________________________________________
20485[ 8938] By: nick on 2001/02/25 19:36:28
20486 Log: Encode implementations docs.
20487 Branch: perlio
20488 ! ext/Encode/Encode.pm
20489____________________________________________________________________________
20490[ 8937] By: jhi on 2001/02/25 19:26:16
20491 Log: Script wasn't aligned with reality.
20492 Branch: perl
20493 ! t/pod/find.t
20494____________________________________________________________________________
20495[ 8936] By: jhi on 2001/02/25 18:54:55
20496 Log: Update Changes.
20497 Branch: perl
20498 ! Changes patchlevel.h
20499____________________________________________________________________________
caa33247
JH
20500[ 8935] By: jhi on 2001/02/25 18:46:36
20501 Log: Retract #8929,8930,8932,8933 for now.
20502 Branch: perl
20503 ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
20504____________________________________________________________________________
20505[ 8934] By: jhi on 2001/02/25 17:34:35
20506 Log: Integrate perlio.
20507 Branch: perl
20508 !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
20509 !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
20510 !> t/lib/encode.t
20511____________________________________________________________________________
20512[ 8933] By: jhi on 2001/02/25 17:33:12
20513 Log: (Retracted by #8395.)
20514
20515 Slight tweaks in scan_const(), not fixes yet, it seems like
20516 lots of work remains to be done...
20517 Branch: perl
20518 ! toke.c
20519____________________________________________________________________________
20520[ 8932] By: jhi on 2001/02/25 17:27:11
20521 Log: (Retracted by #8395.)
20522
20523 Missing from #8930.
20524 Branch: perl
20525 ! perl.h
20526____________________________________________________________________________
20527[ 8931] By: jhi on 2001/02/25 17:26:19
20528 Log: A comment tweak.
20529 Branch: perl
20530 ! utf8.c
20531____________________________________________________________________________
20532[ 8930] By: jhi on 2001/02/25 17:25:47
20533 Log: (Retracted by #8395.)
20534
20535 Attempt to fix the EBCDIC character range problwm with //.
20536 Branch: perl
20537 ! regcomp.c
20538____________________________________________________________________________
20539[ 8929] By: jhi on 2001/02/25 17:23:45
20540 Log: (Retracted by #8395.)
20541
20542 Expand the EBCDIC character range tests, and add few nasty
20543 tr tests from Karsten Sperling.
20544 Branch: perl
20545 ! t/op/pat.t t/op/tr.t
20546____________________________________________________________________________
20547[ 8928] By: jhi on 2001/02/25 17:18:49
20548 Log: Missing check-in.
20549 Branch: perl
20550 ! lib/Pod/Find.pm
20551____________________________________________________________________________
20552[ 8927] By: nick on 2001/02/25 11:30:22
20553 Log: Change method names in Encode implementation classes to something
20554 less confusing (preparing to "go public").
20555 Branch: perlio
20556 ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
20557____________________________________________________________________________
20558[ 8926] By: nick on 2001/02/25 10:53:24
20559 Log: GCC __atribute__ / printf fix
20560 Branch: perlio
20561 ! perl.h
20562____________________________________________________________________________
20563[ 8925] By: nick on 2001/02/25 10:52:25
20564 Log: Checked in the wrong one ...
20565 Branch: perlio
20566 ! ext/Encode/Encode.pm
20567____________________________________________________________________________
20568[ 8924] By: nick on 2001/02/24 18:46:51
20569 Log: Integrate mainline - to see what Jarkko has in ...
20570 Branch: perlio
20571 +> t/pod/testpods/lib/Pod/Stuff.pm
20572 !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
20573____________________________________________________________________________
20574[ 8923] By: nick on 2001/02/24 17:05:23
20575 Log: Encode API documentation nd tidy up.
20576 Minor additions to test.
20577 Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
20578 Adds STRLEN to standard typemap.
20579 Branch: perlio
20580 ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
20581 ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
20582____________________________________________________________________________
20583[ 8922] By: jhi on 2001/02/24 16:38:12
20584 Log: Add a test for the "character range should match in EBCDIC
20585 if specified using explicit numerics" bug found by Karsten
20586 Sperling.
20587 Branch: perl
20588 ! t/op/pat.t
20589____________________________________________________________________________
20590[ 8921] By: jhi on 2001/02/24 16:30:16
20591 Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
20592 From: schwern@pobox.com
20593 Date: Fri, 23 Feb 2001 03:21:37 -0500
20594 Message-ID: <20010223032137.A26022@magnonel.guild.net>
20595
20596 plus Charles Lane's fixes, plus tweaks.
20597 Branch: perl
20598 + t/pod/testpods/lib/Pod/Stuff.pm
20599 ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
20600____________________________________________________________________________
20601[ 8920] By: nick on 2001/02/24 10:30:11
20602 Log: Integrate mainline
20603 Branch: perlio
20604 !> (integrate 33 files)
20605____________________________________________________________________________
20606[ 8919] By: jhi on 2001/02/24 00:23:35
20607 Log: Subject: Re: I'm losing the war...
20608 From: "Vadim Konovalov" <watman@inbox.ru>
20609 Date: Sat, 24 Feb 2001 00:10:14 +0300
20610 Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
20611
20612 hv_store() not working correctly in ENV_IS_CASELESS case.
20613 Branch: perl
20614 ! hv.c
20615____________________________________________________________________________
20616[ 8918] By: jhi on 2001/02/24 00:20:09
20617 Log: Subject: Re: [PATCH] fix for charnames above FFFF
20618 From: andreas.koenig@anima.de (Andreas J. Koenig)
20619 Date: 23 Feb 2001 02:39:03 +0100
20620 Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
20621
20622 A further efficiency tweak.
20623 Branch: perl
20624 ! lib/charnames.pm
20625____________________________________________________________________________
20626[ 8917] By: jhi on 2001/02/23 20:27:51
20627 Log: Integrate change #8916 from mainline,
20628 do away with USE_WIN32_RTL_ENV.
20629 Branch: maint-5.6/perl
20630 !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
20631____________________________________________________________________________
20632[ 8916] By: jhi on 2001/02/23 20:02:25
20633 Log: Abolish USE_WIN32_RTL_ENV.
20634 Branch: perl
20635 ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
20636____________________________________________________________________________
20637[ 8915] By: jhi on 2001/02/23 19:36:00
20638 Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
20639 later protected by some #define.
20640 Branch: perl
20641 ! gv.c
20642____________________________________________________________________________
20643[ 8914] By: jhi on 2001/02/23 19:31:38
20644 Log: Retract #8902 for now, requested by Charles Lane, the correct
20645 fix will be something else.
20646 Branch: perl
20647 ! op.c
20648____________________________________________________________________________
20649[ 8913] By: jhi on 2001/02/23 19:11:36
20650 Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
20651 From: Peter Prymmer <pvhp@forte.com>
20652 Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
20653 Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
20654 Branch: perl
20655 ! t/op/lex_assign.t
20656____________________________________________________________________________
20657[ 8912] By: jhi on 2001/02/23 18:38:20
20658 Log: Subject: [patch] perlio + useithreads
20659 From: Doug MacEachern <dougm@covalent.net>
20660 Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
20661 Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
20662
20663 Gets things running but not complete.
20664 Branch: perl
20665 ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
20666____________________________________________________________________________
20667[ 8911] By: jhi on 2001/02/23 04:20:02
20668 Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
20669
20670 Duplicated environment freeing, File::Temp 0.12,
20671 op/append portability (EBCDIC) tweak.
20672 Branch: maint-5.6/perl
20673 !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
20674 !> t/op/append.t
20675____________________________________________________________________________
20676[ 8910] By: jhi on 2001/02/23 02:07:33
20677 Log: Integrate change #8909 from mainline, a better Borland
20678 putenv() workaround.
20679 Branch: maint-5.6/perl
20680 !> perl.c
20681____________________________________________________________________________
20682[ 8909] By: jhi on 2001/02/23 02:05:46
20683 Log: A better workaround for Borland putenv() brokenness from Sarathy.
20684 Branch: perl
20685 ! perl.c
20686____________________________________________________________________________
20687[ 8908] By: jhi on 2001/02/23 02:04:14
20688 Log: Subject: fix for parameter -Dm (for perl@8867)
20689 From: "Vadim Konovalov" <watman@inbox.ru>
20690 Date: Thu, 22 Feb 2001 17:30:12 +0300
20691 Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
20692 Branch: perl
20693 ! perl.h
20694____________________________________________________________________________
20695[ 8907] By: jhi on 2001/02/23 01:58:20
20696 Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
20697 From: Peter Prymmer <pvhp@forte.com>
20698 Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
20699 Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
20700 Branch: perl
20701 ! t/op/append.t
20702____________________________________________________________________________
20703[ 8906] By: jhi on 2001/02/23 01:48:34
20704 Log: Upgrade to File::Temp 0.12, from Tim Jenness.
20705 Branch: perl
20706 ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
20707____________________________________________________________________________
20708[ 8905] By: jhi on 2001/02/23 01:43:30
20709 Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
20710 From: Peter Prymmer <pvhp@forte.com>
20711 Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
20712 Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
20713 Branch: perl
20714 ! t/lib/st-06compat.t
20715____________________________________________________________________________
20716[ 8904] By: jhi on 2001/02/23 01:42:39
20717 Log: Metaconfig unit change for #8903.
20718 Branch: metaconfig/U/perl
20719 ! Devel.U
20720____________________________________________________________________________
20721[ 8903] By: jhi on 2001/02/23 01:42:12
20722 Log: Be more helpful for devel builders, suggested by John L. Allen.
20723 Branch: perl
20724 ! Configure
20725____________________________________________________________________________
20726[ 8902] By: jhi on 2001/02/23 01:37:41
20727 Log: (Retracted by #8914)
7fa33807
JH
20728 (Wrongly, reinstated by #8941)
20729
caa33247
JH
20730 Subject: [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
20731 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
20732 Date: Thu, 22 Feb 2001 09:43:57 EST
20733 Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
20734 Branch: perl
20735 ! op.c
20736____________________________________________________________________________
20737[ 8901] By: jhi on 2001/02/23 01:20:32
20738 Log: Subject: [PATCH perl 5.7.0] malloc message address offset
20739 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
20740 Date: Thu, 22 Feb 2001 08:01:35 EST
20741 Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
20742 Branch: perl
20743 ! malloc.c
20744____________________________________________________________________________
20745[ 8900] By: jhi on 2001/02/23 01:18:02
20746 Log: Integrate changes #8898,8899 from mainline, environ handling.
20747 Branch: maint-5.6/perl
20748 !> perl.c
20749____________________________________________________________________________
20750[ 8899] By: jhi on 2001/02/23 01:16:25
20751 Log: Rewrite putenv() using my_setenv(). (In general the vendors'
20752 putenv() is not to be relied on, they are either broken or leaky
20753 or both.)
20754 Branch: perl
20755 ! perl.c
20756____________________________________________________________________________
20757[ 8898] By: jhi on 2001/02/22 23:36:59
20758 Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
20759 and safesysfree() must be used.
20760 Branch: perl
20761 ! perl.c
20762____________________________________________________________________________
20763[ 8897] By: jhi on 2001/02/22 23:25:45
20764 Log: With environ one must use safesysmalloc()/safesysfree().
20765 Branch: perl
20766 ! perl.c
20767____________________________________________________________________________
20768[ 8896] By: jhi on 2001/02/22 22:13:18
20769 Log: If we have a duplicated environment free it
20770 if PERL_DESTRUCT_LEVEL.
20771 Branch: perl
20772 ! perl.c
20773____________________________________________________________________________
20774[ 8895] By: alanbur on 2001/02/22 19:31:57
20775 Log: Synchronised with parent
20776 Branch: maint-5.6/pureperl
20777 !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
20778____________________________________________________________________________
20779[ 8894] By: gsar on 2001/02/22 19:06:18
20780 Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
20781
20782 fix memory leak in method call optimization (change#3768);
20783 made C<eval "$x->foo()"> leak
20784
20785 fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
20786 Branch: maint-5.6/perl
20787 !> op.c
20788____________________________________________________________________________
20789[ 8893] By: jhi on 2001/02/22 18:35:27
20790 Log: (Retracted by #8915.)
20791
20792 Third Degree finding:
20793 reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
20794 Branch: perl
20795 ! gv.c
20796____________________________________________________________________________
20797[ 8892] By: jhi on 2001/02/22 14:28:32
20798 Log: Update Changes.
20799 Branch: perl
20800 ! Changes patchlevel.h
20801____________________________________________________________________________
20802[ 8891] By: jhi on 2001/02/22 13:22:45
20803 Log: Metaconfig unit changes for #8890.
20804 Branch: metaconfig
20805 ! U/modified/Cppsym.U U/threads/archname.U
20806____________________________________________________________________________
39a166b0
JH
20807[ 8890] By: jhi on 2001/02/22 13:22:12
20808 Log: Add -stdio to the archname if no perlio selected,
20809 no -perlio added since that is now the default.
20810
20811 Add few CPUs/architectures to the Cppsym scan.
20812 Branch: perl
20813 ! Configure config_h.SH
20814____________________________________________________________________________
20815[ 8889] By: jhi on 2001/02/22 13:05:59
20816 Log: Metaconfig unit change for #8888.
20817 Branch: metaconfig/U/perl
20818 ! useperlio.U
20819____________________________________________________________________________
20820[ 8888] By: jhi on 2001/02/22 13:05:28
20821 Log: *drum roll* Make perlio the default.
20822 Branch: perl
20823 ! Configure config_h.SH
20824____________________________________________________________________________
20825[ 8887] By: jhi on 2001/02/22 12:50:52
20826 Log: Integrate change #8665 from maintperl to mainline,
20827 IA64-induced POSIX::SigSet masking with IVs instead of NVs.
20828 Branch: perl
20829 !> ext/POSIX/POSIX.xs
20830____________________________________________________________________________
20831[ 8886] By: jhi on 2001/02/22 12:49:24
20832 Log: Integrate changes #8883,8884 from mainline to maintperl.
20833
20834 Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
20835 Subject: Re: File::Temp::_gettemp warning
20836 Branch: maint-5.6/perl
20837 !> embed.h embed.pl lib/File/Temp.pm
20838____________________________________________________________________________
20839[ 8885] By: jhi on 2001/02/22 12:43:59
20840 Log: Based on
20841
20842 Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
20843 From: schwab@suse.de
20844 Date: Thu, 22 Feb 2001 13:08:09 +0100
20845 Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
20846
20847 but the fix done slightly differently because the other
20848 half was already done in #8664.
20849 Branch: maint-5.6/perl
20850 ! ext/POSIX/POSIX.xs
20851____________________________________________________________________________
20852[ 8884] By: jhi on 2001/02/22 12:37:15
20853 Log: Subject: Re: File::Temp::_gettemp warning
20854 From: Tim Jenness <t.jenness@jach.hawaii.edu>
20855 Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
20856 Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
20857
20858 This patch to File::Temp does two things:
20859
20860 1. Fixes the problem with CGI::Carp when determining
20861 the Fcntl constants
20862
20863 2. Removes most of the carps and consolidates them so that all the
20864 reasons are included in a single die that is caught by the test. This
20865 means that the correct skipping behaviour is displayed by the test.
20866 Branch: perl
20867 ! lib/File/Temp.pm
20868____________________________________________________________________________
20869[ 8883] By: jhi on 2001/02/22 12:29:19
20870 Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
20871 From: Peter Prymmer <pvhp@forte.com>
20872 Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
20873 Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
20874 Branch: perl
20875 ! embed.h embed.pl
20876____________________________________________________________________________
20877[ 8882] By: jhi on 2001/02/21 19:41:33
20878 Log: Integrate change #8881 from mainlin to maintperl.
20879
20880 Subject: [PATCH - perl8585] glob-in-eval memory leak fix
20881 Branch: maint-5.6/perl
20882 !> op.c
20883____________________________________________________________________________
20884[ 8881] By: jhi on 2001/02/21 19:38:57
20885 Log: Subject: [PATCH - perl8585] glob-in-eval memory leak fix
20886 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
20887 Date: Wed, 21 Feb 2001 13:08:03 EST
20888 Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
20889 Branch: perl
20890 ! op.c
20891____________________________________________________________________________
20892[ 8880] By: jhi on 2001/02/21 19:34:34
20893 Log: Retract #8875, cannot let go of the old semantics of unpack U
20894 without rethinking utf8decode.t.
20895 Branch: perl
20896 ! pp.c t/op/pack.t
20897____________________________________________________________________________
20898[ 8879] By: jhi on 2001/02/21 19:08:02
20899 Log: Run run/*.t also in minitest.
20900 Branch: perl
20901 ! Makefile.SH
20902____________________________________________________________________________
20903[ 8878] By: nick on 2001/02/21 18:55:37
20904 Log: Integrate mainline
20905 Branch: perlio
20906 !> (integrate 76 files)
20907____________________________________________________________________________
20908[ 8877] By: jhi on 2001/02/21 15:09:33
20909 Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
20910 Branch: metaconfig
20911 ! U/compline/nblock_io.U
20912 Branch: perl
20913 ! Configure config_h.SH
20914____________________________________________________________________________
20915[ 8876] By: jhi on 2001/02/21 14:54:45
20916 Log: If no sfio, no -lsfio.
20917 Branch: metaconfig/U/perl
20918 ! d_sfio.U
20919 Branch: perl
20920 ! Configure config_h.SH
20921____________________________________________________________________________
20922[ 8875] By: jhi on 2001/02/21 14:54:00
20923 Log: Make unpack C and unpack C truly equivalent.
20924 Branch: perl
20925 ! pp.c t/op/pack.t
20926____________________________________________________________________________
20927[ 8874] By: jhi on 2001/02/21 14:26:02
20928 Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
20929 From: Peter Prymmer <pvhp@forte.com>
20930 Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
20931 Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
20932 Branch: perl
20933 ! pod/perlport.pod
20934____________________________________________________________________________
20935[ 8873] By: jhi on 2001/02/21 14:24:31
20936 Log: Subject: [PATCH] fix for charnames above FFFF
20937 From: andreas.koenig@anima.de (Andreas J. Koenig)
20938 Date: 21 Feb 2001 07:05:45 +0100
20939 Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
20940 Branch: perl
20941 ! lib/charnames.pm t/lib/charnames.t
20942____________________________________________________________________________
20943[ 8872] By: jhi on 2001/02/21 14:15:25
20944 Log: Integrate change #8868 from pureperl to mainline.
20945
20946 Fixed reference count loop caused by sv_magic.
20947 Branch: perl
20948 !> sv.c
20949____________________________________________________________________________
20950[ 8871] By: jhi on 2001/02/21 14:07:29
20951 Log: Integrate change #8868 from pureperl to maintperl.
20952
20953 Fixed reference count loop caused by sv_magic.
20954 Branch: maint-5.6/perl
20955 !> sv.c
20956____________________________________________________________________________
20957[ 8870] By: jhi on 2001/02/21 14:04:41
20958 Log: Put back the #8840, it was innocent.
20959 Branch: perl
20960 ! embed.h embed.pl global.sym objXSUB.h perlapi.c
20961 ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
20962____________________________________________________________________________
20963[ 8869] By: jhi on 2001/02/21 14:00:03
20964 Log: unpack("C", ...) was left slightly unfinished by #8865.
20965 Branch: perl
20966 ! pp.c t/op/pack.t
20967____________________________________________________________________________
20968[ 8868] By: alanbur on 2001/02/21 01:33:45
20969 Log: Fixed reference count loop caused by sv_magic. sv_magic is called
20970 from gv_fetchpv to create single-character magic variables (e.g. $!),
20971 and it is passed a sv and the gv that contains the sv as the mg_obj
20972 value. When sv_magic stores the mg_obj pointer it increments the gv
20973 refcount, thus causing a sv-gv pair that can't be freed. There is
20974 already a check for sv == obj which is used to prevent such reference
20975 loops. This change extends the check to cover the case described above.
20976 Branch: maint-5.6/pureperl
20977 ! sv.c
20978____________________________________________________________________________
20979[ 8867] By: jhi on 2001/02/21 00:52:39
20980 Log: Update Changes.
20981 Branch: perl
20982 ! Changes patchlevel.h
20983____________________________________________________________________________
cc820d39
JH
20984[ 8866] By: jhi on 2001/02/21 00:34:20
20985 Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
20986 (Note: there were some conflicts due to EBCDIC and EPOC
20987 patches, in general I preferred the repository code.)
20988 (When 2.753 comes out, we need to synchronize.)
20989 Branch: perl
20990 ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
20991 ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
20992 ! t/lib/cgi-html.t
20993____________________________________________________________________________
20994[ 8865] By: jhi on 2001/02/21 00:24:22
20995 Log: Make pack("C", 0x100) to create Unicode, unless under the
20996 evil influence of 'use bytes'. Similarly, unpack("C", ...)
20997 will understand Unicode, unless you under know what.
20998 Branch: perl
20999 ! pp.c t/op/pack.t t/op/qu.t
21000____________________________________________________________________________
21001[ 8864] By: alanbur on 2001/02/20 22:35:34
21002 Log: Resynchronised with parent
21003 Branch: maint-5.6/pureperl
21004 !> README.win32 ext/GDBM_File/GDBM_File.pm
21005 !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
21006 !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
21007 !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
21008 !> t/lib/sdbm.t util.c
21009____________________________________________________________________________
21010[ 8863] By: jhi on 2001/02/20 20:55:11
21011 Log: Integrate change #8860,8861 from mainline into maintperl.
21012
21013 "pseudo-literal j"
21014
21015 Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
21016 Branch: maint-5.6/perl
21017 !> lib/Test.pm pod/perlop.pod
21018____________________________________________________________________________
21019[ 8862] By: jhi on 2001/02/20 20:30:07
21020 Log: Don't do casting between pointers pointing to differently sized
21021 integers.
21022 Branch: perl
21023 ! hv.c sv.c
21024____________________________________________________________________________
21025[ 8861] By: jhi on 2001/02/20 19:53:44
21026 Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
21027 From: Peter Prymmer <pvhp@forte.com>
21028 Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
21029 Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
21030 Branch: perl
21031 ! lib/Test.pm
21032____________________________________________________________________________
21033[ 8860] By: jhi on 2001/02/20 19:48:02
21034 Log: "pseudo-literal j", a documentation glitch reported to Debian.
21035 The text recovered from Perl 5.005_03, and pseudo-literal replaced
21036 by "backtick string".
21037 Branch: perl
21038 ! pod/perlop.pod
21039____________________________________________________________________________
21040[ 8859] By: jhi on 2001/02/20 19:15:46
21041 Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
21042 from Chris Nandor.
21043 Branch: perl
21044 ! makedef.pl
21045____________________________________________________________________________
21046[ 8858] By: jhi on 2001/02/20 17:36:53
21047 Log: Integrate pureperl changes #8844,8845,8850 to mainline
21048 (via maintperl #8855).
21049
21050 Fixed %^H scoping bug
21051
21052 Removed GV <-> CV refcount loop
21053
21054 Removed %ENV refcount loop
21055 Branch: perl
21056 !> gv.c op.c perl.c pp.c scope.c
21057____________________________________________________________________________
21058[ 8857] By: jhi on 2001/02/20 17:34:32
21059 Log: Integrate changes #8853,8854 from maintperl to mainline.
21060
21061 EBDIC fixes, README.win32 Borland update.
21062 Branch: perl
21063 !> README.win32 handy.h util.c
21064____________________________________________________________________________
21065[ 8856] By: jhi on 2001/02/20 17:33:16
21066 Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
21067 Branch: maint-5.6/perl
21068 !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
21069 !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
21070 !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
21071____________________________________________________________________________
21072[ 8855] By: jhi on 2001/02/20 17:32:13
21073 Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
21074
21075 Fixed %^H scoping bug
21076
21077 Removed GV <-> CV refcount loop
21078
21079 Removed %ENV refcount loop
21080 Branch: maint-5.6/perl
21081 !> gv.c op.c perl.c pp.c scope.c
21082____________________________________________________________________________
21083[ 8854] By: jhi on 2001/02/20 17:25:06
21084 Log: Subject: Addition to readme.win32 for Borland C++ compilers
21085 Date: Tue, 20 Feb 2001 02:15:25 +0300
21086 From: "Vadim Konovalov" <watman@inbox.ru>
21087 Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
21088
21089 Document Borland compiler misbehaviour.
21090 Branch: maint-5.6/perl
21091 ! README.win32
21092____________________________________________________________________________
21093[ 8853] By: jhi on 2001/02/20 17:22:25
21094 Log: The assimilation of ebcdic.c didn't quite work at the first try,
21095 patches from Thomas Dorner.
21096 Branch: maint-5.6/perl
21097 ! handy.h util.c
21098____________________________________________________________________________
21099[ 8852] By: jhi on 2001/02/20 17:20:15
21100 Log: Subject: [PATCH] More Mac OS patches for maint-5.6
21101 From: Chris Nandor <pudge@pobox.com>
21102 Date: Tue, 20 Feb 2001 08:32:45 -0500
21103 Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
21104 Branch: maint-5.6/perl
21105 ! makedef.pl mg.c
21106____________________________________________________________________________
21107[ 8851] By: jhi on 2001/02/20 17:15:52
21108 Log: Filter::Util::Call update to 1.05, from Paul Marquess.
21109 Branch: perl
21110 ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
21111 ! t/lib/filter-util.t
21112____________________________________________________________________________
21113[ 8850] By: alanbur on 2001/02/20 17:12:40
21114 Log: Removed %ENV refcount loop. Elements of %ENV are magical,
21115 and the magic pointer points back to the GV that contains the
21116 %ENV hash. This creates a refcount loop that prevents members
21117 of %ENV from being freed correctly. This change removes the
21118 refcount loop - the magic pointer was never used anyway, the
21119 only use of the magic was to check the type ('E') so that the
21120 appropriate environment manipulation code is called when %ENV
21121 is modified.
21122 Branch: maint-5.6/pureperl
21123 ! perl.c
21124____________________________________________________________________________
21125[ 8849] By: jhi on 2001/02/20 17:12:20
21126 Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
21127 From: "Craig A. Berry" <craigberry@mac.com>
21128 Date: Mon, 19 Feb 2001 23:36:12 -0600
21129 Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
21130
21131 Case-forgiving systems match TestInit.pm with TES*.
21132 Branch: perl
21133 ! t/lib/glob-basic.t
21134____________________________________________________________________________
21135[ 8848] By: jhi on 2001/02/20 17:10:02
21136 Log: strict-w-proof the ?DBM_File, from Paul Marquess.
21137 Branch: perl
21138 ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
21139 ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
21140 ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
21141____________________________________________________________________________
21142[ 8847] By: jhi on 2001/02/20 15:34:41
21143 Log: The #8843 wasn't quite right: %Config needs to imported.
21144 Branch: perl
21145 ! t/run/runenv.t
21146____________________________________________________________________________
21147[ 8846] By: jhi on 2001/02/20 15:31:50
21148 Log: Retract the #8838 and #8840 for now because of
21149 the DB_File tie problem.
21150 Branch: perl
21151 ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
21152 ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
21153 ! proto.h sv.c
21154____________________________________________________________________________
21155[ 8845] By: alanbur on 2001/02/20 14:25:41
21156 Log: Removed GV <-> CV refcount loop
21157 CvGV(mycv) points to the parent GV of the CV, and was previously
21158 refcounted. The pointer remains, but the refcounting has been removed
21159 as it causes a refcount loop between the CV and GV that means the CV
21160 can't ever be deleted.
21161 Branch: maint-5.6/pureperl
21162 ! gv.c op.c pp.c
21163____________________________________________________________________________
21164[ 8844] By: alanbur on 2001/02/20 14:23:13
21165 Log: Fixed %^H scoping bug
21166 Branch: maint-5.6/pureperl
21167 ! scope.c
21168____________________________________________________________________________
21169[ 8843] By: jhi on 2001/02/19 13:38:08
21170 Log: fork() not everywhere, cleanup temp files.
21171 Branch: perl
21172 ! t/run/runenv.t
21173____________________________________________________________________________
21174[ 8842] By: alanbur on 2001/02/19 12:42:07
21175 Log: Resynchronised with parent
21176 Branch: maint-5.6/pureperl
21177 !> pod/perlfaq4.pod sv.c utf8.c
21178____________________________________________________________________________
21179[ 8841] By: jhi on 2001/02/19 03:35:51
21180 Log: Update Changes.
21181 Branch: perl
21182 ! Changes patchlevel.h
21183____________________________________________________________________________
bc3c2c50
JH
21184[ 8840] By: jhi on 2001/02/19 00:23:41
21185 Log: Subject: [patch] add sv_setref_uv
21186 From: Doug MacEachern <dougm@covalent.net>
21187 Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
21188 Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
21189 Branch: perl
21190 ! embed.h embed.pl global.sym objXSUB.h perlapi.c
21191 ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
21192____________________________________________________________________________
21193[ 8839] By: jhi on 2001/02/19 00:01:38
21194 Log: Put to rest the 20010205.001, the email address checking (not) regex.
21195 Branch: perl
21196 ! pod/perlfaq9.pod
21197____________________________________________________________________________
21198[ 8838] By: jhi on 2001/02/18 22:17:54
21199 Log: Subject: [patch] xsubpp: make sv_setref_* targetable
21200 From: Doug MacEachern <dougm@covalent.net>
21201 Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
21202 Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
21203 Branch: perl
21204 ! lib/ExtUtils/xsubpp
21205____________________________________________________________________________
21206[ 8837] By: jhi on 2001/02/18 22:16:50
21207 Log: Subject: [patch] -Wall cleanup round 2
21208 From: Doug MacEachern <dougm@covalent.net>
21209 Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
21210 Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
21211 Branch: perl
21212 ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
21213 ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
21214 ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
21215 ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
21216 ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
21217 ! ext/SDBM_File/SDBM_File.xs
21218____________________________________________________________________________
21219[ 8836] By: jhi on 2001/02/18 22:11:20
21220 Log: Misapplied regex optimizations when \C is present.
21221 Fixes 20001230.002.
21222
21223 What still remains broken is that the submatches that
21224 have \C in them get their UTF8 flag on because their
21225 parent SV has it on. This will result in malformed
21226 UTF8 if a \C happened to match a non-ASCII byte.
21227 Branch: perl
21228 ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
21229 ! t/pragma/utf8.t
21230____________________________________________________________________________
21231[ 8835] By: jhi on 2001/02/18 20:12:02
21232 Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
21233
21234 The hash key got wrongly UTF8fied.
21235 Branch: perl
21236 ! pod/perlapi.pod toke.c utf8.c
21237____________________________________________________________________________
21238[ 8834] By: jhi on 2001/02/18 19:44:25
21239 Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
21240 don't warn on magical or overloaded things.
21241 Branch: perl
21242 ! pp_hot.c
21243____________________________________________________________________________
21244[ 8833] By: nick on 2001/02/18 19:31:22
21245 Log: Integrate mainline
21246 Branch: perlio
21247 +> t/TestInit.pm t/run/runenv.t
21248 - t/UTEST
21249 !> MANIFEST Makefile.SH ext/Storable/ChangeLog
21250 !> ext/Storable/Storable.pm ext/Storable/Storable.xs
21251 !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
21252 !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
21253 !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
21254 !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
21255 !> utf8.c
21256____________________________________________________________________________
21257[ 8832] By: jhi on 2001/02/18 19:21:18
21258 Log: Integrate perlio.
21259 Branch: perl
21260 !> perlio.c pod/perldiag.pod
21261____________________________________________________________________________
21262[ 8831] By: jhi on 2001/02/18 19:14:20
21263 Log: Integrate change #8827 from mainline.
21264
21265 UTF8 tweaks.
21266 Branch: maint-5.6/perl
21267 !> sv.c utf8.c
21268____________________________________________________________________________
21269[ 8830] By: nick on 2001/02/18 19:10:34
21270 Log: Apply the spirit of patch from Nick Clark:
21271 Subject: [PATCH] Re: extensions that provide layers
21272 From: Nicholas Clark <nick@ccl4.org>
21273 Date: Mon, 12 Feb 2001 16:43:51 +0000
21274 Message-Id: <20010212164350.Q3652@plum.flirble.org>
21275 Branch: perlio
21276 ! perlio.c pod/perldiag.pod
21277____________________________________________________________________________
21278[ 8829] By: jhi on 2001/02/18 19:03:25
21279 Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN preamble on tests.
21280 From: schwern@pobox.com
21281 Date: Sun, 18 Feb 2001 13:44:35 -0500
21282 Message-ID: <20010218134435.A17544@magnonel.guild.net>
21283
21284 Applied, but as t/TestInit.pm.
21285 Branch: perl
21286 + t/TestInit.pm
21287 ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
21288 ! t/op/subst_wamp.t
21289____________________________________________________________________________
21290[ 8828] By: jhi on 2001/02/18 18:43:52
21291 Log: Integrate perlio.
21292 Branch: perl
21293 !> perlio.c
21294____________________________________________________________________________
21295[ 8827] By: jhi on 2001/02/18 18:41:33
21296 Log: UTF-8 tweaks.
21297 Branch: perl
21298 ! sv.c utf8.c
21299____________________________________________________________________________
21300[ 8826] By: nick on 2001/02/18 17:40:59
21301 Log: Fix [ID 20010217.002]
21302 open FOO, "<:raw:perlio", ...
21303 :raw now inserts default base layer below itself.
21304 Also
21305 open FOO, "<:unix", ...
21306 works as well - but leaves buffer layer on stack under the unix layer.
21307 Branch: perlio
21308 ! perlio.c
21309____________________________________________________________________________
21310[ 8825] By: jhi on 2001/02/18 17:15:39
21311 Log: Integrate perlio.
21312 Branch: perl
21313 !> perlio.c perliol.h
21314____________________________________________________________________________
21315[ 8824] By: jhi on 2001/02/18 17:10:53
21316 Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
21317 From: schwern@pobox.com
21318 Date: Sun, 18 Feb 2001 01:48:50 -0500
21319 Message-ID: <20010218014850.C19957@magnonel.guild.net>
21320 Branch: perl
21321 ! lib/Test/Harness.pm t/TEST t/op/chop.t
21322____________________________________________________________________________
21323[ 8823] By: jhi on 2001/02/18 17:01:06
21324 Log: Add run/*.t to testables.
21325 Branch: perl
21326 ! t/TEST
21327____________________________________________________________________________
21328[ 8822] By: jhi on 2001/02/18 16:58:58
21329 Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
21330 From: schwern@pobox.com
21331 Date: Sun, 18 Feb 2001 01:11:35 -0500
21332 Message-ID: <20010218011135.A19957@magnonel.guild.net>
21333
21334 Revive mjd's and Simon's PERL5OPT fix.
21335 Branch: perl
21336 + t/run/runenv.t
21337 ! MANIFEST perl.c
21338____________________________________________________________________________
21339[ 8821] By: jhi on 2001/02/18 16:53:46
21340 Log: Subject: Re: Why t/TEST and not Test::Harness?
21341 From: schwern@pobox.com
21342 Date: Sat, 17 Feb 2001 22:44:44 -0500
21343 Message-ID: <20010217224444.A6679@magnonel.guild.net>
21344
21345 Replace UTEST with TEST -utf8.
21346 Branch: perl
21347 - t/UTEST
21348 ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
21349 ! t/lib/glob-basic.t
21350____________________________________________________________________________
21351[ 8820] By: nick on 2001/02/18 13:06:16
21352 Log: Clean up a few core dumps when layers are used in unexpected ways.
21353 (Still not "right"...)
21354 Branch: perlio
21355 ! perlio.c perliol.h
21356____________________________________________________________________________
21357[ 8819] By: jhi on 2001/02/18 02:25:55
21358 Log: Integrate change #8818 from maintperl, a FAQ nit.
21359 Branch: perl
21360 !> pod/perlfaq4.pod
21361____________________________________________________________________________
21362[ 8818] By: jhi on 2001/02/18 02:24:50
21363 Log: FAQ nit from Chris Fedde.
21364 Branch: maint-5.6/perl
21365 ! pod/perlfaq4.pod
21366____________________________________________________________________________
21367[ 8817] By: nick on 2001/02/17 18:20:14
21368 Log: Integrate mainline
21369 Branch: perlio
21370 +> lib/unicode/UCD.html lib/unicode/Unicode.html
21371 +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
21372 +> pod/perlclib.pod
21373 - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
21374 - lib/unicode/Unicode.301
21375 !> (integrate 324 files)
21376____________________________________________________________________________
21377[ 8816] By: jhi on 2001/02/17 16:56:58
21378 Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
21379 Branch: perl
21380 ! ext/Storable/ChangeLog ext/Storable/Storable.pm
21381 ! ext/Storable/Storable.xs t/lib/st-06compat.t
21382 ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
21383____________________________________________________________________________
21384[ 8815] By: jhi on 2001/02/17 16:40:07
21385 Log: Subject: [patch] -Wall
21386 From: Doug MacEachern <dougm@covalent.net>
21387 Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
21388 Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
21389 Branch: perl
21390 ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
21391 ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
21392____________________________________________________________________________
21393[ 8814] By: jhi on 2001/02/16 19:27:18
21394 Log: Document qu better.
21395 Branch: perl
21396 ! pod/perlop.pod
21397____________________________________________________________________________
21398[ 8813] By: jhi on 2001/02/15 13:54:37
21399 Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
21400 From: Hugo <hv@crypt.compulink.co.uk>
21401 Date: Thu, 15 Feb 2001 13:39:49 +0000
21402 Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
21403 Branch: perl
21404 ! toke.c
21405____________________________________________________________________________
21406[ 8812] By: alanbur on 2001/02/15 13:52:16
21407 Log: Resynchronised with parent
21408 Branch: maint-5.6/pureperl
21409 - ebcdic.c
21410 !> (integrate 36 files)
21411____________________________________________________________________________
21412[ 8811] By: jhi on 2001/02/15 13:51:16
21413 Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
21414
21415 Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
21416 From: Jan Dubois <JanD@ActiveState.com>
21417 Date: Wed, 31 Jan 2001 21:17:03 -0800
21418 Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
21419
21420 tweak change#8659 to keep it simple
21421
21422 Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
21423 From: Russ Allbery <rra@stanford.edu>
21424 Date: 14 Feb 2001 10:15:41 -0800
21425 Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
21426
cc820d39
JH
21427 (8809 empty)
21428
bc3c2c50
JH
21429 Upgrade to podlators 1.08, from Russ Allbery.
21430 Branch: perl
21431 !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
21432 !> utils/perldoc.PL
21433____________________________________________________________________________
21434[ 8810] By: jhi on 2001/02/15 13:35:08
21435 Log: Upgrade to podlators 1.08, from Russ Allbery.
21436 Branch: maint-5.6/perl
21437 ! lib/Pod/Man.pm lib/Pod/Text.pm
21438____________________________________________________________________________
21439[ 8809] By: jhi on 2001/02/15 13:26:38
cc820d39 21440 Log: (accidentally empty check-in)
bc3c2c50
JH
21441 Branch: maint-5.6/perl
21442 ! lib/Test/Harness.pm
21443____________________________________________________________________________
21444[ 8808] By: jhi on 2001/02/15 13:23:47
21445 Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
21446 From: Russ Allbery <rra@stanford.edu>
21447 Date: 14 Feb 2001 10:15:41 -0800
21448 Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
21449
21450 perldoc was hardcoding $Config{installscript}, which breaks
21451 when install* isn't where Perl ends up (such as with AFS).
21452
21453 Use $Config{scriptdir} instead.
21454 Branch: maint-5.6/perl
21455 ! utils/perldoc.PL
21456____________________________________________________________________________
21457[ 8807] By: jhi on 2001/02/14 14:37:27
21458 Log: Update Changes.
21459 Branch: perl
21460 ! Changes patchlevel.h
21461____________________________________________________________________________
21462[ 8806] By: jhi on 2001/02/14 14:25:31
21463 Log: Integrate changes #8803,8804,8805 from mainline.
21464
21465 Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
21466
21467 Don't skip too much of the locale error message if no environ array,
21468 from Chris Nandor.
21469
21470 More MacOS Classic fixes from Chris Nandor.
21471 Branch: maint-5.6/perl
21472 !> doop.c lib/Cwd.pm perl.c perl.h util.c
21473____________________________________________________________________________
5063f371
JH
21474[ 8805] By: jhi on 2001/02/14 03:29:01
21475 Log: More MacOS Classic fixes from Chris Nandor.
21476 Branch: perl
21477 ! doop.c lib/Cwd.pm
21478____________________________________________________________________________
21479[ 8804] By: jhi on 2001/02/14 03:18:35
21480 Log: Don't skip too much of the locale error message if no environ array,
21481 from Chris Nandor.
21482 Branch: perl
21483 ! util.c
21484____________________________________________________________________________
21485[ 8803] By: jhi on 2001/02/14 03:14:14
21486 Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
21487 Branch: perl
21488 ! perl.c perl.h
21489____________________________________________________________________________
21490[ 8802] By: jhi on 2001/02/13 18:31:33
21491 Log: AUTHORS update.
21492 Branch: perl
21493 ! AUTHORS
21494____________________________________________________________________________
21495[ 8801] By: jhi on 2001/02/13 17:55:19
21496 Log: Integrate change #8792 from mainline.
21497
21498 Subject: buncha MacPerl patches for bleadperl
21499 From: Chris Nandor <pudge@pobox.com>
21500 Date: Tue, 13 Feb 2001 00:02:43 -0500
21501 Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
21502 Branch: maint-5.6/perl
21503 !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
21504 !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
21505 !> t/lib/basename.t toke.c util.h
21506____________________________________________________________________________
21507[ 8800] By: jhi on 2001/02/13 17:46:43
21508 Log: When doing that Fpos_t used in PerlIO_getpos proto needs
21509 to be forced to Off_t.
21510
21511 Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
21512 From: nick@ccl4.org
21513 Date: Thu, 1 Feb 2001 12:01:04 +0000
21514 Message-Id: <20010201120103.E11401@plum.flirble.org>
21515 Branch: maint-5.6/perl
21516 ! iperlsys.h perlio.c
21517____________________________________________________________________________
21518[ 8799] By: jhi on 2001/02/13 16:52:51
21519 Log: Duplex duplex hunk hunk.
21520 Branch: maint-5.6/perl
21521 ! Makefile.SH
21522____________________________________________________________________________
21523[ 8797] By: jhi on 2001/02/13 14:52:04
21524 Log: Subject: [PATCH perl@8773] integral ok lines for VMS
21525 From: "Craig A. Berry" <craigberry@mac.com>
21526 Date: Mon, 12 Feb 2001 11:05:25 -0600
21527 Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
21528 Branch: perl
21529 ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
21530____________________________________________________________________________
21531[ 8796] By: jhi on 2001/02/13 14:36:47
21532 Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
21533 From: simon.cozens@pembroke.oxford.ac.uk
21534 Date: Sat, 10 Feb 2001 17:57:02 +0000
21535 Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
21536
21537 Now it does include.
21538 Branch: perl
21539 ! pod/perldiag.pod
21540____________________________________________________________________________
21541[ 8795] By: jhi on 2001/02/13 14:30:11
21542 Log: Sort the MANIFEST.
21543 Branch: perl
21544 ! MANIFEST
21545____________________________________________________________________________
21546[ 8794] By: jhi on 2001/02/13 14:26:51
21547 Log: Integrate change #8793 from mainline, FAQ updates.
21548 Branch: maint-5.6/perl
21549 !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
21550____________________________________________________________________________
21551[ 8793] By: jhi on 2001/02/13 14:25:13
21552 Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
21553 Branch: perl
21554 ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
21555____________________________________________________________________________
21556[ 8792] By: jhi on 2001/02/13 14:22:50
21557 Log: Subject: buncha MacPerl patches for bleadperl
21558 From: Chris Nandor <pudge@pobox.com>
21559 Date: Tue, 13 Feb 2001 00:02:43 -0500
21560 Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
21561 Branch: perl
21562 ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
21563 ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
21564 ! t/lib/basename.t toke.c util.h
21565____________________________________________________________________________
21566[ 8791] By: jhi on 2001/02/13 14:10:39
21567 Log: Integrate change #8790 from mainline.
21568
21569 environ array wrongly assumed in Perl_init_i18nl10n(),
21570 Branch: maint-5.6/perl
21571 !> util.c
21572____________________________________________________________________________
21573[ 8790] By: jhi on 2001/02/13 14:06:15
21574 Log: environ array wrongly assumed in Perl_init_i18nl10n(),
21575 noticed by Chris Nandor in MacOS Classic.
21576 Branch: perl
21577 ! util.c
21578____________________________________________________________________________
21579[ 8789] By: jhi on 2001/02/13 13:58:07
21580 Log: Integrate changes #8373,8487,8544,8783 from mainline.
21581
21582 Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
21583 hints files, the dynaloading, assimilate ebcdic into util.c.
21584 Branch: maint-5.6/perl
21585 - ebcdic.c
21586 ! MANIFEST hints/posix-bc.sh
21587 !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
21588 !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
21589 !> perlapi.c proto.h util.c
21590____________________________________________________________________________
21591[ 8788] By: alanbur on 2001/02/13 10:33:13
21592 Log: Integrated changes from maint-5.6
21593 Branch: maint-5.6/pureperl
21594 !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
21595 !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
21596 !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
21597 !> vos/config.ga.h vos/configure_perl.cm
21598____________________________________________________________________________
21599[ 8787] By: jhi on 2001/02/13 05:56:36
21600 Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
21601 Branch: perl
21602 !> Makefile.SH
21603____________________________________________________________________________
21604[ 8786] By: jhi on 2001/02/13 05:54:34
21605 Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
21606 From: Dorner Thomas <Thomas.Dorner@start.de>
21607 Date: Mon, 12 Feb 2001 15:06:26 +0100
21608 Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
21609 Branch: maint-5.6/perl
21610 ! Makefile.SH
21611____________________________________________________________________________
21612[ 8785] By: jhi on 2001/02/13 05:29:04
21613 Log: Integrate change #8781 from maintperl, OpenBSD hints update.
21614 Branch: perl
21615 !> hints/openbsd.sh
21616____________________________________________________________________________
21617[ 8784] By: jhi on 2001/02/13 02:25:24
21618 Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
21619 From: Peter Prymmer <pvhp@forte.com>
21620 Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
21621 Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
21622 Branch: perl
21623 ! pod/perlclib.pod
21624____________________________________________________________________________
21625[ 8783] By: jhi on 2001/02/13 02:22:36
21626 Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
21627 Branch: perl
21628 - ebcdic.c
21629 ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
21630 ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
21631 ! util.c
21632____________________________________________________________________________
21633[ 8782] By: jhi on 2001/02/13 02:00:07
21634 Log: Add OpenBSD to the list of 5.6.1-okay platforms.
21635 Branch: maint-5.6/perl
21636 ! pod/perlport.pod
21637____________________________________________________________________________
21638[ 8781] By: jhi on 2001/02/13 01:58:44
21639 Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
21640 Branch: maint-5.6/perl
21641 ! hints/openbsd.sh
21642____________________________________________________________________________
21643[ 8780] By: jhi on 2001/02/13 01:57:33
21644 Log: Synchronize the regexp tests between maintperl and mainline.
21645 Branch: maint-5.6/perl
21646 !> t/op/re_tests
21647____________________________________________________________________________
21648[ 8779] By: jhi on 2001/02/13 01:49:35
21649 Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/
21650 From: Hugo <hv@crypt.compulink.co.uk>
21651 Date: Tue, 13 Feb 2001 00:11:11 +0000
21652 Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
21653 Branch: perl
21654 ! regcomp.c t/op/re_tests
21655____________________________________________________________________________
21656[ 8778] By: jhi on 2001/02/13 00:23:10
21657 Log: Comments do not nest.
21658 Branch: perl
21659 ! perl.h
21660____________________________________________________________________________
21661[ 8777] By: jhi on 2001/02/13 00:17:54
21662 Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/
21663 From: Hugo <hv@crypt.compulink.co.uk>
21664 Date: Tue, 13 Feb 2001 00:11:11 +0000
21665 Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
21666 Branch: maint-5.6/perl
21667 ! regcomp.c t/op/re_tests
21668____________________________________________________________________________
21669[ 8776] By: jhi on 2001/02/12 23:25:52
21670 Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
21671 Branch: maint-5.6/perl
21672 ! pod/perlport.pod
21673____________________________________________________________________________
21674[ 8775] By: jhi on 2001/02/12 23:04:28
21675 Log: VOS updates for 5.6-TRIAL2 from Paul Green.
21676 Branch: maint-5.6/perl
21677 ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
21678 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
21679 ! vos/configure_perl.cm
21680____________________________________________________________________________
21681[ 8774] By: jhi on 2001/02/12 22:59:11
21682 Log: Subject: Re: [patch] context for 'U' magic functions
21683 From: Doug MacEachern <dougm@covalent.net>
21684 Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
21685 Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
21686
21687 plus the suggestion by Nick Ing-Simmons to name the macro
21688 as PERL_MG_UFUNC to avoid namespace pollution, plus add
21689 the advice by Doug for XS writers to perl.h
21690 Branch: perl
21691 ! mg.c perl.h
21692____________________________________________________________________________
21693[ 8773] By: jhi on 2001/02/11 20:14:12
21694 Log: Update Changes.
21695 Branch: perl
21696 ! Changes patchlevel.h
21697____________________________________________________________________________
5ca7ba5e
JH
21698[ 8772] By: jhi on 2001/02/11 18:47:52
21699 Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
21700 From: Simon Cozens <simon@cozens.net>
21701 Date: Wed, 31 Jan 2001 16:31:43 +0000
21702 Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
21703 Branch: perl
21704 + pod/perlclib.pod
21705 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
21706 ! pod/perltoc.pod
21707____________________________________________________________________________
21708[ 8771] By: jhi on 2001/02/11 18:36:48
21709 Log: Upgrade to Unicode 3.1 beta 2001-02-11.
21710
21711 Blocks-4d3.beta.txt
21712 CaseFolding-3d4.beta.txt
21713 CompositionExclusions-3d6.beta.txt
21714 EastAsianWidth-4d4.beta.txt
21715 LineBreak-6d3.beta.txt
21716 NamesList-3.1.0d1.beta.txt
21717 PropList-3.1.0d4.beta.txt
21718 SpecialCasing-4d1.beta.txt
21719 UnicodeData-3.1.0d6.beta.txt
21720 Branch: perl
21721 + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
21722 +> lib/unicode/UCD.html lib/unicode/Unicode.html
21723 - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
21724 - lib/unicode/Unicode.301
21725 ! (edit 257 files)
21726____________________________________________________________________________
21727[ 8770] By: jhi on 2001/02/11 17:26:22
21728 Log: UTF-8 documentation.
21729 Branch: perl
21730 ! utf8.h
21731____________________________________________________________________________
21732[ 8769] By: jhi on 2001/02/11 17:12:49
21733 Log: Retract #8762.
21734 Branch: perl
21735 ! regexec.c
21736____________________________________________________________________________
21737[ 8768] By: jhi on 2001/02/11 16:54:45
21738 Log: Subject: [PATCH] Test::Harness
21739 From: andreas.koenig@anima.de (Andreas J. Koenig)
21740 Date: 11 Feb 2001 14:37:00 +0100
21741 Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
21742 Branch: perl
21743 ! lib/Test/Harness.pm
21744____________________________________________________________________________
21745[ 8767] By: jhi on 2001/02/11 16:53:52
21746 Log: Subject: [PATCH] Document makepatch in Porting/patching
21747 From: andreas.koenig@anima.de (Andreas J. Koenig)
21748 Date: 11 Feb 2001 16:46:28 +0100
21749 Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
21750 Branch: perl
21751 ! Porting/patching.pod
21752____________________________________________________________________________
21753[ 8766] By: jhi on 2001/02/11 06:30:23
21754 Log: Subject: Re: [patch] GvSHARED
21755 Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
21756 From: Doug MacEachern <dougm@covalent.net>
21757 Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
21758
21759 Subject: Re: [patch] GvSHARED
21760 From: Doug MacEachern <dougm@covalent.net>
21761 Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
21762 Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
21763
21764 Subject: [patch] attributes.pm support for `shared'
21765 From: Doug MacEachern <dougm@covalent.net>
21766 Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
21767 Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
21768
21769 our() attributes were ignored, our :shared pieces missing,
21770 allow attributes.pm to turn on shared.
21771 Branch: perl
21772 ! op.c t/op/attrs.t toke.c xsutils.c
21773____________________________________________________________________________
21774[ 8765] By: alanbur on 2001/02/10 23:11:19
21775 Log: Resync with parent (hopefully sucessfully this time)
21776 Branch: maint-5.6/pureperl
21777 !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
21778 !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
21779 !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
21780 !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
21781 !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
21782 !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
21783 !> pod/perltootc.pod win32/Makefile win32/makefile.mk
21784____________________________________________________________________________
21785[ 8764] By: jhi on 2001/02/10 22:54:38
21786 Log: Make TEST and UTEST more verbose in case something goes
21787 wrong in running/compiling a script, suggested by Doug
21788 MacEachern.
21789 Branch: perl
21790 ! t/TEST t/UTEST
21791____________________________________________________________________________
21792[ 8763] By: jhi on 2001/02/10 22:11:34
21793 Log: Bogus shebang.
21794 Branch: perl
21795 ! t/lib/texttabs.t
21796____________________________________________________________________________
21797[ 8762] By: jhi on 2001/02/10 21:56:02
21798 Log: (Retracted by #8769)
21799 Branch: perl
21800 ! regexec.c
21801____________________________________________________________________________
21802[ 8761] By: jhi on 2001/02/10 21:26:15
21803 Log: Subject: Re: [patch] GvSHARED
21804 From: Doug MacEachern <dougm@covalent.net>
21805 Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
21806 Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
21807
21808 our @EXPORT : shared = (...);
21809 Branch: perl
21810 ! toke.c
21811____________________________________________________________________________
21812[ 8760] By: jhi on 2001/02/10 21:25:07
21813 Log: Subject: [patch] GvSHARED
21814 From: Doug MacEachern <dougm@covalent.net>
21815 Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
21816 Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
21817 Branch: perl
21818 ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
21819____________________________________________________________________________
21820[ 8759] By: alanbur on 2001/02/10 21:24:27
21821 Log: Backed out mismerge.
21822 Branch: maint-5.6/pureperl
21823 ! MANIFEST README.hpux README.vmesa gv.c installhtml
21824 ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
21825 ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
21826 ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
21827 ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
21828 ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
21829 ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
21830____________________________________________________________________________
21831[ 8758] By: jhi on 2001/02/10 18:01:17
21832 Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
21833
21834 Fixed UMRs and leak in Perl_pmtrans()
21835
21836 Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
21837 associated UTFied tr/// code. Also fixed scoping leak of
21838 PL_reg_start_tmp.
21839
21840 newATTRSUB leaks when an attempt to redefine the active sort sub is
21841 made.
21842 Branch: maint-5.6/perl
21843 !> op.c regcomp.c
21844____________________________________________________________________________
21845[ 8757] By: alanbur on 2001/02/10 17:56:46
21846 Log: Resynchronised with parent
21847 Branch: maint-5.6/pureperl
21848 +> README.bs2000
21849 - README.posix-bc
21850 ! gv.c perl.c sv.c
21851 !> MANIFEST README.hpux README.vmesa installhtml
21852 !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
21853 !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
21854 !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
21855 !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
21856 !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
21857 !> pod/perltootc.pod win32/Makefile win32/makefile.mk
21858____________________________________________________________________________
21859[ 8756] By: alanbur on 2001/02/10 17:51:15
21860 Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
21861 made.
21862 Branch: maint-5.6/pureperl
21863 ! op.c
21864____________________________________________________________________________
21865[ 8755] By: jhi on 2001/02/09 22:41:35
21866 Log: Upgrade to CPAN 1.59_54, from Andreas König.
21867 Branch: perl
21868 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
21869____________________________________________________________________________
21870[ 8754] By: jhi on 2001/02/09 22:29:20
21871 Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
21872
21873 Didn't upgrade the fill.t since it has a dependency to File::Slurp
21874 purely for debugging purposes, the actual test hasn't changed.
21875 Branch: perl
21876 ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
21877 ! t/lib/textwrap.t
21878____________________________________________________________________________
21879[ 8753] By: jhi on 2001/02/09 20:17:50
21880 Log: Integrate change #8682 from maintperl.
21881
21882 IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
21883 to work correctly.
21884 Branch: perl
21885 !> hints/irix_6.sh
21886____________________________________________________________________________
21887[ 8752] By: jhi on 2001/02/09 20:00:46
21888 Log: Update Changes.
21889 Branch: perl
21890 ! Changes patchlevel.h
21891____________________________________________________________________________
21892[ 8751] By: nick on 2001/02/09 19:48:37
21893 Log: Integrate mainline
21894 Branch: perlio
21895 +> README.bs2000 t/lib/cgi-esc.t
21896 - README.posix-bc
21897 !> (integrate 53 files)
21898____________________________________________________________________________
a58cd388
JH
21899[ 8750] By: nick on 2001/02/09 19:25:16
21900 Log: Subject: RE: Biannual Competition to Improve Hashing Function
21901 From: Fisher Mark <fisherm@tce.com>
21902 Date: Thu, 8 Feb 2001 10:44:00 -0500
21903 Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
21904 Date: Thu, 8 Feb 2001 15:02:47 -0500
21905 Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
21906 Branch: perl
21907 ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
21908____________________________________________________________________________
21909[ 8749] By: jhi on 2001/02/09 19:02:35
21910 Log: Forgotten fragment.
21911 Branch: perl
21912 ! pod/perlapi.pod
21913____________________________________________________________________________
21914[ 8748] By: jhi on 2001/02/09 18:31:34
21915 Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
21916 plus manual tweakage.
21917
21918 Sync the perlfaq2 between mainline and maintperl.
21919 Branch: maint-5.6/perl
21920 ! pod/perlfaq2.pod
21921 Branch: perl
21922 !> pod/perlfaq2.pod
21923____________________________________________________________________________
21924[ 8747] By: jhi on 2001/02/09 18:12:04
21925 Log: Subject: versiononly and installperl
21926 From: abigail@foad.org
21927 Date: Wed, 7 Feb 2001 22:43:12 +0100
21928 Message-ID: <20010207214312.7045.qmail@foad.org>
21929
21930 Add +v flag to force a normal install of the perl binary
21931 and the utilities.
21932
21933 Subject: [PATCH] installperl
21934 From: Nicholas Clark <nick@ccl4.org>
21935 Date: Fri, 9 Feb 2001 16:28:57 +0000
21936 Message-ID: <20010209162857.B10931@plum.flirble.org>
21937
21938 Add -A flag which also hardlinks the binary with
21939 the full architecture name.
21940 Branch: perl
21941 ! installperl
21942____________________________________________________________________________
21943[ 8746] By: jhi on 2001/02/09 18:03:43
21944 Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
21945
21946 Subject: perlfaq2, re: perlmongers
21947
21948 Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
21949
21950 Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
21951
21952 Subject: [ID 20010205.001] typo in perlfaq9
21953
21954 Subject: [ID 20010208.002] unordered explanation in perlcall
21955 Branch: maint-5.6/perl
21956 !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
21957 !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
21958 !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
21959____________________________________________________________________________
21960[ 8745] By: jhi on 2001/02/09 17:59:09
21961 Log: Subject: [ID 20010208.002] unordered explanation in perlcall
21962 From: abela@geneanet.org
21963 Date: Thu, 8 Feb 2001 16:11:46 +0100 (CET)
21964 Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
21965 Branch: perl
21966 ! pod/perlcall.pod
21967____________________________________________________________________________
21968[ 8744] By: jhi on 2001/02/09 17:48:16
21969 Log: Subject: [ID 20010205.001] typo in perlfaq9
21970 From: eserte@vran.herceg.de
21971 Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
21972 Message-Id: <200102042244.XAA21926@vran.herceg.de>
21973 Branch: perl
21974 ! pod/perlfaq9.pod
21975____________________________________________________________________________
21976[ 8743] By: jhi on 2001/02/09 17:25:12
21977 Log: Integrate change #8695 from maintperl.
21978
21979 thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
21980 Branch: perl
21981 !> thread.h
21982____________________________________________________________________________
21983[ 8742] By: jhi on 2001/02/09 17:21:22
21984 Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
21985 From: Andy Dougherty <doughera@lafayette.edu>
21986 Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
21987 Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
21988 Branch: perl
21989 ! embed.pl
21990____________________________________________________________________________
21991[ 8741] By: jhi on 2001/02/09 17:05:19
21992 Log: Integrate changes #8738,8739,8740 from maintperl.
21993
21994 Html files will be installed in a more logical and easier to
21995 find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
21996
21997 Html files will be generated with a header to make them look
21998 a little less bare.
21999
22000 Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
22001 Branch: perl
22002 !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
22003____________________________________________________________________________
22004[ 8740] By: jhi on 2001/02/09 17:03:46
22005 Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
22006 From: "Brendan O'Dea" <bod@compusol.com.au>
22007 Date: Sun, 4 Feb 2001 11:17:56 +1100
22008 Message-ID: <20010204111756.A16301@compusol.com.au>
22009 Branch: maint-5.6/perl
22010 ! pod/perlfaq3.pod
22011____________________________________________________________________________
22012[ 8739] By: jhi on 2001/02/09 17:01:59
22013 Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
22014 From: "Indy Singh" <indy@nusphere.com>
22015 Date: Fri, 2 Feb 2001 15:09:59 -0500
22016 Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
22017
22018 Html files will be generated with a header to make them look
22019 a little less bare.
22020 Branch: maint-5.6/perl
22021 ! installhtml
22022____________________________________________________________________________
22023[ 8738] By: jhi on 2001/02/09 16:58:48
22024 Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
22025 From: "Indy Singh" <indy@nusphere.com>
22026 Date: Fri, 2 Feb 2001 15:08:23 -0500
22027 Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
22028
22029 Html files will be installed in a more logical and easier to
22030 find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
22031 Branch: maint-5.6/perl
22032 ! win32/Makefile win32/makefile.mk
22033____________________________________________________________________________
22034[ 8737] By: jhi on 2001/02/09 16:46:54
22035 Log: Integrate changes #8687,8736 from maintperl.
22036
22037 HP-UX thread patches from Merijn H. Brand.
22038
22039 Latin nit from Philip Newton.
22040 Branch: perl
22041 !> README.hpux hints/hpux.sh
22042____________________________________________________________________________
22043[ 8736] By: jhi on 2001/02/09 16:42:31
22044 Log: Latin nit from Philip Newton.
22045 Branch: maint-5.6/perl
22046 ! README.hpux
22047____________________________________________________________________________
22048[ 8735] By: jhi on 2001/02/09 16:24:03
22049 Log: Integrate changes #8704,8710 from pureperl.
22050
22051 Fixed UMRs and leak in Perl_pmtrans()
22052
22053 Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
22054 associated UTFied tr/// code. Also fixed scoping leak of
22055 PL_reg_start_tmp.
22056 Branch: perl
22057 !> op.c regcomp.c
22058____________________________________________________________________________
22059[ 8734] By: jhi on 2001/02/09 15:40:21
22060 Log: Integrate change #8733 from maintperl.
22061
22062 Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
22063 Branch: perl
22064 !> pod/perlre.pod
22065____________________________________________________________________________
22066[ 8733] By: jhi on 2001/02/09 15:35:47
22067 Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
22068 From: Prymmer/Kahn <pvhp@best.com>
22069 Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
22070 Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
22071 Branch: maint-5.6/perl
22072 ! pod/perlre.pod
22073____________________________________________________________________________
22074[ 8732] By: jhi on 2001/02/09 15:26:17
22075 Log: Rename README.posix-bc to README.bs2000 (to avoid the
22076 confusion of a "perlposix-bc.pod"), add a few missing
22077 arch pods, regen toc.
22078 Branch: maint-5.6/perl
22079 +> README.bs2000
22080 - README.posix-bc
22081 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
22082 ! pod/perltoc.pod win32/Makefile win32/makefile.mk
22083____________________________________________________________________________
22084[ 8731] By: jhi on 2001/02/09 15:23:39
22085 Log: De-cut-and-pasto.
22086 Branch: perl
22087 ! pod/perl.pod
22088____________________________________________________________________________
22089[ 8730] By: jhi on 2001/02/09 15:11:13
22090 Log: Rename README.posix-bc to README.bs2000 to avoid confusion
22091 when people think that perlposix-bc.pod tells anything about
22092 Perl and POSIX. Regen toc.
22093 Branch: perl
22094 +> README.bs2000
22095 - README.posix-bc
22096 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
22097 ! pod/perltoc.pod win32/Makefile win32/makefile.mk
22098____________________________________________________________________________
22099[ 8729] By: jhi on 2001/02/09 14:52:28
22100 Log: The README.vmesa part of #8712 from maintperl.
22101 Branch: perl
22102 ! README.vmesa
22103____________________________________________________________________________
22104[ 8728] By: jhi on 2001/02/09 14:46:06
22105 Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
22106 From: Peter Prymmer <pvhp@forte.com>
22107 Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
22108 Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
22109 Branch: maint-5.6/perl
22110 ! README.vmesa win32/Makefile win32/makefile.mk
22111____________________________________________________________________________
22112[ 8727] By: jhi on 2001/02/09 14:33:25
22113 Log: Integrate change #8712 from mainline.
22114
22115 [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
22116 Branch: maint-5.6/perl
22117 !> lib/Pod/Find.pm
22118____________________________________________________________________________
22119[ 8726] By: jhi on 2001/02/09 14:30:28
22120 Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
22121 From: Peter Prymmer <pvhp@forte.com>
22122 Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
22123 Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
22124 Branch: perl
22125 + t/lib/cgi-esc.t
22126 ! MANIFEST lib/CGI/Util.pm
22127____________________________________________________________________________
22128[ 8725] By: jhi on 2001/02/09 04:56:47
22129 Log: Add NonStopUX to the list of 5.6.1-proven platforms.
22130 Branch: maint-5.6/perl
22131 ! pod/perlport.pod
22132____________________________________________________________________________
22133[ 8724] By: jhi on 2001/02/09 04:40:59
22134 Log: Integrate changes 7819,7820 from vmsperl into mainline.
22135
22136 Add header for LIB$ prototypes (C. Berry)
22137
22138 Convert fwrite()s to sockets to write()s, since some socket stacks
22139 don't take kindly to stdio.
22140 Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
22141 (for often optional LNMs)
22142 Correct a few typos
22143 (C. Bailey)
22144 Branch: perl
22145 !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
22146____________________________________________________________________________
22147[ 8723] By: jhi on 2001/02/09 03:29:29
22148 Log: Integrate change #8722 from mainline.
22149
22150 The Im() function wasn't returning zero for non-Math::Complex
22151 arguments. The bug reported by John Gamble.
22152 Branch: maint-5.6/perl
22153 !> lib/Math/Complex.pm
22154____________________________________________________________________________
22155[ 8722] By: jhi on 2001/02/09 03:28:33
22156 Log: The Im() function wasn't returning zero for non-Math::Complex
22157 arguments. The bug reported by John Gamble.
22158 Branch: perl
22159 ! lib/Math/Complex.pm
22160____________________________________________________________________________
22161[ 8721] By: nick on 2001/02/08 22:11:35
22162 Log: Correct the correction :-(
22163 Branch: perl
22164 ! perl.c
22165____________________________________________________________________________
22166[ 8720] By: bailey on 2001/02/08 20:59:22
22167 Log: Convert frwite()s to sockets to write()s, since some socket stacks
22168 don't take kindly to stdio.
22169 Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
22170 (for often optional LNMs)
22171 Correct a few typos
22172 (C. Bailey)
22173 Branch: vmsperl
22174 ! vms/vms.c vms/vmsish.h
22175____________________________________________________________________________
22176[ 8719] By: bailey on 2001/02/08 20:51:02
22177 Log: Add header for LIB$ prototypes (C. Berry)
22178 Branch: vmsperl
22179 ! ext/Devel/DProf/DProf.xs
22180____________________________________________________________________________
22181[ 8718] By: bailey on 2001/02/08 20:49:00
22182 Log: SYN SYN
22183 Branch: vmsperl
22184 +> pod/perliol.pod t/lib/sample-tests/bailout
22185 +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
22186 +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
22187 +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
22188 +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
22189 +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
22190 +> t/lib/sample-tests/with_comments t/lib/test-harness.t
22191 - lib/unicode/Is/DCinital.pl
22192 !> (integrate 101 files)
22193____________________________________________________________________________
22194[ 8717] By: nick on 2001/02/08 19:38:48
22195 Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
22196 From: Robin Barker <rmb1@cise.npl.co.uk>
22197 Date: Thu, 8 Feb 2001 14:38:07 GMT
22198 Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
22199 Branch: perl
22200 ! lib/CPAN.pm
22201____________________________________________________________________________
22202[ 8716] By: nick on 2001/02/08 19:29:07
22203 Log: Generated files form 8713 etc.
22204 Branch: perl
22205 ! embed.h global.sym objXSUB.h perlapi.c proto.h
22206____________________________________________________________________________
22207[ 8715] By: nick on 2001/02/08 19:26:08
22208 Log: Fixup non-ithread build after 8713
22209 Branch: perl
22210 ! perl.c
22211____________________________________________________________________________
22212[ 8714] By: nick on 2001/02/08 19:17:45
22213 Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
22214 From: nick@ccl4.org
22215 Date: Wed, 7 Feb 2001 00:27:47 +0000
22216 Message-Id: <20010207002747.B63724@plum.flirble.org>
22217 Branch: perl
22218 ! sv.c toke.c
22219____________________________________________________________________________
22220[ 8713] By: nick on 2001/02/08 19:15:58
22221 Log: Subject: Re: [patch] Re: PL_ptr_table
22222 From: Doug Maceachern <dougm@covalent.net>
22223 Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
22224 Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
22225 Branch: perl
22226 ! embed.pl perl.c sv.c sv.h
22227____________________________________________________________________________
22228[ 8712] By: nick on 2001/02/08 19:12:47
22229 Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
22230 From: Peter Prymmer <pvhp@forte.com>
22231 Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
22232 Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
22233 Branch: perl
22234 ! lib/Pod/Find.pm
22235____________________________________________________________________________
22236[ 8711] By: nick on 2001/02/07 21:06:11
22237 Log: Manually appliued version for dev branch of Alan/Sarathy 5.6 patch.
22238 Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
22239 From: Alan Burlison <Alan.Burlison@uk.sun.com>
22240 Date: Tue, 06 Feb 2001 23:37:01 +0000
22241 Message-Id: <3A808A9D.20F7A035@uk.sun.com>
22242 Branch: perl
22243 ! regcomp.c
22244____________________________________________________________________________
22245[ 8710] By: alanbur on 2001/02/07 00:22:04
22246 Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
22247 associated UTFied tr/// code. Also fixed scoping leak of
22248 PL_reg_start_tmp.
22249 Branch: maint-5.6/pureperl
22250 ! op.c regcomp.c
22251____________________________________________________________________________
22252[ 8709] By: nick on 2001/02/06 21:16:49
22253 Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
22254 From: Michael G Schwern <schwern@pobox.com>
22255 Date: Sun, 4 Feb 2001 19:47:14 -0500
22256 Message-Id: <20010204194714.A4698@blackrider.aocn.com>
22257 Branch: perl
22258 ! pod/perlapi.pod pod/perlmodlib.PL
22259____________________________________________________________________________
22260[ 8708] By: nick on 2001/02/06 20:41:20
22261 Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
22262 From: Michael G Schwern <schwern@pobox.com>
22263 Date: Sun, 4 Feb 2001 21:17:49 -0500
22264 Message-Id: <20010204211748.A13415@blackrider.aocn.com>
22265 Branch: perl
22266 ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
22267 ! pod/perltootc.pod
22268____________________________________________________________________________
22269[ 8707] By: nick on 2001/02/06 20:29:11
22270 Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
22271 From: Michael G Schwern <schwern@pobox.com>
22272 Date: Tue, 6 Feb 2001 05:54:30 -0500
22273 Message-Id: <20010206055430.A951@blackrider.aocn.com>
22274 Branch: perl
22275 ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
22276____________________________________________________________________________
22277[ 8706] By: nick on 2001/02/06 20:21:40
22278 Log: Subject: RE: some win32 fixes
22279 Date: Tue, 6 Feb 2001 09:23:20 +0300
22280 From: Vadim Konovalov <vkonovalov@lucent.com>
22281 Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
22282 Branch: perl
22283 ! toke.c win32/Makefile win32/config.bc win32/config.gc
22284 ! win32/config.vc win32/config_H.bc win32/makefile.mk
22285____________________________________________________________________________
22286[ 8705] By: alanbur on 2001/02/06 15:00:03
22287 Log: Synchronised with parent
22288 Branch: maint-5.6/pureperl
22289 ! regexec.c
22290 !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
22291 !> utils/perldoc.PL win32/Makefile win32/makefile.mk
22292____________________________________________________________________________
22293[ 8704] By: alanbur on 2001/02/06 14:55:24
22294 Log: Fixed UMRs and leak in Perl_pmtrans()
22295 Branch: maint-5.6/pureperl
22296 ! op.c
22297____________________________________________________________________________
22298[ 8703] By: gsar on 2001/02/06 02:29:37
22299 Log: $(MAKE) distclean doesn't clean up properly on windows
22300 Branch: maint-5.6/perl
22301 ! win32/Makefile win32/makefile.mk
22302____________________________________________________________________________
22303[ 8702] By: gsar on 2001/02/06 01:00:46
22304 Log: tweak change#8659 to keep it simple
22305 Branch: maint-5.6/perl
22306 ! utils/perldoc.PL
22307____________________________________________________________________________
22308[ 8701] By: gsar on 2001/02/05 22:45:41
22309 Log: change#8693 was missing testsuite changes
22310 Branch: maint-5.6/perl
22311 !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
22312____________________________________________________________________________
22313[ 8700] By: nick on 2001/02/05 20:32:52
22314 Log: Integrate mainline
22315 Branch: perlio
22316 +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
22317 +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
22318 +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
22319 +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
22320 +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
22321 +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
22322 +> t/lib/test-harness.t
22323 !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
22324 !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
22325 !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
22326 !> pod/perlutil.pod t/TEST utils/h2xs.PL
22327____________________________________________________________________________
22328[ 8699] By: nick on 2001/02/05 19:41:07
22329 Log: Subject: perlfaq2, re: perlmongers
22330 From: David H. Adler <dha@panix.com>
22331 Date: Sun, 4 Feb 2001 23:48:23 -0500
22332 Message-Id: <20010204234823.A13429@panix.com>
22333 Branch: perl
22334 ! pod/perlfaq2.pod
22335____________________________________________________________________________
22336[ 8698] By: nick on 2001/02/05 19:39:31
22337 Log: Missed file f#rom the testharness mess.
22338 Branch: perl
22339 + t/lib/test-harness.t
22340____________________________________________________________________________
22341[ 8697] By: nick on 2001/02/05 19:37:21
22342 Log: Subject: [DOC PATCH] overload.pm nits
22343 From: John Tobey <jtobey@john-edwin-tobey.org>
22344 Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
22345 Message-Id: <m14Pae7-000FOoC@feynman.localnet>
22346 Branch: perl
22347 ! lib/overload.pm
22348____________________________________________________________________________
22349[ 8696] By: alanbur on 2001/02/05 11:56:00
22350 Log: Sync with parent
22351 Branch: maint-5.6/pureperl
22352 !> thread.h
22353____________________________________________________________________________
22354[ 8695] By: gsar on 2001/02/05 03:27:34
22355 Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
22356 Branch: maint-5.6/perl
22357 ! thread.h
22358____________________________________________________________________________
22359[ 8694] By: alanbur on 2001/02/05 00:07:47
22360 Log: Initial branch creation from //depot/maint-5.6/perl
22361 Branch: maint-5.6/pureperl
22362 +> (branch 1719 files)
22363____________________________________________________________________________
22364[ 8693] By: gsar on 2001/02/04 22:38:49
22365 Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
22366 changes)
22367 Branch: maint-5.6/perl
22368 !> ext/DB_File/Changes ext/DB_File/DB_File.pm
22369 !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
22370 !> ext/DB_File/version.c
22371____________________________________________________________________________
22372[ 8692] By: nick on 2001/02/04 18:15:57
22373 Log: The missed t/TEST part of the grand testharness upgrade.
22374 Branch: perl
22375 ! t/TEST
22376____________________________________________________________________________
22377[ 8691] By: nick on 2001/02/04 18:05:17
22378 Log: New improved test harness
22379 Subject: Re: [PATCH Test::Harness] Third time's a charm?
22380 From: Michael G Schwern <schwern@pobox.com>
22381 Date: Sun, 4 Feb 2001 08:01:20 -0500
22382 Message-Id: <20010204080120.G10493@blackrider.aocn.com>
22383 Branch: perl
22384 + t/lib/sample-tests/bailout t/lib/sample-tests/combined
22385 + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
22386 + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
22387 + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
22388 + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
22389 + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
22390 ! MANIFEST lib/Test/Harness.pm
22391____________________________________________________________________________
22392[ 8690] By: nick on 2001/02/04 17:57:51
22393 Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
22394 From: Jonathan Stowe <gellyfish@gellyfish.com>
22395 Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
22396 Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
22397 Branch: perl
22398 ! utils/h2xs.PL
22399____________________________________________________________________________
22400[ 8689] By: nick on 2001/02/04 17:55:24
22401 Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
22402 From: Michael G Schwern <schwern@pobox.com>
22403 Date: Sat, 3 Feb 2001 22:46:38 -0500
22404 Message-Id: <20010203224638.E10493@blackrider.aocn.com>
22405 Branch: perl
22406 ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
22407 ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
22408____________________________________________________________________________
22409[ 8688] By: nick on 2001/02/04 17:43:55
22410 Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
22411 length byfailing to spot lack of closing )
22412 From: nick@talking.bollo.cx
22413 Date: Sat, 03 Feb 2001 23:53:16 +0000
22414 Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
22415 Branch: perl
22416 ! perlio.c pod/perldiag.pod
22417____________________________________________________________________________
22418[ 8687] By: jhi on 2001/02/03 17:11:42
22419 Log: HP-UX thread patches from Merijn H. Brand.
22420 Branch: maint-5.6/perl
22421 ! README.hpux hints/hpux.sh
22422____________________________________________________________________________
22423[ 8686] By: jhi on 2001/02/03 16:40:12
22424 Log: Metaconfig changes for #8685.
22425 Branch: metaconfig
22426 ! U/installdirs/instubperl.U
22427 Branch: metaconfig/U/perl
22428 ! Devel.U versiononly.U
22429____________________________________________________________________________
22430[ 8685] By: jhi on 2001/02/03 16:39:49
22431 Log: For -Dusedevel builds turn off installusrbinperl and turn on
22432 versiononly, a combined idea of Richard Soderberg and Merijn
22433 H. Brand. You can still override both of these from the command
22434 line if you need to, -Dinstallusrbinperl and -Uversiononly.
22435 Branch: perl
22436 ! Configure
22437____________________________________________________________________________
22438[ 8684] By: jhi on 2001/02/03 16:16:34
22439 Log: Metaconfig unit fix for #8683.
22440 Branch: metaconfig
22441 ! U/compline/nblock_io.U
22442____________________________________________________________________________
22443[ 8683] By: jhi on 2001/02/03 16:16:12
22444 Log: Configure fix for the DYNIX/ptx F_SETFL problem,
22445 reported by Peter Prymmer for 5.6-TRIAL1.
22446 Branch: perl
22447 ! Configure
22448____________________________________________________________________________
22449[ 8682] By: jhi on 2001/02/03 05:52:11
22450 Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
22451 to work correctly.
22452 Branch: maint-5.6/perl
22453 ! hints/irix_6.sh
22454____________________________________________________________________________
22455[ 8681] By: jhi on 2001/02/03 05:47:33
22456 Log: perlport tweaks from Peter Prymmer and Chris Nandor.
22457 Branch: maint-5.6/perl
22458 ! pod/perlport.pod
22459____________________________________________________________________________
22460[ 8680] By: jhi on 2001/02/02 21:39:49
22461 Log: perlport update from Peter Prymmer.
22462 Branch: maint-5.6/perl
22463 ! pod/perlport.pod
22464____________________________________________________________________________
22465[ 8679] By: nick on 2001/02/02 20:50:48
22466 Log: Integrate mainline
22467 Branch: perlio
22468 !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
22469 !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
22470 !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
22471____________________________________________________________________________
22472[ 8678] By: gsar on 2001/02/02 16:02:12
22473 Log: note about bincompat, slightly modified (from Lupe Christoph)
22474 Branch: maint-5.6/perl
22475 ! README.solaris
22476____________________________________________________________________________
22477[ 8677] By: jhi on 2001/02/02 15:46:20
22478 Log: Supported platforms updates.
22479 Branch: maint-5.6/perl
22480 ! pod/perlport.pod
22481____________________________________________________________________________
22482[ 8676] By: jhi on 2001/02/02 03:41:26
22483 Log: A couple more perlfaq2 tweaks.
22484 Branch: maint-5.6/perl
22485 ! pod/perlfaq2.pod
22486____________________________________________________________________________
22487[ 8675] By: jhi on 2001/02/02 03:17:44
22488 Log: Misedit in #8661.
22489 Branch: maint-5.6/perl
22490 ! Configure
22491____________________________________________________________________________
22492[ 8674] By: jhi on 2001/02/02 03:14:38
22493 Log: Damien again.
22494 Branch: maint-5.6/perl
22495 ! pod/perlfaq2.pod
22496____________________________________________________________________________
22497[ 8673] By: jhi on 2001/02/02 03:12:40
22498 Log: perlfaq update from Elaine Ashton.
22499 Branch: maint-5.6/perl
22500 ! pod/perlfaq2.pod
22501____________________________________________________________________________
22502[ 8672] By: jhi on 2001/02/02 03:07:08
22503 Log: UTF-8 s/// patch from Inaba Hiroto.
22504 Branch: maint-5.6/perl
22505 ! pp_ctl.c pp_hot.c
22506____________________________________________________________________________
22507[ 8671] By: jhi on 2001/02/01 22:34:31
22508 Log: Update Changes.
22509 Branch: perl
22510 ! Changes patchlevel.h
22511____________________________________________________________________________
4617e9a3
JH
22512[ 8670] By: jhi on 2001/02/01 22:15:29
22513 Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
22514 from maintperl.
22515
22516 Upgrade to Getopt::Long 2.25, from Johan Vromans.
22517
22518 more files need to be writable in the source distribution
22519
22520 perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
22521
22522 Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
22523
22524 Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
22525
22526 Allow the float to be fuzzier.
22527
22528 need to use INT2PTR instead of a straight cast or ia64 fails
22529
22530 Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod
22531
22532 add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
22533 Branch: perl
22534 !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
22535 !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
22536 !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
22537____________________________________________________________________________
22538[ 8669] By: jhi on 2001/02/01 21:57:02
22539 Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
22540 From: Robin Barker <rmb1@cise.npl.co.uk>
22541 Date: Thu, 1 Feb 2001 16:59:05 GMT
22542 Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
22543 Branch: maint-5.6/perl
22544 ! pod/perlmodlib.PL
22545____________________________________________________________________________
22546[ 8668] By: nick on 2001/02/01 19:41:40
22547 Log: Integrate mainline
22548 Branch: perlio
22549 !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
22550 !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
22551 !> t/op/each.t utf8.c utf8.h util.c vms/test.com
22552____________________________________________________________________________
22553[ 8667] By: gsar on 2001/02/01 16:59:11
22554 Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
22555 Branch: maint-5.6/perl
22556 ! embed.pl embedvar.h
22557____________________________________________________________________________
22558[ 8666] By: gsar on 2001/02/01 16:34:51
22559 Log: add missing entries to win32/config.?c
22560 Branch: maint-5.6/perl
22561 ! win32/config.bc win32/config.gc win32/config.vc
22562 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
22563____________________________________________________________________________
22564[ 8665] By: jhi on 2001/02/01 14:58:51
22565 Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod
22566 From: "Stephen P. Potter" <spp@spotter.yi.org>
22567 Date: Thu, 01 Feb 2001 10:45:46 -0500
22568 Message-Id: <200102011545.KAA31479@spotter.yi.org>
22569 Branch: maint-5.6/perl
22570 ! pod/perlfunc.pod
22571____________________________________________________________________________
22572[ 8664] By: gsar on 2001/02/01 14:52:37
22573 Log: need to use INT2PTR instead of a straight cast or ia64 fails
22574 posix.t (from Brendan O'Dea <bod@compusol.com.au>)
22575 Branch: maint-5.6/perl
22576 ! ext/POSIX/POSIX.xs
22577____________________________________________________________________________
22578[ 8663] By: jhi on 2001/02/01 14:09:13
22579 Log: Allow the float to be fuzzier.
22580 Branch: maint-5.6/perl
22581 ! t/lib/peek.t
22582____________________________________________________________________________
22583[ 8662] By: jhi on 2001/02/01 13:59:00
22584 Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
22585 From: Robin Barker <rmb1@cise.npl.co.uk>
22586 Date: Thu, 1 Feb 2001 13:05:39 GMT
22587 Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
22588 Branch: maint-5.6/perl
22589 ! pod/perlmodlib.pod
22590____________________________________________________________________________
22591[ 8661] By: jhi on 2001/02/01 13:57:38
22592 Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
22593 Date: Thu, 01 Feb 2001 14:15:41 +0100
22594 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22595 Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
22596
22597 Have the $ccflags in the gcc version test (strange, this change
22598 is claimed to be have been integrated already)
22599 Branch: maint-5.6/perl
22600 ! Configure
22601____________________________________________________________________________
22602[ 8660] By: jhi on 2001/02/01 13:44:10
22603 Log: Integrate changes #7950,7964,7962 from mainline.
22604
22605 Find the stdchar signedness using cpp, should fix some of
22606 the Solaris compiler warnings reported by Alan Burlison.
22607 Branch: maint-5.6/perl
22608 !> Configure config_h.SH
22609____________________________________________________________________________
22610[ 8659] By: jhi on 2001/02/01 05:35:32
22611 Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
22612 From: Jan Dubois <JanD@ActiveState.com>
22613 Date: Wed, 31 Jan 2001 21:17:03 -0800
22614 Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
22615 Branch: maint-5.6/perl
22616 ! utils/perldoc.PL
22617____________________________________________________________________________
22618[ 8658] By: jhi on 2001/02/01 04:33:17
22619 Log: Integrate the README.os390 and README.posix-bc parts of mainline
22620 changes #8373,8486, 8544,8556. (The hints/os390.sh,Makefile.SH,
22621 installperl parts were taken care of by #8657.)
22622 Branch: maint-5.6/perl
22623 !> README.os390 README.posix-bc
22624____________________________________________________________________________
22625[ 8657] By: jhi on 2001/02/01 04:29:21
22626 Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
22627 From: Peter Prymmer <pvhp@forte.com>
22628 Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
22629 Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
22630 Branch: maint-5.6/perl
22631 + ext/DynaLoader/dl_dllload.xs
22632 ! MANIFEST Makefile.SH hints/os390.sh installperl
22633____________________________________________________________________________
22634[ 8656] By: jhi on 2001/02/01 04:25:45
22635 Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
22636 From: Peter Prymmer <pvhp@forte.com>
22637 Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
22638 Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
22639 Branch: maint-5.6/perl
22640 ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
22641____________________________________________________________________________
22642[ 8655] By: jhi on 2001/02/01 04:14:47
22643 Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
22644 From: troc@netrus.net
22645 Date: Wed, 31 Jan 2001 22:31:26 -0500
22646 Message-Id: <200102010331.WAA117.85@rocco.homenet>
22647 Branch: maint-5.6/perl
22648 ! os2/os2.c
22649____________________________________________________________________________
22650[ 8654] By: jhi on 2001/02/01 04:12:52
22651 Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
22652 as reported by Alan Burlison.
22653 Branch: maint-5.6/perl
22654 ! pp.h
22655____________________________________________________________________________
22656[ 8653] By: jhi on 2001/02/01 04:05:12
22657 Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
22658 From: dsugalski@northernlight.com
22659 Date: Wed, 31 Jan 2001 18:54:11 -0500
22660 Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
22661 Branch: maint-5.6/perl
22662 ! configure.com
22663____________________________________________________________________________
22664[ 8652] By: jhi on 2001/02/01 04:03:11
22665 Log: Misplaced #endif.
22666
22667 Subject: [perl-5-6-1-trial2] patches for EPOC
22668 From: Olaf Flebbe <O.Flebbe@science-computing.de>
22669 Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
22670 Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
22671 Branch: maint-5.6/perl
22672 ! epoc/epocish.c
22673____________________________________________________________________________
22674[ 8651] By: jhi on 2001/02/01 04:00:25
22675 Log: Integrate changes #8647,8648,8650 from mainline.
22676
22677 Macrofy a magic UTF-8 test.
22678
22679 Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
22680
22681 Watch out for cross compiling for EPOC (usually done on linux).
22682 Branch: maint-5.6/perl
22683 !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
22684____________________________________________________________________________
22685[ 8650] By: jhi on 2001/02/01 03:56:20
22686 Log: Watch out for cross compiling for EPOC (usually done on linux)
22687
22688 Subject: [perl-5-6-1-trial2] patches for EPOC
22689 From: Olaf Flebbe <O.Flebbe@science-computing.de>
22690 Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
22691 Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
22692 Branch: perl
22693 ! ext/Errno/Errno_pm.PL
22694____________________________________________________________________________
22695[ 8649] By: gsar on 2001/02/01 00:46:00
22696 Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
22697 Branch: maint-5.6/perl
22698 ! sv.c
22699____________________________________________________________________________
22700[ 8648] By: jhi on 2001/01/31 23:35:36
22701 Log: All the uses of PL_numeric_radix must be protected by
22702 USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
22703
22704 Subject: [perl-5-6-1-trial2] patches for EPOC
22705 From: Olaf Flebbe <O.Flebbe@science-computing.de>
22706 Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
22707 Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
22708 Branch: perl
22709 ! sv.c
22710____________________________________________________________________________
22711[ 8647] By: jhi on 2001/01/31 22:56:16
22712 Log: Macrofy a magic UTF-8 test.
22713 Branch: perl
22714 ! utf8.c utf8.h
22715____________________________________________________________________________
22716[ 8646] By: gsar on 2001/01/31 15:55:12
22717 Log: update Changes
22718 Branch: maint-5.6/perl
22719 ! Changes
22720____________________________________________________________________________
22721[ 8645] By: gsar on 2001/01/31 15:10:14
22722 Log: Configure tweak suggested by Peter Prymmer
22723 Branch: maint-5.6/perl
22724 ! Configure
22725____________________________________________________________________________
22726[ 8644] By: gsar on 2001/01/31 15:06:32
22727 Log: more files need to be writable in the source distribution
22728 Branch: maint-5.6/perl
22729 ! Porting/makerel
22730____________________________________________________________________________
22731[ 8643] By: jhi on 2001/01/31 14:59:46
22732 Log: Integrate changes #8258,8278,8279 from mainline.
22733
22734 Make the large file tests more robust/talkative.
22735 Branch: maint-5.6/perl
22736 !> t/lib/syslfs.t t/op/lfs.t
22737____________________________________________________________________________
22738[ 8642] By: gsar on 2001/01/31 14:53:48
22739 Log: integrate changes#8311,8334 from mainline
22740
22741 Add a new MakeMaker variable PM_FILTER that defines a Unix
22742 filter to be run on each .pm during the pm_to_blib() phase,
22743 a fixed version of
22744 Subject: PATCH (blead 8269) ExtUtils::MakeMaker
22745
22746 Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
22747 Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
22748 accurate reading of the "atime".
22749 Branch: maint-5.6/perl
22750 !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
22751 !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
22752 !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
22753____________________________________________________________________________
22754[ 8641] By: jhi on 2001/01/31 14:46:37
22755 Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
22756 Branch: maint-5.6/perl
22757 ! lib/Getopt/Long.pm
22758____________________________________________________________________________
22759[ 8640] By: gsar on 2001/01/31 14:40:24
22760 Log: make regen_all
22761 Branch: maint-5.6/perl
22762 ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
22763____________________________________________________________________________
22764[ 8639] By: gsar on 2001/01/31 14:37:25
22765 Log: refresh windows config files
22766 Branch: maint-5.6/perl
22767 ! win32/Makefile win32/config_H.bc win32/config_H.gc
22768 ! win32/config_H.vc win32/makefile.mk
22769____________________________________________________________________________
22770[ 8638] By: gsar on 2001/01/31 14:28:10
22771 Log: makefile tweaks for windows: introduce a bulk-switch to enable
22772 same options as ActivePerl; sync changes with makefile.mk
22773 Branch: maint-5.6/perl
22774 ! win32/Makefile win32/makefile.mk
22775____________________________________________________________________________
22776[ 8637] By: jhi on 2001/01/31 04:41:30
22777 Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
22778 From: Nicholas Clark <nick@ccl4.org>
22779 Date: Tue, 30 Jan 2001 19:51:05 +0000
22780 Message-ID: <20010130195105.R76607@plum.flirble.org>
22781
22782 op/inc cure.
22783 Branch: perl
22784 ! pp.c pp.h pp_hot.c t/op/arith.t
22785____________________________________________________________________________
22786[ 8636] By: jhi on 2001/01/31 02:38:32
22787 Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
22788 no perlio],8257,8380,8479,8515 from mainline.
22789
22790 Subject: [PATCH perl@7795 (and earlier)] VMS test cleanup
22791
22792 Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
22793 Subject: [PATCH perl@8133] fix-up for VMS extensions
22794
22795 In VMS embedded perls couldn't access the statically built Socket.
22796
22797 Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
22798
22799 Further VMS piping fixes from Charles Lane.
22800
22801 Subject: [PATCH] make t/op/misc.t work on VMS
22802
22803 Add tracing for debugging extensions builds in VMS.
22804
22805 Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
22806 Branch: maint-5.6/perl
22807 !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
22808 !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
22809 !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
22810____________________________________________________________________________
22811[ 8635] By: jhi on 2001/01/31 01:46:41
22812 Log: Integrate change #7732 from mainline.
22813
22814 Sparc 64-bit pack() fix from Jens Hamisch.
22815 Branch: maint-5.6/perl
22816 !> pp.c
22817____________________________________________________________________________
22818[ 8634] By: jhi on 2001/01/31 01:41:16
22819 Log: One spot missing from #8626.
22820 Branch: maint-5.6/perl
22821 ! sv.c
22822____________________________________________________________________________
22823[ 8633] By: jhi on 2001/01/31 00:49:17
22824 Log: Integrate change #7495 from mainline.
22825
22826 Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
22827 Branch: maint-5.6/perl
22828 !> MANIFEST ext/re/Makefile.PL
22829____________________________________________________________________________
22830[ 8632] By: jhi on 2001/01/30 23:38:49
22831 Log: Integrate change #8396 from mainline.
22832
22833 Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
22834 better multicast support (resend)
22835 Branch: maint-5.6/perl
22836 !> ext/Socket/Socket.pm
22837____________________________________________________________________________
22838[ 8631] By: jhi on 2001/01/30 23:28:03
22839 Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
22840
22841 More AIX lore. (7514, ext/re/hints/aix.pl)
22842
22843 Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
22844
22845 Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23] (7813, strictly speaking not yet necessary, but harmless and goes well with #8490)
22846
22847 Subject: [ID 20001214.002] Net::Ping patch
22848
22849 Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
22850
22851 Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
22852
22853 Add ReuseAddr as a (preferred) alias for Reuse as we now
22854 also have ReusePort.
22855
22856 Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
22857 Branch: maint-5.6/perl
22858 +> ext/re/hints/aix.pl
22859 !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
22860 !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
22861____________________________________________________________________________
22862[ 8630] By: jhi on 2001/01/30 23:03:59
22863 Log: Integrate changes #8215,8587 from mainline: missing pod nits.
22864
22865 read() documentation tweak for 20001121.004.
22866
22867 Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
22868 Branch: maint-5.6/perl
22869 !> pod/perlfunc.pod pod/perlre.pod
22870____________________________________________________________________________
22871[ 8629] By: jhi on 2001/01/30 22:41:57
22872 Log: Integrate change #8098 from mainline.
22873
22874 fastgetcwd is defined using a glob alias on a $^O dependent basis
22875 and there was no default assignment or perl subroutine.
22876 Branch: maint-5.6/perl
22877 !> lib/Cwd.pm
22878____________________________________________________________________________
22879[ 8628] By: jhi on 2001/01/30 21:58:52
22880 Log: Integrate change #7866 from mainline.
22881
22882 File::Temp 0.11.
22883 Branch: maint-5.6/perl
22884 !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
22885____________________________________________________________________________
22886[ 8627] By: jhi on 2001/01/30 21:39:44
22887 Log: Integrate changes #8075,8086,8228 from mainline.
22888
22889 Darwin is not Windows. (8075,8086)
22890
22891 Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
22892 Branch: maint-5.6/perl
22893 !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
22894 !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
22895 !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
22896 !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
22897____________________________________________________________________________
22898[ 8626] By: jhi on 2001/01/30 21:22:11
22899 Log: Integrate with tweakery the change #8625 from mainline,
22900 the multibyte decimal separator fix ("fa_IR locale failure").
22901 Branch: maint-5.6/perl
22902 ! embedvar.h perlapi.h
22903 !> intrpvar.h perl.c perl.h sv.c util.c
22904____________________________________________________________________________
22905[ 8625] By: jhi on 2001/01/30 20:26:33
22906 Log: Fix for the fa_IR locale failure. The reason for the failure
22907 was that Perl was assuming the decimal separator aka the radix
22908 separator is one character. The Farsi-Iranian locale crushed
22909 that bad assumption since there the separator is 'Momayyez',
22910 glyphwise looking somewhat like a slash, and in Unicode UTF-8
22911 encoded in two bytes, 0xd9 0xab.
22912 Branch: perl
22913 ! intrpvar.h perl.c perl.h sv.c util.c
22914____________________________________________________________________________
22915[ 8624] By: gsar on 2001/01/30 20:17:03
22916 Log: regen_headers
22917 Branch: maint-5.6/perl
22918 ! Makefile.SH pod/perlintern.pod
22919____________________________________________________________________________
22920[ 8623] By: gsar on 2001/01/30 19:42:34
22921 Log: backout change#7431 and its dependents (causes spurious rebuilds
22922 of autogenerated files)
22923
22924 fix benign b.t failure
22925 Branch: maint-5.6/perl
22926 ! Makefile.SH t/lib/b.t
22927____________________________________________________________________________
22928[ 8622] By: jhi on 2001/01/30 19:41:41
22929 Log: Microperl sync.
22930 Branch: perl
22931 ! mg.c perl.h
22932____________________________________________________________________________
22933[ 8621] By: gsar on 2001/01/30 19:24:47
22934 Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
22935 from mainline
22936
22937 Subject: podlators 1.06 released
22938
22939 Subject: [PATCH @8436] Eliminate op_children
22940
22941 (Replaced by #8448) Traces of op_children (cleanup of #8442)
22942
22943 (Replaced by #8448) More op_children traces (cleanup of #8442).
22944
22945 Subject: [PATCH #3 @8436] Re: Eliminate op_children
22946 Replace #8444 and #8445.
22947
22948 Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
22949 at the setting of the ofs_sv in new_struct_thread() as the
22950 thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
22951 uninitialized fields are, uh, initialized with),
22952 SvREFCNT_inc()ing that invited a core dump.
22953
22954 podlators 1.07, from Russ Allbery.
22955
22956 Subject: [PATCH] regcomp.c old feature removal
22957 From: mjd@plover.com
22958 Date: 16 Jan 2001 14:43:18 -0000
22959 Message-ID: <20010116144318.7140.qmail@plover.com>
22960 Branch: maint-5.6/perl
22961 +> lib/Pod/Text/Overstrike.pm
22962 !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
22963 !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
22964 !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
22965 !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
22966 !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
22967 !> util.c
22968____________________________________________________________________________
22969[ 8620] By: gsar on 2001/01/30 18:48:32
22970 Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
22971 8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
22972 now fails one test)
22973
22974 Subject: [PATCH] lvalue AUTOLOAD. No, really.
22975
22976 Subject: [PATCH] Interesting syntax idea
22977 Make opens + bareword assigns do typeglob assigns.
22978
22979 Tests for #8254.
22980
22981 Subject: [PATCH @8269] Continue blocks and B::Deparse
22982 Make the peephole optimizer to bypass more null ops and
22983 and rewrite the deparse handling of continue blocks.
22984
22985 Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
22986 Doc tweak on #8313.
22987
22988 Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
22989
22990 Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
22991
22992 Subject: [PATCH perl@8269] Opcode.XS, fix memory leak
22993
22994 Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
22995 Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
22996 according to the platform.
22997
22998 Subject: [PATCH @8404] Consolidated lvalue sub changes
22999
23000 Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
23001
23002 Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
23003
23004 Subject: B::Concise -- an improved replacement for B::Terse
23005
23006 The B::Terse drop-in replacement wasn't quite drop-in.
23007
23008 The LVRET macro needed an aTHX.
23009
23010 Use the /^Perl_/-less form of is_lvalue_sub().
23011
23012 Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
23013 Branch: maint-5.6/perl
23014 +> ext/B/B/Concise.pm
23015 !> (integrate 27 files)
23016____________________________________________________________________________
23017[ 8619] By: nick on 2001/01/30 18:40:28
23018 Log: Integrate mainline
23019 Branch: perlio
23020 !> (integrate 40 files)
23021____________________________________________________________________________
23022[ 8618] By: jhi on 2001/01/30 18:37:18
23023 Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
23024 Date: Mon, 29 Jan 2001 22:51:29 -0600
23025 From: "Craig A. Berry" <craigberry@mac.com>
23026 Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
23027 Branch: perl
23028 ! vms/test.com
23029____________________________________________________________________________
23030[ 8617] By: jhi on 2001/01/30 18:34:53
23031 Log: Subject: [PATCH] Add missing CV flags to dump.c
23032 From: Tim Jenness <t.jenness@jach.hawaii.edu>
23033 Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
23034 Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
23035 Branch: perl
23036 ! dump.c
23037____________________________________________________________________________
23038[ 8616] By: jhi on 2001/01/30 18:20:58
23039 Log: Integrate partly the change #8615 from mainline, the t/op/each.t
23040 part isn't applicable to maintperl.
23041
23042 UTF-8 nit from Inaba Hiroto.
23043 Branch: maint-5.6/perl
23044 !> pod/perlapi.pod utf8.c
23045____________________________________________________________________________
23046[ 8615] By: jhi on 2001/01/30 18:18:51
23047 Log: UTF-8 nit from Inaba Hiroto.
23048 Branch: perl
23049 ! pod/perlapi.pod t/op/each.t utf8.c
23050____________________________________________________________________________
23051[ 8614] By: jhi on 2001/01/30 18:13:38
23052 Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
23053
23054 perl's internal variables are not for public consumption,
23055 move their docs from perlapi.pod to perlintern.pod
23056
23057 support for -Dusethreads build under HP-UX 10.20 and DCE threads
23058 library (11.0 and later have pthreads but 10.x don't)
23059
23060 avoid uninitialized value warnings
23061
23062 canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
23063 gets weird results)
23064
23065 perldoc nit on windows
23066
23067 make it possible to run the tests outside the source tree
23068 (there's still a dependency on ../lib being the library
23069 location)
23070 Branch: perl
23071 !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
23072 !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
23073 !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
23074 !> win32/bin/search.pl win32/vdir.h
23075____________________________________________________________________________
23076[ 8613] By: gsar on 2001/01/30 16:39:59
23077 Log: make it possible to run the tests outside the source tree
23078 (there's still a dependency on ../lib being the library
23079 location)
23080 Branch: maint-5.6/perl
23081 ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
23082____________________________________________________________________________
23083[ 8612] By: gsar on 2001/01/30 16:31:12
23084 Log: perldoc nit on windows
23085 Branch: maint-5.6/perl
23086 ! utils/perldoc.PL
23087____________________________________________________________________________
23088[ 8611] By: gsar on 2001/01/30 16:22:54
23089 Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
23090 gets weird results)
23091 Branch: maint-5.6/perl
23092 ! win32/vdir.h
23093____________________________________________________________________________
23094[ 8610] By: gsar on 2001/01/30 16:12:45
23095 Log: avoid uninitialized value warnings
23096 Branch: maint-5.6/perl
23097 ! win32/bin/search.pl
23098____________________________________________________________________________
23099[ 8609] By: gsar on 2001/01/30 16:08:01
23100 Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
23101 library (11.0 and later have pthreads but 10.x don't)
23102 Branch: maint-5.6/perl
23103 ! hints/hpux.sh thread.h
23104____________________________________________________________________________
23105[ 8608] By: gsar on 2001/01/30 15:48:55
23106 Log: perl's internal variables are not for public consumption,
23107 move their docs from perlapi.pod to perlintern.pod
23108 Branch: maint-5.6/perl
23109 ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
23110 ! thrdvar.h
23111____________________________________________________________________________
23112[ 8607] By: gsar on 2001/01/30 15:44:27
23113 Log: mistakenly branched perl56delta.pod, revert
23114 Branch: maint-5.6/perl
23115 - pod/perl56delta.pod
23116 !> pod/perldelta.pod
23117____________________________________________________________________________
23118[ 8606] By: gsar on 2001/01/30 14:20:24
23119 Log: integrate changes#7984,7987,8010 from mainline (gets rid of
23120 dTHR which has been a noop for a while now, except for the
23121 compatibility definition in thread.h)
23122 Branch: maint-5.6/perl
23123 !> (integrate 45 files)
23124____________________________________________________________________________
23125[ 8605] By: jhi on 2001/01/30 05:43:58
23126 Log: Mark the UTF-8 APIs as experimental.
23127 Branch: maint-5.6/perl
23128 ! embed.pl pod/perlapi.pod
23129____________________________________________________________________________
23130[ 8604] By: jhi on 2001/01/30 05:38:40
23131 Log: Nits from earlier integrates.
23132 Branch: maint-5.6/perl
23133 ! lib/Carp/Heavy.pm
23134 !> sv.c
23135____________________________________________________________________________
23136[ 8603] By: jhi on 2001/01/30 05:27:26
23137 Log: Regenerate Porting files.
23138 Branch: maint-5.6/perl
23139 ! Porting/Glossary Porting/config.sh Porting/config_H
23140____________________________________________________________________________
23141[ 8602] By: jhi on 2001/01/30 05:14:59
23142 Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
23143 8310,8339,8447,8492,8493,8505,8525: documentation changes.
23144
23145 Subject: Re: perlfaq style changes
23146
23147 Subject: DOC PATCH 5.6.0: -s return value incompletely documented
23148
23149 Subject: [PATCH] docs on NaN
23150
23151 Subject: [patch] perlfaq7
23152
23153 Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
23154
23155 Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
23156
23157 Subject: [PATCH] open() example in perlfunc.pod
23158
23159 Podify README.mpeix (a new version from the web)
23160
23161 Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
23162
23163 Subject: [PATCH] format and rewording in perlfaq.pod
23164
23165 Subject: [PATCH] API Variable documentation
23166
23167 Memory management calls documentation.
23168
23169 Subject: [PATCH: perl@8482] README.vms URL updates
23170
23171 Subject: Minor typos in perlfaq2.pod
23172
23173 Subject: [PATCH] pod/perlvar.pod
23174 Branch: maint-5.6/perl
23175 +> pod/perl56delta.pod
23176 ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
23177 !> README.amiga README.epoc README.mpeix README.vms
23178 !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
23179 !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
23180 !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
23181 !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
23182 !> pod/perlvar.pod thrdvar.h
23183____________________________________________________________________________
23184[ 8601] By: jhi on 2001/01/30 04:38:35
23185 Log: Integrate changes #8036,8096,8253 from mainline:
23186 hints changes.
23187
23188 Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
23189 Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio
23190
23191 Output the (apparent) version of gcc in Tru64.
23192 Branch: maint-5.6/perl
23193 +> ext/POSIX/hints/svr4.pl
23194 !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
23195 !> hints/svr4.sh t/lib/bigfltpm.t
23196____________________________________________________________________________
23197[ 8600] By: jhi on 2001/01/30 04:04:01
23198 Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
23199 locale fixes.
23200
23201 sprintf() does not taint since print() does not. (7863,7875,7876,7888)
23202
23203 Debian allows /usr/bin/locale to exist without any locales. (7868)
23204
23205 Allow the locale test needing POSIX and the taint test
23206 needing IPC::SysV to run under 'minitest' (basically,
23207 bail out if loading the extension fails). (8384)
23208
23209 Cleanup the locale.t output (8480)
23210 Branch: maint-5.6/perl
23211 !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
23212 !> t/pragma/locale.t
23213____________________________________________________________________________
23214[ 8599] By: jhi on 2001/01/30 03:51:04
23215 Log: Missing generated files from #8598.
23216 Branch: maint-5.6/perl
23217 ! embed.h global.sym objXSUB.h perlapi.c proto.h
23218____________________________________________________________________________
23219[ 8598] By: jhi on 2001/01/30 03:41:54
23220 Log: Integrate change #8555 from mainline, manually integrate parts
23221 of changes 8452 and 8583.
23222
23223 Subject: [PATCH] utf8.c documentation (8452)
23224
23225 No point in checking the length if the pointer is bogus. (8555)
23226
23227 Introduce bytes_from_utf8() and implement sv_eq() using it,
23228 tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
23229 produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
23230 was malformed. (8583)
23231 Branch: maint-5.6/perl
23232 ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
23233 !> pod/perlapi.pod sv.c utf8.c
23234____________________________________________________________________________
23235[ 8597] By: gsar on 2001/01/30 02:37:26
23236 Log: get PERL_OBJECT build going again on windows
23237 Branch: maint-5.6/perl
23238 ! embed.h embed.pl global.sym objXSUB.h perlapi.c
23239 ! pod/perlapi.pod proto.h sv.c
23240____________________________________________________________________________
23241[ 8596] By: jhi on 2001/01/30 02:16:17
23242 Log: Signedness nit.
23243 Branch: perl
23244 ! sv.c
23245____________________________________________________________________________
23246[ 8595] By: jhi on 2001/01/30 02:11:07
23247 Log: EBCDIC patch for Storable, from Peter Prymmer.
23248 Branch: perl
23249 ! t/lib/st-06compat.t
23250____________________________________________________________________________
23251[ 8594] By: jhi on 2001/01/30 01:04:48
23252 Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
23253 From: Peter Prymmer <pvhp@forte.com>
23254 Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
23255 Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
23256 Branch: perl
23257 ! t/lib/b.t
23258____________________________________________________________________________
23259[ 8593] By: jhi on 2001/01/30 00:56:47
23260 Log: Subject: [PATCH: perl@8585] pod problems in io
23261 From: Peter Prymmer <pvhp@forte.com>
23262 Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
23263 Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
23264 Branch: perl
23265 ! pod/perlapio.pod pod/perliol.pod
23266____________________________________________________________________________
23267[ 8592] By: jhi on 2001/01/30 00:48:20
23268 Log: Integrate perlio.
23269 Branch: perl
23270 !> pod/perlapio.pod pod/perliol.pod
23271____________________________________________________________________________
23272[ 8591] By: nick on 2001/01/29 22:02:28
23273 Log: GNU 'merge' Simon's copy of perliol.pod with version
23274 patched by Craig's patch.
23275 Branch: perlio
23276 ! pod/perliol.pod
23277____________________________________________________________________________
23278[ 8590] By: nick on 2001/01/29 21:55:10
23279 Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
23280 Branch: perlio
23281 ! pod/perlapio.pod pod/perliol.pod
23282____________________________________________________________________________
23283[ 8589] By: jhi on 2001/01/29 15:35:33
23284 Log: Integrate change #8586 from maint-5.6/perl.
23285
23286 make the BOM detection code not call tell() until it has to
23287 (meant to fix esoteric compatibility issues where PL_rsfp
23288 is overridden)
23289 Branch: perl
23290 !> toke.c
23291____________________________________________________________________________
23292[ 8588] By: jhi on 2001/01/29 15:29:11
23293 Log: Subject: MAking Solaris malloc() the default
23294 From: Lupe Christoph <lupe@lupe-christoph.de>
23295 Date: Mon, 29 Jan 2001 12:59:36 +0100
23296 Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
23297
23298 The README.solaris part slightly tweaked.
23299 Branch: perl
23300 ! README.solaris hints/solaris_2.sh
23301____________________________________________________________________________
23302[ 8587] By: jhi on 2001/01/29 15:17:34
23303 Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
23304 From: root@ak-75.mind.de
23305 Date: Sun, 28 Jan 2001 20:32:29 +0100
23306 Message-Id: <200101281932.UAA15768@ak-75.mind.de>
23307 Branch: perl
23308 ! pod/perlre.pod
23309____________________________________________________________________________
23310[ 8586] By: gsar on 2001/01/29 13:43:44
23311 Log: make the BOM detection code not call tell() until it has to
23312 (meant to fix esoteric compatibility issues where PL_rsfp
23313 is overridden)
23314 Branch: maint-5.6/perl
23315 ! toke.c
23316____________________________________________________________________________
23317[ 8585] By: jhi on 2001/01/28 20:05:45
23318 Log: Update Changes.
23319 Branch: perl
23320 ! Changes patchlevel.h
23321____________________________________________________________________________
2129b68a
JH
23322[ 8584] By: jhi on 2001/01/28 19:30:02
23323 Log: Integrate perlio.
23324 Branch: perl
23325 +> pod/perliol.pod
23326 !> MANIFEST pod/perlapio.pod
23327____________________________________________________________________________
23328[ 8583] By: jhi on 2001/01/28 19:28:40
23329 Log: Patch from Inaba Hiroto:
23330 - canonical UTF-8 hash keys: if a key string for a hash is
23331 UTF8-on, try downgrade the string and use it if
23332 unicode::distinct is not in effect.
23333 For the task, I added a function bytes_from_utf8() to utf8.c.
23334 It might resemble utf8_to_bytes() but it is not convenient
23335 to the task.
23336 Made a test for it and added to t/op/each.t
23337 - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
23338 the mortal copy of the argument SV.
23339 And changed t/io/utf8.t test 18 which expects print() to
23340 upgrade its argument.
23341 - re-implement sv_eq with bytes_from_utf8()
23342 - some bug fixes
23343 - tr/// does not handle UTF8 range (\x{}-\x{})
23344 - \ before raw UTF8 character produced
23345 "Malformed UTF-8 character" warning.
23346 - "\x{100}\N{CENT SIGN}" is Malformed.
23347 Added tests for these 3.
23348 - and one silly bug (by me) with qu operator.
23349 Branch: perl
23350 ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
23351 ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
23352 ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
23353____________________________________________________________________________
23354[ 8582] By: nick on 2001/01/28 19:25:04
23355 Log: Add pod/perliol.pod to MANIFEST :-(
23356 Branch: perlio
23357 ! MANIFEST
23358____________________________________________________________________________
23359[ 8581] By: nick on 2001/01/28 19:22:40
23360 Log: PerlIO documentation. Proofing and sub-editing requested.
23361 Branch: perlio
23362 + pod/perliol.pod
23363 ! pod/perlapio.pod
23364____________________________________________________________________________
23365[ 8580] By: jhi on 2001/01/28 05:16:25
23366 Log: Revert the change to sv_2pv() done by #8054: Someone who
23367 did SvNV_set() on a scalar that also happened to be POK,
23368 followed by sv_2pv() won't get the right coercion anymore.
23369 [Sarathy]
23370 Branch: maint-5.6/perl
23371 ! sv.c
23372____________________________________________________________________________
23373[ 8579] By: jhi on 2001/01/28 05:15:04
23374 Log: Remove the #8084 effect: do not allow -Q to be interpreted
23375 as -&Q(), this is too much wiggle room.
23376 Branch: maint-5.6/perl
23377 ! toke.c
23378____________________________________________________________________________
23379[ 8578] By: jhi on 2001/01/28 05:12:45
23380 Log: Needed bits of #8439 (should have been in #8576),
23381 mainly for lval substr().
23382 Branch: maint-5.6/perl
23383 ! mg.c pp.c pp_hot.c
23384____________________________________________________________________________
23385[ 8577] By: jhi on 2001/01/28 05:02:46
23386 Log: A missing check-in.
23387 Branch: maint-5.6/perl
23388 ! utf8.c
23389____________________________________________________________________________
23390[ 8576] By: jhi on 2001/01/28 04:26:18
23391 Log: Integrate changes #8425,8436,8439,8517 from mainline.
23392 The 8439 was not truly integrated because it had too many
23393 dependencies on the development branch and because it introduced
23394 concepts too bold for a maintenance branch (such as the qu operator).
23395
23396 Subject: [PATCH perl@8342] -Wformat
23397
23398 Tighten some of the UTF-8 tests a bit.
23399
23400 More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
23401 - The substr lval was still not okay.
23402 - Now pp_stringify and sv_setsv copies source's UTF8 flag
23403 even if IN_BYTE. pp_stringify is called from fold_constants
23404 at optimization phase and "\x{100}" was made SvUTF8_off under
23405 use bytes (the bytes pragma is for "byte semantics" and not
23406 for "do not produce UTF8 data")
23407 Branch: maint-5.6/perl
23408 ! t/lib/charnames.t t/op/substr.t toke.c
23409 !> sv.c t/pragma/utf8.t
23410____________________________________________________________________________
23411[ 8575] By: jhi on 2001/01/28 04:01:51
23412 Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
23413
23414 Subject: One more patch for UTF8 (UTF-8 fixes for 'x' and tr////)
23415
23416 Subject: [ID 20001230.003] UTF-8 tr still hurts
23417
23418 Test cases for #8385 (from Simon's "torture.pl")
23419
23420 Start fixing UTF-8 lval substr() (8405)
23421 Branch: maint-5.6/perl
23422 !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
23423 !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
23424____________________________________________________________________________
23425[ 8574] By: jhi on 2001/01/28 03:09:06
23426 Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
23427 from mainline.
23428
23429 UTF-8 cleanup.
23430
23431 Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted
23432
23433 "\x{FF}\xFF" was broken.
23434
23435 Tests for #8329 and #8330.
23436
23437 Add a note about EBCDIC versus UTF-8 to a potential problem spot.
23438
23439 IRIX compiler noticed that the bof initialization might be
23440 bypassed by control flow.
23441
23442 Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
23443 Branch: maint-5.6/perl
23444 !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
23445 !> regexec.c sv.c t/op/bop.t toke.c utf8.c
23446____________________________________________________________________________
23447[ 8573] By: jhi on 2001/01/28 02:06:12
23448 Log: Retract #8552.
23449 Branch: perl
23450 ! lib/Text/Wrap.pm t/lib/textwrap.t
23451____________________________________________________________________________
23452[ 8572] By: jhi on 2001/01/28 02:04:49
23453 Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
23454 8305,8323,8324 from mainline. The 8267,8272, and 8298 were
23455 not really integrated but instead salvaged by hand
23456 (they had too many dependencies on the development release
23457 to be cleanly integratable).
23458
23459 Subject: more UTF8 test suites and an UTF8 patch
23460
23461 Tweak for MULTIPLICITY/USE_PERLIO
23462
23463 Signedness nit.
23464
23465 Turn SvUTF8 off if not required in pp_chr and pp_stringify.
23466
23467 Use the UTF8_XXX macros in is_utf8_char().
23468
23469 Rewrite pp_concat() in terms of sv_catsv(). The . operator
23470 should now be UTF-8-proof.
23471
23472 Subject: [PATCH perl@8269] scanning two hex-constants
23473 fails on EBCDIC environment (script length.t)
23474
23475 Add some Unicode chop() tests.
23476 Branch: maint-5.6/perl
23477 ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
23478 !> sv.c t/op/chop.t utf8.h
23479____________________________________________________________________________
23480[ 8571] By: jhi on 2001/01/28 00:35:59
23481 Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
23482 8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
23483
23484 Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
23485
23486 The maxiters upper limit sanity check (guarding against
23487 non-progress) assumed bytes instead of characters in s///
23488 and split().
23489
23490 Signedness nit.
23491
23492 sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
23493 join() should now be UTF-8-proof.
23494
23495 More split // UTF-8 tests. (8250)
23496 Branch: maint-5.6/perl
23497 !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
23498 !> util.c
23499____________________________________________________________________________
23500[ 8570] By: jhi on 2001/01/27 22:15:46
23501 Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
23502 8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
23503 8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
23504 8084,8204,8244,8333 from mainline.
23505
23506 For -Q where Q might be a one-letter sub name one does no more
23507 get a warning about an unknown filetest (7941,7943,7944,8084).
23508
23509 Subject: Re: [ID 20001130.011] expression parsing bug ?
23510
23511 Make uv_to_utf8() to zero-terminate its output buffer.
23512
23513 Split off t/op/length.t (7995)
23514
23515 Split off t/op/utf8decode.t (7996)
23516
23517 Remove an unnecessary 'use utf8' from the utf8.t (7998)
23518
23519 Split off t/op/concat.t (8004)
23520
23521 Split off t/op/ver.t (8005)
23522
23523 Document utf8_length(), utf8_distance(), and utf8_hop().
23524
23525 Document utf8_to_uv() better.
23526
23527 Introduce macros for UTF8 decoding (8028,8033).
23528
23529 Add test for reverse() (8030,8031).
23530
23531 Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
23532
23533 Do not return the Unicode replacement character on UTF-8
23534 decoding failure.
23535
23536 Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
23537 not this_utf8 i.e. the output string has one, but don't mess
23538 with source assumption. (8052,8053)
23539
23540 Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
23541 writing of BOM to a non-utf8 stream. Fix SvPVutf8() - sv_2pv()
23542 was not expecting to be called with something that was already
23543 SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
23544 just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
23545 (8054)
23546
23547 Recode the naughty binary bytes in utf8decode.t using the \xHH.
23548
23549 Make some panic messages a bit more logical.
23550 Branch: maint-5.6/perl
23551 +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
23552 !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
23553 !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
23554 !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
23555 !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
23556 !> utf8.c utf8.h
23557____________________________________________________________________________
23558[ 8569] By: jhi on 2001/01/27 19:16:43
23559 Log: Integrate changes #7750 from perlio and #8566 from mainline.
23560 Branch: maint-5.6/perl
23561 !> regexec.c sv.c
23562____________________________________________________________________________
23563[ 8568] By: jhi on 2001/01/27 18:06:51
23564 Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
23565 7783,7790[perlio],7869,7871,7872,7911,7916,7932,
23566 7935[-perlio.c],7936,7959,7965 from mainline.
23567
23568 Change the "big byte" error message to "Wide character".
23569 (7355, the croak-if-wide-chars-in-print part ignored)
23570
23571 Use UINT64_C().
23572
23573 Introduce Perl_utf8_length().
23574
23575 diff -se shows these as different (7753, forgotten check-ins)
23576
23577 Subject: [PATCH] doop.c - UTF8 tr///
23578
23579 If we use (aTHX_ ...) then put Perl_ on the front.
23580
23581 Make utf8_length() and utf8_distance() to be less forgiving
23582 about bad UTF-8.
23583
23584 Test line numbers are different with utf8.
23585
23586 No need to scan till infinity, 13 is enough. (7872,7911)
23587
23588 Subject: [PATCH] Tokeniser debugging
23589
23590 Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
23591
23592 Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
23593
23594 Be more careful in Perl_sv_utf8_downgrade().
23595
23596 Use DO_UTF8().
23597
23598 Raw zero bytes in text files confuse at least GNU patch 2.1.
23599 Branch: maint-5.6/perl
23600 !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
23601 !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
23602 !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
23603 !> t/pragma/utf8.t toke.c utf8.c utf8.h
23604____________________________________________________________________________
23605[ 8567] By: nick on 2001/01/27 11:10:38
23606 Log: Integrate mainline
23607 Branch: perlio
23608 !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
23609 !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
23610 !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
23611 !> toke.c
23612____________________________________________________________________________
23613[ 8566] By: jhi on 2001/01/27 06:22:48
23614 Log: More documentation for the regexp context stack.
23615 Branch: perl
23616 ! regexec.c
23617____________________________________________________________________________
23618[ 8565] By: jhi on 2001/01/27 05:21:57
23619 Log: Update Changes.
23620 Branch: perl
23621 ! Changes patchlevel.h
23622____________________________________________________________________________
6bca211d
JH
23623[ 8564] By: jhi on 2001/01/27 04:44:04
23624 Log: Threadedness patch for #8562 from Doug MacEachern.
23625 Branch: perl
23626 ! toke.c
23627____________________________________________________________________________
23628[ 8563] By: jhi on 2001/01/27 04:26:24
23629 Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
23630 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
23631 Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
23632 Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
23633 Branch: perl
23634 ! op.c
23635____________________________________________________________________________
23636[ 8562] By: jhi on 2001/01/27 04:20:30
23637 Log: Subject: Re: Announce : Tokener reporting patch
23638 From: Simon Cozens <simon@cozens.net>
23639 Date: Mon, 22 Jan 2001 02:17:22 +0000
23640 Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
23641 Branch: perl
23642 ! embed.h embed.pl proto.h toke.c
23643____________________________________________________________________________
23644[ 8561] By: jhi on 2001/01/27 04:17:24
23645 Log: Forgot from #8545. Oops.
23646 Branch: perl
23647 ! pp.c t/pragma/overload.t
23648____________________________________________________________________________
23649[ 8560] By: jhi on 2001/01/27 03:01:47
23650 Log: A better module compilation test, use MANIFEST as suggested
23651 by Spider.
23652 Branch: perl
23653 ! t/lib/1_compile.t
23654____________________________________________________________________________
23655[ 8559] By: jhi on 2001/01/27 02:50:48
23656 Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
23657 From: Peter Prymmer <pvhp@forte.com>
23658 Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
23659 Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
23660 Branch: perl
23661 ! t/lib/b.t
23662____________________________________________________________________________
23663[ 8558] By: jhi on 2001/01/27 02:27:05
23664 Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
23665 From: Peter Prymmer <pvhp@forte.com>
23666 Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
23667 Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
23668 Branch: perl
23669 ! t/pragma/sub_lval.t
23670____________________________________________________________________________
23671[ 8557] By: jhi on 2001/01/27 02:26:03
23672 Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
23673 From: Peter Prymmer <pvhp@forte.com>
23674 Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
23675 Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
23676 Branch: perl
23677 ! t/lib/st-06compat.t
23678____________________________________________________________________________
23679[ 8556] By: jhi on 2001/01/27 02:24:33
23680 Log: Subject: [PATCH: perl@8531] minor update to README.os390
23681 From: Peter Prymmer <pvhp@forte.com>
23682 Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
23683 Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
23684 Branch: perl
23685 ! README.os390
23686____________________________________________________________________________
23687[ 8555] By: jhi on 2001/01/27 00:35:47
23688 Log: No point in checking the length before we know whether the pointer
23689 is bogus or not, fixes Abigail's odbm failures in Linux.
23690 Branch: perl
23691 ! sv.c
23692____________________________________________________________________________
23693[ 8554] By: nick on 2001/01/26 19:01:31
23694 Log: Integrate mainline
23695 Branch: perlio
23696 !> lib/Text/Wrap.pm t/lib/textwrap.t
23697____________________________________________________________________________
23698[ 8553] By: jhi on 2001/01/26 15:19:39
23699 Log: Integrate change #7792 from perlio (multiplicity fix),
23700 fix the AV leak in regex DEBUGGING (tiny part of the
23701 polymorphic regexp patch #8143).
23702 Branch: maint-5.6/perl
23703 ! regcomp.c
23704 !> scope.h
23705____________________________________________________________________________
23706[ 8552] By: jhi on 2001/01/26 15:03:23
23707 Log: Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
23708 From: Michael G Schwern <schwern@pobox.com>
23709 Date: Fri, 26 Jan 2001 09:28:31 -0500
23710 Message-ID: <20010126092831.A15328@blackrider.aocn.com>
23711 Branch: perl
23712 ! lib/Text/Wrap.pm t/lib/textwrap.t
23713____________________________________________________________________________
23714[ 8551] By: jhi on 2001/01/26 02:33:19
23715 Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
23716 7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
23717
23718 Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
23719
23720 Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
23721
23722 Message nit.
23723
23724 BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
23725
23726 Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
23727
23728 (the cleanup of unused submatches in regtry() and regcppop())
23729
23730 Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
23731 stored and restored, and thusly was trounced by the utf8 swash
23732 routines.
23733
23734 use utf8 not required to use \x{}.
23735
23736 Removed two more tests that make no sense in UTF-8 since the test
23737 data is not in UTF-8.
23738
23739 Get the three different space character classes right under utf8.
23740
23741 Implement ANYOFUTF8 regprop() dumping.
23742
23743 Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
23744
23745 Document the regex context pushing/popping a bit better.
23746 Branch: maint-5.6/perl
23747 +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
23748 !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
23749 !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
23750 !> t/op/regmesg.t utf8.c
23751____________________________________________________________________________
23752[ 8550] By: nick on 2001/01/25 19:42:30
23753 Log: Integrate mainline
23754 Branch: perlio
23755 !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
23756 !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
23757 !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
23758 !> t/lib/bigint.t t/lib/bigintpm.t
23759____________________________________________________________________________
23760[ 8549] By: jhi on 2001/01/25 15:22:28
23761 Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
23762 Branch: maint-5.6/perl
23763 ! pod/perlfunc.pod pp.c t/pragma/utf8.t
23764____________________________________________________________________________
23765[ 8548] By: jhi on 2001/01/25 15:02:55
23766 Log: Integrate changes #7997,8063,8492,8547 from mainline.
23767
23768 Subject: Re: STRLEN - what?
23769
23770 Subject: [PATCH] perlguts.pod
23771
23772 Memory management calls documentation.
23773
23774 Layout using tabulator is not a good idea in a pod.
23775 Branch: maint-5.6/perl
23776 !> pod/perlguts.pod
23777____________________________________________________________________________
23778[ 8547] By: jhi on 2001/01/25 14:49:05
23779 Log: Layout using tabulator is not a good idea in a pod.
23780 Branch: perl
23781 ! pod/perlguts.pod
23782____________________________________________________________________________
23783[ 8546] By: jhi on 2001/01/25 14:31:12
23784 Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
23785 from mainline.
23786
23787 Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
23788
23789 Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
23790
23791 More Win32 editor/IDE/shell hints.
23792
23793 More Win32 Perling.
23794
23795 Yet another editor edit.
23796
23797 Edit edit edit.
23798
23799 IDE/editor section tweaking.
23800
23801 Few more IDE/editor nits from p5p.
23802 Branch: maint-5.6/perl
23803 !> pod/perlfaq3.pod
23804____________________________________________________________________________
23805[ 8545] By: jhi on 2001/01/25 04:16:32
23806 Log: Subject: [PATCH 5.7.0] overload int()
23807 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23808 Date: Wed, 24 Jan 2001 19:06:57 -0500
23809 Message-ID: <20010124190657.A8512@math.ohio-state.edu>
23810 Branch: perl
23811 ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
23812 ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
23813 ! t/lib/bigintpm.t
23814____________________________________________________________________________
23815[ 8544] By: jhi on 2001/01/25 04:15:11
23816 Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
23817 From: Peter Prymmer <pvhp@forte.com>
23818 Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
23819 Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
23820 Branch: perl
23821 ! Makefile.SH README.os390 hints/os390.sh installperl
23822____________________________________________________________________________
23823[ 8543] By: jhi on 2001/01/25 03:52:08
23824 Log: Integrate change #8462,8469 from mainline.
23825
23826 In VMS Perl subversion (perl -V) is undef.
23827 Branch: maint-5.6/perl
23828 !> configure.com
23829____________________________________________________________________________
23830[ 8542] By: jhi on 2001/01/25 03:44:55
23831 Log: Integrate changes #7835,7850,8315,8316 from mainline.
23832
23833 Solaris hints.
23834 Branch: maint-5.6/perl
23835 !> hints/solaris_2.sh
23836____________________________________________________________________________
23837[ 8541] By: jhi on 2001/01/25 03:39:28
23838 Log: Integrate #8336 from mainline.
23839 Branch: maint-5.6/perl
23840 !> hv.c
23841____________________________________________________________________________
23842[ 8540] By: jhi on 2001/01/25 03:23:50
23843 Log: Retract #8539.
23844 Branch: maint-5.6/perl
23845 ! pod/perlfaq3.pod
23846____________________________________________________________________________
23847[ 8539] By: jhi on 2001/01/25 03:21:55
23848 Log: (Retracted by #5940.)
23849 Branch: maint-5.6/perl
23850 ! pod/perlfaq3.pod
23851____________________________________________________________________________
23852[ 8538] By: jhi on 2001/01/25 03:14:07
23853 Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
23854 From: Peter Prymmer <pvhp@forte.com>
23855 Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
23856 Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
23857
23858 The VMS bits.
23859 Branch: maint-5.6/perl
23860 ! configure.com vms/descrip_mms.template
23861____________________________________________________________________________
23862[ 8537] By: jhi on 2001/01/25 03:06:09
23863 Log: Integrate #7710,7824,7973 from mainline.
23864 Branch: maint-5.6/perl
23865 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
23866 !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
23867 !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
23868 !> vos/config.ga.def vos/config.ga.h win32/config.bc
23869 !> win32/config.gc win32/config.vc
23870____________________________________________________________________________
23871[ 8536] By: jhi on 2001/01/24 13:50:20
23872 Log: Revert the edits made by me so far to the 5.6 branch since
23873 the TRIAL1 since I did edits when I should have been using
23874 integrates. Bad programmer. (Will integrate them properly later.)
23875 Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
23876 The #8353 will not be reapplied at least for now since
23877 the UTF-8 hash keys need more thinking.
23878 (The patches #8347, #8354, #8454, #8473 were okay since they
23879 were original edits made specifically for the 5.6.1-TRIAL1.)
23880 Branch: maint-5.6/perl
23881 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
23882 ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
23883 ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
23884 ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
23885 ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
23886 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
23887 ! win32/config.bc win32/config.gc win32/config.vc
23888____________________________________________________________________________
23889[ 8535] By: bailey on 2001/01/24 06:37:02
23890 Log: SYN SYN
23891 Branch: vmsperl
23892 +> (branch 26 files)
23893 !> (integrate 130 files)
23894____________________________________________________________________________
23895[ 8534] By: nick on 2001/01/23 19:30:57
23896 Log: Integrate mainline.
23897 Branch: perlio
23898 !> Changes Configure Porting/Glossary Porting/config.sh
23899 !> Porting/config_H embed.h embed.pl ext/Encode/compile
23900 !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
23901 !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
23902 !> pod/perlvar.pod proto.h t/lib/1_compile.t
23903____________________________________________________________________________
23904[ 8533] By: jhi on 2001/01/23 16:15:46
23905 Log: Forgotten from #8501.
23906 Branch: perl
23907 ! Porting/Glossary Porting/config.sh Porting/config_H
23908____________________________________________________________________________
23909[ 8532] By: jhi on 2001/01/23 16:13:27
23910 Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
23911 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
23912 Date: Mon, 22 Jan 2001 17:51:58 +0100
23913 Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
23914 Branch: perl
23915 ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
23916____________________________________________________________________________
23917[ 8531] By: jhi on 2001/01/23 15:46:01
23918 Log: Update Changes.
23919 Branch: perl
23920 ! Changes patchlevel.h
23921____________________________________________________________________________
c512e374
JH
23922[ 8530] By: jhi on 2001/01/23 15:38:39
23923 Log: De-cut-and-pasto.
23924 Branch: perl
23925 ! t/lib/1_compile.t
23926____________________________________________________________________________
23927[ 8529] By: jhi on 2001/01/23 15:11:04
23928 Log: Document the mkdir trailing slashes case.
23929 Branch: perl
23930 ! pod/perlfunc.pod
23931____________________________________________________________________________
23932[ 8528] By: jhi on 2001/01/23 15:08:28
23933 Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
23934 get installed:
23935
23936 Subject: lib/lib.pm
23937 From: <abigail@foad.org>
23938 Date: Mon, 28 Aug 2000 20:35:08 -0400
23939 Message-ID: <20000829003508.21281.qmail@foad.org>
23940 Branch: perl
23941 ! installperl
23942____________________________________________________________________________
23943[ 8527] By: jhi on 2001/01/23 14:44:04
23944 Log: Metaconfig unit change for #8526.
23945 Branch: metaconfig
23946 ! U/threads/archname.U
23947____________________________________________________________________________
23948[ 8526] By: jhi on 2001/01/23 14:43:19
23949 Log: Attach -perlio to the archname if so selected.
23950 Branch: perl
23951 ! Configure
23952____________________________________________________________________________
23953[ 8525] By: jhi on 2001/01/23 14:24:01
23954 Log: Subject: [PATCH] pod/perlvar.pod
23955 From: abigail@foad.org
23956 Date: Tue, 23 Jan 2001 01:41:10 +0100
23957 Message-ID: <20010123004110.22259.qmail@foad.org>
23958 Branch: perl
23959 ! pod/perlvar.pod
23960____________________________________________________________________________
23961[ 8524] By: jhi on 2001/01/23 14:22:32
23962 Log: A bug introduced in #8217 (the undefined variable in the
23963 lib/safe1_t #3) fixed, by Charles Lane:
23964
23965 The earlier patch made it so that stuff running in Safe
23966 compartments could do a "caller" and see "main". That
23967 little change in name is done right before the code in
23968 the compartment is run, and apparantly the parser
23969 was picking up the stash name before it got changed.
23970
23971 (why it was threaded vs. unthreaded Perl that was sensitive to this
23972 I still don't know...and it probably doesn't matter).
23973
23974 I tryed removing the stash name-change and saw that threaded Perl
23975 did indeed pass the lib/safe1.t tests.
23976
23977 So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
23978 do the name change (and to connect _ in the compartment to the global
23979 _) which is removed from _safe_call_sv. Then Safe.pm is modified
23980 to call _safe_pkg_prep when creating a new compartment.
23981
23982 Passes all tests with threaded perl on linux; passes all tests
23983 with unthreaded perl on VMS.
23984
23985 At some point I'll probably want to revisit Safe and Opcode to
23986 provide more sensible handling of global variables...and to get
23987 formats working in Safe compartments, which they don't do currently.
23988 Branch: perl
23989 ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
23990____________________________________________________________________________
23991[ 8523] By: jhi on 2001/01/23 14:11:58
23992 Log: Also the lib/Thread.pm itself needs to be ignored if
23993 the Thread extension hasn't been built.
23994 Branch: perl
23995 ! t/lib/1_compile.t
23996____________________________________________________________________________
23997[ 8522] By: jhi on 2001/01/23 13:51:28
23998 Log: print() instead of warn() so that stderr doesn't get
23999 unncessarily polluted.
24000 Branch: perl
24001 ! ext/Encode/compile
24002____________________________________________________________________________
24003[ 8521] By: jhi on 2001/01/23 13:49:48
24004 Log: Integrate perlio.
24005 Branch: perl
24006 !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
24007 !> ext/Encode/encode.h
24008____________________________________________________________________________
24009[ 8520] By: nick on 2001/01/22 21:44:00
24010 Log: More messing with Encode:
24011 Extra fields in header to allow multiple names and to record
24012 other things "compile" knows.
24013 Re-organise compile to factor out common output routines.
24014 Branch: perlio
24015 ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
24016____________________________________________________________________________
24017[ 8519] By: nick on 2001/01/22 20:33:50
24018 Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
24019 Branch: perlio
24020 ! ext/Encode/Makefile.PL ext/Encode/compile
24021____________________________________________________________________________
24022[ 8518] By: nick on 2001/01/22 20:28:13
24023 Log: Integrate mainline
24024 Branch: perlio
24025 !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
24026 !> vos/config.alpha.def vos/config.alpha.h
24027____________________________________________________________________________
24028[ 8517] By: jhi on 2001/01/22 15:37:17
24029 Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
24030 by Inaba Hiroto.
24031 Branch: perl
24032 ! sv.c
24033____________________________________________________________________________
24034[ 8516] By: jhi on 2001/01/22 14:55:15
24035 Log: More SIG_SIZE fixes.
24036 Branch: perl
24037 ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
24038____________________________________________________________________________
24039[ 8515] By: jhi on 2001/01/22 14:50:27
24040 Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
24041 From: "Craig A. Berry" <craigberry@mac.com>
24042 Date: Mon, 22 Jan 2001 00:42:24 -0600
24043 Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
24044 Branch: perl
24045 ! configure.com
24046____________________________________________________________________________
24047[ 8514] By: jhi on 2001/01/22 14:31:17
24048 Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
24049 From: "Craig A. Berry" <craigberry@mac.com>
24050 Date: Sun, 21 Jan 2001 23:03:25 -0600
24051 Message-Id: <p04330101b691596f577f@[172.16.52.1]>
24052 Branch: perl
24053 ! configure.com
24054____________________________________________________________________________
24055[ 8513] By: jhi on 2001/01/22 14:14:00
24056 Log: Add the .ucm encoding tables to the MANIFEST.
24057 Branch: perl
24058 ! MANIFEST
24059____________________________________________________________________________
24060[ 8512] By: jhi on 2001/01/22 13:43:33
24061 Log: Integrate perlio.
24062 Branch: perl
24063 +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
24064 +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
24065 +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
24066 +> ext/Encode/Encode/iso8859-10.ucm
24067 +> ext/Encode/Encode/iso8859-13.ucm
24068 +> ext/Encode/Encode/iso8859-14.ucm
24069 +> ext/Encode/Encode/iso8859-15.ucm
24070 +> ext/Encode/Encode/iso8859-16.ucm
24071 +> ext/Encode/Encode/iso8859-2.ucm
24072 +> ext/Encode/Encode/iso8859-3.ucm
24073 +> ext/Encode/Encode/iso8859-4.ucm
24074 +> ext/Encode/Encode/iso8859-5.ucm
24075 +> ext/Encode/Encode/iso8859-6.ucm
24076 +> ext/Encode/Encode/iso8859-7.ucm
24077 +> ext/Encode/Encode/iso8859-8.ucm
24078 +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
24079 +> ext/Encode/Encode/symbol.ucm
24080 !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
24081 !> perliol.h
24082____________________________________________________________________________
24083[ 8511] By: nick on 2001/01/21 23:44:47
24084 Log: Make "real" layers of ":utf8" and ":raw".
24085 So now PERLIO=utf8 perl ...
24086 does what Andreas wanted.
24087 Fix arg passing in open.pm (still have a Carp issue).
24088 Branch: perlio
24089 ! lib/open.pm perlio.c perliol.h
24090____________________________________________________________________________
24091[ 8510] By: jhi on 2001/01/21 22:56:53
6bca211d 24092 Log: Document the regex context pushing/popping a bit better.
c512e374
JH
24093 Branch: perl
24094 ! regexec.c
24095____________________________________________________________________________
24096[ 8509] By: jhi on 2001/01/21 22:55:44
24097 Log: Tweak the mkdir trailing slash code some more.
24098
24099 TO DO: the same handling should probably be done for
24100 all the other filesystem functions that can have directories
24101 as their arguments.
24102 Branch: perl
24103 ! pp_sys.c
24104____________________________________________________________________________
24105[ 8508] By: nick on 2001/01/21 21:37:43
24106 Log: Switch "compiled in" encodings to .ucm format.
24107 (Leave others as .enc till we can run-time load .ucm,
24108 or find some other way to load them.)
24109 Branch: perlio
24110 + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
24111 + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
24112 + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
24113 + ext/Encode/Encode/iso8859-10.ucm
24114 + ext/Encode/Encode/iso8859-13.ucm
24115 + ext/Encode/Encode/iso8859-14.ucm
24116 + ext/Encode/Encode/iso8859-15.ucm
24117 + ext/Encode/Encode/iso8859-16.ucm
24118 + ext/Encode/Encode/iso8859-2.ucm
24119 + ext/Encode/Encode/iso8859-3.ucm
24120 + ext/Encode/Encode/iso8859-4.ucm
24121 + ext/Encode/Encode/iso8859-5.ucm
24122 + ext/Encode/Encode/iso8859-6.ucm
24123 + ext/Encode/Encode/iso8859-7.ucm
24124 + ext/Encode/Encode/iso8859-8.ucm
24125 + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
24126 + ext/Encode/Encode/symbol.ucm
24127 ! ext/Encode/Makefile.PL ext/Encode/compile
24128____________________________________________________________________________
24129[ 8507] By: nick on 2001/01/21 21:02:03
24130 Log: Integrate (partial) mainline.
24131 Branch: perlio
24132 !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
24133 !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
24134 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
24135____________________________________________________________________________
24136[ 8506] By: jhi on 2001/01/21 20:09:30
24137 Log: Update Changes.
24138 Branch: perl
24139 ! Changes patchlevel.h
24140____________________________________________________________________________
6a870055
JH
24141[ 8505] By: jhi on 2001/01/21 19:39:59
24142 Log: Subject: Minor typos in perlfaq2.pod
24143 From: "Stephen P. Potter" <spp@spotter.yi.org>
24144 Message-Id: <200101192101.QAA11911@spotter.yi.org>
24145 Date: Fri, 19 Jan 2001 16:01:13 -0500
24146
24147 with a nit from Philip Netwon.
24148 Branch: perl
24149 ! pod/perlfaq2.pod
24150____________________________________________________________________________
24151[ 8504] By: jhi on 2001/01/21 19:33:05
24152 Log: Metaconfig change for #8503.
24153 Branch: metaconfig
24154 ! U/threads/usethreads.U
24155____________________________________________________________________________
24156[ 8503] By: jhi on 2001/01/21 19:32:21
c512e374 24157 Log: Sanity check for conflicting thread flavours.
6a870055
JH
24158 Branch: perl
24159 ! Configure config_h.SH
24160____________________________________________________________________________
24161[ 8502] By: jhi on 2001/01/21 19:23:00
24162 Log: Metaconfig change for #8501.
24163 Branch: metaconfig
24164 ! U/modified/sig_name.U
24165____________________________________________________________________________
24166[ 8501] By: jhi on 2001/01/21 19:22:26
24167 Log: The SIG_SIZE is the number of the elements *excluding*
24168 the terminating NULL.
24169 Branch: perl
24170 ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
24171 ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
24172 ! win32/config_H.vc
24173____________________________________________________________________________
24174[ 8500] By: jhi on 2001/01/21 18:31:31
24175 Log: Integrate perlio.
24176 Branch: perl
24177 !> doio.c embed.h embed.pl ext/Encode/Encode.xs
24178 !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
24179 !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
24180 !> pp_sys.c proto.h sv.c
24181____________________________________________________________________________
24182[ 8499] By: jhi on 2001/01/21 17:43:57
24183 Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390
24184 From: Hugo <hv@crypt.compulink.co.uk>
24185 Date: Sun, 21 Jan 2001 13:34:05 +0000
24186 Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
24187
24188 In sprintf UTF8ize only if necessary.
24189 Branch: perl
24190 ! sv.c
24191____________________________________________________________________________
24192[ 8498] By: nick on 2001/01/21 16:25:32
24193 Log: Encode cleanup.
24194 Add command line control over "compile" so that Makefile.PL
24195 needs can be combined with other uses.
24196 Use command line options in Makefile.PL.
24197 Fix multi-byte parsing in .ucm files.
24198 Branch: perlio
24199 ! ext/Encode/Makefile.PL ext/Encode/compile
24200____________________________________________________________________________
24201[ 8497] By: nick on 2001/01/21 12:56:27
24202 Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
24203 Branch: perlio
24204 ! ext/Encode/Encode.xs
24205____________________________________________________________________________
24206[ 8496] By: nick on 2001/01/21 12:18:45
24207 Log: Fixup after integrate:
24208 missed the .sym files that are changed by regen_headers
24209 sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
24210 Branch: perlio
24211 ! global.sym pp.sym sv.c
24212____________________________________________________________________________
24213[ 8495] By: nick on 2001/01/21 11:51:07
24214 Log: Integrate mainline.
24215 Branch: perlio
24216 +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
24217 !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
24218 !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
24219 !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
24220 !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
24221 !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
24222 !> win32/Makefile win32/makefile.mk
24223____________________________________________________________________________
24224[ 8494] By: jhi on 2001/01/20 23:12:11
24225 Log: Forgot the expect_number() prototype.
24226 Branch: perl
24227 ! embed.h embed.pl proto.h
24228____________________________________________________________________________
24229[ 8493] By: jhi on 2001/01/20 22:56:39
24230 Log: Subject: [PATCH: perl@8482] README.vms URL updates
24231 From: Peter Prymmer <pvhp@forte.com>
24232 Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
24233 Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
24234
24235 Plus Craig A. Berry's suggestion to use compaq.com instead
24236 of digital.com.
24237 Branch: perl
24238 ! README.vms
24239____________________________________________________________________________
24240[ 8492] By: jhi on 2001/01/20 22:50:05
24241 Log: Memory management calls documentation.
24242 Branch: perl
24243 ! pod/perlguts.pod
24244____________________________________________________________________________
24245[ 8491] By: jhi on 2001/01/20 22:38:33
24246 Log: Signedness nit plus few memcpy/Copy nits.
24247 Branch: perl
24248 ! sv.c
24249____________________________________________________________________________
24250[ 8490] By: jhi on 2001/01/20 22:25:53
24251 Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
24252 From: Peter Prymmer <pvhp@forte.com>
24253 Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
24254 Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
24255 Branch: perl
24256 ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
24257____________________________________________________________________________
24258[ 8489] By: jhi on 2001/01/20 22:24:41
24259 Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
24260 From: Peter Prymmer <pvhp@forte.com>
24261 Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
24262 Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
24263 Branch: perl
24264 ! win32/Makefile win32/makefile.mk
24265____________________________________________________________________________
24266[ 8488] By: jhi on 2001/01/20 22:22:27
24267 Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
24268 From: Peter Prymmer <pvhp@forte.com>
24269 Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
24270 Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
24271 Branch: perl
24272 ! Makefile.SH
24273____________________________________________________________________________
24274[ 8487] By: jhi on 2001/01/20 22:21:18
24275 Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
24276 From: Peter Prymmer <pvhp@forte.com>
24277 Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
24278 Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
24279 Branch: perl
24280 + ext/DynaLoader/dl_dllload.xs
24281 ! MANIFEST Makefile.SH hints/os390.sh
24282____________________________________________________________________________
24283[ 8486] By: jhi on 2001/01/20 22:17:53
24284 Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
24285 From: Peter Prymmer <pvhp@forte.com>
24286 Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
24287 Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
24288 Branch: perl
24289 ! README.os390 README.posix-bc
24290____________________________________________________________________________
24291[ 8485] By: jhi on 2001/01/20 20:15:30
24292 Log: Document and test the new qu operator.
24293 Branch: perl
24294 + t/op/qu.t
24295 ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
24296 ! pod/perlretut.pod pod/perlunicode.pod
24297____________________________________________________________________________
24298[ 8484] By: nick on 2001/01/20 19:42:30
24299 Log: Infrastructure to allow:
24300 open($fh,"|-",@array);
24301 to be implemented
24302 i.e. mark pp_open as needing a stack mark, and make pp_open
24303 process its args in that style (and pass them _all_ to tied handles OPEN).
24304 Invent do_openn() which takes SV ** at allow it to see multiple args.
24305 Note this does not _do_ anything yet.
24306 Branch: perlio
24307 ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
24308 ! perlapi.c pp_proto.h pp_sys.c proto.h
24309____________________________________________________________________________
24310[ 8483] By: nick on 2001/01/20 17:23:14
24311 Log: Integrate mainline.
24312 Branch: perlio
24313 !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
24314 !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
24315____________________________________________________________________________
24316[ 8482] By: jhi on 2001/01/19 15:37:49
24317 Log: Update Changes.
24318 Branch: perl
24319 ! Changes patchlevel.h
24320____________________________________________________________________________
3384d91b
JH
24321[ 8481] By: jhi on 2001/01/19 14:41:24
24322 Log: Subject: Re: new feature: s?printf parameter reordering
24323 From: Hugo <hv@crypt.compulink.co.uk>
24324 Date: Thu, 11 Jan 2001 17:09:03 +0000
24325 Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
24326
24327 - support reordering for all parameters: %, *v, *, .*
24328 - lay down that the reordering specification must immediately
24329 follow that parameter: %3$, *v3$, *3$, .*3$
24330 - fix vectorisation of a zero-length string
24331 - factor out the code choosing the argument to format
24332
24333 Possibly unwanted side-effects:
24334 - the special format specifiers ' +-0' must now precede any
24335 vectorisation specifier. Tests in op/sprintf and op/ver
24336 have been changed to reflect this.
24337 - sprintf.t test #214 changed its expectations because in many
24338 cases, the next parameter has already been consumed when an
24339 invalid type letter is detected.
24340
24341 Probably wanted side-effects:
24342 - attempts to format a non-existent parameter will warn as if C<undef>
24343 - attempt to write to non-existent parameter with '%n' will complain
24344 of "attempt to modify read-only value" instead of being silent
24345 Branch: perl
24346 ! sv.c t/op/sprintf.t t/op/ver.t
24347____________________________________________________________________________
24348[ 8480] By: jhi on 2001/01/19 14:08:37
24349 Log: Subject: PATCH pragma/locale.t
24350 From: andreas.koenig@anima.de (Andreas J. Koenig)
24351 Date: 18 Jan 2001 09:45:37 +0100
24352 Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
24353 Branch: perl
24354 ! t/pragma/locale.t
24355____________________________________________________________________________
24356[ 8479] By: jhi on 2001/01/19 13:19:58
24357 Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
24358 Branch: perl
24359 ! configure.com
24360____________________________________________________________________________
24361[ 8478] By: jhi on 2001/01/19 02:12:35
24362 Log: Automate 1_compile.t.
24363 Branch: perl
24364 ! t/lib/1_compile.t
24365____________________________________________________________________________
24366[ 8477] By: jhi on 2001/01/19 01:49:56
24367 Log: Integrate perlio.
24368 Branch: perl
24369 !> sv.c win32/config.bc win32/config.gc win32/config.vc
24370 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
24371____________________________________________________________________________
24372[ 8476] By: nick on 2001/01/18 21:51:52
24373 Log: Integrate mainline
24374 Branch: perlio
24375 +> t/lib/1_compile.t t/lib/compmod.pl
24376 !> MANIFEST configure.com lib/unicode/distinct.pm
24377____________________________________________________________________________
24378[ 8475] By: nick on 2001/01/18 21:48:02
24379 Log: Win32 "safe signals" co-existance fix.
24380 Fix SIG_SIZE value.
24381 Clear PL_sig_pending when cloning (fork).
24382 Branch: perlio
24383 ! sv.c win32/config.bc win32/config.gc win32/config.vc
24384 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
24385____________________________________________________________________________
24386[ 8474] By: jhi on 2001/01/18 14:40:57
24387 Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
24388 Branch: perl
24389 ! t/lib/1_compile.t
24390____________________________________________________________________________
24391[ 8473] By: gsar on 2001/01/18 11:42:31
24392 Log: unsubmitted trial1 change
24393 Branch: maint-5.6/perl
24394 ! Changes
24395____________________________________________________________________________
24396[ 8472] By: jhi on 2001/01/18 04:30:24
24397 Log: The first bug found by 1_compile.t.
24398 Branch: perl
24399 ! lib/unicode/distinct.pm
24400____________________________________________________________________________
24401[ 8471] By: jhi on 2001/01/18 04:29:42
24402 Log: Add Schwern's 1_compile test. The compile_module script renamed
24403 to be a bit shorter for the 8.3 people.
24404 Branch: perl
24405 + t/lib/1_compile.t t/lib/compmod.pl
24406 ! MANIFEST
24407____________________________________________________________________________
24408[ 8470] By: jhi on 2001/01/18 04:16:00
24409 Log: Subject: [PATCH: perl@8453] Re: subversion undef on VMS (was Re: [ID 20001218.033] Not OK: perl v5.6.1 +v5.6.1-TRIAL1 on VMS_AXP V7.2-1)
24410 From: Peter Prymmer <pvhp@forte.com>
24411 Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
24412 Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
24413 Replace #8463.
24414 Branch: maint-5.6/perl
24415 ! configure.com
24416____________________________________________________________________________
24417[ 8469] By: jhi on 2001/01/18 04:13:02
24418 Log: Subject: [PATCH: perl@8453] Re: subversion undef on VMS (was Re: [ID 20001218.033] Not OK: perl v5.6.1 +v5.6.1-TRIAL1 on VMS_AXP V7.2-1)
24419 From: Peter Prymmer <pvhp@forte.com>
24420 Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
24421 Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
24422 Replace #8462.
24423 Branch: perl
24424 ! configure.com
24425____________________________________________________________________________
24426[ 8468] By: jhi on 2001/01/18 03:42:08
24427 Log: Integrate perlio.
24428 Branch: perl
24429 !> gv.c mg.c perlio.c util.c
24430____________________________________________________________________________
24431[ 8467] By: nick on 2001/01/17 22:41:10
24432 Log: "Safe" signals - trial implementation.
24433 gv.c tweaked to zero PL_sig_pend array
24434 perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
24435 util.c tweaked to not set SA_RESTART to give perlio.c a chance.
24436 Odd thing is that it "works" with PERLIO=stdio as well (linux).
24437 Branch: perlio
24438 ! gv.c mg.c perlio.c util.c
24439____________________________________________________________________________
24440[ 8466] By: nick on 2001/01/17 20:40:20
24441 Log: Integrate mainline.
24442 Branch: perlio
24443 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
24444 !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
24445 !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
24446 !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
24447 !> vos/config.ga.h win32/config.bc win32/config.gc
24448 !> win32/config.vc
24449____________________________________________________________________________
24450[ 8465] By: jhi on 2001/01/17 18:37:13
24451 Log: Subject: [PATCH] Re: [PATCH: perl@8429] lib/tie-substrhash.t FAILED at test 11
24452 From: Nicholas Clark <nick@ccl4.org>
24453 Date: Wed, 17 Jan 2001 17:31:33 +0000
24454 Message-ID: <20010117173133.I2633@plum.flirble.org>
24455 Branch: perl
24456 ! t/op/int.t
24457____________________________________________________________________________
24458[ 8464] By: jhi on 2001/01/17 14:43:17
24459 Log: Subject: [PATCH: perl@8429] lib/tie-substrhash.t FAILED at test 11
24460 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
24461 Date: Wed, 17 Jan 2001 15:16:43 +0100
24462 Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es>
24463
24464 pp_int() was dropping an NV to the floor,
24465 int(279964589018079/59) either returned not an integer
24466 4745162525730.15, or one got "Attempt to free unreferenced scalar."
24467 Branch: perl
24468 ! pp.c
24469____________________________________________________________________________
24470[ 8463] By: jhi on 2001/01/17 06:12:42
24471 Log: (Replaced by #8470)
24472
24473 Subject: subversion undef on VMS (was Re: [ID 20001218.033] Not OK: perl v5.6.1 +v5.6.1-TRIAL1 on VMS_AXP V7.2-1)
24474 From: "Craig A. Berry" <craigberry@mac.com>
24475 Date: Tue, 16 Jan 2001 23:38:46 -0600
24476 Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
24477 Branch: maint-5.6/perl
24478 ! configure.com
24479____________________________________________________________________________
24480[ 8462] By: jhi on 2001/01/17 06:11:31
24481 Log: (Replaced by #8469)
24482
24483 Subject: subversion undef on VMS (was Re: [ID 20001218.033] Not OK: perl v5.6.1 +v5.6.1-TRIAL1 on VMS_AXP V7.2-1)
24484 From: "Craig A. Berry" <craigberry@mac.com>
24485 Date: Tue, 16 Jan 2001 23:38:46 -0600
24486 Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
24487 Branch: perl
24488 ! configure.com
24489____________________________________________________________________________
24490[ 8461] By: jhi on 2001/01/17 05:56:12
24491 Log: Allow for one trailing slash in the directory of mkdir().
24492 Branch: perl
24493 ! pp_sys.c
24494____________________________________________________________________________
24495[ 8460] By: jhi on 2001/01/17 03:26:01
24496 Log: Metaconfig unit changes for #8459.
24497 Branch: metaconfig
24498 ! U/modified/Loc.U U/modified/sig_name.U
24499____________________________________________________________________________
24500[ 8459] By: jhi on 2001/01/17 03:24:48
24501 Log: Define SIG_SIZE, the number of elements in the sig_name and
24502 sig_num arrays, including the final NULL entry.
24503 Branch: perl
24504 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24505 ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
24506 ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
24507 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
24508 ! win32/config.bc win32/config.gc win32/config.vc
24509____________________________________________________________________________
24510[ 8458] By: jhi on 2001/01/17 01:41:33
24511 Log: Integrate perlio.
24512 Branch: perl
24513 !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
24514 !> perlapi.h proto.h sv.c
24515____________________________________________________________________________
24516[ 8457] By: nick on 2001/01/16 22:07:26
24517 Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
24518 Provides all the "cost" but no benefit yet - it is to allow cost
24519 to be measured, and implementation experiments (just in mg.c?).
24520 Branch: perlio
24521 ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
24522 ! perlapi.h proto.h sv.c
24523____________________________________________________________________________
24524[ 8456] By: nick on 2001/01/16 21:07:07
24525 Log: Integrate mainline.
24526 Branch: perlio
24527 !> (integrate 51 files)
24528____________________________________________________________________________
24529[ 8455] By: jhi on 2001/01/16 18:13:43
24530 Log: Subject: [PATCH] regcomp.c old feature removal
24531 From: mjd@plover.com
24532 Date: 16 Jan 2001 14:43:18 -0000
24533 Message-ID: <20010116144318.7140.qmail@plover.com>
24534 Branch: perl
24535 ! regcomp.c
24536____________________________________________________________________________
24537[ 8454] By: jhi on 2001/01/16 16:12:39
24538 Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
24539 From: "Indy Singh" <indy@nusphere.com>
24540 Date: Wed, 10 Jan 2001 20:17:49 -0500
24541 Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
24542 Branch: maint-5.6/perl
24543 ! win32/Makefile
24544____________________________________________________________________________
24545[ 8453] By: jhi on 2001/01/16 16:09:33
24546 Log: Update Changes.
24547 Branch: perl
24548 ! Changes patchlevel.h
24549____________________________________________________________________________
e26f5b62
JH
24550[ 8452] By: jhi on 2001/01/16 15:42:04
24551 Log: Subject: Re: API Cleanup
24552 To: perl5-porters@perl.org
24553 Date: Tue, 16 Jan 2001 13:42:30 +0000
24554 Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
24555
24556 Subject: [PATCH] utf8.c documentation
24557 From: Simon Cozens <simon@cozens.net>
24558 Date: Tue, 16 Jan 2001 13:52:48 +0000
24559 Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
24560
24561 Subject: Re: API Cleanup
24562 From: Simon Cozens <simon@cozens.net>
24563 Date: Tue, 16 Jan 2001 14:58:55 +0000
24564 Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
24565
24566 UTF-8 doc patches.
24567 Branch: perl
24568 ! embed.pl pod/perlapi.pod utf8.c
24569____________________________________________________________________________
24570[ 8451] By: jhi on 2001/01/16 14:41:39
24571 Log: podlators 1.07, from Russ Allbery.
24572 Branch: perl
24573 ! lib/Pod/Man.pm
24574____________________________________________________________________________
24575[ 8450] By: jhi on 2001/01/16 14:24:19
24576 Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
24577 From: "Indy Singh" <indy@nusphere.com>
24578 Date: Mon, 15 Jan 2001 20:59:40 -0500
24579 Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
24580 Branch: perl
24581 ! win32/Makefile
24582____________________________________________________________________________
24583[ 8449] By: jhi on 2001/01/16 03:42:55
24584 Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
24585 at the setting of the ofs_sv in new_struct_thread() as the
24586 thr->Tofs_sv (PL_ofs_sv) was still 0xabab...., SvREFCNT_inc()ing
24587 that invited a core dump.
24588 Branch: perl
24589 ! util.c
24590____________________________________________________________________________
24591[ 8448] By: jhi on 2001/01/16 01:49:07
24592 Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
24593 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
24594 Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
24595 Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
24596
24597 Replace #8444 and #8445.
24598 Branch: perl
24599 ! ext/B/B.xs ext/B/B/Debug.pm
24600____________________________________________________________________________
24601[ 8447] By: jhi on 2001/01/15 21:05:35
24602 Log: Subject: [PATCH] API Variable documentation
24603 From: Simon Cozens <simon@cozens.net>
24604 Date: Mon, 15 Jan 2001 19:35:54 +0000
24605 Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk>
24606 Branch: perl
24607 ! pod/perlapi.pod thrdvar.h
24608____________________________________________________________________________
24609[ 8446] By: jhi on 2001/01/15 20:49:20
24610 Log: Signedness nit.
24611 Branch: perl
24612 ! pp_ctl.c
24613____________________________________________________________________________
24614[ 8445] By: jhi on 2001/01/15 20:28:48
24615 Log: (Replaced by #8448) More op_children traces (cleanup of #8442).
24616 Branch: perl
24617 ! ext/B/B/Debug.pm
24618____________________________________________________________________________
24619[ 8444] By: jhi on 2001/01/15 13:09:10
24620 Log: (Replaced by #8448) Traces of op_children (cleanup of #8442)
24621 Branch: perl
24622 ! ext/B/B.xs
24623____________________________________________________________________________
24624[ 8443] By: jhi on 2001/01/15 13:06:26
24625 Log: Missing from #8439.
24626 Branch: perl
24627 ! keywords.h mg.c
24628____________________________________________________________________________
24629[ 8442] By: jhi on 2001/01/15 13:02:38
24630 Log: Subject: [PATCH @8436] Eliminate op_children
24631 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
24632 Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
24633 Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
24634
24635 Subject: [PATCH @8436] Re: Eliminate op_children
24636 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
24637 Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
24638 Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
24639 Branch: perl
24640 ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
24641 ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
24642 ! op.c op.h
24643____________________________________________________________________________
24644[ 8441] By: jhi on 2001/01/15 12:57:08
24645 Log: Use the /^Perl_/-less form of is_lvalue_sub().
24646 Branch: perl
24647 ! pp.h
24648____________________________________________________________________________
24649[ 8440] By: jhi on 2001/01/15 05:13:09
24650 Log: Revert #8437 and #8438, the Linux large files story is more complex.
24651 Branch: metaconfig/U/perl
24652 ! d_fpos64_t.U d_off64_t.U
24653 Branch: perl
24654 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24655 ! config_h.SH configure.com epoc/config.sh perl.h
24656 ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
24657 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
24658 ! win32/config.bc win32/config.gc win32/config.vc
24659____________________________________________________________________________
24660[ 8439] By: jhi on 2001/01/15 05:02:24
24661 Log: More UTF-8 patches from Inaba Hiroto.
24662 - The substr lval was still not okay.
24663 - Now pp_stringify and sv_setsv copies source's UTF8 flag
24664 even if IN_BYTE. pp_stringify is called from fold_constants
24665 at optimization phase and "\x{100}" was made SvUTF8_off under
24666 use bytes (the bytes pragma is for "byte semantics" and not
24667 for "do not produce UTF8 data")
24668 - New `qu' operator to generate UTF8 string explicitly.
24669 Though I agree with the policy "0x00-0xff always produce bytes",
24670 sometimes want to such a string to be coded in UTF8.
24671 I can use pack"U0a*" but it requires more typing and has
24672 runtime overhead.
24673 - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
24674 change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
24675 string is not UTF8_on and has char 0x80-0xff.
24676
24677 TODO: document and test qu.
24678 Branch: perl
24679 ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
24680 ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
24681 ! toke.c
24682____________________________________________________________________________
24683[ 8438] By: jhi on 2001/01/14 05:10:23
24684 Log: Metaconfig unit changes for #8437.
24685 Branch: metaconfig/U/perl
24686 ! d_fpos64_t.U d_off64_t.U
24687____________________________________________________________________________
24688[ 8437] By: jhi on 2001/01/14 04:55:34
24689 Log: Add <features.h> probing, seems to be needed for (some?)
24690 Linux largefileness.
24691 Branch: perl
24692 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24693 ! config_h.SH configure.com epoc/config.sh perl.h
24694 ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
24695 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
24696 ! win32/config.bc win32/config.gc win32/config.vc
24697____________________________________________________________________________
24698[ 8436] By: jhi on 2001/01/13 17:47:21
24699 Log: Tighten some of the tests a bit.
24700 Branch: perl
24701 ! t/pragma/utf8.t
24702____________________________________________________________________________
24703[ 8435] By: jhi on 2001/01/13 17:31:54
24704 Log: Integrate perlio.
24705 Branch: perl
24706 !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
24707 !> win32/config_H.gc win32/config_H.vc
24708____________________________________________________________________________
24709[ 8434] By: nick on 2001/01/13 11:36:53
24710 Log: Run dmake regen_config_h for Win32
24711 Branch: perlio
24712 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
24713____________________________________________________________________________
24714[ 8433] By: nick on 2001/01/13 11:31:55
24715 Log: VMS friendly patch to Encode compile process
24716 Branch: perlio
24717 ! ext/Encode/Makefile.PL ext/Encode/compile
24718____________________________________________________________________________
24719[ 8432] By: nick on 2001/01/13 11:06:44
24720 Log: Integrate mainline
24721 Branch: perlio
24722 +> ext/B/B/Concise.pm
24723 !> (integrate 52 files)
24724____________________________________________________________________________
24725[ 8431] By: jhi on 2001/01/13 05:55:55
24726 Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
24727 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
24728 Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
24729 Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
24730 Branch: perl
24731 ! ext/B/B/Concise.pm
24732____________________________________________________________________________
24733[ 8430] By: jhi on 2001/01/13 04:24:18
24734 Log: The LVRET macro needed an aTHX.
24735 Branch: perl
24736 ! pp.h
24737____________________________________________________________________________
24738[ 8429] By: jhi on 2001/01/13 02:12:42
24739 Log: Update Changes.
24740 Branch: perl
24741 ! Changes patchlevel.h
24742____________________________________________________________________________
14ba8b5c
JH
24743[ 8428] By: jhi on 2001/01/13 02:08:50
24744 Log: Subject: Re: [PATCH: perl@8342] lib/bigfloat.t FAILED at test 351
24745 From: Peter Prymmer <pvhp@forte.com>
24746 Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
24747 Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
24748
24749 Add a BEGIN guard for sloppy floating point division.
24750 Branch: perl
24751 ! lib/Math/BigInt.pm lib/bigint.pl
24752____________________________________________________________________________
24753[ 8427] By: jhi on 2001/01/13 01:47:16
24754 Log: The B::Terse drop-in replacement wasn't quite drop-in.
24755 Branch: perl
24756 ! ext/B/B/Terse.pm
24757____________________________________________________________________________
24758[ 8426] By: jhi on 2001/01/12 21:20:43
24759 Log: Use UVXf.
24760 Branch: perl
24761 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24762 ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
24763 ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
24764 ! vos/config.ga.def vos/config.ga.h win32/config.bc
24765 ! win32/config.gc win32/config.vc
24766____________________________________________________________________________
24767[ 8425] By: jhi on 2001/01/12 20:20:14
24768 Log: Subject: [PATCH perl@8342] -Wformat
24769 From: Robin Barker <rmb1@cise.npl.co.uk>
24770 Date: Fri, 12 Jan 2001 20:03:14 GMT
24771 Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
24772 Branch: perl
24773 ! ext/Encode/Encode.xs mg.c sv.c toke.c
24774____________________________________________________________________________
24775[ 8424] By: jhi on 2001/01/12 20:01:48
24776 Log: Subject: B::Concise -- an improved replacement for B::Terse
24777 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
24778 Date: Sat, 6 Jan 2001 20:18:05 -0800 (PST)
24779 Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
24780 Branch: perl
24781 + ext/B/B/Concise.pm
24782 ! MANIFEST ext/B/B/Terse.pm
24783____________________________________________________________________________
24784[ 8423] By: jhi on 2001/01/12 19:24:02
24785 Log: The new metaconfig unit from the #8421.
24786 Branch: metaconfig/U/perl
24787 + d_sigprocmask.U
24788____________________________________________________________________________
24789[ 8422] By: jhi on 2001/01/12 19:23:43
24790 Log: Forgot the microperl config from the #8421.
24791 Branch: perl
24792 ! uconfig.h uconfig.sh
24793____________________________________________________________________________
24794[ 8421] By: jhi on 2001/01/12 19:05:27
24795 Log: Add sigprocmask() probe, regen Configure, regen toc.
24796 Branch: perl
24797 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24798 ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
24799 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
24800 ! vos/config.ga.h win32/config.bc win32/config.gc
24801 ! win32/config.vc
24802____________________________________________________________________________
24803[ 8420] By: jhi on 2001/01/12 18:34:31
24804 Log: Add sockatmark() to the todo list.
24805 Branch: perl
24806 ! Todo-5.6
24807____________________________________________________________________________
24808[ 8419] By: jhi on 2001/01/12 18:09:46
24809 Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
24810 Branch: perl
24811 ! op.c
24812____________________________________________________________________________
24813[ 8418] By: jhi on 2001/01/12 18:05:30
24814 Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
24815 From: Radu Greab <radu@netsoft.ro>
24816 Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
24817 Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
24818 Branch: perl
24819 ! op.c t/pragma/sub_lval.t
24820____________________________________________________________________________
24821[ 8417] By: jhi on 2001/01/12 16:09:09
24822 Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
24823 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
24824 Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
24825 Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
24826 Branch: perl
24827 ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
24828 ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
24829 ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
24830 ! t/pragma/sub_lval.t toke.c
24831____________________________________________________________________________
24832[ 8416] By: jhi on 2001/01/12 15:42:06
24833 Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
24834 From: "Richard Soderberg" <rs@crystalflame.net>
24835 Date: Fri, 12 Jan 2001 04:49:35 -0800
24836 Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
24837
24838 Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
24839 according to the platform.
24840 Branch: perl
24841 ! op.c
24842____________________________________________________________________________
24843[ 8415] By: jhi on 2001/01/12 15:33:41
24844 Log: One more UTF-8 fix from Inaba Hiroto.
24845 Branch: perl
24846 ! pp.c regexec.c t/pragma/utf8.t
24847____________________________________________________________________________
24848[ 8414] By: jhi on 2001/01/12 15:30:18
24849 Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
24850 Branch: perl
24851 ! regexec.c
24852____________________________________________________________________________
24853[ 8413] By: jhi on 2001/01/12 15:22:10
24854 Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
24855 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
24856 Date: Thu, 11 Jan 2001 12:53:36 +0100
24857 Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
24858 Branch: perl
24859 ! toke.c
24860____________________________________________________________________________
24861[ 8412] By: jhi on 2001/01/12 15:20:25
24862 Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
24863 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
24864 Date: Fri, 12 Jan 2001 14:37:55 +0100
24865 Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
24866 Branch: perl
24867 ! hints/posix-bc.sh
24868____________________________________________________________________________
24869[ 8411] By: jhi on 2001/01/12 15:14:14
24870 Log: Subject: [PATCH: perl@8342] op/regmesg FAILED at test 33 on EBCDIC machines
24871 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
24872 Date: Fri, 12 Jan 2001 10:42:21 +0100
24873 Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
24874 Branch: perl
24875 ! t/op/regmesg.t
24876____________________________________________________________________________
24877[ 8410] By: jhi on 2001/01/12 05:48:55
24878 Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
24879 From: Nicholas Clark <nick@ccl4.org>
24880 Date: Sun, 7 Jan 2001 19:47:14 +0000
24881 Message-ID: <20010107194714.B1048@plum.flirble.org>
24882 Branch: perl
24883 ! t/op/numconvert.t
24884____________________________________________________________________________
24885[ 8409] By: jhi on 2001/01/12 05:41:28
24886 Log: Integrate perlio.
24887 Branch: perl
24888 !> mg.c scope.h
24889____________________________________________________________________________
24890[ 8408] By: nick on 2001/01/11 22:43:28
24891 Log: Remove variables that were used in experiments.
24892 Branch: perlio
24893 ! mg.c
24894____________________________________________________________________________
24895[ 8407] By: nick on 2001/01/11 20:57:44
24896 Log: Catch die in %SIG handler and unblock the signal before re-dying.
24897 This make Linux work _without_ sigsetjmp().
24898 Turn off sigsetjmp() to see what else it does.
24899 May need Configure probe for sigprocmask() if anything has sigaction()
24900 but not sigprocmask().
24901 Branch: perlio
24902 ! mg.c scope.h
24903____________________________________________________________________________
24904[ 8406] By: nick on 2001/01/11 19:32:07
24905 Log: Integrate mainline
24906 Branch: perlio
24907 !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
24908 !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
24909 !> t/op/substr.t
24910____________________________________________________________________________
24911[ 8405] By: jhi on 2001/01/11 17:11:01
24912 Log: Fix UTF-8 lval substr().
24913 Branch: perl
24914 ! mg.c t/op/substr.t
24915____________________________________________________________________________
24916[ 8404] By: jhi on 2001/01/11 05:13:58
24917 Log: Update Changes.
24918 Branch: perl
24919 ! Changes patchlevel.h
24920____________________________________________________________________________
31a5f8c1
JH
24921[ 8403] By: jhi on 2001/01/11 04:38:24
24922 Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
24923 From: Hugo <hv@crypt.compulink.co.uk>
24924 Date: Mon, 30 Oct 2000 01:33:26 +0000
24925 Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
24926 Branch: perl
24927 ! regexec.c t/op/re_tests
24928____________________________________________________________________________
24929[ 8402] By: jhi on 2001/01/11 04:26:12
24930 Log: Integrate perlio.
24931 Branch: perl
24932 !> scope.h util.c
24933____________________________________________________________________________
24934[ 8401] By: nick on 2001/01/10 22:52:55
24935 Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
24936 (So Alan and Ilya can try setting via hints.)
24937 Verified Linux "works" with it true and fails to re-enable SIGINT if false.
24938 Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
24939 doing the save everywhere seems to restart read() correctly, but just
24940 doing it once "round" the handler does not.
24941 Branch: perlio
24942 ! scope.h
24943____________________________________________________________________________
24944[ 8400] By: jhi on 2001/01/10 21:57:54
24945 Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
24946 of IRIX, HP-UX is unaffected.
24947 Branch: perl
24948 ! perl.h
24949____________________________________________________________________________
24950[ 8399] By: nick on 2001/01/10 21:29:19
24951 Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
24952 Branch: perlio
24953 ! util.c
24954____________________________________________________________________________
24955[ 8398] By: jhi on 2001/01/10 20:55:31
4617e9a3 24956 Log: Add ReuseAddr as a (preferred) alias for Reuse as we now
31a5f8c1
JH
24957 also have ReusePort.
24958 Branch: perl
24959 ! ext/IO/lib/IO/Socket/INET.pm
24960____________________________________________________________________________
24961[ 8397] By: jhi on 2001/01/10 20:50:57
24962 Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
24963 From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
24964 Date: Wed, 10 Jan 2001 01:38:13 -0800
24965 Message-ID: <20010110013813.B41744@yahoo-inc.com>
24966 Branch: perl
24967 ! ext/IO/lib/IO/Socket/INET.pm
24968____________________________________________________________________________
24969[ 8396] By: jhi on 2001/01/10 20:49:30
24970 Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
24971 From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
24972 Date: Wed, 10 Jan 2001 01:37:32 -0800
24973 Message-ID: <20010110013732.A41744@yahoo-inc.com>
24974 Branch: perl
24975 ! ext/Socket/Socket.pm
24976____________________________________________________________________________
24977[ 8395] By: jhi on 2001/01/10 20:41:37
24978 Log: Test for bug id 20010105.016 (fixed by #8378).
24979 Branch: perl
24980 ! t/op/split.t
24981____________________________________________________________________________
24982[ 8394] By: jhi on 2001/01/10 20:26:32
24983 Log: Integrate perlio.
24984 Branch: perl
24985 ! util.c
24986____________________________________________________________________________
24987[ 8393] By: nick on 2001/01/10 19:34:30
24988 Log: Back out Simon's pid hackery for now.
24989 Branch: perlio
24990 ! util.c
24991____________________________________________________________________________
24992[ 8392] By: nick on 2001/01/10 19:23:13
24993 Log: Integrate mainline. (Builds but does not work - something broke pipes...)
24994 Branch: perlio
24995 !> (integrate 29 files)
24996____________________________________________________________________________
24997[ 8391] By: jhi on 2001/01/10 18:43:15
24998 Log: Subject: [PATCH] Fix my_pclose segfault
24999 From: Simon Cozens <simon@cozens.net>
25000 Date: Wed, 10 Jan 2001 18:39:35 +0000
25001 Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
25002 Branch: perl
25003 ! util.c
25004____________________________________________________________________________
25005[ 8390] By: jhi on 2001/01/10 18:42:08
25006 Log: Subject: [PATCH perl@8269] Opcode.XS, fix memory leak
25007 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
25008 Date: Wed, 10 Jan 2001 13:23:02 EST
25009 Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
25010 Branch: perl
25011 ! ext/Opcode/Opcode.xs
25012____________________________________________________________________________
25013[ 8389] By: jhi on 2001/01/10 15:16:07
25014 Log: Turn off the integer preservation for now.
25015 Branch: perl
25016 ! perl.h
25017____________________________________________________________________________
25018[ 8388] By: jhi on 2001/01/10 15:01:25
25019 Log: Few more IDE/editor nits from p5p.
25020 Branch: perl
25021 ! pod/perlfaq3.pod
25022____________________________________________________________________________
25023[ 8387] By: jhi on 2001/01/10 06:53:16
25024 Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
25025 To: "Andreas J. Koenig" <andreas.koenig@anima.de>
25026 Date: Tue, 9 Jan 2001 23:16:02 +0000
25027 Message-ID: <20010109231602.A81101@plum.flirble.org>
25028 Branch: perl
25029 ! sv.c
25030____________________________________________________________________________
25031[ 8386] By: jhi on 2001/01/10 03:17:54
25032 Log: Test cases for #8385 (from Simon's "torture.pl")
25033 Branch: perl
25034 ! t/op/tr.t
25035____________________________________________________________________________
25036[ 8385] By: jhi on 2001/01/10 03:17:11
25037 Log: Subject: Re: more UTF8 test suites and an UTF8 patch
25038 From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
25039 Date: Wed, 10 Jan 2001 11:39:39 +0900
25040 Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
25041
25042 Some more UTF-8 tr cases fixed.
25043 Branch: perl
25044 ! doop.c
25045____________________________________________________________________________
25046[ 8384] By: jhi on 2001/01/09 22:45:40
25047 Log: Allow the locale test needing POSIX and the taint test
25048 needing IPC::SysV to run under 'minitest' (basically,
25049 bail out if loading the extension fails)
25050 Branch: perl
25051 ! t/op/misc.t t/op/taint.t
25052____________________________________________________________________________
25053[ 8383] By: jhi on 2001/01/09 21:36:04
25054 Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
25055 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
25056 Date: Tue, 9 Jan 2001 13:33:22 -0800 (PST)
25057 Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
25058 Branch: perl
25059 ! t/io/openpid.t
25060____________________________________________________________________________
25061[ 8382] By: jhi on 2001/01/09 21:06:08
25062 Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
25063 Should finish up the bug id 20001205.022.
25064 Branch: perl
25065 ! pp.c pp_hot.c scope.c
25066____________________________________________________________________________
25067[ 8381] By: jhi on 2001/01/09 18:27:43
25068 Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
25069 From: Andy Dougherty <doughera@lafayette.edu>
25070 Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
25071 Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
25072
25073 More robust yacc/bison error detection.
25074 Branch: perl
25075 ! t/comp/proto.t
25076____________________________________________________________________________
25077[ 8380] By: jhi on 2001/01/09 15:21:38
25078 Log: Subject: [PATCH] make t/op/misc.t work on VMS
25079 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
25080 Date: Tue, 9 Jan 2001 07:53:55 EST
25081 Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu>
25082 Branch: perl
25083 ! t/op/misc.t vms/test.com
25084____________________________________________________________________________
25085[ 8379] By: jhi on 2001/01/09 15:20:38
25086 Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
25087 From: jhi@cc.hut.fi
25088 Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
25089 Message-Id: <200012302057.WAA31168@alpha.hut.fi>
25090
25091 The #8378 fixed this.
25092 Branch: perl
25093 ! t/op/tr.t
25094____________________________________________________________________________
25095[ 8378] By: jhi on 2001/01/09 15:05:32
25096 Log: Subject: One more patch for UTF8
25097 From: Inaba Hiroto <inaba@st.rim.or.jp>
25098 Date: Tue, 09 Jan 2001 01:04:32 +0900
25099 Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
25100
25101 UTF-8 fixes for 'x' and tr///.
25102 Branch: perl
25103 ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
25104 ! regcomp.c regexec.c toke.c utf8.c
25105____________________________________________________________________________
25106[ 8377] By: jhi on 2001/01/09 14:32:17
25107 Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
25108 Branch: perl
25109 ! t/op/length.t
25110____________________________________________________________________________
25111[ 8376] By: jhi on 2001/01/09 04:32:32
25112 Log: integrate changes #7775, #8316, #8316 from mainline
25113 Branch: maint-5.6/perl
25114 ! hints/solaris_2.sh
25115____________________________________________________________________________
25116[ 8375] By: jhi on 2001/01/09 04:26:43
25117 Log: Update Changes.
25118 Branch: perl
25119 ! Changes patchlevel.h
25120____________________________________________________________________________
3a80aac8
JH
25121[ 8374] By: jhi on 2001/01/09 04:14:32
25122 Log: IDE/editor section tweaking.
25123 Branch: perl
25124 ! pod/perlfaq3.pod
25125____________________________________________________________________________
25126[ 8373] By: jhi on 2001/01/09 02:38:26
25127 Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
25128 From: Peter Prymmer <pvhp@forte.com>
25129 Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
25130 Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
25131
25132 In preparation os OS/390 dynamic loading.
25133 Branch: perl
25134 ! README.os390 hints/os390.sh
25135____________________________________________________________________________
25136[ 8372] By: jhi on 2001/01/09 00:24:30
25137 Log: Integrate with perlio.
25138 Branch: perl
25139 !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
25140____________________________________________________________________________
25141[ 8371] By: nick on 2001/01/08 23:54:33
25142 Log: Fix "scalars leaked" bugs caused by overload magic
25143 (Highlighted by Ilya's DESTROY optimization.)
25144 Branch: perlio
25145 ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
25146____________________________________________________________________________
25147[ 8370] By: nick on 2001/01/08 20:19:41
25148 Log: Integrate mainline
25149 Branch: perlio
25150 !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
25151 !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
25152 !> t/op/64bitint.t
25153____________________________________________________________________________
25154[ 8369] By: jhi on 2001/01/08 17:30:52
25155 Log: save_delete() Safefree() doesn't (anymore?) work with shared
25156 strings, one test failure in op/misc and almost all of lib/b.
25157 (Outcomments #8369.)
25158 Branch: perl
25159 ! scope.c
25160____________________________________________________________________________
25161[ 8368] By: jhi on 2001/01/08 14:47:10
25162 Log: (Outcommented by #8369.)
25163
25164 Subject: Re: Perl BugID 20001205.022 ---- save_delete
25165 From: Simon Cozens <simon@cozens.net>
25166 Date: Sat, 6 Jan 2001 11:48:40 +0000
25167 Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
25168
25169 The save_delete() does need the Safefree.
25170 Branch: perl
25171 ! scope.c
25172____________________________________________________________________________
25173[ 8367] By: bailey on 2001/01/08 08:53:52
25174 Log: Once again syncing after too long an absence
25175 Branch: vmsperl
25176 +> (branch 55 files)
25177 - MAINTAIN fix_pl vos/config.def vos/config.h
25178 - vos/config_h.SH_orig
25179 !> (integrate 498 files)
25180____________________________________________________________________________
25181[ 8366] By: jhi on 2001/01/08 02:42:59
25182 Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
25183 From: nick@ccl4.org
25184 Date: Sun, 7 Jan 2001 21:07:18 +0000
25185 Message-Id: <20010107210717.D1048@plum.flirble.org>
25186 Branch: perl
25187 ! sv.c t/op/64bitint.t
25188____________________________________________________________________________
25189[ 8365] By: jhi on 2001/01/08 02:35:16
25190 Log: Subject: [PATCH] environ nit
25191 From: Simon Cozens <simon@cozens.net>
25192 Date: Sun, 7 Jan 2001 17:57:07 +0000
25193 Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
25194
25195 Use environ only if we have it.
25196 Branch: perl
25197 ! mg.c
25198____________________________________________________________________________
25199[ 8364] By: jhi on 2001/01/08 02:24:51
25200 Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
25201 Branch: perl
25202 ! ext/GDBM_File/GDBM_File.xs
25203____________________________________________________________________________
25204[ 8363] By: jhi on 2001/01/08 02:19:24
25205 Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
25206 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
25207 Date: Sat, 6 Jan 2001 15:25:02 -0800 (PST)
25208 Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
25209 Branch: perl
25210 ! dump.c op.c
25211____________________________________________________________________________
25212[ 8362] By: jhi on 2001/01/08 02:17:43
25213 Log: Subject: [patch] xsub AUTOLOAD fix/optimization
25214 From: Doug MacEachern <dougm@covalent.net>
25215 Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
25216 Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
25217
25218 Allow AUTOLOAD to be an xsub and allow such xsubs
25219 to avoid use of $AUTOLOAD.
25220 Branch: perl
25221 ! gv.c
25222____________________________________________________________________________
25223[ 8361] By: jhi on 2001/01/08 02:16:07
25224 Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
25225 From: Radu Greab <radu@netsoft.ro>
25226 Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
25227 Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
25228
25229 No need for the potentially unportable $SIG{CHLD}.
25230 Branch: perl
25231 ! t/io/pipe.t
25232____________________________________________________________________________
25233[ 8360] By: jhi on 2001/01/08 01:58:23
25234 Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
25235 Branch: perl
25236 ! lib/Getopt/Long.pm
25237____________________________________________________________________________
25238[ 8359] By: jhi on 2001/01/08 01:55:44
25239 Log: Integrate perlio.
25240 Branch: perl
25241 !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
25242 !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
25243 !> utf8.c win32/Makefile
25244____________________________________________________________________________
25245[ 8358] By: jhi on 2001/01/07 21:16:50
25246 Log: Update the EPOC cross SDK URL.
25247 Branch: perl
25248 ! README.epoc
25249____________________________________________________________________________
25250[ 8357] By: jhi on 2001/01/07 21:16:09
25251 Log: Update the EPOC cross SDK URL.
25252 Branch: maint-5.6/perl
25253 ! README.epoc
25254____________________________________________________________________________
25255[ 8356] By: nick on 2001/01/06 21:47:52
25256 Log: FILE * in XS code for PerlIO world:
25257 - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
25258 - Add FILE * T_STDIO typemap.
25259 - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
25260 Branch: perlio
25261 ! lib/ExtUtils/typemap perlio.c perlio.h
25262____________________________________________________________________________
25263[ 8355] By: jhi on 2001/01/06 20:27:15
31a5f8c1 25264 Log: integrate change #8336 from mainline
3a80aac8
JH
25265
25266 Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
25267 Branch: maint-5.6/perl
25268 ! hv.c
25269____________________________________________________________________________
25270[ 8354] By: jhi on 2001/01/06 20:24:29
25271 Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
25272 From: Robin Barker <rmb1@cise.npl.co.uk>
25273 Date: Fri, 22 Dec 2000 12:17:38 GMT
25274 Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
25275
25276 The patch reformats some long =item lines so they give
25277 correct output via pod2man | nroff -man
25278
25279 Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
25280 From: Robin Barker <rmb1@cise.npl.co.uk>
25281 Date: Tue, 2 Jan 2001 15:35:03 GMT
25282 Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
25283
25284 Here is a _further_ patch which corrects a few more errors:
25285 * an empty C<=item> in CPAN.pm
25286 * patching the wrong file (pod/perlamiga.pod not README.amiga)
25287 * leaving empty C<=item>s which formatted incorrectly
25288 * over long C<=item>s revealed by latest patch to Pod::Man
25289 Branch: maint-5.6/perl
25290 ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
25291 ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
25292 ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
25293 ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
25294 ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
25295 ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
25296____________________________________________________________________________
25297[ 8353] By: jhi on 2001/01/06 20:21:10
25298 Log: integrate changes #7980, 7990, 8056, 8057 from mainline
25299
25300 UTF-8 hash keys.
25301 Branch: maint-5.6/perl
25302 ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
25303____________________________________________________________________________
25304[ 8352] By: jhi on 2001/01/06 20:18:44
25305 Log: Forgotten from #8438.
25306 Branch: maint-5.6/perl
25307 ! epoc/epocish.h
25308____________________________________________________________________________
25309[ 8351] By: jhi on 2001/01/06 20:18:12
25310 Log: Forgotten from #8347.
25311 Branch: maint-5.6/perl
25312 ! config_h.SH
25313____________________________________________________________________________
25314[ 8350] By: jhi on 2001/01/06 20:00:19
25315 Log: Thinko in #8347.
25316 Branch: maint-5.6/perl
25317 ! regcomp.c
25318____________________________________________________________________________
25319[ 8349] By: jhi on 2001/01/06 18:05:30
25320 Log: Copy the FAQ3 IDE section from the development branch,
25321 changes originally by Peter Prymmer.
25322 Branch: maint-5.6/perl
25323 ! pod/perlfaq3.pod
25324____________________________________________________________________________
25325[ 8348] By: jhi on 2001/01/06 18:03:02
25326 Log: EPOC updates for TRIAL1.
25327
25328 Subject: [5.6.1 trial1] EPOC update
25329 From: Olaf Flebbe <O.Flebbe@science-computing.de>
25330 Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
25331 Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de>
25332
25333 Subject: epoc patch2 for perl-5.6.1-trial1
25334 From: Olaf Flebbe <O.Flebbe@science-computing.de>
25335 Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
25336 Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de>
25337 Branch: maint-5.6/perl
25338 ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
25339 ! epoc/epocish.c
25340____________________________________________________________________________
25341[ 8347] By: jhi on 2001/01/06 17:29:10
25342 Log: integrate changes #7710,7824,7973 from mainline,
25343 plus VMS nits from Peter Prymmer and Dan Sugalski.
25344
25345 AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
25346 library (getprotobyname and getprotobynumber are outversioned by
25347 the same calls in libc, at least for xlc version 3.
25348
25349 Add HAS_SBRK_PROTO.
25350
25351 Fixes for signedness warnings noticed by VMSperlers.
25352 Branch: maint-5.6/perl
25353 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25354 ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
25355 ! sv.c vms/descrip_mms.template vos/config.alpha.def
25356 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
25357 ! win32/config.bc win32/config.gc win32/config.vc
25358____________________________________________________________________________
25359[ 8346] By: nick on 2001/01/06 14:36:01
25360 Log: Fixup accumulated integrate muddles (perlio == devperl again)
25361 Branch: perlio
25362 ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
25363____________________________________________________________________________
25364[ 8345] By: nick on 2001/01/06 14:24:58
25365 Log: Integrate mainline
25366 Branch: perlio
25367 !> (integrate 55 files)
25368____________________________________________________________________________
25369[ 8344] By: jhi on 2001/01/06 02:24:02
25370 Log: Subject: [patch] PerlIO_cleanup() prototype
25371 From: Doug MacEachern <dougm@covalent.net>
25372 Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
25373 Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
25374 Branch: perl
25375 ! perlio.h
25376____________________________________________________________________________
25377[ 8343] By: jhi on 2001/01/06 01:04:09
25378 Log: IRIX compiler noticed that the bof initialization might be
25379 bypassed by control flow.
25380 Branch: perl
25381 ! toke.c
25382____________________________________________________________________________
25383[ 8342] By: jhi on 2001/01/06 00:10:48
25384 Log: Update Changes.
25385 Branch: perl
25386 ! Changes patchlevel.h
25387____________________________________________________________________________
4f995af1
JH
25388[ 8341] By: jhi on 2001/01/05 23:52:33
25389 Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
25390 Branch: perl
25391 ! toke.c
25392____________________________________________________________________________
25393[ 8340] By: jhi on 2001/01/05 22:44:08
25394 Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
25395 From: Radu Greab <radu@netsoft.ro>
25396 Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
25397 Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
25398 Branch: perl
25399 ! t/io/pipe.t util.c
25400____________________________________________________________________________
25401[ 8339] By: jhi on 2001/01/05 22:35:17
25402 Log: Subject: [PATCH] format and rewording in perlfaq.pod
25403 From: Robin Barker <rmb1@cise.npl.co.uk>
25404 Date: Fri, 5 Jan 2001 18:51:20 GMT
25405 Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
25406 Branch: perl
25407 ! pod/perlfaq.pod
25408____________________________________________________________________________
25409[ 8338] By: jhi on 2001/01/05 22:31:17
25410 Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
25411 From: Peter Prymmer <pvhp@forte.com>
25412 Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
25413 Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
25414 Branch: perl
25415 ! utils/perlbug.PL
25416____________________________________________________________________________
25417[ 8337] By: jhi on 2001/01/05 18:15:11
25418 Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
25419 From: Robin Barker <rmb1@cise.npl.co.uk>
25420 Date: Tue, 2 Jan 2001 15:24:07 GMT
25421 Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
25422
25423 If you call configure as C<./Configure> or C<sh ./Configure>,
25424 $src is set to the absolute path name, not '.'.
25425
25426 This, in turn, means -Dmksymlink tries to do its stuff because
25427 it does not think it is in the src directory.
25428
25429 (plus a metaconfig nitfix)
25430 Branch: metaconfig
25431 ! U/compline/ccflags.U U/modified/src.U
25432 Branch: perl
25433 ! Configure config_h.SH
25434____________________________________________________________________________
25435[ 8336] By: jhi on 2001/01/05 17:48:32
25436 Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
25437 From: Alan Burlison <Alan.Burlison@uk.sun.com>
25438 Message-ID: <3A5606C4.473D2226@uk.sun.com>
25439 Date: Fri, 05 Jan 2001 17:39:16 +0000
25440 Branch: perl
25441 ! hv.c
25442____________________________________________________________________________
25443[ 8335] By: jhi on 2001/01/05 16:05:44
25444 Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
25445 Branch: perl
25446 ! lib/Getopt/Long.pm
25447____________________________________________________________________________
25448[ 8334] By: jhi on 2001/01/05 16:00:51
25449 Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
25450 From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
25451 Date: Fri, 05 Jan 2001 13:46:51 +0100
25452 Message-ID: <13693.978698811@nice.ram.loc>
25453
25454 Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
25455 accurate reading of the "atime".
25456 Branch: perl
25457 ! t/io/fs.t
25458____________________________________________________________________________
25459[ 8333] By: jhi on 2001/01/05 15:57:37
25460 Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
25461 From: Simon Cozens <simon@cozens.net>
25462 Date: Fri, 8 Dec 2000 13:33:31 +0000
25463 Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
25464
25465 A lost patch fragment.
25466 Branch: perl
25467 ! doop.c
25468____________________________________________________________________________
25469[ 8332] By: jhi on 2001/01/05 15:40:42
25470 Log: Do away with strncpy() and a fixed length buffer.
25471 Branch: perl
25472 ! utf8.c
25473____________________________________________________________________________
25474[ 8331] By: jhi on 2001/01/05 15:03:07
25475 Log: Tests for #8329 and #8330.
25476 Branch: perl
25477 ! t/op/bop.t
25478____________________________________________________________________________
25479[ 8330] By: jhi on 2001/01/05 15:02:38
25480 Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
25481 raw 8-bit form to the UTF-8 string.
25482 Branch: perl
25483 ! toke.c
25484____________________________________________________________________________
25485[ 8329] By: jhi on 2001/01/05 14:55:13
25486 Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted
25487 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
25488 Date: Fri, 5 Jan 2001 12:28:52 +0100
25489 Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
25490
25491 UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
25492 no effect. (changed the strncpy() to Copy())
25493 Branch: perl
25494 ! toke.c
25495____________________________________________________________________________
25496[ 8328] By: jhi on 2001/01/05 06:44:27
25497 Log: UTF-8 cleanup.
25498 Branch: perl
25499 ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
25500 ! regexec.c sv.c toke.c
25501____________________________________________________________________________
25502[ 8327] By: jhi on 2001/01/05 01:11:29
25503 Log: Subject: [PATCH perl@8268] Test::Harness doesn't use IO (was Re: [PATCH 5.7.0] Re: Tests depending on extensions, and `make minitest')
25504 From: Radu Greab <radu@netsoft.ro>
25505 Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
25506 Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
25507
25508 Cleans up Harness to not use FileHandle, which uses IO.
25509 Branch: perl
25510 ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
25511____________________________________________________________________________
25512[ 8326] By: jhi on 2001/01/05 00:56:37
25513 Log: Update Changes.
25514 Branch: perl
25515 ! Changes patchlevel.h
25516____________________________________________________________________________
57aa58c0
JH
25517[ 8325] By: jhi on 2001/01/05 00:53:18
25518 Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
25519 From: Peter Prymmer <pvhp@forte.com>
25520 Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
25521 Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
25522
25523 plus a couple more tailing whitespace removals.
25524 Branch: perl
25525 ! win32/Makefile
25526____________________________________________________________________________
25527[ 8324] By: jhi on 2001/01/05 00:47:39
25528 Log: Add some Unicode chop() tests.
25529 Branch: perl
25530 ! t/op/chop.t
25531____________________________________________________________________________
25532[ 8323] By: jhi on 2001/01/05 00:47:23
25533 Log: Unify UTF-8 malformedness handling.
25534 Branch: perl
25535 ! doop.c pp.c sv.c toke.c utf8.c utf8.h
25536____________________________________________________________________________
25537[ 8322] By: jhi on 2001/01/04 22:21:54
25538 Log: The new $issymlink was unknown to Mksymlinks.
25539 Branch: metaconfig/U/perl
25540 ! Mksymlinks.U issymlink.U
25541 Branch: perl
25542 ! Configure config_h.SH
25543____________________________________________________________________________
25544[ 8321] By: jhi on 2001/01/04 21:51:05
25545 Log: The test didn't work under the core test framework.
25546 Branch: perl
25547 ! t/lib/st-lock.t
25548____________________________________________________________________________
25549[ 8320] By: jhi on 2001/01/04 21:14:22
25550 Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
25551 Branch: perl
25552 ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
25553____________________________________________________________________________
25554[ 8319] By: jhi on 2001/01/04 20:46:17
25555 Log: Typo in #8312 when manually appying a problematic patch fragment.
25556 Branch: perl
25557 ! ext/Storable/Storable.xs
25558____________________________________________________________________________
25559[ 8318] By: jhi on 2001/01/04 20:43:01
25560 Log: The $sh_c didn't fly.
25561 Branch: metaconfig
25562 ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
25563 ! U/modified/Loc.U U/modified/myhostname.U
25564 ! U/modified/spitshell.U
25565 Branch: metaconfig/U/perl
25566 ! issymlink.U
25567 Branch: perl
25568 ! Configure config_h.SH
25569____________________________________________________________________________
25570[ 8317] By: jhi on 2001/01/04 19:58:01
25571 Log: AIX builtin test -h is broken, changes based on
25572
25573 Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
25574 Date: Tue, 02 Jan 2001 11:24:39 +0100
25575 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25576 Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
25577 Branch: metaconfig
25578 + U/modified/spitshell.U
25579 ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
25580 ! U/modified/Loc.U U/modified/myhostname.U
25581 Branch: metaconfig/U/perl
25582 ! Mksymlinks.U issymlink.U
25583 Branch: perl
25584 ! Configure
25585____________________________________________________________________________
25586[ 8316] By: jhi on 2001/01/04 19:02:22
25587 Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
25588 From: Andy Dougherty <doughera@lafayette.edu>
25589 Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
25590 Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
25591
25592 Beware of GNU ld.
25593 Branch: perl
25594 ! hints/solaris_2.sh
25595____________________________________________________________________________
25596[ 8315] By: jhi on 2001/01/04 18:56:48
25597 Log: From: Lupe Christoph <lupe@lupe-christoph.de>
25598 Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
25599 Date: Wed, 3 Jan 2001 07:58:51 +0100
25600 Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
25601 Branch: perl
25602 ! hints/solaris_2.sh
25603____________________________________________________________________________
25604[ 8314] By: jhi on 2001/01/04 18:54:07
25605 Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
25606 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
25607 Date: Wed, 3 Jan 2001 13:48:04 -0800 (PST)
25608 Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
25609
25610 Doc tweak on #8313.
25611 Branch: perl
25612 ! ext/B/B/Deparse.pm
25613____________________________________________________________________________
25614[ 8313] By: jhi on 2001/01/04 18:52:27
25615 Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
25616 Date: Wed, 3 Jan 2001 13:31:53 -0800 (PST)
25617 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
25618 Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
25619
25620 Make the peephole optimizer to bypass more null ops and
25621 and rewrite the deparse handling of continue blocks.
25622 Branch: perl
25623 ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
25624____________________________________________________________________________
25625[ 8312] By: jhi on 2001/01/04 18:47:39
25626 Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
25627 Branch: perl
25628 ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
25629 ! ext/Storable/Storable.pm ext/Storable/Storable.xs
25630 ! t/lib/st-lock.t
25631____________________________________________________________________________
25632[ 8311] By: jhi on 2001/01/04 18:36:08
25633 Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
25634 filter to be run on each .pm during the pm_to_blib() phase,
25635 a fixed version of
25636
25637 Subject: PATCH (blead 8269) ExtUtils::MakeMaker
25638 From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
25639 Date: Wed, 03 Jan 2001 22:01:30 +0100
25640 Message-ID: <5296.978555690@nice.ram.loc>
25641 Branch: perl
25642 ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
25643 ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
25644 ! lib/ExtUtils/MakeMaker.pm
25645____________________________________________________________________________
25646[ 8310] By: jhi on 2001/01/04 18:32:54
25647 Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
25648 From: Robin Barker <rmb1@cise.npl.co.uk>
25649 Date: Tue, 2 Jan 2001 15:35:03 GMT
25650 Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
25651 Branch: perl
25652 ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
25653 ! pod/perlrequick.pod
25654____________________________________________________________________________
25655[ 8309] By: jhi on 2001/01/04 18:29:07
25656 Log: Subject: Re: [patch] static-ize XS()
25657 From: Doug MacEachern <dougm@covalent.net>
25658 Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
25659 Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
25660
25661 Provide prototypes for the XS functions.
25662 Branch: perl
25663 ! lib/ExtUtils/xsubpp
25664____________________________________________________________________________
25665[ 8308] By: jhi on 2001/01/04 18:27:44
25666 Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
25667 From: Doug MacEachern <dougm@covalent.net>
25668 Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
25669 Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
25670 Branch: perl
25671 ! lib/ExtUtils/typemap
25672____________________________________________________________________________
25673[ 8307] By: jhi on 2001/01/04 18:25:25
25674 Log: Subject: Re: [patch] MM_Unix cpprun shortcut
25675 From: Doug MacEachern <dougm@covalent.net>
25676 Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
25677 Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
25678
25679 Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
25680 Branch: perl
25681 ! lib/ExtUtils/MM_Unix.pm
25682____________________________________________________________________________
25683[ 8306] By: jhi on 2001/01/04 18:23:00
25684 Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
25685 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
25686 Date: Thu, 4 Jan 2001 12:47:10 +0100
25687 Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
25688
25689 The toke.c part only, patching embed.h and proto.h is futile.
25690 Branch: perl
25691 ! toke.c
25692____________________________________________________________________________
25693[ 8305] By: jhi on 2001/01/04 18:05:51
25694 Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
25695 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
25696 Date: Thu, 4 Jan 2001 17:50:12 +0100
25697 Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
25698 Branch: perl
25699 ! toke.c
25700____________________________________________________________________________
25701[ 8304] By: jhi on 2001/01/04 18:03:26
25702 Log: Subject: [PATCH perl@8269]
25703 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
25704 Date: Thu, 4 Jan 2001 12:53:39 +0100
25705 Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
25706
25707 If running byacc write-enable also perly.h.
25708 Branch: perl
25709 ! Makefile.SH
25710____________________________________________________________________________
25711[ 8303] By: jhi on 2001/01/04 15:40:49
25712 Log: Rewrite pp_concat() in terms of sv_catsv().
25713 Branch: perl
25714 ! pp_hot.c
25715____________________________________________________________________________
25716[ 8302] By: nick on 2001/01/03 22:43:22
25717 Log: Integrate mainline.
25718 Branch: perlio
25719 !> ext/Encode/Encode.xs sv.c utf8.c
25720____________________________________________________________________________
25721[ 8301] By: jhi on 2001/01/02 23:40:26
25722 Log: Variable naming tweak.
25723 Branch: perl
25724 ! sv.c
25725____________________________________________________________________________
25726[ 8300] By: jhi on 2001/01/02 23:40:02
25727 Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
25728 in is_utf8_string().
25729 Branch: perl
25730 ! utf8.c
25731____________________________________________________________________________
25732[ 8299] By: jhi on 2001/01/02 22:14:40
25733 Log: Integrate perlio.
25734 Branch: perl
25735 !> pp.c pp_hot.c win32/Makefile
25736____________________________________________________________________________
25737[ 8298] By: nick on 2001/01/02 22:03:06
25738 Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
25739 Branch: perlio
25740 ! pp.c pp_hot.c
25741____________________________________________________________________________
25742[ 8297] By: jhi on 2001/01/02 04:26:28
25743 Log: Signedness nit.
25744 Branch: perl
25745 ! ext/Encode/Encode.xs
25746____________________________________________________________________________
25747[ 8296] By: nick on 2001/01/01 23:49:36
25748 Log: Add Encode and correct Filter/Util/Call in nmake Makefile
25749 Branch: perlio
25750 ! win32/Makefile
25751____________________________________________________________________________
25752[ 8295] By: jhi on 2001/01/01 23:05:48
25753 Log: Integrate perlio.
25754 Branch: perl
25755 !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
25756 !> t/lib/encode.t
25757____________________________________________________________________________
25758[ 8294] By: nick on 2001/01/01 22:48:34
25759 Log: Integrate mainline
25760 Branch: perlio
25761 ! pp_hot.c t/lib/encode.t
25762 !> (integrate 65 files)
25763____________________________________________________________________________
25764[ 8293] By: nick on 2001/01/01 21:58:50
25765 Log: More rigor in UTF-8-ness of Encode's toUnicode
25766 XS export some of the utf8 internal functions.
25767 Test some of the functions.
25768 Fix pp_concat() bug shown by said tests.
25769 Branch: perlio
25770 ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
25771 ! t/lib/encode.t
25772____________________________________________________________________________
25773[ 8292] By: jhi on 2001/01/01 18:11:44
25774 Log: Integrate perlio.
25775 Branch: perl
25776 !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
25777 !> ext/Encode/encengine.c ext/Encode/encode.h
25778____________________________________________________________________________
25779[ 8291] By: jhi on 2001/01/01 18:10:58
25780 Log: Podify README.mpeix (a new version from the web),
25781 add a dummy NAME to Carp::Heavy, regen toc.
25782 Branch: perl
25783 ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
25784 ! pod/perltoc.pod
25785____________________________________________________________________________
25786[ 8290] By: nick on 2001/01/01 17:43:47
25787 Log: Loose the "Loading..." warning.
25788 Another bug in fallback support
25789 Branch: perlio
25790 ! ext/Encode/Encode.pm ext/Encode/encengine.c
25791____________________________________________________________________________
25792[ 8289] By: jhi on 2001/01/01 00:01:57
25793 Log: Bump up Larry's copyright.
25794 Branch: perl
25795 ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
25796 ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
25797 ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
25798 ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
25799 ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
25800 ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
25801 ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
25802 ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
25803____________________________________________________________________________
25804[ 8288] By: nick on 2000/12/31 21:27:53
25805 Log: Fix .ucm reading - forgot a chr()
25806 Start of .ucm write (for .enc to .ucm)
25807 Branch: perlio
25808 ! ext/Encode/compile
25809____________________________________________________________________________
25810[ 8287] By: jhi on 2000/12/31 18:15:56
25811 Log: Comment away a diagnostic message as noted by Craig A. Berry
25812 (the unexpected message was confusing testing)
25813 Branch: perl
25814 ! ext/Encode/Encode.pm
25815____________________________________________________________________________
25816[ 8286] By: jhi on 2000/12/31 18:14:51
25817 Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
25818 Date: Sun, 31 Dec 2000 11:17:37 -0600
25819 From: "Craig A. Berry" <craigberry@mac.com>
25820 Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
25821 Branch: perl
25822 ! ext/Encode/Makefile.PL
25823____________________________________________________________________________
25824[ 8285] By: nick on 2000/12/31 18:11:54
25825 Log: Start of support of ICU-style .ucm files:
25826 - teach compile how to read a .ucm file
25827 - first guess at how to represent fallbacks in "tries".
25828 - use fallbacks if check == 0
25829 - new return code to indicate we used one.
25830 Branch: perlio
25831 ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
25832 ! ext/Encode/encengine.c ext/Encode/encode.h
25833____________________________________________________________________________
25834[ 8284] By: jhi on 2000/12/31 18:04:41
25835 Log: Pacify picky VMS compiler.
25836
25837 Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
25838 From: "Craig A. Berry" <craig.berry@psinetcs.com>
25839 Date: Sat, 30 Dec 2000 18:10:02 -0600
25840 Message-Id: <200012310010.CAA09719@tiku.hut.fi>
25841 Branch: perl
25842 ! sv.c
25843____________________________________________________________________________
25844[ 8283] By: jhi on 2000/12/31 16:11:47
25845 Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
25846 Branch: perl
25847 ! t/lib/glob-basic.t
25848____________________________________________________________________________
25849[ 8282] By: jhi on 2000/12/31 15:26:11
25850 Log: Integrate perlio.
25851 Branch: perl
25852 !> makedef.pl opcode.pl os2/os2.c perlio.c
25853____________________________________________________________________________
25854[ 8281] By: nick on 2000/12/31 10:06:15
25855 Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
25856 is available to be exported
25857 Branch: perlio
25858 ! makedef.pl perlio.c
25859____________________________________________________________________________
25860[ 8280] By: nick on 2000/12/31 09:41:26
25861 Log: Ilya's OS2 patch (testing for damage on Win32)
25862 Branch: perlio
25863 ! makedef.pl opcode.pl os2/os2.c
25864____________________________________________________________________________
25865[ 8279] By: jhi on 2000/12/30 21:52:07
25866 Log: Test nits.
25867 Branch: perl
25868 ! t/lib/syslfs.t t/op/lfs.t
25869____________________________________________________________________________
25870[ 8278] By: jhi on 2000/12/30 21:47:49
25871 Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
25872 From: andreas.koenig@anima.de (Andreas J. Koenig)
25873 Date: 30 Dec 2000 22:35:37 +0100
25874 Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
25875
25876 The 32-bit wraparound test wasn't quite right.
25877 Branch: perl
25878 ! t/lib/syslfs.t t/op/lfs.t
25879____________________________________________________________________________
25880[ 8277] By: jhi on 2000/12/30 21:33:44
25881 Log: Subject: [PATCH] open() example in perlfunc.pod
25882 From: Karsten Sperling <s_sperli@ira.uka.de>
25883 Date: Sat, 30 Dec 2000 22:27:09 +0100
25884 Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
25885 Branch: perl
25886 ! pod/perlfunc.pod
25887____________________________________________________________________________
25888[ 8276] By: jhi on 2000/12/30 20:32:40
25889 Log: Not quite that many tests yet.
25890 Branch: perl
25891 ! t/op/pat.t
25892____________________________________________________________________________
25893[ 8275] By: jhi on 2000/12/30 20:26:58
25894 Log: Integrate perlio.
25895 Branch: perl
25896 !> toke.c
25897____________________________________________________________________________
25898[ 8274] By: jhi on 2000/12/30 20:24:56
25899 Log: Signedness nit.
25900 Branch: perl
25901 ! utf8.c
25902____________________________________________________________________________
25903[ 8273] By: jhi on 2000/12/30 20:15:46
25904 Log: Add a test case for 20000731.001 which was fixed by the #8267.
25905 Branch: perl
25906 ! t/op/pat.t
25907____________________________________________________________________________
25908[ 8272] By: nick on 2000/12/30 19:47:51
25909 Log: Tweak for MULTIPLICITY/USE_PERLIO
25910 Branch: perlio
25911 ! toke.c
25912____________________________________________________________________________
25913[ 8271] By: nick on 2000/12/30 19:46:45
25914 Log: Integrate mainline
25915 Branch: perlio
25916 +> lib/unicode/distinct.pm
25917 !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
25918 !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
25919 !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
25920____________________________________________________________________________
25921[ 8270] By: jhi on 2000/12/30 19:39:50
25922 Log: Subject: RE: perl@8269
25923 From: "Richard Soderberg" <rs@crystalflame.net>
25924 Date: Sat, 30 Dec 2000 11:36:27 -0800
25925 Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
25926
25927 A missing aTHX_.
25928 Branch: perl
25929 ! toke.c
25930____________________________________________________________________________
25931[ 8269] By: jhi on 2000/12/30 18:55:48
25932 Log: Update Changes.
25933 Branch: perl
25934 ! Changes patchlevel.h
25935____________________________________________________________________________
8d7a3e70
JH
25936[ 8268] By: jhi on 2000/12/30 17:18:40
25937 Log: Add a test for Unicode split //. The #8267 was the cure.
25938 Branch: perl
25939 ! t/op/split.t
25940____________________________________________________________________________
25941[ 8267] By: jhi on 2000/12/30 17:14:19
25942 Log: Subject: more UTF8 test suites and an UTF8 patch
25943 From: Inaba Hiroto <inaba@st.rim.or.jp>
25944 Date: Sat, 30 Dec 2000 14:27:10 +0900
25945 Message-ID: <3A4D722D.243AFD88@st.rim.or.jp>
25946
25947 Just the patch part for now, and the pragma renamed
25948 as unicode::distinct.
25949 Branch: perl
25950 + lib/unicode/distinct.pm
25951 ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
25952 ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
25953 ! regcomp.h regexec.c sv.c toke.c utf8.c
25954____________________________________________________________________________
25955[ 8266] By: nick on 2000/12/30 16:40:49
25956 Log: Integrate mainline
25957 Branch: perlio
25958 +> lib/Pod/Text/Overstrike.pm
25959 !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
25960 !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
25961 !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
25962 !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
25963 !> vms/vms.c vms/vmsish.h vms/vmspipe.com
25964____________________________________________________________________________
25965[ 8265] By: jhi on 2000/12/30 07:28:55
25966 Log: The sv_catsv() fix, take two.
25967 Branch: perl
25968 ! sv.c t/op/join.t
25969____________________________________________________________________________
25970[ 8264] By: jhi on 2000/12/30 06:19:18
25971 Log: Undo all the join-related changes since #8248: relevant
25972 portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
25973 The new sv_catsv() doesn't fly so it must go back to
25974 the drawing board.
25975 Branch: perl
25976 ! sv.c t/op/join.t t/pragma/utf8.t
25977____________________________________________________________________________
25978[ 8263] By: jhi on 2000/12/30 01:08:32
25979 Log: (Retracted by #8264) Tweak sv_catsv() some more.
25980 Branch: perl
25981 ! sv.c
25982____________________________________________________________________________
25983[ 8262] By: jhi on 2000/12/30 00:45:14
25984 Log: Retract #8261.
25985 Branch: perl
25986 ! hv.c util.c
25987____________________________________________________________________________
25988[ 8261] By: jhi on 2000/12/30 00:38:32
25989 Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
25990 Branch: perl
25991 ! hv.c util.c
25992____________________________________________________________________________
25993[ 8260] By: jhi on 2000/12/29 22:51:33
25994 Log: (Retracted by #8264) More fixing for #8251.
25995 Branch: perl
25996 ! sv.c
25997____________________________________________________________________________
25998[ 8259] By: jhi on 2000/12/29 18:27:30
25999 Log: Subject: podlators 1.06 released
26000 From: Russ Allbery <rra@stanford.edu>
26001 Date: 25 Dec 2000 05:09:30 -0800
26002 Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
26003 Branch: perl
26004 + lib/Pod/Text/Overstrike.pm
26005 ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
26006 ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
26007____________________________________________________________________________
26008[ 8258] By: jhi on 2000/12/29 18:20:45
26009 Log: Make the large file tests more robust/talkative as suggested by
26010
26011 Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
26012 From: andreas.koenig@anima.de (Andreas J. Koenig)
26013 Date: 29 Dec 2000 14:23:01 +0100
26014 Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
26015 Branch: perl
26016 ! t/lib/syslfs.t t/op/lfs.t
26017____________________________________________________________________________
26018[ 8257] By: jhi on 2000/12/29 17:48:04
26019 Log: Further VMS piping fixes from Charles Lane:
26020
26021 In summary, error messages produced when a subprocess terminated
26022 abnormally were being sent not just to the parent process, but to
26023 grandparents, because of default values for error output that were
26024 not completely overridden when the subprocess was started.
26025
26026 This patch fixes this behavior by defining user-mode (i.e., temporary
26027 for the duration of the program) logical names for SYS$OUTPUT and
26028 SYS$ERROR when they are (re)opened inside Perl. And a bunch of other
26029 changes to make it so that the user-mode logicals are the ones that
26030 control where Perl's error messages go if it terminates abnormally.
26031
26032 I also added some gratuitous fixes to the indentation of braces in
26033 the piping code. It just looked ugly, before.
26034 Branch: perl
26035 ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
26036____________________________________________________________________________
26037[ 8256] By: jhi on 2000/12/29 17:45:12
26038 Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
26039 From: "Casey R. Tweten" <crt@kiski.net>
26040 Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
26041 Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
26042
26043 Tests for for #8240.
26044 Branch: perl
26045 ! t/pragma/constant.t
26046____________________________________________________________________________
26047[ 8255] By: jhi on 2000/12/29 17:43:07
26048 Log: Subject: Re: [PATCH] Interesting syntax idea
26049 From: Simon Cozens <simon@cozens.net>
26050 Date: Fri, 29 Dec 2000 14:34:04 +0000
26051 Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
26052
26053 Tests for #8254.
26054 Branch: perl
26055 ! t/pragma/sub_lval.t
26056____________________________________________________________________________
26057[ 8254] By: jhi on 2000/12/29 17:42:11
26058 Log: Subject: [PATCH] Interesting syntax idea
26059 From: Simon Cozens <simon@cozens.net>
26060 Date: Wed, 27 Dec 2000 05:08:57 +0000
26061 Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
26062
26063 Make opens + bareword assigns do typeglob assigns.
26064 Branch: perl
26065 ! op.c
26066____________________________________________________________________________
26067[ 8253] By: jhi on 2000/12/29 17:36:45
26068 Log: Output the (apparent) version of gcc, as suggested by
26069
26070 Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
26071 From: jhbrown@ai.mit.edu (Jeremy H. Brown)
26072 Date: 26 Dec 2000 04:29:17 -0500
26073 Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
26074
26075 (The patch as such didn't any more apply as the misparsing had
26076 already been addressed in #6474.) Also change the wording about
26077 gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
26078 Branch: perl
26079 ! hints/dec_osf.sh
26080____________________________________________________________________________
26081[ 8252] By: nick on 2000/12/29 12:14:31
26082 Log: Integrate mainline
26083 Branch: perlio
26084 !> (integrate 27 files)
26085____________________________________________________________________________
26086[ 8251] By: jhi on 2000/12/29 08:45:46
26087 Log: (Retracted by #8264)
26088
26089 (Fixed by #8260.)
26090
26091 sv_catsv() needs one more byte space than seems reasonable.
26092 (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
26093 Curiouser and curiouser.
26094 Branch: perl
26095 ! sv.c
26096____________________________________________________________________________
26097[ 8250] By: jhi on 2000/12/29 07:57:52
26098 Log: More split // UTF-8 tests.
26099 Branch: perl
26100 ! t/pragma/utf8.t
26101____________________________________________________________________________
26102[ 8249] By: jhi on 2000/12/29 07:54:51
26103 Log: (Retracted by #8264) More join() testing which was good because
26104 it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
26105 Branch: perl
26106 ! pp.c t/op/join.t utf8.c utf8.h
26107____________________________________________________________________________
26108[ 8248] By: jhi on 2000/12/29 07:08:32
26109 Log: (Retracted by #8264) Externally: join() was still quite UTF-8-unaware.
26110 Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
26111 that the only cases to care about are byte+byte and byte+character.
26112
26113 TODO: See how well pp_concat() could be implemented in terms
26114 of sv_catsv().
26115 Branch: perl
26116 ! doop.c sv.c t/op/join.t utf8.h
26117____________________________________________________________________________
26118[ 8247] By: jhi on 2000/12/29 06:35:23
26119 Log: Signedness nit.
26120 Branch: perl
26121 ! pp_hot.c
26122____________________________________________________________________________
26123[ 8246] By: jhi on 2000/12/29 01:23:31
26124 Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
26125 From: Lupe Christoph <lupe@lupe-christoph.de>
26126 Date: Thu, 28 Dec 2000 23:00:00 +0100
26127 Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
26128
26129 Suggest rsync --delete --dry-run.
26130 Branch: perl
26131 ! pod/perlhack.pod
26132____________________________________________________________________________
26133[ 8245] By: jhi on 2000/12/28 23:57:05
26134 Log: The maxiters upper limit sanity check (guarding against
26135 non-progress) assumed bytes instead of characters in s///
26136 and split().
26137 Branch: perl
26138 ! pp.c pp_hot.c
26139____________________________________________________________________________
26140[ 8244] By: jhi on 2000/12/28 23:34:08
26141 Log: Make some panic messages a bit more logical.
26142 Branch: perl
26143 ! doop.c pod/perldiag.pod pp.c pp_hot.c
26144____________________________________________________________________________
26145[ 8243] By: jhi on 2000/12/28 22:59:16
26146 Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
26147 From: Simon Cozens <simon@cozens.net>
26148 Date: Wed, 27 Dec 2000 02:30:03 +0000
26149 Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
26150 Branch: perl
26151 ! pp.c t/pragma/sub_lval.t
26152____________________________________________________________________________
26153[ 8242] By: jhi on 2000/12/28 22:56:53
26154 Log: Subject: [PATCH blead] Fix B::Terse indentation
26155 From: Daniel Chetlin <daniel@chetlin.com>
26156 Date: Wed, 27 Dec 2000 06:43:30 -0800
26157 Message-ID: <20001227064329.B9573@darkstar>
26158 Branch: perl
26159 ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
26160____________________________________________________________________________
26161[ 8241] By: jhi on 2000/12/28 22:48:59
26162 Log: The latter patch from the
26163
26164 Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
26165 From: Peter Prymmer <pvhp@forte.com>
26166 Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
26167 Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
26168
26169 (the former patch from the above should have been
26170 taken care of by Nick I-S)
26171 Branch: perl
26172 ! win32/Makefile
26173____________________________________________________________________________
26174[ 8240] By: jhi on 2000/12/28 22:45:22
26175 Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
26176 From: "Casey R. Tweten" <crt@kiski.net>
26177 Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
26178 Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
26179 Branch: perl
26180 ! lib/constant.pm
26181____________________________________________________________________________
26182[ 8239] By: jhi on 2000/12/28 22:37:45
26183 Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
26184 From: Simon Cozens <simon@cozens.net>
26185 Date: Wed, 27 Dec 2000 14:12:44 +0000
26186 Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
26187 Branch: perl
26188 ! t/op/method.t t/op/sort.t toke.c
26189____________________________________________________________________________
26190[ 8238] By: jhi on 2000/12/28 22:30:32
26191 Log: Subject: [PATCH perl@8229] Call.pm
26192 From: "Paul Marquess" <Paul.Marquess@btinternet.com>
26193 Date: Mon, 25 Dec 2000 10:47:15 -0000
26194 Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
26195 Branch: perl
26196 ! ext/Filter/Util/Call/Call.pm
26197____________________________________________________________________________
26198[ 8237] By: jhi on 2000/12/28 22:19:21
26199 Log: Subject: [PATCH blead] Fix problem with `&' prototype
26200 From: Daniel Chetlin <daniel@chetlin.com>
26201 Date: Wed, 27 Dec 2000 15:55:32 -0800
26202 Message-ID: <20001227155532.D9573@darkstar>
26203 Branch: perl
26204 ! op.c t/comp/proto.t
26205____________________________________________________________________________
26206[ 8236] By: jhi on 2000/12/28 22:09:25
26207 Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
26208 From: Daniel Chetlin <daniel@chetlin.com>
26209 Date: Sun, 24 Dec 2000 04:09:49 -0800
26210 Message-ID: <20001224040949.B3090@darkstar>
26211 Branch: perl
26212 ! gv.c mg.c t/op/attrs.t
26213____________________________________________________________________________
26214[ 8235] By: jhi on 2000/12/28 22:07:11
26215 Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
26216 From: Jan Dubois <jand@ActiveState.com>
26217 Date: Tue, 26 Dec 2000 20:57:31 -0800
26218 Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
26219 Branch: perl
26220 ! win32/win32.c
26221____________________________________________________________________________
26222[ 8234] By: jhi on 2000/12/28 21:52:42
26223 Log: Subject: Re: [PATCH] Warn on use of reference as array elem
26224 From: Simon Cozens <simon@cozens.net>
26225 Date: Thu, 28 Dec 2000 20:33:13 +0000
26226 Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
26227 Branch: perl
26228 ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
26229____________________________________________________________________________
26230[ 8233] By: jhi on 2000/12/28 19:40:49
26231 Log: Integrate perlio.
26232 Branch: perl
26233 !> ext/Encode/Makefile.PL ext/Encode/compile
26234____________________________________________________________________________
26235[ 8232] By: nick on 2000/12/23 16:06:00
26236 Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
26237 and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
26238 Branch: perlio
26239 ! ext/Encode/Makefile.PL
26240____________________________________________________________________________
26241[ 8231] By: nick on 2000/12/23 14:30:34
26242 Log: "Compiled" encode build cleanup
26243 - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
26244 - .c files do not export sub-tables
26245 Branch: perlio
26246 ! ext/Encode/Makefile.PL ext/Encode/compile
26247____________________________________________________________________________
26248[ 8230] By: nick on 2000/12/23 12:50:37
26249 Log: Integrate mainline
26250 Branch: perlio
26251 !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
26252 !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
26253 !> pod/perl5004delta.pod pod/perl5005delta.pod
26254 !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
26255 !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
26256 !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
26257 !> pod/perlsub.pod
26258____________________________________________________________________________
26259[ 8229] By: jhi on 2000/12/22 15:32:12
26260 Log: Integrate perlio.
26261 Branch: perl
26262 +> win32/distclean.bat
26263 !> MANIFEST t/io/utf8.t
26264____________________________________________________________________________
26265[ 8228] By: jhi on 2000/12/22 15:29:40
26266 Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
26267 From: Robin Barker <rmb1@cise.npl.co.uk>
26268 Date: Fri, 22 Dec 2000 12:17:38 GMT
26269 Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
26270 Branch: perl
26271 ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
26272 ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
26273 ! pod/perl5004delta.pod pod/perl5005delta.pod
26274 ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
26275 ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
26276 ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
26277 ! pod/perlsub.pod
26278____________________________________________________________________________
26279[ 8227] By: jhi on 2000/12/22 15:24:28
26280 Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
26281 From: "John L. Allen" <allen@grumman.com>
26282 Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
26283 Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
26284
26285 Document APPLLIB_EXP.
26286 Branch: perl
26287 ! INSTALL
26288____________________________________________________________________________
26289[ 8226] By: nick on 2000/12/21 22:11:50
26290 Log: Handy script for when one forgets to "dmake clean"
26291 Branch: perlio
26292 + win32/distclean.bat
26293 ! MANIFEST
26294____________________________________________________________________________
26295[ 8225] By: nick on 2000/12/21 21:54:04
26296 Log: CRLF platform issue with io/utf8 fix.
26297 Branch: perlio
26298 ! t/io/utf8.t
26299____________________________________________________________________________
26300[ 8224] By: nick on 2000/12/21 21:02:20
26301 Log: Integrate mainline
26302 Branch: perlio
26303 !> Changes Configure Makefile.SH Porting/Glossary
26304 !> Porting/config.sh Porting/config_H configure.com
26305 !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
26306 !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
26307 !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
26308 !> win32/config.bc win32/config.gc win32/config.vc
26309____________________________________________________________________________
26310[ 8223] By: jhi on 2000/12/21 17:09:16
26311 Log: Update Changes.
26312 Branch: perl
26313 ! Changes patchlevel.h
26314____________________________________________________________________________
26315[ 8222] By: jhi on 2000/12/21 16:24:01
26316 Log: Metaconfig unit changes for #8221.
26317 Branch: metaconfig/U/perl
26318 +> issymlink.U
26319 - testsyml.U
26320 ! Mksymlinks.U
26321____________________________________________________________________________
5b9313d5
JH
26322[ 8221] By: jhi on 2000/12/21 16:23:48
26323 Log: Rename testsyml to issymlink.
26324 Branch: perl
26325 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26326 ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
26327 ! win32/config.vc
26328____________________________________________________________________________
26329[ 8220] By: jhi on 2000/12/21 15:47:26
26330 Log: Robustness support for #8218 (symlink forest) since the GNU
26331 tools seem to be overly picky about symlinkage depths.
26332 Branch: perl
26333 ! Makefile.SH t/io/fs.t
26334____________________________________________________________________________
26335[ 8219] By: jhi on 2000/12/21 15:38:27
26336 Log: Metaconfig changes for #8218.
26337 Branch: metaconfig
26338 ! U/modified/Oldconfig.U
26339 Branch: metaconfig/U/perl
26340 + Mksymlinks.U
26341 ! testsyml.U
26342____________________________________________________________________________
26343[ 8218] By: jhi on 2000/12/21 15:37:57
26344 Log: Add Configure option -Dmksymlinks which will create a symlink
26345 forest if the current/build differs from the source directory.
26346 TODO: mkdir -p is not portable.
26347 Branch: perl
26348 ! Configure
26349____________________________________________________________________________
26350[ 8217] By: jhi on 2000/12/21 14:39:12
26351 Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
26352 From: Nick Ing-Simmons <nik@tiuk.ti.com>
26353 Date: Thu, 21 Dec 2000 09:38:18 GMT
26354 Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
26355
26356 The ofs became an SV.
26357 Branch: perl
26358 ! ext/Thread/Thread.xs
26359____________________________________________________________________________
26360[ 8216] By: jhi on 2000/12/21 05:40:21
26361 Log: The polymorphism seems to have fixed 20000517.001.
26362 Branch: perl
26363 ! t/pragma/utf8.t
26364____________________________________________________________________________
26365[ 8215] By: jhi on 2000/12/21 04:44:52
26366 Log: read() documentation tweak for 20001121.004.
26367 Branch: perl
26368 ! pod/perlfunc.pod
26369____________________________________________________________________________
26370[ 8214] By: jhi on 2000/12/21 03:54:11
26371 Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
26372 Branch: perl
26373 ! pp_sys.c t/op/misc.t
26374____________________________________________________________________________
26375[ 8213] By: jhi on 2000/12/21 00:28:10
26376 Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
26377 From: Peter Prymmer <pvhp@forte.com>
26378 Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
26379 Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
26380 Branch: perl
26381 ! configure.com
26382____________________________________________________________________________
26383[ 8212] By: jhi on 2000/12/21 00:26:21
26384 Log: Edit edit edit.
26385 Branch: perl
26386 ! pod/perlfaq3.pod
26387____________________________________________________________________________
26388[ 8211] By: jhi on 2000/12/20 18:52:46
26389 Log: Update Changes.
26390 Branch: perl
26391 ! Changes patchlevel.h
26392____________________________________________________________________________
594a1bcd
JH
26393[ 8210] By: jhi on 2000/12/20 18:34:47
26394 Log: Yet another editor edit.
26395 Branch: perl
26396 ! pod/perlfaq3.pod
26397____________________________________________________________________________
26398[ 8209] By: jhi on 2000/12/20 15:33:28
26399 Log: More Win32 Perling.
26400 Branch: perl
26401 ! pod/perlfaq3.pod
26402____________________________________________________________________________
26403[ 8208] By: jhi on 2000/12/20 15:07:46
26404 Log: More Win32 editor/IDE/shell hints.
26405 Branch: perl
26406 ! pod/perlfaq3.pod
26407____________________________________________________________________________
26408[ 8207] By: jhi on 2000/12/20 03:54:08
26409 Log: Subject: [PATCH] obscure timing knowledge
26410 From: Nicholas Clark <nick@ccl4.org>
26411 Date: Tue, 19 Dec 2000 19:22:31 +0000
26412 Message-ID: <20001219192231.F2827@plum.flirble.org>
26413 Branch: perl
26414 ! sv.c
26415____________________________________________________________________________
26416[ 8206] By: jhi on 2000/12/20 03:45:57
26417 Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
26418 From: Spider Boardman <spider@leggy.zk3.dec.com>
26419 Date: Tue, 19 Dec 2000 21:30:16 -0500
26420 Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
26421 Branch: perl
26422 ! sv.c
26423____________________________________________________________________________
26424[ 8205] By: jhi on 2000/12/19 23:02:01
26425 Log: Update Changes.
26426 Branch: perl
26427 ! Changes patchlevel.h
26428____________________________________________________________________________
9d5bc5c9
JH
26429[ 8204] By: jhi on 2000/12/19 22:58:18
26430 Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
26431 using the \xHH notation. No more inlined UTF-8, sigh, but easier
26432 on editors and diffing/patching.
26433 Branch: perl
26434 ! t/op/utf8decode.t
26435____________________________________________________________________________
26436[ 8203] By: nick on 2000/12/19 21:36:16
26437 Log: Integrate mainline (forgot my own change...)
26438 Branch: perlio
26439 !> ext/Encode/compile
26440____________________________________________________________________________
26441[ 8202] By: nick on 2000/12/19 21:34:42
26442 Log: Integrate mainline.
26443 Branch: perlio
26444 !> (integrate 61 files)
26445____________________________________________________________________________
26446[ 8201] By: nick on 2000/12/19 21:34:06
26447 Log: Avoid looking for File::Glob when we don't need it.
26448 Branch: perl
26449 ! ext/Encode/compile
26450____________________________________________________________________________
26451[ 8200] By: jhi on 2000/12/19 18:35:49
26452 Log: Update Changes.
26453 Branch: perl
26454 ! Changes patchlevel.h
26455____________________________________________________________________________
0052ac31
JH
26456[ 8199] By: jhi on 2000/12/19 18:35:07
26457 Log: Microperl tweaks.
26458 Branch: perl
26459 ! sv.c uconfig.h uconfig.sh
26460____________________________________________________________________________
26461[ 8198] By: jhi on 2000/12/19 18:29:59
26462 Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
26463 Branch: perl
26464 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26465 ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
26466____________________________________________________________________________
26467[ 8197] By: jhi on 2000/12/19 17:55:29
26468 Log: In VMS embedded perls couldn't access the statically built Socket,
26469 from Charles Lane.
26470 Branch: perl
26471 ! configure.com
26472____________________________________________________________________________
26473[ 8196] By: jhi on 2000/12/19 17:49:50
26474 Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
26475 From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
26476 Date: Sun, 17 Dec 2000 19:11:44 -0000
26477 Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com>
26478 Branch: perl
26479 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
26480 ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
26481____________________________________________________________________________
26482[ 8195] By: jhi on 2000/12/19 17:47:53
26483 Log: Subject: [patch perl@8150] h2xs SYNOPSIS
26484 From: Jonathan Stowe <gellyfish@gellyfish.com>
26485 Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
26486 Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
26487 Branch: perl
26488 ! utils/h2xs.PL
26489____________________________________________________________________________
26490[ 8194] By: jhi on 2000/12/19 17:46:28
26491 Log: Subject: Re: useless use of void context work-around
26492 From: andreas.koenig@anima.de (Andreas J. Koenig)
26493 Date: 16 Dec 2000 15:13:36 +0100
26494 Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
26495
26496 Document (comment) the q(di ds ig) trick in the code.
26497 Branch: perl
26498 ! op.c
26499____________________________________________________________________________
26500[ 8193] By: jhi on 2000/12/19 17:10:57
26501 Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
26502 From: "Mark J. Reed" <mreed@strange.turner.com>
26503 Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
26504 Message-Id: <200012160222.VAA13986@strange.turner.com>
26505 Branch: perl
26506 ! ext/Sys/Syslog/Syslog.pm
26507____________________________________________________________________________
26508[ 8192] By: jhi on 2000/12/19 17:07:45
26509 Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
26510 From: Nicholas Clark <nick@ccl4.org>
26511 Date: Sat, 16 Dec 2000 19:03:13 +0000
26512 Message-ID: <20001216190313.D68304@plum.flirble.org>
26513 Branch: perl
26514 ! t/op/64bitint.t
26515____________________________________________________________________________
26516[ 8191] By: jhi on 2000/12/19 17:06:13
26517 Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
26518 From: Dominic Dunlop <domo@computer.org>
26519 Date: Mon, 18 Dec 2000 12:00:15 +0100
26520 Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
26521
26522 This patchlet is needed in order that perl can be statically linked.
26523 Branch: perl
26524 ! regexec.c
26525____________________________________________________________________________
26526[ 8190] By: jhi on 2000/12/19 17:03:08
26527 Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
26528 From: "Craig A. Berry" <craig.berry@psinetcs.com>
26529 Date: Sun, 17 Dec 2000 00:18:35 -0600
26530 Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
26531 Branch: perl
26532 ! perlio.h vms/gen_shrfls.pl
26533____________________________________________________________________________
26534[ 8189] By: jhi on 2000/12/19 16:20:28
26535 Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
26536 From: Prymmer/Kahn <pvhp@best.com>
26537 Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
26538 Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
26539
26540 A better version of #8188.
26541 Branch: perl
26542 ! pod/perlfaq3.pod
26543____________________________________________________________________________
26544[ 8188] By: jhi on 2000/12/19 15:57:06
26545 Log: (Replaced by #8189)
26546
26547 Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
26548 Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
26549 From: Prymmer/Kahn <pvhp@best.com>
26550 Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
26551 Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
26552 From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
26553 Date: Mon, 18 Dec 2000 11:10:45 -0500
26554 Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
26555 Branch: perl
26556 ! pod/perlfaq3.pod
26557____________________________________________________________________________
26558[ 8187] By: jhi on 2000/12/19 15:54:19
26559 Log: Email address fix for Anton Berezin.
26560 Branch: perl
26561 ! AUTHORS
26562____________________________________________________________________________
26563[ 8186] By: jhi on 2000/12/19 15:38:54
26564 Log: Subject: [PATCH perl@8102] cygwin port
26565 From: "Eric Fifer" <efifer@dircon.co.uk>
26566 Date: Thu, 14 Dec 2000 13:41:29 -0000
26567 Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
26568
26569 When compiling modules the data item that is being imported
26570 from libperl.dll needs to be tagged as imported/shared data:
26571 extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
26572 Branch: perl
26573 ! perliol.h
26574____________________________________________________________________________
26575[ 8185] By: jhi on 2000/12/19 14:53:24
26576 Log: Regen uconfig.h and uconfig.sh.
26577 Branch: perl
26578 ! uconfig.h uconfig.sh
26579____________________________________________________________________________
26580[ 8184] By: jhi on 2000/12/18 20:43:49
26581 Log: Comments work so much better when they are closed.
26582 Branch: perl
26583 ! regcomp.c
26584____________________________________________________________________________
26585[ 8183] By: jhi on 2000/12/18 18:04:02
26586 Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
26587 Fixes the bug 20001218.016.
26588 Branch: perl
26589 ! regcomp.c
26590____________________________________________________________________________
26591[ 8182] By: gsar on 2000/12/18 09:53:47
26592 Log: delete spurious files
26593 Branch: maint-5.6/perl
26594 - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
26595 - vos/config.h vos/config_h.SH_orig
26596____________________________________________________________________________
26597[ 8181] By: gsar on 2000/12/18 09:46:08
26598 Log: regen perltoc
26599 Branch: maint-5.6/perl
26600 ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
26601____________________________________________________________________________
26602[ 8180] By: gsar on 2000/12/18 09:20:27
26603 Log: integrate changes#7924..7926,7946,7952 from mainline
26604 Branch: maint-5.6/perl
26605 !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
26606 !> lib/File/stat.pm t/lib/class-struct.t
26607____________________________________________________________________________
26608[ 8179] By: gsar on 2000/12/18 08:55:54
26609 Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
26610 7918,7919,7988,8907 from mainline (various)
26611 Branch: maint-5.6/perl
26612 +> t/lib/class-struct.t
26613 !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
26614 !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
26615 !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
26616____________________________________________________________________________
26617[ 8178] By: gsar on 2000/12/18 08:16:30
26618 Log: avoid redefinition warnings on windows due to sys/socket.h getting
26619 #included before win32.h
26620 Branch: maint-5.6/perl
26621 ! win32/include/sys/socket.h
26622____________________________________________________________________________
26623[ 8177] By: gsar on 2000/12/18 05:24:04
26624 Log: make regen_headers; fix POSIX.xs problems; remove outdated
26625 code from sys/socket.h that makes build fail now
26626 Branch: maint-5.6/perl
26627 ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
26628 ! pod/perlapi.pod
26629 !> win32/include/sys/socket.h
26630____________________________________________________________________________
26631[ 8176] By: gsar on 2000/12/18 05:20:17
26632 Log: update Changes
26633 Branch: maint-5.6/perl
26634 ! Changes patchlevel.h
26635____________________________________________________________________________
26636[ 8175] By: gsar on 2000/12/18 04:57:48
26637 Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
26638 7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
26639 7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
26640 7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
26641 7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
26642 7823,7825,7838
26643 Branch: maint-5.6/perl
26644 +> lib/File/Spec/Epoc.pm
26645 !> (integrate 88 files)
26646____________________________________________________________________________
26647[ 8174] By: gsar on 2000/12/18 03:53:09
26648 Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
26649 7625..7629,7631..7634,7637,7639,7642 from mainline
26650 Branch: maint-5.6/perl
26651 +> README.solaris
26652 !> (integrate 26 files)
26653____________________________________________________________________________
26654[ 8173] By: gsar on 2000/12/18 03:37:02
26655 Log: integrate changes#7472,7474..7479,7481,7485,7489,7493,7494,7496,
26656 7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
26657 7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
26658 7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
26659 Branch: maint-5.6/perl
26660 +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
26661 - MAINTAIN
26662 !> (integrate 111 files)
26663____________________________________________________________________________
26664[ 8172] By: jhi on 2000/12/18 02:49:27
26665 Log: Regen pods.
26666 Branch: perl
26667 ! pod/perlmodlib.pod pod/perltoc.pod
26668____________________________________________________________________________
26669[ 8171] By: gsar on 2000/12/18 02:49:24
26670 Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
26671 7465..7471 from mainline
26672
26673 Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
26674 in platforms that strictly require all the symbols being present
26675 at link time.
26676
26677 Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
26678
26679 Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[ 7350] breaks VMS perl
26680
26681 Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
26682
26683 Subject: [PATCH] todo
26684
26685 Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
26686
26687 Use $sort, $uniq (and $tr) consistently as wondered
26688 by Nicholas Clark.
26689
26690 Too enthusiastic editing in #7460.
26691
26692 The reëntrant version shouldn't be needed unless USE_PURE_BISON.
26693
26694 Upgrade to CPAN 1.58_55.
26695 Subject: CPAN.pm status
26696
26697 Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
26698
26699 Make target reordering to avoid pointless re-makes.
26700 Subject: Re: Total re-make of 'make okfile' after 7451 ?
26701
26702 Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
26703
26704 Subject: DOC PATCH 5.6.0
26705
26706 Add the repository doc by Malcolm, Sarathy, and by Simon,
26707 name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
26708 Branch: maint-5.6/perl
26709 +> Porting/repository.pod
26710 !> Configure MANIFEST Makefile.SH README.dos README.os2
26711 !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
26712 !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
26713 !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
26714____________________________________________________________________________
26715[ 8169] By: gsar on 2000/12/18 02:33:34
26716 Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
26717 7435..7441,7445 from mainline
26718
26719 Make the UTF-8 decoding stricter and more verbose when
26720 malformation happens. This involved adding an argument
26721 to utf8_to_uv_chk(), which involved changing its prototype,
26722 and prefer STRLEN over I32 for the UTF-8 length, which as
26723 a domino effect necessitated changing the prototypes of
26724 scan_bin(), scan_oct(), scan_hex(), and reg_uni().
26725 The stricter UTF-8 decoding checking uses Markus Kuhn's
26726 UTF-8 Decode Stress Tester from
26727 http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
26728
26729 Run vms/vms_yfix.pl, should have done that after changing
26730 perly.c in #7382.
26731
26732 Subject: [PATCH 5.7.0] static linking with uninstalled perl
26733
26734 (Replaced by #7440.)
26735 Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
26736
26737 Fix the bug ID 20001024.005, the bug introduced by #7416.
26738
26739 Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
26740
26741 Fix the bug reported in
26742 From: andreas.koenig@anima.de (Andreas J. Koenig)
26743 Also make is_utf8_char() stricter.
26744
26745 Missed the header file changes from #7425.
26746
26747 Check if stdio supports tweaking lval and cnt simultaneously.
26748 Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
26749
26750 Stratus VOS updates from Paul Green.
26751
26752 Podify README.epoc and README.vos.
26753
26754 Add targets to Makefile.SH, most importantly
26755 'regen_all' which also remembers to update vms/perly*.
26756
26757 Subject: Minor update to find2perl, for portability
26758
26759 Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
26760
26761 Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
26762
26763 Rename UTF8LEN() to be UNISKIP(), too confusing to have
26764 UTF8LEN() and UTF8SKIP().
26765
26766 Allow poking holes at the UTF-8 decoding strictness.
26767
26768 Continue the internal UTF-8 API tweaking.
26769 Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
26770 used much more than the simpler API, now called utf8_to_uv_simple().
26771 Still not quite happy with API, too much partial duplication
26772 of functionality.
26773
26774 A new version of making the syslog test more robust.
26775 (Replaces #7421.)
26776 Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
26777
26778 buildtoc target tweaks.
26779
26780 Integrate with vmsperl #7430 by Charles Bailey:
26781
26782 Cleanup from prior patch (Charles Lane?):
26783 - improve handling of MFDs in Basename and Path
26784 - default to no xsubpp line # munging when building debug images
26785 Branch: maint-5.6/perl
26786 +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
26787 +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
26788 !> (integrate 67 files)
26789____________________________________________________________________________
26790[ 8168] By: gsar on 2000/12/18 02:05:49
26791 Log: integrate changes#7512,7733 from mainline (regex bugfixes)
26792
26793 Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
26794 From: Martin Husemann <martin@duskware.de>
26795
26796 Subject: [PATCH 5.7.0] restore match data on backtracing
26797 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26798 Branch: maint-5.6/perl
26799 !> regcomp.c regexec.c t/op/re_tests
26800____________________________________________________________________________
26801[ 8167] By: gsar on 2000/12/18 01:55:22
26802 Log: integrate changes#7858,7986 from mainline
26803
26804 C<foreach my $x ...> in pseudo-fork()ed process may diddle
26805 parent's memory; fix it by keeping track of the actual pad
26806 offset rather than a raw pointer (this change is probably also
26807 relevant to non-ithreads case to avoid fallout from reallocs of
26808 the pad array, but is currently only enabled for the ithreads
26809 case in the interests of minimal disruption to existing "well
26810 tested" code)
26811
26812 fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
26813 due to the notorious GetFileType() bug in Windows 9x, which fstat()
26814 tickles)
26815 Branch: maint-5.6/perl
26816 !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
26817 !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
26818 !> win32/win32.c win32/win32.h win32/win32sck.c
26819____________________________________________________________________________
26820[ 8166] By: gsar on 2000/12/18 01:52:59
26821 Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
26822 from mainline (xsubpp and ExtUtils::LibList fixups, various
26823 other small items)
26824 Branch: maint-5.6/perl
26825 !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
26826 !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
26827 !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
26828 !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
26829 !> win32/bin/search.pl
26830____________________________________________________________________________
26831[ 8165] By: gsar on 2000/12/18 01:28:45
26832 Log: integrate changes#7533,7563,7611,7623 from mainline (various
26833 malloc.c embellishments)
26834 Branch: maint-5.6/perl
26835 !> malloc.c pod/perldiag.pod
26836____________________________________________________________________________
26837[ 8164] By: gsar on 2000/12/18 01:23:33
26838 Log: integrate changes#7419,7806,8129 from mainline (various h2xs
26839 fixups)
26840 Branch: maint-5.6/perl
26841 !> utils/h2xs.PL
26842____________________________________________________________________________
26843[ 8163] By: gsar on 2000/12/18 01:17:50
26844 Log: integrate changes#7493,7599,7803 from mainline (various perlbug
26845 fixups)
26846 Branch: maint-5.6/perl
26847 !> Makefile.SH utils/perlbug.PL
26848____________________________________________________________________________
26849[ 8162] By: gsar on 2000/12/18 00:25:43
26850 Log: always export Perl_deb() (it is required by re.xs whether
26851 Perl is built with or without -DDEBUGGING)
26852 Branch: maint-5.6/perl
26853 ! makedef.pl
26854____________________________________________________________________________
26855[ 8161] By: gsar on 2000/12/18 00:23:38
26856 Log: integrate change#7414 from mainline
26857
26858 Undo the basename() part of #7412 since the lib/basename
26859 tests would need upgrading too.
26860
26861 squelch two tests in tr.t that rely on tr/// paranoia change
26862 that's not in 5.6.x
26863 Branch: maint-5.6/perl
26864 ! t/op/tr.t
26865 !> lib/File/Basename.pm
26866____________________________________________________________________________
26867[ 8160] By: gsar on 2000/12/18 00:05:30
26868 Log: missing change in previous integrate
26869 Branch: maint-5.6/perl
26870 !> README.aix
26871____________________________________________________________________________
26872[ 8159] By: gsar on 2000/12/18 00:03:38
26873 Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
26874 7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
26875 7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7304..7408,
26876 7410..7413 from mainline
26877 Branch: maint-5.6/perl
26878 +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
26879 +> t/lib/tie-splice.t
26880 - lib/unicode/Is/DCinital.pl
26881 !> (integrate 112 files)
26882____________________________________________________________________________
26883[ 8158] By: jhi on 2000/12/17 23:04:24
26884 Log: Subject: [PATCHES] RE: perl@8150
26885 From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
26886 Date: Sun, 17 Dec 2000 21:46:39 +0100
26887 Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
26888
26889 Neither cygwin has a getpwuid() one can trust on.
26890 Branch: perl
26891 ! t/lib/glob-basic.t
26892____________________________________________________________________________
26893[ 8157] By: jhi on 2000/12/17 23:01:54
26894 Log: More MAN.PODS => {} fixes.
26895 Branch: perl
26896 ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
26897 ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
26898 ! os2/OS2/REXX/Makefile.PL
26899____________________________________________________________________________
26900[ 8156] By: gsar on 2000/12/17 22:49:13
26901 Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
26902 7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
26903 7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
26904 7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
26905 7201,7204 from mainline
26906 Branch: maint-5.6/perl
26907 !> (integrate 121 files)
26908____________________________________________________________________________
26909[ 8155] By: jhi on 2000/12/17 22:30:58
26910 Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
26911 From: "Craig A. Berry" <craigberry@mac.com>
26912 Date: Sun, 17 Dec 2000 13:09:28 -0600
26913 Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
26914
26915 MAN.PODS => ' ' is naughty.
26916 Branch: perl
26917 ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
26918____________________________________________________________________________
26919[ 8154] By: nick on 2000/12/17 22:07:13
26920 Log: MULTIPLICITY nit.
26921 Branch: perl
26922 ! mg.c
26923____________________________________________________________________________
26924[ 8153] By: gsar on 2000/12/17 21:23:05
26925 Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
26926 7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
26927 from mainline
26928
26929 Document the SvIOK_.*UV().
26930
26931 Update Unicode todo list.
26932
26933 Guard against bad string->int conversion for quads.
26934
26935 Subject: small apidoc fix
26936
26937 Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
26938
26939 Subject: [PATCH] Tied filehandle documentation
26940
26941 Subject: [PATCH] Modernize Opcode.pm documentation
26942
26943 Make Data::Dumper (non-XS) to work with changed semantics of ref().
26944 Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
26945 [applied even though said semantics didn't change in 5.6.x]
26946
26947 Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
26948
26949 Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202
26950
26951 Fix the URL, but the server is still missing in action.
26952 Subject: [ID 20000905.002] perlfaq1.pod URL error
26953
26954 Subject: [ID 20000903.001] \w in utf8-strings
26955
26956 Fix the ccversion detection for 5.1 and beyond.
26957 Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
26958
26959 Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
26960
26961 Subject: [ID 20000904.008] Tiny fix for perldiag
26962
26963 Subject: Re: [ID 20000906.004] segfault with bad perl statement
26964
26965 Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
26966
26967 Subject: [ID 20000908.002] perlipc documentation bug.
26968
26969 Subject: [PATCH lib/Benchmark.pm]
26970
26971 Re-allow vec() for characters > 255.
26972 Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
26973
26974 Do away with memory models cruft. Sorry, PDP users.
26975
26976 Continue #7041.
26977
26978 Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
26979
26980 Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
26981
26982 Upgrade to CPAN 1.57_65, from Andreas König.
26983
26984 Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
26985 by Russ Allbery.
26986
26987 Silence t/pod/*.t about alternate quote-mappings now implemented
26988 by Pod::Text, from Brad Appleton.
26989
26990 Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
26991 Subject: borland C++ win32.c tweak
26992
26993 C<@a = @b = split(...)> optimization coredumps under ithreads
26994 (missed a spot when fixing up op_pmreplroot hack for ithreads)
26995
26996 Document the SvUTF8*().
26997
26998 Subject: [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
26999
27000 Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
27001
27002 Do in VMS as the #7054 does.
27003
27004 Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
27005
27006 Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
27007
27008 Subject: [patch: perl@7045] vms updates
27009
27010 Test for the #7049.
27011 Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on i686-linux 2.2.16-raid (UNINSTALLED)
27012
27013 Break up the myconfig lines a bit.
27014 Subject: perlbug/perl -V output format
27015
27016 Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
27017
27018 The #7054 truncated Configure badly.
27019
27020 change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
27021 initialization in all the threads on Windows
27022
27023 Allow for whitespace between "#" and "line" in cpp output.
27024 Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
27025
27026 Remove vestiges of tr//CU.
27027 Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
27028
27029 The return value of setlocale must be copied away.
27030 Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
27031
27032 Allow chop() and chomp() to be overridden.
27033 Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
27034
27035 Hints optimization.
27036 Subject: Minor nit
27037
27038 Subject: [PATCH] de-wall t/README
27039
27040 Subject: Re: Two advertising clauses need to be removed
27041 Branch: maint-5.6/perl
27042 !> (integrate 75 files)
27043____________________________________________________________________________
27044[ 8152] By: gsar on 2000/12/17 20:30:11
27045 Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
27046 6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
27047 6999..7001,7003..7005,7007,7009,7011,7012 from mainline
27048
27049 Don't attach -ld to the archname if pointless.
27050
27051 Document UNTIE in a very minimalistic way.
27052
27053 POSIX doesn't report long double values under -Duselongdouble
27054 when the long doubles are "real" (bigger than doubles).
27055
27056 More author updates.
27057
27058 Try to deduce NV_MAX. Really should be Configure fodder.
27059
27060 :: not allowed in pathnames, change to .
27061 Subject: [PATCH perl@6938] cygwin port
27062
27063 Forget about NV_MAX (#6951). Various floating point tweaks,
27064 ideas from Eric Fifer, Yitzchak, Alan, and Spider.
27065
27066 Move the Solaris 7 scan to use64bitall, make the
27067 failure to find 64-bot sparc libc to mention the
27068 possibility of being in an intel, from Lupe and Alan.
27069
27070 Regen perltoc.
27071
27072 AUTHORS tweaks, from Peter Prymmer.
27073
27074 More address tweaking.
27075
27076 Small tweaks all over.
27077
27078 File::Temp patches from Andreas König,
27079
27080 Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
27081
27082 Subject: CPAN.pm beta 1.57_57 for the core
27083
27084 Part of the solution.
27085 Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
27086
27087 Subject: [PATCH@6961] Fix misleading example in perlretut.pod
27088
27089 Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
27090
27091 Add the overload warnings to perldiag.
27092
27093 Drop unused argument.
27094 Subject: Re: [ID 20000831.034] overload::constant and number of arguments.
27095
27096 Subject: Nit in Configure (bleadperl@6961)
27097
27098 Update to PodParser 1.18, from Brad Appleton.
27099
27100 Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world
27101
27102 Subject: [PATCH: 6948] add SCNfldbl to configure.com
27103
27104 Document UNTIE. Also tweak implementation to suppress the 'inner references'
27105 warning when UNTIE exists and instead pass the cound of extra references to
27106 the UNTIE method.
27107
27108 Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
27109 so that case-ignoring systems like DCL can tell them from
27110 PRIefldbl and PRIx64. Apply Merijn's ccversion patches.
27111
27112 Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
27113
27114 Feature ordering tweak.
27115
27116 Regen perltoc.
27117
27118 Subject: [PATCH] Fix vec() / utf8 (was Re: bitvec ops still broken with utf8 -- or not?)
27119
27120 Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
27121
27122 Subject: http:// in L<>
27123
27124 Detypo.
27125
27126 change#6791 accidentally clobbered change#6710, put it back
27127
27128 Only the first line, thank you very much.
27129
27130 Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
27131 plus rework the http: spots as suggested by Tom Christiansen,
27132 plus regen perltoc.
27133
27134 Undo part of change 6489 which looks like a bulk edit which
27135 changed _all_ gv_efullname3() calls to gv_efullname4() calls.
27136 The supressing of main:: on return from select() is undesirable.
27137
27138 Apparently avoiding the swapping is too costly.
27139
27140 Various Configure nits by Philip Newton,
27141 plus the ebcdic one by me.
27142
27143 Make certain cc is set before trying to run it.
27144
27145 If overloaded %{} etc. return the object do not loop.
27146 Thus sub deref { $_[0] } functions if object is wanted type.
27147
27148 Update perlhist.
27149
27150 More %{} and other deref special casing - do not pass to 'nomethod'.
27151 Branch: maint-5.6/perl
27152 !> (integrate 59 files)
27153____________________________________________________________________________
27154[ 8151] By: gsar on 2000/12/17 19:14:38
27155 Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
27156 6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
27157
27158 Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
27159
27160 Make the epsilon to be relative, not absolute.
27161
27162 Put back the flags dump as reasoned in
27163 Subject: Re: [PATCH] Glob dumping
27164
27165 Introduce ccname to keep track of what compiler kind of we have.
27166
27167 Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps
27168
27169 Put back the slice accidentally removed by #6907.
27170
27171 Reset archname and archname64 always, forcing them be
27172 recomputed at each Configure run, make Configure and
27173 the hints files agree on the naming of largefiles variables.
27174
27175 Don't say "Perl 5.0 source kit".
27176
27177 Subject: [PATCH] fix misc cast warnings
27178
27179 Subject: typos in pods
27180
27181 NVs not necessarily doubles, as pointed out by Yitzchak.
27182
27183 Subject: [PATCH 6889] add a few ldbl formats to configure.com
27184
27185 Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
27186
27187 Better options for rsync.
27188
27189 Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
27190
27191 Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
27192
27193 Subject: [PATCH] Re: UNTIE method
27194
27195 A better fix for the Socket building problem from Craig Berry.
27196
27197 Retract the dummy test, skip the security tests (instead of failing),
27198 explain what the warnings mean.
27199
27200 Heap decorruption.
27201 Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
27202
27203 Update to Unicode 3.0.1.
27204
27205 Missed one Unicode file.
27206
27207 Subject: Re: typos in pods
27208
27209 The #6929 was too skimpy.
27210
27211 sscanf() may be the only way to read long doubles from strings.
27212
27213 Reveal Borland's isnan.
27214 Subject: build with BC++ tweak
27215
27216 Issue useful diagnostic on unknown pod commands.
27217 Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
27218
27219 Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
27220
27221 Clarify the third case of ftmp-security warnings.
27222
27223 Make -Dusemorebits find long doubles in Solaris.
27224
27225 Wrap the test in eval.
27226 Branch: maint-5.6/perl
27227 +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
27228 +> lib/unicode/PropList.txt lib/unicode/README.perl
27229 +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
27230 +> lib/unicode/Unicode.301 vms/vmspipe.com
27231 - lib/unicode/Props.txt lib/unicode/UCD300.html
27232 - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
27233 !> (integrate 305 files)
27234____________________________________________________________________________
27235[ 8150] By: jhi on 2000/12/17 18:47:57
27236 Log: Uncheckedin generated files.
27237 Branch: perl
27238 ! global.sym perlapi.c pod/perlapi.pod
27239____________________________________________________________________________
27240[ 8149] By: jhi on 2000/12/17 18:41:22
27241 Log: Update Changes.
27242 Branch: perl
27243 ! Changes patchlevel.h
27244____________________________________________________________________________
70fa61ca
JH
27245[ 8148] By: jhi on 2000/12/17 18:39:16
27246 Log: Subject: [PATCH] Fcntl constants speedup
27247 From: Nicholas Clark <nick@ccl4.org>
27248 Date: Sun, 17 Dec 2000 16:29:24 +0000
27249 Message-ID: <20001217162924.E97668@plum.flirble.org>
27250
27251 Use IVs for the Fcntl constants instead of NVs.
27252 Branch: perl
27253 ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
27254____________________________________________________________________________
27255[ 8147] By: jhi on 2000/12/17 18:33:41
27256 Log: Add test for #8145 (binmode() warning), add warning for
27257 ioctl() and sockpair(), document them. (fileno() cannot
27258 be tripwired with the same kind of warning because
27259 'defined fileno($foo)' seems to be an idiom.)
27260 Branch: perl
27261 ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
27262____________________________________________________________________________
27263[ 8146] By: gsar on 2000/12/17 18:09:08
27264 Log: update Changes
27265 Branch: maint-5.6/perl
27266 ! Changes
27267____________________________________________________________________________
27268[ 8145] By: jhi on 2000/12/17 17:39:35
27269 Log: Subject: [PATCH] Re: The long awaited feature ...
27270 From: Simon Cozens <simon@cozens.net>
27271 Date: Sun, 17 Dec 2000 12:31:56 +0000
27272 Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
27273
27274 Add a warning to binmode() about using bad filehandles
27275 (can happen e.g. if someone forgets the filehandle argument)
27276 Branch: perl
27277 ! pp_sys.c
27278____________________________________________________________________________
27279[ 8144] By: jhi on 2000/12/17 17:33:48
27280 Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
27281 From: Jonathan Stowe <gellyfish@gellyfish.com>
27282 Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
27283 Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
27284 Branch: perl
27285 ! lib/Net/Ping.pm
27286____________________________________________________________________________
27287[ 8143] By: jhi on 2000/12/17 05:31:37
27288 Log: Polymorphic regexps.
27289
27290 Fixes at least the bugs 20001028.003 (both of them...) and
27291 20001108.001. The bugs 20001114.001 and 20001205.014 seem
27292 also to be fixed by now, probably already before this patch.
27293 Branch: perl
27294 ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
27295 ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
27296 ! t/op/utf8decode.t t/pragma/utf8.t
27297____________________________________________________________________________
27298[ 8142] By: jhi on 2000/12/16 17:16:05
27299 Log: Subject: [patch perl@8102] dos/djgpp update
27300 From: Laszlo Molnar <ml1050@freemail.hu>
27301 Date: Sat, 16 Dec 2000 01:40:52 +0100
27302 Message-ID: <20001216014052.A335@freemail.hu>
27303 Branch: perl
27304 ! djgpp/config.over t/base/commonsense.t
27305____________________________________________________________________________
27306[ 8141] By: jhi on 2000/12/16 17:09:27
27307 Log: Few uncheckedin files.
27308 Branch: perl
27309 ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
27310____________________________________________________________________________
27311[ 8140] By: nick on 2000/12/15 22:14:31
27312 Log: Integrate mainline
27313 Branch: perlio
27314 !> (integrate 53 files)
27315____________________________________________________________________________
27316[ 8139] By: jhi on 2000/12/15 19:49:49
27317 Log: One more IVUV tweak from Nicholas Clark.
27318 Branch: perl
27319 ! sv.c
27320____________________________________________________________________________
27321[ 8138] By: jhi on 2000/12/15 19:17:06
27322 Log: Return of the IVUV-preservation, now seems to be happy even
27323 in Digital UNIX (the broken strtoul brokenness detection
27324 seems to have been the fly in the ointment).
27325 Branch: perl
27326 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27327 ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
27328 ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
27329 ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
27330 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
27331 ! vos/config.ga.h win32/config.bc win32/config.gc
27332 ! win32/config.vc
27333____________________________________________________________________________
27334[ 8137] By: jhi on 2000/12/15 18:12:14
27335 Log: Metaconfig unit change for #8136.
27336 Branch: metaconfig
27337 ! U/modified/d_strtoul.U
27338 Branch: metaconfig/U/perl
27339 ! d_strtoull.U d_strtouq.U
27340____________________________________________________________________________
27341[ 8136] By: jhi on 2000/12/15 18:11:35
27342 Log: I don't think it's sensible or portable to test the strtou*
27343 on /^-/ strings.
27344 Branch: perl
27345 ! Configure
27346____________________________________________________________________________
27347[ 8135] By: jhi on 2000/12/15 17:18:49
27348 Log: Metaconfig unit change for #8134.
27349 Branch: metaconfig
27350 ! U/modified/d_strtoul.U
27351____________________________________________________________________________
27352[ 8134] By: jhi on 2000/12/15 17:14:13
0052ac31 27353 Log: If longsize is 8 we don't need a LL suffix for integer constants.
70fa61ca
JH
27354 Branch: perl
27355 ! Configure config_h.SH
27356____________________________________________________________________________
27357[ 8133] By: jhi on 2000/12/15 16:00:23
27358 Log: Update Changes.
27359 Branch: perl
27360 ! Changes patchlevel.h
27361____________________________________________________________________________
78b3f299
JH
27362[ 8132] By: jhi on 2000/12/15 15:44:16
27363 Log: Some compilers get huffy if you do not cast a const pointer
27364 to a non-const when assigning.
27365 Branch: perl
27366 ! gv.c
27367____________________________________________________________________________
27368[ 8131] By: jhi on 2000/12/15 15:38:30
27369 Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
27370 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27371 Date: Fri, 15 Dec 2000 05:26:57 -0500
27372 Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
27373 Branch: perl
27374 ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
27375 ! t/pragma/overload.t
27376____________________________________________________________________________
27377[ 8130] By: jhi on 2000/12/15 15:36:08
27378 Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
27379 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27380 Date: Thu, 14 Dec 2000 22:02:43 -0500
27381 Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
27382 Branch: perl
27383 ! gv.c perl.h
27384____________________________________________________________________________
27385[ 8129] By: jhi on 2000/12/15 15:34:16
27386 Log: Subject: PATCH: h2xs nit
27387 From: Tim Jenness <t.jenness@jach.hawaii.edu>
27388 Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
27389 Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
27390
27391 Add a template README.
27392 Branch: perl
27393 ! utils/h2xs.PL
27394____________________________________________________________________________
27395[ 8128] By: jhi on 2000/12/15 15:32:22
27396 Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
27397 Branch: perl
27398 ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
27399____________________________________________________________________________
27400[ 8127] By: jhi on 2000/12/15 15:19:34
27401 Log: Subject: [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
27402 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
27403 Date: Thu, 14 Dec 2000 20:04:42 EST
27404 Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
27405 Branch: perl
27406 ! ext/Opcode/Opcode.xs
27407____________________________________________________________________________
27408[ 8126] By: jhi on 2000/12/15 15:17:49
27409 Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
27410 From: Peter Prymmer <pvhp@forte.com>
27411 Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
27412 Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
27413 Branch: perl
27414 ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
27415 ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
27416 ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
27417____________________________________________________________________________
27418[ 8125] By: jhi on 2000/12/15 15:11:05
27419 Log: This seems to be a stage sane and stable enough to checkin.
27420 (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
27421 Branch: perl
27422 ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
27423 ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
27424 ! t/op/cmp.t t/op/numconvert.t
27425____________________________________________________________________________
27426[ 8124] By: jhi on 2000/12/15 04:20:26
27427 Log: Something is really wonky.
27428 Branch: perl
27429 ! sv.c
27430____________________________________________________________________________
27431[ 8123] By: jhi on 2000/12/15 04:00:50
27432 Log: Fixes for the IV UV patches to compile in Digital UNIX.
27433 Branch: perl
27434 ! sv.c
27435____________________________________________________________________________
27436[ 8122] By: jhi on 2000/12/15 02:53:40
27437 Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
27438 From: "Craig A. Berry" <craigberry@mac.com>
27439 Date: Thu, 14 Dec 2000 19:10:49 -0600
27440 Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
27441 Branch: perl
27442 ! vms/vms.c
27443____________________________________________________________________________
27444[ 8121] By: jhi on 2000/12/15 02:50:00
27445 Log: Metaconfig changes for #8120.
27446 Branch: metaconfig
27447 + U/modified/d_strtoul.U
27448 Branch: metaconfig/U/perl
27449 ! d_strtoull.U d_strtouq.U
27450____________________________________________________________________________
27451[ 8120] By: jhi on 2000/12/15 02:49:42
27452 Log: From: Nicholas Clark <nick@ccl4.org>
27453 Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit preserving arithmetic)
27454 Date: Thu, 14 Dec 2000 18:38:57 +0000
27455 Message-ID: <20001214183857.B97909@plum.flirble.org>
27456 Branch: perl
27457 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27458 ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
27459 ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
27460 ! vos/config.ga.def vos/config.ga.h win32/config.bc
27461 ! win32/config.gc win32/config.vc
27462____________________________________________________________________________
27463[ 8119] By: jhi on 2000/12/14 23:40:58
27464 Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
27465 From: Nicholas Clark <nick@ccl4.org>
27466 Date: Wed, 13 Dec 2000 20:08:50 +0000
27467 Message-ID: <20001213200849.B71166@plum.flirble.org>
27468 Branch: perl
27469 ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
27470 ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
27471____________________________________________________________________________
27472[ 8118] By: jhi on 2000/12/14 22:46:26
27473 Log: Integrate perlio.
27474 Branch: perl
27475 !> MANIFEST ext/Encode/compile makedef.pl
27476____________________________________________________________________________
27477[ 8117] By: nick on 2000/12/14 22:38:53
27478 Log: Win32 tweaks to get Encode to build
27479 - temp hack to makedef.pl till PerlIO is properly "exported".
27480 - MSVC dislikes
27481 static encpage_t foo[];
27482 so make 'em extern for now.
27483 Branch: perlio
27484 ! ext/Encode/compile makedef.pl
27485____________________________________________________________________________
27486[ 8116] By: nick on 2000/12/14 22:00:53
27487 Log: Document the new files
27488 Branch: perlio
27489 ! MANIFEST
27490____________________________________________________________________________
27491[ 8115] By: jhi on 2000/12/14 21:58:01
27492 Log: MANIFEST new files of #8114.
27493 Branch: perl
27494 ! MANIFEST
27495____________________________________________________________________________
27496[ 8114] By: jhi on 2000/12/14 21:50:49
27497 Log: Integrate perlio.
27498 Branch: perl
27499 +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
27500 !> ext/Encode/Encode.pm ext/Encode/Encode.xs
27501 !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
27502 !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
27503 !> ext/Encode/Makefile.PL
27504____________________________________________________________________________
27505[ 8113] By: jhi on 2000/12/14 21:48:49
27506 Log: The documentation part of the
27507
27508 Subject: [ID 20001214.002] Net::Ping patch
27509 From: Jonathan Stowe <gellyfish@gellyfish.com>
27510 Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
27511 Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
27512 since the #7529 had already addressed the same problem.
27513 Branch: perl
27514 ! lib/Net/Ping.pm
27515____________________________________________________________________________
27516[ 8112] By: jhi on 2000/12/14 21:42:57
27517 Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
27518 From: Dominic Dunlop <domo@computer.org>
27519 Date: Tue, 12 Dec 2000 10:47:10 +0100
27520 Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
27521
27522 Document how elusive subroutines can be.
27523 Branch: perl
27524 ! pod/perlfunc.pod
27525____________________________________________________________________________
27526[ 8111] By: jhi on 2000/12/14 21:38:05
27527 Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
27528 From: Dominic Dunlop <domo@computer.org>
27529 Date: Thu, 14 Dec 2000 10:13:51 +0100
27530 Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
27531 Branch: perl
27532 ! ext/POSIX/POSIX.pod
27533____________________________________________________________________________
27534[ 8110] By: jhi on 2000/12/14 21:36:32
27535 Log: Subject: [patch] perlfaq7
27536 From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
27537 Date: Thu, 14 Dec 2000 15:31:07 +0100
27538 Message-ID: <3A38E7BB.13178.11C40A8@localhost>
27539 Branch: perl
27540 ! pod/perlfaq7.pod
27541____________________________________________________________________________
27542[ 8109] By: jhi on 2000/12/14 21:29:20
27543 Log: Subject: [8104] Encode
27544 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27545 Date: Thu, 14 Dec 2000 14:49:34 +0100
27546 Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
27547
27548 Type casting for nervous compilers.
27549 Branch: perl
27550 ! ext/Encode/Encode.xs
27551____________________________________________________________________________
27552[ 8108] By: jhi on 2000/12/14 21:26:17
27553 Log: Subject: [8104] DB_File
27554 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27555 Date: Thu, 14 Dec 2000 14:49:35 +0100
27556 Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
27557
27558 Type definition incorrect for DB 2.7.7. Not known when it
27559 changed, so only changed it for a known revision.
27560 Branch: perl
27561 ! ext/DB_File/DB_File.xs
27562____________________________________________________________________________
27563[ 8107] By: jhi on 2000/12/14 21:23:41
27564 Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
27565 From: Peter Prymmer <pvhp@forte.com>
27566 Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
27567 Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
27568
27569 Use '?' (0x6F in EBCDIC) for the illegal codepoint.
27570 Branch: perl
27571 ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
27572 ! ext/Encode/Encode/posix-bc.enc
27573____________________________________________________________________________
27574[ 8106] By: nick on 2000/12/14 20:36:13
27575 Log: "Cold" build correction to Encode's Makefile.PL
27576 Branch: perlio
27577 ! ext/Encode/Makefile.PL
27578____________________________________________________________________________
27579[ 8105] By: nick on 2000/12/14 20:09:37
27580 Log: "Compiled" encodings.
27581 Correct replacement character in EBCDIC .enc files
27582 Add 0x7F to ASCII repertoire.
27583 Branch: perlio
27584 ! ext/Encode/Encode.pm ext/Encode/Encode.xs
27585 ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
27586 ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
27587 ! ext/Encode/Makefile.PL ext/Encode/compile
27588 ! ext/Encode/encengine.c ext/Encode/encode.h
27589____________________________________________________________________________
27590[ 8104] By: nick on 2000/12/14 00:38:20
27591 Log: Integrate mainline
27592 Branch: perlio
27593 !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
27594 !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
27595 !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
27596 !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
27597 !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
27598 !> t/lib/db-hash.t t/lib/db-recno.t
27599____________________________________________________________________________
27600[ 8103] By: nick on 2000/12/13 23:16:13
27601 Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
27602 so far and so it does not get lost.
27603 Branch: perlio
27604 + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
27605____________________________________________________________________________
27606[ 8102] By: jhi on 2000/12/13 17:14:22
27607 Log: Update Changes.
27608 Branch: perl
27609 ! Changes patchlevel.h
27610____________________________________________________________________________
6a156541
JH
27611[ 8101] By: jhi on 2000/12/13 16:53:41
27612 Log: Move the proto of start_glob() to a better place; regen api files.
27613 Branch: perl
27614 ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
27615____________________________________________________________________________
27616[ 8100] By: jhi on 2000/12/13 16:47:11
27617 Log: Metaconfig change for #8099.
27618 Branch: metaconfig
27619 ! U/modified/Head.U
27620____________________________________________________________________________
27621[ 8099] By: jhi on 2000/12/13 16:46:48
27622 Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
27623 From: Andy Dougherty <doughera@lafayette.edu>
27624 Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
27625 Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
27626 Branch: perl
27627 ! Configure
27628____________________________________________________________________________
27629[ 8098] By: jhi on 2000/12/13 16:39:02
27630 Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix
27631 From: rspier@pobox.com (Robert Spier)
27632 Date: Tue, 12 Dec 2000 21:12:39 -0500
27633 Message-ID: <14902.56087.678086.725773@rls.cx>
27634
27635 fastgetcwd is defined using a glob alias on a $^O dependent basis -
27636 and there was no default assignment or perl subroutine.
27637 Branch: perl
27638 ! lib/Cwd.pm
27639____________________________________________________________________________
27640[ 8097] By: jhi on 2000/12/13 16:16:01
27641 Log: Subject: [PATCH] move startglob out of pp_hot.c
27642 From: Nicholas Clark <nick@ccl4.org>
27643 Date: Mon, 11 Dec 2000 23:16:39 +0000
27644 Message-ID: <20001211231638.A55550@plum.flirble.org>
27645 Branch: perl
27646 ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
27647____________________________________________________________________________
27648[ 8096] By: jhi on 2000/12/13 15:26:23
27649 Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio
27650 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27651 Date: Wed, 13 Dec 2000 14:01:37 +0100
27652 Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
27653
27654 perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
27655 in turn requires libpthread in libswanted.
27656 Branch: perl
27657 ! hints/hpux.sh
27658____________________________________________________________________________
27659[ 8095] By: jhi on 2000/12/12 19:51:05
27660 Log: The integration wars continue.
27661 Branch: perl
27662 !> sv.c
27663____________________________________________________________________________
27664[ 8094] By: jhi on 2000/12/12 19:48:26
27665 Log: Subject: [PATCH perl@8070] DB_File-1.74
27666 From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
27667 Date: Mon, 11 Dec 2000 23:07:17 -0000
27668 Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com>
27669 Branch: perl
27670 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
27671 ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
27672 ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
27673 ! t/lib/db-recno.t
27674____________________________________________________________________________
27675[ 8093] By: nick on 2000/12/12 19:42:13
27676 Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
27677 Branch: perlio
27678 ! sv.c
27679 !> lib/File/DosGlob.pm
27680____________________________________________________________________________
27681[ 8092] By: jhi on 2000/12/12 19:28:11
27682 Log: Integrate perlio.
27683 Branch: perl
27684 !> sv.c
27685____________________________________________________________________________
27686[ 8091] By: nick on 2000/12/12 18:49:45
27687 Log: Fix for Tk, and upgrading shared SVs.
27688 Branch: perlio
27689 ! sv.c
27690____________________________________________________________________________
27691[ 8090] By: jhi on 2000/12/12 16:48:59
27692 Log: Subject: [PATCH] Re: Breadperl & Tk
27693 From: Nick Ing-Simmons <nik@tiuk.ti.com>
27694 Date: Tue, 12 Dec 2000 14:48:27 GMT
27695 Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com>
27696 Branch: perl
27697 ! sv.c
27698____________________________________________________________________________
27699[ 8089] By: jhi on 2000/12/12 03:37:19
27700 Log: Subject: DosGlob.pm diff for bash style brace expansion.
27701 From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
27702 Date: Fri, 8 Dec 2000 10:45:30 -0600
27703 Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
27704 Branch: perl
27705 ! lib/File/DosGlob.pm
27706____________________________________________________________________________
27707[ 8088] By: nick on 2000/12/11 23:59:59
27708 Log: Integrate mainline
27709 Branch: perlio
27710 !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
27711 !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
27712 !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
27713 !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
27714 !> t/op/local.t t/pragma/warn/toke toke.c
27715____________________________________________________________________________
27716[ 8087] By: jhi on 2000/12/11 23:20:23
27717 Log: Integrate perlio.
27718 Branch: perl
27719 !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
27720____________________________________________________________________________
27721[ 8086] By: jhi on 2000/12/11 22:50:59
27722 Log: Tune further the OS detection of CGI.
27723 Branch: perl
27724 ! lib/CGI.pm
27725____________________________________________________________________________
27726[ 8085] By: nick on 2000/12/11 22:50:46
27727 Log: Finish 1st pass of "encoding" layer e.g. :
27728 open($fh,"<encoding(iso8859-7)",$greek) || die;
27729 Branch: perlio
27730 ! ext/Encode/Encode.xs perlio.c perliol.h
27731____________________________________________________________________________
27732[ 8084] By: jhi on 2000/12/11 22:32:06
27733 Log: Revert the -f ambiguousity patch, seems to cause
27734 too much hassle (the interpret -Q as a function
27735 where Q is not a known filetest part is left in).
27736 Branch: perl
27737 ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
27738 ! toke.c
27739____________________________________________________________________________
27740[ 8083] By: jhi on 2000/12/11 22:27:23
27741 Log: (accidentally empty check-in)
27742 Branch: perl
27743 ! lib/File/DosGlob.pm
27744____________________________________________________________________________
27745[ 8082] By: nick on 2000/12/11 19:09:51
27746 Log: Restore mmap function (broken by tweaks to shared buffer
27747 layer for encode(xxxx)).
27748 Branch: perlio
27749 ! perlio.c
27750____________________________________________________________________________
27751[ 8081] By: jhi on 2000/12/11 18:29:13
27752 Log: Subject: Re: The long awaited feature ...
27753 From: Simon Cozens <simon@cozens.net>
27754 Date: Mon, 11 Dec 2000 15:54:24 +0000
27755 Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
27756
27757 More io/utf8 tests.
27758 Branch: perl
27759 ! t/io/utf8.t
27760____________________________________________________________________________
27761[ 8080] By: jhi on 2000/12/11 18:19:36
27762 Log: Subject: PATCH MakeMaker manpage clarification
27763 From: andreas.koenig@anima.de (Andreas J. Koenig)
27764 Date: 10 Dec 2000 20:46:13 +0100
27765 Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
27766 Branch: perl
27767 ! lib/ExtUtils/MakeMaker.pm
27768____________________________________________________________________________
27769[ 8079] By: jhi on 2000/12/11 15:35:07
27770 Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
27771 From: Simon Cozens <simon@cozens.net>
27772 Date: Sun, 10 Dec 2000 19:06:19 +0000
27773 Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
27774 Branch: perl
27775 ! ext/B/B/Deparse.pm t/lib/b.t
27776____________________________________________________________________________
27777[ 8078] By: jhi on 2000/12/11 15:09:11
27778 Log: Subject: [PATCH] docs on NaN
27779 From: Nicholas Clark <nick@ccl4.org>
27780 Date: Mon, 11 Dec 2000 01:48:38 +0000
27781 Message-ID: <20001211014838.B99205@plum.flirble.org>
27782 Branch: perl
27783 ! pod/perlop.pod
27784____________________________________________________________________________
27785[ 8077] By: jhi on 2000/12/11 15:02:21
27786 Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
27787 From: Simon Cozens <simon@cozens.net>
27788 Date: Mon, 11 Dec 2000 01:21:45 +0000
27789 Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
27790 Branch: perl
27791 ! pp.c pp_hot.c scope.c t/op/local.t
27792____________________________________________________________________________
27793[ 8076] By: nick on 2000/12/10 20:43:32
27794 Log: Not merge worthy...
27795 Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
27796 syntax is modelled on attributes.
27797 Untested fix for io/utf8 on Win32 etc.
27798 Very clumsy start to the encode layer.
27799 Branch: perlio
27800 ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
27801____________________________________________________________________________
27802[ 8075] By: jhi on 2000/12/10 18:39:33
27803 Log: Darwin is not Windows.
27804 Branch: perl
27805 ! lib/CGI.pm
27806____________________________________________________________________________
27807[ 8074] By: jhi on 2000/12/10 18:31:27
27808 Log: Subject: Ambiguous -%c() resolved as a file test
27809 From: "Paul Marquess" <Paul.Marquess@openwave.com>
27810 Date: Sun, 10 Dec 2000 15:35:07 -0000
27811 Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
27812 Branch: perl
27813 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
27814____________________________________________________________________________
27815[ 8073] By: jhi on 2000/12/10 18:16:29
27816 Log: Subject: PATCH installperl misinformed
27817 From: andreas.koenig@anima.de (Andreas J. Koenig)
27818 Date: 10 Dec 2000 13:01:32 +0100
27819 Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
27820 Branch: perl
27821 ! installperl
27822____________________________________________________________________________
27823[ 8072] By: jhi on 2000/12/10 18:07:55
27824 Log: The walkoptree confusion rages; walkoptree() seems to be coming
27825 from B.xs, while walkoptree_slow() comes from B.pm.
27826 Branch: perl
27827 ! ext/B/B.pm
27828____________________________________________________________________________
27829[ 8071] By: nick on 2000/12/10 11:45:47
27830 Log: Integrate mainline
27831 Branch: perlio
27832 +> t/base/commonsense.t
27833 !> (integrate 37 files)
27834____________________________________________________________________________
27835[ 8070] By: jhi on 2000/12/10 04:46:21
27836 Log: Update Changes.
27837 Branch: perl
27838 ! Changes patchlevel.h
27839____________________________________________________________________________
fb79c7d7
JH
27840[ 8069] By: jhi on 2000/12/10 04:39:19
27841 Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
27842 From: andreas.koenig@anima.de (Andreas J. Koenig)
27843 Date: 09 Dec 2000 17:14:25 +0100
27844 Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
27845 Branch: perl
27846 + t/base/commonsense.t
27847 ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
27848____________________________________________________________________________
27849[ 8068] By: jhi on 2000/12/10 04:17:36
27850 Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to undef
27851 From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
27852 Date: Sat, 9 Dec 2000 16:47:22 -0000
27853 Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
27854 Branch: perl
27855 ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
27856 ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
27857 ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
27858 ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
27859 ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
27860 ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
27861 ! t/lib/sdbm.t
27862____________________________________________________________________________
27863[ 8067] By: jhi on 2000/12/10 03:52:02
27864 Log: Test case for #8066.
27865 Branch: perl
27866 ! t/op/misc.t
27867____________________________________________________________________________
27868[ 8066] By: jhi on 2000/12/10 03:50:30
27869 Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
27870 From: Simon Cozens <simon@cozens.net>
27871 Date: Sun, 10 Dec 2000 00:55:37 +0000
27872 Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
27873 Branch: perl
27874 ! pp_sys.c
27875____________________________________________________________________________
27876[ 8065] By: jhi on 2000/12/10 03:44:52
27877 Log: Test case for #8064.
27878 Branch: perl
27879 ! t/comp/proto.t
27880____________________________________________________________________________
27881[ 8064] By: jhi on 2000/12/10 03:42:32
27882 Log: Subject: Re: prototype of substr
27883 From: Simon Cozens <simon@cozens.net>
27884 Date: Sun, 10 Dec 2000 00:13:33 +0000
27885 Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
27886
27887 Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
27888 Branch: perl
27889 ! pp.c
27890____________________________________________________________________________
27891[ 8063] By: jhi on 2000/12/10 03:39:42
27892 Log: Subject: [PATCH] perlguts.pod
27893 From: Simon Cozens <simon@cozens.net>
27894 Date: Sun, 10 Dec 2000 00:06:47 +0000
27895 Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
27896
27897 Documentation of the different types of ops,
27898 plus the functions in dump.c
27899 Branch: perl
27900 ! pod/perlguts.pod
27901____________________________________________________________________________
27902[ 8062] By: jhi on 2000/12/10 03:30:04
27903 Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
27904 From: Nicholas Clark <nick@talking.bollo.cx>
27905 Date: Sat, 09 Dec 2000 18:57:25 +0000
27906 Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
27907
27908 Be more robust in weird hostname setups.
27909 Branch: perl
27910 ! t/lib/net-hostent.t
27911____________________________________________________________________________
27912[ 8061] By: jhi on 2000/12/10 03:28:21
27913 Log: Pacify fussy compiler.
27914 Branch: perl
27915 ! pp_sys.c
27916____________________________________________________________________________
27917[ 8060] By: jhi on 2000/12/10 02:52:46
27918 Log: Integrate perlio.
27919 Branch: perl
27920 !> pp_sys.c t/io/utf8.t
27921____________________________________________________________________________
27922[ 8059] By: nick on 2000/12/09 23:40:14
27923 Log: read/sysread/recv should now be utf8 aware.
27924 Basic test for utf8 read.
27925 Branch: perlio
27926 ! pp_sys.c t/io/utf8.t
27927____________________________________________________________________________
27928[ 8058] By: jhi on 2000/12/09 21:56:02
27929 Log: Integrate perlio.
27930 Branch: perl
27931 +> t/io/utf8.t
27932 !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
27933____________________________________________________________________________
27934[ 8057] By: jhi on 2000/12/09 21:53:35
27935 Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
27936 From: Inaba Hiroto <inaba@st.rim.or.jp>
27937 Date: Sun, 10 Dec 2000 05:53:21 +0900
27938 Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
27939
27940 Tests for #8056.
27941 Branch: perl
27942 ! t/op/each.t
27943____________________________________________________________________________
27944[ 8056] By: jhi on 2000/12/09 21:51:16
27945 Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
27946 From: Inaba Hiroto <inaba@st.rim.or.jp>
27947 Date: Sat, 09 Dec 2000 18:02:00 +0900
27948 Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
27949
27950 exists() didn't work for UTF-8 keys, and neither did shared hash keys.
27951 Branch: perl
27952 ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
27953____________________________________________________________________________
27954[ 8055] By: nick on 2000/12/09 20:11:48
27955 Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
27956 than raw PerlIO_write() - does not seem to break any tests.
27957 Branch: perlio
27958 ! pp_sys.c
27959____________________________________________________________________________
27960[ 8054] By: nick on 2000/12/09 19:47:30
27961 Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
27962 (sysread, recv and write i.e. formats still to do...)
27963 Allow :utf8 or :bytes in PerlIO_apply_layers() so that
27964 open($fh,">:utf8","name")
27965 etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
27966 so no extra overhead is involved.
27967 Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
27968 to a non-utf8 stream.
27969 Add initial io/utf8.t
27970 Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
27971 that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
27972 and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
27973 Branch: perlio
27974 + t/io/utf8.t
27975 ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
27976____________________________________________________________________________
27977[ 8053] By: nick on 2000/12/09 19:26:37
27978 Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
27979 was only testing this_utf8.
27980 Branch: perlio
27981 ! toke.c
27982____________________________________________________________________________
27983[ 8052] By: nick on 2000/12/09 19:09:41
27984 Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
27985 i.e. the output string has one, but don't mess with source assumption.
27986 Branch: perlio
27987 ! toke.c
27988____________________________________________________________________________
27989[ 8051] By: jhi on 2000/12/09 16:55:17
27990 Log: Integrate perlio.
27991 Branch: perl
27992 !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
27993 !> sv.c thrdvar.h util.c
27994____________________________________________________________________________
27995[ 8050] By: jhi on 2000/12/09 16:48:07
27996 Log: Nits noticed by Peter Prymmer.
27997 Branch: perl
27998 ! lib/ExtUtils/MM_VMS.pm
27999____________________________________________________________________________
28000[ 8049] By: nick on 2000/12/09 13:49:40
28001 Log: UTF8 output prework.
28002 - Store $\ and $, as SVs so they can have SvUTF8 flag
28003 - use do_print() rather than raw PerlIO_write() to print them.
28004 Branch: perlio
28005 ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
28006 ! thrdvar.h util.c
28007____________________________________________________________________________
28008[ 8048] By: nick on 2000/12/09 12:30:43
28009 Log: Integrate mainline.
28010 Branch: perlio
28011 +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
28012 +> t/op/reverse.t
28013 !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
28014 !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
28015 !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
28016 !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
28017 !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
28018 !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
28019____________________________________________________________________________
28020[ 8047] By: jhi on 2000/12/09 00:23:27
28021 Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
28022 From: Michael G Schwern <schwern@pobox.com>
28023 Date: Fri, 8 Dec 2000 14:43:04 -0600
28024 Branch: perl
28025 ! lib/ExtUtils/MM_VMS.pm
28026____________________________________________________________________________
28027[ 8046] By: jhi on 2000/12/08 23:10:27
28028 Log: A missed check-in.
28029 Branch: perl
28030 ! lib/ExtUtils/Manifest.pm
28031____________________________________________________________________________
28032[ 8045] By: jhi on 2000/12/08 21:57:12
28033 Log: (null check-in)
28034 Branch: perl
28035 ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
28036____________________________________________________________________________
28037[ 8044] By: jhi on 2000/12/08 21:11:06
28038 Log: Add ISO 8859-16 encoding. Not a standard yet but seems to be
28039 at the final draft stage.
28040 Branch: perl
28041 + ext/Encode/Encode/iso8859-16.enc
28042 ! MANIFEST
28043____________________________________________________________________________
28044[ 8043] By: jhi on 2000/12/08 16:39:04
28045 Log: Update Changes.
28046 Branch: perl
28047 ! Changes patchlevel.h
28048____________________________________________________________________________
935679df
JH
28049[ 8042] By: jhi on 2000/12/08 16:33:39
28050 Log: Do not return the Unicode replacement character if UTF-8
28051 decoding goes awry, it should be up to the caller to decide.
28052 Branch: perl
28053 ! pod/perlapi.pod utf8.c
28054____________________________________________________________________________
28055[ 8041] By: jhi on 2000/12/08 16:22:28
28056 Log: metaconfig maintenance.
28057 Branch: metaconfig
28058 ! U/modified/stdchar.U
28059 Branch: metaconfig/U/perl
28060 + testsyml.U
28061____________________________________________________________________________
28062[ 8040] By: jhi on 2000/12/08 16:03:08
28063 Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
28064 From: sthoenna@efn.org
28065 Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
28066 Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
28067 Branch: perl
28068 ! Changes lib/ExtUtils/MM_OS2.pm
28069____________________________________________________________________________
28070[ 8039] By: jhi on 2000/12/08 15:57:11
28071 Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
28072 From: Simon Cozens <simon@cozens.net>
28073 Date: Fri, 8 Dec 2000 13:33:31 +0000
28074 Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
28075
28076 (The pp_hot part needed a rewrite.)
28077 Branch: perl
28078 ! doop.c pp_hot.c utf8.c
28079____________________________________________________________________________
28080[ 8038] By: jhi on 2000/12/08 15:25:08
28081 Log: Subject: djSP
28082 From: Michael Stevens <michael@etla.org>
28083 Date: Wed, 6 Dec 2000 23:24:01 +0000
28084 Message-ID: <20001206232400.A21381@firedrake.org>
28085
28086 Plus a note from Nick Ing-Simmons.
28087 Branch: perl
28088 ! pp.h
28089____________________________________________________________________________
28090[ 8037] By: jhi on 2000/12/08 15:18:35
28091 Log: Filetype is text.
28092 Branch: perl
28093 ! t/op/utf8decode.t
28094____________________________________________________________________________
28095[ 8036] By: jhi on 2000/12/08 03:31:27
28096 Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
28097 From: Andy Dougherty <doughera@lafayette.edu>
28098 Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
28099 Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
28100
28101 Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
28102 From: Andy Dougherty <doughera@lafayette.edu>
28103 Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
28104 Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
28105 Branch: perl
28106 + ext/POSIX/hints/svr4.pl
28107 ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
28108____________________________________________________________________________
28109[ 8035] By: jhi on 2000/12/08 03:26:01
28110 Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
28111 From: Andy Dougherty <doughera@lafayette.edu>
28112 Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
28113 Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
28114 Branch: perl
28115 ! t/README t/base/term.t
28116____________________________________________________________________________
28117[ 8034] By: jhi on 2000/12/08 03:21:59
28118 Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
28119 From: mjd@plover.com
28120 Date: 7 Dec 2000 21:04:20 -0000
28121 Message-ID: <20001207210420.22282.qmail@plover.com>
28122
28123 Plus -z doc.
28124 Branch: perl
28125 ! pod/perlfunc.pod
28126____________________________________________________________________________
28127[ 8033] By: jhi on 2000/12/08 03:19:03
28128 Log: Use the UTF8 macros a bit. They can't be used with abandon
28129 everywhere because we do generate illegal UTF-8 in some situations.
28130 This is of course naughty.
28131 Branch: perl
28132 ! pod/perlapi.pod utf8.c utf8.h
28133____________________________________________________________________________
28134[ 8032] By: jhi on 2000/12/08 03:00:09
28135 Log: Out of sync?
28136 Branch: perl
28137 ! t/pragma/warn/utf8
28138____________________________________________________________________________
28139[ 8031] By: jhi on 2000/12/08 02:22:39
28140 Log: Cnt spl.
28141 Branch: perl
28142 ! MANIFEST
28143____________________________________________________________________________
28144[ 8030] By: jhi on 2000/12/08 01:23:54
28145 Log: Add test for reverse().
28146 Branch: perl
28147 + t/op/reverse.t
28148 ! MANIFEST
28149____________________________________________________________________________
28150[ 8029] By: jhi on 2000/12/08 01:21:47
28151 Log: Integrate perlio.
28152 Branch: perl
28153 !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
28154 !> perlio.c perlio.h perlsdio.h warnings.pl
28155____________________________________________________________________________
28156[ 8028] By: jhi on 2000/12/08 01:19:08
28157 Log: Introduce macros for UTF8 decoding.
28158 Branch: perl
28159 ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
28160____________________________________________________________________________
28161[ 8027] By: nick on 2000/12/07 22:18:19
28162 Log: Integrate mainline
28163 Branch: perlio
28164 !> embed.pl pod/perlapi.pod utf8.c
28165____________________________________________________________________________
28166[ 8026] By: nick on 2000/12/07 21:45:08
28167 Log: Various oddities p4 diff -se showed up
28168 Remove 'our' from warnings.pl
28169 Branch: perlio
28170 ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
28171____________________________________________________________________________
28172[ 8025] By: nick on 2000/12/07 21:43:32
28173 Log: Change PerlIO_(get|set)pos to take SV *
28174 Should fix, OS/2, VMS, (sfio??)
28175 Branch: perlio
28176 ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
28177____________________________________________________________________________
28178[ 8024] By: jhi on 2000/12/07 19:05:32
28179 Log: Document utf8_to_uv() better.
28180 Branch: perl
28181 ! pod/perlapi.pod utf8.c
28182____________________________________________________________________________
28183[ 8023] By: jhi on 2000/12/07 18:23:47
28184 Log: Document utf8_length(), utf8_distance(), and utf8_hop().
28185 Branch: perl
28186 ! embed.pl pod/perlapi.pod utf8.c
28187____________________________________________________________________________
28188[ 8022] By: jhi on 2000/12/07 04:13:51
28189 Log: Integrate perlio.
28190 Branch: perl
28191 !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
28192 !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
28193 !> win32/makefile.mk
28194____________________________________________________________________________
28195[ 8021] By: nick on 2000/12/07 00:28:14
28196 Log: Various attempts at MSVC debug - not sure what has
28197 changed but works now.
28198 Seems atexit() _may_ work for DLLs built with MSVC so don't
28199 call cleanup that way.
28200 Branch: perlio
28201 ! perlio.c win32/makefile.mk
28202____________________________________________________________________________
28203[ 8020] By: nick on 2000/12/06 19:57:20
28204 Log: Integrate mainline
28205 Branch: perlio
28206 +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
28207 !> (integrate 75 files)
28208____________________________________________________________________________
28209[ 8019] By: nick on 2000/12/06 19:28:21
28210 Log: Add useperlio to config.vc
28211 Turn off binmode in config_H.PL
28212 Regen all the config_H.xx
28213 Attempt to get debugging build with MSVC.
28214 Branch: perlio
28215 ! win32/config.vc win32/config_H.bc win32/config_H.gc
28216 ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
28217____________________________________________________________________________
28218[ 8018] By: nick on 2000/12/06 19:21:57
28219 Log: Test various dup/external program options on all platforms.
28220 Branch: perlio
28221 ! t/io/dup.t
28222____________________________________________________________________________
28223[ 8017] By: nick on 2000/12/06 19:20:47
28224 Log: Fix harness to be less picky
28225 Branch: perlio
28226 ! lib/Test/Harness.pm
28227____________________________________________________________________________
28228[ 8016] By: jhi on 2000/12/06 16:45:12
28229 Log: Update Changes.
28230 Branch: perl
28231 ! Changes patchlevel.h
28232____________________________________________________________________________
a7ff9532
JH
28233[ 8015] By: jhi on 2000/12/06 16:41:03
28234 Log: Test \x{...} with ord().
28235 Branch: perl
28236 ! t/op/ord.t
28237____________________________________________________________________________
28238[ 8014] By: jhi on 2000/12/06 16:20:33
28239 Log: Test tweak because of #8013.
28240 Branch: perl
28241 ! t/lib/b.t
28242____________________________________________________________________________
28243[ 8013] By: jhi on 2000/12/06 16:09:09
28244 Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
28245 From: Michael G Schwern <schwern@pobox.com>
28246 Date: Tue, 5 Dec 2000 21:23:28 -0500
28247 Message-ID: <20001205212328.C6473@blackrider.aocn.com>
28248
28249 Carp::Heavy parts not very applicable because of recent changes.
28250 Branch: perl
28251 ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
28252 ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
28253 ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
28254 ! lib/Exporter.pm lib/Exporter/Heavy.pm
28255 ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
28256 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
28257 ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
28258 ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
28259 ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
28260 ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
28261 ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
28262 ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
28263 ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
28264 ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
28265 ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
28266 ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
28267 ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
28268 ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
28269 ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
28270 ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
28271 ! warnings.pl
28272____________________________________________________________________________
28273[ 8012] By: jhi on 2000/12/06 15:22:38
28274 Log: Subject: [PATCH] Re: New harness is failing things
28275 From: Nick Ing-Simmons <nik@tiuk.ti.com>
28276 Date: Wed, 6 Dec 2000 13:00:30 GMT
28277 Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
28278 Branch: perl
28279 ! lib/Test/Harness.pm
28280____________________________________________________________________________
28281[ 8011] By: jhi on 2000/12/06 15:12:08
28282 Log: Subject: installhtml changes
28283 From: Michael Stevens <michael@etla.org>
28284 Date: Wed, 6 Dec 2000 13:15:53 +0000
28285 Message-ID: <20001206131553.A27317@firedrake.org>
28286 Branch: perl
28287 ! installhtml
28288____________________________________________________________________________
28289[ 8010] By: jhi on 2000/12/06 15:06:05
28290 Log: Subject: the dTHR hits
28291 From: Michael Stevens <michael@etla.org>
28292 Date: Wed, 6 Dec 2000 12:06:03 +0000
28293 Message-ID: <20001206120603.A24581@firedrake.org>
28294
28295 More, errrm, less dTHRs.
28296 Branch: perl
28297 ! bytecode.pl ext/B/B/C.pm
28298____________________________________________________________________________
28299[ 8009] By: jhi on 2000/12/06 15:04:25
28300 Log: Subject: MakeMaker mailing list gone?
28301 From: Michael G Schwern <schwern@pobox.com>
28302 Date: Tue, 5 Dec 2000 19:29:59 -0500
28303 Message-ID: <20001205192959.B6473@blackrider.aocn.com>
28304
28305 The MakeMaker mailing list is dead, perlbug is the right
28306 address to report bugs.
28307 Branch: perl
28308 ! lib/ExtUtils/MakeMaker.pm
28309____________________________________________________________________________
28310[ 8008] By: jhi on 2000/12/06 15:00:32
28311 Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
28312 From: Michael G Schwern <schwern@pobox.com>
28313 Date: Tue, 5 Dec 2000 19:21:21 -0500
28314 Message-ID: <20001205192121.A6473@blackrider.aocn.com>
28315
28316 Add a default MANIFEST skip that ignores things like
28317 version control files, editor temporary files, and the Makefile.
28318 Branch: perl
28319 + lib/ExtUtils/MANIFEST.SKIP
28320 ! MANIFEST lib/ExtUtils/Manifest.pm
28321____________________________________________________________________________
28322[ 8007] By: jhi on 2000/12/06 14:57:20
28323 Log: In Amiga more manual hackery of the scripts seems to be needed,
28324 from Jan-Erik Karlsson. Why Configure does not get this right
28325 is unknown, may be shell-induced.
28326 Branch: perl
28327 ! README.amiga
28328____________________________________________________________________________
28329[ 8006] By: jhi on 2000/12/05 23:53:12
28330 Log: Add TOPm1s to peek at the second topmost stack item.
28331 Branch: perl
28332 ! pp.h
28333____________________________________________________________________________
28334[ 8005] By: jhi on 2000/12/05 23:13:55
28335 Log: Avaunt, you foul UTF-8 tests.
28336 Branch: perl
28337 ! t/op/ver.t t/pragma/utf8.t
28338____________________________________________________________________________
28339[ 8004] By: jhi on 2000/12/05 23:09:54
28340 Log: Continue utf8 dispersal.
28341 Branch: perl
28342 + t/op/concat.t
28343 ! MANIFEST t/pragma/utf8.t
28344____________________________________________________________________________
28345[ 8003] By: nick on 2000/12/05 23:02:39
28346 Log: Integrate mainline.
28347 Branch: perlio
28348 +> t/op/length.t t/op/utf8decode.t
28349 !> (integrate 69 files)
28350____________________________________________________________________________
28351[ 8002] By: jhi on 2000/12/05 22:59:28
28352 Log: Integrate perlio.
28353 Branch: perl
28354 !> iperlsys.h perl.c perlio.c win32/perllib.c
28355____________________________________________________________________________
28356[ 8001] By: nick on 2000/12/05 22:07:52
28357 Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
28358 - calloc/free suffer from damage on TerminateThread()
28359 - use PerlMemShared (as originally planned) now fixed
28360 - avoid doing anything important on DLL "detach".
28361 Branch: perlio
28362 ! perl.c perlio.c win32/perllib.c
28363____________________________________________________________________________
28364[ 8000] By: nick on 2000/12/05 21:05:09
28365 Log: Fix gross PerlMemShared issue.
28366 Branch: perlio
28367 ! iperlsys.h
28368____________________________________________________________________________
28369[ 7999] By: jhi on 2000/12/05 20:46:58
28370 Log: Test for Unicode (UTF-8) hash keys.
28371 Branch: perl
28372 ! t/op/each.t
28373____________________________________________________________________________
28374[ 7998] By: jhi on 2000/12/05 20:30:35
28375 Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
28376 is now always UTF-8), empty line cosmetics.
28377 Branch: perl
28378 ! t/pragma/utf8.t
28379____________________________________________________________________________
28380[ 7997] By: jhi on 2000/12/05 20:15:40
28381 Log: Subject: Re: STRLEN - what?
28382 From: Andy Dougherty <doughera@lafayette.edu>
28383 Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
28384 Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
28385
28386 Explain STRLEN.
28387 Branch: perl
28388 ! pod/perlguts.pod
28389____________________________________________________________________________
28390[ 7996] By: jhi on 2000/12/05 20:13:34
28391 Log: Split off the UTF-8 decoder tests, make them to check also
28392 the error message.
28393 Branch: perl
28394 + t/op/utf8decode.t
28395 ! MANIFEST t/pragma/utf8.t utf8.c
28396____________________________________________________________________________
28397[ 7995] By: jhi on 2000/12/05 16:39:47
28398 Log: Start migrating bits of pragma/utf8 to elsewhere
28399 (since the long term plan is to obsolete 'use utf8').
28400 Branch: perl
28401 + t/op/length.t
28402 ! MANIFEST t/pragma/utf8.t
28403____________________________________________________________________________
28404[ 7994] By: jhi on 2000/12/05 16:30:21
28405 Log: Fix a manual edit typo from #7993, fix the message formatting
28406 for Unicode, add few our declarations.
28407 Branch: perl
28408 ! lib/Carp/Heavy.pm
28409____________________________________________________________________________
28410[ 7993] By: jhi on 2000/12/05 16:09:15
28411 Log: Subject: Need help with warnings :-(
28412 From: "Ben Tilly" <ben_tilly@hotmail.com>
28413 Date: Tue, 05 Dec 2000 01:35:54 -0500
28414 Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
28415
28416 Subject: UPDATE: Carp/Heavy now passes all tests
28417 From: "Ben Tilly" <ben_tilly@hotmail.com>
28418 Date: Tue, 05 Dec 2000 07:59:41 -0500
28419 Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
28420
28421 The Brave New Carp.
28422 Branch: perl
28423 ! lib/Carp.pm lib/Carp/Heavy.pm
28424____________________________________________________________________________
28425[ 7992] By: jhi on 2000/12/05 15:55:08
28426 Log: Subject: [PATCH perl@7979] cygwin port
28427 From: "Eric Fifer" <efifer@dircon.co.uk>
28428 Date: Tue, 5 Dec 2000 14:04:09 -0000
28429 Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
28430 Branch: perl
28431 ! t/lib/net-hostent.t
28432____________________________________________________________________________
28433[ 7991] By: jhi on 2000/12/05 15:52:34
28434 Log: Subject: Re: [PATCH] The largest hoax of all times?
28435 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28436 Date: Tue, 5 Dec 2000 00:40:25 -0500
28437 Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
28438
28439 Subject: Re: [PATCH] The largest hoax of all times?
28440 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28441 Date: Mon, 4 Dec 2000 23:55:53 -0500
28442 Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
28443
28444 Subject: Re: [PATCH] The largest hoax of all times?
28445 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28446 Date: Tue, 5 Dec 2000 01:28:45 -0500
28447 Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
28448
28449 Fix the unpredictable order of DESTROYs.
28450 Branch: perl
28451 ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
28452 ! sv.c sv.h t/op/ref.t
28453____________________________________________________________________________
28454[ 7990] By: jhi on 2000/12/05 14:38:53
28455 Log: Subject: [PATCH] shrink pp_hot fractionally
28456 From: Nicholas Clark <nick@ccl4.org>
28457 Date: Tue, 5 Dec 2000 12:44:31 +0000
28458 Message-ID: <20001205124431.E74518@plum.flirble.org>
28459
28460 Use report_evil_fh().
28461 Branch: perl
28462 ! opcode.pl opnames.h pp_hot.c util.c
28463____________________________________________________________________________
28464[ 7989] By: jhi on 2000/12/05 14:21:27
28465 Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
28466 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
28467 Date: Mon, 04 Dec 2000 22:21:59 -0800
28468 Message-ID: <HmIL6gzkgepS092yn@efn.org>
28469
659f4fc5 28470 Harness shouldn't ignore responses like "ok 3\r\r\n".
a7ff9532
JH
28471 Branch: perl
28472 ! lib/Test/Harness.pm
28473____________________________________________________________________________
28474[ 7988] By: jhi on 2000/12/05 13:51:28
28475 Log: Integrate the "skip" messages to explain().
28476 Branch: perl
28477 ! t/lib/syslfs.t t/op/lfs.t
28478____________________________________________________________________________
28479[ 7987] By: jhi on 2000/12/05 12:34:54
28480 Log: The one that got away in #7984.
28481
28482 Subject: Re: dTHR - what and why?
28483 From: Michael Stevens <michael@etla.org>
28484 Date: Tue, 5 Dec 2000 11:15:52 +0000
28485 Message-ID: <20001205111552.A4647@firedrake.org>
28486 Branch: perl
28487 ! sv.h
28488____________________________________________________________________________
28489[ 7986] By: gsar on 2000/12/05 09:14:44
28490 Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
28491 due to the notorious GetFileType() bug in Windows 9x, which fstat()
28492 tickles)
28493 Branch: perl
28494 ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
28495____________________________________________________________________________
28496[ 7985] By: jhi on 2000/12/05 05:49:03
28497 Log: Integrate perlio.
28498 Branch: perl
28499 !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
28500 !> win32/perlhost.h win32/perllib.c
28501____________________________________________________________________________
28502[ 7984] By: jhi on 2000/12/05 05:48:16
28503 Log: dTHR is a nop in 5.6.0 onwards. Ergo, it can go.
28504 Branch: perl
28505 ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
28506 ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
28507 ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
28508 ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
28509 ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
28510 ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
28511 ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
28512 ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
28513 ! win32/win32.c
28514____________________________________________________________________________
28515[ 7983] By: nick on 2000/12/04 23:27:43
28516 Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
28517 Branch: perlio
28518 ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
28519 ! win32/perlhost.h win32/perllib.c
28520____________________________________________________________________________
28521[ 7982] By: jhi on 2000/12/04 19:44:09
28522 Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
28523 uncovered by #7980.
28524 Branch: perl
28525 ! op.c
28526____________________________________________________________________________
28527[ 7981] By: jhi on 2000/12/04 19:42:07
28528 Log: Subject: [PATCH] Trivial dump.c feature
28529 From: Simon Cozens <simon@cozens.net>
28530 Date: Mon, 4 Dec 2000 18:08:38 +0000
28531 Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
28532
28533 Show whether a constant is UTF-8.
28534 Branch: perl
28535 ! dump.c
28536____________________________________________________________________________
28537[ 7980] By: jhi on 2000/12/04 19:36:51
28538 Log: UTF-8 hash keys, patch from Inaba Hiroto.
28539 Branch: perl
28540 ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
28541____________________________________________________________________________
28542[ 7979] By: jhi on 2000/12/04 17:36:28
28543 Log: Update Changes.
28544 Branch: perl
28545 ! Changes patchlevel.h
28546____________________________________________________________________________
38ff9fd4
JH
28547[ 7978] By: jhi on 2000/12/04 16:42:17
28548 Log: Retract #7977, still too volatile (the euphemism of the day
28549 for unfinished and buggy :-)
28550 Branch: perl
28551 ! doop.c hv.c pp.c sv.h
28552____________________________________________________________________________
28553[ 7977] By: jhi on 2000/12/04 16:25:15
28554 Log: (Retracted by #7978, too shaky yet.)
28555
28556 Subject: Re: utf8 in hash keys, implementor missing
28557 From: Simon Cozens <simon@cozens.net>
28558 Date: Sat, 2 Dec 2000 19:49:35 +0000
28559 Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
28560
28561 The first step at UTF-8 hash keys.
28562 Branch: perl
28563 ! doop.c hv.c pp.c sv.h
28564____________________________________________________________________________
28565[ 7976] By: jhi on 2000/12/04 16:13:53
28566 Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
28567 From: sthoenna@efn.org
28568 Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
28569 Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
28570 Branch: perl
28571 ! os2/os2.c perlio.c
28572____________________________________________________________________________
28573[ 7975] By: jhi on 2000/12/04 16:05:25
28574 Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
28575 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
28576 Date: Thu, 30 Nov 2000 20:50:37 -0800
28577 Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
28578 Branch: perl
28579 ! os2/os2.c
28580____________________________________________________________________________
28581[ 7974] By: jhi on 2000/12/04 16:03:57
28582 Log: Subject: [PATCH] ++ 20% faster
28583 From: Nicholas Clark <nick@ccl4.org>
28584 Date: Mon, 4 Dec 2000 12:17:27 +0000
28585 Message-ID: <20001204121726.B52976@plum.flirble.org>
28586
28587 Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
28588 Branch: perl
28589 ! sv.c
28590____________________________________________________________________________
28591[ 7973] By: jhi on 2000/12/04 16:00:48
28592 Log:
28593 Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
28594 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28595 Date: Mon, 04 Dec 2000 12:30:45 +0100
28596 Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
28597
28598 AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
28599 library (getprotobyname and getprotobynumber are outversioned by
28600 the same calls in libc, at least for xlc version 3.
28601 Branch: perl
28602 ! hints/aix.sh
28603____________________________________________________________________________
28604[ 7972] By: jhi on 2000/12/04 02:58:31
28605 Log: Integrate perlio.
28606 Branch: perl
28607 !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
28608 !> win32/makefile.mk win32/perlhost.h win32/perllib.c
28609 !> win32/win32.h win32/win32iop.h win32/win32thread.h
28610____________________________________________________________________________
28611[ 7971] By: nick on 2000/12/04 00:24:33
28612 Log: Quieten some noise in Win32 builds:
28613 - win32.h is included after <sys/socket.h>, so need to
28614 set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
28615 - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
28616 Branch: perlio
28617 ! doio.c perl.h toke.c win32/win32.h
28618____________________________________________________________________________
28619[ 7970] By: nick on 2000/12/03 22:57:46
28620 Log: PERL_IMPLICIT_SYS compiles but does not work.
28621 Branch: perlio
28622 ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
28623 ! win32/perlhost.h win32/perllib.c win32/win32.h
28624 ! win32/win32iop.h win32/win32thread.h
28625____________________________________________________________________________
28626[ 7969] By: jhi on 2000/12/03 22:12:58
28627 Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
28628 used to swash_init(), makes regprop() dumps more informative
28629 (+utf8::IsAlpha, -utf8::IsDigit, for example).
28630 Branch: perl
28631 ! regcomp.c regexec.c
28632____________________________________________________________________________
28633[ 7968] By: jhi on 2000/12/03 21:39:56
28634 Log: Implement ANYOFUTF8 regprop() dumping.
28635 Branch: perl
28636 ! regcomp.c
28637____________________________________________________________________________
28638[ 7967] By: jhi on 2000/12/03 20:57:19
28639 Log: Make uv_to_utf8() to zero-terminate its output buffer,
28640 always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
28641 Branch: perl
28642 ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
28643____________________________________________________________________________
28644[ 7966] By: nick on 2000/12/03 18:41:21
28645 Log: Integrate mainline (STDCHAR)
28646 Branch: perlio
28647 !> Configure t/pragma/utf8.t
28648____________________________________________________________________________
28649[ 7965] By: jhi on 2000/12/03 17:58:20
28650 Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
28651 Branch: perl
28652 ! t/pragma/utf8.t
28653____________________________________________________________________________
28654[ 7964] By: jhi on 2000/12/03 17:35:56
28655 Log: Integrate perlio.
28656 Branch: perl
28657 !> iperlsys.h perlio.c
28658____________________________________________________________________________
28659[ 7963] By: jhi on 2000/12/03 17:33:55
28660 Log: Metaconfig unit change for #7962.
28661 Branch: metaconfig
28662 ! U/modified/stdchar.U
28663____________________________________________________________________________
28664[ 7962] By: jhi on 2000/12/03 17:33:27
28665 Log: Untangle the <stdio.h> #include nest for the stdchar test,
28666 from Andy Dougherty.
28667 Branch: perl
28668 ! Configure
28669____________________________________________________________________________
28670[ 7961] By: nick on 2000/12/03 16:53:00
28671 Log: Make iperlsys.h vector stdio not PerlIO.
28672 Branch: perlio
28673 ! iperlsys.h perlio.c
28674____________________________________________________________________________
28675[ 7960] By: nick on 2000/12/03 14:43:01
28676 Log: Integrate mainline
28677 Branch: perlio
28678 !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
28679 !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
28680____________________________________________________________________________
28681[ 7959] By: jhi on 2000/12/03 08:16:36
28682 Log: Use DO_UTF8().
28683 Branch: perl
28684 ! op.c
28685____________________________________________________________________________
28686[ 7958] By: jhi on 2000/12/02 18:33:05
28687 Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
28688 From: Mike Guy <mjtg@cam.ac.uk>
28689 Date: Sat, 02 Dec 2000 17:27:13 +0000
28690 Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
28691
28692 An extraneous argument.
28693 Branch: perl
28694 ! toke.c
28695____________________________________________________________________________
28696[ 7957] By: jhi on 2000/12/02 18:22:32
28697 Log: A missing hunk.
28698 Branch: perl
28699 ! t/lib/net-hostent.t
28700____________________________________________________________________________
28701[ 7956] By: jhi on 2000/12/02 18:06:20
28702 Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
28703 From: Nicholas Clark <nick@ccl4.org>
28704 Date: Sat, 2 Dec 2000 14:28:27 +0000
28705 Message-ID: <20001202142827.A12308@plum.flirble.org>
28706
28707 Test robustness.
28708 Branch: perl
28709 ! t/lib/net-hostent.t
28710____________________________________________________________________________
28711[ 7955] By: jhi on 2000/12/02 17:58:06
28712 Log: Metaconfig unit change for #7954.
28713 Branch: metaconfig
28714 ! U/modified/stdchar.U
28715____________________________________________________________________________
28716[ 7954] By: jhi on 2000/12/02 17:54:32
28717 Log: An inconvenient hang would happen if the stdio _ptr wasn't
28718 found in <stdio.h> and <stdio_impl.h> didn't exist. (grep
28719 would be grepping stdin for all eternity for the _ptr.)
28720 Branch: perl
28721 ! Configure
28722____________________________________________________________________________
28723[ 7953] By: jhi on 2000/12/02 00:07:15
28724 Log: Update Changes.
28725 Branch: perl
28726 ! Changes patchlevel.h
28727____________________________________________________________________________
4248a4fb
JH
28728[ 7952] By: jhi on 2000/12/01 23:54:47
28729 Log: Subject: Re: long shell lines
28730 From: Andy Dougherty <doughera@lafayette.edu>
28731 Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
28732 Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
28733
28734 Split overly long shell command lines.
28735 Branch: perl
28736 ! lib/ExtUtils/MM_Unix.pm
28737____________________________________________________________________________
28738[ 7951] By: jhi on 2000/12/01 23:48:02
28739 Log: The metaconfig unit change for #7950.
28740 Branch: metaconfig
28741 + U/modified/stdchar.U
28742____________________________________________________________________________
28743[ 7950] By: jhi on 2000/12/01 23:47:39
28744 Log: Try to find stdchar also from <stdio_impl.h>.
28745 Branch: perl
28746 ! Configure config_h.SH
28747____________________________________________________________________________
28748[ 7949] By: jhi on 2000/12/01 23:46:45
28749 Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
28750 From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
28751 Date: Fri, 1 Dec 2000 16:26:08 -0500
28752 Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
28753
28754 Reword the diagnostic message.
28755 Branch: perl
28756 ! pod/perldiag.pod
28757____________________________________________________________________________
28758[ 7948] By: nick on 2000/12/01 22:49:43
28759 Log: Integrate mainline (for s/y/m as sub names stuff).
28760 Branch: perlio
28761 !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
28762 !> t/pragma/warn/toke toke.c
28763____________________________________________________________________________
28764[ 7947] By: jhi on 2000/12/01 20:55:41
28765 Log: Integrate perlio.
28766 Branch: perl
28767 !> perlio.c perliol.h t/io/pipe.t
28768____________________________________________________________________________
28769[ 7946] By: jhi on 2000/12/01 20:36:51
28770 Log: Upgrade to CPAN 1.59_51, from Andreas König.
28771 Branch: perl
28772 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
28773____________________________________________________________________________
28774[ 7945] By: nick on 2000/12/01 20:31:32
28775 Log: Integrate mainline
28776 Branch: perlio
28777 +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
28778 +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
28779 +> t/lib/net-hostent.t
28780 !> (integrate 35 files)
28781____________________________________________________________________________
28782[ 7944] By: jhi on 2000/12/01 20:23:29
28783 Log: Some help for 20001130.011. Now one gets warnings like
28784 "Ambiguous -f() resolved as a file test ..."
28785 Branch: perl
28786 ! pod/perldiag.pod t/pragma/warn/toke toke.c
28787____________________________________________________________________________
28788[ 7943] By: jhi on 2000/12/01 19:44:44
28789 Log: Retract #7941. Forbidding subs m/s/etc is too cruel because
28790 that also breaks using them as methods.
28791 Branch: perl
28792 ! pod/perldiag.pod t/op/misc.t toke.c
28793____________________________________________________________________________
28794[ 7942] By: nick on 2000/12/01 17:56:46
28795 Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
28796 Make 'unix' pass most tests
28797 - do unread by temporary push of layer ("pending") holding unread chars
28798 - fast_gets is now based on per-handle flag
28799 - relax one of io/pipe.t tests to allow print to fail and close to
28800 succeed so that it passes on unbuffered "unix" layer.
28801 Remaining fail is sporadic and a genuine race condition between
28802 parent/child in fork test.
28803 Branch: perlio
28804 ! perlio.c perliol.h t/io/pipe.t
28805____________________________________________________________________________
28806[ 7941] By: jhi on 2000/12/01 15:28:58
28807 Log: (Retracted by #7943.)
28808
28809 Reserve the short named string operator names.
28810 Branch: perl
28811 ! pod/perldiag.pod t/op/misc.t toke.c
28812____________________________________________________________________________
28813[ 7940] By: jhi on 2000/12/01 06:45:53
28814 Log: Get the three different space character classes right under utf8.
28815 Branch: perl
28816 + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
28817 ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
28818 ! regexec.c t/op/pat.t utf8.c
28819____________________________________________________________________________
28820[ 7939] By: jhi on 2000/12/01 03:26:26
28821 Log: Two more tests that make no sense in UTF-8 since the test
28822 data is not in UTF-8.
28823 Branch: perl
28824 ! t/op/regexp.t
28825____________________________________________________________________________
28826[ 7938] By: jhi on 2000/12/01 03:20:39
28827 Log: \x{} doesn't any more require 'use utf8' outside regexen so why
28828 should it be required inside regexen?
28829 Branch: perl
28830 ! regcomp.c t/op/regmesg.t
28831____________________________________________________________________________
28832[ 7937] By: jhi on 2000/12/01 02:58:53
28833 Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
28834 stored and restored, and thusly was trounced by the utf8 swash
28835 routines.
28836 Branch: perl
28837 ! regcomp.c
28838____________________________________________________________________________
28839[ 7936] By: jhi on 2000/11/30 20:41:39
28840 Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
28841 Why the different platforms behave so differently (core dump vs
28842 no core dump) on this bug is a but of a mystery, but if I had to
28843 guess I would mumble something like 'alignment'.
28844 Branch: perl
28845 ! sv.c
28846____________________________________________________________________________
28847[ 7935] By: jhi on 2000/11/30 16:17:02
28848 Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
28849 From: Robin Barker <rmb1@cise.npl.co.uk>
28850 Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
28851 Date: Thu, 30 Nov 2000 14:27:12 GMT
28852 Branch: perl
28853 ! perlio.c toke.c
28854____________________________________________________________________________
28855[ 7934] By: jhi on 2000/11/30 16:04:49
28856 Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
28857 Branch: perl
28858 ! t/lib/net-hostent.t
28859____________________________________________________________________________
28860[ 7933] By: jhi on 2000/11/30 06:07:26
28861 Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
28862 From: Peter Prymmer <pvhp@forte.com>
28863 Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
28864 Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
28865
28866 In VMS the localhost may be LOCALHOST.
28867 Branch: perl
28868 ! t/lib/net-hostent.t
28869____________________________________________________________________________
28870[ 7932] By: jhi on 2000/11/30 01:11:11
28871 Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
28872 From: Peter Prymmer <pvhp@forte.com>
28873 Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
28874 Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
28875
28876 plus regen perlapi.pod.
28877 Branch: perl
28878 ! pod/perlapi.pod utf8.c
28879____________________________________________________________________________
28880[ 7931] By: jhi on 2000/11/30 01:06:19
28881 Log: Subject: [PATCH perl@7930] get t/lib/filter-util.t to work on VMS
28882 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
28883 Date: Wed, 29 Nov 2000 17:15:11 EST
28884 Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
28885 Branch: perl
28886 ! t/lib/filter-util.pl t/lib/filter-util.t
28887____________________________________________________________________________
28888[ 7930] By: jhi on 2000/11/29 18:51:55
28889 Log: Update Changes.
28890 Branch: perl
28891 ! Changes patchlevel.h
28892____________________________________________________________________________
28893[ 7929] By: jhi on 2000/11/29 18:50:55
28894 Log: Update the va_copy() metaconfig unit.
28895 Branch: metaconfig/U/perl
28896 ! need_va_copy.U
28897____________________________________________________________________________
3ac87aec
JH
28898[ 7928] By: jhi on 2000/11/29 17:50:43
28899 Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17
28900 From: Dominic Dunlop <domo@computer.org>
28901 Date: Tue, 28 Nov 2000 16:41:57 +0100
28902 Message-Id: <p04320400b649771b9797@[192.168.1.4]>
28903
28904 Patch to catch a core dump in the Configure va_copy test.
28905 Branch: perl
28906 ! Configure config_h.SH
28907____________________________________________________________________________
28908[ 7927] By: jhi on 2000/11/29 17:31:59
28909 Log: Retract #7921, the patch shouldn't be needed.
28910 Branch: perl
28911 ! sv.c
28912____________________________________________________________________________
28913[ 7926] By: jhi on 2000/11/29 17:01:41
28914 Log: Make the Class::Struct import() wiser.
28915 Branch: perl
28916 ! lib/Class/Struct.pm t/lib/class-struct.t
28917____________________________________________________________________________
28918[ 7925] By: jhi on 2000/11/29 16:36:33
28919 Log: All the core library users of Class::Struct seem to be
28920 using "use Class::Struct 'struct';" instead of the bare
28921 "use Class::Struct;", which isn't documented in Class::Struct.
28922 This can't be right.
28923 Branch: perl
28924 ! lib/File/stat.pm
28925____________________________________________________________________________
28926[ 7924] By: jhi on 2000/11/29 16:32:15
4248a4fb 28927 Log: A test works better if it has the right 1..$n output.
3ac87aec
JH
28928 Branch: perl
28929 ! t/lib/class-struct.t
28930____________________________________________________________________________
28931[ 7923] By: jhi on 2000/11/29 16:29:11
28932 Log: Forgot to MANIFEST the new Net::hostent test.
28933 Branch: perl
28934 ! MANIFEST
28935____________________________________________________________________________
28936[ 7922] By: jhi on 2000/11/29 16:27:49
28937 Log: Integrate perlio.
28938 Branch: perl
28939 !> iperlsys.h perlio.c
28940____________________________________________________________________________
28941[ 7921] By: jhi on 2000/11/29 16:27:10
28942 Log: (Retracted by #7927.)
28943
28944 Subject: [PATCH] Is infinity a number?
28945 From: Simon Cozens <simon@cozens.net>
28946 Date: Wed, 29 Nov 2000 14:48:20 +0000
28947 Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
28948 Branch: perl
28949 ! sv.c
28950____________________________________________________________________________
28951[ 7920] By: jhi on 2000/11/29 16:23:02
28952 Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
28953 From: rspier@pobox.com (Robert Spier)
28954 Date: Wed, 29 Nov 2000 02:17:49 -0500
28955 Message-ID: <14884.44445.760322.278647@localhost.localdomain>
28956
28957 Add a test for Net::hostent.
28958 Branch: perl
28959 + t/lib/net-hostent.t
28960____________________________________________________________________________
28961[ 7919] By: jhi on 2000/11/29 16:21:31
28962 Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
28963 add a test for Class::Struct.
28964 Branch: perl
28965 + t/lib/class-struct.t
28966 ! MANIFEST lib/Class/Struct.pm
28967____________________________________________________________________________
28968[ 7918] By: jhi on 2000/11/29 15:48:40
28969 Log: Subject: Re: Minor suggestion for Sys::Syslog [PATCH]
28970 From: rspier@pobox.com (Robert Spier)
28971 Date: Wed, 29 Nov 2000 02:25:39 -0500
28972 Message-ID: <14884.44915.86028.422238@localhost.localdomain>
28973
28974 More checking in case someone has broken their services or
28975 protocol databases.
28976 Branch: perl
28977 ! ext/Sys/Syslog/Syslog.pm
28978____________________________________________________________________________
28979[ 7917] By: jhi on 2000/11/29 15:46:25
28980 Log: Subject: [PATCH] $^O win32 -> MSWin32
28981 From: rspier@pobox.com (Robert Spier)
28982 Date: Wed, 29 Nov 2000 02:17:38 -0500
28983 Message-ID: <14884.44434.340627.126145@localhost.localdomain>
28984
28985 plus similar nits for vms, err, VMS, and UNICOS.
28986 Branch: perl
28987 ! t/lib/syslfs.t t/op/lfs.t
28988____________________________________________________________________________
28989[ 7916] By: jhi on 2000/11/29 15:42:51
28990 Log: Subject: [PATCH] Tokeniser debugging
28991 From: Simon Cozens <simon@cozens.net>
28992 Date: Wed, 29 Nov 2000 14:15:45 +0000
28993 Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
28994 Branch: perl
28995 ! perl.c perl.h pod/perlrun.pod toke.c
28996____________________________________________________________________________
28997[ 7915] By: jhi on 2000/11/29 15:41:36
28998 Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
28999 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29000 Date: Wed, 29 Nov 2000 02:13:14 -0500
29001 Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
29002
29003 OUT keyword nits.
29004
29005 Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
29006 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29007 Date: Wed, 29 Nov 2000 03:09:04 -0500
29008 Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
29009
29010 OUT and IN_OUT documentation.
29011 Branch: perl
29012 ! lib/ExtUtils/xsubpp pod/perlxs.pod
29013____________________________________________________________________________
29014[ 7914] By: jhi on 2000/11/29 03:35:01
29015 Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
29016 From: John Tobey <jtobey@john-edwin-tobey.org>
29017 Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
29018 Message-Id: <m140e1N-000FOoC@feynman.localnet>
29019
29020 plus a performance speedup noticed by Sarathy.
29021 Branch: perl
29022 ! op.c
29023____________________________________________________________________________
29024[ 7913] By: jhi on 2000/11/29 03:16:59
29025 Log: Use "1 while unlink" so that VMS gets clean, too.
29026 Branch: perl
29027 ! t/lib/filter-util.t
29028____________________________________________________________________________
29029[ 7912] By: jhi on 2000/11/29 03:09:08
29030 Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
29031 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29032 Date: Tue, 28 Nov 2000 03:27:09 -0500
29033 Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
29034 Branch: perl
29035 ! lib/ExtUtils/xsubpp
29036____________________________________________________________________________
29037[ 7911] By: jhi on 2000/11/29 03:06:30
29038 Log: This should have been part of #7872: no need to scan UTF-8
29039 until eternity.
29040 Branch: perl
29041 ! utf8.c
29042____________________________________________________________________________
29043[ 7910] By: jhi on 2000/11/29 02:50:04
29044 Log: One more perltie.pod nit from Casey R. Tweten.
29045 Branch: perl
29046 ! pod/perltie.pod
29047____________________________________________________________________________
29048[ 7909] By: jhi on 2000/11/29 02:44:23
29049 Log: Document the known sprintf test failures, exact standard
29050 reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
29051 Branch: perl
29052 ! pod/perldelta.pod t/op/sprintf.t
29053____________________________________________________________________________
29054[ 7908] By: jhi on 2000/11/29 02:36:23
29055 Log: Add the Encoding table format documentation.
29056 Branch: perl
29057 + ext/Encode/Encode/EncodeFormat.pod
29058 ! MANIFEST
29059____________________________________________________________________________
29060[ 7907] By: jhi on 2000/11/29 02:07:24
29061 Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
29062 From: "Casey R. Tweten" <crt@kiski.net>
29063 Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
29064 Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
29065
29066 Subject: Re: [PATCH] Updating perltie.pod for arrays
29067 From: "Casey R. Tweten" <crt@kiski.net>
29068 Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
29069 Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
29070 Branch: perl
29071 ! pod/perltie.pod
29072____________________________________________________________________________
29073[ 7906] By: nick on 2000/11/28 22:40:59
29074 Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
29075 Branch: perlio
29076 ! iperlsys.h perlio.c
29077____________________________________________________________________________
29078[ 7905] By: nick on 2000/11/28 22:04:34
29079 Log: Integrate mainline
29080 Branch: perlio
29081 !> (integrate 39 files)
29082____________________________________________________________________________
29083[ 7904] By: jhi on 2000/11/28 16:44:43
29084 Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
29085 From: Nicholas Clark <nick@babyhippo.co.uk>
29086 Date: Tue, 28 Nov 2000 11:16:57 +0000
29087 Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
29088 Branch: perl
29089 ! pod/perlipc.pod
29090____________________________________________________________________________
29091[ 7903] By: jhi on 2000/11/28 16:40:31
29092 Log: Subject: [PATCH] Updating perltie.pod for arrays
29093 From: "Casey R. Tweten" <crt@kiski.net>
29094 Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
29095 Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
29096 Branch: perl
29097 ! pod/perltie.pod
29098____________________________________________________________________________
29099[ 7902] By: jhi on 2000/11/28 16:39:37
29100 Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
29101 From: Robin Barker <rmb1@cise.npl.co.uk>
29102 Date: Mon, 27 Nov 2000 17:56:44 GMT
29103 Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
29104 Branch: perl
29105 ! pod/perlfunc.pod t/op/split.t
29106____________________________________________________________________________
29107[ 7901] By: jhi on 2000/11/28 16:28:04
29108 Log: setmode() is a DOSish-only thing.
29109 Branch: perl
29110 ! perlio.c
29111____________________________________________________________________________
29112[ 7900] By: jhi on 2000/11/28 16:21:46
29113 Log: Subject: [PATCH] perlcc.PL cleanups
29114 From: Simon Cozens <simon@cozens.net>
29115 Date: Tue, 28 Nov 2000 12:44:35 +0000
29116 Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
29117 Branch: perl
29118 ! utils/perlcc.PL
29119____________________________________________________________________________
29120[ 7899] By: gsar on 2000/11/28 06:32:55
29121 Log: reintegrate files missed by change#7895
29122 Branch: maint-5.6/perl
29123 +> ext/ByteLoader/bytecode.h utils/Makefile
29124 - utils/perlbc.PL
29125____________________________________________________________________________
29126[ 7897] By: gsar on 2000/11/27 18:22:47
29127 Log: can't integrate these two files, for some reason
29128 Branch: maint-5.6/perl
29129 - ext/ByteLoader/bytecode.h utils/Makefile
29130____________________________________________________________________________
29131[ 7895] By: gsar on 2000/11/27 18:11:21
29132 Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
29133 6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
29134 6757..6890,6892..6901 from mainline
29135
29136 Bytecompiler patches from Benjamin Stuhl.
29137
29138 More bytecompiler.
29139
29140 Subject: [PATCH blead] B:: missing dependency
29141
29142 Subject: [PATCH: 6757] configure.com updates and syslog build
29143
29144 Long double Gconvert fixes from Yitzchak Scott-Thoennes
29145 and Spider Boardman.
29146
29147 Subject: [PATCH blead] nextchar() abuse misses an optimisation
29148
29149 Long double fixes from Spider Boardman.
29150
29151 Make the selection of NVff et al stricter.
29152
29153 cSVOPo_*v things index into the current PL_curpad
29154 under ithreads, which is different from the curpad
29155 used by the XSUB. (In other words, the code as-is
29156 before this patch wouldn't work under ithreads.)
29157
29158 Be portable.
29159
29160 VMS MMS (make) wants null action.
29161
29162 Mac and other portability updates from Chris Nandor.
29163
29164 Storable support, v-version fixes.
29165 Subject: CPAN.pm beta for testing available
29166
29167 Portability fix from Hugo van der Sanden.
29168
29169 Bad makefile.
29170
29171 Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
29172
29173 Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
29174
29175 Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
29176
29177 Replace #6705 with a minimal doc patch.
29178 Subject: [PATCH 5.6.0] replace change #6705
29179
29180 Drop the separate perlbc, perlcc -b should be enough.
29181
29182 installperl couldn't tell whether it had run tests or not.
29183 Subject: [PATCH] Re: installperl and t/TEST
29184
29185 Add silencer flags to installperl.
29186 Subject: [PATCH] Making installperl silent.
29187
29188 Make "make install" by default silent. A new "install-verbose"
29189 target is verbose.
29190
29191 More liberal parsing of version numbers.
29192 Subject: Re: CPAN.pm beta for testing available
29193
29194 Create directories in silence.
29195 Subject: [PATCH] Another silencer for MakeMaker
29196
29197 DOS patches and portability/porting notes, from Tim Jenness.
29198
29199 Make installman to recognize the silence flag -S.
29200
29201 Actually do something with the silencer option.
29202
29203 Continue silencing.
29204
29205 Show the doc file, not the temp file.
29206
29207 Regen perltoc.
29208
29209 Subject: [PATCH] More silencing of installman.
29210
29211 Better wording for the vec lvalue diagnostic.
29212 Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
29213
29214 Subject: [PATCH: 6805] several more tweaks to configure.com
29215
29216 Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
29217
29218 Missing parts of
29219 Subject: [PATCH: 6789] some endl fixes for VMS wackiness
29220
29221 Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
29222 (applied slightly modified)
29223
29224 installperl --verbose and --silent.
29225 Subject: Re: [PATCH] More silencing of installman.
29226
29227 Add install-silent target.
29228
29229 AIX 4.3.3 has SOCKS in libc with a differently named init routine,
29230 the problem reported in
29231 Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
29232
29233 Tweak the sfio/useperlio logic, hopefully as wished in
29234 Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
29235
29236 One forgotten file from #6816.
29237
29238 Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
29239
29240 Remove duplicately applied patch shards.
29241 Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
29242
29243 Support preserving extremely big/small angles.
29244
29245 Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED)
29246
29247 Subject: [PATCH] installation not quite silent yet.
29248
29249 Update the test count.
29250
29251 Use UVxf, PTR2UV, NVff.
29252
29253 Document PTR2XX and INT2PTR.
29254
29255 no-install target a la make -n.
29256 Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
29257
29258 grep -e isn't portable.
29259 Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
29260
29261 Can't get the test to reliably work thanks to the
29262 inaccurateness of floating point. "Resolves" bug ids
29263 20000826.003, 20000826.009, 20000826.010,
29264
29265 Subject: installman buglet
29266
29267 DJGPP update from Laszlo Molnar.
29268
29269 Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
29270
29271 Passing -R in ldflags makes now it to appear in the default
29272 for lddlflags, just like with -L.
29273 Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
29274
29275 Test nit.
29276
29277 Use the actual thread type, not the pointer-to-struct.
29278
29279 Provice virtual $Config{ccflags_nolargefiles} etc.
29280
29281 display_format used as a class method without arguments was broken,
29282 reported in
29283 Subject: Math::Complex->display_format() sets style to 'Math::Complex'
29284
29285 Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
29286
29287 Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
29288
29289 Subject: [PATCH@6855] _Minor_ change to overload.pm pod
29290
29291 opmini.o may be left around if a build is interrupted.
29292
29293 Typo in #6858.
29294
29295 Fix for ID 20000828.001, long doubles were not formatted
29296 correctly (showed up in $], which stopped installing perl).
29297
29298 An attempt to fix the problem reported in
29299 Subject: Building perl@6856 using gcc/AIX 4.3.3
29300 I can't test this properly since the gcc installation I have
29301 access to seems to be botched (gcc is calling the AIX cpp,
29302 a losing proposition...)
29303
29304 Add -ld to archname on long tr...double platforms.
29305
29306 Subject: hv.h Doc Patch
29307
29308 Potential cruft.
29309
29310 Subject: [PATCH bleedperl@6856] warnings fixes
29311
29312 -S is the silent flag, -s is the strip flag.
29313 Subject: [PATCH] Re: [PATCH] make no-install
29314
29315 Take out the SUIDMAIL thing, that will not be
29316 a problem in 5.7.*.
29317
29318 Subject: [PATCH bleedperl@6866] spellings
29319
29320 Subject: [PATCH] Re: files not cleaned even by veryclean
29321
29322 Use minimal @INC in tests, most of the time just '../lib',
29323 so that we simply can't pick up stuff from other Perls than
29324 the one we are testing. Pointed out by
29325 Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built
29326
29327 Update to Getopt::Long 2.24, from Johan Vromans.
29328
29329 Fix for thinko in #6848.
29330 Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
29331
29332 Patches all over for people and the files they (hopefully) care about.
29333
29334 Subject: Net::protoent does not export 'getproto'
29335
29336 Missed a change in #6869.
29337
29338 Subject: [PATCH] Warnings in B::Deparse
29339
29340 Subject: [PATCH] Glob dumping
29341
29342 Disable one of the tests for now.
29343
29344 Disabling the one test is a bit tricky.
29345
29346 Don't forget to tidy up.
29347
29348 The #6881 removed one dump line.
29349
29350 Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
29351
29352 Under usethreads the dumped variable is IN_PAD.
29353 Subject: Re: [PATCH] Glob dumping
29354
29355 Subject: [ID 20000829.026] [PATCH 6868] File::Temp
29356
29357 Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
29358
29359 Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
29360
29361 Regen Configure for #6894.
29362
29363 Subject: [PATCH: 6889] updates to perlebcdic.pod
29364
29365 Undo namespace pollution of #6878.
29366 Subject: Re: Net::protoent does not export 'getproto'
29367
29368 Admit that we are leaking scalars.
29369
29370 Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
29371 Branch: maint-5.6/perl
29372 !> (integrate 271 files)
29373____________________________________________________________________________
29374[ 7894] By: gsar on 2000/11/27 16:00:34
29375 Log: a couple of nits
29376 Branch: maint-5.6/perl
29377 ! MANIFEST pp_sys.c
29378____________________________________________________________________________
29379[ 7893] By: gsar on 2000/11/27 15:10:56
29380 Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
29381 6740..6745,6747..6757,6760
29382
29383 Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
29384
29385 Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
29386
29387 Doc nits spotted by Richard Soderberg.
29388
29389 move WNOHANG definition to where other such things are
29390
29391 Make $Config{byteorder} more magical so that it is
29392 dynamically computed: nice for 'fat binaries'.
29393 Subject: [PATCH]: default byteorder
29394
29395 Subject: [PATCH] Cwd.pm now uses strict
29396
29397 Subject: Re: [PATCH]Re: Questions about Math::BigFloat
29398
29399 Get -DLEAKTEST to compile (not necessarily to work, mind)
29400 Subject: [ID 20000724.006] -DLEAKTEST problem
29401
29402 perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
29403
29404 Add perlebcdic from Peter Prymmer, regen toc.
29405
29406 Don't propose using modules built for 5.005 if no binary
29407 compatibility with 5.005 is attempted.
29408
29409 Do not use prototyping here.
29410 Subject: [ID 20000817.016] [PATCH] Peek.xs
29411
29412 Document what the backtick returns if the command fails.
29413
29414 Add byteorder to the myconfig output.
29415
29416 Introduce NVef, NVff, and NVgf, use the middle one.
29417 (helps for lib/peek + Linux + long doubles) Reported in
29418 Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13
29419 Use NVs in POSIX math, not doubles.
29420 Subject: [ID 20000817.014] POSIX & modfl
29421
29422 Subject: [PATCH 5.6.0+] newSVrv() memory leak
29423
29424 The byteorder code in #6671 was wrong.
29425
29426 Fix the lib/complex failure of
29427 Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13
29428 Linux long double accuracy issue: something that
29429 when printed with %g looks like "2" but int() of it is 1.
29430
29431 Propagate new Configure vars.
29432
29433 Unbuffer the output.
29434
29435 Subject: [PATCH] perltrap.pod spring cleaning
29436
29437 Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
29438 Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
29439
29440 Tiny Getopt::Long patch from Johan Vromans.
29441
29442 Document code point which makes if (defined %stash::) to work
29443 (noted by Spider Boardman).
29444
29445 Subject: [PATCH perl@6698] cygwin port
29446
29447 Document the NDBM_File and ODBM_File as SDBM_File
29448 was documented in #6417.
29449
29450 The new tests were missing from #6415.
29451
29452 Add [[:blank:]] as suggested in
29453 Subject: [ID 20000716.024] [=cc=] / [:blank:]
29454 (the [=cc=] has already been taken care of by #6439
29455 so the whole bug report can be closed)
29456 and make [[:space:]] to be equivalent to isspace(3)
29457 (as opposed to \s, which is isSPACE()). The difference
29458 is that now [[:space:]] matches the mythical vertical tab,
29459 while \s doesn't.
29460
29461 Don't eat leading os from index entries.
29462 Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
29463
29464 Subject: [PATCH 5.6.0+] fix for Win32::DomainName
29465
29466 Typo in pp_complement().
29467 Subject: [PATCH perl-current] Deparse
29468
29469 Add warnif(), check warnings further up the stack,
29470 all the warnings functions now can take an optional object reference.
29471 Subject: [PATCH bleedperl@6691] warnings pragma update
29472
29473 Fix a core dump in lib/selfloader under -DDEBUGGING.
29474 Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED)
29475
29476 Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
29477
29478 Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
29479
29480 Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
29481 Put back the long double avoidance code to POSIX.xs
29482 because VMS seems to need it still.
29483
29484 Introduce a 'veryclean' target that is like 'distclean'
29485 but also removes *~ and *.orig.
29486
29487 Subject: [ID 20000817.023] endianness description in perlfunc.pod
29488
29489 Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
29490
29491 Let's try #6717 again.
29492
29493 UTF8 concat fixes.
29494 Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
29495
29496 pp_open() could pass an uninitialized filename down to do_open9().
29497
29498 Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
29499
29500 Update to CGI 2.72, from Lincoln Stein.
29501
29502 Subject: [PATCH] Silence MakeMaker (Was: installman)
29503
29504 Use temporary directory instead of current directory.
29505 Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
29506
29507 Document odd vs even subreleases and -Dusedevel.
29508
29509 The veryclean target needs to clobber.
29510
29511 Use File::Spec->tmpdir().
29512
29513 Document the number of exponent digits.
29514
29515 Mention perlebcdic and perlposix-bc.
29516
29517 s/this one/the 5.6.0 release/
29518
29519 The #6724 is here.
29520
29521 The correct cleaning order is an art.
29522
29523 small tweaks for change#6705: avoid C++ style comments in C code;
29524 use Perl's malloc API rather than the low level system one
29525
29526 Array context keeps slithering in.
29527
29528 Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
29529
29530 Subject: [PATCH] os2.c fix for use64bitint
29531
29532 Update to Pod::LaTeX 0.53.
29533 Subject: [PATCH] lib/Pod/LaTeX.pm updates
29534
29535 Document the endianness of Alpha more precisely.
29536
29537 Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
29538
29539 Rename the macro argument because some preprocessors
29540 can't tell the difference and expand arguments also inside
29541 double quoted strings.
29542
29543 free TLS slot properly on Windows
29544
29545 use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
29546
29547 Unicos/mk requires elaborate paranoia.
29548
29549 Tweak the floating point output routine preferences.
29550
29551 Also under djgpp the timestamps are funky.
29552
29553 Apply some PodParser 1.18 patches; the Pod/Find.pm
29554 patches cannot be applied since #6712 conflicts.
29555
29556 Use PodParser 1.18 new test.
29557
29558 A pod nit.
29559 Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
29560
29561 Be verydeepclean.
29562 Branch: maint-5.6/perl
29563 +> pod/perlebcdic.pod
29564 !> (integrate 106 files)
29565____________________________________________________________________________
29566[ 7892] By: jhi on 2000/11/27 15:02:32
29567 Log: Update Changes.
29568 Branch: perl
29569 ! Changes patchlevel.h
29570____________________________________________________________________________
e138c1e6
JH
29571[ 7891] By: jhi on 2000/11/27 14:57:23
29572 Log: Subject: Re: perlfaq style changes
29573 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
29574 Date: Sat, 25 Nov 2000 23:32:26 -0800
29575 Message-ID: <KyLI6gzkgiRK092yn@efn.org>
29576
29577 plus a note from Ronald Kimball.
29578 Branch: perl
29579 ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
29580____________________________________________________________________________
29581[ 7890] By: jhi on 2000/11/27 14:53:14
29582 Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
29583 From: Benjamin Holzman <bah@ecnvantage.com>
29584 Date: Sun, 26 Nov 2000 16:27:33 -0500
29585 Message-ID: <20001126162733.J25040@ecnvantage.com>
29586 Branch: perl
29587 ! gv.c
29588____________________________________________________________________________
29589[ 7889] By: jhi on 2000/11/27 14:43:11
29590 Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
29591 From: lvirden@cas.org
29592 Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
29593 Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>
29594 Branch: perl
29595 ! README.amiga
29596____________________________________________________________________________
29597[ 7888] By: jhi on 2000/11/27 14:32:34
29598 Log: Restore also the locale test to no-sprintf-taint state.
29599 Fixes the bug 20001127.003.
29600 Branch: perl
29601 ! sv.c t/pragma/locale.t
29602____________________________________________________________________________
29603[ 7887] By: gsar on 2000/11/27 14:13:05
29604 Log: integrate changes#6613..6616,6620..6665 from mainline
29605
29606 VMS configure.com update continues.
29607
29608 Subject: Test fails / warnings with perl-current #6612
29609
29610 Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
29611
29612 Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
29613
29614 For now remove the mail code.
29615
29616 Subject: Re: [PATCH] @+, @- readonly
29617
29618 Subject: warning: storage class after type is obsolescent
29619
29620 Subject: sfio2000
29621
29622 Subject: Re: File::Temp problems on VMS in bleedperl
29623
29624 README.os2 update.
29625 Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
29626
29627 Make the user to give up his firstborn, err, to knowingly
29628 verify installing an unstable developer release. Also bump
29629 the release to 5.7.0, but leave a patch tag in the local
29630 patches saying that this is not yet the real thing.
29631
29632 Update (kinda) to Test 1.14, from Joshua Pritikin.
29633
29634 make ok etc also for win32.
29635
29636 Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
29637
29638 Don't blow limited stacks, a lower number is enough to
29639 tickle the lookbehind limit.
29640
29641 Use -Dusedevel; regen Configure and the respective Porting stuff.
29642
29643 Subject: [PATCH] debugger exit code should reflect user exit code
29644
29645 Subject: [PATCH perl@6620] cygwin port
29646
29647 Missed a file from #6638.
29648
29649 Subject: [PATCH] for t/lib/peek.t (was Re: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13)
29650
29651 magic callbacks all need to have same type signature
29652
29653 Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
29654
29655 Fix a dependency problem.
29656 Subject: [PATCH: 6640] VMS Makefile.SH update
29657
29658 The numeric locale was reset to "C" by s?printf and never restored.
29659 Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
29660 No test since adding the failing example to locale.t
29661 does not fail -- probably because the locale settings are so
29662 thoroughly tweaked by that time. Running the example standalone
29663 does fail, though. UPDATE: test case added at change #7540.
29664
29665 Subject: [ID 20000324.040] minor fix to perlhpux.pod
29666
29667 Update to CPAN 1.57.
29668
29669 Subject: [PATCH] Cwd::_backtick_pwd does not check return value
29670
29671 Change the perlbug address to perl.org since it's more forgiving.
29672
29673 Change the regx compilation error markers to use = instead of <
29674 since pod makes using the latter quite messy. Reported in
29675 ID 20000814.006 by Abigail and in
29676 Subject: Unknown escape E<> ?
29677
29678 Update to perldebtut 1.9, from Richard Foley.
29679
29680 check that the number pseudo children doesn't exceed
29681 MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
29682 the WaitForMultipleObjects() limit that would cause wait()
29683 to crash)
29684 wait() and waitpid() could potentially be rewritten to use
29685 more than one thread to do the waiting to eliminate this
29686 limitation
29687
29688 change#6328 could make close(SOCKET) return false on windows
29689 when it shouldn't
29690
29691 pod nit seen in passing
29692
29693 on windows, the return values from wait() and waitpid() don't
29694 match those of pseudo-pids
29695
29696 waitpid() now handles externally spawned pids correctly;
29697 fixes for backtick/wait/waitpid failures on Windows 9x
29698 these changes make the pid returned by process functions on
29699 Windows 9x always positive by clearing the high bit (which
29700 is always set on Win9x); pseudo-process PIDs are likewise
29701 always negative now on Win9x (just as on NT/2000)
29702
29703 trailing new %ENV entries weren't being pushed into the real
29704 environment of subprocesses on Windows
29705
29706 Tweak the regex compilation errors once more.
29707
29708 avoid warnings from dense compiler
29709
29710 add "ok" targets from change#6632 in makefile.mk
29711 Branch: maint-5.6/perl
29712 - lib/Pod/PlainText.pm vms/configure.com
29713 !> (integrate 66 files)
29714____________________________________________________________________________
29715[ 7886] By: jhi on 2000/11/27 13:54:18
29716 Log: __FUNCTION__ isn't portable and trying to emulate it leads
29717 into practically spelling out the name of the function.
29718 Takes care of the bug 20001127.001.
29719 Branch: perl
29720 ! perlio.c
29721____________________________________________________________________________
29722[ 7885] By: gsar on 2000/11/27 13:53:18
29723 Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
29724 6610..6611 from mainline
29725
29726 Make regular expression parse error messages easier to understand.
29727 Subject: Re: enhanced(?) regex error messages
29728
29729 Tiny tidying on report_evil_fh().
29730
29731 Subject: Re: enhanced(?) regex error messages
29732 plus Capitalize the error messages, plus perldiag them.
29733
29734 Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
29735
29736 Document here-doc better.
29737
29738 Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
29739
29740 Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
29741 Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
29742 (either perlbug or p5p ate the original), plus regen
29743 perlapi and perltoc.
29744
29745 Regen global.sym.
29746
29747 Double check that we have a dirhandle.
29748
29749 Subject: Re: enhanced(?) regex error messages
29750 (plus two small patches sent privately)
29751 (this still seems to leave few test failures)
29752
29753 warn is a macro, avoid using at a variable to avoid warnings
29754 in some configurations; readdir.t is too conservative in
29755 estimating number of *.t's
29756
29757 Get back into sync with Jeffrey on the enhanced regex warnings.
29758
29759 Subject: [PATCH 5.6.0] cygwin port
29760
29761 Zero entries were skipped, fix from Adrian Goalby
29762 <argoalby@yahoo.co.uk>
29763
29764 Subject: Remove dead entry in perldiag
29765
29766 Amend the description of Perl6.
29767 Subject: [PATCH Perl-5.6.0] perlfaq1.pod
29768
29769 detypo
29770
29771 It's the 2ndO'ROSSC.
29772
29773 Revert the sv.c part of #6559, a better fix is needed.
29774
29775 Iterating perl6 description.
29776
29777 Update to Term::ANSIColor 1.03, from Russ Allbery.
29778
29779 Update to Getopt::Long 2.23_05, from Johan Vromans.
29780
29781 Small AUTHORS and MAINTAIN updates. Could do with big updates.
29782
29783 Update to Pod::Parser 1.17, from Brad Appleton.
29784
29785 Update to CPAN 1.56, from Andreas König.
29786
29787 Update to CGI 2.70, from Lincoln Stein.
29788
29789 Put back the std @INC thing.
29790
29791 Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
29792 Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
29793
29794 Document the IO::Select timeout.
29795
29796 sleep(1) does not necessarily return 1.
29797 Subject: [PATCH bleadperl] op/lex_assign.t
29798
29799 Subject: debugger "d" command doesnt check line number
29800
29801 B::Deparse didn't do sub attributes.
29802 Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
29803
29804 Preprocessing and postprocessing for File::Find.
29805 Subject: Patch to Find::File.pm to allow alphabetical results
29806
29807 Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value
29808
29809 Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
29810
29811 Subject: Re: [ID 20000730.003] utf8::length() bad
29812
29813 Subject: Getting perlio and threads to compile
29814 (the Solaris version changes in Configure skipped)
29815
29816 Tests for #6589.
29817 Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
29818
29819 Add Perl debugging tutorial, regen toc.
29820 Subject: perldebtut.pod
29821
29822 Add a few missing files, update MANIFEST.
29823
29824 Rewrite of vms/subconfigure.com as configure.com,
29825 from Peter Prymmer and the vmsperl crew.
29826
29827 Should have deleted this in #6603.
29828
29829 Fix the test for 5005threads.
29830
29831 Fix-n-skip the tests under 5005threads.
29832
29833 Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
29834
29835 Upgrade to CGI 2.71, from Lincoln Stein.
29836 Branch: maint-5.6/perl
29837 +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
29838 +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
29839 +> t/op/regmesg.t t/pod/find.t vms/configure.com
29840 - vms/subconfigure.com
29841 ! lib/lib.pm
29842 !> (integrate 115 files)
29843____________________________________________________________________________
29844[ 7884] By: jhi on 2000/11/27 13:44:33
29845 Log: Subject: [PATCH perl@7795 (and earlier)] VMS test cleanup
29846 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
29847 Date: Mon, 27 Nov 2000 08:23:54 EST
29848 Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
29849 Branch: perl
29850 ! vms/descrip_mms.template vms/test.com
29851____________________________________________________________________________
29852[ 7883] By: gsar on 2000/11/27 11:50:46
29853 Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
29854 6511..6513,6515..6523,6525..6536
29855
29856 The swallow_bom() saga continues. The #23 of require.t
29857 (UTF16-LE) still fails (silently, no output) but the #22
29858 (UTF16-BE) seems to be working now. The root of the
29859 failure may be in sv_gets(): is it UTF-16LE-aware,
29860 especially when it comes to line endings?
29861
29862 Document the problem with -P in HP-UX and its workaround.
29863
29864 Subject: [PATCH] allow non-variable as lhs of non-updating tr///
29865 (aka ID 20000730.002)
29866
29867 Subject: fix and question re: waitpid() under win32
29868
29869 Make the safety catch for buggy gccs work with triple version
29870 numbers like 2.95.2. Reported in
29871 Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
29872
29873 In Digital UNIX warn if gcc explicitly chosen because even
29874 2.95.2 is known to cause problems.
29875
29876 Make chr() for values >127 to create utf8 when under utf8.
29877
29878 various syntax errors and such (not fixed: comp/require.t#22 coredump
29879 on Windows)
29880
29881 Stash away the largefiles flags and libswanted.
29882
29883 BOM patching from Simon Cozens.
29884
29885 If gccosandvers is equal to osname, clear gccosandvers.
29886
29887 Make p4desc to skip non-mainperl branches by default.
29888
29889 Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
29890
29891 The test from this
29892 Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
29893
29894 In new BSDs changes to argv[] do not show up in ps(1) output,
29895 instead one must use setproctitle(). This was already addressed
29896 by change #6457, but the below has a new variant for FreeBSD 4.0
29897 or later, and the matter is also documented more.
29898
29899 FreeBSD 3.* updates from
29900 Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
29901
29902 regen_headers, regen perltoc.
29903
29904 Document in one place the memory abstractions used in Perl core.
29905
29906 memcpy has n o in it, as pinted ut by Sarathy.
29907
29908 Remove the extraneous "main::" prefix from all the
29909 "opened only for", "on closed", and "never opened" warnings.
29910
29911 The name of a filehandle does not have <these>.
29912
29913 The tr utf8 patching continues.
29914
29915 The new setproctitle() feature is available only in
29916 bleeding edge FreeBSD. From Paul Saab.
29917
29918 Subject: [PATCH bleadperl] [ID 20000731.010] regex error
29919
29920 Dump UVs as UVs in Data::Dumper.
29921
29922 detypo #6494
29923
29924 Document the IVdf UVuf UVof UVxf.
29925
29926 require.t needs binmode() to work on windows
29927
29928 Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
29929 that are hopefully soon put into use.
29930
29931 Allow "no Module;" even if there is no 'unimport'.
29932
29933 Better skip message for the test; one of the two problems in
29934 Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
29935
29936 The subtest 4 may fail also on VOBS, as pointed out
29937 by Nick Ing-Simmons in November 1999, bug id 19991124.003
29938 (but the failure in that bug report isn't the subtest 4).
29939
29940 Be more informative on what is skipped and why,
29941 also repeat the list at the end.
29942
29943 Add a URL for FSF.
29944
29945 Subject: [PATCH] sv.h documentation - SvLEN
29946
29947 Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
29948
29949 Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
29950
29951 Subject: [PATCH] bad cppsymbols on os2 + Configure question
29952
29953 Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
29954
29955 Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
29956 mention the idea of @( and @)
29957
29958 This is 6512. Really.
29959
29960 Subject: [ID 19990721.004] Documentation bug in perlfunc
29961
29962 Subject: Minor tweak to perlvar.pod
29963
29964 In the warnings call filehandles consistently so;
29965 add "unopened" warning for stat().
29966
29967 After the #6519 a warning about stat() is just that,
29968 not about a filetest, which now have their own warning.
29969
29970 Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
29971
29972 Subject: Re: Array vs. List context
29973
29974 Subject: New perlcc, take 2
29975
29976 Weed buglets pointed out by
29977 Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
29978
29979 gcc versions might have (parentheses) in them.
29980
29981 Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
29982
29983 Essential prototype changes were missing from #6527.
29984 Also make report_evil_fh() more bomb-proof.
29985
29986 Zap lib/Sys directory when cleaning up.
29987
29988 Change the Policy policy: now -Dprefix= with an existing
29989 Policy.sh and prefix == siteprefix == vendorprefix, then all
29990 of them follow along the new prefix.
29991 Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
29992
29993 Continue fixing the io warnings. This also
29994 sort of fixes bug ID 20000802.003: the core dump
29995 is no more. Whether the current behaviour is correct
29996 (giving a warning: "Not a format reference"), is another matter.
29997
29998 Have symbols for the IoTYPEs.
29999
30000 Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
30001
30002 Document a bit that UDP is not what you might think.
30003 Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
30004 tr memory corruption fix from Simon Cozens.
30005
30006 Plug the security hole described in the Aug 05 2000 bugtraq message
30007 "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
30008 The security hole exists only in suidperls, which isn't
30009 installed or even built by default.
30010 Branch: maint-5.6/perl
30011 !> (integrate 71 files)
30012____________________________________________________________________________
30013[ 7882] By: gsar on 2000/11/27 10:25:36
30014 Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
30015 from mainline
30016
30017 Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
30018 to be fatal errors (instead of by default ignoring them, and
30019 ignoring with a bug: even though -w gave an error, the opening [
30020 was left in) Reported in:
30021
30022 Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
30023
30024 Subject: [PATCH] split /^/
30025
30026 MacOS nits from Matthias Neeracher.
30027
30028 More split() doc and test patches from Mike Guy.
30029
30030 Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
30031 from Graham Barr in the module list.
30032
30033 docfix from Peter Scott <Peter@PSDT.com>.
30034
30035 File::Temp patches for VMS and OS/2 from Tim Jenness.
30036
30037 open() wariness in perlbug.
30038
30039 Subject: [PATCH] minor doc change - perlguts
30040
30041 Subject: Minor doc patch: handy.h
30042
30043 Be wary of close()s, too.
30044
30045 Further File::Temp patches from Yitzchak Scott-Thoennes
30046 and Craig A. Berry.
30047
30048 Subject: [PATCH] fixes bug 20000508.004
30049
30050 Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
30051
30052 Allow "no AutoLoader;", based on change #6444,
30053 suggested by Graham Barr.
30054
30055 Use setproctitle() if available to modify $0.
30056
30057 Warn if the version of the operating system used to compile gcc
30058 differs from the current version of the operating system.
30059 Also display the gcc compilation os and version in myconfig.
30060 Inspiration from
30061
30062 Tiny fixes for #6460.
30063
30064 The problem described in this
30065 Subject: [ID 20000322.018] named chars aren't magical enough
30066 has been fixed in perl 5.6.0 but just in case added a test
30067 to keep it away. (The report from Joseph Hall.)
30068
30069 Tune the comments and hopefully stop a memory leak.
30070
30071 Subject: UTF8 concat
30072 (with a memory leak fixed, plus a few casts added)
30073 This also seems to help for
30074 Subject: [ID 20000716.015] join UTF8 weirdness
30075
30076 Do not upgrade SVs into utf8 just because they participate
30077 in eq or cmp. Reported and fix suggested in
30078 Subject: [ID 20000720.009] sv_eq UTF8 bug
30079
30080 Fix the HALF_UPGRADE() macro introduced in #6263.
30081
30082 Find green threads before native threads.
30083 Subject: Re: Patch to jpl/JNI/Makefile.PL
30084 Branch: maint-5.6/perl
30085 !> (integrate 30 files)
30086____________________________________________________________________________
30087[ 7881] By: jhi on 2000/11/27 05:48:41
30088 Log: It seems that *both* the unused submatch loop cleanup
30089 codes are needed.
30090 Branch: perl
30091 ! regexec.c
30092____________________________________________________________________________
30093[ 7880] By: jhi on 2000/11/27 04:50:07
30094 Log: Clean .exists deeper.
30095 Branch: perl
30096 ! Makefile.SH
30097____________________________________________________________________________
30098[ 7879] By: jhi on 2000/11/27 02:31:35
30099 Log: The code in regcppop() (see #7878) contains the correct lower
30100 limit for the unused submatch 'cleanup' loop so that under
30101 "use utf8" the following code wouldn't dump core:
30102 "," =~ /([^,]*,)*/ With the the wrong lower limit (>=1)
30103 the cleanup loop in regtry() stomped beyond allocated area
30104 in the startp[] array. Therefore, copied the correct lower
30105 loop limit (*PL_reglastparen) to regtry(). Note: something
30106 may still not be quite right: why was the _higher_ loop limit
30107 (prog->nparens) different in the utf8 case?
30108
30109 After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
30110 without core dumps, there were about 17 of them before
30111 the patch (with us since Perl 5.7.0). Two failures, still:
30112 496 and 505 (though these may not be severe).
30113
30114 Patch #7881 is also needed since both the cleanup loops
30115 seem to be needed.
30116
30117 Also, the t/op/pat#44 seems to core dump under utf8.
30118 Plus a couple of failures. UGH-8.
30119 Branch: perl
30120 ! regexec.c
30121____________________________________________________________________________
30122[ 7878] By: jhi on 2000/11/27 02:21:17
30123 Log: The unused submatch cleanup code in regtry() seems to be more crucial,
30124 the code in regcppop() seems to be redundant for the test suite --
30125 but it contains a germ of truth, and it needed for the build
30126 process itself: see #7879 and #7881.
30127 Branch: perl
30128 ! regexec.c
30129____________________________________________________________________________
30130[ 7877] By: jhi on 2000/11/27 01:53:09
30131 Log: Comment on comment.
30132 Branch: perl
30133 ! regexec.c
30134____________________________________________________________________________
30135[ 7876] By: jhi on 2000/11/27 00:49:59
30136 Log: Adjust the docs to agree with #7875.
30137 Branch: perl
30138 ! pod/perllocale.pod
30139____________________________________________________________________________
30140[ 7875] By: jhi on 2000/11/27 00:49:27
30141 Log: Retract #7863. It makes more sense not to taint formatted output,
30142 not even by sprintf().
30143 Branch: perl
30144 ! sv.c
30145____________________________________________________________________________
30146[ 7874] By: jhi on 2000/11/26 23:36:02
30147 Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
30148 Not really fixed (should really dump the UTF-8 charclass),
30149 but stopped displaying the garbage.
30150
30151 Also add a note on the (missing) Unicode PSXSPC and BLANK.
30152 Branch: perl
30153 ! regcomp.c
30154____________________________________________________________________________
30155[ 7873] By: jhi on 2000/11/26 21:31:13
30156 Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
30157 Branch: perl
30158 ! regexec.c
30159____________________________________________________________________________
30160[ 7872] By: jhi on 2000/11/26 21:06:04
30161 Log: No need to scan till infinity, 13 is enough.
30162 Branch: perl
30163 ! handy.h utf8.c
30164____________________________________________________________________________
30165[ 7871] By: jhi on 2000/11/26 20:20:32
30166 Log: Test line numbers are different with utf8.
30167 Branch: perl
30168 ! t/op/re_tests
30169____________________________________________________________________________
30170[ 7870] By: jhi on 2000/11/26 20:10:12
30171 Log: Message nit.
30172 Branch: perl
30173 ! regcomp.c
30174____________________________________________________________________________
30175[ 7869] By: jhi on 2000/11/26 19:01:05
30176 Log: Make utf8_length() and utf8_distance() (the latter of which
30177 is unused at the moment) to be less forgiving about bad UTF-8.
30178 Branch: perl
30179 ! embed.h embed.pl objXSUB.h proto.h utf8.c
30180____________________________________________________________________________
30181[ 7868] By: jhi on 2000/11/26 18:45:56
30182 Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
30183 From: Benjamin Holzman <bah@ecnvantage.com>
30184 Date: Sat, 25 Nov 2000 20:40:20 -0500
30185 Message-ID: <20001125204020.A25040@ecnvantage.com>
30186
30187 Debian allows installing /usr/bin/locale without installing
30188 any locales, an error message will ensue.
30189 Branch: perl
30190 ! t/pragma/locale.t
30191____________________________________________________________________________
30192[ 7867] By: jhi on 2000/11/26 18:31:12
30193 Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
30194 From: Benjamin Holzman <bah@ecnvantage.com>
30195 Date: Sun, 26 Nov 2000 02:42:34 -0500
30196 Message-ID: <20001126024234.G25040@ecnvantage.com>
30197
30198 Patch for the bug 20000212.002.
30199 Branch: perl
30200 ! sv.c t/op/array.t
30201____________________________________________________________________________
30202[ 7866] By: jhi on 2000/11/26 18:28:09
30203 Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
30204 From: Tim Jenness <t.jenness@jach.hawaii.edu>
30205 Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
30206 Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
30207
30208 File::Temp 0.11.
30209 Branch: perl
30210 ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
30211____________________________________________________________________________
30212[ 7865] By: jhi on 2000/11/26 18:24:22
30213 Log: The metaconfig unit change for #7864.
30214 Branch: metaconfig/U/perl
30215 ! need_va_copy.U
30216____________________________________________________________________________
30217[ 7864] By: jhi on 2000/11/26 18:23:41
30218 Log: Make the va_copy() test not to be so talkative.
30219 Branch: perl
30220 ! Configure config_h.SH
30221____________________________________________________________________________
30222[ 7863] By: jhi on 2000/11/26 18:11:02
30223 Log: Fix locale inconsistencies unearthed by Hugo's work.
30224 Now the floating point sprintf really does taint the result
30225 string as perllocale promises (has promised for a long time)
30226 if "use locale" is in the lexical scope.
30227 Branch: perl
30228 ! sv.c t/pragma/locale.t
30229____________________________________________________________________________
30230[ 7862] By: jhi on 2000/11/26 00:35:15
30231 Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
30232 From: Nicholas Clark <nick@ccl4.org>
30233 Date: Sun, 26 Nov 2000 00:07:50 +0000
30234 Message-ID: <20001126000750.A22446@plum.flirble.org>
30235
30236 Infinit.
30237 Branch: perl
30238 ! sv.c
30239____________________________________________________________________________
30240[ 7861] By: jhi on 2000/11/26 00:01:26
30241 Log: Integrate perlio.
30242 Branch: perl
30243 !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
30244____________________________________________________________________________
30245[ 7860] By: nick on 2000/11/25 22:04:17
30246 Log: Correct relative path from new ext\Filter\Util\Call location
30247 back to miniperl.
30248 Branch: perlio
30249 ! win32/makefile.mk
30250____________________________________________________________________________
30251[ 7859] By: nick on 2000/11/25 21:26:54
30252 Log: Integrate mainline.
30253 Branch: perlio
30254 +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
30255 +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
30256 +> t/lib/filter-util.t
30257 - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
30258 - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
30259 - t/lib/filt-util.t
30260 !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
30261 !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
30262 !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
30263 !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
30264 !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
30265 !> win32/makefile.mk
30266____________________________________________________________________________
30267[ 7858] By: gsar on 2000/11/25 20:52:17
30268 Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
30269 parent's memory; fix it by keeping track of the actual pad
30270 offset rather than a raw pointer (this change is probably also
30271 relevant to non-ithreads case to avoid fallout from reallocs of
30272 the pad array, but is currently only enabled for the ithreads
30273 case in the interests of minimal disruption to existing "well
30274 tested" code)
30275 Branch: perl
30276 ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
30277 ! proto.h scope.c scope.h sv.c t/op/fork.t
30278____________________________________________________________________________
30279[ 7857] By: nick on 2000/11/25 20:01:28
30280 Log: All tests pass on Win32/gcc/USE_PERLIO.
30281 - when crlf layer is pushed make unix-level binary.
30282 - remove :crlf injection in pp_backtick in pp_sys.c
30283 - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
30284 Branch: perlio
30285 ! doio.c perlio.c pp_sys.c win32/makefile.mk
30286____________________________________________________________________________
30287[ 7856] By: jhi on 2000/11/25 18:38:30
30288 Log: Update the metaconfig units for #7855.
30289 Branch: metaconfig/U/perl
30290 ! useperlio.U usesocks.U
30291____________________________________________________________________________
30292[ 7855] By: jhi on 2000/11/25 18:37:54
30293 Log: Undo the SOCKS workarounds, instead start using PerlIO
30294 if SOCKS is selected.
30295
30296 Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
30297 From: Jens Hamisch <jens@Strawberry.COM>
30298 Date: Fri, 24 Nov 2000 18:31:30 +0100
30299 Message-ID: <20001124183130.E28337@Strawberry.COM>
30300
30301 Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
30302 From: Jens Hamisch <jens@Strawberry.COM>
30303 Date: Fri, 24 Nov 2000 19:11:51 +0100
30304 Message-ID: <20001124191151.A28753@Strawberry.COM>
30305 Branch: perl
30306 ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
30307 ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
30308____________________________________________________________________________
30309[ 7854] By: jhi on 2000/11/25 17:39:08
30310 Log: Undo #7848. Some of the code seems to use walkoptree(),
30311 some walkoptree_slow(). An unfinished renaming?
30312 Now the sub is walkoptree() (which is @EXPORT_OK),
30313 the walkoptree_slow() is a typeglob alias to walkoptree.
30314 This makes the tests to pass, at least.
30315 Branch: perl
30316 ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
30317____________________________________________________________________________
30318[ 7853] By: nick on 2000/11/24 22:24:33
30319 Log: Re-arrange crlf vs binary for platforms that care.
30320 crlf layer is now "the" buffer layer and can turn its behaviour on/off.
30321 Lip-service to making stdio layer work on such platfroms (untested).
30322 Now fails 3 tests rather than one, checkin to see if I can debug
30323 the issue under linux. (Do not merge.)
30324 Branch: perlio
30325 ! doio.c perlio.c perliol.h
30326____________________________________________________________________________
30327[ 7852] By: jhi on 2000/11/24 18:57:39
30328 Log: AUTHORS edits.
30329 Branch: perl
30330 ! AUTHORS
30331____________________________________________________________________________
30332[ 7851] By: jhi on 2000/11/24 17:34:56
30333 Log: Add Jan-Erik Karlsson.
30334 Branch: perl
30335 ! AUTHORS
30336____________________________________________________________________________
30337[ 7850] By: jhi on 2000/11/24 17:27:56
30338 Log: Configure should find stdchar on its own.
30339 Branch: perl
30340 ! hints/solaris_2.sh
30341____________________________________________________________________________
30342[ 7849] By: jhi on 2000/11/24 17:24:55
30343 Log: Subject: PATCH over 7848: Filter test flawed
30344 From: andreas.koenig@anima.de (Andreas J. Koenig)
30345 Date: 24 Nov 2000 10:28:29 +0100
30346 Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
30347 Branch: perl
30348 ! t/lib/filter-util.t
30349____________________________________________________________________________
30350[ 7848] By: jhi on 2000/11/24 17:22:15
30351 Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
30352 From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
30353 Date: Fri, 24 Nov 2000 16:12:58 +0000
30354 Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
30355 Branch: perl
30356 ! ext/B/B.pm
30357____________________________________________________________________________
30358[ 7847] By: jhi on 2000/11/24 03:07:01
30359 Log: Integrate perlio.
30360 Branch: perl
30361 !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
30362 !> win32/makefile.mk
30363____________________________________________________________________________
30364[ 7846] By: gsar on 2000/11/24 00:55:57
30365 Log: integrate changes#6415..6418,6420..6438 from mainline
30366
30367 Fix the bitvector ops for utf8 (tricky since past 7 bits
30368 the utf8 'characters' can be more than one octet).
30369
30370 MPE/ix updates for perl 5.6.0 from Mark Bixby.
30371
30372 Subject: SDBM_File documentation
30373
30374 Detypo.
30375
30376 Decutandpasto.
30377
30378 Send all installperl messages to STDERR and be -w clean.
30379
30380 Out-of-date note removed.
30381
30382 Protect against "wild next"s, that is, callbacks doing "next"
30383 instead of "return".
30384
30385 Use STDOUT consistently.
30386
30387 The output might have been produced in the wrong order.
30388
30389 A missing 'break' after the [[:space:]] switch case.
30390
30391 Add tests for
30392 [ID 19991110.003] another matching finding by pcre author
30393 which has already been fixed by some patch, as verified in
30394
30395 Documentation to explain the behaviour of map().
30396
30397 Add an optimization for map-maps-a-list-element-to-more-list-elements
30398 case, but add also notes explaining the relationship of this
30399 patch and the earlier notes by Sarathy.
30400
30401 Subject: [ID 20000716.023] syslog test fails without sockets
30402
30403 Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
30404 Test cases for #6431.
30405
30406 File::Spec::VMS fixup for tmpdir from Craig Berry.
30407
30408 Make the "uninit variable" warning to say "concat or string"
30409 or "join or string" when in concat or join .
30410
30411 Get UTF16 BOMs working. Patch from
30412 Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
30413
30414 Subject: [PATCH] Make large file tests deal with SIGXFSZ
30415
30416 Subject: [ID 20000724.003] Documentation changes for perllocale.pod
30417
30418 Subject: [PATCH] av.c apidoc
30419 Branch: maint-5.6/perl
30420 !> (integrate 43 files)
30421____________________________________________________________________________
30422[ 7845] By: gsar on 2000/11/24 00:20:45
30423 Log: integrate changes#6406..6414 from mainline
30424
30425 Merge perlhacktut into perlhack, update perlguts.
30426
30427 Fix AutoSplit to use File::Spec the right way in VMS,
30428 from Peter Prymmer.
30429
30430 The bug report
30431 [ID 19991110.002] minimal matching discrepancy found by pcre author
30432 seems to have been fixed (though differently from what was suggested
30433 in the report) in 5.6.0. Add tests to keep the bug from reappearing.
30434
30435 thinko fix in vms/descrip_mms.template, the win32.pod in lib,
30436 not in pod, from Peter Prymmer
30437
30438 Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
30439 From: Hugo <hv@crypt.compulink.co.uk>
30440 Date: Fri, 14 Jul 2000 23:05:20 +0100
30441 Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
30442
30443 Didn't anymore apply, but that point still could use another fix.
30444
30445 lib/b test fixes from Peter Prymmer.
30446
30447 More docs for sv functions.
30448
30449 perlvms.pod whitespace cleanup to keep pod utils happy.
30450
30451 another VMS build tweak from Peter Prymmer
30452 Branch: maint-5.6/perl
30453 !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
30454 !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
30455 !> vms/descrip_mms.template vms/perlvms.pod
30456____________________________________________________________________________
30457[ 7844] By: nick on 2000/11/23 23:42:45
30458 Log: Win32/perlio Now just fails one io/argv.t test - lack
30459 of default :crlf on standard streams.
30460 Branch: perlio
30461 ! doio.c perlio.c
30462____________________________________________________________________________
30463[ 7843] By: nick on 2000/11/23 23:04:05
30464 Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
30465 peek fail is showing a real problem (multiple crlf layers
30466 are getting pushed.)
30467 Branch: perlio
30468 ! doio.c perlio.c win32/makefile.mk
30469____________________________________________________________________________
30470[ 7842] By: nick on 2000/11/23 19:46:23
30471 Log: Implement PerlIO_binmode()
30472 Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
30473 Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
30474 make binmode in t/lib/io_tell.t unconditional so that works.
30475 Checkin just so Win32 machine can see these changes.
30476 Branch: perlio
30477 ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
30478____________________________________________________________________________
30479[ 7841] By: jhi on 2000/11/23 19:30:00
30480 Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
30481 Branch: perl
30482 ! README.amiga
30483____________________________________________________________________________
30484[ 7840] By: jhi on 2000/11/23 17:18:02
30485 Log: SOCKS wrestling continues, patches from Jens Hamisch.
30486 Branch: perl
30487 ! doio.c embed.h embed.pl perlsdio.h proto.h
30488____________________________________________________________________________
30489[ 7839] By: jhi on 2000/11/23 16:54:14
30490 Log: Push Filter::Util::Call one level deeper.
30491 Branch: perl
30492 + t/lib/filter-util.t
30493 +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
30494 +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
30495 - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
30496 - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
30497 - t/lib/filt-util.t
30498 ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
30499 ! win32/Makefile win32/makefile.mk
30500____________________________________________________________________________
30501[ 7838] By: jhi on 2000/11/23 16:52:40
30502 Log: Reach back one higher up when searching for PERL_SRC.
30503 Branch: perl
30504 ! lib/ExtUtils/MM_Unix.pm
30505____________________________________________________________________________
30506[ 7837] By: jhi on 2000/11/23 16:05:41
30507 Log: Subject: Re: perl@7826
30508 Date: Thu, 23 Nov 2000 02:20:25 -0600
30509 From: "Craig A. Berry" <craigberry@mac.com>
30510 Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
30511
30512 Make VMS to like Filter::Util::Call.
30513 Branch: perl
30514 ! configure.com ext/Filter/Util/Makefile.PL
30515____________________________________________________________________________
30516[ 7836] By: nick on 2000/11/23 16:04:08
30517 Log: Implement crlf layer - not ready for merge.
30518 Branch: perlio
30519 ! perlio.c win32/makefile.mk
30520____________________________________________________________________________
30521[ 7835] By: jhi on 2000/11/23 15:56:52
30522 Log: STDCHAR is different in Sparc v9 vs x86.
30523 Branch: perl
30524 ! hints/solaris_2.sh
30525____________________________________________________________________________
30526[ 7834] By: jhi on 2000/11/23 15:50:47
30527 Log: The type needs to be visible to protos.
30528 Branch: perl
30529 ! perl.h
30530____________________________________________________________________________
30531[ 7833] By: jhi on 2000/11/23 15:40:46
30532 Log: Finish unfinished SOCKS workaround changes.
30533 Branch: perl
30534 ! doio.c
30535____________________________________________________________________________
30536[ 7832] By: jhi on 2000/11/23 15:33:30
30537 Log: Integrate perlio.
30538 Branch: perl
30539 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
30540 !> win32/makefile.mk
30541____________________________________________________________________________
30542[ 7831] By: nick on 2000/11/23 10:31:07
30543 Log: Correct makefile.mk dependancies for ext/Filter/Util
30544 Build ext/Encode
30545 Run dmake regen_config_h
30546 Branch: perlio
30547 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
30548 ! win32/makefile.mk
30549____________________________________________________________________________
30550[ 7830] By: nick on 2000/11/23 08:05:07
30551 Log: Integrate mainline
30552 Branch: perlio
30553 +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
30554 +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
30555 +> t/lib/filt-util.pl t/lib/filt-util.t
30556 !> (integrate 41 files)
30557____________________________________________________________________________
30558[ 7829] By: gsar on 2000/11/23 03:07:11
30559 Log: build the Filter extension on windows
30560 Branch: perl
30561 ! win32/Makefile win32/makefile.mk
30562____________________________________________________________________________
30563[ 7828] By: gsar on 2000/11/23 02:46:35
30564 Log: regenerate win32/config* and fix some inconsistencies in the
30565 makefiles; always export Perl_deb() because it is needed
30566 by ext/re/* (whether perl itself is built with -DDEBUGGING
30567 or not)
30568 Branch: perl
30569 ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
30570 ! win32/config_H.vc win32/makefile.mk
30571____________________________________________________________________________
30572[ 7827] By: gsar on 2000/11/23 02:18:38
30573 Log: get sources building on windows+MSVC again (untested with other
30574 compilers)
30575 Branch: perl
30576 ! win32/include/sys/socket.h win32/perllib.c
30577____________________________________________________________________________
30578[ 7826] By: jhi on 2000/11/23 01:18:26
30579 Log: Update Changes.
30580 Branch: perl
30581 ! Changes patchlevel.h
30582____________________________________________________________________________
0fbcf867
JH
30583[ 7825] By: jhi on 2000/11/23 00:20:41
30584 Log: Subject: Re: av.c patch (having slight problems)
30585 From: "Ben Tilly" <ben_tilly@hotmail.com>
30586 Date: Tue, 21 Nov 2000 23:29:31 -0500
30587 Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
30588
30589 unshift() speedup.
30590 Branch: perl
30591 ! av.c
30592____________________________________________________________________________
30593[ 7824] By: jhi on 2000/11/22 23:59:15
30594 Log: Fixes for signedness warnings noticed by VMSperlers.
30595 Branch: perl
30596 ! ext/Storable/Storable.xs regcomp.c sv.c
30597____________________________________________________________________________
30598[ 7823] By: jhi on 2000/11/22 23:19:31
30599 Log: Subject: [PATCH perl@7795] small cleanup task for test suite
30600 From: Peter Prymmer <pvhp@forte.com>
30601 Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
30602 Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
30603 Branch: perl
30604 ! t/pragma/warn/pp_hot
30605____________________________________________________________________________
30606[ 7822] By: jhi on 2000/11/22 22:52:20
30607 Log: Be clean.
30608 Branch: perl
30609 ! Makefile.SH
30610____________________________________________________________________________
30611[ 7821] By: jhi on 2000/11/22 22:46:39
30612 Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
30613 by Damian Conway, as suggested by Paul Marquess.
30614 Branch: perl
30615 + lib/Filter/Simple.pm
30616____________________________________________________________________________
30617[ 7820] By: jhi on 2000/11/22 22:45:51
30618 Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
30619 Branch: perl
30620 + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
30621 + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
30622 + t/lib/filt-util.t
30623 ! MANIFEST
30624____________________________________________________________________________
30625[ 7819] By: jhi on 2000/11/22 22:03:27
30626 Log: Integrate perlio.
30627 Branch: perl
30628 !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
30629 !> win32/makefile.mk
30630____________________________________________________________________________
30631[ 7818] By: jhi on 2000/11/22 21:56:02
30632 Log: More SOCKS versus 64-bit patches from Jens Hamisch.
30633 Branch: perl
30634 ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
30635 ! t/lib/io_sock.t
30636____________________________________________________________________________
30637[ 7817] By: jhi on 2000/11/22 21:39:49
30638 Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
30639 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30640 Date: Wed, 22 Nov 2000 16:08:12 -0500
30641 Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
30642 Branch: perl
30643 ! lib/ExtUtils/Liblist.pm
30644____________________________________________________________________________
30645[ 7816] By: jhi on 2000/11/22 21:38:25
30646 Log: Go ahead and #include <unistd.h> in perl.h.
30647 Branch: perl
30648 ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
30649 ! util.c
30650____________________________________________________________________________
30651[ 7815] By: jhi on 2000/11/22 21:22:52
30652 Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
30653 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30654 Date: Mon, 20 Nov 2000 18:30:52 -0500
30655 Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
30656 Branch: perl
30657 ! pod/perlre.pod regcomp.c t/op/re_tests
30658____________________________________________________________________________
30659[ 7814] By: jhi on 2000/11/22 21:21:46
30660 Log: Subject: [PATCH 5.7.0] Liblist finally works
30661 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30662 Date: Tue, 21 Nov 2000 22:02:17 -0500
30663 Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
30664 Branch: perl
30665 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
30666 ! lib/ExtUtils/MakeMaker.pm
30667____________________________________________________________________________
30668[ 7813] By: jhi on 2000/11/22 21:20:23
30669 Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
30670 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30671 Date: Wed, 22 Nov 2000 17:53:15 +0100
30672 Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
30673
30674 AIX dynaloader and perlio patch.
30675 Branch: perl
30676 ! ext/DynaLoader/dl_aix.xs
30677____________________________________________________________________________
30678[ 7812] By: jhi on 2000/11/22 21:17:52
30679 Log: (Accidentally empty patch.)
30680 Branch: perl
30681 ! av.c
30682____________________________________________________________________________
30683[ 7811] By: jhi on 2000/11/22 21:16:31
30684 Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
30685 From: Peter Prymmer <pvhp@forte.com>
30686 Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
30687 Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
30688 Branch: perl
30689 ! vms/test.com
30690____________________________________________________________________________
30691[ 7810] By: jhi on 2000/11/22 21:15:36
30692 Log: Subject: Re: perl@7777
30693 From: "John P. Linderman" <jpl@research.att.com>
30694 Date: Wed, 22 Nov 2000 13:11:11 -0500
30695 Message-Id: <200011221811.NAA90072@raptor.research.att.com>
30696
30697 Detypoing.
30698 Branch: perl
30699 ! lib/CPAN.pm
30700____________________________________________________________________________
30701[ 7809] By: jhi on 2000/11/22 21:14:19
30702 Log: Subject: [PATCH perl@7795] Perlio_tell fix
30703 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
30704 Date: Wed, 22 Nov 2000 13:51:37 EST
30705 Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
30706 Branch: perl
30707 ! perlsdio.h
30708____________________________________________________________________________
30709[ 7808] By: jhi on 2000/11/22 21:13:27
30710 Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
30711 From: Casey Tweten <crt@kiski.net>
30712 Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
30713 Message-Id: <200011201653.LAA10194@home.kiski.net>
30714 Branch: perl
30715 ! t/lib/io_udp.t
30716____________________________________________________________________________
30717[ 7807] By: jhi on 2000/11/22 21:12:35
30718 Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
30719 From: Casey Tweten <crt@kiski.net>
30720 Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
30721 Message-Id: <200011201636.LAA07227@home.kiski.net>
30722 Branch: perl
30723 ! t/lib/io_sock.t
30724____________________________________________________________________________
30725[ 7806] By: jhi on 2000/11/22 21:10:59
30726 Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
30727 From: "Casey R. Tweten" <crt@kiski.net>
30728 Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
30729 Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
30730 Branch: perl
30731 ! utils/h2xs.PL
30732____________________________________________________________________________
30733[ 7805] By: nick on 2000/11/22 21:05:06
30734 Log: Integrate mainline
30735 Branch: perlio
30736 !> Changes Porting/genlog ext/DB_File/DB_File.xs
30737 !> ext/DB_File/version.c lib/Test.pm patchlevel.h
30738 !> utils/perlbug.PL
30739____________________________________________________________________________
30740[ 7804] By: jhi on 2000/11/22 21:01:12
30741 Log: Subject: [PATCH] Test.pm POD peculiarity
30742 From: "Casey R. Tweten" <crt@kiski.net>
30743 Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
30744 Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
30745 Branch: perl
30746 ! lib/Test.pm
30747____________________________________________________________________________
30748[ 7803] By: jhi on 2000/11/22 20:59:59
30749 Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
30750 From: "Philip Newton" <pnewton@gmx.de>
30751 Date: Wed, 22 Nov 2000 14:25:53 +0100
30752 Message-Id: <3A1BD771.25462.1939FAD@localhost>
30753
30754 Be case-understanding also on 's', and use the -oi of sendmail
30755 not to terminate the transmission on a lone '.'.
30756 Branch: perl
30757 ! utils/perlbug.PL
30758____________________________________________________________________________
30759[ 7802] By: nick on 2000/11/22 20:51:42
30760 Log: Win32 PerlIO intermediate state now working as expected.
30761 - In current state we are still using C runtime in text/binary
30762 mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
30763 - PERLIO=stdio and PERLIO=unix pass all expected tests.
30764 - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
30765 and PerlIO_seek() and the dummy crlf layer is not making adjustments
30766 for CRLF translation happening in C runtime. All other tests pass.
30767
30768 Added note to README.win32 to point out the snags of doing a perl build
30769 with Norton AntiVirus turned on.
30770
30771 Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
30772 which file a fail comes from.
30773
30774 Updated "canned" config.h to match the one generated.
30775 Branch: perlio
30776 ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
30777 ! win32/makefile.mk
30778____________________________________________________________________________
30779[ 7801] By: jhi on 2000/11/22 06:50:20
30780 Log: Nickety nits.
30781 Branch: perl
30782 ! ext/DB_File/DB_File.xs ext/DB_File/version.c
30783____________________________________________________________________________
30784[ 7800] By: jhi on 2000/11/22 01:29:55
30785 Log: Changes had accidentally gone too silent on non-main branches.
30786 Branch: perl
30787 ! Changes Porting/genlog patchlevel.h
30788____________________________________________________________________________
51c9377f
JH
30789[ 7799] By: gsar on 2000/11/22 01:02:56
30790 Log: some lib_pm.PL changes snuck in via change#7772
30791 Branch: maint-5.6/perl
30792 ! Makefile.SH
30793____________________________________________________________________________
30794[ 7798] By: nick on 2000/11/21 21:59:40
30795 Log: Integrate mainline
30796 Branch: perlio
30797 !> (integrate 28 files)
30798____________________________________________________________________________
30799[ 7797] By: jhi on 2000/11/21 21:01:45
30800 Log: Integrate perlio.
30801 Branch: perl
30802 !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
30803____________________________________________________________________________
30804[ 7796] By: nick on 2000/11/21 20:36:22
30805 Log: Win32 builds and runs (mostly) with USE_PERLIO.
30806 PERLIO=perlio passes all tests.
30807 PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
30808 Branch: perlio
30809 ! perlio.c win32/perllib.c win32/win32.c
30810____________________________________________________________________________
30811[ 7795] By: jhi on 2000/11/21 19:03:44
30812 Log: Update Changes.
30813 Branch: perl
30814 ! Changes patchlevel.h
30815____________________________________________________________________________
2a06dd00
JH
30816[ 7794] By: jhi on 2000/11/21 18:56:34
30817 Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
30818 From: "Craig A. Berry" <craigberry@mac.com>
30819 Date: Mon, 20 Nov 2000 20:27:06 -0600
30820 Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
30821
30822 A cut-and-pasto.
30823 Branch: perl
30824 ! perlio.h
30825____________________________________________________________________________
30826[ 7793] By: jhi on 2000/11/21 18:54:41
30827 Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
30828 From: Dominic Dunlop <domo@computer.org>
30829 Date: Mon, 20 Nov 2000 18:55:29 +0100
30830 Message-Id: <p04320403b63b2c750dce@[192.168.1.4]>
30831
30832 va_copy() and the need of it.
30833 See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
30834 Branch: metaconfig/U/perl
30835 + need_va_copy.U
30836 Branch: perl
30837 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
30838 ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
30839 ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
30840 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
30841 ! win32/config.bc win32/config.gc win32/config.vc
30842____________________________________________________________________________
30843[ 7792] By: jhi on 2000/11/21 17:04:10
30844 Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
30845 Branch: perl
30846 !> scope.h
30847____________________________________________________________________________
30848[ 7791] By: jhi on 2000/11/21 17:01:16
30849 Log: Export the SOCKS workaround symbols only if necessary.
30850 Branch: perl
30851 ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
30852____________________________________________________________________________
51c9377f
JH
30853[ 7790] By: nick on 2000/11/20 23:57:11
30854 Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
30855 Branch: perlio
30856 ! scope.h
30857____________________________________________________________________________
30858[ 7789] By: nick on 2000/11/20 23:38:33
30859 Log: Integrate mainline
30860 Branch: perlio
30861 +> lib/File/Spec/Epoc.pm
30862 !> (integrate 34 files)
30863____________________________________________________________________________
30864[ 7788] By: nick on 2000/11/20 23:20:18
30865 Log: Make extra buffer layer work (dummy crlf layer)
30866 Branch: perlio
30867 ! doio.c perlio.c perlio.h
30868____________________________________________________________________________
2a06dd00
JH
30869[ 7787] By: jhi on 2000/11/20 22:44:04
30870 Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
30871 From: Peter Prymmer <pvhp@forte.com>
30872 Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
30873 Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
30874 Branch: perl
30875 ! t/pragma/locale.t
30876____________________________________________________________________________
30877[ 7786] By: jhi on 2000/11/20 22:29:10
30878 Log: Subject: DOC PATCH 5.6.0 perlreftut
30879 From: mjd@plover.com
30880 Date: 20 Nov 2000 19:45:06 -0000
30881 Message-ID: <20001120194506.9505.qmail@plover.com>
30882 Branch: perl
30883 ! pod/perlreftut.pod
30884____________________________________________________________________________
30885[ 7785] By: jhi on 2000/11/20 22:27:44
30886 Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
30887 From: David Dyck <dcd@tc.fluke.com>
30888 Date: Mon, 20 Nov 2000 11:43:40 -0800
30889 Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
30890 Branch: perl
30891 ! lib/Cwd.pm
30892____________________________________________________________________________
30893[ 7784] By: jhi on 2000/11/20 22:23:21
30894 Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
30895 Date: Mon, 20 Nov 2000 17:06:10 -0500
30896 To: Mailing list Perl5 <perl5-porters@perl.org>
30897 Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
30898 Branch: perl
30899 ! pp_ctl.c t/op/pat.t
30900____________________________________________________________________________
30901[ 7783] By: jhi on 2000/11/20 22:11:18
30902 Log: Subject: [PATCH] doop.c - UTF8 tr///
30903 From: Simon Cozens <simon@cozens.net>
30904 Date: Sat, 18 Nov 2000 18:49:30 +0000
30905 Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
30906
30907 Subject: Re: [PATCH] doop.c - UTF8 tr///
30908 From: Simon Cozens <simon@cozens.net>
30909 Date: Mon, 20 Nov 2000 20:45:22 +0000
30910 Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
30911
30912 Make tr on UTF-8 better but still not correct.
30913 Branch: perl
30914 ! doop.c
30915____________________________________________________________________________
30916[ 7782] By: jhi on 2000/11/20 22:02:16
30917 Log: Remove the shared object before attempting to create
30918 (by linking) a new one. E.g. in AIX not removing
30919 becomes quite painful if one tries to do more than one
30920 build in the same tree (an interrupted build, for example),
30921 since the AIX' shared dynaloader seemingly keeps the shared
30922 objects open and therefore 'busy' for quite a while, even when
30923 nobody is using the objects, leading into link failures.
30924 Branch: perl
30925 ! lib/ExtUtils/MM_Unix.pm
30926____________________________________________________________________________
51c9377f
JH
30927[ 7781] By: gsar on 2000/11/20 19:02:55
30928 Log: type mismatch due to faulty integration
30929 Branch: maint-5.6/perl
30930 ! toke.c win32/Makefile
30931____________________________________________________________________________
30932[ 7780] By: gsar on 2000/11/20 17:31:55
30933 Log: integrate changes#6392,6394..6399,6401..6404
30934
30935 The {multiplier} of a fixed substring was overlooked which
30936 caused a wrong initial search offset for that substring.
30937
30938 Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
30939 From: Hugo <hv@crypt.compulink.co.uk>
30940 Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
30941 Date: Thu, 13 Jul 2000 19:27:13 +0100
30942
30943 Fix the BOM bug: not a byteorder bug, a signedness bug.
30944
30945 Replace change #6337 with a better one.
30946
30947 Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
30948 From: Hugo <hv@crypt.compulink.co.uk>
30949 Date: Fri, 14 Jul 2000 04:16:20 +0100
30950 Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
30951
30952 MakeMaker should not remove editor backups (*~) on `make clean`
30953 by default (completes change#6383)
30954
30955 move new variables to the end of the interpreter structure (for
30956 bincompat in code that doesn't #include XSUB.h)
30957
30958 rename totally bletcherous SvLOCK() thingy (doesn't do what the
30959 name suggests anyway)
30960
30961 various cleanups (typos, misformatted code, and small bugs)
30962
30963 typecasts needed for change#6394
30964
30965 typos in change#6399, regen headers
30966
30967 inconsistent types needs casts
30968
30969 PERL_OBJECT build tweaks
30970 Branch: maint-5.6/perl
30971 !> MANIFEST doop.c embed.h embed.pl embedvar.h
30972 !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
30973 !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
30974 !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
30975 !> toke.c util.c
30976____________________________________________________________________________
30977[ 7779] By: gsar on 2000/11/20 17:06:29
30978 Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
30979
30980 Cosmetics and perldelta.
30981
30982 Fix nits noticed by Boston.pm.
30983
30984 Do the cc sanity check both before the hints and
30985 after the cc selction.
30986
30987 get sprintf.t to adjust properly for 3-digit exponents
30988
30989 don't clobber *.orig files on *clean targets
30990
30991 fix bugs in processing %v-*d and similar format specs (from
30992 Avi Finkel <avi@finkel.org>)
30993
30994 sprintf test tweaks (from Dominic Dunlop)
30995
30996 new selfloader.t in change#6183 doesn't close DATA handles,
30997 and thus fails to clean up tmp files on dosish platforms
30998
30999 typos (spotted by Peter Prymmer)
31000
31001 typo fix from Craig Berry
31002 Branch: maint-5.6/perl
31003 !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
31004 !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
31005 !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
31006 !> x2p/Makefile.SH
31007____________________________________________________________________________
31008[ 7778] By: gsar on 2000/11/20 16:46:51
31009 Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
31010
31011 Subject: Re: format bug report [Patch]
31012 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
31013 Date: Wed, 05 Jul 2000 13:12:52 +0200
31014 Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
31015
31016 Subject: Re: format bug report [Patch]
31017 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
31018 Date: Wed, 05 Jul 2000 14:10:01 +0200
31019 Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
31020
31021 Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
31022 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
31023 Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
31024 Date: Fri, 07 Jul 2000 17:57:16 +0100
31025
31026 Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
31027 To: perl5-porters@perl.org
31028 From: Karsten Sperling <spiff@phreax.net>
31029 Date: Mon, 10 Jul 2000 15:12:52 +0200
31030 Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
31031
31032 README.posix-bc podified from Thomas Dorner.
31033
31034 Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
31035 From: Dominic Dunlop <domo@computer.org>
31036 Date: Tue, 11 Jul 2000 12:27:33 +0200
31037 Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
31038
31039 Typo in #6341.
31040
31041 Fix for
31042 Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
31043 From: Roderick Schertler <roderick@argon.org>
31044 Date: Tue, 11 Jul 2000 13:55:05 -0400
31045 Message-Id: <200007111755.NAA05077@jones.argon.org>
31046
31047 Minor cleanups on the booklist.
31048
31049 Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
31050 regen perltoc.
31051
31052 windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
31053 Branch: maint-5.6/perl
31054 +> pod/perlbook.pod
31055 !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
31056 !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
31057 !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
31058____________________________________________________________________________
2a06dd00
JH
31059[ 7777] By: jhi on 2000/11/20 16:08:49
31060 Log: Update Changes.
31061 Branch: perl
31062 ! Changes patchlevel.h
31063____________________________________________________________________________
7b69f83d
JH
31064[ 7776] By: jhi on 2000/11/20 15:27:56
31065 Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
31066 This may be overly harsh but until proven otherwise, we think this
31067 way, or until we have a simple test for Configure (having to start
31068 up servers is does not count as simple) to check for the problems.
31069 Branch: perl
31070 ! perl.h
31071____________________________________________________________________________
31072[ 7775] By: jhi on 2000/11/20 15:22:17
31073 Log: Solaris hints tweaks.
31074 Branch: perl
31075 ! hints/solaris_2.sh
31076____________________________________________________________________________
31077[ 7774] By: jhi on 2000/11/20 15:01:20
31078 Log: Add a workaround to SOCKS 64-bit problems.
31079 Branch: perl
31080 ! doio.c embed.h embed.pl perlsdio.h proto.h
31081____________________________________________________________________________
31082[ 7773] By: jhi on 2000/11/20 14:51:47
31083 Log: sysseek() instead of seek().
31084 Branch: perl
31085 ! t/lib/syslfs.t
31086____________________________________________________________________________
51c9377f
JH
31087[ 7772] By: gsar on 2000/11/20 13:06:23
31088 Log: integrate changes#6315..6319,6321..6331,6333..6338
31089
31090 Integrate with Sarathy, preliminary fix for unicos
31091 alignment problems in [ID 20000612.002] Perl problem on Cray system.
31092
31093 some debugger output does not go to the socket when RemotePort is set
31094
31095 winsock cleanup never done on Windows (leads to handle leaks)
31096
31097 fix UNC path handling on Windows under ithreads, and chdir()
31098 return value when given a non-existent directory
31099
31100 Autogenerate pod/Makefile and pod/buildtoc.
31101 buildtoc also checks whether the existin pods are
31102 mentioned in MANIFEST and perl.pod, and vice versa.
31103 (None of the thusly found discrepancies fixed yet.)
31104 roffitall also needs to be autogenerated similarly but it
31105 seems so badly out of date that I didn't touch it yet.
31106
31107 Config is being used.
31108
31109 Add =head1 NAMEs so that buildtoc is happy.
31110 (The CGI::Util nit reported to Lincoln.)
31111
31112 Fix complaints of buildtoc.
31113
31114 Fix the alignment problem in Crays ([ID 20000612.002]).
31115
31116 Remove perlbook, update perlfaq book listing,
31117 rearrange perl.pod, regenerate perltoc.
31118
31119 Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
31120 was cast to an unsigned (32-bit) integer with wild abandon.
31121
31122 winsock options weren't being set in all threads under ithreads
31123 (caused send()s from second and subsequent threads to fail)
31124
31125 accept() leaks memory on windows due to incorrect ordering of
31126 closesocket() and fclose() calls
31127
31128 Reorder perl.pod once more.
31129
31130 More POSIX.pod tweaks.
31131
31132 Sprinkle ldlibpath.
31133
31134 Precedence goof, fix based on
31135 Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
31136 From: Hugo <hv@crypt.compulink.co.uk>
31137 Date: Tue, 11 Jul 2000 12:52:38 +0100
31138 Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
31139
31140 Subject: PATCH perlguts.pod: Document D and d magic types
31141 From: mjd@plover.com
31142 Date: 5 Jul 2000 18:01:51 -0000
31143 Message-ID: <20000705180151.29413.qmail@plover.com>
31144
31145 Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
31146 From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
31147 Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
31148 Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
31149
31150 Subject: [PATCH cfgperl] $& segfaults if you trick it
31151 From: simon@brecon.co.uk (Simon Cozens)
31152 Date: 7 Jul 2000 11:26:09 GMT
31153 Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
31154
31155 Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
31156 From: Hugo <hv@crypt.compulink.co.uk>
31157 Date: Tue, 11 Jul 2000 12:44:50 +0100
31158 Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
31159
31160 Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
31161 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
31162 Date: Tue, 11 Jul 2000 13:50:51 +0100
31163 Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
31164 Branch: maint-5.6/perl
31165 +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
31166 +> pod/buildtoc.PL
31167 - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
31168 !> (integrate 26 files)
31169____________________________________________________________________________
31170[ 7771] By: gsar on 2000/11/20 12:31:42
31171 Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
31172 6310,6311,6314
31173
31174 Subject: [PATCH bleedperl] File::Spec 0.82 beta
31175 From: Barrie Slaymaker <barries@jester.slaysys.com>
31176 Date: Wed, 28 Jun 2000 11:35:29 -0400
31177 Message-Id: <200006281535.LAA21095@jester.slaysys.com>
31178
31179 tweak perlembed for multiplicity/usethreads sanity; correct notes
31180 about Windows
31181
31182 localize %INC in a Safe compartment so that use/require work
31183 (many other magic globals probably need similar treatment)
31184
31185 dounwind() may cause POPSUB() to diddle the wrong PL_curpad
31186 when @_ is modified, causing coredumps
31187
31188 slurp mode fix in change#4736 still not quite right
31189
31190 Point to perlipc for more SysV IPC examples.
31191
31192 Elaborate POSIX.pod. Still needs work.
31193
31194 fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
31195
31196 fix large memory leak that has been around for ever, masked by
31197 -DPURIFY (most of the arenas were never freed!)
31198
31199 fix memory leak on Windows (PL_sys_intern contents were never
31200 freed)
31201
31202 PERL_OBJECT build tweak
31203
31204 adjust change#6299
31205
31206 remove rel2abs prototypes (from Barrie Slaymaker)
31207
31208 missing perldiag entry for unpack("w",...) diagnostic (from
31209 Andreas Koenig)
31210
31211 better diagnostic on Frob->stuff() when Frob:: doesn't exist
31212 (from Richard Soderberg <rs@oregonnet.com>)
31213
31214 Win32 patches for cfgperl from Sarathy.
31215
31216 b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
31217
31218 More POSIX.pod embellishment.
31219
31220 tyop in change#6306
31221 Branch: maint-5.6/perl
31222 !> (integrate 44 files)
31223____________________________________________________________________________
31224[ 7770] By: gsar on 2000/11/20 11:51:00
31225 Log: integrate changes#6268..6282 from cfgperl branch
31226
31227 Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
31228 From: Dominic Dunlop <domo@computer.org>
31229 Date: Thu, 29 Jun 2000 12:32:39 +0200
31230 Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
31231
31232 Regen headers for #6261 (and update embed.pl for this) and #6267,
31233 silence few compiler warnings.
31234
31235 Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
31236 From: Nicholas Clark <nick@talking.bollo.cx>
31237 Date: Fri, 23 Jun 2000 16:21:15 +0100
31238 Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
31239
31240 Subject: PATCH pod/perltie.pod
31241 From: Ian Phillipps <Ian.Phillipps@iname.com>
31242 Date: Fri, 16 Jun 2000 00:17:19 +0100
31243 Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
31244 (only the first hunk, the second hunk had already been done
31245 by some other patch)
31246
31247 Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
31248 From: Tom Phoenix <rootbeer@redcat.com>
31249 Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
31250 Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
31251
31252 Subject: [PATCH] xsub attributes
31253 From: Doug MacEachern <dougm@covalent.net>
31254 Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
31255 Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
31256
31257 Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
31258 From: Andy Dougherty <doughera@lafayette.edu>
31259 Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
31260 Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
31261
31262 Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
31263 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
31264 Date: Tue, 13 Jun 2000 02:43:48 -0500
31265 Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
31266
31267 Subject: [PATCH] Re: eval documentation: context
31268 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
31269 Date: Mon, 12 Jun 2000 15:07:29 +0100
31270 Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
31271
31272 Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
31273 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
31274 Date: Mon, 12 Jun 2000 14:55:59 +0100
31275 Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
31276
31277 Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
31278 From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
31279 Date: Fri, 09 Jun 2000 12:39:27 -0400
31280 Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
31281 (plus update the version "number" of Text::Wrap)
31282
31283 Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
31284 From: Tim Ayers <tayers@bridge.com>
31285 Date: Thu, 08 Jun 2000 08:11:06 +0200
31286 Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
31287 [resent by Richard Foley, Message-Id probably wrong]
31288
31289 Subject: Re: backwards compatibility in h2xs and makemaker [PATCH]
31290 From: rspier@pobox.com (Robert Spier)
31291 Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
31292 Message-ID: <14654.31913.845602.610277@rls.cx>
31293
31294 Subject: [PATCH 5.6.0] utils/h2xs.PL
31295 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
31296 Date: Wed, 7 Jun 2000 04:02:04 -0500
31297 Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
31298
31299 Subject: [PATCH 5.6.0]ITHREADs for VMS
31300 From: Dan Sugalski <dan@sidhe.org>
31301 Date: Tue, 06 Jun 2000 11:59:50 -0400
31302 Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
31303 Branch: maint-5.6/perl
31304 !> (integrate 31 files)
31305____________________________________________________________________________
31306[ 7769] By: gsar on 2000/11/20 11:29:06
31307 Log: integrate changes#6261..6266 from cfgperl
31308
31309 Subject: Re: [PATCH cfgperl] BOMs away!
31310 From: simon@brecon.co.uk (Simon Cozens)
31311 Date: 17 Jun 2000 11:49:57 GMT
31312 Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
31313
31314 Subject: 5.6.0 Patch for EPOC
31315 From: Olaf Flebbe <o.flebbe@gmx.de>
31316 Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
31317 Message-ID: <23449.960929969@www11.gmx.net>
31318
31319 tr fixes from Simon Cozens
31320
31321 Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
31322 From: Marty Lucich <marty@netcom.com>
31323 Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
31324 Message-Id: <200006282116.OAA11148@netcom.com>
31325 ccdlflags update (the BSD/OS 4.1 part had already been taken
31326 care of by #6141).
31327
31328 Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
31329 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
31330 Date: Wed, 28 Jun 2000 17:50:12 -0700
31331 Message-ID: <E1pW5gzkg2kV092yn@efn.org>
31332
31333 Subject: [PATCH 5.6.0] cygwin port
31334 Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
31335 From: "Fifer, Eric" <EFifer@sanwaint.com>
31336 Date: Thu, 29 Jun 2000 12:58:29 +0100
31337 Branch: maint-5.6/perl
31338 !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
31339 !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
31340 !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
31341 !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
31342____________________________________________________________________________
31343[ 7768] By: gsar on 2000/11/20 11:13:44
31344 Log: integrate changes#6252..6256,6259..6260
31345
31346 Paranoia tweak on #6249.
31347 Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
31348 From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
31349 Date: Sun, 25 Jun 2000 23:43:12 -0400
31350 Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
31351
31352 Subject: tr///, help wanted.
31353 From: simon@brecon.co.uk (Simon Cozens)
31354 Date: 28 Jun 2000 11:29:04 GMT
31355 Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
31356
31357 small thinko tweaks
31358
31359 tweaks from Simon Conzes to further fix tr/// under utf8
31360
31361 perlnewmod was missing from MANIFEST.
31362
31363 Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
31364 From: simon@brecon.co.uk (Simon Cozens)
31365 Date: 17 Jun 2000 11:56:44 GMT
31366 Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
31367 pack U0, pack C0
31368 Branch: maint-5.6/perl
31369 !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
31370 !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
31371 !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
31372 !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
31373____________________________________________________________________________
31374[ 7767] By: gsar on 2000/11/20 10:51:38
31375 Log: integrate change#6250 from cfgperl
31376
31377 Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
31378 From: Doug MacEachern <dougm@covalent.net>
31379 Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
31380 Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
31381 Branch: maint-5.6/perl
31382 +> t/op/my_stash.t
31383 !> MANIFEST embed.pl global.sym proto.h toke.c
31384____________________________________________________________________________
31385[ 7766] By: gsar on 2000/11/20 10:48:34
31386 Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
31387
31388 Subject: [ID 20000626.007] h2xs man page contains trailing garbage
31389 From: Nicholas Clark <nick@Bagpuss.unfortu.net>
31390 Date: Mon, 26 Jun 2000 18:40:14 +0100
31391 Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
31392
31393 Subject: [PATCH] bytes<->utf8 fixes
31394 From: simon@brecon.co.uk (Simon Cozens)
31395 Date: 26 Jun 2000 04:55:45 GMT
31396 Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
31397
31398 Subject: [PATCH] is_utf8_string
31399 From: simon@brecon.co.uk (Simon Cozens)
31400 Date: 26 Jun 2000 02:25:59 GMT
31401 Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
31402
31403 Subject: [PATCH] avoid mg_ptr in '*' magic
31404 From: Doug MacEachern <dougm@covalent.net>
31405 Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
31406 Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
31407
31408 Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
31409 From: Nicholas Clark <nick@Bagpuss.unfortu.net>
31410 Date: Sat, 24 Jun 2000 13:06:20 +0100
31411 Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
31412
31413 Allow for standalone testing.
31414
31415 Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
31416 From: Mark-Jason Dominus <mjd@plover.com>
31417 Date: Tue, 27 Jun 2000 22:36:42 -0400
31418 Message-ID: <20000628023642.12166.qmail@plover.com>
31419
31420 Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
31421 From: Frank Tobin <ftobin@uiuc.edu>
31422 Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
31423 Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
31424 Branch: maint-5.6/perl
31425 !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
31426 !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
31427 !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
31428 !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
31429 !> utf8.c utils/h2xs.PL
31430____________________________________________________________________________
31431[ 7765] By: gsar on 2000/11/20 10:29:13
31432 Log: integrate change#6239 from cfgperl
31433
31434 Configure maintenance. Sever some dependency cycles,
31435 separate gccversion from the cc unit,
31436 address [ID 20000623.006] Configure script patch for using gcc on AIX
31437 (but solve it a little bit differently),
31438 unduplex some accidentally duplicated units,
31439 suggest using gcc if no cc available
31440 (p5p thread: "Solaris configure: counterproposal", 1999-09)
31441 Branch: maint-5.6/perl
31442 !> Configure Todo-5.6 config_h.SH
31443____________________________________________________________________________
31444[ 7764] By: gsar on 2000/11/20 10:25:55
31445 Log: integrate changes#6233..6238 from cfgperl
31446
31447 Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
31448 From: Mark-Jason Dominus <mjd@plover.com>
31449 Date: Fri, 16 Jun 2000 20:53:04 -0400
31450 Message-ID: <20000617005304.8008.qmail@plover.com>
31451
31452 Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
31453 because when run as services (Win32ese for daemons)
31454 no environment variables are set and tmpdir ends up as /tmp,
31455 which is ambiguous.
31456 Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
31457 From: matt@sergeant.org
31458 Date: 16 Jun 2000 16:30:43 -0000
31459 Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
31460
31461 The thread begun by
31462 Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
31463 From: Kevin.Ruscoe@ubsw.com
31464 Date: Fri, 16 Jun 2000 16:38:51 +0100
31465 Message-Id: <H000019b03c300d6@MHS>
31466
31467 Tweak embed.pl, regen headers.
31468
31469 Subject: [PATCH 5.6.0] XS module loading fixup for VMS
31470 From: Dan Sugalski <dan@sidhe.org>
31471 Date: Fri, 23 Jun 2000 17:00:00 -0400
31472 Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
31473 Branch: maint-5.6/perl
31474 !> (integrate 27 files)
31475____________________________________________________________________________
31476[ 7763] By: gsar on 2000/11/20 10:08:08
31477 Log: s/perl56delta/perldelta/g
31478 Branch: maint-5.6/perl
31479 ! pod/Makefile
31480____________________________________________________________________________
31481[ 7762] By: gsar on 2000/11/20 10:04:00
31482 Log: integrate changes#6225,6229,6231,6232 from cfgperl
31483
31484 Add source code filenames to apidoc.
31485 From: simon@brecon.co.uk (Simon Cozens)
31486 Subject: [PATCH embed.pl] Source X-ref
31487 Date: 22 Jun 2000 02:18:49 GMT
31488 Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
31489
31490 Subject: README.hpux version 0.6.1
31491 Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
31492 From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
31493 Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
31494
31495 Subject: [PATCH 5.6.0] cygwin port
31496 From: "Fifer, Eric" <EFifer@sanwaint.com>
31497 Date: Tue, 20 Jun 2000 14:30:58 +0100
31498 Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
31499
31500 Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
31501 From: simon@brecon.co.uk (Simon Cozens)
31502 Date: 19 Jun 2000 15:18:27 GMT
31503 Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
31504
31505 plus update pod/Makefile and regenerate perltoc
31506 Branch: maint-5.6/perl
31507 +> pod/perlutil.pod
31508 !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
31509 !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
31510____________________________________________________________________________
7b69f83d
JH
31511[ 7761] By: jhi on 2000/11/20 04:09:55
31512 Log: Miraculous typo.
31513 Branch: perl
31514 ! t/op/pat.t
31515____________________________________________________________________________
31516[ 7760] By: jhi on 2000/11/20 04:06:08
31517 Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
31518 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31519 Date: Sun, 19 Nov 2000 22:30:26 -0500
31520 Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
31521 Branch: perl
31522 ! regexec.c scope.h t/op/pat.t
31523____________________________________________________________________________
31524[ 7759] By: jhi on 2000/11/20 02:05:22
31525 Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
31526 Branch: perl
31527 ! perl.h
31528____________________________________________________________________________
31529[ 7758] By: jhi on 2000/11/20 01:58:11
31530 Log: Subject: [perl 7711: EPOC] updates
31531 From: Olaf Flebbe <o.flebbe@gmx.de>
31532 Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
31533 Message-ID: <25575.974658810@www23.gmx.net>
31534 Branch: perl
31535 + lib/File/Spec/Epoc.pm
31536 ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
31537 ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
31538 ! lib/File/Spec.pm perl.c sv.c
31539____________________________________________________________________________
31540[ 7757] By: jhi on 2000/11/20 01:53:11
31541 Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
31542 Branch: perl
31543 ! MANIFEST
31544____________________________________________________________________________
31545[ 7756] By: jhi on 2000/11/20 01:47:22
31546 Log: Integrate perlio.
31547 Branch: perl
31548 - ext/re/hints/MSWin32.pl
31549 !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
31550 !> win32/config.gc win32/config_H.gc win32/win32sck.c
31551____________________________________________________________________________
51c9377f
JH
31552[ 7755] By: nick on 2000/11/19 20:57:17
31553 Log: Add dummy crlf layer (just as buffer)
31554 Correct 1st bug - one layer of indirection.
31555 Branch: perlio
31556 ! perlio.c perlio.h perliol.h
31557____________________________________________________________________________
31558[ 7754] By: nick on 2000/11/19 20:56:12
31559 Log: Work-round to Perl_deb_nocontext is no longer required
31560 Branch: perlio
31561 - ext/re/hints/MSWin32.pl
31562____________________________________________________________________________
31563[ 7753] By: nick on 2000/11/19 20:01:16
31564 Log: diff -se shows these as different
31565 Branch: perlio
31566 ! global.sym pod/perlapi.pod
31567____________________________________________________________________________
31568[ 7752] By: nick on 2000/11/19 18:57:30
31569 Log: Configure GCC/Win32 build -Duseperlio
31570 Fix a couple of gross issues
31571 - double-include of ../deb.o in re.dll
31572 - win32sck.c needs PerlIO and FILE
31573 Branch: perlio
31574 ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
31575 ! win32/win32sck.c
31576____________________________________________________________________________
31577[ 7751] By: nick on 2000/11/19 17:05:36
31578 Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
31579 Branch: perlio
31580 ! perlio.c
31581____________________________________________________________________________
31582[ 7750] By: nick on 2000/11/19 16:57:14
31583 Log: Missing aTHX_
31584 Branch: perlio
31585 ! sv.c
31586____________________________________________________________________________
7b69f83d
JH
31587[ 7749] By: jhi on 2000/11/19 16:28:40
31588 Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
31589 From: "Peter J. Farley III" <pjfarley@banet.net>
31590 Date: Sun, 19 Nov 2000 01:42:58 -0500
31591 Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
31592 Branch: perl
31593 ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
31594____________________________________________________________________________
31595[ 7748] By: jhi on 2000/11/19 16:08:10
31596 Log: Subject: podlators 1.05 available
31597 From: Russ Allbery <rra@stanford.edu>
31598 Date: 18 Nov 2000 22:04:28 -0800
31599 Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
31600 Branch: perl
31601 ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
31602____________________________________________________________________________
51c9377f
JH
31603[ 7747] By: nick on 2000/11/19 11:19:39
31604 Log: Integrate mainline
31605 Branch: perlio
31606 !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
31607 !> util.c
31608____________________________________________________________________________
7b69f83d
JH
31609[ 7746] By: jhi on 2000/11/19 06:42:22
31610 Log: Make hex scanning warn on "\x{x}" and "\xx".
31611 "\x" and and hex("x") are still valid.
31612 Branch: perl
31613 ! util.c
31614____________________________________________________________________________
51c9377f
JH
31615[ 7745] By: nick on 2000/11/18 22:52:28
31616 Log: Integrate mainline
31617 Branch: perlio
31618 !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
31619 !> perl.h perlio.c proto.h regcomp.c regcomp.h
31620____________________________________________________________________________
7b69f83d
JH
31621[ 7744] By: jhi on 2000/11/18 22:50:28
31622 Log: Introduce Perl_utf8_length(). Use it.
31623 Branch: perl
31624 ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
31625____________________________________________________________________________
31626[ 7743] By: jhi on 2000/11/18 22:38:51
31627 Log: Compiler denit.
31628 Branch: perl
31629 ! perlio.c
31630____________________________________________________________________________
31631[ 7742] By: jhi on 2000/11/18 20:33:05
31632 Log: Integrate perlio.
31633 Branch: perl
31634 !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
31635 !> perlio.h pp_ctl.c pp_sys.c sv.c
31636____________________________________________________________________________
31637[ 7741] By: jhi on 2000/11/18 20:31:27
31638 Log: Subject: [PATCH 5.7.0] make regcomp reenterable
31639 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31640 Date: Fri, 17 Nov 2000 20:35:11 -0500
31641 Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
31642
31643 Subject: Re: [PATCH 5.7.0] make regcomp reenterable
31644 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31645 Date: Fri, 17 Nov 2000 21:03:47 -0500
31646 Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
31647
31648 Plus a little bit of tweaking in pregcomp().
31649 Branch: perl
31650 ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
31651____________________________________________________________________________
51c9377f
JH
31652[ 7740] By: nick on 2000/11/18 20:17:22
31653 Log: Lexical use open ... support:
31654 add ->cop_io to COP structure in cop.h.
31655 Make mg.c and gv.c associate it with ${^OPEN}.
31656 Make lib/open.pm set it.
31657 Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
31658 manner similar to ->cop_warnings.
31659 Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
31660 call new PerlIO_apply_layers().
31661 Declare latter in perlio.h and define in perlio.c
31662 Branch: perlio
31663 ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
31664 ! perlio.h pp_ctl.c pp_sys.c sv.c
31665____________________________________________________________________________
7b69f83d
JH
31666[ 7739] By: jhi on 2000/11/18 19:54:00
31667 Log: Integrate perlio.
31668 Branch: perl
31669 !> doio.c perlio.c pp.c
31670____________________________________________________________________________
31671[ 7738] By: jhi on 2000/11/18 17:16:13
31672 Log: Subject: [PATCH 5.7.0] etags broken again
31673 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31674 Date: Sat, 18 Nov 2000 02:41:36 -0500
31675 Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
31676 Branch: perl
31677 ! emacs/ptags
31678____________________________________________________________________________
31679[ 7737] By: jhi on 2000/11/18 17:12:18
31680 Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
31681 Branch: perl
31682 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
31683____________________________________________________________________________
51c9377f
JH
31684[ 7736] By: nick on 2000/11/18 14:06:20
31685 Log: Basic tweaks to do_open() type parsing to allow layer/discipline
31686 part to be isolated.
31687 Branch: perlio
31688 ! doio.c perlio.c
31689____________________________________________________________________________
31690[ 7735] By: nick on 2000/11/18 11:03:32
31691 Log: Integrate mainline
31692 Branch: perlio
31693 !> Changes README.amiga README.win32 patchlevel.h
31694 !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
31695____________________________________________________________________________
7b69f83d
JH
31696[ 7734] By: jhi on 2000/11/18 01:18:56
31697 Log: Update Changes.
31698 Branch: perl
31699 ! Changes patchlevel.h
31700____________________________________________________________________________
355cf289
JH
31701[ 7733] By: jhi on 2000/11/18 00:32:54
31702 Log: Subject: [PATCH 5.7.0] restore match data on backtracing
31703 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31704 Date: Fri, 17 Nov 2000 17:28:02 -0500
31705 Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
31706 Branch: perl
31707 ! regcomp.c regexec.c t/op/re_tests
31708____________________________________________________________________________
31709[ 7732] By: jhi on 2000/11/18 00:28:56
31710 Log: Sparc 64-bit pack() fix from Jens Hamisch.
31711 Branch: perl
31712 ! pp.c
31713____________________________________________________________________________
31714[ 7731] By: jhi on 2000/11/18 00:18:39
31715 Log: Explain in more detail the {} syntax ambiguousity.
31716
31717 Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
31718 From: Nicholas Clark <nick@ccl4.org>
31719 Date: Fri, 17 Nov 2000 22:10:28 +0000
31720 Message-ID: <20001117221028.A88930@plum.flirble.org>
31721 Branch: perl
31722 ! pod/perlfunc.pod
31723____________________________________________________________________________
31724[ 7730] By: jhi on 2000/11/18 00:12:18
31725 Log: Subject: Fix for README.amiga (20000323.033)
31726 From: "Stephen P. Potter" <spp@spotter.yi.org>
31727 Date: Fri, 17 Nov 2000 12:25:51 -0500
31728 Message-Id: <200011171725.MAA05768@spotter.yi.org>
31729 Branch: perl
31730 ! README.amiga
31731____________________________________________________________________________
31732[ 7729] By: jhi on 2000/11/18 00:08:34
31733 Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
31734 From: "A. C. Yardley" <yardley@tanet.net>
31735 Date: Mon, 3 Apr 2000 11:35:33 -0700
31736 Message-ID: <3483.000403@tanet.net>
31737 Branch: perl
31738 ! README.win32
31739____________________________________________________________________________
51c9377f
JH
31740[ 7728] By: nick on 2000/11/17 21:59:47
31741 Log: Integrate mainline
31742 Branch: perlio
31743 !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
31744 !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
31745 !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
31746 !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
31747____________________________________________________________________________
31748[ 7727] By: nick on 2000/11/17 21:56:31
31749 Log: Experiment on use of attributes.pm interface.
31750 Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
31751 SVt_PVRV if not already something better (else vivify of say magic gets
31752 core dump).
31753 Branch: perlio
31754 ! perlio.c pp.c
31755____________________________________________________________________________
355cf289
JH
31756[ 7726] By: jhi on 2000/11/17 14:15:49
31757 Log: Subject: Fix for 20000815.006
31758 From: "Stephen P. Potter" <spp@spotter.yi.org>
31759 Date: Fri, 17 Nov 2000 08:57:45 -0500
31760 Message-Id: <200011171357.IAA05122@spotter.yi.org>
31761
31762 It's really 20000518.006.
31763 Branch: perl
31764 ! pod/perlmodlib.PL
31765____________________________________________________________________________
31766[ 7725] By: jhi on 2000/11/17 14:12:31
31767 Log: Subject: Fix for 20000409.001
31768 From: "Stephen P. Potter" <spp@spotter.yi.org>
31769 Date: Fri, 17 Nov 2000 08:55:45 -0500
31770 Message-Id: <200011171355.IAA05104@spotter.yi.org>
31771 Branch: perl
31772 ! pod/perlfaq9.pod
31773____________________________________________________________________________
31774[ 7724] By: jhi on 2000/11/17 14:08:58
31775 Log: Undo #7627 now that we have =head3.
31776 Branch: perl
31777 ! pod/perlhack.pod
31778____________________________________________________________________________
31779[ 7723] By: jhi on 2000/11/17 14:04:09
31780 Log: As surmised the #7719 wasn't a good move.
31781 Branch: perl
31782 ! hints/solaris_2.sh
31783____________________________________________________________________________
31784[ 7722] By: jhi on 2000/11/17 13:59:04
31785 Log: Also the 64bitall hints can be either here or there.
31786 Branch: perl
31787 ! hints/solaris_2.sh
31788____________________________________________________________________________
31789[ 7721] By: jhi on 2000/11/17 02:26:23
31790 Log: Test tweak for the open pragma.
31791 Branch: perl
31792 ! t/lib/b.t
31793____________________________________________________________________________
31794[ 7720] By: jhi on 2000/11/17 00:23:22
31795 Log: The long double hints can be here or there.
31796 Branch: perl
31797 ! hints/solaris_2.sh
31798____________________________________________________________________________
31799[ 7719] By: jhi on 2000/11/17 00:14:06
31800 Log: For Solaris use64bitall the stdchar needs a little bit of help.
31801 Branch: perl
31802 ! hints/solaris_2.sh
31803____________________________________________________________________________
31804[ 7718] By: jhi on 2000/11/16 23:27:34
31805 Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
31806 From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
31807 Date: Wed, 15 Nov 2000 08:56:32 +0100
31808 Message-ID: <3A1241B0.64477E00@alcatel.at>
31809 Branch: perl
31810 ! lib/Carp/Heavy.pm
31811____________________________________________________________________________
31812[ 7717] By: jhi on 2000/11/16 23:23:29
31813 Log: Subject: [PATCH] Re: 20001101.003 PDL
31814 From: Nicholas Clark <nick@ccl4.org>
31815 Date: Thu, 16 Nov 2000 16:48:25 +0000
31816 Message-ID: <20001116164825.B93487@plum.flirble.org>
31817 Branch: perl
31818 ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
31819____________________________________________________________________________
31820[ 7716] By: jhi on 2000/11/16 23:21:31
31821 Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
31822 From: "Casey R. Tweten" <crt@kiski.net>
31823 Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
31824 Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
31825 Branch: perl
31826 ! lib/Pod/Checker.pm pod/perlpod.pod
31827____________________________________________________________________________
31828[ 7715] By: jhi on 2000/11/16 23:19:40
31829 Log: Avoid an infinite loop in VMS when utils scripts are run
31830 with no arguments, from Charles Lane.
31831 Branch: perl
31832 ! configure.com
31833____________________________________________________________________________
31834[ 7714] By: jhi on 2000/11/16 23:17:08
31835 Log: Subject: perllocale.pod changes
31836 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
31837 Date: Mon, 13 Nov 2000 10:09:22 +0300
31838 Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
31839 Branch: perl
31840 ! pod/perllocale.pod
31841____________________________________________________________________________
31842[ 7713] By: jhi on 2000/11/16 23:14:06
31843 Log: Integrate perlio.
31844 Branch: perl
31845 !> doio.c perlio.c perlio.h util.c
31846____________________________________________________________________________
51c9377f
JH
31847[ 7712] By: nick on 2000/11/16 21:10:58
31848 Log: Integrate mainline
31849 Branch: perlio
31850 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
31851 !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
31852 !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
31853 !> vos/config.ga.def vos/config.ga.h win32/config.bc
31854 !> win32/config.gc win32/config.vc
31855____________________________________________________________________________
31856[ 7711] By: nick on 2000/11/16 19:56:41
31857 Log: Minor tweaks:
31858 consistent way of getting 'rb', 'wb' etc. for binary opens
31859 move *perlio::layers to *open::layers
31860 a #define to show layers available
31861 DOSISH popen/PerlIO had export/import sense inverted.
31862 Branch: perlio
31863 ! doio.c perlio.c perlio.h util.c
31864____________________________________________________________________________
355cf289
JH
31865[ 7710] By: jhi on 2000/11/16 15:46:05
31866 Log: Add HAS_SBRK_PROTO.
31867 Branch: metaconfig/U/perl
31868 + d_sbrkproto.U
31869 Branch: perl
31870 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31871 ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
31872 ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
31873 ! vos/config.ga.def vos/config.ga.h win32/config.bc
31874 ! win32/config.gc win32/config.vc
31875____________________________________________________________________________
51c9377f
JH
31876[ 7709] By: nick on 2000/11/16 07:31:49
31877 Log: Integrate mainline
31878 Branch: perlio
31879 !> (integrate 35 files)
31880____________________________________________________________________________
355cf289
JH
31881[ 7708] By: jhi on 2000/11/16 05:33:03
31882 Log: These files are text, not binary.
31883 Branch: perl
31884 ! ext/Encode/Encode/iso8859-10.enc
31885 ! ext/Encode/Encode/iso8859-13.enc
31886 ! ext/Encode/Encode/iso8859-14.enc
31887 ! ext/Encode/Encode/iso8859-15.enc
31888____________________________________________________________________________
31889[ 7707] By: jhi on 2000/11/16 01:53:37
31890 Log: Update Changes.
31891 Branch: perl
31892 ! Changes patchlevel.h
31893____________________________________________________________________________
734efae8
JH
31894[ 7706] By: jhi on 2000/11/16 01:35:59
31895 Log: More #undefing of stdio.
31896 Branch: perl
31897 ! fakesdio.h nostdio.h
31898____________________________________________________________________________
31899[ 7705] By: jhi on 2000/11/16 01:34:18
31900 Log: Add fwalk() probe to the configuration files and regen perltoc.
31901 Branch: perl
31902 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31903 ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
31904 ! uconfig.h uconfig.sh util.c vos/config.alpha.def
31905 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
31906 ! win32/config.bc win32/config.gc win32/config.vc
31907____________________________________________________________________________
51c9377f
JH
31908[ 7704] By: jhi on 2000/11/16 01:33:07
31909 Log: Add the _fwalk() unit. (The probe says 'fwalk()'. Time for
31910 an optional third argument to Inlibc?)
31911 Branch: metaconfig/U/perl
31912 + d__fwalk.U
31913____________________________________________________________________________
734efae8
JH
31914[ 7703] By: jhi on 2000/11/16 01:09:22
31915 Log: The type of the hash_cb() size argument is tricky.
31916 Branch: perl
31917 ! ext/DB_File/DB_File.xs
31918____________________________________________________________________________
31919[ 7702] By: jhi on 2000/11/15 23:01:16
31920 Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
31921 Branch: perl
31922 ! nostdio.h
31923____________________________________________________________________________
31924[ 7701] By: jhi on 2000/11/15 22:52:32
31925 Log: Detypo.
31926 Branch: perl
31927 ! t/lib/bigfltpm.t
31928____________________________________________________________________________
31929[ 7700] By: jhi on 2000/11/15 22:51:56
31930 Log: UINT64_C() work continues.
31931 Branch: perl
31932 ! handy.h perl.h utf8.h
31933____________________________________________________________________________
31934[ 7699] By: jhi on 2000/11/15 14:13:04
31935 Log: SOCKS has its own USE_THREADS, based on
31936
31937 Subject: [ID 20001114.002] et. al. bugfix followup
31938 From: Jens Hamisch <jens@Strawberry.COM>
31939 Date: Wed, 15 Nov 2000 14:23:11 +0100
31940 Message-ID: <20001115142311.A21164@Strawberry.COM>
31941 Branch: perl
31942 ! perl.h
31943____________________________________________________________________________
31944[ 7698] By: jhi on 2000/11/15 03:50:56
31945 Log: Add few missing #undefs and sort them.
31946 Branch: perl
31947 ! fakesdio.h
31948____________________________________________________________________________
31949[ 7697] By: jhi on 2000/11/15 03:39:14
31950 Log: Linenumber fix.
31951 Branch: perl
31952 ! t/pragma/warn/utf8
31953____________________________________________________________________________
31954[ 7696] By: jhi on 2000/11/15 02:55:26
31955 Log: EBCDIC tweaks.
31956
31957 Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
31958 From: Peter Prymmer <pvhp@forte.com>
31959 Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
31960 Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
31961 Branch: perl
31962 ! t/op/regmesg.t t/pragma/warn/utf8
31963____________________________________________________________________________
31964[ 7695] By: jhi on 2000/11/15 02:53:58
31965 Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
31966 From: Peter Prymmer <pvhp@forte.com>
31967 Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
31968 Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
31969 Branch: perl
31970 ! utf8.c
31971____________________________________________________________________________
31972[ 7694] By: jhi on 2000/11/15 02:50:55
31973 Log: Subject: [PATCH: perl@7674] updates to README.os390
31974 From: Prymmer/Kahn <pvhp@best.com>
31975 Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
31976 Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
31977 Branch: perl
31978 ! README.os390
31979____________________________________________________________________________
31980[ 7693] By: jhi on 2000/11/15 02:48:37
31981 Log: Quit utf8_to_uv() instantly if curlen == 0.
31982 Branch: perl
31983 ! utf8.c
31984____________________________________________________________________________
31985[ 7692] By: jhi on 2000/11/15 02:24:29
31986 Log: Use u_int32_t for the size of hash_cb(), not size_t.
31987
31988 Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
31989 From: Jens Hamisch <jens@Strawberry.COM>
31990 Date: Tue, 14 Nov 2000 19:03:55 +0100
31991 Message-Id: <20001114190355.A20559@Strawberry.COM>
31992 Branch: perl
31993 ! ext/DB_File/DB_File.xs
31994____________________________________________________________________________
31995[ 7691] By: jhi on 2000/11/15 02:20:12
31996 Log: Use UINT64_C().
31997
31998 Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
31999 From: Jens Hamisch <jens@Strawberry.COM>
32000 Date: Tue, 14 Nov 2000 19:16:23 +0100
32001 Message-Id: <20001114191623.G20559@Strawberry.COM>
32002 Branch: perl
32003 ! utf8.c utf8.h
32004____________________________________________________________________________
32005[ 7690] By: jhi on 2000/11/15 02:17:06
32006 Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
32007 (a macro to define signed and unsigned integer constants).
32008 Branch: perl
32009 ! handy.h
32010____________________________________________________________________________
32011[ 7689] By: jhi on 2000/11/15 01:56:51
32012 Log: Regen Configure.
32013 Branch: perl
32014 ! Configure
32015____________________________________________________________________________
51c9377f
JH
32016[ 7688] By: jhi on 2000/11/15 01:56:32
32017 Log: Make the unit know about SOCKS.
32018 Branch: metaconfig
32019 ! U/protos/socksizetype.U
32020____________________________________________________________________________
32021[ 7687] By: jhi on 2000/11/15 01:54:47
32022 Log: Remove unused dependencies.
32023 Branch: metaconfig
32024 ! U/compline/d_getpagsz.U
32025____________________________________________________________________________
32026[ 7686] By: nick on 2000/11/14 21:25:13
32027 Log: Integrate mainline.
32028 Branch: perlio
32029 +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
32030 !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
32031 !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
32032 !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
32033 !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
32034 !> win32/config.bc win32/config.gc win32/config.vc
32035 !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
32036____________________________________________________________________________
734efae8
JH
32037[ 7685] By: jhi on 2000/11/14 17:54:56
32038 Log: Integrate perlio.
32039 Branch: perl
32040 +> fakesdio.h perliol.h
32041 !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
32042 !> perlsdio.h perlsfio.h pod/perlfunc.pod
32043____________________________________________________________________________
51c9377f
JH
32044[ 7684] By: nick on 2000/11/14 17:43:04
32045 Log: PerlIO #include and #ifdef re-work.
32046 Branch: perlio
32047 + fakesdio.h perliol.h
32048 ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
32049 ! perlsdio.h perlsfio.h
32050____________________________________________________________________________
734efae8
JH
32051[ 7683] By: jhi on 2000/11/14 15:42:40
32052 Log: Hoist the duplicated socket/netdb include logic to perl.h;
32053 undef SETERRNO in case SOCKS has defined it. Based on:
32054
32055 Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris
32056 From: Jens Hamisch <jens@Strawberry.COM>
32057 Date: Tue, 14 Nov 2000 11:34:40 +0100
32058 Message-Id: <20001114113440.A20005@Strawberry.COM>
32059 Branch: perl
32060 ! doio.c perl.h pp_sys.c
32061____________________________________________________________________________
32062[ 7682] By: jhi on 2000/11/14 14:07:28
32063 Log: Subject: some additions for makefiles for win32 (for perl@7674)
32064 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
32065 Date: Tue, 14 Nov 2000 09:31:13 +0300
32066 Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
32067 Branch: perl
32068 ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
32069 ! win32/makefile.mk
32070____________________________________________________________________________
32071[ 7681] By: jhi on 2000/11/14 14:01:41
32072 Log: Subject: tiny typo in perl5db.pl
32073 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
32074 Date: Tue, 14 Nov 2000 09:29:28 +0300
32075 Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
32076 Branch: perl
32077 ! lib/perl5db.pl
32078____________________________________________________________________________
32079[ 7680] By: jhi on 2000/11/14 04:13:50
32080 Log: Redo #7679 with LFs instead of CRLFs.
32081 Branch: perl
32082 ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
32083 ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
32084 ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
32085____________________________________________________________________________
32086[ 7679] By: jhi on 2000/11/14 01:21:09
32087 Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
32088 From: Benjamin Stuhl <tiriath@yahoo.com>
32089 Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
32090 Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
32091 Branch: perl
32092 + win32/bin/mdelete.bat
32093 ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
32094 ! makedef.pl perlio.c win32/Makefile win32/config.gc
32095 ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
32096____________________________________________________________________________
32097[ 7678] By: jhi on 2000/11/14 01:19:20
32098 Log: Fix the re extension building for Win32.
32099
32100 Subject: [PATCH perl@7638] Get PerlIO building on Win32
32101 From: Benjamin Stuhl <tiriath@yahoo.com>
32102 Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
32103 Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
32104 Branch: perl
32105 + ext/re/hints/MSWin32.pl
32106 ! MANIFEST
32107____________________________________________________________________________
32108[ 7677] By: jhi on 2000/11/14 01:13:54
32109 Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
32110 From: sthoenna@efn.org
32111 Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
32112 Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
32113 Branch: perl
32114 ! doop.c pp.c toke.c utf8.c utf8.h
32115____________________________________________________________________________
32116[ 7676] By: jhi on 2000/11/13 20:23:15
32117 Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
32118 From: Nicholas Clark <nick@ccl4.org>
32119 Date: Mon, 13 Nov 2000 18:55:04 +0000
32120 Message-ID: <20001113185504.J29183@plum.flirble.org>
32121 Branch: perl
32122 ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
32123____________________________________________________________________________
51c9377f
JH
32124[ 7675] By: nick on 2000/11/13 20:21:57
32125 Log: Integrate mainline ...
32126 Branch: perlio
32127 !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
32128 !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
32129 !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
32130 !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
32131____________________________________________________________________________
734efae8
JH
32132[ 7674] By: jhi on 2000/11/13 15:07:56
32133 Log: Update Changes.
32134 Branch: perl
32135 ! Changes patchlevel.h
32136____________________________________________________________________________
436e4861
JH
32137[ 7673] By: jhi on 2000/11/13 14:42:42
32138 Log: Remove the new two tests of lib/io_xs for now, they seem to
32139 fail under perlio on some platforms.
32140 Branch: perl
32141 ! t/lib/io_xs.t
32142____________________________________________________________________________
32143[ 7672] By: jhi on 2000/11/13 13:57:53
32144 Log: Make PerlIO_getpos() to behave like fgetpos() on return.
32145 Branch: perl
32146 ! perlio.c
32147____________________________________________________________________________
32148[ 7671] By: jhi on 2000/11/13 05:30:48
32149 Log: Placate nervous compilers that see longer than ints switch()ing.
32150 Branch: perl
32151 ! utf8.c
32152____________________________________________________________________________
32153[ 7670] By: jhi on 2000/11/13 05:14:21
32154 Log: fputs() does return EOF on error but here we don't care.
32155 Branch: perl
32156 ! perlio.c
32157____________________________________________________________________________
32158[ 7669] By: jhi on 2000/11/13 05:02:45
32159 Log: Declare reg_data like reg_substr_data.
32160 Branch: perl
32161 ! regexp.h
32162____________________________________________________________________________
32163[ 7668] By: jhi on 2000/11/13 04:54:34
32164 Log: Typos in #7667.
32165 Branch: perl
32166 ! perl.h
32167____________________________________________________________________________
32168[ 7667] By: jhi on 2000/11/13 04:49:49
32169 Log: Cleanup messy #ifdef.
32170 Branch: perl
32171 ! perl.h
32172____________________________________________________________________________
32173[ 7666] By: jhi on 2000/11/13 04:17:34
32174 Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
32175 From: Nicholas Clark <nick@talking.bollo.cx>
32176 Date: Sun, 12 Nov 2000 21:14:11 +0000
32177 Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
32178
32179 Note: only one breakage of the two reported is fixed by this patch.
32180 Branch: perl
32181 ! perlio.c
32182____________________________________________________________________________
32183[ 7665] By: jhi on 2000/11/13 04:05:07
32184 Log: Tweak the definition of the bit complement on UTF-8 data:
32185 if none of the characters in the string are > 0xff,
32186 the result is a complemented byte string, not a (UTF-8)
32187 char string. Based on the summary in
32188
32189 Subject: Re: [ID 20000918.005] ~ on wide chars
32190 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
32191 Date: Fri, 10 Nov 2000 09:47:15 -0800
32192 Message-ID: <jSDD6gzkgi/T092yn@efn.org>
32193
32194 This should give us the maximum backward (pre-char string)
32195 compatibility and utf8 compatibility. The other alternative
32196 would be to limit the bit complement to be always byte only,
32197 taking the least significant byte of the chars.
32198 Branch: perl
32199 ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
32200____________________________________________________________________________
32201[ 7664] By: jhi on 2000/11/13 00:23:44
32202 Log: Couple of tests from #7660 salvaged.
32203 Branch: perl
32204 - t/op/tell.t
32205 ! MANIFEST t/io/tell.t
32206____________________________________________________________________________
32207[ 7663] By: jhi on 2000/11/13 00:02:48
32208 Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
32209 From: Nicholas Clark <nick@talking.bollo.cx>
32210 Date: Sun, 12 Nov 2000 21:23:43 +0000
32211 Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
32212 Branch: perl
32213 ! perlsfio.h
32214____________________________________________________________________________
32215[ 7662] By: jhi on 2000/11/13 00:01:39
32216 Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
32217 From: Nicholas Clark <nick@talking.bollo.cx>
32218 Date: Sun, 12 Nov 2000 21:30:04 +0000
32219 Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
32220 Branch: perl
32221 ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
32222____________________________________________________________________________
32223[ 7661] By: jhi on 2000/11/12 23:57:29
32224 Log: Document tell() on special streams.
32225 Branch: perl
32226 ! pod/perlfunc.pod
32227____________________________________________________________________________
32228[ 7660] By: jhi on 2000/11/12 23:54:22
32229 Log: (Subsumed by #7664)
32230 Branch: perl
32231 + t/op/tell.t
32232 ! MANIFEST
32233____________________________________________________________________________
32234[ 7659] By: jhi on 2000/11/12 22:55:25
32235 Log: Many subdocumented return values of the IO extension now documented.
32236 ungetc and write still left subdocumented.
32237
32238 Subject: [PATCH] (was Re: IO::Handle::ungetc)
32239 From: Nicholas Clark <nick@talking.bollo.cx>
32240 Date: Sun, 12 Nov 2000 21:35:53 +0000
32241 Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
32242 Branch: perl
32243 ! ext/IO/lib/IO/Handle.pm
32244____________________________________________________________________________
32245[ 7658] By: jhi on 2000/11/12 21:37:06
32246 Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
32247 From: Nicholas Clark <nick@talking.bollo.cx>
32248 Date: Sun, 12 Nov 2000 20:03:22 +0000
32249 Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
32250 Branch: perl
32251 ! pod/perlfunc.pod
32252____________________________________________________________________________
32253[ 7657] By: jhi on 2000/11/12 20:34:55
32254 Log: Integrate perlio.
32255 Branch: perl
32256 !> perlio.c
32257____________________________________________________________________________
51c9377f
JH
32258[ 7656] By: nick on 2000/11/12 19:25:06
32259 Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
32260 Branch: perlio
32261 ! perlio.c
32262____________________________________________________________________________
32263[ 7655] By: nick on 2000/11/12 19:09:41
32264 Log: Integrate mainline
32265 Branch: perlio
32266 +> README.solaris ext/Encode/Encode/cp1006.enc
32267 +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
32268 +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
32269 +> ext/Encode/Encode/iso8859-13.enc
32270 +> ext/Encode/Encode/iso8859-14.enc
32271 +> ext/Encode/Encode/iso8859-15.enc
32272 !> (integrate 34 files)
32273____________________________________________________________________________
32274[ 7654] By: jhi on 2000/11/12 19:00:22
32275 Log: Add a metaconfig unit for fsync.
32276 Branch: metaconfig/U/perl
32277 + d_fsync.U
32278____________________________________________________________________________
436e4861
JH
32279[ 7653] By: jhi on 2000/11/12 19:00:01
32280 Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
32281 Branch: perl
32282 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32283 ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
32284 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
32285 ! vos/config.ga.h win32/config.bc win32/config.gc
32286 ! win32/config.vc
32287____________________________________________________________________________
32288[ 7652] By: jhi on 2000/11/11 21:12:01
32289 Log: Copy the s// information of README.hpux also to the perlrun.
32290 Branch: perl
32291 ! README.hpux pod/perlrun.pod
32292____________________________________________________________________________
32293[ 7651] By: jhi on 2000/11/11 21:03:13
32294 Log: More README.solaris updates from Andy Dougherty.
32295 Branch: perl
32296 ! README.solaris
32297____________________________________________________________________________
32298[ 7650] By: jhi on 2000/11/11 18:38:57
32299 Log: More descriptive error for unknown perlio layers.
32300
32301 Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.
32302 From: Dominic Dunlop <domo@computer.org>
32303 Date: Sat, 11 Nov 2000 18:20:32 +0100
32304 Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
32305 Branch: perl
32306 ! perlio.c pod/perldiag.pod
32307____________________________________________________________________________
32308[ 7649] By: jhi on 2000/11/11 18:37:52
32309 Log: MachTen doesn't really do mmap() and munmap().
32310
32311 Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.
32312 From: Dominic Dunlop <domo@computer.org>
32313 Date: Sat, 11 Nov 2000 18:20:32 +0100
32314 Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
32315 Branch: perl
32316 ! hints/machten.sh
32317____________________________________________________________________________
32318[ 7648] By: jhi on 2000/11/11 18:36:46
32319 Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
32320 From: rspier@pobox.com (Robert Spier)
32321 Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
32322 Message-ID: <14861.32839.491271.985797@rls.cx>
32323 Branch: perl
32324 ! Porting/Contract pod/perltoot.pod
32325____________________________________________________________________________
51c9377f
JH
32326[ 7647] By: jhi on 2000/11/11 18:35:30
32327 Log: Simplify the getpagesize() unit by dropping the
32328 pagesize probe since it's nowadays slightly more
32329 complicated because of sysconf(). (Note: if some
32330 platform really needs the -lPW for getpagesize,
32331 I just broke it.)
32332
32333 TODO: a new pagesize unit.
32334 Branch: metaconfig
32335 ! U/compline/d_getpagsz.U
32336____________________________________________________________________________
436e4861
JH
32337[ 7646] By: jhi on 2000/11/11 18:33:23
32338 Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
32339 Branch: perl
32340 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32341 ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
32342 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
32343 ! vos/config.ga.h win32/config.bc win32/config.gc
32344 ! win32/config.vc
32345____________________________________________________________________________
32346[ 7645] By: jhi on 2000/11/11 16:45:15
32347 Log: Use sysconf() or getpagesize() to find out the pagesize.
32348 Branch: perl
32349 ! perlio.c
32350____________________________________________________________________________
32351[ 7644] By: jhi on 2000/11/11 15:46:08
32352 Log: Integrate perlio.
32353 Branch: perl
32354 !> perlio.c
32355____________________________________________________________________________
32356[ 7643] By: jhi on 2000/11/11 15:33:36
32357 Log: Subject: Re: [PATCH] README.solaris
32358 From: Lupe Christoph <lupe@lupe-christoph.de>
32359 Date: Sat, 11 Nov 2000 14:08:10 +0100
32360 Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
32361 Branch: perl
32362 ! README.solaris
32363____________________________________________________________________________
32364[ 7642] By: jhi on 2000/11/11 15:22:12
32365 Log: Subject: [PATCH perl@7638] cygwin port
32366 From: "Eric Fifer" <egf7@columbia.edu>
32367 Date: Fri, 10 Nov 2000 19:30:30 -0000
32368 Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
32369 Branch: perl
32370 ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
32371____________________________________________________________________________
51c9377f
JH
32372[ 7641] By: nick on 2000/11/11 14:50:36
32373 Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
32374 Also call "Buf" layer directly when unread'ing non-read chars.
32375 Branch: perlio
32376 ! perlio.c
32377____________________________________________________________________________
436e4861
JH
32378[ 7640] By: jhi on 2000/11/11 02:05:02
32379 Log: Add more encoding tables.
32380 Branch: perl
32381 + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
32382 + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
32383 + ext/Encode/Encode/iso8859-10.enc
32384 + ext/Encode/Encode/iso8859-13.enc
32385 + ext/Encode/Encode/iso8859-14.enc
32386 + ext/Encode/Encode/iso8859-15.enc
32387 ! MANIFEST
32388____________________________________________________________________________
32389[ 7639] By: jhi on 2000/11/10 18:49:25
32390 Log: Subject: [PATCH] README.solaris
32391 From: Andy Dougherty <doughera@lafayette.edu>
32392 Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
32393 Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
32394 Branch: perl
32395 + README.solaris
32396 ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
32397 ! pod/perl.pod pod/perltoc.pod
32398____________________________________________________________________________
32399[ 7638] By: jhi on 2000/11/10 15:04:15
32400 Log: Update Changes.
32401 Branch: perl
32402 ! Changes patchlevel.h
32403____________________________________________________________________________
92e9a5a0
JH
32404[ 7637] By: jhi on 2000/11/10 14:14:28
32405 Log: Explain better why certain regex tests are skipped.
32406
32407 Subject: Re: tests skipped: unknown reason
32408 From: Lupe Christoph <lupe@lupe-christoph.de>
32409 Date: Fri, 10 Nov 2000 09:08:56 +0100
32410 Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
32411 Branch: perl
32412 ! t/op/regexp.t
32413____________________________________________________________________________
51c9377f
JH
32414[ 7636] By: nick on 2000/11/10 13:40:00
32415 Log: Integrate mainline.
32416 Branch: perlio
32417 !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
32418 !> hints/uts.sh lib/unicode/syllables.txt perlio.c
32419 !> win32/bin/search.pl
32420____________________________________________________________________________
92e9a5a0
JH
32421[ 7635] By: nick on 2000/11/10 13:25:52
32422 Log: Re-instate stdio large file support via perlio.
32423 Branch: perl
32424 ! perlio.c
32425____________________________________________________________________________
32426[ 7634] By: jhi on 2000/11/10 04:49:55
32427 Log: Amdahl UTS hints updates.
32428
32429 Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
32430 From: hom00@utsglobal.com (Harold O Morris)
32431 Date: Thu, 9 Nov 2000 20:02 PST
32432 Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
32433 Branch: perl
32434 ! hints/uts.sh
32435____________________________________________________________________________
32436[ 7633] By: jhi on 2000/11/09 23:33:28
32437 Log: Subject: [PATCH] IO::Seekable pod
32438 From: Nicholas Clark <nick@talking.bollo.cx>
32439 Date: Thu, 9 Nov 2000 20:29:45 +0000
32440 Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
32441 Branch: perl
32442 ! ext/IO/lib/IO/Handle.pm
32443____________________________________________________________________________
32444[ 7632] By: jhi on 2000/11/09 21:55:41
32445 Log: Various doc oddball characters.
32446
32447 Subject: [ID 20001106.004] Perl 5.6.0 bugs
32448 From: Michael Somos <somos@grail.cba.csuohio.edu>
32449 Date: Mon, 6 Nov 2000 17:44:20 -0500
32450 Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
32451 Branch: perl
32452 ! emacs/cperl-mode.el lib/unicode/syllables.txt
32453 ! win32/bin/search.pl
32454____________________________________________________________________________
32455[ 7631] By: jhi on 2000/11/09 21:12:29
32456 Log: Subject: Re: bash -c exit and linux hints
32457 From: "John P. Linderman" <jpl@research.att.com>
32458 Date: Thu, 02 Nov 2000 09:37:25 -0500
32459 Message-Id: <200011021437.JAA63199@raptor.research.att.com>
32460 Branch: perl
32461 ! hints/linux.sh
32462____________________________________________________________________________
51c9377f
JH
32463[ 7630] By: nick on 2000/11/09 20:34:11
32464 Log: Integrate mainline.
32465 Branch: perlio
32466 !> (integrate 91 files)
32467____________________________________________________________________________
92e9a5a0
JH
32468[ 7629] By: jhi on 2000/11/09 19:46:31
32469 Log: Missing dTHXs.
32470
32471 Subject: RE: perl@7595 builds not on cygwin
32472 From: "Eric Fifer" <egf7@columbia.edu>
32473 Date: Thu, 9 Nov 2000 19:26:50 -0000
32474 Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
32475 Branch: perl
32476 ! ext/Devel/Peek/Peek.xs
32477____________________________________________________________________________
32478[ 7628] By: jhi on 2000/11/09 14:48:27
32479 Log: Disable only the tests 99 and 166 for UTF-8 locales.
32480 Branch: perl
32481 ! t/pragma/locale.t
32482____________________________________________________________________________
32483[ 7627] By: jhi on 2000/11/09 14:40:27
32484 Log: There's no =head3.
32485 Branch: perl
32486 ! pod/perlhack.pod
32487____________________________________________________________________________
32488[ 7626] By: jhi on 2000/11/09 13:54:26
32489 Log: The generated boot_* headers are wrong. Pickier compiler,
32490 such as KAI C++ will refuse to compile the resulting perlmain.
32491
32492 Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
32493 From: Harri Pasanen <harri.pasanen@trema.com>
32494 Date: Thu, 09 Nov 2000 14:23:28 +0100
32495 Message-Id: <3A0AA550.26D548A3@trema.com>
32496 Branch: perl
32497 ! minimod.pl
32498____________________________________________________________________________
32499[ 7625] By: jhi on 2000/11/09 13:50:44
32500 Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
32501 From: Prymmer/Kahn <pvhp@best.com>
32502 Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
32503 Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
32504
32505 All except the "cow orker" change.
32506 Branch: perl
32507 ! Porting/pumpkin.pod
32508____________________________________________________________________________
32509[ 7624] By: jhi on 2000/11/09 13:45:33
32510 Log: Fix for
32511
32512 Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
32513 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32514 Date: Thu, 09 Nov 2000 11:05:52 +0100
32515 Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
32516 Branch: perl
32517 ! pod/perldiag.pod t/pragma/warn/pp_sys
32518____________________________________________________________________________
32519[ 7623] By: jhi on 2000/11/09 13:37:16
32520 Log: Typo in an ifndef.
32521
32522 Subject: Re: [PATCH 5.7.0] better messages from malloc()
32523 From: Joe Smith <jms@inwap.com>
32524 Date: Thu, 09 Nov 2000 01:33:14 -0800
32525 Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
32526 Branch: perl
32527 ! malloc.c
32528____________________________________________________________________________
32529[ 7622] By: jhi on 2000/11/09 13:31:18
32530 Log: Remove unused extra arguments.
32531 Branch: metaconfig/U/perl
32532 ! perlxv.U
32533 Branch: perl
32534 ! Configure config_h.SH
32535____________________________________________________________________________
32536[ 7621] By: jhi on 2000/11/09 13:16:36
32537 Log: More VMS moves on environment handling, from Charles Lane.
32538 Branch: perl
32539 ! t/pragma/locale.t
32540____________________________________________________________________________
32541[ 7620] By: jhi on 2000/11/09 04:42:38
32542 Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat() on filehandle _ warning
32543 From: David Dyck <dcd@tc.fluke.com>
32544 Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
32545 Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
32546 Branch: perl
32547 ! pp_sys.c
32548____________________________________________________________________________
32549[ 7619] By: jhi on 2000/11/09 04:36:21
32550 Log: Forgot from #7618.
32551 Branch: perl
32552 ! lib/File/stat.pm
32553____________________________________________________________________________
32554[ 7618] By: jhi on 2000/11/09 04:28:44
32555 Log: Make deleting for %ENV work for (newer versions of) VMS,
32556 from Craig A. Berry.
32557 Branch: perl
32558 ! vms/vms.c
32559____________________________________________________________________________
32560[ 7617] By: jhi on 2000/11/09 04:25:05
32561 Log: Subject: [PATCH] Class::Struct at compile time
32562 From: "Casey R. Tweten" <crt@kiski.net>
32563 Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
32564 Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
32565 Branch: perl
32566 ! lib/Class/Struct.pm
32567____________________________________________________________________________
32568[ 7616] By: jhi on 2000/11/09 04:15:17
32569 Log: Subject: [ID 20001108.013] spelling
32570 From: "Todd T. Fries" <todd@fries.int.mrleng.com>
32571 Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
32572 Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
32573 Branch: perl
32574 ! lib/ftp.pl
32575____________________________________________________________________________
32576[ 7615] By: jhi on 2000/11/09 04:12:42
32577 Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
32578 From: Peter Prymmer <pvhp@forte.com>
32579 Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
32580 Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
32581 Branch: perl
32582 ! configure.com
32583____________________________________________________________________________
32584[ 7614] By: jhi on 2000/11/08 22:42:55
32585 Log: A missing aTHX_.
32586 Branch: perl
32587 ! ext/IPC/SysV/SysV.xs
32588____________________________________________________________________________
32589[ 7613] By: jhi on 2000/11/08 19:30:21
32590 Log: Update Changes.
32591 Branch: perl
32592 ! Changes patchlevel.h
32593____________________________________________________________________________
5d7f827b
JH
32594[ 7612] By: jhi on 2000/11/08 18:35:25
32595 Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat() on filehandle _ warning
32596 From: David Dyck <dcd@tc.fluke.com>
32597 Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
32598 Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
32599 Branch: perl
32600 ! pp_sys.c
32601____________________________________________________________________________
32602[ 7611] By: jhi on 2000/11/08 18:30:26
32603 Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
32604 From: Dominic Dunlop <domo@computer.org>
32605 Date: Tue, 7 Nov 2000 12:05:25 +0100
32606 Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
32607 Branch: perl
32608 ! malloc.c
32609____________________________________________________________________________
32610[ 7610] By: jhi on 2000/11/08 18:25:14
32611 Log: Do not test UTF-8 locales since that the tests would require
32612 polymorphic regexen.
32613 Branch: perl
32614 ! t/pragma/locale.t
32615____________________________________________________________________________
32616[ 7609] By: jhi on 2000/11/08 17:12:51
32617 Log: Locale buglets.
32618
32619 Subject: RE: Locales support (setlocale) fixes
32620 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
32621 Date: Wed, 8 Nov 2000 20:01:39 +0300
32622 Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
32623 Branch: perl
32624 ! t/pragma/locale.t util.c
32625____________________________________________________________________________
32626[ 7608] By: jhi on 2000/11/08 17:00:16
32627 Log: Deleting $ENV{PATH} in VMS is not recommendable.
32628 Branch: perl
32629 ! t/pragma/locale.t
32630____________________________________________________________________________
32631[ 7607] By: jhi on 2000/11/08 16:58:26
32632 Log: Subject: PATCH std stdio for (Free)BSD
32633 From: Nicholas Clark <nick@ccl4.org>
32634 Date: Wed, 8 Nov 2000 15:36:29 +0000
32635 Message-ID: <20001108153629.D98736@plum.flirble.org>
32636 Branch: metaconfig
32637 ! U/compline/d_stdstdio.U
32638 Branch: perl
32639 ! Configure config_h.SH
32640____________________________________________________________________________
32641[ 7606] By: jhi on 2000/11/08 16:43:31
32642 Log: Forgot to bump the line numbers in #7601.
32643 Branch: perl
32644 ! t/pragma/warn/pp_sys
32645____________________________________________________________________________
32646[ 7605] By: jhi on 2000/11/08 16:39:12
32647 Log: More careful detection of how well NVs and UVs mix.
32648
32649 Subject: [PATCH] Re: NV preserving UV (wasRe: [ID 20001007.002] Not OK: perl v5.7.0 +DEVEL7158 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED))
32650 From: Nicholas Clark <nick@ccl4.org>
32651 Date: Wed, 8 Nov 2000 15:14:12 +0000
32652 Message-ID: <20001108151412.B98736@plum.flirble.org>
32653
32654 Added some SIGFPE paranoia.
32655 Branch: metaconfig/U/perl
32656 ! perlxv.U
32657 Branch: perl
32658 ! Configure config_h.SH
32659____________________________________________________________________________
32660[ 7604] By: jhi on 2000/11/08 14:39:10
32661 Log: Subject: [patch perl@7595] VMS configure.com tweak
32662 From: "Craig A. Berry" <craigberry@mac.com>
32663 Date: Wed, 8 Nov 2000 00:24:12 -0600
32664 Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
32665 Branch: perl
32666 ! configure.com
32667____________________________________________________________________________
32668[ 7603] By: jhi on 2000/11/08 14:27:11
32669 Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
32670 From: Robin Barker <rmb1@cise.npl.co.uk>
32671 Date: Wed, 8 Nov 2000 11:11:39 GMT
32672 Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
32673 Branch: perl
32674 ! perlio.c
32675____________________________________________________________________________
32676[ 7602] By: jhi on 2000/11/08 14:25:03
32677 Log: Fix for the tie-refhash string table leaks.
32678
32679 From: Nick Ing-Simmons <nik@tiuk.ti.com>
32680 Date: Wed, 8 Nov 2000 13:03:04 GMT
32681 Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
32682 Branch: perl
32683 ! t/lib/tie-refhash.t
32684____________________________________________________________________________
32685[ 7601] By: jhi on 2000/11/08 14:21:08
32686 Log: Try to avoid flockless and emulationless places.
32687 Branch: perl
32688 ! t/pragma/warn/pp_sys
32689____________________________________________________________________________
32690[ 7600] By: jhi on 2000/11/08 02:28:54
32691 Log: Overrideable keys, each, pop, push, shift, splice, unshift.
32692
32693 Subject: [PATCH] prototyped functions that should be overrideable
32694 From: "Casey R. Tweten" <crt@kiski.net>
32695 Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
32696 Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
32697 Branch: perl
32698 ! toke.c
32699____________________________________________________________________________
32700[ 7599] By: jhi on 2000/11/08 01:12:05
32701 Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
32702
32703 Subject: [PATCH] perlbug.PL
32704 From: "Kurt D. Starsinic" <kstar@chapin.edu>
32705 Date: Mon, 6 Nov 2000 21:39:01 -0500
32706 Message-ID: <20001106213901.B20955@O2.chapin.edu>
32707 Branch: perl
32708 ! utils/perlbug.PL
32709____________________________________________________________________________
32710[ 7598] By: jhi on 2000/11/07 23:42:00
32711 Log: Bad thinko in #7581 (I used the test program with the expanded
32712 values as-is).
32713 Branch: metaconfig
32714 ! U/compline/d_stdstdio.U
32715 Branch: perl
32716 ! Configure
32717____________________________________________________________________________
32718[ 7597] By: jhi on 2000/11/07 21:43:29
32719 Log: Subject: [PATCH perl@7573] cygwin port
32720 From: "Fifer, Eric" <EFifer@sanwaint.com>
32721 Date: Tue, 7 Nov 2000 18:08:51 -0000
32722 Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
32723
32724 Synchronize with Cygwin 1.1.5.
32725 Branch: perl
32726 ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
32727 ! pod/perlport.pod unixish.h util.c
32728____________________________________________________________________________
32729[ 7596] By: jhi on 2000/11/07 21:39:25
32730 Log: perlhack updates from H.Merijn Brand.
32731 Branch: perl
32732 ! pod/perlhack.pod
32733____________________________________________________________________________
32734[ 7595] By: jhi on 2000/11/07 20:21:41
32735 Log: Update Changes.
32736 Branch: perl
32737 ! Changes patchlevel.h
32738____________________________________________________________________________
f2b18709
JH
32739[ 7594] By: jhi on 2000/11/07 19:18:58
32740 Log: Be more robust in Dynaloader.pm.
32741 Branch: perl
32742 ! ext/DynaLoader/DynaLoader_pm.PL
32743____________________________________________________________________________
32744[ 7593] By: jhi on 2000/11/07 16:49:31
32745 Log: AUTHORS update.
32746 Branch: perl
32747 ! AUTHORS
32748____________________________________________________________________________
32749[ 7592] By: gsar on 2000/11/07 16:39:51
32750 Log: normalize relative paths in virtualized current directory on windows,
32751 under ithreads (avoids ".." etc showing up in what Cwd::cwd()
32752 returns)
32753 Branch: perl
32754 ! win32/vdir.h
32755____________________________________________________________________________
32756[ 7591] By: jhi on 2000/11/07 16:04:26
32757 Log: Too profiler-happy: with optimization the #7590 actually makes
32758 the test to run 0.5% _slower_. Requires much more instrumentation.
32759 Retract #7590.
32760 Branch: perl
32761 ! regcomp.c regcomp.h
32762____________________________________________________________________________
32763[ 7590] By: jhi on 2000/11/07 15:51:13
32764 Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
32765 execution time in regcomp.c S_cl_any() and S_cl_is_anything()
32766 by using memset() and testing bytewise (as opposed to bitwise).
32767 Branch: perl
32768 ! regcomp.c regcomp.h
32769____________________________________________________________________________
32770[ 7589] By: jhi on 2000/11/07 12:56:39
32771 Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for
32772 From: "Craig A. Berry" <craig.berry@psinetcs.com>
32773 Date: Mon, 06 Nov 2000 23:45:30 -0500
32774 Message-Id: <0011079735.AA973576259@univpress.com>
32775 Branch: perl
32776 ! configure.com t/lib/st-lock.t
32777____________________________________________________________________________
32778[ 7588] By: jhi on 2000/11/07 01:03:28
32779 Log: Tweak #7587.
32780 Branch: perl
32781 ! pod/perldiag.pod
32782____________________________________________________________________________
32783[ 7587] By: jhi on 2000/11/07 01:00:27
32784 Log: A doc addition for bug id 20001105.019, beware \p.
32785 Branch: perl
32786 ! pod/perldiag.pod
32787____________________________________________________________________________
32788[ 7586] By: jhi on 2000/11/07 00:32:22
32789 Log: Fake support of holey files in win/dosish platforms.
32790
32791 Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
32792 From: kipp@shonanblue.ne.jp
32793 Date: Mon, 6 Nov 2000 13:30:55 -0800
32794 Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
32795 Branch: perl
32796 ! ext/SDBM_File/sdbm/sdbm.c
32797____________________________________________________________________________
32798[ 7585] By: jhi on 2000/11/07 00:12:54
32799 Log: Subject: Pod updates
32800 From: "Stephen P. Potter" <spp@spotter.yi.org>
32801 Date: Mon, 06 Nov 2000 18:56:43 -0500
32802 Message-Id: <200011062357.SAA18173@spotter.yi.org>
32803 Branch: perl
32804 ! README.dos README.os2 README.win32 pod/buildtoc.PL
32805 ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
32806 ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
32807 ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
32808 ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
32809 ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
32810 ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
32811 ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
32812 ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
32813 ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
32814 ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
32815 ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
32816 ! pod/perltootc.pod pod/perlunicode.pod
32817____________________________________________________________________________
32818[ 7584] By: jhi on 2000/11/07 00:04:17
32819 Log: Varargs don't always work too well if one puts an unsigned
32820 char on the stack and pop an unsigned quad off the stack.
32821
32822 Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
32823 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
32824 Date: Mon, 06 Nov 2000 15:19:05 -0800
32825 Message-ID: <pxzB6gzkgKXY092yn@efn.org>
32826 Branch: perl
32827 ! utf8.c
32828____________________________________________________________________________
32829[ 7583] By: jhi on 2000/11/06 23:58:48
32830 Log: %ENV note tweaks from Dan Sugalski.
32831 Branch: perl
32832 ! pod/perlport.pod vms/perlvms.pod
32833____________________________________________________________________________
32834[ 7582] By: jhi on 2000/11/06 23:05:49
32835 Log: glibc5 detection by __GNU_LIBRARY__.
32836 Branch: perl
32837 ! toke.c
32838____________________________________________________________________________
32839[ 7581] By: jhi on 2000/11/06 22:51:29
32840 Log: Make the stdio test program of 7427 less noisy while being
32841 compiled so that Digital UNIX wouldn't get both
32842 d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
32843 undefined. This makes perlio happy.
32844 Branch: metaconfig
32845 ! U/compline/d_stdstdio.U
32846 Branch: perl
32847 ! Configure config_h.SH
32848____________________________________________________________________________
32849[ 7580] By: jhi on 2000/11/06 22:41:41
32850 Log: Document %ENV = () portability issues.
32851 Branch: perl
32852 ! pod/perlport.pod vms/perlvms.pod
32853____________________________________________________________________________
32854[ 7579] By: jhi on 2000/11/06 21:29:24
32855 Log: VOS updates from Paul Green.
32856 Branch: perl
32857 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
32858____________________________________________________________________________
32859[ 7578] By: jhi on 2000/11/06 21:00:40
32860 Log: Sanitize the environment further.
32861 Branch: perl
32862 ! t/pragma/locale.t
32863____________________________________________________________________________
32864[ 7577] By: jhi on 2000/11/06 20:53:51
32865 Log: Re-introduce 7552 lost in integration.
32866 Branch: perl
32867 ! perlio.c
32868____________________________________________________________________________
32869[ 7576] By: jhi on 2000/11/06 20:33:46
32870 Log: Admit that the test leaks scalars.
32871 Branch: perl
32872 ! t/comp/proto.t
32873____________________________________________________________________________
32874[ 7575] By: jhi on 2000/11/06 20:17:08
32875 Log: Integrate perlio.
32876 Branch: perl
32877 !> perlio.c
32878____________________________________________________________________________
51c9377f
JH
32879[ 7574] By: nick on 2000/11/06 20:07:28
32880 Log: Remove debug. Try (Mmap_t) on madvise() call.
32881 Branch: perlio
32882 ! perlio.c
32883____________________________________________________________________________
f2b18709
JH
32884[ 7573] By: jhi on 2000/11/06 13:56:05
32885 Log: Update Changes.
32886 Branch: perl
32887 ! Changes patchlevel.h
32888____________________________________________________________________________
e3b1fa82
JH
32889[ 7572] By: jhi on 2000/11/06 13:48:41
32890 Log: Subject: Re: rsync'ed patches vs. rsync'ed source
32891 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32892 Date: Mon, 06 Nov 2000 10:11:42 +0100
32893 Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
32894 Branch: perl
32895 ! pod/perlhack.pod
32896____________________________________________________________________________
32897[ 7571] By: jhi on 2000/11/06 01:45:51
32898 Log: AUTHORS updates.
32899 Branch: perl
32900 ! AUTHORS
32901____________________________________________________________________________
32902[ 7570] By: jhi on 2000/11/06 00:18:00
32903 Log: Fix for
32904
32905 Subject: [ID 20000728.005] perl -P broken
32906 From: David Dyck <dcd@tc.fluke.com>
32907 Date: Fri, 28 Jul 2000 17:19:16 -0700
32908 Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
32909
32910 (hopefully). The fix is also not complete, it seems to break
32911 BOM swallowing for libc5 systems, but until someone figures
32912 out a way to do this without ftell(), this will do.
32913 Branch: perl
32914 ! toke.c
32915____________________________________________________________________________
32916[ 7569] By: jhi on 2000/11/06 00:05:30
32917 Log: Document that the evaled syntax errors cause scalar leaks.
32918 Branch: perl
32919 ! t/comp/proto.t
32920____________________________________________________________________________
32921[ 7568] By: jhi on 2000/11/05 23:14:47
32922 Log: opmini.o can linger from Configures past.
32923 Branch: perl
32924 ! Makefile.SH
32925____________________________________________________________________________
32926[ 7567] By: jhi on 2000/11/05 21:28:39
32927 Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
32928 first argument correctly.
32929 Branch: perl
32930 ! perlio.c
32931____________________________________________________________________________
32932[ 7566] By: jhi on 2000/11/05 21:15:56
32933 Log: Integrate perlio.
32934 Branch: perl
32935 !> perlio.c
32936____________________________________________________________________________
32937[ 7565] By: jhi on 2000/11/05 21:15:13
32938 Log: Use -dM for gcc (the suggested patch did it only for Linux,
32939 but I think it can be generalized).
32940
32941 Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
32942 From: Pixel <pixel@mandrakesoft.com>
32943 Date: 05 Nov 2000 21:49:34 +0100
32944 Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
32945 Branch: perl
32946 ! ext/Errno/Errno_pm.PL
32947____________________________________________________________________________
51c9377f
JH
32948[ 7564] By: nick on 2000/11/05 21:09:18
32949 Log: Added a mmap layer as a "subclass" of perlio.
32950 PERLIO=mmap ./perl harness passes
32951 Branch: perlio
32952 ! perlio.c
32953____________________________________________________________________________
e3b1fa82
JH
32954[ 7563] By: jhi on 2000/11/05 19:48:55
32955 Log: Add a note for future generations about bug id 20000229.006.
32956 Branch: perl
32957 ! malloc.c
32958____________________________________________________________________________
32959[ 7562] By: jhi on 2000/11/05 19:38:24
32960 Log: Fix for bug id 19990615.008, pos() unset during s///ge.
32961 Branch: perl
32962 ! pp_ctl.c t/op/pos.t
32963____________________________________________________________________________
32964[ 7561] By: jhi on 2000/11/05 18:21:46
32965 Log: Add =pod to be tidy.
32966 Branch: perl
32967 ! lib/Math/Complex.pm
32968____________________________________________________________________________
32969[ 7560] By: jhi on 2000/11/05 17:38:46
32970 Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
32971 Branch: perl
32972 ! ext/Storable/ChangeLog ext/Storable/Storable.pm
32973 ! ext/Storable/Storable.xs t/lib/st-recurse.t
32974____________________________________________________________________________
32975[ 7559] By: jhi on 2000/11/05 17:32:59
32976 Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
32977 From: "Peter J. Farley III" <pjfarley@banet.net>
32978 Date: Sun, 05 Nov 2000 11:55:59 -0500
32979 Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net>
32980 Branch: perl
32981 ! t/lib/syslog.t
32982____________________________________________________________________________
32983[ 7558] By: jhi on 2000/11/05 17:29:19
32984 Log: Integrate perlio.
32985 Branch: perl
32986 !> perlio.c
32987____________________________________________________________________________
32988[ 7557] By: jhi on 2000/11/05 17:22:01
32989 Log: A fix of sorts for 20000329.026, a better error message
32990 for a missing "use charnames" when using the \N{...}.
32991 Branch: perl
32992 ! pod/perldiag.pod toke.c
32993____________________________________________________________________________
32994[ 7556] By: jhi on 2000/11/05 16:33:50
32995 Log: Test tweak: show also the failed locales.
32996
32997 Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8
32998 From: Lupe Christoph <lupe@lupe-christoph.de>
32999 Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
33000 Message-Id: <200011051139.MAA12442@lupe-christoph.de>
33001 Branch: perl
33002 ! t/pragma/locale.t
33003____________________________________________________________________________
51c9377f
JH
33004[ 7555] By: nick on 2000/11/05 11:09:34
33005 Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
33006 open RDWR so does not fail. (pragma/warnings 303 again...)
33007 Branch: perlio
33008 ! perlio.c
33009____________________________________________________________________________
33010[ 7554] By: nick on 2000/11/05 10:10:13
33011 Log: Fix case where ungetc(f,EOF) was allowed.
33012 Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
33013 so we can see similarities.
33014 Use types more carefully and a STDCHAR array in hope that this will
33015 fix Jarrko's 64bit machine.
33016 Branch: perlio
33017 ! perlio.c
33018____________________________________________________________________________
e3b1fa82
JH
33019[ 7553] By: jhi on 2000/11/05 01:12:16
33020 Log: Fix for
33021
33022 Subject: [ID 20001004.007] taint propogation is inconsistent
33023 From: pimlott@idiomtech.com (Andrew Pimlott)
33024 Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
33025 Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
33026
33027 The culprit was sv_setsv() which was rather blindly
51c9377f
JH
33028 propagating taint, which lead to behaviour where if
33029 a tainted anon hash value was seen all the hash values
33030 from then on at that level became tainted, or at any
33031 upper levels in the case of nested anon hashes.
e3b1fa82
JH
33032 Branch: perl
33033 ! sv.c t/op/taint.t
33034____________________________________________________________________________
33035[ 7552] By: jhi on 2000/11/04 23:44:18
33036 Log: Some cpps don't like splitting conditionals across several lines.
33037 Branch: perl
33038 ! perlio.c
33039____________________________________________________________________________
51c9377f
JH
33040[ 7551] By: nick on 2000/11/04 23:40:44
33041 Log: Integrate mainline
33042 Branch: perlio
33043 !> pp_hot.c t/op/taint.t
33044____________________________________________________________________________
33045[ 7550] By: nick on 2000/11/04 23:39:05
33046 Log: Integrate mainline again
33047 Branch: perlio
33048 !> Configure config_h.SH embed.h embed.pl perl.h proto.h
33049 !> t/lib/b.t t/op/misc.t util.c
33050____________________________________________________________________________
e3b1fa82
JH
33051[ 7549] By: jhi on 2000/11/04 23:14:01
33052 Log: Fix for
33053
33054 Subject: [ID 20001004.006] undef is never tainted
33055 From: pimlott@idiomtech.com (Andrew Pimlott)
33056 Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
33057 Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
33058
33059 An undef read from a slurped file was not tainted.
33060 Branch: perl
33061 ! pp_hot.c t/op/taint.t
33062____________________________________________________________________________
33063[ 7548] By: jhi on 2000/11/04 22:56:21
33064 Log: Test tweak ($Config{useperlio} is by default undef) .
33065 Branch: perl
33066 ! t/lib/b.t
33067____________________________________________________________________________
33068[ 7547] By: jhi on 2000/11/04 22:43:56
33069 Log: Integrate perlio.
33070 Branch: perl
33071 +> lib/perlio.pm
33072 !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
33073 !> pod/perlapi.pod t/lib/b.t
33074____________________________________________________________________________
33075[ 7546] By: jhi on 2000/11/04 22:40:59
33076 Log: Configure would use a bad $myuname from an old config.sh.
33077
33078 Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
33079 From: Andy Dougherty <doughera@lafayette.edu>
33080 Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
33081 Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
33082 Branch: metaconfig
33083 ! U/modified/Oldconfig.U
33084 Branch: perl
33085 ! Configure config_h.SH
33086____________________________________________________________________________
33087[ 7545] By: jhi on 2000/11/04 22:36:54
33088 Log: Subject: Locales support (setlocale) fixes
33089 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
33090 Date: Sat, 4 Nov 2000 10:15:48 +0300
33091 Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
33092
33093 Modified quite a bit to be more portable.
33094 Branch: perl
33095 ! embed.h embed.pl perl.h proto.h util.c
33096____________________________________________________________________________
33097[ 7544] By: jhi on 2000/11/04 22:32:47
33098 Log: Dying is too strict here, better just skip.
33099 Branch: perl
33100 ! t/op/misc.t
33101____________________________________________________________________________
51c9377f
JH
33102[ 7543] By: nick on 2000/11/04 21:55:13
33103 Log: Merge mainline
33104 Branch: perlio
33105 +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
33106 +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
33107 +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
33108 !> (integrate 64 files)
33109____________________________________________________________________________
e3b1fa82
JH
33110[ 7542] By: jhi on 2000/11/04 21:09:28
33111 Log: More Changes tweakery.
33112 Branch: perl
33113 ! Changes Porting/genlog
33114____________________________________________________________________________
0b3b9d72
JH
33115[ 7541] By: jhi on 2000/11/04 20:58:18
33116 Log: Changes fixups.
33117 Branch: perl
33118 ! Changes
33119____________________________________________________________________________
71d4b5fd
JH
33120[ 7540] By: jhi on 2000/11/04 20:42:38
33121 Log: Locale tweakery. Add test case for bug id 20000809.003 to op/misc,
33122 create a "fast path" for locale name probing using "locale -a"
33123 if available, squash finally hopefully the s?printf resetting
33124 the numeric locale (since, IIUC perllocale, it never shouldn't).
33125 Branch: perl
33126 ! sv.c t/op/misc.t t/pragma/locale.t
33127____________________________________________________________________________
51c9377f
JH
33128[ 7539] By: nick on 2000/11/04 19:56:10
33129 Log: PerlIO infrastructure complete.
33130 Branch: perlio
33131 + lib/perlio.pm
33132 ! MANIFEST iperlsys.h perlio.c t/lib/b.t
33133____________________________________________________________________________
33134[ 7538] By: nick on 2000/11/04 14:31:32
33135 Log: Type tweaks + less contorted allocation scheme
33136 Branch: perlio
33137 ! perlio.c
33138____________________________________________________________________________
33139[ 7537] By: nick on 2000/11/04 12:40:42
33140 Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
33141 a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
33142 fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
33143 sensible) which lead to some interesting fails.
33144 Branch: perlio
33145 ! perlio.c
33146____________________________________________________________________________
0b3b9d72
JH
33147[ 7536] By: jhi on 2000/11/04 00:20:02
33148 Log: Add FCNTL_CAN_LOCK.
33149
33150 Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
33151 From: Andy Dougherty <doughera@lafayette.edu>
33152 Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
33153 Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
33154
33155 Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
33156 From: Andy Dougherty <doughera@lafayette.edu>
33157 In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
33158 Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
33159 Branch: metaconfig/U/perl
33160 + d_fcntl_can_lock.U
33161 ! startperl.U
33162 Branch: perl
33163 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33164 ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
33165 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
33166 ! vos/config.ga.h win32/config.bc win32/config.gc
33167 ! win32/config.vc
33168____________________________________________________________________________
51c9377f
JH
33169[ 7535] By: nick on 2000/11/03 22:19:10
33170 Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
33171 - Works on Linux with
33172 perlio + unix
33173 stdio
33174 - Works on Solaris with
33175 perlio + unix
33176 - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
33177 - Fails (hangs in openpid) if you try and stack
33178 perlio + stdio - Linux stdio's read() logic is hanging.
33179 Branch: perlio
33180 ! iperlsys.h perlio.c
33181____________________________________________________________________________
71d4b5fd
JH
33182[ 7534] By: jhi on 2000/11/03 15:16:02
33183 Log: Subject: Re: README.aix
33184 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33185 Date: Fri, 03 Nov 2000 16:03:15 +0100
33186 Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
33187 Branch: perl
33188 ! README.aix
33189____________________________________________________________________________
33190[ 7533] By: jhi on 2000/11/03 03:59:02
33191 Log: Subject: [PATCH 5.7.0] better messages from malloc()
33192 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33193 Date: Wed, 1 Nov 2000 23:39:56 -0500
33194 Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
33195 Branch: perl
33196 ! malloc.c pod/perldiag.pod
33197____________________________________________________________________________
33198[ 7532] By: jhi on 2000/11/03 00:11:56
33199 Log: The #7521 touched things it shouldn't have.
33200 Branch: perl
33201 ! ext/POSIX/POSIX.xs ext/POSIX/typemap
33202____________________________________________________________________________
33203[ 7531] By: jhi on 2000/11/02 22:32:33
33204 Log: Subject: [PATCH] Perl@7504, vms/gen_shrfls.pl
33205 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
33206 Date: Thu, 2 Nov 2000 16:58:36 EST
33207 Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
33208 Branch: perl
33209 ! vms/gen_shrfls.pl
33210____________________________________________________________________________
33211[ 7530] By: jhi on 2000/11/02 22:08:49
33212 Log: Fix the problem discussed in
33213
33214 Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
33215 Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST)
33216 Message-Id: <200010160148.EAA14523@alpha.hut.fi>
33217
33218 originally from Linc Madison. Also Andreas König's comments
33219 taken into account. Some other problems with Tie::SubstrHash
33220 fixed: didn't croak when the table exceeded the requested number
33221 of entries (as documented) but instead when the number of entries
33222 exceeded the size of the table, a croak() had an unnecessary \n,
33223 didn't have a CLEAR method, documented that there is no exists().
33224 Didn't fix to be strict-proof because the module uses &foo; and
33225 dynamic scope. Added a test script exercizing both first tamely
33226 the basic functionality, and then the failure cases reported by
33227 Linc Madison.
33228 Branch: perl
33229 + t/lib/tie-substrhash.t
33230 ! MANIFEST lib/Tie/SubstrHash.pm
33231____________________________________________________________________________
33232[ 7529] By: jhi on 2000/11/02 17:58:08
33233 Log: recv() can fail and return undef.
33234
33235 Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable
33236 From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
33237 Date: Thu, 2 Nov 2000 20:12:20 +0300
33238 Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
33239 Branch: perl
33240 ! lib/Net/Ping.pm
33241____________________________________________________________________________
33242[ 7528] By: jhi on 2000/11/02 17:49:09
33243 Log: Detpyo.
33244 Branch: perl
33245 ! pod/perlop.pod
33246____________________________________________________________________________
33247[ 7527] By: jhi on 2000/11/02 15:48:37
33248 Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
33249 fix a autovivification bug in Tie::RefHash, add tests for both.
33250
33251 Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
33252 From: Edward Avis <epa98@doc.ic.ac.uk>
33253 Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
33254 Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
33255 Branch: perl
33256 + t/lib/tie-refhash.t
33257 ! MANIFEST lib/Tie/RefHash.pm
33258____________________________________________________________________________
33259[ 7526] By: jhi on 2000/11/02 13:56:26
33260 Log: Test::Harness revealed buglets in the new DynaLoader.
33261
33262 Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
33263 From: andreas.koenig@anima.de (Andreas J. Koenig)
33264 Date: 02 Nov 2000 11:26:48 +0100
33265 Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
33266 Branch: perl
33267 ! ext/DynaLoader/DynaLoader_pm.PL
33268____________________________________________________________________________
33269[ 7525] By: jhi on 2000/11/01 23:52:08
33270 Log: The entry for #7503 was missing.
33271 Branch: perl
33272 ! Changes
33273____________________________________________________________________________
33274[ 7524] By: jhi on 2000/11/01 23:40:52
33275 Log: Update Changes.
33276 Branch: perl
33277 ! Changes patchlevel.h
33278____________________________________________________________________________
4d1e299e
JH
33279[ 7523] By: jhi on 2000/11/01 22:57:09
33280 Log: More tweaking on the #7522 theme.
33281 Branch: perl
33282 ! ext/DynaLoader/DynaLoader_pm.PL
33283____________________________________________________________________________
33284[ 7522] By: jhi on 2000/11/01 22:06:15
33285 Log: Expand %Config variables and %ENV variables only if
33286 so requested during build time using the
33287 PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
33288 Not expanding makes relocating distributions easier.
33289 Branch: perl
33290 ! ext/DynaLoader/DynaLoader_pm.PL
33291____________________________________________________________________________
33292[ 7521] By: jhi on 2000/11/01 20:56:34
33293 Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
33294 and setgid() because they were just changing $< and $( which means
33295 only changing the real uid/gid, as opposed to changing both
33296 real and effective ids. (The alternative way could have been
33297 in POSIX.pm to change $> and $), too, but making a direct call
33298 to the C API feels cleaner.) Fixes the bug
33299
33300 Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
33301 From: "Garry T. Williams" <garry@zvolve.com>
33302 Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
33303 Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
33304 Branch: perl
33305 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
33306 ! ext/POSIX/typemap pod/perlvar.pod
33307____________________________________________________________________________
33308[ 7520] By: jhi on 2000/11/01 20:08:33
33309 Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
33310 From: "Garry T. Williams" <garry@zvolve.com>
33311 Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
33312 Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
33313 Branch: perl
33314 ! pod/perlsec.pod
33315____________________________________________________________________________
33316[ 7519] By: jhi on 2000/11/01 20:01:22
33317 Log: Locale warning explanation tweak.
33318 Branch: perl
33319 ! pod/perldiag.pod
33320____________________________________________________________________________
33321[ 7518] By: jhi on 2000/11/01 18:57:13
33322 Log: C.pm part of
33323
33324 Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
33325 From: Jarkko Hietaniemi <jhi@iki.fi>
33326 Date: Tue, 10 Oct 2000 08:22:28 -0500
33327 Message-Id: <20001010082228.B17030@chaos.wustl.edu>
33328 Branch: perl
33329 ! ext/B/B/C.pm
33330____________________________________________________________________________
33331[ 7517] By: jhi on 2000/11/01 18:41:59
33332 Log: Subject: [ID 20001005.006] Documentation -- description of qr//
33333 From: Martien Verbruggen <mgjv@comdyn.com.au>
33334 Date: Fri, 6 Oct 2000 14:09:10 +1100
33335 Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
33336 Branch: perl
33337 ! pod/perlop.pod
33338____________________________________________________________________________
33339[ 7516] By: jhi on 2000/11/01 18:34:55
33340 Log: Generalize the Camel wording.
33341
33342 Subject: Re: perlfaq style changes
33343 From: John Borwick <jhborwic@unity.ncsu.edu>
33344 Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
33345 Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
33346 Branch: perl
33347 ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
33348____________________________________________________________________________
33349[ 7515] By: jhi on 2000/11/01 16:52:31
33350 Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
33351 From: pimlott@idiomtech.com (Andrew Pimlott)
33352 Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
33353 Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
33354 Branch: perl
33355 ! pod/perlsec.pod
33356____________________________________________________________________________
33357[ 7514] By: jhi on 2000/11/01 15:03:40
33358 Log: More AIX lore.
33359 Branch: perl
33360 ! ext/re/hints/aix.pl
33361____________________________________________________________________________
33362[ 7513] By: jhi on 2000/11/01 14:48:30
33363 Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
33364 From: root <root@chronos.fi.muni.cz>
33365 Date: Wed, 1 Nov 2000 12:31:32 +0100
33366 Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
33367 Branch: perl
33368 ! lib/Net/Ping.pm
33369____________________________________________________________________________
33370[ 7512] By: jhi on 2000/11/01 14:46:47
33371 Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
33372 From: Martin Husemann <martin@duskware.de>
33373 Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
33374 Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
33375 Branch: perl
33376 ! regcomp.c
33377____________________________________________________________________________
33378[ 7511] By: jhi on 2000/11/01 14:39:50
33379 Log: AUTHORS updates.
33380 Branch: perl
33381 ! AUTHORS
33382____________________________________________________________________________
0b3b9d72
JH
33383[ 7510] By: jhi on 2000/11/01 14:29:50
33384 Log: Subject: [PATCH] startperl to respect versiononly
33385 From: Robin Barker <rmb1@cise.npl.co.uk>
33386 Date: Tue, 31 Oct 2000 16:29:36 GMT
33387 Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
33388 Branch: metaconfig/U/perl
33389 ! startperl.U
33390 Branch: perl
33391 ! Configure config_h.SH
33392____________________________________________________________________________
4d1e299e
JH
33393[ 7509] By: jhi on 2000/11/01 14:19:53
33394 Log: printf UVs the correct way, noticed by Robin Barker.
33395 Branch: perl
33396 ! utf8.c
33397____________________________________________________________________________
33398[ 7508] By: jhi on 2000/11/01 14:10:03
33399 Log: Do not cleanup *% because the % has special meanings in some
33400 shell environments.
33401 Branch: perl
33402 ! ext/Storable/Makefile.PL
33403____________________________________________________________________________
33404[ 7507] By: jhi on 2000/11/01 14:06:00
33405 Log: The NonStop-UX libraries have a novel way to say NaN.
33406 Branch: perl
33407 ! t/lib/bigfltpm.t
33408____________________________________________________________________________
0b3b9d72
JH
33409[ 7506] By: jhi on 2000/11/01 14:03:35
33410 Log: The osname has been lowercased by now, from Tom Bates.
33411 Branch: metaconfig
33412 ! U/modified/Oldconfig.U
33413 Branch: perl
33414 ! Configure config_h.SH
33415____________________________________________________________________________
4d1e299e
JH
33416[ 7505] By: jhi on 2000/10/31 19:18:39
33417 Log: The compiler is either gcc or cc, from Tom Bates.
33418 Branch: perl
33419 ! hints/nonstopux.sh
33420____________________________________________________________________________
33421[ 7504] By: jhi on 2000/10/31 14:53:42
33422 Log: Update Changes.
33423 Branch: perl
33424 ! Changes patchlevel.h
33425____________________________________________________________________________
0b3b9d72
JH
33426[ 7503] By: jhi on 2000/10/31 14:30:50
33427 Log: Whitespace style tweak. Was originally going to see to
33428
33429 Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
33430 From: Joe Smith <jms@inwap.com>
33431 Date: Mon, 30 Oct 2000 18:47:57 -0800
33432 Message-Id: <39FE32DD.24AAC4D@inwap.com>
33433
33434 but that had already been taken care of.
33435 Branch: metaconfig
33436 ! U/compline/d_stdstdio.U
33437 Branch: perl
33438 ! Configure config_h.SH
33439____________________________________________________________________________
582754e4
JH
33440[ 7502] By: jhi on 2000/10/31 14:25:02
33441 Log: AUTHORS tweaks.
33442 Branch: perl
33443 ! AUTHORS
33444____________________________________________________________________________
33445[ 7501] By: jhi on 2000/10/31 14:23:59
33446 Log: Subject: perlfaq style changes
33447 From: John Borwick <jhborwic@unity.ncsu.edu>
33448 Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
33449 Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
33450 Branch: perl
33451 ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
33452 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
33453 ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
33454 ! pod/perlfaq9.pod
33455____________________________________________________________________________
33456[ 7500] By: jhi on 2000/10/31 14:22:15
33457 Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
33458
33459 Subject: Re: [ID 20000918.005] ~ on wide chars
33460 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
33461 Date: Mon, 30 Oct 2000 21:09:55 -0800
33462 Message-ID: <jQl/5gzkgWYL092yn@efn.org>
33463
33464 (The ord() part of the patch skipped.)
33465 Branch: perl
33466 ! doop.c
33467____________________________________________________________________________
33468[ 7499] By: jhi on 2000/10/31 14:20:08
33469 Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
33470 From: Jens Hamisch <jens@Strawberry.COM>
33471 Date: Mon, 30 Oct 2000 15:17:07 +0100
33472 Message-Id: <20001030151707.A9597@Strawberry.COM>
33473 Branch: perl
33474 ! av.c
33475____________________________________________________________________________
33476[ 7498] By: jhi on 2000/10/31 14:16:29
33477 Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
33478 From: Peter Prymmer <pvhp@forte.com>
33479 Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
33480 Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
33481 Branch: perl
33482 + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
33483 + ext/Encode/Encode/posix-bc.enc
33484 ! MANIFEST t/lib/encode.t
33485____________________________________________________________________________
33486[ 7497] By: jhi on 2000/10/31 14:13:22
33487 Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
33488 From: Peter Prymmer <pvhp@forte.com>
33489 Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
33490 Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
33491 Branch: perl
33492 ! t/lib/cgi-html.t
33493____________________________________________________________________________
33494[ 7496] By: jhi on 2000/10/31 14:12:05
33495 Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
33496 From: Peter Prymmer <pvhp@forte.com>
33497 Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
33498 Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
33499 Branch: perl
33500 ! t/lib/cgi-function.t
33501____________________________________________________________________________
33502[ 7495] By: jhi on 2000/10/31 14:11:08
33503 Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
33504 From: Peter Prymmer <pvhp@forte.com>
33505 Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
33506 Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
33507 Branch: perl
33508 + ext/re/hints/aix.pl
33509 ! MANIFEST ext/re/Makefile.PL
33510____________________________________________________________________________
33511[ 7494] By: jhi on 2000/10/31 14:08:32
33512 Log: Use Errno magic.
33513
33514 Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
33515 From: Casey Tweten <perl@ctweten.amsite.com>
33516 Date: Mon, 30 Oct 2000 15:51:17 -0500
33517 Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
33518 Branch: perl
33519 ! lib/File/Temp.pm
33520____________________________________________________________________________
33521[ 7493] By: jhi on 2000/10/31 14:05:07
33522 Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
33523
33524 Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
33525 From: Nicholas Clark <nick@ccl4.org>
33526 Date: Mon, 30 Oct 2000 17:38:45 +0000
33527 Message-ID: <20001030173845.O60355@plum.flirble.org>
33528 Branch: perl
33529 ! Makefile.SH utils/perlbug.PL
33530____________________________________________________________________________
51c9377f
JH
33531[ 7492] By: nick on 2000/10/30 19:37:23
33532 Log: Change files which are mysteriously different to mainline to be
33533 copies of mainline.
33534 Branch: perlio
33535 ! objXSUB.h perlapi.c pod/perlapi.pod
33536____________________________________________________________________________
33537[ 7491] By: nick on 2000/10/30 18:05:54
33538 Log: Perlio fixes discovered on big-endian & very traditional Solaris:
33539 - typo in endian code in putc.
33540 - Don't allow read of write-only files and vice-versa
33541 - and off-by-one in flush-all loop.
33542 Remove debug calls as they were using GCC specific features.
33543 Branch: perlio
33544 ! perlio.c
33545____________________________________________________________________________
33546[ 7490] By: nick on 2000/10/29 21:45:45
33547 Log: Integrate mainline to perlio
33548 Branch: perlio
33549 !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
33550 !> toke.c
33551____________________________________________________________________________
582754e4
JH
33552[ 7489] By: jhi on 2000/10/29 21:11:08
33553 Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
33554 From: andreas.koenig@anima.de (Andreas J. Koenig)
33555 Date: 29 Oct 2000 22:05:59 +0100
33556 Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
33557 Branch: perl
33558 ! lib/ExtUtils/Manifest.pm
33559____________________________________________________________________________
33560[ 7488] By: jhi on 2000/10/29 21:07:47
33561 Log: Tests for #7487.
33562
33563 Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
33564 From: andreas.koenig@anima.de (Andreas J. Koenig)
33565 Date: 29 Oct 2000 19:37:09 +0100
33566 Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
33567 Branch: perl
33568 ! t/comp/proto.t
33569____________________________________________________________________________
33570[ 7487] By: jhi on 2000/10/29 21:06:27
33571 Log: constsub spillage.
33572
33573 Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
33574 From: John Tobey <jtobey@john-edwin-tobey.org>
33575 Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
33576 Message-Id: <m13pvSr-000FObC@feynman.localnet>
33577 Branch: perl
33578 ! op.c
33579____________________________________________________________________________
51c9377f
JH
33580[ 7486] By: nick on 2000/10/29 21:05:04
33581 Log: Integrate mainline to perlio branch
33582 Branch: perlio
33583 +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
33584 +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
33585 +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
33586 +> vos/install_perl.cm
33587 - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
33588 - vos/config.h vos/config_h.SH_orig
33589 !> (integrate 141 files)
33590____________________________________________________________________________
582754e4
JH
33591[ 7485] By: jhi on 2000/10/29 21:00:47
33592 Log: Make \x{...} consistently produce UTF-8.
33593
33594 Subject: Re: \x{...} is confused
33595 From: Simon Cozens <simon@cozens.net>
33596 Date: Sun, 29 Oct 2000 19:36:48 +0000
33597 Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
33598 Branch: perl
33599 ! t/pragma/utf8.t toke.c
33600____________________________________________________________________________
51c9377f
JH
33601[ 7484] By: nick on 2000/10/29 20:05:29
33602 Log: PerlIO passes all tests.
33603 Branch: perlio
33604 ! perlio.c
33605____________________________________________________________________________
582754e4
JH
33606[ 7483] By: jhi on 2000/10/29 18:06:55
33607 Log: Update Changes.
33608 Branch: perl
33609 ! Changes patchlevel.h
33610____________________________________________________________________________
51c9377f
JH
33611[ 7482] By: nick on 2000/10/29 17:43:28
33612 Log: Include <unistd.h> to get correct lseek() prototype etc.
33613 (I thought perl.h did that) - down to two fails
33614 - comp/require.t (last test)
33615 - lib/io_xs.t - possibly import/export of FILE * ?
33616 Branch: perlio
33617 ! perlio.c
33618____________________________________________________________________________
39ca283e
JH
33619[ 7481] By: jhi on 2000/10/29 17:02:37
33620 Log: UTF-8 decoder tweak.
33621 Branch: perl
33622 ! utf8.c
33623____________________________________________________________________________
51c9377f
JH
33624[ 7480] By: nick on 2000/10/29 16:26:11
33625 Log: Fixed two bugs:
33626 - error code not being set on close (of broken pipe)
33627 - append mode was truncating.
33628 At least one seek/tell bug remains.
33629 Branch: perlio
33630 ! perlio.c
33631____________________________________________________________________________
33632[ 7479] By: nick on 2000/10/29 11:18:16
33633 Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
33634 in case of accidents. Still several worrying fails, no line disciplines yet.
33635 Branch: perlio
33636 ! iperlsys.h perlio.c
33637____________________________________________________________________________
39ca283e
JH
33638[ 7478] By: jhi on 2000/10/29 02:04:01
33639 Log: Add also emailless people.
33640 Branch: perl
33641 ! AUTHORS
33642____________________________________________________________________________
33643[ 7477] By: jhi on 2000/10/29 01:36:00
33644 Log: The #7476 needs a MANIFEST change, too.
33645 Branch: perl
33646 ! MANIFEST
33647____________________________________________________________________________
33648[ 7476] By: jhi on 2000/10/29 01:35:21
33649 Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
33650 Branch: perl
33651 - MAINTAIN
33652 ! AUTHORS Changes
33653____________________________________________________________________________
33654[ 7475] By: jhi on 2000/10/28 23:57:25
33655 Log: De-quoted-unreadable to ISO Latin 1.
33656 (There's one ISO-2022-JP name in Changes5.004.)
33657 Branch: perl
33658 ! Changes Changes5.6
33659____________________________________________________________________________
33660[ 7474] By: jhi on 2000/10/28 19:13:06
33661 Log: Subject: [ID 20001027.007] uniq array in perlfaq
33662 From: Hans Ginzel <hans@kolej.mff.cuni.cz>
33663 Date: Fri, 27 Oct 2000 19:28:30 +0200
33664 Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz>
33665 Branch: perl
33666 ! pod/perlfaq4.pod
33667____________________________________________________________________________
33668[ 7473] By: jhi on 2000/10/28 18:02:05
33669 Log: Locking null mutexes is not recommendable.
33670
33671 Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED)
33672 From: Hugo <hv@crypt.compulink.co.uk>
33673 Date: Sat, 28 Oct 2000 18:41:12 +0100
33674 Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
33675 Branch: perl
33676 ! op.c
33677____________________________________________________________________________
33678[ 7472] By: jhi on 2000/10/28 17:52:58
33679 Log: Better create a true mailing list for the repository keepers.
33680 Branch: perl
33681 ! Porting/repository.pod
33682____________________________________________________________________________
33683[ 7471] By: jhi on 2000/10/28 17:28:24
33684 Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
33685 name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
33686 Branch: perl
33687 + Porting/repository.pod
33688 ! MANIFEST
33689____________________________________________________________________________
33690[ 7470] By: jhi on 2000/10/28 17:20:54
33691 Log: Subject: DOC PATCH 5.6.0
33692 From: mjd@plover.com
33693 Date: 27 Oct 2000 17:32:44 -0000
33694 Message-ID: <20001027173244.23754.qmail@plover.com>
33695 Branch: perl
33696 ! pod/perlfunc.pod
33697____________________________________________________________________________
33698[ 7469] By: jhi on 2000/10/28 17:16:45
33699 Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
33700 From: "Peter J. Farley III" <pjfarley@banet.net>
33701 Date: Fri, 27 Oct 2000 20:32:56 -0400
33702 Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
33703 Branch: perl
33704 ! README.dos
33705____________________________________________________________________________
33706[ 7468] By: jhi on 2000/10/28 17:07:18
33707 Log: Make target reordering to avoid pointless re-makes.
33708
33709 Subject: Re: Total re-make of 'make okfile' after 7451 ?
33710 From: Nicholas Clark <nick@ccl4.org>
33711 Date: Sat, 28 Oct 2000 00:31:02 +0100
33712 Message-ID: <20001028003101.A54517@plum.flirble.org>
33713 Branch: perl
33714 ! Makefile.SH
33715____________________________________________________________________________
33716[ 7467] By: jhi on 2000/10/28 17:05:31
33717 Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
33718 From: lvirden@cas.org
33719 Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
33720 Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
33721 Branch: perl
33722 ! README.os2
33723____________________________________________________________________________
33724[ 7466] By: jhi on 2000/10/28 16:09:16
33725 Log: Upgrade to CPAN 1.58_55.
33726
33727 Subject: CPAN.pm status
33728 From: andreas.koenig@anima.de (Andreas J. Koenig)
33729 Date: 28 Oct 2000 08:18:00 +0200
33730 Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
33731 Branch: perl
33732 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
33733____________________________________________________________________________
33734[ 7465] By: jhi on 2000/10/28 16:02:47
33735 Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
33736 Branch: perl
33737 ! embed.h embed.pl perl.h proto.h toke.c
33738____________________________________________________________________________
33739[ 7464] By: nick on 2000/10/28 10:43:44
33740 Log: Fix for sv_2iv() on "shared" value from keys %hash.
33741 Branch: perl
33742 ! sv.c
33743____________________________________________________________________________
33744[ 7463] By: jhi on 2000/10/27 16:18:29
33745 Log: Update Changes.
33746 Branch: perl
33747 ! Changes patchlevel.h
33748____________________________________________________________________________
0b3b9d72
JH
33749[ 7462] By: jhi on 2000/10/27 16:17:44
33750 Log: Too enthusiastic editing in #7460.
33751 Branch: metaconfig
33752 ! U/modified/Oldsym.U
33753 Branch: perl
33754 ! Configure config_h.SH
33755____________________________________________________________________________
9fa20d2e
JH
33756[ 7461] By: jhi on 2000/10/27 15:37:38
33757 Log: Retract #7459, the script needs more work.
33758 Branch: perl
33759 - mkreef
33760 ! MANIFEST
33761____________________________________________________________________________
0b3b9d72
JH
33762[ 7460] By: jhi on 2000/10/27 15:23:14
33763 Log: Use $sort, $uniq (and $tr) consistently as wondered
33764 by Nicholas Clark.
33765 Branch: metaconfig
33766 ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
33767 ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
33768 ! U/modified/libc.U
33769 Branch: perl
33770 ! Configure config_h.SH
33771____________________________________________________________________________
9fa20d2e
JH
33772[ 7459] By: jhi on 2000/10/27 15:02:07
33773 Log: (Retracted by #7461)
33774
33775 Add a shell script for creating/removing symbolic link farms,
33776 useful for keeping the source code read-only and doing the
33777 builds somewhere else.
33778 Branch: perl
33779 + mkreef
33780 ! MANIFEST
33781____________________________________________________________________________
33782[ 7458] By: jhi on 2000/10/27 14:42:20
33783 Log: Do away with the fix_pl.
33784 Branch: perl
33785 - fix_pl
33786 ! MANIFEST Makefile.SH
33787____________________________________________________________________________
33788[ 7457] By: jhi on 2000/10/27 12:43:13
33789 Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
33790 From: Jens Hamisch <jens@Strawberry.COM>
33791 Date: Fri, 27 Oct 2000 14:38:21 +0200
33792 Message-Id: <20001027143821.B3366@Strawberry.COM>
33793 Branch: perl
33794 ! perl.h
33795____________________________________________________________________________
33796[ 7456] By: jhi on 2000/10/27 12:33:42
33797 Log: Subject: [PATCH] todo
33798 From: Nicholas Clark <nick@ccl4.org>
33799 Date: Thu, 26 Oct 2000 22:32:29 +0100
33800 Message-ID: <20001026223229.A44540@plum.flirble.org>
33801 Branch: perl
33802 ! pod/perltodo.pod
33803____________________________________________________________________________
33804[ 7455] By: jhi on 2000/10/27 12:02:21
33805 Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
33806 From: John Tobey <jtobey@john-edwin-tobey.org>
33807 Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
33808 Message-Id: <m13ozHF-000FObC@feynman.localnet>
33809 Branch: perl
33810 ! op.c t/pragma/sub_lval.t
33811____________________________________________________________________________
33812[ 7454] By: jhi on 2000/10/27 11:59:42
33813 Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
33814 From: sthoenna@efn.org
33815 Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
33816 Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
33817 Branch: perl
33818 ! pp.c t/op/assignwarn.t
33819____________________________________________________________________________
33820[ 7453] By: jhi on 2000/10/27 00:15:08
33821 Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
33822 Branch: perl
33823 ! ext/Storable/ChangeLog ext/Storable/Storable.pm
33824 ! ext/Storable/Storable.xs t/lib/st-lock.t
33825____________________________________________________________________________
33826[ 7452] By: jhi on 2000/10/26 13:05:52
33827 Log: Undo #7451, this seems to be a deficiency in Perforce,
33828 there is no per-file line-terminator type, only per-client.
33829 Branch: perl
33830 ! README.dos README.win32 djgpp/configure.bat win32/Makefile
33831 ! win32/makefile.mk
33832____________________________________________________________________________
33833[ 7451] By: jhi on 2000/10/26 04:56:03
33834 Log: Experimenting in DOS arcana.
33835 Branch: perl
33836 ! README.dos README.win32 djgpp/configure.bat win32/Makefile
33837 ! win32/makefile.mk
33838____________________________________________________________________________
33839[ 7450] By: jhi on 2000/10/26 04:50:52
33840 Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[ 7350] breaks VMS perl
33841 From: "Peter J. Farley III" <pjfarley@banet.net>
33842 Date: Wed, 25 Oct 2000 23:10:18 -0400
33843 Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
33844 Branch: perl
33845 ! t/io/open.t
33846____________________________________________________________________________
33847[ 7449] By: jhi on 2000/10/26 04:49:16
33848 Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
33849 From: Hugo <hv@crypt.compulink.co.uk>
33850 Date: Thu, 26 Oct 2000 01:55:17 +0100
33851 Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
33852
33853 minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
33854 Branch: perl
33855 ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
33856____________________________________________________________________________
33857[ 7448] By: jhi on 2000/10/26 04:38:36
33858 Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
33859 From: Peter Prymmer <pvhp@forte.com>
33860 Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)
33861 Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
33862 Branch: perl
33863 ! configure.com
33864____________________________________________________________________________
33865[ 7447] By: jhi on 2000/10/25 23:20:02
33866 Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
33867 in platforms that strictly require all the symbols being present
33868 at link time.
33869 Branch: perl
33870 ! handy.h
33871____________________________________________________________________________
33872[ 7446] By: jhi on 2000/10/25 21:55:57
33873 Log: Update Changes.
33874 Branch: perl
33875 ! Changes patchlevel.h
33876____________________________________________________________________________
fdfe4652
JH
33877[ 7445] By: jhi on 2000/10/25 21:27:08
33878 Log: Integrate with vmsperl #7430 by Charles Bailey:
33879
33880 Cleanup from prior patch (Charles Lane?):
33881 - improve handling of MFDs in Basename and Path
33882 - default to no xsubpp line # munging when building debug images
33883 Branch: perl
33884 !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
33885____________________________________________________________________________
33886[ 7444] By: jhi on 2000/10/25 21:03:50
33887 Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
33888 From: John Peacock <JPeacock@UnivPress.com>
33889 Date: Thu, 18 May 2000 11:55:27 -0400
33890 Message-ID: <3924126F.A58BE57A@UnivPress.com>
33891 Branch: perl
33892 ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
33893 ! t/op/write.t
33894____________________________________________________________________________
33895[ 7443] By: jhi on 2000/10/25 20:43:10
33896 Log: Temporary stopgap for the self-tying issue: for now only
33897 array and hash self-ties are verboten. The real fix, of
33898 course, would be to comprehensively test (and implement?)
33899 and debug (and document) self-ties.
33900 Branch: perl
33901 ! pod/perldiag.pod pp_sys.c t/op/tie.t
33902____________________________________________________________________________
33903[ 7442] By: jhi on 2000/10/25 20:14:30
33904 Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
33905 From: Dan Sugalski <dan@sidhe.org>
33906 Date: Wed, 25 Oct 2000 13:36:35 -0400
33907 Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
33908
33909 plus regen global.sym.
33910 Branch: perl
33911 ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
33912 ! thrdvar.h util.c
33913____________________________________________________________________________
33914[ 7441] By: jhi on 2000/10/25 20:12:20
33915 Log: buildtoc target tweaks.
33916 Branch: perl
33917 ! pod/Makefile.SH
33918____________________________________________________________________________
33919[ 7440] By: jhi on 2000/10/25 20:03:53
33920 Log: A new version of making the syslog test more robust.
33921 (Replaces #7421.)
33922
33923 Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
33924 From: "Kurt D. Starsinic" <kstar@chapin.edu>
33925 Date: Wed, 25 Oct 2000 12:13:54 -0400
33926 Message-ID: <20001025121354.B2264@O2.chapin.edu>
33927 Branch: perl
33928 ! t/lib/syslog.t
33929____________________________________________________________________________
33930[ 7439] By: jhi on 2000/10/25 20:00:48
33931 Log: Continue the internal UTF-8 API tweaking.
33932 Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
33933 used much more than the simpler API, now called utf8_to_uv_simple().
33934 Still not quite happy with API, too much partial duplication
33935 of functionality.
33936 Branch: perl
33937 ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
33938 ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
33939 ! regcomp.c regexec.c sv.c toke.c utf8.c
33940____________________________________________________________________________
33941[ 7438] By: jhi on 2000/10/25 18:52:30
33942 Log: Allow poking holes at the UTF-8 decoding strictness.
33943 Branch: perl
33944 ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
33945 ! utf8.h
33946____________________________________________________________________________
33947[ 7437] By: jhi on 2000/10/25 13:53:05
33948 Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
33949 UTF8LEN() and UTF8SKIP().
33950 Branch: perl
33951 ! pp.c utf8.c utf8.h
33952____________________________________________________________________________
33953[ 7436] By: jhi on 2000/10/25 13:51:37
33954 Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
33955 From: Nicholas Clark <nick@ccl4.org>
33956 Date: Wed, 25 Oct 2000 14:44:05 +0100
33957 Message-ID: <20001025144404.D27253@plum.flirble.org>
33958 Branch: perl
33959 ! pod/perlrun.pod
33960____________________________________________________________________________
33961[ 7435] By: jhi on 2000/10/25 13:49:32
33962 Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
33963 From: Mike Guy <mjtg@cam.ac.uk>
33964 Date: Tue, 24 Oct 2000 14:59:40 +0100
33965 Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
33966 Branch: perl
33967 ! scope.c
33968____________________________________________________________________________
33969[ 7434] By: jhi on 2000/10/25 13:48:41
33970 Log: AIX is picky about its symbol exports. Solution for now
33971 is to include the deb.o explicitly to the re extension build.
33972
33973 Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
33974 From: Peter Prymmer <pvhp@forte.com>
33975 Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
33976 Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
33977 Branch: perl
33978 ! ext/re/Makefile.PL hints/aix.sh
33979____________________________________________________________________________
33980[ 7433] By: jhi on 2000/10/25 13:46:49
33981 Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
33982 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33983 Date: Wed, 25 Oct 2000 12:02:20 +0200
33984 Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
33985 Branch: perl
33986 ! perlsdio.h
33987____________________________________________________________________________
33988[ 7432] By: jhi on 2000/10/25 13:44:28
33989 Log: Subject: Minor update to find2perl, for portability
33990 From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
33991 Date: Wed, 25 Oct 2000 12:05:47 +0100
33992 Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
33993 Branch: perl
33994 ! x2p/find2perl.PL
33995____________________________________________________________________________
33996[ 7431] By: jhi on 2000/10/25 13:40:39
33997 Log: Add targets to Makefile.SH, most importantly
33998 'regen_all' which also remembers to update vms/perly*.
33999 Branch: perl
34000 ! Makefile.SH
34001____________________________________________________________________________
51c9377f
JH
34002[ 7430] By: bailey on 2000/10/25 03:13:53
34003 Log: Cleanup from prior patch (Charles Lane?):
34004 - improve handling of MFDs in Basename and Path
34005 - default to no xsubpp line # munging when building debug images
34006 Branch: vmsperl
34007 ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
34008____________________________________________________________________________
fdfe4652
JH
34009[ 7429] By: jhi on 2000/10/24 20:03:40
34010 Log: Podify README.epoc and README.vos.
34011 Branch: perl
34012 ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
34013 ! pod/perlport.pod pod/perltoc.pod
34014____________________________________________________________________________
34015[ 7428] By: jhi on 2000/10/24 19:10:33
34016 Log: Stratus VOS updates from Paul Green.
34017 Branch: perl
34018 + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
34019 + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
34020 - vos/config.def vos/config.h vos/config_h.SH_orig
34021 ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
34022 ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
34023____________________________________________________________________________
0b3b9d72
JH
34024[ 7427] By: jhi on 2000/10/24 18:59:48
34025 Log: Check if stdio supports tweaking lval and cnt simultaneously.
34026
34027 Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
34028 From: Nicholas Clark <nick@ccl4.org>
34029 Date: Mon, 23 Oct 2000 15:39:32 +0100
34030 Message-ID: <20001023153932.A10786@plum.flirble.org>
34031 Branch: metaconfig
34032 ! U/compline/d_stdstdio.U
34033 Branch: perl
34034 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34035 ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
34036 ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
34037 ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
34038 ! vos/config.h vos/config_h.SH_orig win32/config.bc
34039 ! win32/config.gc win32/config.vc
34040____________________________________________________________________________
fdfe4652
JH
34041[ 7426] By: jhi on 2000/10/24 17:57:44
34042 Log: Missed the header file changes from #7425.
34043 Branch: perl
34044 ! embed.h embed.pl objXSUB.h proto.h
34045____________________________________________________________________________
34046[ 7425] By: jhi on 2000/10/24 17:55:17
34047 Log: Fix the bug reported in
34048
34049 From: andreas.koenig@anima.de (Andreas J. Koenig)
34050 Subject: Encode bug?
34051 Date: 24 Oct 2000 14:01:26 +0200
34052 Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
34053
34054 Also make is_utf8_char() stricter.
34055 Branch: perl
34056 ! ext/Encode/Encode.xs utf8.c
34057____________________________________________________________________________
34058[ 7424] By: jhi on 2000/10/24 15:15:39
34059 Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
34060 From: Peter Scott <Peter@PSDT.com>
34061 Date: Mon, 23 Oct 2000 19:46:01 -0700
34062 Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
34063 Branch: perl
34064 ! pod/perlfaq5.pod
34065____________________________________________________________________________
34066[ 7423] By: jhi on 2000/10/24 14:25:30
34067 Log: Test tweak to avoid pulling in the whole Config.
34068 Branch: perl
34069 ! t/lib/st-lock.t
34070____________________________________________________________________________
34071[ 7422] By: jhi on 2000/10/24 14:03:16
34072 Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
34073 Branch: perl
34074 ! pp.c
34075____________________________________________________________________________
34076[ 7421] By: jhi on 2000/10/24 13:32:09
34077 Log: (Replaced by #7440.)
34078
34079 Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
34080 From: "Kurt D. Starsinic" <kstar@chapin.edu>
34081 Date: Mon, 23 Oct 2000 16:40:54 -0400
34082 Message-ID: <20001023164054.B14491@O2.chapin.edu>
34083 Branch: perl
34084 ! t/lib/syslog.t
34085____________________________________________________________________________
34086[ 7420] By: jhi on 2000/10/24 13:30:53
34087 Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
34088 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34089 Date: Mon, 23 Oct 2000 17:29:03 -0400
34090 Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
34091 Branch: perl
34092 ! lib/ExtUtils/MM_Unix.pm
34093____________________________________________________________________________
34094[ 7419] By: jhi on 2000/10/24 13:29:57
34095 Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
34096 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34097 Date: Mon, 23 Oct 2000 19:01:32 -0400
34098 Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
34099 Branch: perl
34100 ! utils/h2xs.PL
34101____________________________________________________________________________
34102[ 7418] By: jhi on 2000/10/24 13:26:04
34103 Log: Replace #7409 with
34104
34105 Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
34106 From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
34107 Date: Mon, 23 Oct 2000 20:08:56 +0200
34108 Message-ID: <20001023200855.A14850@nice.ram.loc>
34109 Branch: perl
34110 ! ext/Storable/Storable.pm t/lib/st-lock.t
34111____________________________________________________________________________
34112[ 7417] By: jhi on 2000/10/24 13:17:52
34113 Log: Run vms/vms_yfix.pl, should have done that after changing
34114 perly.c in #7382.
34115 Branch: perl
34116 ! vms/perly_c.vms vms/perly_h.vms
34117____________________________________________________________________________
34118[ 7416] By: jhi on 2000/10/24 02:55:33
34119 Log: Make the UTF-8 decoding stricter and more verbose when
34120 malformation happens. This involved adding an argument
34121 to utf8_to_uv_chk(), which involved changing its prototype,
34122 and prefer STRLEN over I32 for the UTF-8 length, which as
34123 a domino effect necessitated changing the prototypes of
34124 scan_bin(), scan_oct(), scan_hex(), and reg_uni().
34125 The stricter UTF-8 decoding checking uses Markus Kuhn's
34126 UTF-8 Decode Stress Tester from
34127 http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
34128 Branch: perl
34129 ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
34130 ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
34131 ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
34132 ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
34133____________________________________________________________________________
34134[ 7415] By: jhi on 2000/10/23 14:06:06
34135 Log: Update Changes.
34136 Branch: perl
34137 ! Changes patchlevel.h
34138____________________________________________________________________________
177b92d2
JH
34139[ 7414] By: jhi on 2000/10/23 12:39:52
34140 Log: Undo the basename() part of #7412 since the lib/basename
34141 tests would need upgrading too.
34142 Branch: perl
34143 ! lib/File/Basename.pm
34144____________________________________________________________________________
34145[ 7413] By: jhi on 2000/10/23 12:19:27
34146 Log: Document PERL_INSTALL_ROOT of #7210.
34147 Branch: perl
34148 ! lib/ExtUtils/Install.pm
34149____________________________________________________________________________
34150[ 7412] By: jhi on 2000/10/23 12:16:47
34151 Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
34152 Branch: perl
34153 ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
34154 ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
34155____________________________________________________________________________
34156[ 7411] By: jhi on 2000/10/23 12:07:41
34157 Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
34158 From: Prymmer/Kahn <pvhp@best.com>
34159 Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
34160 Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
34161 Branch: perl
34162 ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
34163____________________________________________________________________________
34164[ 7410] By: jhi on 2000/10/23 04:10:11
34165 Log: The change #7187 was not so good on VMS.
34166
34167 Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
34168 From: "Craig A. Berry" <craig.berry@psinetcs.com>
34169 Date: Sun, 22 Oct 2000 23:03:08 -0500
34170 Message-Id: <p04330102b617d093470b@[172.16.52.1]>
34171 Branch: perl
34172 ! utils/perldoc.PL
34173____________________________________________________________________________
34174[ 7409] By: jhi on 2000/10/23 03:57:36
34175 Log: Avoid Storable locking on DJGPP for now.
34176
34177 Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
34178 From: "Peter J. Farley III" <pjfarley@banet.net>
34179 Date: Sun, 22 Oct 2000 20:00:00 -0400
34180 Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
34181 Branch: perl
34182 ! ext/Storable/Storable.pm t/lib/st-lock.t
34183____________________________________________________________________________
34184[ 7408] By: jhi on 2000/10/23 03:50:24
34185 Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
34186 From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
34187 Date: Sun, 22 Oct 2000 21:12:22 -0400
34188 Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
34189 Branch: perl
34190 ! lib/vars.pm
34191____________________________________________________________________________
34192[ 7407] By: jhi on 2000/10/23 03:43:12
34193 Log: Subject: Re: [ID 20001021.005] SEGV with regex match
34194 From: Hugo <hv@crypt.compulink.co.uk>
34195 Date: Mon, 23 Oct 2000 00:47:22 +0100
34196 Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
34197 Branch: perl
34198 ! regexec.c t/op/pat.t
34199____________________________________________________________________________
34200[ 7406] By: jhi on 2000/10/23 03:40:29
34201 Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
34202 Branch: perl
34203 ! lib/ExtUtils/MakeMaker.pm
34204____________________________________________________________________________
34205[ 7405] By: jhi on 2000/10/22 21:32:00
34206 Log: Doc patch.
34207
34208 Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
34209 From: rspier@pobox.com (Robert Spier)
34210 Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
34211 Message-ID: <14835.16112.13457.447971@rls.cx>
34212 Branch: perl
34213 ! lib/strict.pm
34214____________________________________________________________________________
34215[ 7404] By: jhi on 2000/10/22 21:30:51
34216 Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
34217 From: rspier@pobox.com (Robert Spier)
34218 Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
34219 Message-ID: <14835.17223.72448.705566@rls.cx>
34220 Branch: perl
34221 ! lib/ExtUtils/MakeMaker.pm
34222____________________________________________________________________________
34223[ 7403] By: jhi on 2000/10/22 21:24:11
34224 Log: Subject: [PATCH bleadperl] ripples from constsub patch
34225 From: John Tobey <jtobey@john-edwin-tobey.org>
34226 Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
34227 Message-Id: <m13nSOB-000FObC@feynman.localnet>
34228 Branch: perl
34229 ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
34230____________________________________________________________________________
34231[ 7402] By: jhi on 2000/10/22 20:59:35
34232 Log: Support s?printf parameter reordering.
34233 Branch: perl
34234 ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
34235____________________________________________________________________________
34236[ 7401] By: jhi on 2000/10/22 19:19:14
71d4b5fd
JH
34237 Log: Expand %Config variables only if explicitly so requested
34238 during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
177b92d2
JH
34239
34240 Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
34241 From: Gurusamy Sarathy <gsar@ActiveState.com>
34242 Date: Sun, 22 Oct 2000 11:47:32 -0700
34243 Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>
34244 Branch: perl
34245 ! Makefile.SH lib/lib_pm.PL
34246____________________________________________________________________________
34247[ 7400] By: jhi on 2000/10/22 18:24:10
34248 Log: Move the #7390 test from warn/op to comp/redef.
34249
34250 Subject: Re: Creating const subs for constants.
34251 From: John Tobey <jtobey@john-edwin-tobey.org>
34252 Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
34253 Message-Id: <m13nG72-000FObC@feynman.localnet>
34254 Branch: perl
34255 ! t/comp/redef.t t/pragma/warn/op
34256____________________________________________________________________________
34257[ 7399] By: jhi on 2000/10/22 17:49:59
34258 Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
34259 From: Nicholas Clark <nick@ccl4.org>
34260 Date: Sat, 21 Oct 2000 22:23:19 +0100
34261 Message-ID: <20001021222319.B45586@plum.flirble.org>
34262 Branch: perl
34263 ! ext/DynaLoader/DynaLoader_pm.PL
34264____________________________________________________________________________
34265[ 7398] By: jhi on 2000/10/22 17:47:35
34266 Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
34267 From: Hugo <hv@crypt.compulink.co.uk>
34268 Date: Sat, 21 Oct 2000 18:19:59 +0100
34269 Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
34270 Branch: perl
34271 ! ext/B/B.pm ext/B/B/C.pm
34272____________________________________________________________________________
34273[ 7397] By: jhi on 2000/10/22 17:35:18
34274 Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
34275 From: "Todd C. Miller" <Todd.Miller@courtesan.com>
34276 Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
34277 Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
34278 Branch: perl
34279 ! hints/openbsd.sh
34280____________________________________________________________________________
34281[ 7396] By: jhi on 2000/10/22 17:19:46
34282 Log: Subject: installman go-faster stripes
34283 From: Nicholas Clark <nick@talking.bollo.cx>
34284 Date: Sat, 21 Oct 2000 17:24:53 +0100
34285 Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
34286
34287 Subject: Re: installman go-faster stripes
34288 From: Russ Allbery <rra@stanford.edu>
34289 Date: 21 Oct 2000 11:04:13 -0700
34290 Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
34291 Branch: perl
34292 ! installman pod/pod2man.PL
34293____________________________________________________________________________
34294[ 7395] By: jhi on 2000/10/22 17:17:35
34295 Log: Hints tweak from Anton Berezin.
34296 Branch: perl
34297 ! hints/freebsd.sh
34298____________________________________________________________________________
34299[ 7394] By: jhi on 2000/10/22 04:50:04
34300 Log: Tweak the Is* definitions of Unicode character classes
34301 to better match the official categorizations; embrace
34302 the official categorizations; add the combining marks
34303 as alpha (and -numeric); fix DCinital (a typo and edito)
34304 to be DCmedial.
34305 Branch: perl
34306 + lib/unicode/Is/DCmedial.pl
34307 - lib/unicode/Is/DCinital.pl
34308 ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
34309 ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
34310 ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
34311 ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
34312____________________________________________________________________________
34313[ 7393] By: jhi on 2000/10/21 18:06:05
34314 Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
34315 From: Daniel Chetlin <daniel@chetlin.com>
34316 Date: Sat, 21 Oct 2000 02:57:03 -0700
34317 Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
34318 Branch: perl
34319 + t/lib/tie-splice.t
34320 ! MANIFEST lib/Tie/Array.pm
34321____________________________________________________________________________
51c9377f
JH
34322[ 7392] By: gsar on 2000/10/21 18:05:15
34323 Log: resync utfperl branch with mainline
34324 Branch: utfperl
34325 !> (integrate 1760 files)
34326____________________________________________________________________________
177b92d2
JH
34327[ 7391] By: jhi on 2000/10/21 14:37:49
34328 Log: Testcases for a #7383,#7385 related bug.
34329
34330 Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
34331 From: Nicholas Clark <nick@ccl4.org>
34332 Date: Sat, 21 Oct 2000 15:04:51 +0100
34333 Message-ID: <20001021150451.A51566@plum.flirble.org>
34334 Branch: perl
34335 ! t/pragma/utf8.t
34336____________________________________________________________________________
34337[ 7390] By: jhi on 2000/10/21 14:35:57
34338 Log: Add a testcase for #7389.
34339 Branch: perl
34340 ! t/pragma/warn/op
34341____________________________________________________________________________
34342[ 7389] By: jhi on 2000/10/21 14:26:45
34343 Log: Subject: Re: Creating const subs for constants.
34344 From: John Tobey <jtobey@john-edwin-tobey.org>
34345 Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
34346 Message-Id: <m13mo0N-000FObC@feynman.localnet>
34347 Branch: perl
34348 ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
34349 ! proto.h sv.c
34350____________________________________________________________________________
51c9377f
JH
34351[ 7388] By: nick on 2000/10/21 11:44:23
34352 Log: Populate perlio branch
34353 Branch: perlio
34354 +> (branch 1760 files)
34355____________________________________________________________________________
34356[ 7387] By: nick on 2000/10/21 10:52:05
34357 Log: Get branch back as replica of mainline via :
34358 p4 integrate -b utfperl
34359 p4 resolve -at ./...
34360 Branch: utfperl
34361 +> (branch 269 files)
34362 - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
34363 - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
34364 - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
34365 - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
34366 - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
34367 - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
34368 - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
34369 - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
34370 - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
34371 - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
34372 - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
34373 - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
34374 - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
34375 - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
34376 - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
34377 - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
34378 - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
34379 - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
34380 - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
34381 - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
34382 - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
34383 - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
34384 - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
34385 - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
34386 - lib/unicode/UCD300.html lib/unicode/Unicode.300
34387 - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
34388 - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
34389 - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
34390 - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
34391 !> (integrate 965 files)
34392____________________________________________________________________________
177b92d2
JH
34393[ 7386] By: jhi on 2000/10/21 01:31:12
34394 Log: Update Changes.
34395 Branch: perl
34396 ! Changes patchlevel.h
34397____________________________________________________________________________
3a67c0c7
JH
34398[ 7385] By: jhi on 2000/10/21 01:28:42
34399 Log: The #7383 was right only in the context of the original bug report,
34400 not in more general case.
34401 Branch: perl
34402 ! pp_hot.c
34403____________________________________________________________________________
34404[ 7384] By: jhi on 2000/10/21 01:08:23
34405 Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
34406 Branch: perl
34407 ! ext/IO/lib/IO/Select.pm
34408____________________________________________________________________________
34409[ 7383] By: jhi on 2000/10/21 00:44:18
34410 Log: Fix for ID 20001020.006, concatenating an unset submatch
34411 with utf8 resulted in "Modification of a read-only value".
34412 Branch: perl
34413 ! pp_hot.c t/pragma/utf8.t
34414____________________________________________________________________________
34415[ 7382] By: jhi on 2000/10/20 20:44:31
34416 Log: Make scan_num() reëntrant, as suggested in
34417
34418 Subject: [PATCH perl@7229] Rentrant parser and yylex()
34419 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
34420 Date: Fri, 20 Oct 2000 14:17:27 +0100
34421 Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
34422 Branch: perl
34423 ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
34424 ! toke.c
34425____________________________________________________________________________
34426[ 7381] By: jhi on 2000/10/20 20:07:29
34427 Log: Reëntrancy fix.
34428
34429 Subject: [PATCH perl@7229] Rentrant parser and yylex()
34430 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
34431 Date: Fri, 20 Oct 2000 14:17:27 +0100
34432 Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
34433 Branch: perl
34434 ! embed.h embed.pl perl.h proto.h toke.c
34435____________________________________________________________________________
34436[ 7380] By: jhi on 2000/10/20 19:15:54
34437 Log: Don't write double values through long double pointers,
34438 based on a part of
34439
34440 Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
34441 From: Jens Hamisch <jens@Strawberry.COM>
34442 Date: Tue, 17 Oct 2000 08:39:36 +0200
34443 Message-Id: <20001017083936.A11104@Strawberry.COM>
34444 Branch: perl
34445 ! perl.h pp.c
34446____________________________________________________________________________
34447[ 7379] By: jhi on 2000/10/20 18:43:37
34448 Log: Portability tweak on #7377.
34449
34450 Subject: Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
34451 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
34452 Date: Fri, 20 Oct 2000 13:13:41 EDT
34453 Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
34454 Branch: perl
34455 ! t/lib/dprof.t
34456____________________________________________________________________________
34457[ 7378] By: jhi on 2000/10/20 12:57:19
34458 Log: SOCKS function redefinitions need prototypes, too, otherwise
34459 for example 32 bit versus 64 bit differences cause a lot of
34460 problems. Part of
34461
34462 Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
34463 From: Jens Hamisch <jens@Strawberry.COM>
34464 Date: Tue, 17 Oct 2000 08:39:36 +0200
34465 Message-Id: <20001017083936.A11104@Strawberry.COM>
34466 Branch: perl
34467 ! doio.c pp_sys.c
34468____________________________________________________________________________
34469[ 7377] By: jhi on 2000/10/20 12:37:12
34470 Log: Subject: [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
34471 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
34472 Date: Fri, 20 Oct 2000 08:26:04 EDT
34473 Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
34474 Branch: perl
34475 ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
34476____________________________________________________________________________
34477[ 7376] By: jhi on 2000/10/20 12:35:31
34478 Log: Subject: [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
34479 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
34480 Date: Fri, 20 Oct 2000 07:48:15 EDT
34481 Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
34482 Branch: perl
34483 ! configure.com vms/gen_shrfls.pl
34484____________________________________________________________________________
51c9377f
JH
34485[ 7375] By: bailey on 2000/10/20 04:44:37
34486 Log: SYN SYN
34487 Branch: vmsperl
34488 +> (branch 134 files)
34489 - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
34490 - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
34491 - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
34492 - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
34493 - eg/cgi/frameset.cgi eg/cgi/index.html
34494 - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
34495 - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
34496 - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
34497 - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
34498 - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
34499 - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
34500 - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
34501 - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
34502 - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
34503 - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
34504 - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
34505 - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
34506 - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
34507 - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
34508 - lib/unicode/Props.txt lib/unicode/UCD300.html
34509 - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
34510 - utils/perlbc.PL vms/subconfigure.com
34511 !> (integrate 785 files)
34512____________________________________________________________________________
3a67c0c7
JH
34513[ 7374] By: jhi on 2000/10/20 00:59:48
34514 Log: In the latest compiler builds cccdlflags must not become -fpic,
34515 from Wilfredo Sánchez.
34516 Branch: perl
34517 ! hints/darwin.sh
34518____________________________________________________________________________
34519[ 7373] By: jhi on 2000/10/20 00:56:35
34520 Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
34521 From: Tony Cook <tony@develop-help.com>
34522 Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
34523 Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
34524 Branch: perl
34525 ! pod/perlop.pod
34526____________________________________________________________________________
34527[ 7372] By: jhi on 2000/10/19 19:34:40
34528 Log: Typo noted by Mark Lutz.
34529 Branch: perl
34530 ! t/op/64bitint.t
34531____________________________________________________________________________
0b3b9d72
JH
34532[ 7371] By: jhi on 2000/10/19 19:33:13
34533 Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
34534 Branch: metaconfig
34535 ! U/modified/Cppsym.U U/modified/Oldconfig.U
34536 Branch: metaconfig/U/perl
34537 ! End.U dlsrc.U libperl.U
34538 Branch: perl
34539 + hints/nonstopux.sh
34540 ! Configure MANIFEST config_h.SH
34541____________________________________________________________________________
3a67c0c7
JH
34542[ 7370] By: jhi on 2000/10/19 17:18:08
34543 Log: Subject: PATCH do_print has 2 PerlIO_error()s
34544 From: nick@ccl4.org
34545 Date: Thu, 19 Oct 2000 18:09:20 +0100
34546 Message-ID: <20001019180920.A8440@babyhippo.co.uk>
34547 Branch: perl
34548 ! doio.c
34549____________________________________________________________________________
34550[ 7369] By: jhi on 2000/10/19 14:01:49
34551 Log: Update Changes.
34552 Branch: perl
34553 ! Changes patchlevel.h
34554____________________________________________________________________________
23c0d66e
JH
34555[ 7368] By: jhi on 2000/10/19 13:04:29
34556 Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
34557 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
34558 Date: Wed, 18 Oct 2000 13:12:01 +0200
34559 Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
34560 Branch: perl
34561 ! hints/aix.sh
34562____________________________________________________________________________
34563[ 7367] By: jhi on 2000/10/19 02:22:40
34564 Log: Fix of sorts for bug id 20000901.092. There seems to be no trace
34565 of a 'pmshort' anywhere in the B, so the offending line was simply
34566 removed.
34567 Branch: perl
34568 ! ext/B/B/Debug.pm
34569____________________________________________________________________________
34570[ 7366] By: jhi on 2000/10/19 02:12:37
34571 Log: Add the test case for the bug id 20000730.004 which seems
34572 to have been fixed by now.
34573 Branch: perl
34574 ! t/pragma/utf8.t
34575____________________________________________________________________________
34576[ 7365] By: jhi on 2000/10/18 23:36:24
34577 Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH>
34578 From: Hugo <hv@crypt.compulink.co.uk>
34579 Date: Wed, 18 Oct 2000 23:25:58 +0100
34580 Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
34581 Branch: perl
34582 ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
34583____________________________________________________________________________
34584[ 7364] By: jhi on 2000/10/18 21:12:53
34585 Log: (retracted)
34586 Branch: perl
34587 ! pp.c
34588____________________________________________________________________________
34589[ 7363] By: jhi on 2000/10/18 20:55:38
34590 Log: Missing change from #7362.
34591 Branch: perl
34592 ! win32/perlhost.h
34593____________________________________________________________________________
34594[ 7362] By: jhi on 2000/10/18 20:52:01
34595 Log: Borland C fstat() never saw the fd as writable.
34596
34597 Subject: fix for Borland's weak "stat" (perl@7211)
34598 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
34599 Date: Mon, 16 Oct 2000 09:55:03 +0400
34600 Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
34601 Branch: perl
34602 ! win32/win32.c
34603____________________________________________________________________________
34604[ 7361] By: jhi on 2000/10/18 17:43:50
34605 Log: Regen toc.
34606 Branch: perl
34607 ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
34608____________________________________________________________________________
34609[ 7360] By: jhi on 2000/10/18 17:07:44
34610 Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
34611 Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
34612 Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
34613 Date: Mon, 16 Oct 2000 15:19:49 +0200
34614 Branch: perl
34615 + README.aix
34616 ! MANIFEST
34617____________________________________________________________________________
34618[ 7359] By: jhi on 2000/10/18 17:04:49
34619 Log: Subject: Pod patch for Devel::Peek
34620 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
34621 Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
34622 Date: Mon, 16 Oct 2000 12:26:34 +0200
34623 Branch: perl
34624 ! ext/Devel/Peek/Peek.pm
34625____________________________________________________________________________
34626[ 7358] By: jhi on 2000/10/18 17:03:15
34627 Log: Make Cwd more bulletproof in chrooted environments.
34628
34629 Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
34630 From: "Eric E. Coe" <Eric.Coe@oracle.com>
34631 Date: Wed, 18 Oct 2000 04:03:54 -0400
34632 Message-Id: <39ED596A.70E599FE@oracle.com>
34633 Branch: perl
34634 ! lib/Cwd.pm
34635____________________________________________________________________________
34636[ 7357] By: jhi on 2000/10/18 16:37:26
34637 Log: Disable the UTF8 downgrade croakage for now to avoid
34638 too many not okay messages.
34639 Branch: perl
34640 ! doio.c
34641____________________________________________________________________________
34642[ 7356] By: jhi on 2000/10/17 23:29:41
34643 Log: Show the failed remote port, instead of the failing line number.
34644
34645 Subject: [PATCH 5.6.1 Debugger] More diagnostics
34646 From: David Sparks <daves@ActiveState.com>
34647 Date: Tue, 17 Oct 2000 15:00:24 -0700
34648 Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
34649 Branch: perl
34650 ! lib/perl5db.pl
34651____________________________________________________________________________
34652[ 7355] By: jhi on 2000/10/17 14:11:31
34653 Log: On output try to downgrade to bytes, croak if impossible,
34654 from Simon Cozens. This means that outputting >255 UTF8
34655 is impossible. Consider this as a strong incentive to get
34656 the I/O disciplines implemented.
34657 Branch: perl
34658 ! doio.c pod/perldiag.pod sv.c
34659____________________________________________________________________________
34660[ 7354] By: jhi on 2000/10/17 13:42:23
34661 Log: Clarify documentation on 'use bytes'.
34662
34663 Subject: Re: What does 'use bytes' "mean" ?
34664 From: Simon Cozens <simon@cozens.net>
34665 Date: Mon, 18 Sep 2000 18:24:25 +0100
34666 Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
34667 Branch: perl
34668 ! lib/bytes.pm
34669____________________________________________________________________________
34670[ 7353] By: jhi on 2000/10/17 13:28:12
34671 Log: Workaround for a sfio bug where the stream error indicator
34672 is not cleared as documented.
34673
34674 Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
34675 From: Nicholas Clark <nick@ccl4.org>
34676 Date: Mon, 16 Oct 2000 18:28:23 +0100
34677 Message-ID: <20001016182823.J19700@plum.flirble.org>
34678 Branch: perl
34679 ! doio.c
34680____________________________________________________________________________
34681[ 7352] By: jhi on 2000/10/17 13:06:19
34682 Log: More IoTYPE sprinkling.
34683 Branch: perl
34684 ! doio.c pp_hot.c
34685____________________________________________________________________________
51c9377f
JH
34686[ 7351] By: jhi on 2000/10/16 22:47:07
34687 Log: Detect early whether the std streams have gone bad.
34688
34689 Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
34690 Date: Mon, 16 Oct 2000 23:28:42 +0100
34691 From: Nicholas Clark <nick@ccl4.org>
34692 Message-ID: <20001016232842.A37942@plum.flirble.org>
34693 Branch: perl
34694 ! t/op/misc.t
34695____________________________________________________________________________
34696[ 7350] By: jhi on 2000/10/16 22:45:16
34697 Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
34698 From: "Peter J. Farley III" <pjfarley@banet.net>
34699 Date: Mon, 16 Oct 2000 18:15:59 -0400
34700 Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
34701 Branch: perl
34702 ! djgpp/djgpp.c dosish.h t/io/open.t
34703____________________________________________________________________________
34704[ 7349] By: jhi on 2000/10/16 22:36:45
34705 Log: perldelta tweak.
34706 Branch: perl
34707 ! pod/perldelta.pod
34708____________________________________________________________________________
34709[ 7348] By: jhi on 2000/10/16 15:17:53
34710 Log: Update Changes.
34711 Branch: perl
34712 ! Changes patchlevel.h
34713____________________________________________________________________________
34714[ 7347] By: jhi on 2000/10/16 13:55:27
34715 Log: Add the capability to include/exclude branches.
34716 Branch: perl
34717 ! Porting/genlog
34718____________________________________________________________________________
34719[ 7346] By: jhi on 2000/10/16 13:18:04
34720 Log: Add Charles Lane.
34721 Branch: perl
34722 ! AUTHORS Changes
34723____________________________________________________________________________
34724[ 7345] By: jhi on 2000/10/16 13:13:21
34725 Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
34726 Branch: perl
34727 ! pod/perldelta.pod
34728____________________________________________________________________________
34729[ 7344] By: gsar on 2000/10/16 09:30:21
34730 Log: integrate change#6220 from cfgperl
34731
34732 Win32 patches from Benjamin Stuhl.
34733 Branch: maint-5.6/perl
34734 !> makedef.pl win32/win32.h
34735____________________________________________________________________________
34736[ 7343] By: gsar on 2000/10/16 08:32:19
34737 Log: integrate changes#6221,6222 from cfgperl
34738
34739 Remove tr///CU (the feature is to be obsoleted by better interfaces).
34740 From: simon@brecon.co.uk (Simon Cozens)
34741 Subject: [PATCH] Eliminate tr///[CU][CU]
34742 Date: 23 Jun 2000 11:05:40 GMT
34743 Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
34744
34745 doc typo fix
34746 Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
34747 From: Ian Phillipps <Ian.Phillipps@iname.com>
34748 Date: Fri, 23 Jun 2000 10:40:58 +0100
34749 Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
34750 Branch: maint-5.6/perl
34751 !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
34752____________________________________________________________________________
34753[ 7342] By: gsar on 2000/10/16 08:28:08
34754 Log: integrate change#6217 from cfgperl (in part)
34755
34756 Rename the fdpid locking and integrate with Sarathy.
34757 Branch: maint-5.6/perl
34758 !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
34759 !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
34760 !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
34761 !> win32/win32.c
34762____________________________________________________________________________
34763[ 7341] By: gsar on 2000/10/16 08:23:39
34764 Log: integrate changes#6214..6216 from mainline
34765
34766 @_ can't have junk in it even in the non-USE_ITHREADS case because
34767 caller() wants to populate @DB::args with it (causes a coredump
34768 in Carp::confess())
34769
34770 tweak comment about @DB::args
34771
34772 be more optimal about clearing @_
34773 Branch: maint-5.6/perl
34774 !> av.h cop.h pp_ctl.c t/op/runlevel.t
34775____________________________________________________________________________
34776[ 7340] By: gsar on 2000/10/16 08:20:37
34777 Log: integrate changes#6207..6210 from cfgperl
34778
34779 Subject: [PATCH 5.6.0] Threadsafe patches
34780 From: Dan Sugalski <dan@sidhe.org>
34781 To: perl5-porters@perl.org
34782 Date: Mon, 08 May 2000 18:08:13 -0400
34783 Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
34784
34785 Regen headers for #6207.
34786
34787 Lock PL_fdpid against race conditions, based on:
34788 Subject: [PATCH 5.6.0]subprocess fixup for threads
34789 From: Dan Sugalski <dan@sidhe.org>
34790 To: perl5-porters@perl.org
34791 Date: Tue, 11 Apr 2000 17:02:32 -0400
34792 Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
34793
34794 Mopup for #6207 and #6209.
34795 Branch: maint-5.6/perl
34796 !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
34797 !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
34798 !> win32/win32.c
34799____________________________________________________________________________
34800[ 7339] By: gsar on 2000/10/16 08:14:34
34801 Log: integrate change#6203 from cfgperl
34802
34803 perldiag should refer to perlos2.pod not README.os2
34804 Branch: maint-5.6/perl
34805 !> pod/perldiag.pod
34806____________________________________________________________________________
34807[ 7338] By: gsar on 2000/10/16 08:11:42
34808 Log: integrate change#6201 from mainline
34809
34810 Perl_eval_pv() leaks 4 bytes every time it is called because it
34811 does a PUSHMARK that's never ever POPMARKed; in general, only
34812 Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
34813 Perl_eval_[sp]v() don't because they don't take any incoming
34814 arguments (this leak has been around since the original version
34815 of perl_eval_pv() in 5.003_97e)
34816 Branch: maint-5.6/perl
34817 !> perl.c
34818____________________________________________________________________________
34819[ 7337] By: gsar on 2000/10/16 08:08:47
34820 Log: integrate changes#6197..6200 from cfgperl
34821
34822 Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
34823 From: John Borwick <jhborwic@unity.ncsu.edu>
34824 Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
34825 Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
34826
34827 Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
34828 From: Dan Sugalski <dan@sidhe.org>
34829 To: vmsperl@perl.org, perl5-porters@perl.org
34830 Date: Fri, 02 Jun 2000 16:00:41 -0400
34831 Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
34832 Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
34833
34834 Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
34835 From: Dan Sugalski <dan@sidhe.org>
34836 To: perl5-porters@perl.org, vmsperl@perl.org
34837 Date: Fri, 02 Jun 2000 17:30:51 -0400
34838 Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
34839
34840 Update to cperl-mode.el 4.31 from
34841 ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
34842 Subject: A couple of notes
34843 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34844 To: Mailing list Perl5 <perl5-porters@perl.org>
34845 Date: Sat, 3 Jun 2000 23:33:32 -0400
34846 Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
34847 Branch: maint-5.6/perl
34848 !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
34849 !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
34850 !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
34851 !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
34852 !> vms/vmsish.h
34853____________________________________________________________________________
34854[ 7336] By: gsar on 2000/10/16 08:03:46
34855 Log: integrate changes#6194,6195 from mainline
34856
34857 fix small eval"" memory leaks under USE_ITHREADS
34858
34859 fix yet another eval"" leak under USE_ITHREADS
34860 Branch: maint-5.6/perl
34861 !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
34862 !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
34863 !> vms/perly_c.vms
34864____________________________________________________________________________
34865[ 7335] By: gsar on 2000/10/16 08:02:15
34866 Log: integrate changes#6190,6191 from mainline
34867
34868 submit missing embed.pl change
34869
34870 vec() loses numericalness (modified version of patch suggested
34871 by Robin Barker)
34872 Branch: maint-5.6/perl
34873 !> doop.c embed.pl t/op/vec.t
34874____________________________________________________________________________
34875[ 7334] By: gsar on 2000/10/16 08:01:03
34876 Log: integrate change#6189 from mainline
34877
34878 counting tr/// corrupts later operation (from M.J.T Guy)
34879 Branch: maint-5.6/perl
34880 !> doop.c t/op/tr.t
34881____________________________________________________________________________
34882[ 7333] By: gsar on 2000/10/16 07:59:07
34883 Log: integrate changes#6183..6188 from mainline
34884
34885 SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
34886 <nick@ccl4.org>)
34887
34888 tweak for change#6127
34889
34890 remove incorrect documentation about implicit split to @_ in
34891 list context, which never really worked in perl 5 (from
34892 M.J.T. Guy)
34893
34894 further qualify references to "alphanumeric" (from Wolfgang Laun
34895 <wolfgang.laun@alcatel.at>)
34896
34897 replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
34898 (from Tim Jenness <t.jenness@jach.hawaii.edu>)
34899
34900 h2xs tweaks
34901 Branch: maint-5.6/perl
34902 +> lib/Pod/LaTeX.pm t/lib/selfloader.t
34903 !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
34904 !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
34905 !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
34906 !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
34907 !> pod/pod2latex.PL utils/h2xs.PL
34908____________________________________________________________________________
34909[ 7332] By: gsar on 2000/10/16 07:53:52
34910 Log: integrate change#6179 from mainline
34911
34912 buggy modulus on UVs introduced by change#3378 (resulted in
34913 4063328477 % 65535 amounting to 27406, instead of 27407)
34914 Branch: maint-5.6/perl
34915 !> pp.c t/op/arith.t
34916____________________________________________________________________________
34917[ 7331] By: gsar on 2000/10/16 07:52:49
34918 Log: integrate changes#6176,6177,6178,6182 from cfgperl
34919
34920 Single-quoted utf8 patch from Simon Cozens.
34921
34922 Substitution utf8 patch from Simon Cozens.
34923
34924 Be cleaner.
34925
34926 Be Cleaner Part Deux.
34927 Branch: maint-5.6/perl
34928 !> Makefile.SH pp_hot.c toke.c
34929____________________________________________________________________________
34930[ 7330] By: gsar on 2000/10/16 07:41:36
34931 Log: integrate change#6172 from mainline
34932
34933 fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
34934 (from Ilya Zakharevich)
34935 Branch: maint-5.6/perl
34936 !> regexec.c t/op/re_tests
34937____________________________________________________________________________
34938[ 7329] By: gsar on 2000/10/16 07:40:25
34939 Log: integrate change#6171 from mainline
34940
34941 scalar() doesn't force scalar context when used in void context
34942 (from Simon Cozens)
34943 Branch: maint-5.6/perl
34944 !> op.c t/op/wantarray.t
34945____________________________________________________________________________
34946[ 7328] By: gsar on 2000/10/16 07:39:33
34947 Log: integrate change#6170 from mainline
34948
34949 change#6142 needs tweaks to tests to work where there's no
34950 symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
34951 Branch: maint-5.6/perl
34952 !> t/lib/filefind.t
34953____________________________________________________________________________
34954[ 7327] By: gsar on 2000/10/16 07:35:34
34955 Log: integrate changes#6166..6168 from cfgperl
34956
34957 Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
34958 in case somebody wants to write an extension for more
34959 shadow database interfaces.
34960
34961 tweak todo
34962
34963 Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
34964 Branch: maint-5.6/perl
34965 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
34966 !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
34967 !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
34968 !> vos/config_h.SH_orig win32/config.bc win32/config.gc
34969 !> win32/config.vc win32/config_H.bc win32/config_H.gc
34970 !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
34971____________________________________________________________________________
34972[ 7326] By: gsar on 2000/10/16 07:29:05
34973 Log: integrate changes#6157,6159..6161,6164 from cfgperl
34974
34975 Regen Configure to jive with #6149.
34976
34977 Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
34978
34979 Changes for the File::Temp 0.08 (change #6159) test suite
34980 to fit better into the Perl distribution test framework.
34981
34982 Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
34983 both from Simon Cozens.
34984
34985 detypo
34986 Branch: maint-5.6/perl
34987 +> pod/perlmodlib.PL pod/perlnewmod.pod
34988 !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
34989 !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
34990 !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
34991 !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
34992____________________________________________________________________________
34993[ 7325] By: gsar on 2000/10/16 07:25:13
34994 Log: integrate change#6158 from vmsperl
34995
34996 Add fallback to tmpfile for use in cases where user's relying on
34997 ACLs on SYS$SCRATCH to permit file creation. (based on Charles
34998 Lane's patch)
34999 Branch: maint-5.6/perl
35000 !> vms/vms.c vms/vmsish.h
35001____________________________________________________________________________
35002[ 7324] By: gsar on 2000/10/16 07:20:50
35003 Log: integrate changes#6153..6155 from mainline
35004
35005 prettier Test::Harness output on failed tests (from Nicholas Clark
35006 <nick@Bagpuss.uk.boo.com>)
35007
35008 avoid type mismatch warning
35009
35010 small bug in change#6144; remove random \xA0 character that snuck
35011 in via change#6145
35012 Branch: maint-5.6/perl
35013 !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
35014 !> perl.c
35015____________________________________________________________________________
35016[ 7323] By: gsar on 2000/10/16 07:18:47
35017 Log: integrate changes#6151,6152 from mainline
35018
35019 fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
35020
35021 cosmetic fixups of RE debug output (from Ilya Zakharevich)
35022 Branch: maint-5.6/perl
35023 !> regexec.c
35024____________________________________________________________________________
35025[ 7322] By: gsar on 2000/10/16 07:17:25
35026 Log: integrate changes#6146..6150 from mainline
35027
35028 doc typo
35029
35030 add a make entry to Config.pm so "perl -V:make" works on VMS
35031 (from Peter Prymmer)
35032
35033 close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
35034
35035 OS/2 tweaks for usethreads build (from Rocco Caputo
35036 <troc@netrus.net>)
35037
35038 perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
35039 Branch: maint-5.6/perl
35040 !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
35041 !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
35042 !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
35043 !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
35044 !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
35045 !> warnings.pl x2p/a2p.h
35046____________________________________________________________________________
35047[ 7321] By: gsar on 2000/10/16 07:14:02
35048 Log: integrate changes#6143..6145 from mainline
35049
35050 MacOS support, part 1 (from Matthias Neeracher
35051 <neeri@iis.ee.ethz.ch>)
35052
35053 MacOS support, part 2: make AutoSplit use File::Spec instead
35054 of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
35055 <neeri@iis.ee.ethz.ch>)
35056
35057 make xsubpp skip embedded pod (from Matthias Neeracher
35058 <neeri@iis.ee.ethz.ch>)
35059 Branch: maint-5.6/perl
35060 +> ext/DynaLoader/dl_mac.xs
35061 !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
35062 !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
35063 !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
35064 !> pp_ctl.c proto.h toke.c util.c util.h
35065____________________________________________________________________________
35066[ 7320] By: gsar on 2000/10/16 07:12:13
35067 Log: integrate changes#6141,6142 from mainline
35068
35069 BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
35070 forwarded by Peter Seebach from the bsdi-users mailing list.
35071 p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
35072
35073 File::Find fails to chdir when chasing symlinks (from
35074 Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
35075 Branch: maint-5.6/perl
35076 !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
35077____________________________________________________________________________
35078[ 7319] By: gsar on 2000/10/16 07:04:30
35079 Log: integrate change#6139 from mainline
35080
35081 revise mktables.PL for bugs and newness in Unicode 3.0
35082 (from James Bence <jbence@amgen.com>)
35083 Branch: maint-5.6/perl
35084 +> (branch 30 files)
35085 !> (integrate 49 files)
35086____________________________________________________________________________
35087[ 7318] By: gsar on 2000/10/16 07:01:01
35088 Log: integrate changes#6137,6138 from mainline
35089
35090 fix bogus redeclaration warning for "our" variables in different
35091 scopes
35092
35093 add note about the handling of negative indices to tied arrays
35094 (from Michael G Schwern <schwern@pobox.com>)
35095 Branch: maint-5.6/perl
35096 !> op.c pod/perltie.pod t/pragma/strict-vars
35097____________________________________________________________________________
35098[ 7317] By: gsar on 2000/10/16 06:58:46
35099 Log: integrate changes#6127..6136 from mainline
35100
35101 call_method(...,G_EVAL) can longjmp() out if the method probing
35102 failed (from Gisle Aas)
35103
35104 new perlxstut example for passing/returning refs to arrays
35105 (from David Lowe <dlowe@pootpoot.com>)
35106
35107 VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
35108
35109 fix places that mean C<"word" character> but say C<alphanumeric
35110 character>
35111
35112 avoid warnings in POSIX.pm (from Barrie Slaymaker)
35113
35114 warnings::enabled() doesn't fall back to looking at $^W if
35115 caller isn't using lexical warnings (from Paul Marquess)
35116
35117 elide bogus test in change#6132
35118
35119 make Test::Harness use wait.h/WCOREDUMP if available
35120 (from Ben Tilly <ben_tilly@hotmail.com>)
35121
35122 enable Test::Harness to dynamically determine column width etc.
35123 (from Rob Napier <rnapier@employees.org>)
35124
35125 random pod typos (from Peter Scott <Peter@PSDT.com>)
35126 Branch: maint-5.6/perl
35127 !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
35128 !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
35129 !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
35130 !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
35131____________________________________________________________________________
35132[ 7316] By: gsar on 2000/10/16 06:53:23
35133 Log: integrate change#6126 from mainline
35134
35135 change#2879 broke rvalue autovivification of magicals such as
35136 ${$num} (reworked variant of patch suggested by Simon Cozens)
35137 Branch: maint-5.6/perl
35138 !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
35139 !> pp_hot.c proto.h t/op/gv.t
35140____________________________________________________________________________
35141[ 7315] By: gsar on 2000/10/16 06:51:38
35142 Log: integrate changes#6123,6125 from mainline
35143
35144 clarify gotcha with #line directives (from Rocco Caputo
35145 <troc@netrus.net>)
35146
35147 enable propagating exception objects via Perl_croak() in XS code
35148 (from Gisle Aas)
35149 Branch: maint-5.6/perl
35150 !> pod/perldebug.pod pod/perlsyn.pod util.c
35151____________________________________________________________________________
35152[ 7314] By: gsar on 2000/10/16 06:49:28
35153 Log: integrate change#6122 from mainline
35154
35155 downgrade fatal error on C<"foo@nosucharray.com"> to optional
35156 warning (from Mark-Jason Dominus)
35157 Branch: maint-5.6/perl
35158 !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
35159 !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
35160 !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
35161 !> toke.c
35162____________________________________________________________________________
35163[ 7313] By: gsar on 2000/10/16 06:46:54
35164 Log: integrate changes#6112..6121 from vmsperl
35165
35166 Check for existence of file before trying to delete
35167
35168 Ugly workaround for version-specific RTL error
35169
35170 Urk -- undo previous removal of vmsish 'exit' change
35171
35172 Add bounds checking for several strings (Charles Lane)
35173
35174 Miscellaneous cosmetic fixes (Charles Lane)
35175
35176 Treat sockets as special in sys(read|write) (Charles Lane et al.)
35177
35178 Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
35179 Flatten case labels in switch statements uniformly (Charles Bailey)
35180
35181 Quiet error messages in vmsish.t (Charles Lane)
35182
35183 Add missing escape (Charles Lane)
35184
35185 Allow eliminate_macros() and fixpath() to handle space-delimited
35186 lists (based on fixes by Craig Berry)
35187 Branch: maint-5.6/perl
35188 !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
35189 !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
35190 !> vms/vmsish.h
35191____________________________________________________________________________
35192[ 7312] By: gsar on 2000/10/16 06:41:18
35193 Log: integrate changes#6107,6110 from cfgperl
35194
35195 Tweak the todo list.
35196
35197 todo tweak
35198 Branch: maint-5.6/perl
35199 !> Todo-5.6
35200____________________________________________________________________________
35201[ 7311] By: gsar on 2000/10/16 06:38:38
35202 Log: integrate changes#6104,6108 from mainline
35203
35204 PL_sys_intern was being initialized too late on windows
35205
35206 reenable fake signal handling on Windows, bugs and all
35207 Branch: maint-5.6/perl
35208 !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
35209 !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
35210 !> win32/win32.c
35211____________________________________________________________________________
35212[ 7310] By: gsar on 2000/10/16 06:36:03
35213 Log: integrate changes#6095,6097..6103 from cfgperl
35214
35215 Introduce NV_PRESERVED_BITS. Not yet used anywhere but
35216 might be useful in future.
35217
35218 Add a note about possible compilation problems from Allen Smith.
35219
35220 Add a note about other, yet unsupported, shadow password APIs.
35221
35222 Tweaks for the cc bugs from Allen Smith.
35223
35224 More compilation tweakery from Allen Smith.
35225
35226 Hints and test tweaks for Unicos.
35227
35228 The test suite tweak in #6101 wasn't quite right.
35229
35230 Test tweaking for Unicos continues.
35231 Branch: maint-5.6/perl
35232 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
35233 !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
35234 !> t/lib/complex.t t/op/64bitint.t
35235____________________________________________________________________________
35236[ 7309] By: gsar on 2000/10/16 06:29:41
35237 Log: integrate changes#6093,6094 from mainline
35238
35239 fork() failure to create pseudo process sets errno=EAGAIN and returns
35240 undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
35241
35242 cygwin update (from Eric Fifer <efifer@sanwaint.com>)
35243 Branch: maint-5.6/perl
35244 !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
35245 !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
35246____________________________________________________________________________
35247[ 7308] By: gsar on 2000/10/16 06:27:29
35248 Log: integrate change#6092 from cfgperl
35249
35250 Regen perltoc with the fixed buildtoc.
35251 Branch: maint-5.6/perl
35252 !> pod/perltoc.pod
35253____________________________________________________________________________
35254[ 7307] By: gsar on 2000/10/16 06:26:40
35255 Log: integrate changes#6089,6090 from mainline
35256
35257 buildtoc tweak to fix newline lossage
35258
35259 concat doesn't preserve utf8-ness, and doesn't invalidate
35260 [NI]OK; added tests for both
35261 Branch: maint-5.6/perl
35262 !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
35263____________________________________________________________________________
35264[ 7306] By: gsar on 2000/10/16 06:24:05
35265 Log: integrate change#6088 from cfgperl
35266
35267 Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
35268 because we do not use those. The HAS_GETSPNAM remains,
35269 though, because we still do use that.
35270 Branch: maint-5.6/perl
35271 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
35272 !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
35273 !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
35274 !> vos/config_h.SH_orig win32/config.bc win32/config.gc
35275 !> win32/config.vc win32/config_H.bc win32/config_H.gc
35276 !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
35277____________________________________________________________________________
35278[ 7305] By: gsar on 2000/10/16 06:15:52
35279 Log: integrate changes#6084,6085,6087 from mainline
35280
35281 substr() does not preserve utf8-ness (from Stefan Eissing
35282 <Eissing@medicaldataservice.de>); added tests
35283
35284 repeat operator (x) doesn't preserve utf8-ness
35285
35286 reverse() and quotemeta() weren't preserving utf8-ness; add tests
35287 Branch: maint-5.6/perl
35288 !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
35289____________________________________________________________________________
35290[ 7304] By: gsar on 2000/10/16 06:13:10
35291 Log: integrate changes#6077..6083 from mainline
35292
35293 avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
35294 and Tom Phoenix)
35295
35296 workaround for CRT bug in chdir() (from Charles Lane, via
35297 Peter Prymmer)
35298
35299 remove outdated kludge in Carp (NULLs are permitted in diagnostics
35300 now)
35301
35302 add File::Temp v0.08 from CPAN, with small tweaks to testsuite
35303 (from Tim Jenness <t.jenness@jach.hawaii.edu>)
35304
35305 better default perlbug categories for ok reports (from Richard Foley)
35306
35307 peek.t non-portable to ithreads
35308
35309 note about undocumented caller() return value (from M.J.T. Guy);
35310 yet another peek.t tweak
35311 Branch: maint-5.6/perl
35312 +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
35313 +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
35314 !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
35315 !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
35316 !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
35317 !> vms/vmsish.h
35318____________________________________________________________________________
35319[ 7303] By: gsar on 2000/10/16 06:03:18
35320 Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
35321 6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
35322
35323 &HUGE_VAL is not defined, it exists.
35324
35325 Do not warn that an infinity does not look like a number.
35326
35327 Rewrite the pwent/spent logic to be a little bit more clearer.
35328
35329 Continue on the pwent/spent case.
35330
35331 Correct Freudian slip.
35332
35333 Use HUGE_VALL if applicable.
35334
35335 pwent/spent #ifdef imbalance.
35336
35337 Infinite problems.
35338
35339 Call getspnam() only iff needd.
35340
35341 Test both the scalar and list contexts.
35342
35343 Use setxxent()/endxxent().
35344
35345 Complex tweakery.
35346
35347 Unicos hint tweak.
35348
35349 Be more forgiving in POSIX about HUGE_VALL.
35350
35351 Detypo.
35352
35353 The search of infinity continues, this time simplified.
35354
35355 The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
35356 in natively 64-bit platforms where a long is a quad (no need
35357 for long longs). Also added bias for IVs.
35358
35359 Complex tweaks.
35360
35361 Introduce t/lib/peek.t.
35362
35363 Make the test more portable.
35364 Branch: maint-5.6/perl
35365 +> t/lib/peek.t
35366 ! pp_sys.c
35367 !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
35368 !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
35369 !> t/op/pwent.t toke.c util.c
35370____________________________________________________________________________
35371[ 7302] By: gsar on 2000/10/16 05:03:37
35372 Log: integrate changes#6066..6071 from mainline
35373
35374 s/END/CHECK/
35375
35376 replace direct call to sighandler() with (*PL_sighandlerp)()
35377
35378 note about values()
35379
35380 File::Spec compatibility update (from Barrie Slaymaker
35381 <barries@slaysys.com>)
35382
35383 remove misleading comment (from M.J.T. Guy)
35384
35385 misformatted perllocal.pod (from Tim Jenness
35386 <t.jenness@jach.hawaii.edu>)
35387 Branch: maint-5.6/perl
35388 !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
35389 !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
35390 !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
35391 !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
35392____________________________________________________________________________
35393[ 7301] By: gsar on 2000/10/16 05:00:08
35394 Log: integrate changes#6061..6063 from mainline
35395
35396 change#5921 neglected to make eq honor "use bytes"
35397
35398 additional tests for utf8.t
35399
35400 tokeq() could read unallocated field in argument
35401 Branch: maint-5.6/perl
35402 !> sv.c t/pragma/utf8.t toke.c
35403____________________________________________________________________________
35404[ 7300] By: gsar on 2000/10/16 04:56:54
35405 Log: integrate changes#6046,6048,6057,6058 from mainline
35406
35407 libscheck has insufficient checks for n32 libs (from
35408 Albert Chin-A-Young <china@thewrittenword.com>)
35409
35410 add note about how $( doesn't interpolate in REs (from
35411 Philip Newton <newton@ficus.frogspace.net>)
35412
35413 fix broken parsing of /\x{ab}/
35414
35415 printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
35416 (spotted by Donald Kinzer <dkinzer@premia.com>)
35417 Branch: maint-5.6/perl
35418 !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
35419 !> t/pragma/utf8.t
35420____________________________________________________________________________
35421[ 7299] By: gsar on 2000/10/16 04:52:50
35422 Log: integrate change#6044 from mainline
35423
35424 change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
35425 such that underscores are only ignored in literal numbers,
35426 "\x{...}", and hex/oct argument
35427 Branch: maint-5.6/perl
35428 !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
35429____________________________________________________________________________
35430[ 7298] By: gsar on 2000/10/16 04:50:53
35431 Log: integrate changes#6027..6043 from mainline
35432
35433 podlators-1.02 update (from Russ Allbery)
35434
35435 Pod::Man generates groff-incompatible macro definition (from
35436 Tom Christiansen)
35437
35438 add CGI.pm v2.66 (from Lincoln Stein)
35439
35440 introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
35441 for @- and @+ (from Johan Vromans)
35442
35443 small nits in diagnostics.pm (from Robin Barker)
35444
35445 whitespace adjustments
35446
35447 missing files in MANIFEST
35448
35449 cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
35450 to compensate
35451
35452 remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
35453
35454 perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
35455 Branch: maint-5.6/perl
35456 +> lib/CGI/Util.pm t/lib/cgi-pretty.t
35457 !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
35458 !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
35459 !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
35460 !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
35461 !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
35462 !> t/lib/cgi-html.t t/lib/cgi-request.t
35463____________________________________________________________________________
35464[ 7297] By: gsar on 2000/10/16 04:44:30
35465 Log: integrate change#6025 from mainline
35466
35467 Is{Alnum,Alpha,Word} don't match titlecase
35468 TODO: IsSpace is defined recursively!
35469 (both spotted by Larry)
35470 Branch: maint-5.6/perl
35471 !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
35472 !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
35473____________________________________________________________________________
35474[ 7296] By: gsar on 2000/10/16 04:39:30
35475 Log: integrate change#6023 from mainline
35476
35477 debugger stomps on $. (from M.J.T. Guy)
35478 Branch: maint-5.6/perl
35479 !> lib/perl5db.pl
35480____________________________________________________________________________
35481[ 7295] By: gsar on 2000/10/16 04:38:02
35482 Log: integrate change#6022 from mainline
35483
35484 unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
35485 Branch: maint-5.6/perl
35486 !> sv.c
35487____________________________________________________________________________
35488[ 7294] By: gsar on 2000/10/16 04:37:05
35489 Log: integrate changes#6018..6021 from mainline
35490
35491 make lib/syslog.t portable to systems that don't have _PATH_LOG,
35492 make _PATH_LOG() return "" if unavailable
35493
35494 windows portability tweaks
35495
35496 test tweak
35497
35498 remove Win2K issue in pod (fixed by change#6020)
35499 Branch: maint-5.6/perl
35500 !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
35501 !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
35502 !> t/lib/open3.t t/lib/syslog.t win32/win32.h
35503____________________________________________________________________________
35504[ 7293] By: gsar on 2000/10/16 04:20:00
35505 Log: integrate changes#6013..6015 from mainline
35506
35507 tweak change#5945 to display correct switch name in diagnostic
35508
35509 glob() loading File::Glob behind the scenes may cause syntax errors
35510
35511 tweak test for portability
35512 Branch: maint-5.6/perl
35513 !> op.c perl.c pod/perldiag.pod t/lib/b.t
35514____________________________________________________________________________
35515[ 7292] By: gsar on 2000/10/16 04:18:11
35516 Log: integrate changes#6005..6010 from mainline, cfgperl
35517
35518 perldoc might fail via "use blib" (from Hugo van der Sanden)
35519
35520 Regen Configure.
35521
35522 note about compile failures and END blocks (from M.J.T. Guy)
35523
35524 VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
35525
35526 (change#6009 integrated earlier in change#7255)
35527
35528 clarify note about shadow password support (from
35529 gellyfish@gellyfish.com)
35530 Branch: maint-5.6/perl
35531 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
35532 !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
35533 !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
35534____________________________________________________________________________
35535[ 7291] By: gsar on 2000/10/16 04:12:03
35536 Log: integrate changes#6002,6003 from mainline
35537
35538 destructive sv_setsv() can lose UV-ness from source, causing
35539 numeric promotions/comparisons to fail to do the right thing
35540
35541 allow REG_EXPAND_SZ keys in Windows registry (from
35542 John Clayton <John.Clayton@barclayscapital.com>)
35543 Branch: maint-5.6/perl
35544 !> sv.c win32/win32.c
35545____________________________________________________________________________
35546[ 7290] By: gsar on 2000/10/16 04:10:19
35547 Log: integrate change#6001 from mainline
35548
35549 support additional library locations via $Config{otherlibdirs}
35550 (from Andy Dougherty)
35551 Branch: maint-5.6/perl
35552 !> Configure INSTALL Porting/Glossary Porting/config.sh
35553 !> Porting/config_H config_h.SH epoc/config.sh perl.c
35554 !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
35555 !> win32/config.bc win32/config.gc win32/config.vc
35556____________________________________________________________________________
35557[ 7289] By: gsar on 2000/10/16 04:08:28
35558 Log: integrate change#5999 from mainline
35559
35560 fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
35561 Branch: maint-5.6/perl
35562 !> t/pragma/warn/toke toke.c
35563____________________________________________________________________________
35564[ 7288] By: gsar on 2000/10/16 04:07:01
35565 Log: integrate changes#5997,5998 from cfgperl
35566
35567 Preserve $!.
35568
35569 Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
35570 Branch: maint-5.6/perl
35571 !> lib/Math/Complex.pm
35572____________________________________________________________________________
35573[ 7287] By: gsar on 2000/10/16 04:04:37
35574 Log: integrate change#5995 from mainline
35575
35576 fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
35577 Branch: maint-5.6/perl
35578 !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
35579____________________________________________________________________________
35580[ 7286] By: gsar on 2000/10/16 04:03:21
35581 Log: integrate change#5994 from mainline
35582
35583 fix for missed accounting for null byte in pack("Z",...) (from
35584 M.J.T. Guy)
35585 Branch: maint-5.6/perl
35586 !> pp.c t/op/pack.t
35587____________________________________________________________________________
35588[ 7285] By: gsar on 2000/10/16 04:02:11
35589 Log: integrate changes#5989..5993 from mainline
35590
35591 qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
35592 itself and no other (from Tom Hughes)
35593
35594 use $ENV{LIB} to search for libs under Visual C compiler
35595 on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
35596
35597 posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
35598
35599 pod nit (from Simon Cozens)
35600
35601 various minor tweaks seen on p5p
35602 Branch: maint-5.6/perl
35603 !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
35604 !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
35605 !> t/op/array.t toke.c
35606____________________________________________________________________________
35607[ 7284] By: gsar on 2000/10/16 03:59:00
35608 Log: integrate changes#5978..5988 from mainline
35609
35610 sync version numbers in File::Spec with the ones on CPAN
35611 (from Barrie Slaymaker)
35612
35613 under useithreads, constant pad entries could inadvertantly be
35614 shared across threads (from Eric Blood <eblood@xmission.com>);
35615 added Eric's test case to testsuite
35616
35617 allow Configure -S to run non-interactively (spotted by Greg Hudson
35618 <ghudson@mit.edu>)
35619
35620 rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
35621 prototype mismatch with CORE::glob(); update pod and tests to
35622 suit (File::Glob::glob() is still available for backward
35623 compatibility, but should be considered deprecated)
35624
35625 avoid error in IO::Socket::INET when given an unknown service name
35626 with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
35627
35628 numeric conversion of non-number in change#3378 tramples on
35629 OOK offset, causing segfaults
35630
35631 attributes::reftype() doesn't work on tied argument
35632
35633 forked child may not exit correctly if it failed to open
35634 /dev/console (from Graham Barr)
35635
35636 add regular expressions tutorial and quick-start guide (from
35637 Mark Kvale <kvale@phy.ucsf.edu>)
35638
35639 B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
35640
35641 s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
35642 <paul@miraclefish.com>)
35643 Branch: maint-5.6/perl
35644 +> pod/perlrequick.pod pod/perlretut.pod
35645 !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
35646 !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
35647 !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
35648 !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
35649 !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
35650 !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
35651 !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
35652 !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
35653____________________________________________________________________________
35654[ 7283] By: gsar on 2000/10/16 03:52:14
35655 Log: integrate change#5977 from mainline
35656
35657 autoquote barewords followed by newline and arrow properly
35658 (variant of fix suggested by Rick Delaney and M.J.T. Guy)
35659 Branch: maint-5.6/perl
35660 !> t/pragma/warn/toke toke.c
35661____________________________________________________________________________
35662[ 7282] By: gsar on 2000/10/16 03:50:48
35663 Log: integrate change#5976 from mainline
35664
35665 DB_File v1.73 update (from Paul Marquess)
35666 Branch: maint-5.6/perl
35667 !> ext/DB_File/Changes ext/DB_File/DB_File.pm
35668 !> ext/DB_File/DB_File.xs ext/DB_File/version.c
35669____________________________________________________________________________
35670[ 7281] By: gsar on 2000/10/16 03:49:14
35671 Log: integrate change#5975 from mainline
35672
35673 allow sort() reentrancy (variant of patch suggested by
35674 Hugo van der Sanden)
35675 Branch: maint-5.6/perl
35676 !> pp_ctl.c t/op/sort.t
35677____________________________________________________________________________
35678[ 7280] By: gsar on 2000/10/16 03:48:22
35679 Log: integrate change#5974 from mainline
35680
35681 change#4197 somehow missed initializing PL_errors, meaning
35682 syntax error queueing wasn't working outside eval"" at all;
35683 also fixed eval"" to localize PL_error_count, so that compile-time
35684 eval's don't clobber the error state of the outer context
35685 Branch: maint-5.6/perl
35686 !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
35687 !> t/pragma/warn/toke
35688____________________________________________________________________________
35689[ 7279] By: gsar on 2000/10/16 03:46:21
35690 Log: integrate change#5973 from mainline
35691
35692 fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
35693 Branch: maint-5.6/perl
35694 !> regcomp.c regexec.c t/op/re_tests
35695____________________________________________________________________________
35696[ 7278] By: gsar on 2000/10/16 03:44:54
35697 Log: integrate change#5971 from cfgperl
35698
35699 Unicos tweaks from Mark P. Lutz.
35700 Branch: maint-5.6/perl
35701 !> hints/unicos.sh lib/Math/Complex.pm
35702____________________________________________________________________________
35703[ 7277] By: gsar on 2000/10/16 03:42:59
35704 Log: integrate changes#5966..5970 from mainline
35705
35706 add testsuite for B backends, fix bug in B::Deparse (from
35707 Simon Cozens <simon@brecon.co.uk>)
35708
35709 improved docs on the warn_uninit diagnostic (from David Glasser
35710 and Simon Cozens)
35711
35712 tolerate spaces in group names in test on solaris (from David Boyce
35713 <dsb@boyski.com>)
35714
35715 fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
35716
35717 Data::Dumper fumbles negative numbers on 32-bit platforms where
35718 IV is >32bits
35719 Branch: maint-5.6/perl
35720 +> t/lib/b.t t/lib/syslog.t
35721 !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
35722 !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
35723 !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
35724____________________________________________________________________________
35725[ 7276] By: gsar on 2000/10/16 03:39:30
35726 Log: integrate change#5965 from mainline
35727
35728 avoid "will not stay shared" warnings for our variables (from
35729 Robin Barker)
35730 Branch: maint-5.6/perl
35731 !> op.c t/pragma/warn/op
35732____________________________________________________________________________
35733[ 7275] By: gsar on 2000/10/16 03:38:18
35734 Log: integrate change#5964 from mainline
35735
35736 reformat to 72 columns (again)
35737 Branch: maint-5.6/perl
35738 !> pod/perldiag.pod
35739____________________________________________________________________________
35740[ 7274] By: gsar on 2000/10/16 03:36:58
35741 Log: integrate change#5963 from mainline
35742
35743 patch from Larry to make (\&) prototype work; added tests for
35744 the same
35745 Branch: maint-5.6/perl
35746 !> op.c t/comp/proto.t
35747____________________________________________________________________________
35748[ 7273] By: gsar on 2000/10/16 03:35:51
35749 Log: integrate changes#5956..5962 from mainline
35750
35751 better diagnostics on failed tests (from Ilya Zakharevich)
35752
35753 pod nits (from A. C. Yardley <yardley@tanet.net>)
35754
35755 change#3569 deleted some essential code, revert; avoid use of
35756 atexit() to make DynaLoader work properly on AIX under mod_perl
35757 (from Jens-Uwe Mager <jum@helios.de>)
35758
35759 doubled words in pods (from Simon Cozens
35760 <simon.p.cozens@jp.pwcglobal.com>)
35761
35762 better INSTALL notes on Solaris issues (from Dominic Dunlop)
35763
35764 recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
35765
35766 updated README.hpux (from Jeff Okamoto)
35767 Branch: maint-5.6/perl
35768 !> INSTALL README.hpux emacs/cperl-mode.el
35769 !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
35770 !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
35771 !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
35772 !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
35773 !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
35774 !> t/op/lex_assign.t
35775____________________________________________________________________________
35776[ 7272] By: gsar on 2000/10/16 03:31:22
35777 Log: integrate change#5955 from mainline
35778
35779 longstanding bug exposed by change#3307: sort arguments weren't
35780 compiled with the right wantarray context (ensuing runtime lookup
35781 via block_gimme() was getting the incidental context of the
35782 sort() itself)
35783 Branch: maint-5.6/perl
35784 !> op.c t/op/sort.t
35785____________________________________________________________________________
35786[ 7271] By: gsar on 2000/10/16 03:29:11
35787 Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
35788 branch
35789
35790 Flatten the cpp jungle doing the nosuid checking.
35791
35792 Do not assume sign propagation. (from M.J.T. Guy)
35793
35794 Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
35795
35796 Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
35797 Now pp_ncmp() returns undef is either operand is a NaN.
35798
35799 On second thoughts frexp() does have two arguments.
35800
35801 Document that tr() is not tr(1).
35802
35803 Be more robust on "extreme" (large absolute value)
35804 arguments. Originally reported by Daniel Connelly
35805 as a problem with asinh() on large negative arguments,
35806 asinh() used to bail out because an argument to log()
35807 ended up being zero. Ilya Zakharevich proposed using
35808 Taylor's series in such cases, which for such large
35809 arguments is a very good approximation.
35810
35811 Undo "use integer" addition from 64bitint as it seems
35812 to break most of the subtests in Digital UNIX;
35813 Unicos needs to find another way.
35814 Branch: maint-5.6/perl
35815 !> (integrate 29 files)
35816____________________________________________________________________________
35817[ 7270] By: gsar on 2000/10/16 03:09:44
35818 Log: integrate changes#5948,5949,5950 from mainline
35819
35820 typo in vars.pm that leads to cryptic message (from Piotr
35821 Piatkowski <kompas@kompas.usr.onet.pl>)
35822
35823 make perldoc use the pod2man from the same version (from
35824 M.J.T. Guy)
35825
35826 reformat perldiag to avoid long lines
35827 Branch: maint-5.6/perl
35828 !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
35829____________________________________________________________________________
35830[ 7269] By: gsar on 2000/10/16 03:05:54
35831 Log: integrate change#5947 from mainline
35832
35833 use &dl_error rather than &dl_load_file as the guard for calling
35834 boot_DynaLoader() (meant to fix dl_error() redefined warnings in
35835 statically built perl)
35836 Branch: maint-5.6/perl
35837 !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
35838____________________________________________________________________________
35839[ 7268] By: gsar on 2000/10/16 03:04:48
35840 Log: integrate change#5945 from mainline
35841
35842 make module name mandatory after -M switch; reorder perldiag
35843 alphabetically (from Mark-Jason Dominus)
35844 Branch: maint-5.6/perl
35845 !> perl.c pod/perldiag.pod
35846____________________________________________________________________________
35847[ 7267] By: gsar on 2000/10/16 03:03:01
35848 Log: integrate change#5939 from mainline
35849
35850 more pod nits (from Larry Virden)
35851 Branch: maint-5.6/perl
35852 !> README.win32 pod/perlsub.pod pod/perlsyn.pod
35853 !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
35854 !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
35855____________________________________________________________________________
35856[ 7266] By: gsar on 2000/10/16 03:01:39
35857 Log: integrate change#5938 from mainline
35858
35859 Consolidated B::Deparse fixes (from Stephen McCamant)
35860 Branch: maint-5.6/perl
35861 !> ext/B/B/Deparse.pm
35862____________________________________________________________________________
35863[ 7265] By: gsar on 2000/10/16 03:00:43
35864 Log: integrate change#5936 from mainline
35865
35866 additional tests for change#7263 (from Paul Marquess)
35867 Branch: maint-5.6/perl
35868 !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
35869 !> t/pragma/warn/5nolint t/pragma/warn/6default
35870____________________________________________________________________________
35871[ 7264] By: gsar on 2000/10/16 02:58:34
35872 Log: integrate change#5934 from mainline
35873
35874 propagate lexical warnings from surrounding scope correctly
35875 within string eval() (from Paul Marquess)
35876 Branch: maint-5.6/perl
35877 !> pp_ctl.c t/pragma/warn/pp_ctl
35878____________________________________________________________________________
35879[ 7263] By: gsar on 2000/10/16 02:56:53
35880 Log: integrate change#5932 from mainline
35881
35882 add rsignal(), whichsig() and do_join() to public API list
35883 (mod_perl uses them to good advantage)
35884 Branch: maint-5.6/perl
35885 !> embed.pl global.sym objXSUB.h perlapi.c proto.h
35886____________________________________________________________________________
35887[ 7262] By: gsar on 2000/10/16 02:55:53
35888 Log: integrate change#5931 from mainline
35889
35890 fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
35891 Branch: maint-5.6/perl
35892 !> pp_hot.c regexec.c t/op/pat.t
35893____________________________________________________________________________
35894[ 7261] By: gsar on 2000/10/16 02:55:01
35895 Log: integrate change#5930 from mainline
35896
35897 small os390 tweaks (from Peter Prymmer)
35898 Branch: maint-5.6/perl
35899 !> config_h.SH makedepend.SH
35900____________________________________________________________________________
35901[ 7260] By: gsar on 2000/10/16 02:54:10
35902 Log: integrate change#5929 from mainline
35903
35904 pod nits
35905 Branch: maint-5.6/perl
35906 !> pod/perlguts.pod
35907____________________________________________________________________________
35908[ 7259] By: gsar on 2000/10/16 02:52:55
35909 Log: integrate change#5927 from mainline
35910
35911 arrange for next() to resume at the unstack op rather than the
35912 loop conditional, so that scope cleanup happens correctly
35913 (from Stephen McCamant)
35914 Branch: maint-5.6/perl
35915 !> op.c pp_ctl.c t/op/misc.t
35916____________________________________________________________________________
35917[ 7258] By: gsar on 2000/10/16 02:51:38
35918 Log: integrate change#5926 from mainline
35919
35920 on windows, reserve 16M of stack rather than 128M (allows more
35921 threads to run concurrently)
35922 Branch: maint-5.6/perl
35923 !> win32/Makefile win32/makefile.mk
35924____________________________________________________________________________
35925[ 7257] By: gsar on 2000/10/16 02:50:37
35926 Log: integrate change#5925 from mainline
35927
35928 POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
35929 Branch: maint-5.6/perl
35930 !> toke.c
35931____________________________________________________________________________
35932[ 7256] By: gsar on 2000/10/16 02:49:36
35933 Log: integrate change#5924 from mainline
35934
35935 avoid using uninitialized memory in require version check
35936 Branch: maint-5.6/perl
35937 !> pp_ctl.c universal.c
35938____________________________________________________________________________
35939[ 7255] By: gsar on 2000/10/16 02:48:03
35940 Log: integrate changes#5923,5928,6009 from mainline
35941
35942 IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
35943 Branch: maint-5.6/perl
35944 !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
35945____________________________________________________________________________
35946[ 7254] By: gsar on 2000/10/16 02:44:46
35947 Log: integrate change#5922 from mainline
35948
35949 commentary about IoTYPE() (from Nathan Torkington)
35950 Branch: maint-5.6/perl
35951 !> sv.h
35952____________________________________________________________________________
35953[ 7253] By: gsar on 2000/10/16 02:43:49
35954 Log: integrate change#5921 from mainline
35955
35956 make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
35957 Branch: maint-5.6/perl
35958 !> sv.c t/lib/charnames.t t/pragma/utf8.t
35959____________________________________________________________________________
35960[ 7252] By: gsar on 2000/10/16 02:42:31
35961 Log: integrate change#5920 from mainline
23c0d66e 35962
51c9377f
JH
35963 Larry's fix for buggy propagation of utf8-ness in join(); add test
35964 Branch: maint-5.6/perl
35965 !> doop.c t/op/ver.t
23c0d66e 35966____________________________________________________________________________
51c9377f
JH
35967[ 7251] By: gsar on 2000/10/16 02:41:14
35968 Log: integrate changes#5915..5919 from mainline
35969
35970 various (pod tweaks &c)
35971 Branch: maint-5.6/perl
35972 !> (integrate 33 files)
23c0d66e 35973____________________________________________________________________________
51c9377f
JH
35974[ 7250] By: gsar on 2000/10/16 02:38:16
35975 Log: integrate change#5914 from mainline
35976
35977 caller() wasn't returning the right number of elements for
35978 eval {...}
35979 Branch: maint-5.6/perl
35980 !> pp_ctl.c t/pragma/warn/9enabled
23c0d66e 35981____________________________________________________________________________
51c9377f
JH
35982[ 7249] By: gsar on 2000/10/16 02:37:02
35983 Log: integrate change#5913 from mainline
35984
35985 pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
35986 (from Mark-Jason Dominus)
35987 Branch: maint-5.6/perl
35988 !> pod/perlfunc.pod
23c0d66e 35989____________________________________________________________________________
51c9377f
JH
35990[ 7248] By: gsar on 2000/10/16 02:35:58
35991 Log: integrate change#5912 from mainline
35992
35993 fix totally broken caching in UNIVERSAL::isa() (from
35994 Nick Ing-Simmons)
35995 Branch: maint-5.6/perl
35996 !> t/op/universal.t universal.c
a4abfbda 35997____________________________________________________________________________
51c9377f
JH
35998[ 7247] By: gsar on 2000/10/16 02:34:27
35999 Log: integrate changes#5910,5911 from mainline
36000
36001 typo in pod
36002
36003 add linebreak properties from unicode/LineBrk.txt (from
36004 Dave Hartnoll <Dave_Hartnoll@3b2.com>)
36005 Branch: maint-5.6/perl
36006 +> (branch 29 files)
36007 !> ext/Thread/Thread.pm lib/unicode/mktables.PL
a4abfbda 36008____________________________________________________________________________
51c9377f
JH
36009[ 7246] By: gsar on 2000/10/16 02:33:29
36010 Log: integrate change#5909 from mainline
36011
36012 mode argument to do_binmode() should be file mode, not boolean
36013 Branch: maint-5.6/perl
36014 !> pp_sys.c
36015____________________________________________________________________________
36016[ 7245] By: gsar on 2000/10/16 02:31:04
36017 Log: integrate change#5908 from mainline
36018
36019 introduce illegal symbols into null package so that
36020 gv_fetchpv(...,TRUE) always returns a valid GV even when the
36021 symbol is trapped by strictures (avoids coredumps)
36022 Branch: maint-5.6/perl
36023 !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
36024 !> t/pragma/strict-vars
a4abfbda
JH
36025____________________________________________________________________________
36026[ 7244] By: jhi on 2000/10/16 02:29:54
36027 Log: Subject: $Carp::ExportLevel confusion in Exporter
36028 From: "Ben Tilly" <ben_tilly@hotmail.com>
36029 Date: Sat, 14 Oct 2000 16:44:34 EDT
36030 Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
36031 Branch: perl
36032 ! lib/Exporter/Heavy.pm
36033____________________________________________________________________________
36034[ 7243] By: jhi on 2000/10/16 02:28:33
36035 Log: Subject: [PATCH perlguts.pod] Document offset hack
36036 From: Simon Cozens <simon@cozens.net>
36037 Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
36038 Date: Sat, 14 Oct 2000 19:32:25 +0100
36039 Branch: perl
36040 ! pod/perlguts.pod
36041____________________________________________________________________________
51c9377f
JH
36042[ 7242] By: gsar on 2000/10/16 02:26:51
36043 Log: integrate changes#5905,5906,5907,6064 from mainline
36044
36045 printf/sprintf didn't get quad types right under use64bitint
36046 Branch: maint-5.6/perl
36047 !> pp_sys.c sv.c t/op/64bitint.t
36048____________________________________________________________________________
a4abfbda
JH
36049[ 7241] By: jhi on 2000/10/16 02:22:44
36050 Log: Subject: small pod patch
36051 From: Dan Boorstein <dan_boo@bellsouth.net>
36052 Date: Sat, 14 Oct 2000 14:29:24 -0400
36053 Message-ID: <39E8A604.B501DB4F@bellsouth.net>
36054 Branch: perl
36055 ! pod/perlfaq7.pod pod/perlmod.pod
36056____________________________________________________________________________
36057[ 7240] By: jhi on 2000/10/16 02:13:46
36058 Log: -w cleanup.
36059
36060 Subject: Re: Problems with bleadperl
36061 From: "Stephen P. Potter" <spp@ds.net>
36062 Date: Fri, 13 Oct 2000 13:32:49 -0400
36063 Message-Id: <200010131732.NAA19391@spp.users.ds.net>
36064 Branch: perl
36065 ! t/pragma/overload.t
36066____________________________________________________________________________
36067[ 7239] By: jhi on 2000/10/16 01:41:18
36068 Log: One more ~utf8 tweak.
36069 Branch: perl
36070 ! t/op/bop.t
36071____________________________________________________________________________
36072[ 7238] By: jhi on 2000/10/16 01:34:14
36073 Log: Tweak the test of #7235.
36074 Branch: perl
36075 ! t/op/bop.t
36076____________________________________________________________________________
36077[ 7237] By: jhi on 2000/10/16 01:25:04
36078 Log: Fix a couple of compiler-noted nits in #7235.
36079 Branch: perl
36080 ! pp.c
36081____________________________________________________________________________
36082[ 7236] By: jhi on 2000/10/16 01:22:46
36083 Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
36084 Branch: perl
36085 ! pp.c pp_hot.c
36086____________________________________________________________________________
36087[ 7235] By: jhi on 2000/10/15 16:24:44
36088 Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
36089
36090 From: Simon Cozens <simon@cozens.net>
36091 Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
36092 Date: Sat, 14 Oct 2000 20:52:13 +0100
36093 Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
36094 Branch: perl
36095 ! pp.c t/op/bop.t utf8.h
36096____________________________________________________________________________
36097[ 7234] By: jhi on 2000/10/15 15:19:29
36098 Log: split() utf8 fixes. Should fix both 20001014.001 and 20000426.003.
36099 The problem was that rx->minlen was in chars while pp_split()
36100 thought it would be in bytes.
36101 Branch: perl
36102 ! pp.c t/pragma/utf8.t
36103____________________________________________________________________________
36104[ 7233] By: jhi on 2000/10/14 20:24:24
36105 Log: Document FNCASE=y as discussed in the bug 20000902.009.
36106 Branch: perl
36107 ! README.dos
36108____________________________________________________________________________
36109[ 7232] By: jhi on 2000/10/14 18:52:21
36110 Log: Add test for bug id 20000427.003 (which seems to have
36111 been fixed) (also duplicate as 20000427.004, though
36112 with a higher severity). Move one utf8 from op/append
36113 to pragma/utf8, tag the tests with bug ids.
36114 Branch: perl
36115 ! t/op/append.t t/pragma/utf8.t
36116____________________________________________________________________________
36117[ 7231] By: jhi on 2000/10/14 17:28:37
36118 Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
36119 Branch: perl
36120 ! t/pragma/utf8.t
36121____________________________________________________________________________
0b3b9d72
JH
36122[ 7230] By: jhi on 2000/10/14 14:24:50
36123 Log: Needs to be conditional on SunOS 4.
36124
36125 Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
36126 From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
36127 Date: Sat, 14 Oct 2000 13:37:49 +0100
36128 Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
36129 Branch: metaconfig/U/perl
36130 ! End.U
36131 Branch: perl
36132 ! Configure myconfig.SH pod/perldelta.pod
36133____________________________________________________________________________
a4abfbda
JH
36134[ 7229] By: jhi on 2000/10/14 00:49:22
36135 Log: Update Changes.
36136 Branch: perl
36137 ! Changes patchlevel.h
36138____________________________________________________________________________
0835f758
JH
36139[ 7228] By: jhi on 2000/10/14 00:46:10
36140 Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
36141 From: Peter Prymmer <pvhp@forte.com>
36142 Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
36143 Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
36144 Branch: perl
36145 ! lib/utf8.pm
36146____________________________________________________________________________
36147[ 7227] By: jhi on 2000/10/13 23:20:30
36148 Log: Make the test acknowledge that self-ties are disabled as #7213 said.
36149 Branch: perl
36150 ! t/op/tie.t
36151____________________________________________________________________________
36152[ 7226] By: jhi on 2000/10/13 22:14:32
36153 Log: Tweak #7225.
36154
36155 Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
36156 From: Peter Prymmer <pvhp@forte.com>
36157 Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
36158 Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
36159 Branch: perl
36160 ! t/op/sprintf.t
36161____________________________________________________________________________
36162[ 7225] By: jhi on 2000/10/13 22:11:31
36163 Log: op/sprintf.t patch for OS/390 (and any other host with limited
36164 floating-point exponent length)
36165
36166 Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
36167 From: Dominic Dunlop <domo@computer.org>
36168 Date: Fri, 13 Oct 2000 19:17:57 +0200
36169 Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
36170 Branch: perl
36171 ! t/op/sprintf.t
36172____________________________________________________________________________
36173[ 7224] By: jhi on 2000/10/13 18:40:48
36174 Log: Allow @+ and @- to be doublequoted, from Simon Cozens.
36175 Branch: perl
36176 ! toke.c
36177____________________________________________________________________________
36178[ 7223] By: jhi on 2000/10/13 18:37:13
36179 Log: Thinko in #7222.
36180 Branch: perl
36181 ! utf8.c
36182____________________________________________________________________________
36183[ 7222] By: jhi on 2000/10/13 18:05:23
36184 Log: Use UTF8SKIP(), from Simon Cozens.
36185 Branch: perl
36186 ! utf8.c
36187____________________________________________________________________________
36188[ 7221] By: jhi on 2000/10/13 15:43:19
36189 Log: (accidentally empty check-in)
36190 Branch: perl
36191 ! utf8.c
36192____________________________________________________________________________
36193[ 7220] By: jhi on 2000/10/13 15:23:51
36194 Log: Add (optimistically) Storable to static extensions.
36195 Branch: perl
36196 ! hints/uwin.sh hints/vmesa.sh
36197____________________________________________________________________________
36198[ 7219] By: jhi on 2000/10/13 15:20:05
36199 Log: Amdahl UTS doesn't seem to do dynaloading.
36200 Branch: perl
36201 ! hints/uts.sh
36202____________________________________________________________________________
36203[ 7218] By: jhi on 2000/10/13 15:15:20
36204 Log: Slight tweak of the code to appease Amdahl UTS cc.
36205 Branch: perl
36206 ! pp.c
36207____________________________________________________________________________
36208[ 7217] By: jhi on 2000/10/13 14:50:42
36209 Log: In Amdahl UTS "struct sv" is defined by a system header,
36210 <ksync.h>.
36211 Branch: perl
36212 ! perl.h sv.h
36213____________________________________________________________________________
36214[ 7216] By: jhi on 2000/10/13 11:58:25
36215 Log: Ilya implemented the memory profiling API.
36216 Branch: perl
36217 ! Todo
36218____________________________________________________________________________
36219[ 7215] By: jhi on 2000/10/13 02:56:38
36220 Log: Subject: [PATCH 5.7.0] Perl API for mstats
36221 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36222 Date: Thu, 12 Oct 2000 22:52:40 -0400
36223 Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
36224 Branch: perl
36225 ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
36226____________________________________________________________________________
36227[ 7214] By: jhi on 2000/10/13 02:55:38
36228 Log: Subject: [PATCH 5.7.0] IVs in mtats
36229 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36230 Date: Thu, 12 Oct 2000 22:51:04 -0400
36231 Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
36232 Branch: perl
36233 ! malloc.c perl.h
36234____________________________________________________________________________
36235[ 7213] By: jhi on 2000/10/13 02:31:47
36236 Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
36237 Branch: perl
36238 ! pod/perldiag.pod pp_sys.c
36239____________________________________________________________________________
36240[ 7212] By: jhi on 2000/10/13 01:27:38
36241 Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
36242 From: Peter Prymmer <pvhp@forte.com>
36243 Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
36244 Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
36245 Branch: perl
36246 ! t/op/oct.t
36247____________________________________________________________________________
36248[ 7211] By: jhi on 2000/10/13 00:35:09
36249 Log: Update Changes.
36250 Branch: perl
36251 ! Changes patchlevel.h
36252____________________________________________________________________________
9b10d7ba
JH
36253[ 7210] By: jhi on 2000/10/12 23:59:40
36254 Log: The Install.pm third of
36255
36256 Subject: Proposed patches, Install.pm getopts.pl termcap.pl
36257 From: Bill Campbell <bill@celestial.com>
36258 Message-ID: <20001005180451.A22029@kstarr.celestial.com>
36259 Date: Thu, 5 Oct 2000 18:04:51 -0700
36260 Branch: perl
36261 ! lib/ExtUtils/Install.pm
36262____________________________________________________________________________
36263[ 7209] By: jhi on 2000/10/12 23:58:43
36264 Log: Two thirds of
36265
36266 Subject: Proposed patches, Install.pm getopts.pl termcap.pl
36267 Date: Thu, 5 Oct 2000 18:04:51 -0700
36268 From: Bill Campbell <bill@celestial.com>
36269 Message-ID: <20001005180451.A22029@kstarr.celestial.com>
36270
36271 The Install.pm changes will be submitted separately because
36272 they need some work and discussion still.
36273 Branch: perl
36274 ! lib/getopts.pl lib/termcap.pl
36275____________________________________________________________________________
36276[ 7208] By: jhi on 2000/10/12 23:41:19
36277 Log: Subject: [PATCH] 5.6.0 & 5.7.1, VMS fixes
36278 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
36279 Date: Thu, 12 Oct 2000 07:30:02 EDT
36280 Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
36281 Branch: perl
36282 ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
36283 ! t/pod/testp2pt.pl vms/gen_shrfls.pl
36284____________________________________________________________________________
36285[ 7207] By: jhi on 2000/10/12 23:39:01
36286 Log: An updated EBCDIC tr patch.
36287
36288 Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
36289 From: Peter Prymmer <pvhp@forte.com>
36290 Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
36291 Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
36292 Branch: perl
36293 ! t/op/tr.t
36294____________________________________________________________________________
36295[ 7206] By: jhi on 2000/10/12 23:34:55
36296 Log: Upgrade to CPAN 1.58, from Andreas König.
36297 Branch: perl
36298 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
36299____________________________________________________________________________
0b3b9d72
JH
36300[ 7205] By: jhi on 2000/10/12 23:29:08
36301 Log: Introduce the man[24-8] variables, from Andy Dougherty.
36302 Branch: metaconfig/U/perl
36303 + mandirs.U mandirstyle.U
36304 Branch: perl
36305 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
36306 ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
36307 ! vos/config.h vos/config.pl vos/config_h.SH_orig
36308 ! win32/config.bc win32/config.gc win32/config.vc
36309____________________________________________________________________________
9b10d7ba
JH
36310[ 7204] By: gsar on 2000/10/12 18:11:24
36311 Log: restore change#7202
36312 Branch: perl
36313 ! mg.c
36314____________________________________________________________________________
36315[ 7203] By: gsar on 2000/10/12 18:09:40
36316 Log: another test of the Emergency Broadcast System--back out
36317 change#7202
36318 Branch: perl
36319 ! mg.c
36320____________________________________________________________________________
36321[ 7202] By: gsar on 2000/10/12 16:40:47
36322 Log: (submitted on behalf of Jarkko)
36323 Fix the lib/encode.t subtest 6 failure as reported by Andreas
36324 Koenig, gmagical substr() wasn't propagating UTF8ness. The bug
36325 was unearthed by change 7182, as was a bug in HTML::Entities.
36326 Branch: perl
36327 ! mg.c
36328____________________________________________________________________________
36329[ 7201] By: jhi on 2000/10/11 03:16:05
36330 Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
36331 Branch: perl
36332 ! pp_hot.c t/pragma/utf8.t
36333____________________________________________________________________________
36334[ 7200] By: jhi on 2000/10/11 00:40:30
36335 Log: The #7198 was a false alarm.
36336 Branch: perl
36337 ! pp_hot.c
36338____________________________________________________________________________
36339[ 7199] By: jhi on 2000/10/11 00:26:04
36340 Log: Remove duplicated code.
36341 Branch: perl
36342 ! t/lib/cgi-html.t
36343____________________________________________________________________________
36344[ 7198] By: jhi on 2000/10/10 23:30:46
36345 Log: (Retracted by #7200.)
36346 Branch: perl
36347 ! pp_hot.c
36348____________________________________________________________________________
36349[ 7197] By: jhi on 2000/10/10 21:49:30
36350 Log: Add the test case for #7190, from the original bug report
36351 by Andreas König.
36352 Branch: perl
36353 ! t/pragma/utf8.t
36354____________________________________________________________________________
36355[ 7196] By: jhi on 2000/10/10 21:40:49
36356 Log: Reapply Andy's patch and regen Configure.
36357 Branch: perl
36358 ! Configure INSTALL Makefile.SH Porting/Glossary
36359 ! Porting/config.sh config_h.SH epoc/config.sh installperl
36360 ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
36361 ! win32/config.vc
36362____________________________________________________________________________
36363[ 7195] By: jhi on 2000/10/10 21:09:30
36364 Log: Use the versiononly instead of the installscripts,
36365 retract the changes 7146 and 7147.
36366 Branch: perl
36367 ! Configure INSTALL Makefile.SH Porting/Glossary
36368 ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
36369 ! installperl uconfig.sh vos/config.def win32/config.bc
36370 ! win32/config.gc win32/config.vc
36371____________________________________________________________________________
36372[ 7194] By: jhi on 2000/10/10 21:06:15
36373 Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
36374 From: Peter Prymmer <pvhp@forte.com>
36375 Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
36376 Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
36377 Branch: perl
36378 ! t/op/ver.t
36379____________________________________________________________________________
36380[ 7193] By: jhi on 2000/10/10 21:05:12
36381 Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
36382 From: Peter Prymmer <pvhp@forte.com>
36383 Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
36384 Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
36385 Branch: perl
36386 ! t/op/tr.t
36387____________________________________________________________________________
51c9377f
JH
36388[ 7192] By: jhi on 2000/10/10 20:57:30
36389 Log: Add versiononly, delete installscripts, from Andy Dougherty.
36390 Branch: metaconfig
36391 - U/installdirs/installscripts.U
36392 Branch: metaconfig/U/perl
36393 + versiononly.U
36394____________________________________________________________________________
9b10d7ba
JH
36395[ 7191] By: jhi on 2000/10/10 19:41:21
36396 Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
36397 From: Peter Prymmer <pvhp@forte.com>
36398 Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
36399 Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
36400 Branch: perl
36401 ! pod/perlebcdic.pod
36402____________________________________________________________________________
36403[ 7190] By: jhi on 2000/10/10 19:26:14
36404 Log: Subject: Re: utf8 concat, mg_get
36405 From: Simon Cozens <simon@cozens.net>
36406 Date: Tue, 10 Oct 2000 17:40:17 +0100
36407 Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
36408 Branch: perl
36409 ! pp_hot.c
36410____________________________________________________________________________
36411[ 7189] By: jhi on 2000/10/10 19:23:03
36412 Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
36413 From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
36414 Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
36415 Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
36416 Branch: perl
36417 ! lib/ExtUtils/MM_Unix.pm
36418____________________________________________________________________________
36419[ 7188] By: jhi on 2000/10/10 15:31:24
36420 Log: Subject: RE: [ID 19990803.001] README.win32 suggestions
36421 From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
36422 Date: Fri, 14 Jul 2000 10:47:36 +0100
36423 Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
36424 Branch: perl
36425 ! README.win32
36426____________________________________________________________________________
36427[ 7187] By: jhi on 2000/10/10 13:30:10
36428 Log: Quote the temp file name, needed in Win32 because the
36429 default name unfortunately contains spaces, shouldn't
36430 hurt elsewhere.
36431
36432 Subject: FW: perldoc fails if $TEMP contains spaces
36433 From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
36434 Date: Thu, 14 Sep 2000 08:58:45 +0100
36435 Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
36436 Branch: perl
36437 ! utils/perldoc.PL
36438____________________________________________________________________________
36439[ 7186] By: jhi on 2000/10/10 13:16:27
36440 Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread
36441 From: hv@hugo.hybyte.com
36442 Date: Tue, 10 Oct 2000 14:10:20 +0100
36443 Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
36444 Branch: perl
36445 ! t/lib/thr5005.t util.c
36446____________________________________________________________________________
36447[ 7185] By: jhi on 2000/10/10 12:06:22
36448 Log: Upgrade to podlators 1.04, from Russ Allbery.
36449 Branch: perl
36450 ! lib/Pod/Man.pm lib/Pod/Text.pm
36451____________________________________________________________________________
36452[ 7184] By: jhi on 2000/10/10 12:01:32
36453 Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
36454 Branch: perl
36455 ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
36456____________________________________________________________________________
36457[ 7183] By: jhi on 2000/10/09 23:47:15
36458 Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
36459 From: Peter Prymmer <pvhp@forte.com>
36460 Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
36461 Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
36462 Branch: perl
36463 ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
36464____________________________________________________________________________
36465[ 7182] By: jhi on 2000/10/09 23:43:16
36466 Log: Make eq work again with utf8 (disabling the upgrading
36467 should no more be necessary since the copies of the
36468 scalars are upgraded, not the scalars themselves).
36469 Takes care of ID 20001009.001. (The claimed length()
36470 bug in 20001009.001 seems bogus to me.)
36471 Branch: perl
36472 ! sv.c t/pragma/utf8.t
36473____________________________________________________________________________
36474[ 7181] By: gsar on 2000/10/09 19:41:54
36475 Log: tweak for change#7173
36476 Branch: perl
36477 ! win32/win32sck.c
36478____________________________________________________________________________
36479[ 7180] By: gsar on 2000/10/09 19:26:56
36480 Log: on Windows, clean targets might not work under some flavors of the shell
36481 Branch: perl
36482 ! win32/Makefile win32/makefile.mk
36483____________________________________________________________________________
36484[ 7179] By: jhi on 2000/10/09 19:21:02
36485 Log: Update Changes.
36486 Branch: perl
36487 ! Changes patchlevel.h
36488____________________________________________________________________________
3a3d8f3c
JH
36489[ 7178] By: jhi on 2000/10/09 19:18:23
36490 Log: Warn about unknown scripts.
36491
36492 Subject: Re: ideas? patches? [PATCH bleadperl]
36493 From: Dominic Dunlop <domo@computer.org>
36494 Date: Mon, 9 Oct 2000 14:57:17 +0200
36495 Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
36496 Branch: perl
36497 ! lib/charnames.pm
36498____________________________________________________________________________
0b3b9d72
JH
36499[ 7177] By: jhi on 2000/10/09 19:13:27
36500 Log: Change #7160 had a nasty typo.
36501 Branch: metaconfig
36502 ! U/compline/Compile.U
36503 Branch: perl
36504 ! Configure config_h.SH
36505____________________________________________________________________________
3a3d8f3c
JH
36506[ 7176] By: gsar on 2000/10/09 18:59:33
36507 Log: pod nit
36508 Branch: perl
36509 ! pod/perlport.pod
36510____________________________________________________________________________
36511[ 7175] By: gsar on 2000/10/09 18:54:28
36512 Log: Windows9x doesn't support link(), despite what Config.pm
36513 might think
36514 Branch: perl
36515 ! lib/ExtUtils/Manifest.pm
36516____________________________________________________________________________
36517[ 7174] By: gsar on 2000/10/09 18:50:03
36518 Log: avoid nonportable example code
36519 Branch: perl
36520 ! lib/File/Copy.pm
36521____________________________________________________________________________
36522[ 7173] By: gsar on 2000/10/09 18:46:54
36523 Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
36524 being used) when closing a socket handle
36525 Branch: perl
36526 ! win32/win32.c win32/win32.h win32/win32sck.c
36527____________________________________________________________________________
36528[ 7172] By: gsar on 2000/10/09 18:41:40
36529 Log: on Windows, cwd strings in the environment should be of the
36530 form =X:=X:\foo instead of =X=X:\foo\
36531 Branch: perl
36532 ! win32/vdir.h
36533____________________________________________________________________________
36534[ 7171] By: gsar on 2000/10/09 18:30:09
36535 Log: on Windows, LoadLibrary() could load an extension DLL multiple
36536 times if forward slashes are used in the path
36537 Branch: perl
36538 ! win32/win32.c
36539____________________________________________________________________________
36540[ 7170] By: jhi on 2000/10/09 17:53:59
36541 Log: Add a todo note about overloadable assertions.
36542 Branch: perl
36543 ! Todo-5.6
36544____________________________________________________________________________
36545[ 7169] By: jhi on 2000/10/09 13:43:45
36546 Log: Subject: PATCH 5.6 perldebguts grammar cleanup
36547 From: mjd@plover.com
36548 Date: 9 Oct 2000 00:24:44 -0000
36549 Message-ID: <20001009002444.10616.qmail@plover.com>
36550 Branch: perl
36551 ! pod/perldebguts.pod
36552____________________________________________________________________________
36553[ 7168] By: nick on 2000/10/08 13:16:33
36554 Log: Tables assume network byte order for 16 bit forms, so 'S' packing
36555 is not right thing to do on (e.g. x86). Network order is also "right" for
36556 X fonts.
36557 Branch: perl
36558 ! ext/Encode/Encode.pm
36559____________________________________________________________________________
36560[ 7167] By: nick on 2000/10/08 12:54:42
36561 Log: Make "encodings" work post-install when Encode/*.enc files may not
36562 be in same directory as Encode.pm
36563 Branch: perl
36564 ! ext/Encode/Encode.pm
36565____________________________________________________________________________
36566[ 7166] By: nick on 2000/10/08 11:51:26
36567 Log: Work round the fact that $hash->{$key} does not take into account
36568 UTF8'ness of $key yet. Thus fromUnicode needs to do $hash->{chr(ord($ch))}
36569 so that key is always in the "expected" encoding - i.e. same way we put
36570 it in the hash.
36571 Branch: perl
36572 ! ext/Encode/Encode.pm
36573____________________________________________________________________________
36574[ 7165] By: gsar on 2000/10/08 04:15:29
36575 Log: save_re_context() could reset PL_curcop to freed memory, causing core
36576 dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
36577 Branch: perl
36578 ! pp_ctl.c
36579____________________________________________________________________________
36580[ 7164] By: jhi on 2000/10/06 20:51:48
36581 Log: UTF8ize split() so that the cloned substrings get the UTF8
36582 flag of the original scalar. Problem reported by Simon Cozens.
36583 Branch: perl
36584 ! pp.c t/pragma/utf8.t
36585____________________________________________________________________________
36586[ 7163] By: nick on 2000/10/06 20:48:34
36587 Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
36588 got a false +ve and so did not reach code which would have un-FAKEd the SV.
36589 Branch: perl
36590 ! sv.c
36591____________________________________________________________________________
36592[ 7162] By: nick on 2000/10/06 20:25:37
36593 Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
36594 To fix (sort {$a <=> $b} keys %hash) in particular but
36595 should cover a number of other as-yet-unknown cases as well.
36596 Branch: perl
36597 ! sv.c
36598____________________________________________________________________________
36599[ 7161] By: jhi on 2000/10/06 19:56:18
36600 Log: Change the version number of Tie::Handle in the core to 4.0,
36601 the (unrelated) Tie::Handle in CPAN will remain at 3.0.
36602
36603 Subject: Note on Tie::Handle
36604 From: andreas.koenig@anima.de (Andreas J. Koenig)
36605 Date: 06 Oct 2000 21:48:58 +0200
36606 Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
36607 Branch: perl
36608 ! lib/Tie/Handle.pm
36609____________________________________________________________________________
0b3b9d72
JH
36610[ 7160] By: jhi on 2000/10/06 18:20:35
36611 Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
36612 as the first option of cc/ld because of ultrapicky compilers
36613 (e.g. OS/390 R2.5)
36614 Branch: metaconfig
36615 + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
36616 ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
36617 ! U/compline/orderlib.U U/modified/Cppsym.U
36618 ! U/modified/d_access.U
36619 Branch: metaconfig/U/perl
36620 ! Checkcc.U d_dlsymun.U gccvers.U
36621 Branch: perl
36622 ! Configure config_h.SH
36623____________________________________________________________________________
3a3d8f3c
JH
36624[ 7159] By: jhi on 2000/10/06 13:56:39
36625 Log: Update Changes.
36626 Branch: perl
36627 ! Changes patchlevel.h
36628____________________________________________________________________________
db9f7605
JH
36629[ 7158] By: jhi on 2000/10/06 12:48:40
36630 Log: Eliminate $Is_VMS code from the test.
36631
36632 Subject: Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
36633 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
36634 Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
36635 Date: Thu, 5 Oct 2000 07:46:33 EDT
36636 Branch: perl
36637 ! t/lib/b.t
36638____________________________________________________________________________
0b3b9d72
JH
36639[ 7157] By: jhi on 2000/10/06 12:47:13
36640 Log: Also the $ccflags is needed for the C compiler check.
36641
36642 Subject: Configure (check for C-compiler)
36643 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
36644 Date: Fri, 06 Oct 2000 08:47:15 +0200
36645 Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
36646 Branch: metaconfig/U/perl
36647 ! Checkcc.U
36648 Branch: perl
36649 ! Configure config_h.SH
36650____________________________________________________________________________
db9f7605
JH
36651[ 7156] By: jhi on 2000/10/06 11:45:15
36652 Log: The HINT_BYTE patch is apparently unnecessary, retracted.
36653 Branch: perl
36654 ! perl.c pp_ctl.c sv.h utf8.c
36655____________________________________________________________________________
36656[ 7155] By: jhi on 2000/10/06 11:40:41
36657 Log: IO::Handle->syswrite() did not handle length omission
36658 like CORE::syswrite() does.
36659
36660 Subject: [Fwd] IO::Handle, syswrite and arguments
36661 From: Graham Barr <gbarr@pobox.com>
36662 Date: Fri, 6 Oct 2000 10:22:05 +0100
36663 Message-ID: <20001006102205.U6312@pobox.com>
36664
36665 The original patch from andrew@ugh.net.au.
36666 Branch: perl
36667 ! ext/IO/lib/IO/Handle.pm
36668____________________________________________________________________________
36669[ 7154] By: jhi on 2000/10/06 01:42:15
36670 Log: Tweak #7153.
36671 Branch: perl
36672 ! utf8.h
36673____________________________________________________________________________
36674[ 7153] By: jhi on 2000/10/06 00:39:55
36675 Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
36676 Branch: perl
36677 ! utf8.h
36678____________________________________________________________________________
36679[ 7152] By: jhi on 2000/10/06 00:38:11
36680 Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
36681 Branch: perl
36682 ! perl.c pp_ctl.c sv.h utf8.c
36683____________________________________________________________________________
36684[ 7151] By: jhi on 2000/10/06 00:36:38
36685 Log: Subject: Re: Questions about Tie::Array and perl modules
36686 From: Nick Ing-Simmons <nik@tiuk.ti.com>
36687 Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
36688 Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
36689
36690 Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
36691 Branch: perl
36692 ! lib/Tie/Array.pm t/op/array.t
36693____________________________________________________________________________
36694[ 7150] By: jhi on 2000/10/05 00:20:45
36695 Log: Regen Changes.
36696 Branch: perl
36697 ! Changes patchlevel.h
36698____________________________________________________________________________
8511762d
JH
36699[ 7149] By: jhi on 2000/10/05 00:20:01
36700 Log: Regen toc.
36701 Branch: perl
36702 ! pod/perltoc.pod
36703____________________________________________________________________________
36704[ 7148] By: jhi on 2000/10/04 23:35:08
36705 Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
36706 reported several times by Dominic Dunlop, for example in
36707 ID 20000315.008. Patch from Dominic. Patch affects at
36708 least MachTen, and possibly other oldish BSDs. Should not
36709 break non-broken platforms (tested on LinuxPPC).
36710 Branch: perl
36711 ! doio.c
36712____________________________________________________________________________
51c9377f
JH
36713[ 7147] By: jhi on 2000/10/04 23:26:34
36714 Log: The one that got away from 7146.
36715 Branch: metaconfig
36716 + U/installdirs/installscripts.U
36717____________________________________________________________________________
8511762d
JH
36718[ 7146] By: jhi on 2000/10/04 23:25:04
36719 Log: Enable disabling scripts installation by Configure -Uinstallscripts,
36720 suggested by H. Merijn Brand.
36721 Branch: perl
36722 ! Configure INSTALL Makefile.SH Porting/Glossary
36723 ! Porting/config.sh Porting/config_H epoc/config.sh installperl
36724 ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
36725 ! win32/config.vc
36726____________________________________________________________________________
36727[ 7145] By: jhi on 2000/10/04 22:08:21
36728 Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
36729 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36730 Date: Wed, 4 Oct 2000 17:37:46 -0400
36731 Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
36732 Branch: perl
36733 ! utils/h2xs.PL
36734____________________________________________________________________________
36735[ 7144] By: jhi on 2000/10/04 18:11:41
36736 Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
36737 From: Jeff Pinyan <jeffp@crusoe.net>
36738 Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
36739 Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
36740 Branch: perl
36741 ! pod/perlrun.pod
36742____________________________________________________________________________
36743[ 7143] By: jhi on 2000/10/04 18:09:58
36744 Log: Subject: perlhack.pod Patch for Externals Tools
36745 From: Fisher Mark <fisherm@tce.com>
36746 Date: Tue, 3 Oct 2000 15:43:27 -0500
36747 Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
36748 Branch: perl
36749 ! pod/perlhack.pod
36750____________________________________________________________________________
36751[ 7142] By: jhi on 2000/10/04 18:08:41
36752 Log: Subject: [PATCH] 5.6.0 & 5.7.0 VMS TZ fix for VMS6.2 and earlier
36753 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
36754 Date: Wed, 4 Oct 2000 12:11:11 EDT
36755 Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
36756 Branch: perl
36757 ! vms/vms.c
36758____________________________________________________________________________
36759[ 7141] By: jhi on 2000/10/04 12:20:16
36760 Log: Subject: [PATCH 5.7.0] h2xs not working
36761 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36762 Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
36763 Date: Tue, 3 Oct 2000 21:43:01 -0400
36764
36765 Subject: [PATCH 5.7.0] h2xs not documenting the created module
36766 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36767 Date: Tue, 3 Oct 2000 22:55:19 -0400
36768 Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
36769 Branch: perl
36770 ! utils/h2xs.PL
36771____________________________________________________________________________
36772[ 7140] By: jhi on 2000/10/04 11:53:44
36773 Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
36774 From: nick@babyhippo.com
36775 Date: Wed, 4 Oct 2000 12:06:45 +0100
36776 Message-Id: <20001004120645.A7356@babyhippo.com>
36777
36778 Retract 7118 and 7135.
36779 Branch: perl
36780 ! installman installperl op.c t/pragma/subs.t
36781____________________________________________________________________________
0b3b9d72
JH
36782[ 7139] By: jhi on 2000/10/03 22:09:41
36783 Log: It is possible to have no hosts database at all. Pointed out in
36784
36785 Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
36786 From: Peter Prymmer <pvhp@forte.com>
36787 Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
36788 Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
36789 Branch: metaconfig
36790 ! U/modified/myhostname.U
36791 Branch: perl
36792 ! Configure config_h.SH
36793____________________________________________________________________________
8511762d
JH
36794[ 7138] By: jhi on 2000/10/03 21:49:49
36795 Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
36796 From: Peter Prymmer <pvhp@forte.com>
36797 Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
36798 Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
36799 Branch: perl
36800 ! pp_sys.c
36801____________________________________________________________________________
36802[ 7137] By: jhi on 2000/10/03 20:10:05
36803 Log: One remaining nit less at the VMS mailbox sizing.
36804 Branch: perl
36805 ! vms/vms.c
36806____________________________________________________________________________
36807[ 7136] By: jhi on 2000/10/03 20:08:47
36808 Log: Test harness update to sync with the new perlcc,
36809 from Simon Cozens.
36810 Branch: perl
36811 ! t/TEST t/UTEST
36812____________________________________________________________________________
36813[ 7135] By: jhi on 2000/10/03 15:15:42
36814 Log: Subject: Re: PATCH for 20001003.004
36815 Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
36816 From: "AARON B. DOSSETT" <aaron@iglou.com>
36817 Message-Id: <E13gTay-0006od-00@iglou.com>
36818 Branch: perl
36819 ! installman installperl
36820____________________________________________________________________________
36821[ 7134] By: jhi on 2000/10/03 15:00:34
36822 Log: Subject: [ID 20001003.006] B::Debug not -w clean
36823 From: Nicholas Clark <nick@babyhippo.co.uk>
36824 Date: Tue, 03 Oct 2000 15:46:32 +0100
36825 Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
36826 Branch: perl
36827 ! ext/B/B/Debug.pm
36828____________________________________________________________________________
36829[ 7133] By: jhi on 2000/10/03 14:58:39
36830 Log: Scale down the VMS message boxes, by Charles Lane.
36831 Fix for ID 20000903.009, workaround at
36832 http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
36833 Branch: perl
36834 ! vms/vms.c
36835____________________________________________________________________________
36836[ 7132] By: jhi on 2000/10/03 11:20:37
36837 Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
36838 Branch: perl
36839 + t/lib/st-lock.t t/lib/st-utf8.t
36840 ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
36841 ! ext/Storable/Storable.xs t/lib/st-recurse.t
36842____________________________________________________________________________
36843[ 7131] By: jhi on 2000/10/03 03:38:23
36844 Log: Encode nits.
36845 Branch: perl
36846 ! MANIFEST Makefile.SH
36847____________________________________________________________________________
36848[ 7130] By: jhi on 2000/10/03 03:31:05
36849 Log: Update Changes.
36850 Branch: perl
36851 ! Changes patchlevel.h
36852____________________________________________________________________________
0b3b9d72
JH
36853[ 7129] By: jhi on 2000/10/03 02:24:02
36854 Log: Misplaced else.
36855 Branch: metaconfig/U/perl
36856 ! d_strtoll.U
36857 Branch: perl
36858 ! Configure config_h.SH
36859____________________________________________________________________________
36860[ 7128] By: jhi on 2000/10/03 02:08:29
36861 Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
36862 From: sthoenna@efn.org
36863 Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
36864 Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
36865 Branch: metaconfig/U/perl
36866 ! d_strtoll.U
36867 Branch: perl
36868 ! Configure config_h.SH hints/os2.sh os2/os2ish.h
36869____________________________________________________________________________
0f72438a
JH
36870[ 7127] By: jhi on 2000/10/03 01:13:14
36871 Log: Update Changes.
36872 Branch: perl
36873 ! Changes patchlevel.h
36874____________________________________________________________________________
70acb981
JH
36875[ 7126] By: jhi on 2000/10/03 00:57:08
36876 Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
36877 as suggested by Olaf Flebbe and Nick Clark.
36878 Branch: perl
36879 ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
36880____________________________________________________________________________
36881[ 7125] By: jhi on 2000/10/03 00:50:56
36882 Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
36883 From: Nick Clark <nick@plum.flirble.org>
36884 Date: Mon, 2 Oct 2000 11:03:24 +0100
36885 Message-Id: <20001002110324.D20073@plum.flirble.org>
71d4b5fd
JH
36886
36887 Also fixes bug ID 20001002.005.
70acb981
JH
36888 Branch: perl
36889 ! t/lib/encode.t
36890____________________________________________________________________________
36891[ 7124] By: jhi on 2000/10/03 00:34:59
36892 Log: Subject: [PATCH 5.7.0] Epoc update
36893 From: Olaf Flebbe <o.flebbe@gmx.de>
36894 Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
36895 Message-ID: <26423.969484586@www10.gmx.net>
36896 Branch: perl
36897 ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
36898 ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
36899 ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
36900 ! util.c util.h
36901____________________________________________________________________________
36902[ 7123] By: jhi on 2000/10/03 00:30:07
36903 Log: Regen headers.
36904 Branch: perl
36905 ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
36906____________________________________________________________________________
36907[ 7122] By: jhi on 2000/10/03 00:10:48
36908 Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
36909 Branch: perl
36910 ! hints/openbsd.sh
36911____________________________________________________________________________
36912[ 7121] By: jhi on 2000/10/03 00:05:06
36913 Log: Subject: [PATCH pod/perlop.pod] Documentation glitch in magic autoincrement.
36914 From: <abigail@foad.org>
36915 Date: Tue, 26 Sep 2000 13:36:14 -0400
36916 Message-ID: <20000926173614.4356.qmail@foad.org>
36917 Branch: perl
36918 ! pod/perlop.pod
36919____________________________________________________________________________
36920[ 7120] By: jhi on 2000/10/03 00:04:00
36921 Log: Inside require() $^S was always left undefined.
36922
36923 Subject: Re: Tiny 2-byte change to fix debugger's eval bug
36924 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36925 Date: Wed, 27 Sep 2000 18:54:49 -0400
36926 Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
36927 Branch: perl
36928 ! cop.h mg.c pp_ctl.c util.c
36929____________________________________________________________________________
36930[ 7119] By: jhi on 2000/10/03 00:00:16
36931 Log: Subject: [PATCH] DLL not restartabke with threaded perl
36932 From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
36933 Date: Thu, 28 Sep 2000 09:20:46 +0100
36934 Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
36935 Branch: perl
36936 ! perl.c
36937____________________________________________________________________________
36938[ 7118] By: jhi on 2000/10/02 23:59:20
36939 Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
36940 From: Nicholas Clark <nick@ccl4.org>
36941 Date: Thu, 28 Sep 2000 11:52:24 +0100
36942 Message-ID: <20000928115224.D7924@plum.flirble.org>
36943 Branch: perl
36944 ! op.c
36945____________________________________________________________________________
36946[ 7117] By: jhi on 2000/10/02 23:57:51
36947 Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
36948 From: Nicholas Clark <nick@babyhippo.co.uk>
36949 Date: Thu, 28 Sep 2000 12:18:10 +0100
36950 Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
36951
36952 Did not apply cleanly, manual intervention was needed.
36953 Branch: perl
36954 ! ext/B/B/Bytecode.pm utils/perlcc.PL
36955____________________________________________________________________________
36956[ 7116] By: jhi on 2000/10/02 23:50:40
36957 Log: Document the issue (is not a syntax error, kind of)
36958
36959 Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
36960 From: Nicholas Clark <nick@ccl4.org>
36961 Date: Thu, 28 Sep 2000 17:12:42 +0100
36962 Message-ID: <20000928171242.K7924@plum.flirble.org>
36963 Branch: perl
36964 ! pod/perldata.pod
36965____________________________________________________________________________
36966[ 7115] By: jhi on 2000/10/02 23:48:58
36967 Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
36968 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36969 Date: Thu, 28 Sep 2000 21:55:31 -0400
36970 Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
36971 Branch: perl
36972 ! regexec.c
36973____________________________________________________________________________
36974[ 7114] By: jhi on 2000/10/02 23:47:57
36975 Log: Subject: DOC PATCH 5.6.0
36976 From: mjd@plover.com
36977 Date: 30 Sep 2000 06:02:34 -0000
36978 Message-ID: <20000930060234.4559.qmail@plover.com>
36979 Branch: perl
36980 ! pod/perldebguts.pod
36981____________________________________________________________________________
36982[ 7113] By: jhi on 2000/10/02 23:46:43
36983 Log: SOCK_DGRAM and listen() do not mix as reported in
36984
36985 Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
36986 From: Petter Reinholdtsen <pere@hungry.com>
36987 Date: Sun, 1 Oct 2000 10:57:20 +0800
36988 Message-Id: <200010010257.KAA05735@localhost.localdomain>
36989
36990 The patch for 5.7.0+ had to be reengineered, though.
36991 Branch: perl
36992 ! ext/IO/lib/IO/Socket/UNIX.pm
36993____________________________________________________________________________
36994[ 7112] By: jhi on 2000/10/02 23:36:57
36995 Log: Subject: Re: [PATCH 5.005_64 missed]
36996 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36997 Date: Sun, 1 Oct 2000 18:50:10 -0400
36998 Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
36999 Branch: perl
37000 ! pod/perlxs.pod
37001____________________________________________________________________________
37002[ 7111] By: jhi on 2000/10/02 23:35:40
37003 Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug)
37004 From: Radu Greab <radu@netsoft.ro>
37005 Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
37006 Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
37007 Branch: perl
37008 ! op.c opcode.pl t/op/substr.t
37009____________________________________________________________________________
37010[ 7110] By: jhi on 2000/10/02 23:32:38
37011 Log: Subject: [PATCH] Fix aliasing of tied filehandles
37012 From: Daniel Chetlin <daniel@chetlin.com>
37013 Date: Mon, 2 Oct 2000 14:53:27 -0700
37014 Message-ID: <20001002145327.C1617@ilmd>
37015 Branch: perl
37016 ! perl.h pp_hot.c t/op/tiehandle.t
37017____________________________________________________________________________
37018[ 7109] By: jhi on 2000/10/02 23:31:30
37019 Log: s/Robin Parker/Robin Barker/
37020 Branch: perl
37021 ! Changes5.6
37022____________________________________________________________________________
37023[ 7108] By: jhi on 2000/10/02 23:15:46
37024 Log: Retract #7091 as suggested in
37025
37026 From: Robin Barker <rmb1@cise.npl.co.uk>
37027 Subject: [PATCH-R] was Re: SuSE's gcc-2.95.2 and //depot/perl
37028 Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
37029 Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
37030 Branch: perl
37031 ! embed.pl proto.h
37032____________________________________________________________________________
37033[ 7107] By: nick on 2000/10/02 18:23:14
37034 Log: A few tweaks to get Tk803 to work with Encode scheme.
37035 Branch: perl
37036 ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
37037____________________________________________________________________________
37038[ 7106] By: nick on 2000/10/01 21:34:14
37039 Log: Add checking cases to Encode's toUnicode and fromUnicode.
37040 Branch: perl
37041 ! ext/Encode/Encode.pm
37042____________________________________________________________________________
37043[ 7105] By: nick on 2000/10/01 17:18:01
37044 Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
37045 To read and use them.
37046 Add a lib/encode.t which checks a few things.
37047 Branch: perl
37048 + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
37049 + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
37050 + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
37051 + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
37052 + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
37053 + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
37054 + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
37055 + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
37056 + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
37057 + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
37058 + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
37059 + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
37060 + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
37061 + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
37062 + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
37063 + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
37064 + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
37065 + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
37066 + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
37067 + ext/Encode/Encode/iso2022-jp.enc
37068 + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
37069 + ext/Encode/Encode/iso8859-1.enc
37070 + ext/Encode/Encode/iso8859-2.enc
37071 + ext/Encode/Encode/iso8859-3.enc
37072 + ext/Encode/Encode/iso8859-4.enc
37073 + ext/Encode/Encode/iso8859-5.enc
37074 + ext/Encode/Encode/iso8859-6.enc
37075 + ext/Encode/Encode/iso8859-7.enc
37076 + ext/Encode/Encode/iso8859-8.enc
37077 + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
37078 + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
37079 + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
37080 + ext/Encode/Encode/macCentEuro.enc
37081 + ext/Encode/Encode/macCroatian.enc
37082 + ext/Encode/Encode/macCyrillic.enc
37083 + ext/Encode/Encode/macDingbats.enc
37084 + ext/Encode/Encode/macGreek.enc
37085 + ext/Encode/Encode/macIceland.enc
37086 + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
37087 + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
37088 + ext/Encode/Encode/macTurkish.enc
37089 + ext/Encode/Encode/macUkraine.enc
37090 + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
37091 + t/lib/encode.t
37092 ! MANIFEST ext/Encode/Encode.pm
37093____________________________________________________________________________
37094[ 7104] By: nick on 2000/09/30 13:04:30
37095 Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
37096 From: Daniel Chetlin <daniel@chetlin.com>
37097 Date: Mon, 18 Sep 2000 05:05:40 -0700
37098 Message-Id: <20000918050540.C652@ilmd>
37099 Branch: perl
37100 ! lib/overload.pm sv.c t/pragma/overload.t
37101____________________________________________________________________________
37102[ 7103] By: nick on 2000/09/30 12:53:36
37103 Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
37104 From: Johan Vromans <jvromans@squirrel.nl>
37105 Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
37106 Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
37107 Branch: perl
37108 ! pod/Makefile.SH
37109____________________________________________________________________________
37110[ 7102] By: nick on 2000/09/30 12:52:31
37111 Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
37112 From: Spider Boardman <spider@Orb.Nashua.NH.US>
37113 Date: Sat, 16 Sep 2000 16:36:45 -0400
37114 Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
37115 Branch: perl
37116 ! ext/B/B/Deparse.pm
37117____________________________________________________________________________
37118[ 7101] By: nick on 2000/09/30 12:51:41
37119 Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
37120 From: Craig A. Berry <craig.berry@psinetcs.com>
37121 Date: Sat, 16 Sep 2000 10:11:10 -0500
37122 Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
37123 Branch: perl
37124 ! vms/vms.c
37125____________________________________________________________________________
37126[ 7100] By: nick on 2000/09/30 12:50:33
37127 Log: Subject: Re: unicode support and perl [ID 20000901.097]
37128 From: Spider Boardman <spider@Orb.Nashua.NH.US>
37129 Date: Fri, 15 Sep 2000 16:37:58 -0400
37130 Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
37131 Branch: perl
37132 ! t/op/append.t
37133____________________________________________________________________________
37134[ 7099] By: nick on 2000/09/30 12:49:35
37135 Log: Subject: Re: unicode support and perl [ID 20000901.097]
37136 From: Spider Boardman <spider@Orb.Nashua.NH.US>
37137 Date: Fri, 15 Sep 2000 16:25:30 -0400
37138 Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
37139 Branch: perl
37140 ! pp_hot.c
37141____________________________________________________________________________
37142[ 7098] By: nick on 2000/09/30 12:48:00
37143 Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
37144 From: Gisle Aas <gisle@ActiveState.com>
37145 Date: 15 Sep 2000 16:23:41 +0200
37146 Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
37147 Branch: perl
37148 ! toke.c
37149____________________________________________________________________________
37150[ 7097] By: nick on 2000/09/30 12:45:16
37151 Log: Subject: [PATCH] Nits in perlmod.pod
37152 From: Daniel Chetlin <daniel@chetlin.com>
37153 Date: Fri, 15 Sep 2000 02:04:09 -0700
37154 Message-Id: <20000915020409.A2104@ilmd>
37155 Branch: perl
37156 ! pod/perlmod.pod
37157____________________________________________________________________________
37158[ 7096] By: nick on 2000/09/30 12:18:00
37159 Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
37160 i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
37161 to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
37162 0 to checking to get the warning.
37163 Branch: perl
37164 ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
37165 ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
37166 ! regexec.c sv.c toke.c utf8.c
37167____________________________________________________________________________
37168[ 7095] By: nick on 2000/09/15 16:55:59
37169 Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
37170
37171 Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
37172 From: Spider Boardman <spider@Orb.Nashua.NH.US>
37173 Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
37174 Date: Fri, 15 Sep 2000 06:37:30 -0400
37175 Branch: perl
37176 ! ext/Encode/Encode.xs sv.c
37177____________________________________________________________________________
37178[ 7094] By: jhi on 2000/09/15 03:23:32
37179 Log: Update Changes.
37180 Branch: perl
37181 ! Changes patchlevel.h
37182____________________________________________________________________________
f7f6dc29
JH
37183[ 7093] By: jhi on 2000/09/15 03:11:44
37184 Log: Fix for the charnames.t failures from Spider Boardman.
37185 Branch: perl
37186 ! toke.c
37187____________________________________________________________________________
37188[ 7092] By: jhi on 2000/09/15 00:15:48
37189 Log: Botched the #7090 check-in.
37190 Branch: perl
37191 ! sv.c
37192____________________________________________________________________________
37193[ 7091] By: jhi on 2000/09/14 23:33:24
37194 Log: Part of #7081 didn't come through.
37195 Branch: perl
37196 ! embed.pl proto.h
37197____________________________________________________________________________
37198[ 7090] By: jhi on 2000/09/14 23:17:39
37199 Log: Subject: Re: perl@7078
37200 From: Spider Boardman <spider@web.zk3.dec.com>
37201 Date: Thu, 14 Sep 2000 19:06:36 -0400
37202 Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
37203 Branch: perl
37204 ! sv.c toke.c
37205____________________________________________________________________________
37206[ 7089] By: jhi on 2000/09/14 23:11:21
37207 Log: Small portability tweaks.
37208 Branch: perl
37209 ! ext/Encode/Encode.xs
37210____________________________________________________________________________
37211[ 7088] By: jhi on 2000/09/14 22:57:23
37212 Log: Fake return to pacify picky compilers.
37213 Branch: perl
37214 ! ext/Encode/Encode.xs
37215____________________________________________________________________________
37216[ 7087] By: jhi on 2000/09/14 22:53:37
37217 Log: Subject: [PATCH] utf8.c apidoc
37218 From: Simon Cozens <simon@cozens.net>
37219 Date: Thu, 14 Sep 2000 23:46:57 +0100
37220 Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
37221 Branch: perl
37222 ! perlapi.c pod/perlapi.pod utf8.c
37223____________________________________________________________________________
37224[ 7086] By: jhi on 2000/09/14 22:40:38
37225 Log: We don't need to count the high bit bytes, a boolean is enough.
37226 Branch: perl
37227 ! sv.c
37228____________________________________________________________________________
37229[ 7085] By: jhi on 2000/09/14 21:20:09
37230 Log: Replace #7084 with
37231
37232 Subject: Re: perl@7078
37233 From: Spider Boardman <spider@web.zk3.dec.com>
37234 Date: Thu, 14 Sep 2000 17:09:36 -0400
37235 Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
37236 Branch: perl
37237 ! sv.c utf8.c
37238____________________________________________________________________________
37239[ 7084] By: jhi on 2000/09/14 20:03:34
37240 Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
37241 convertable to bytes by checking it doesn't go above 0xc3
37242
37243 Subject: Re: perl@7078
37244 From: Simon Cozens <simon@cozens.net>
37245 Date: Thu, 14 Sep 2000 20:59:19 +0100
37246 Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
37247 Branch: perl
37248 ! utf8.c
37249____________________________________________________________________________
37250[ 7083] By: jhi on 2000/09/14 19:38:47
37251 Log: Subject: Re: perl@7078
37252 From: Simon Cozens <simon@cozens.net>
37253 Date: Thu, 14 Sep 2000 20:13:09 +0100
37254 Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
37255 Branch: perl
37256 ! t/op/bop.t
37257____________________________________________________________________________
37258[ 7082] By: jhi on 2000/09/14 17:50:44
37259 Log: The one that got away.
37260 Branch: perl
37261 ! lib/File/Find.pm
37262____________________________________________________________________________
37263[ 7081] By: jhi on 2000/09/14 17:45:35
37264 Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
37265 From: Robin Barker <rmb1@cise.npl.co.uk>
37266 Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
37267 Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
37268 Branch: perl
37269 ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
37270 ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
37271 ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
37272 ! regcomp.c toke.c universal.c
37273____________________________________________________________________________
37274[ 7080] By: jhi on 2000/09/14 17:40:35
37275 Log: Problems picked up by AIX cc.
37276
37277 Subject: Re: perl@7078 (patch included)
37278 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
37279 Date: Thu, 14 Sep 2000 18:53:30 +0200
37280 Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
37281 Branch: perl
37282 ! ext/Encode/Encode.xs
37283____________________________________________________________________________
37284[ 7079] By: jhi on 2000/09/14 17:38:27
37285 Log: Subject: File::Find 5.7.0 POD nits
37286 From: Rich Morin <rdm@cfcl.com>
37287 Date: Wed, 13 Sep 2000 22:03:58 -0700
37288 Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
37289 Branch: perl
37290 ! lib/File/Find.pm
37291____________________________________________________________________________
37292[ 7078] By: jhi on 2000/09/14 14:58:20
37293 Log: Update Changes.
37294 Branch: perl
37295 ! Changes patchlevel.h
37296____________________________________________________________________________
446da98b
JH
37297[ 7077] By: jhi on 2000/09/14 14:55:54
37298 Log: Compilation warnings and an error.
37299 Branch: perl
37300 ! sv.c
37301____________________________________________________________________________
37302[ 7076] By: jhi on 2000/09/14 14:42:56
37303 Log: Fix for a parsing bug, not for the original bug.
37304
37305 Subject: Re: [ID 20000910.005] Another segfault with regexes.
37306 From: Spider Boardman <spider@web.zk3.dec.com>
37307 Date: Wed, 13 Sep 2000 17:52:20 -0400
37308 Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
37309 Branch: perl
37310 ! regcomp.c
37311____________________________________________________________________________
37312[ 7075] By: jhi on 2000/09/14 14:40:40
37313 Log: Batch of UTF-8 patches from Simon Cozens.
37314 Branch: perl
37315 ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
37316 ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
37317 ! toke.c utf8.c
37318____________________________________________________________________________
37319[ 7074] By: jhi on 2000/09/14 14:29:58
37320 Log: Subject: Re: Two advertising clauses need to be removed
37321 From: Russ Allbery <rra@stanford.edu>
37322 Date: 13 Sep 2000 18:50:26 -0700
37323 Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
37324 Branch: perl
37325 ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
37326____________________________________________________________________________
37327[ 7073] By: jhi on 2000/09/14 14:28:20
37328 Log: Subject: [PATCH] de-wall t/README
37329 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
37330 Date: Wed, 13 Sep 2000 17:46:55 -0700
37331 Message-ID: <//Bw5gzkge/e092yn@efn.org>
37332 Branch: perl
37333 ! t/README
37334____________________________________________________________________________
37335[ 7072] By: jhi on 2000/09/14 14:25:10
37336 Log: Hints optimization.
37337
37338 Subject: Minor nit
37339 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
37340 Date: Wed, 13 Sep 2000 21:42:07 +0200
37341 Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
37342 Branch: perl
37343 ! hints/hpux.sh
37344____________________________________________________________________________
37345[ 7071] By: jhi on 2000/09/14 14:23:30
37346 Log: Allow chop() and chomp() to be overridden.
37347
37348 Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
37349 From: "Casey R. Tweten" <crt@kiski.net>
37350 Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
37351 Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
37352 Branch: perl
37353 ! toke.c
37354____________________________________________________________________________
37355[ 7070] By: jhi on 2000/09/14 14:20:36
37356 Log: The return value of setlocale must be copied away.
37357
37358 Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
37359 From: Alan Burlison <Alan.Burlison@uk.sun.com>
37360 Date: Wed, 13 Sep 2000 16:27:37 +0100
37361 Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
37362 Branch: perl
37363 ! util.c
37364____________________________________________________________________________
37365[ 7069] By: jhi on 2000/09/14 14:16:27
37366 Log: Remove vestiges of tr//CU.
37367
37368 Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
37369 From: Nick Clark <nick@plum.flirble.org>
37370 Date: Tue, 12 Sep 2000 22:50:14 +0100
37371 Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
37372
37373 Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
37374 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
37375 Date: Tue, 12 Sep 2000 21:38:48 -0700
37376 Message-ID: <YTwv5gzkgmfL092yn@efn.org>
37377 Branch: perl
37378 ! op.h pod/perlunicode.pod
37379____________________________________________________________________________
37380[ 7068] By: jhi on 2000/09/13 14:18:39
37381 Log: Add the Encode extension. The code is still largely just skeleton.
37382 Branch: perl
37383 + ext/Encode/Encode.pm ext/Encode/Encode.xs
37384 + ext/Encode/Makefile.PL ext/Encode/Todo
37385 ! MANIFEST Todo-5.6
37386____________________________________________________________________________
37387[ 7067] By: jhi on 2000/09/12 17:43:33
37388 Log: Allow for whitespace between "#" and "line" in cpp output.
37389
37390 Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
37391 From: Calle Dybedahl <calle@lysator.liu.se>
37392 Date: 12 Sep 2000 19:38:02 +0200
37393 Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
37394 Branch: perl
37395 ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
37396____________________________________________________________________________
37397[ 7066] By: gsar on 2000/09/12 17:24:29
37398 Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
37399 initialization in all the threads on Windows
37400 Branch: perl
37401 ! win32/win32.c
37402____________________________________________________________________________
37403[ 7065] By: jhi on 2000/09/12 15:11:31
37404 Log: Update Changes.
37405 Branch: perl
37406 ! Changes patchlevel.h
37407____________________________________________________________________________
7f4b70e8
JH
37408[ 7064] By: jhi on 2000/09/12 14:54:54
37409 Log: Retract #7062, the pod tests are not ready.
37410 Branch: perl
37411 ! t/TEST t/harness
37412____________________________________________________________________________
0b3b9d72
JH
37413[ 7063] By: jhi on 2000/09/12 14:25:41
37414 Log: The #7054 truncated Configure badly.
37415 Branch: metaconfig/U/perl
37416 ! End.U
37417 Branch: perl
37418 ! Configure config_h.SH
37419____________________________________________________________________________
7f4b70e8
JH
37420[ 7062] By: jhi on 2000/09/12 14:08:32
37421 Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
37422 From: sthoenna@efn.org
37423 Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
37424 Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
37425 Branch: perl
37426 ! t/TEST t/harness
37427____________________________________________________________________________
37428[ 7061] By: jhi on 2000/09/12 14:07:18
37429 Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
37430 From: sthoenna@efn.org
37431 Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
37432 Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
37433 Branch: perl
37434 ! pod/perlxs.pod
37435____________________________________________________________________________
37436[ 7060] By: jhi on 2000/09/12 14:06:08
37437 Log: Break up the myconfig lines a bit.
37438
37439 Subject: perlbug/perl -V output format
37440 From: sthoenna@efn.org
37441 Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
37442 Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
37443 Branch: perl
37444 ! myconfig.SH
37445____________________________________________________________________________
37446[ 7059] By: jhi on 2000/09/12 14:05:04
37447 Log: Test for the #7049.
37448
37449 Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on i686-linux 2.2.16-raid (UNINSTALLED)
37450 From: andreas.koenig@anima.de (Andreas J. Koenig)
37451 Date: 12 Sep 2000 06:42:01 +0200
37452 Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
37453 Branch: perl
37454 ! t/op/my.t
37455____________________________________________________________________________
37456[ 7058] By: jhi on 2000/09/12 14:03:05
37457 Log: Subject: [patch: perl@7045] vms updates
37458 From: Peter Prymmer <pvhp@forte.com>
37459 Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
37460 Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
37461 Branch: perl
37462 ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
37463____________________________________________________________________________
37464[ 7057] By: jhi on 2000/09/12 14:00:51
37465 Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
37466 From: sthoenna@efn.org
37467 Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
37468 Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
37469 Branch: perl
37470 ! t/op/64bitint.t
37471____________________________________________________________________________
37472[ 7056] By: jhi on 2000/09/12 13:58:14
37473 Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
37474 From: Jeff Pinyan <jeffp@crusoe.net>
37475 Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
37476 Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
37477 Branch: perl
37478 ! pod/perlfunc.pod
37479____________________________________________________________________________
37480[ 7055] By: jhi on 2000/09/12 13:56:32
37481 Log: Do in VMS as the #7054 does.
37482 Branch: perl
37483 ! configure.com
37484____________________________________________________________________________
0b3b9d72
JH
37485[ 7054] By: jhi on 2000/09/12 13:50:31
37486 Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
37487 From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
37488 Date: Mon, 11 Sep 2000 08:33:09 +0100
37489 Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
37490 Branch: metaconfig/U/perl
37491 ! End.U
37492 Branch: perl
37493 ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
37494 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
37495____________________________________________________________________________
7f4b70e8
JH
37496[ 7053] By: jhi on 2000/09/12 13:29:19
37497 Log: Subject: [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
37498 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
37499 Date: Tue, 12 Sep 2000 08:35:59 EDT
37500 Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
37501 Branch: perl
37502 ! vms/test.com
37503____________________________________________________________________________
37504[ 7052] By: jhi on 2000/09/11 23:01:50
37505 Log: Document the SvUTF8*().
37506 Branch: perl
37507 ! pod/perlapi.pod sv.h
37508____________________________________________________________________________
37509[ 7051] By: gsar on 2000/09/11 14:46:30
37510 Log: C<@a = @b = split(...)> optimization coredumps under ithreads
37511 (missed a spot when fixing up op_pmreplroot hack for ithreads)
37512 Branch: perl
37513 ! op.c t/op/split.t
37514____________________________________________________________________________
37515[ 7050] By: nick on 2000/09/11 10:03:51
37516 Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
37517
37518 Subject: borland C++ win32.c tweak
37519 From: Vadim Konovalov <vkonovalov@lucent.com>
37520 Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
37521 Date: Mon, 11 Sep 2000 11:22:33 +0400
37522 Branch: perl
37523 ! win32/win32.c
37524____________________________________________________________________________
37525[ 7049] By: nick on 2000/09/11 09:57:33
37526 Log: Point fix for s/// on foreach (keys %xxx).
37527 Branch: perl
37528 ! pp_hot.c
37529____________________________________________________________________________
37530[ 7048] By: jhi on 2000/09/10 23:37:09
37531 Log: Silence t/pod/*.t about alternate quote-mappings now implemented
37532 by Pod::Text, from Brad Appleton.
37533 Branch: perl
37534 ! t/pod/testp2pt.pl
37535____________________________________________________________________________
37536[ 7047] By: jhi on 2000/09/10 14:32:53
37537 Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
37538 by Russ Allbery.
37539 Branch: perl
37540 ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
37541____________________________________________________________________________
37542[ 7046] By: jhi on 2000/09/10 14:15:08
37543 Log: Upgrade to CPAN 1.57_65, from Andreas König.
37544 Branch: perl
37545 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
37546____________________________________________________________________________
37547[ 7045] By: jhi on 2000/09/08 21:36:32
37548 Log: Update Changes.
37549 Branch: perl
37550 ! Changes patchlevel.h
37551____________________________________________________________________________
0a0d439f
JH
37552[ 7044] By: jhi on 2000/09/08 21:29:56
37553 Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
37554 From: Peter Prymmer <pvhp@forte.com>
37555 Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
37556 Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
37557 Branch: perl
37558 ! configure.com
37559____________________________________________________________________________
37560[ 7043] By: jhi on 2000/09/08 21:27:50
37561 Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
37562 From: Peter Prymmer <pvhp@forte.com>
37563 Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
37564 Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
37565 Branch: perl
37566 ! Makefile.SH installperl
37567____________________________________________________________________________
37568[ 7042] By: jhi on 2000/09/08 21:23:21
37569 Log: Continue #7041.
37570 Branch: perl
37571 ! cygwin/Makefile.SHs os2/Makefile.SHs
37572____________________________________________________________________________
0b3b9d72
JH
37573[ 7041] By: jhi on 2000/09/08 21:18:10
37574 Log: Do away with memory models cruft. Sorry, PDP users.
37575 Branch: metaconfig
37576 ! U/modified/cc.U U/modified/libpth.U
37577 Branch: perl
37578 ! Configure Makefile.SH Porting/Glossary Porting/config.sh
37579 ! Porting/config_H cflags.SH config_h.SH configure.com
37580 ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
37581 ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
37582 ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
37583____________________________________________________________________________
0a0d439f
JH
37584[ 7040] By: jhi on 2000/09/08 14:34:18
37585 Log: Major rewrite of s2p. And I mean really major, it is
37586 an implementation of sed in perl. If called as s2p it
37587 will function as s2p. Note: needs non-UNIXifying.
37588
37589 Subject: s2p
37590 From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
37591 Date: Mon, 28 Aug 2000 14:05:12 +0200
37592 Message-ID: <39AA5578.2102E2AA@alcatel.at>
37593 Branch: perl
37594 ! x2p/s2p.PL
37595____________________________________________________________________________
37596[ 7039] By: jhi on 2000/09/08 14:19:49
37597 Log: Re-allow vec() for characters > 255.
37598
37599 Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
37600 From: Spider Boardman <spider@web.zk3.dec.com>
37601 Date: Fri, 08 Sep 2000 02:21:02 -0400
37602 Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
37603 Branch: perl
37604 ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
37605 ! t/op/vec.t
37606____________________________________________________________________________
37607[ 7038] By: jhi on 2000/09/08 14:14:18
37608 Log: Subject: [PATCH lib/Benchmark.pm]
37609 From: <abigail@foad.org>
37610 Date: Thu, 7 Sep 2000 15:03:20 -0400
37611 Message-ID: <20000907190320.888.qmail@foad.org>
37612 Branch: perl
37613 ! lib/Benchmark.pm
37614____________________________________________________________________________
37615[ 7037] By: jhi on 2000/09/08 14:11:06
37616 Log: Optimizing hash keys into shared strings doesn't work with ithreads.
37617
37618 Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi
37619 From: Spider Boardman <spider@web.zk3.dec.com>
37620 Date: Fri, 08 Sep 2000 01:30:27 -0400
37621 Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
37622 Branch: perl
37623 ! op.c
37624____________________________________________________________________________
37625[ 7036] By: jhi on 2000/09/08 14:08:58
37626 Log: Subject: [ID 20000908.002] perlipc documentation bug.
37627 From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
37628 Date: Fri, 08 Sep 2000 12:38:32 +0200
37629 Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
37630 Branch: perl
37631 ! pod/perlipc.pod
37632____________________________________________________________________________
37633[ 7035] By: jhi on 2000/09/08 14:03:12
37634 Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
37635 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
37636 Date: Fri, 08 Sep 2000 11:47:34 +0200
37637 Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
37638 Branch: perl
37639 ! hints/dec_osf.sh
37640____________________________________________________________________________
37641[ 7034] By: jhi on 2000/09/08 13:59:35
37642 Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
37643 From: Simon Cozens <simon@cozens.net>
37644 Date: Thu, 7 Sep 2000 20:40:38 +0100
37645 Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
37646 Branch: perl
37647 ! pp_hot.c
37648____________________________________________________________________________
37649[ 7033] By: jhi on 2000/09/08 04:03:03
37650 Log: Subject: [ID 20000904.008] Tiny fix for perldiag
37651 From: "Larry W. Virden" <lvirden@cas.org>
37652 Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
37653 Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
37654 Branch: perl
37655 ! pod/perldiag.pod
37656____________________________________________________________________________
37657[ 7032] By: jhi on 2000/09/07 22:18:30
37658 Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
37659 From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
37660 Date: Mon, 04 Sep 2000 13:16:38 -0700
37661 Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
37662 Branch: perl
37663 ! lib/perl5db.pl
37664____________________________________________________________________________
37665[ 7031] By: jhi on 2000/09/07 22:02:29
37666 Log: Fix the ccversion detection for 5.1 and beyond.
37667
37668 Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
37669 From: Spider Boardman <spider@leggy.zk3.dec.com>
37670 Date: Thu, 7 Sep 2000 17:54:27 -0400
37671 Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
37672 Branch: perl
37673 ! hints/dec_osf.sh
37674____________________________________________________________________________
37675[ 7030] By: jhi on 2000/09/07 19:12:28
37676 Log: Fix for
37677
37678 Subject: [ID 20000903.001] \w in utf8-strings
37679 From: Marc Lehmann <pcg@goof.com>
37680 Date: Sun, 03 Sep 2000 09:44:29 +0200
37681 Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
37682
37683 and various related nits.
37684 Branch: perl
37685 ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
37686____________________________________________________________________________
37687[ 7029] By: jhi on 2000/09/07 18:49:09
37688 Log: Fix the URL, but the server is still missing in action.
37689
37690 Subject: [ID 20000905.002] perlfaq1.pod URL error
37691 From: "Larry W. Virden" <lvirden@cas.org>
37692 Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
37693 Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
37694 Branch: perl
37695 ! pod/perlfaq1.pod
37696____________________________________________________________________________
37697[ 7028] By: jhi on 2000/09/07 18:47:13
37698 Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202
37699 From: Hugo <hv@crypt.compulink.co.uk>
37700 Date: Tue, 05 Sep 2000 14:13:37 +0100
37701 Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
37702 Branch: perl
37703 ! toke.c
37704____________________________________________________________________________
37705[ 7027] By: jhi on 2000/09/07 18:45:35
37706 Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
37707 From: Daniel Chetlin <daniel@chetlin.com>
37708 Date: Tue, 5 Sep 2000 04:57:07 -0700
37709 Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
37710 Branch: perl
37711 ! pod/perlfaq6.pod pod/perlop.pod
37712____________________________________________________________________________
37713[ 7026] By: jhi on 2000/09/07 18:44:01
37714 Log: Document the new ref() semantics.
37715
37716 Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
37717 From: Gisle Aas <gisle@ActiveState.com>
37718 Date: 05 Sep 2000 08:10:30 +0200
37719 Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
37720 Branch: perl
37721 ! pod/perldelta.pod
37722____________________________________________________________________________
37723[ 7025] By: jhi on 2000/09/07 18:42:27
37724 Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
37725
37726 Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
37727 From: Gisle Aas <gisle@ActiveState.com>
37728 Date: 05 Sep 2000 08:11:40 +0200
37729 Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
37730 Branch: perl
37731 ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
37732____________________________________________________________________________
37733[ 7024] By: jhi on 2000/09/07 18:39:32
37734 Log: Subject: [PATCH] Modernize Opcode.pm documentation
37735 From: Gisle Aas <gisle@ActiveState.com>
37736 Date: 4 Sep 2000 00:18:55 -0000
37737 Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
37738 Branch: perl
37739 ! ext/Opcode/Opcode.pm
37740____________________________________________________________________________
37741[ 7023] By: jhi on 2000/09/07 18:37:42
37742 Log: Subject: [PATCH] Tied filehandle documentation
37743 From: Gisle Aas <gisle@ActiveState.com>
37744 Date: 4 Sep 2000 00:14:40 -0000
37745 Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
37746 Branch: perl
37747 ! pod/perlfunc.pod pod/perltie.pod
37748____________________________________________________________________________
37749[ 7022] By: jhi on 2000/09/07 18:35:37
37750 Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
37751 From: Gisle Aas <gisle@ActiveState.com>
37752 Date: 4 Sep 2000 00:04:22 -0000
37753 Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
37754 Branch: perl
37755 ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
37756____________________________________________________________________________
37757[ 7021] By: jhi on 2000/09/07 18:33:22
37758 Log: Subject: small apidoc fix
37759 From: Marc Lehmann <pcg@goof.com>
37760 Date: Sun, 3 Sep 2000 05:12:06 +0200
37761 Message-ID: <20000903051206.A5909@cerebro.laendle>
37762 Branch: perl
37763 ! pod/perlapi.pod utf8.c
37764____________________________________________________________________________
37765[ 7020] By: jhi on 2000/09/07 16:14:57
37766 Log: Tiny perldelta nits.
37767 Branch: perl
37768 ! pod/perldelta.pod
37769____________________________________________________________________________
37770[ 7019] By: jhi on 2000/09/07 16:04:20
37771 Log: Guard against bad string->int conversion for quads.
37772 Branch: perl
37773 ! t/op/64bitint.t
37774____________________________________________________________________________
37775[ 7018] By: jhi on 2000/09/06 17:07:03
37776 Log: Update Unicode todo list.
37777 Branch: perl
37778 ! Todo-5.6
37779____________________________________________________________________________
37780[ 7017] By: jhi on 2000/09/05 21:16:01
37781 Log: Document the SvIOK_.*UV().
37782 Branch: perl
37783 ! pod/perlapi.pod sv.h
37784____________________________________________________________________________
37785[ 7016] By: nick on 2000/09/03 21:54:46
37786 Log: Hash lookup of constant strings optimization:
37787 Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
37788 to string table (as per sharepvn). Add newSV_pvn_share to create such
37789 a thing. Make hv.c compare addresses of strings and skip string compare
37790 if equal. Make method_named and helem ops use these shared-string SVs
37791 when arg is constant. Make keys op return shared-string SVs (less clearly
37792 a win).
37793 Branch: perl
37794 ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
37795 ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
37796 ! pod/perlintern.pod pp_hot.c proto.h sv.c
37797____________________________________________________________________________
37798[ 7015] By: jhi on 2000/09/02 17:48:59
37799 Log: This is 5.7.0.
37800 Branch: perl
37801 ! Changes
37802____________________________________________________________________________
6570e624
JH
37803[ 7014] By: jhi on 2000/09/02 17:35:45
37804 Log: Changes and patchlevel tweaks.
37805 Branch: perl
37806 ! Changes patchlevel.h
37807____________________________________________________________________________
37808[ 7013] By: jhi on 2000/09/02 17:30:50
37809 Log: Update Changes.
37810 Branch: perl
37811 ! Changes patchlevel.h
37812____________________________________________________________________________
8a1f490d
JH
37813[ 7012] By: nick on 2000/09/02 17:25:20
37814 Log: More %{} and other deref special casing - do not pass to 'nomethod'.
37815 Branch: perl
37816 ! gv.c lib/overload.pm
37817____________________________________________________________________________
37818[ 7011] By: jhi on 2000/09/02 17:16:25
37819 Log: Update perlhist.
37820 Branch: perl
37821 ! pod/perlhist.pod
37822____________________________________________________________________________
37823[ 7010] By: jhi on 2000/09/02 17:01:35
37824 Log: perldelta nits.
37825 Branch: perl
37826 ! pod/perldelta.pod
37827____________________________________________________________________________
37828[ 7009] By: nick on 2000/09/02 16:48:35
37829 Log: If overloaded %{} etc. return the object do not loop.
37830 Thus sub deref { $_[0] } functions if object is wanted type.
37831 Branch: perl
37832 ! pp.h
37833____________________________________________________________________________
37834[ 7008] By: jhi on 2000/09/02 16:26:11
37835 Log: Retab MANIFEST.
37836 Branch: perl
37837 ! ext/Storable/MANIFEST
37838____________________________________________________________________________
37839[ 7007] By: jhi on 2000/09/02 16:23:02
37840 Log: Make certain cc is set before trying to run it.
37841 Branch: perl
37842 ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
37843____________________________________________________________________________
37844[ 7006] By: jhi on 2000/09/02 15:45:41
37845 Log: Unicode notes.
37846 Branch: perl
37847 ! pod/perldelta.pod
37848____________________________________________________________________________
0b3b9d72
JH
37849[ 7005] By: jhi on 2000/09/02 15:42:11
37850 Log: Various Configure nits by Philip Newton,
37851 plus the ebcdic one by me.
37852 Branch: metaconfig
37853 + U/modified/pager.U
37854 ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
37855 Branch: metaconfig/U/perl
37856 ! Devel.U quadfio.U
37857 Branch: perl
37858 ! Configure config_h.SH
37859____________________________________________________________________________
8a1f490d
JH
37860[ 7004] By: jhi on 2000/09/02 15:06:14
37861 Log: Apparently avoiding the swapping is too costly.
37862
37863 From: "Ben Tilly" <ben_tilly@hotmail.com>
37864 Subject: Re: the door is closed.
37865 Date: Fri, 01 Sep 2000 20:23:16 EDT
37866 Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
37867 Branch: perl
37868 ! pod/perlfaq4.pod
37869____________________________________________________________________________
37870[ 7003] By: nick on 2000/09/02 12:26:04
37871 Log: Undo part of change 6489 which looks like a bulk edit which
37872 changed _all_ gv_efullname3() calls to gv_efullname4() calls.
37873 The supressing of main:: on return from select() is undesirable.
37874 Branch: perl
37875 ! pp_sys.c
37876____________________________________________________________________________
37877[ 7002] By: jhi on 2000/09/01 23:08:54
37878 Log: Update Changes.
37879 Branch: perl
37880 ! Changes patchlevel.h
37881____________________________________________________________________________
c567d284
JH
37882[ 7001] By: jhi on 2000/09/01 23:00:13
37883 Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
37884 From: Peter Prymmer <pvhp@forte.com>
37885 Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
37886 Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
37887
37888 plus rework the http: spots as suggested by Tom Christiansen,
37889 plus regen perltoc.
37890 Branch: perl
37891 ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
37892 ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
37893____________________________________________________________________________
37894[ 7000] By: jhi on 2000/09/01 22:36:01
37895 Log: Only the first line, thank you very much.
37896 Branch: perl
37897 ! hints/solaris_2.sh
37898____________________________________________________________________________
37899[ 6999] By: gsar on 2000/09/01 22:16:40
37900 Log: change#6791 accidentally clobbered change#6710, put it back
37901 Branch: perl
37902 ! win32/win32.c
37903____________________________________________________________________________
37904[ 6998] By: jhi on 2000/09/01 22:14:16
37905 Log: Mention the HP-UX LP64 freak failure.
37906 Branch: perl
37907 ! pod/perldelta.pod
37908____________________________________________________________________________
37909[ 6997] By: jhi on 2000/09/01 21:48:32
37910 Log: Detypo.
37911 Branch: perl
37912 ! hints/hpux.sh
37913____________________________________________________________________________
37914[ 6996] By: jhi on 2000/09/01 21:27:10
37915 Log: Update Changes.
37916 Branch: perl
37917 ! Changes patchlevel.h
37918____________________________________________________________________________
89f57497
JH
37919[ 6995] By: jhi on 2000/09/01 21:14:24
37920 Log: Mi splgn s gnin.g
37921 Branch: perl
37922 ! pp_ctl.c
37923____________________________________________________________________________
37924[ 6994] By: jhi on 2000/09/01 21:09:54
37925 Log: Subject: http:// in L<>
37926 From: Nicholas Clark <nick@ccl4.org>
37927 Date: Fri, 1 Sep 2000 22:03:21 +0100
37928 Message-ID: <20000901220321.B72074@plum.flirble.org>
37929 Branch: perl
37930 ! README.os2 pod/perl56delta.pod pod/perlxs.pod
37931____________________________________________________________________________
37932[ 6993] By: jhi on 2000/09/01 21:06:54
37933 Log: Update to Storable 1.0, from Raphael Manfredi.
37934 Branch: perl
37935 ! ext/Storable/ChangeLog ext/Storable/MANIFEST
37936 ! ext/Storable/Makefile.PL ext/Storable/README
37937 ! ext/Storable/Storable.pm ext/Storable/Storable.xs
37938 ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
37939 ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
37940 ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
37941 ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
37942 ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
37943____________________________________________________________________________
37944[ 6992] By: jhi on 2000/09/01 20:43:05
37945 Log: Mention known sfio+linux buglet.
37946 Branch: perl
37947 ! pod/perldelta.pod
37948____________________________________________________________________________
37949[ 6991] By: jhi on 2000/09/01 20:40:11
37950 Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
37951 From: Peter Prymmer <pvhp@forte.com>
37952 Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
37953 Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
37954 Branch: perl
37955 ! vms/vms.c
37956____________________________________________________________________________
37957[ 6990] By: jhi on 2000/09/01 20:25:26
37958 Log: Retract #6986.
37959 Branch: perl
37960 ! hints/solaris_2.sh
37961____________________________________________________________________________
37962[ 6989] By: jhi on 2000/09/01 20:23:00
37963 Log: Mergesort is back.
37964 Branch: perl
37965 ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
37966____________________________________________________________________________
37967[ 6988] By: jhi on 2000/09/01 19:37:40
37968 Log: Subject: [PATCH] Fix vec() / utf8 (was Re: bitvec ops still broken with utf8 -- or not?)
37969 From: Mike Guy <mjtg@cam.ac.uk>
37970 Date: Fri, 01 Sep 2000 17:43:33 +0100
37971 Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
37972 Branch: perl
37973 ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
37974 ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
37975____________________________________________________________________________
37976[ 6987] By: jhi on 2000/09/01 19:17:10
37977 Log: Regen perltoc.
37978 Branch: perl
37979 ! pod/perltoc.pod
37980____________________________________________________________________________
37981[ 6986] By: jhi on 2000/09/01 18:51:10
37982 Log: Subject: Re: Solaris x86 has no SPARC libraries!
37983 From: Lupe Christoph <lupe@lupe-christoph.de>
37984 Date: Fri, 1 Sep 2000 20:41:20 +0200
37985 Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
37986 Branch: perl
37987 ! hints/solaris_2.sh
37988____________________________________________________________________________
37989[ 6985] By: jhi on 2000/09/01 18:28:10
37990 Log: Update Changes.
37991 Branch: perl
37992 ! Changes patchlevel.h
37993____________________________________________________________________________
bb8b7748
JH
37994[ 6984] By: jhi on 2000/09/01 18:26:53
37995 Log: Feature ordering tweak.
37996 Branch: perl
37997 ! myconfig.SH
37998____________________________________________________________________________
37999[ 6983] By: jhi on 2000/09/01 18:19:50
38000 Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
38001 From: <abigail@foad.org>
38002 Date: Fri, 1 Sep 2000 13:07:32 -0400
38003 Message-ID: <20000901170732.18249.qmail@foad.org>
38004 Branch: perl
38005 ! t/pragma/overload.t
38006____________________________________________________________________________
0b3b9d72
JH
38007[ 6982] By: jhi on 2000/09/01 18:17:54
38008 Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
38009 so that case-ignoring systems like DCL can tell them from
38010 PRIefldbl and PRIx64. Apply Merijn's ccversion patches.
38011 Branch: metaconfig/U/perl
38012 ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
38013 Branch: perl
38014 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
38015 ! config_h.SH configure.com epoc/config.sh hints/aix.sh
38016 ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
38017 ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
38018 ! vos/config.def vos/config.h vos/config_h.SH_orig
38019 ! win32/config.bc win32/config.gc win32/config.vc
38020____________________________________________________________________________
bb8b7748
JH
38021[ 6981] By: nick on 2000/09/01 17:21:57
38022 Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
38023 warning when UNTIE exists and instead pass the cound of extra references to
38024 the UNTIE method.
38025 Branch: perl
38026 ! pod/perltie.pod pp_sys.c
38027____________________________________________________________________________
38028[ 6980] By: jhi on 2000/09/01 16:54:44
38029 Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
38030 From: Peter Prymmer <pvhp@forte.com>
38031 Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
38032 Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
38033 Branch: perl
38034 ! configure.com
38035____________________________________________________________________________
38036[ 6979] By: jhi on 2000/09/01 16:06:20
38037 Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world
38038 From: Mike Guy <mjtg@cam.ac.uk>
38039 Date: Fri, 01 Sep 2000 16:49:27 +0100
38040 Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>
38041 Branch: perl
38042 ! t/base/rs.t
38043____________________________________________________________________________
38044[ 6978] By: jhi on 2000/09/01 16:00:42
38045 Log: Update to PodParser 1.18, from Brad Appleton.
38046 Branch: perl
38047 ! lib/Pod/Checker.pm t/pod/find.t
38048____________________________________________________________________________
0b3b9d72
JH
38049[ 6977] By: jhi on 2000/09/01 14:48:58
38050 Log: Subject: Nit in Configure (bleadperl@6961)
38051 From: Lupe Christoph <lupe@lupe-christoph.de>
38052 Date: Fri, 1 Sep 2000 16:34:29 +0200
38053 Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
38054 Branch: metaconfig
38055 ! U/compline/ccflags.U
38056 Branch: perl
38057 ! Configure config_h.SH
38058____________________________________________________________________________
bb8b7748
JH
38059[ 6976] By: jhi on 2000/09/01 14:39:52
38060 Log: Update Changes.
38061 Branch: perl
38062 ! Changes patchlevel.h
38063____________________________________________________________________________
68fd1378
JH
38064[ 6975] By: jhi on 2000/09/01 14:37:36
38065 Log: microperl config update.
38066 Branch: perl
38067 ! uconfig.h uconfig.sh
38068____________________________________________________________________________
38069[ 6974] By: jhi on 2000/09/01 14:36:53
38070 Log: Document known deficiencies.
38071 Branch: perl
38072 ! pod/perldelta.pod
38073____________________________________________________________________________
38074[ 6973] By: jhi on 2000/09/01 14:10:20
38075 Log: Mention warnings fixes and updates.
38076 Branch: perl
38077 ! pod/perldelta.pod
38078____________________________________________________________________________
38079[ 6972] By: jhi on 2000/09/01 14:01:52
38080 Log: Drop unused argument.
38081
38082 Subject: Re: [ID 20000831.034] overload::constant and number of arguments.
38083 From: Spider Boardman <spider@web.zk3.dec.com>
38084 Date: Thu, 31 Aug 2000 16:10:15 -0400
38085 Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
38086 Branch: perl
38087 ! toke.c
38088____________________________________________________________________________
38089[ 6971] By: jhi on 2000/09/01 13:59:24
38090 Log: Add the overload warnings to perldiag.
38091 Branch: perl
38092 ! lib/overload.pm pod/perldiag.pod
38093____________________________________________________________________________
38094[ 6970] By: jhi on 2000/09/01 13:55:10
38095 Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
38096 From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
38097 Date: Fri, 1 Sep 2000 13:43:15 +0100
38098 Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>
38099 Branch: perl
38100 ! lib/overload.pm t/pragma/overload.t
38101____________________________________________________________________________
38102[ 6969] By: jhi on 2000/09/01 13:52:27
38103 Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
38104 From: <abigail@foad.org>
38105 Date: Fri, 1 Sep 2000 05:46:54 -0400
38106 Message-ID: <20000901094654.6476.qmail@foad.org>
38107 Branch: perl
38108 ! lib/overload.pm
38109____________________________________________________________________________
38110[ 6968] By: jhi on 2000/09/01 13:50:05
38111 Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
38112 From: Daniel Chetlin <daniel@chetlin.com>
38113 Date: Fri, 1 Sep 2000 02:10:55 -0700
38114 Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
38115 Branch: perl
38116 ! pod/perlretut.pod
38117____________________________________________________________________________
38118[ 6967] By: jhi on 2000/09/01 13:47:54
38119 Log: Part of the solution.
38120
38121 Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
38122 From: Mike Guy <mjtg@cam.ac.uk>
38123 Date: Fri, 01 Sep 2000 14:16:01 +0100
38124 Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
38125 Branch: perl
38126 ! gv.c mg.c
38127____________________________________________________________________________
38128[ 6966] By: jhi on 2000/09/01 13:46:17
38129 Log: Subject: CPAN.pm beta 1.57_57 for the core
38130 From: andreas.koenig@anima.de (Andreas J. Koenig)
38131 Date: 01 Sep 2000 15:16:31 +0200
38132 Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
38133 Branch: perl
38134 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
38135____________________________________________________________________________
38136[ 6965] By: jhi on 2000/09/01 13:43:18
38137 Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
38138 From: "Craig A. Berry" <craig.berry@psinetcs.com>
38139 Date: Fri, 01 Sep 2000 01:47:22 -0500
38140 Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
38141 Branch: perl
38142 ! pod/perldelta.pod vms/vms.c
38143____________________________________________________________________________
38144[ 6964] By: jhi on 2000/09/01 13:35:35
38145 Log: File::Temp patches from Andreas König,
38146
38147 Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8 (UNINSTALLED)
38148 From: andreas.koenig@anima.de (Andreas J. Koenig)
38149 Date: 01 Sep 2000 10:07:20 +0200
38150 Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
38151
38152 Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
38153 From: andreas.koenig@anima.de (Andreas J. Koenig)
38154 Date: 31 Aug 2000 23:26:08 +0200
38155 Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
38156 Branch: perl
38157 ! lib/File/Temp.pm t/lib/ftmp-security.t
38158____________________________________________________________________________
38159[ 6963] By: jhi on 2000/09/01 02:22:24
38160 Log: Retract the mergesort code, way too incompatible licensing
38161 and copyrights.
38162 Branch: perl
38163 ! pod/perldelta.pod pp_ctl.c
38164____________________________________________________________________________
38165[ 6962] By: jhi on 2000/08/31 23:27:32
38166 Log: Update Changes.
38167 Branch: perl
38168 ! Changes patchlevel.h
38169____________________________________________________________________________
0b3b9d72
JH
38170[ 6961] By: jhi on 2000/08/31 23:20:04
38171 Log: Small tweaks all over.
38172 Branch: metaconfig
38173 ! U/compline/d_gconvert.U
38174 Branch: perl
38175 ! AUTHORS Configure config_h.SH pp_ctl.c
38176____________________________________________________________________________
c54b6e81
JH
38177[ 6960] By: jhi on 2000/08/31 22:39:36
38178 Log: Further rewording.
38179 Branch: perl
38180 ! pp_ctl.c
38181____________________________________________________________________________
38182[ 6959] By: jhi on 2000/08/31 21:26:44
38183 Log: More address tweaking.
38184 Branch: perl
38185 ! AUTHORS Changes
38186____________________________________________________________________________
38187[ 6958] By: jhi on 2000/08/31 20:47:25
38188 Log: AUTHORS tweaks, from Peter Prymmer.
38189
38190 Subject: [PATCH: 6948] mvs doesn't exist (not any more)
38191 From: Peter Prymmer <pvhp@forte.com>
38192 Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT)
38193 Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
38194 Branch: perl
38195 ! AUTHORS MAINTAIN
38196____________________________________________________________________________
38197[ 6957] By: jhi on 2000/08/31 20:34:43
38198 Log: perldelta tweaks.
38199 Branch: perl
38200 ! pod/perldelta.pod
38201____________________________________________________________________________
38202[ 6956] By: jhi on 2000/08/31 19:11:06
38203 Log: Regen perltoc.
38204 Branch: perl
38205 ! pod/perltoc.pod
38206____________________________________________________________________________
38207[ 6955] By: jhi on 2000/08/31 19:06:30
38208 Log: Clarify the mergesort situation.
38209 Branch: perl
38210 ! pp_ctl.c
38211____________________________________________________________________________
38212[ 6954] By: jhi on 2000/08/31 18:24:17
38213 Log: Move the Solaris 7 scan to use64bitall, make the
38214 failure to find 64-bot sparc libc to mention the
38215 possibility of being in an intel, from Lupe and Alan.
38216 Branch: perl
38217 ! hints/solaris_2.sh
38218____________________________________________________________________________
0b3b9d72
JH
38219[ 6953] By: jhi on 2000/08/31 18:09:20
38220 Log: Forget about NV_MAX (#6951). Various floating point tweaks,
38221 ideas from Eric Fifer, Yitzchak, Alan, and Spider.
38222 Branch: metaconfig
38223 ! U/compline/d_gconvert.U U/threads/archname.U
38224 Branch: metaconfig/U/perl
38225 ! perlxv.U
38226 Branch: perl
38227 ! Configure config_h.SH sv.c
38228____________________________________________________________________________
51c9377f
JH
38229[ 6952] By: jhi on 2000/08/31 17:42:24
38230 Log: :: not allowed in pathnames, change to .
38231
38232 Subject: [PATCH perl@6938] cygwin port
38233 From: "Fifer, Eric" <EFifer@sanwaint.com>
38234 Date: Thu, 31 Aug 2000 16:32:59 +0100
38235 Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
38236 Branch: metaconfig/U/perl
38237 ! perlxv.U
38238____________________________________________________________________________
c54b6e81
JH
38239[ 6951] By: jhi on 2000/08/31 17:02:05
38240 Log: Try to deduce NV_MAX. Really should be Configure fodder.
38241 Branch: perl
38242 ! perl.h
38243____________________________________________________________________________
38244[ 6950] By: jhi on 2000/08/31 16:26:08
38245 Log: More author updates.
38246
38247 Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
38248 From: Simon Cozens <simon@cozens.net>
38249 Date: Thu, 31 Aug 2000 17:13:32 +0100
38250 Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
38251 Branch: perl
38252 ! AUTHORS
38253____________________________________________________________________________
38254[ 6949] By: jhi on 2000/08/31 16:04:49
38255 Log: POSIX doesn't report long double values under -Duselongdouble
38256 when the long doubles are "real" (bigger than doubles).
71d4b5fd
JH
38257
38258 Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
38259 From: Spider Boardman <spider@peano.zk3.dec.com>
38260 Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
38261 Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
c54b6e81
JH
38262 Branch: perl
38263 ! ext/POSIX/POSIX.xs
38264____________________________________________________________________________
38265[ 6948] By: jhi on 2000/08/31 15:25:10
38266 Log: Update Changes.
38267 Branch: perl
38268 ! Changes patchlevel.h
38269____________________________________________________________________________
0d3805ce
JH
38270[ 6947] By: jhi on 2000/08/31 15:22:29
38271 Log: Document UNTIE in a very minimalistic way.
38272 Branch: perl
38273 ! pod/perlfunc.pod pod/perltie.pod
38274____________________________________________________________________________
38275[ 6946] By: jhi on 2000/08/31 15:15:23
38276 Log: Document known failures.
38277 Branch: perl
38278 ! pod/perldelta.pod
38279____________________________________________________________________________
0b3b9d72
JH
38280[ 6945] By: jhi on 2000/08/31 15:07:00
38281 Log: Don't attach -ld to the archname if pointless.
38282 Branch: metaconfig
38283 ! U/threads/archname.U
38284 Branch: perl
38285 ! Configure config_h.SH
38286____________________________________________________________________________
0d3805ce
JH
38287[ 6944] By: jhi on 2000/08/31 14:37:42
38288 Log: Wrap the test in eval.
38289
38290 Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
38291 From: Tim Jenness <timj@jach.hawaii.edu>
38292 Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
38293 Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
38294 Branch: perl
38295 ! t/lib/ftmp-security.t
38296____________________________________________________________________________
38297[ 6943] By: jhi on 2000/08/31 14:30:57
38298 Log: Make -Dusemorebits find long doubles in Solaris.
38299 Branch: perl
38300 ! hints/solaris_2.sh
38301____________________________________________________________________________
38302[ 6942] By: jhi on 2000/08/31 13:48:45
38303 Log: Clarify the third case of ftmp-security warnings.
38304 Branch: perl
38305 ! INSTALL
38306____________________________________________________________________________
38307[ 6941] By: jhi on 2000/08/31 13:40:31
38308 Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
38309 From: <abigail@foad.org>
38310 Date: Thu, 31 Aug 2000 01:35:05 -0400
38311 Message-ID: <20000831053505.32120.qmail@foad.org>
38312 Branch: perl
38313 ! pod/perldelta.pod
38314____________________________________________________________________________
38315[ 6940] By: jhi on 2000/08/31 13:38:48
38316 Log: Issue useful diagnostic on unknown pod commands.
38317
38318 Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
38319 From: <abigail@foad.org>
38320 Date: Thu, 31 Aug 2000 03:41:18 -0400
38321 Message-ID: <20000831074118.24880.qmail@foad.org>
38322 Branch: perl
38323 ! lib/Pod/Man.pm
38324____________________________________________________________________________
38325[ 6939] By: jhi on 2000/08/31 13:34:33
38326 Log: Reveal Borland's isnan.
38327
38328 Subject: build with BC++ tweak
38329 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
38330 Date: Thu, 31 Aug 2000 13:09:37 +0400
38331 Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
38332 Branch: perl
38333 ! win32/win32.h
38334____________________________________________________________________________
38335[ 6938] By: jhi on 2000/08/31 05:01:20
38336 Log: Update Changes.
38337 Branch: perl
38338 ! Changes patchlevel.h
38339____________________________________________________________________________
0b3b9d72
JH
38340[ 6937] By: jhi on 2000/08/31 04:26:23
38341 Log: sscanf() may be the only way to read long doubles from strings.
38342 Branch: metaconfig/U/perl
38343 ! longdblfio.U
38344 Branch: perl
38345 ! Configure config_h.SH perl.h util.c
38346____________________________________________________________________________
a0bff7c3
JH
38347[ 6936] By: jhi on 2000/08/31 04:18:19
38348 Log: The #6929 was too skimpy.
38349 Branch: perl
38350 ! sv.c
38351____________________________________________________________________________
38352[ 6935] By: jhi on 2000/08/31 02:47:07
38353 Log: Subject: Re: typos in pods
38354 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
38355 Date: Wed, 30 Aug 2000 19:25:34 -0700
38356 Message-ID: <eIcr5gzkg25X092yn@efn.org>
38357 Branch: perl
38358 ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
38359____________________________________________________________________________
38360[ 6934] By: jhi on 2000/08/31 02:42:55
38361 Log: Missed one Unicode file.
38362 Branch: perl
38363 + lib/unicode/UCDFF301.html
38364____________________________________________________________________________
38365[ 6933] By: jhi on 2000/08/30 23:42:27
38366 Log: Update Changes.
38367 Branch: perl
38368 ! Changes patchlevel.h
38369____________________________________________________________________________
cf19c48c
JH
38370[ 6932] By: jhi on 2000/08/30 23:40:07
38371 Log: Mention UNTIE in perldelta. Still needs documenting
38372 in perltie et alia.
38373 Branch: perl
38374 ! pod/perldelta.pod
38375____________________________________________________________________________
38376[ 6931] By: jhi on 2000/08/30 23:36:02
38377 Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
38378 From: <abigail@foad.org>
38379 Date: Wed, 30 Aug 2000 19:28:07 -0400
38380 Message-ID: <20000830232807.305.qmail@foad.org>
38381 Branch: perl
38382 ! pod/perldelta.pod
38383____________________________________________________________________________
38384[ 6930] By: jhi on 2000/08/30 23:32:40
38385 Log: Update to Unicode 3.0.1.
38386 Branch: perl
38387 + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
38388 + lib/unicode/PropList.txt lib/unicode/README.perl
38389 + lib/unicode/UCD301.html lib/unicode/Unicode.301
38390 - lib/unicode/Props.txt lib/unicode/UCD300.html
38391 - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
38392 ! (edit 257 files)
38393____________________________________________________________________________
38394[ 6929] By: jhi on 2000/08/30 22:38:18
38395 Log: Heap decorruption.
38396
38397 Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
38398 From: Alan Burlison <Alan.Burlison@uk.sun.com>
38399 Date: Wed, 30 Aug 2000 22:39:52 +0100
38400 Message-ID: <39AD7F28.A06533CF@uk.sun.com>
38401 Branch: perl
38402 ! sv.c
38403____________________________________________________________________________
38404[ 6928] By: jhi on 2000/08/30 22:29:34
38405 Log: Retract the dummy test, skip the security tests (instead of failing),
38406 explain what the warnings mean.
38407 Branch: perl
38408 ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
38409____________________________________________________________________________
38410[ 6927] By: jhi on 2000/08/30 22:14:13
38411 Log: Change the internal implementation of sort() to be mergesort
38412 instead of quicksort, from John Linderman <jpl@research.att.com>.
38413 Gives us better worst case, better average case, and stability.
38414 What's there not to like? (Small fixes for threaded builds
38415 were required).
38416 Branch: perl
38417 ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
38418____________________________________________________________________________
38419[ 6926] By: jhi on 2000/08/30 20:55:20
38420 Log: A better fix for the Socket building problem from Craig Berry.
38421 Branch: perl
38422 ! vms/vms.c
38423____________________________________________________________________________
38424[ 6925] By: jhi on 2000/08/30 20:20:25
38425 Log: Subject: [PATCH] Re: UNTIE method
38426 From: Nick Ing-Simmons <nik@tiuk.ti.com>
38427 Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
38428 Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
38429 Branch: perl
38430 ! pp_sys.c t/op/tie.t
38431____________________________________________________________________________
38432[ 6924] By: jhi on 2000/08/30 20:17:11
38433 Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
38434 From: "Craig A. Berry" <craig.berry@psinetcs.com>
38435 Date: Wed, 30 Aug 2000 15:03:14 -0500
38436 Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
38437 Branch: perl
38438 ! vms/vms.c
38439____________________________________________________________________________
38440[ 6923] By: jhi on 2000/08/30 20:15:18
38441 Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
38442 From: "Craig A. Berry" <craig.berry@psinetcs.com>
38443 Date: Wed, 30 Aug 2000 13:30:36 -0500
38444 Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
38445 Branch: perl
38446 ! vms/vms.c
38447____________________________________________________________________________
38448[ 6922] By: jhi on 2000/08/30 19:54:43
38449 Log: Better options for rsync.
38450 Branch: perl
38451 ! pod/perlhack.pod
38452____________________________________________________________________________
38453[ 6921] By: jhi on 2000/08/30 19:40:16
38454 Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
38455 From: Rick Delaney <rick@consumercontact.com>
38456 Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
38457 Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
38458 Branch: perl
38459 ! pod/perlfunc.pod
38460____________________________________________________________________________
38461[ 6920] By: jhi on 2000/08/30 19:36:40
38462 Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
38463 From: Peter Prymmer <pvhp@forte.com>
38464 Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
38465 Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
38466 Branch: perl
38467 ! configure.com
38468____________________________________________________________________________
38469[ 6919] By: jhi on 2000/08/30 14:52:02
38470 Log: Update Changes.
38471 Branch: perl
38472 ! Changes patchlevel.h
38473____________________________________________________________________________
9a871999
JH
38474[ 6918] By: jhi on 2000/08/30 14:48:34
38475 Log: NVs not necessarily doubles, as pointed out by Yitzchak.
38476 Branch: perl
38477 ! lib/ExtUtils/typemap
38478____________________________________________________________________________
38479[ 6917] By: jhi on 2000/08/30 14:46:34
38480 Log: Subject: typos in pods
38481 From: Nicholas Clark <nick@ccl4.org>
38482 Date: Wed, 30 Aug 2000 01:12:50 +0100
38483 Message-ID: <20000830011249.A61388@plum.flirble.org>
38484 Branch: perl
38485 ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
38486 ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
38487 ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
38488 ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
38489____________________________________________________________________________
38490[ 6916] By: jhi on 2000/08/30 14:19:09
38491 Log: Document Storable problems on Crays. (Will have
38492 to document all the other Storable problems, too.)
38493 Branch: perl
38494 ! pod/perldelta.pod
38495____________________________________________________________________________
38496[ 6915] By: jhi on 2000/08/30 14:06:02
38497 Log: Subject: [PATCH] fix misc cast warnings
38498 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
38499 Date: Tue, 29 Aug 2000 23:16:14 -0700
38500 Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
38501 Branch: perl
38502 ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
38503 ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
38504 ! os2/os2ish.h
38505____________________________________________________________________________
38506[ 6914] By: jhi on 2000/08/30 14:03:45
38507 Log: Timestamp mismatch again. Need to fix this dependence on
38508 config_h.SH timestamp, since it's the contents of config_h.SH
38509 that matter.
38510 Branch: perl
38511 ! uconfig.h uconfig.sh
38512____________________________________________________________________________
38513[ 6913] By: jhi on 2000/08/30 13:54:06
38514 Log: Don't say "Perl 5.0 source kit".
38515 Branch: perl
38516 ! perl.c
38517____________________________________________________________________________
0b3b9d72
JH
38518[ 6912] By: jhi on 2000/08/30 13:51:24
38519 Log: Reset archname and archname64 always, forcing them be
38520 recomputed at each Configure run, make Configure and
38521 the hints files agree on the naming of largefiles variables.
38522 Branch: metaconfig
38523 ! U/threads/archname.U
38524 Branch: metaconfig/U/perl
38525 ! use64bits.U
38526 Branch: perl
38527 ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
38528 ! hints/linux.sh hints/solaris_2.sh
38529____________________________________________________________________________
9a871999
JH
38530[ 6911] By: jhi on 2000/08/30 13:30:13
38531 Log: Put back the slice accidentally removed by #6907.
38532 Branch: perl
38533 ! hints/solaris_2.sh
38534____________________________________________________________________________
38535[ 6910] By: jhi on 2000/08/30 01:24:26
38536 Log: Be consistent: other Net::get* do export theirs.
38537
38538 Subject: Re: Net::protoent does not export 'getproto'
38539 From: Yasushi Nakajima <sey@jkc.co.jp>
38540 Date: Wed, 30 Aug 2000 09:53:14 +0900
38541 Message-Id: <200008300051.DAA24700@taku.hut.fi>
38542 Branch: perl
38543 ! lib/Net/protoent.pm
38544____________________________________________________________________________
38545[ 6909] By: jhi on 2000/08/30 01:17:25
38546 Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps
38547 From: Gurusamy Sarathy <gsar@ActiveState.com>
38548 Date: Tue, 29 Aug 2000 17:17:07 -0700
38549 Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
38550 Branch: perl
38551 ! cop.h
38552____________________________________________________________________________
38553[ 6908] By: jhi on 2000/08/30 00:58:05
38554 Log: Update Changes.
38555 Branch: perl
38556 ! Changes patchlevel.h
38557____________________________________________________________________________
0b3b9d72
JH
38558[ 6907] By: jhi on 2000/08/30 00:57:22
38559 Log: Introduce ccname to keep track of what compiler kind of we have.
38560 Branch: metaconfig/U/perl
38561 ! Checkcc.U gccvers.U
38562 Branch: perl
38563 ! Configure config_h.SH hints/solaris_2.sh
38564____________________________________________________________________________
d2caad93
JH
38565[ 6906] By: jhi on 2000/08/30 00:25:47
38566 Log: Put back the flags dump as reasoned in
38567
38568 Subject: Re: [PATCH] Glob dumping
38569 From: Mike Guy <mjtg@cam.ac.uk>
38570 Date: Tue, 29 Aug 2000 21:41:32 +0100
38571 Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
38572 Branch: perl
38573 ! dump.c t/lib/peek.t
38574____________________________________________________________________________
38575[ 6905] By: jhi on 2000/08/30 00:16:17
38576 Log: Make the epsilon to be relative, not absolute.
38577
38578 Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
38579 From: Spider Boardman <spider-perl@orb.nashua.nh.us>
38580 Date: Tue, 29 Aug 2000 19:58:56 -0400
38581 Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
38582 Branch: perl
38583 ! t/lib/trig.t
38584____________________________________________________________________________
38585[ 6904] By: jhi on 2000/08/30 00:13:09
38586 Log: From now on, Gisle is on my list of usual suspects :-)
38587 Retract #6902.
38588 Branch: perl
38589 ! ext/Opcode/Safe.pm
38590____________________________________________________________________________
38591[ 6903] By: jhi on 2000/08/29 23:51:20
38592 Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
38593 From: "Craig A. Berry" <craig.berry@psinetcs.com>
38594 Date: Tue, 29 Aug 2000 18:43:26 -0500
38595 Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
38596 Branch: perl
38597 + vms/vmspipe.com
38598 ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
38599 ! vms/vms.c
38600____________________________________________________________________________
38601[ 6902] By: jhi on 2000/08/29 23:44:14
38602 Log: Retry what #6882 attempted.
38603
38604 Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
38605 From: Gisle Aas <gisle@ActiveState.com>
38606 Date: 30 Aug 2000 00:33:09 +0200
38607 Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
38608 Branch: perl
38609 ! ext/Opcode/Safe.pm
38610____________________________________________________________________________
38611[ 6901] By: jhi on 2000/08/29 22:59:32
38612 Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
38613 From: Hugo <hv@crypt.compulink.co.uk>
38614 Date: Mon, 12 Jun 2000 19:36:08 +0100
38615 Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
38616 Branch: perl
38617 ! sv.c
38618____________________________________________________________________________
38619[ 6900] By: jhi on 2000/08/29 22:58:35
38620 Log: Admit that we are leaking scalars.
38621
38622 Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
38623 From: Spider Boardman <spider@leggy.zk3.dec.com>
38624 Date: Tue, 29 Aug 2000 18:48:29 -0400
38625 Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
38626 Branch: perl
38627 ! t/pragma/warnings.t
38628____________________________________________________________________________
38629[ 6899] By: jhi on 2000/08/29 20:53:13
38630 Log: Update Changes.
38631 Branch: perl
38632 ! Changes patchlevel.h
38633____________________________________________________________________________
a6f9fe2f
JH
38634[ 6898] By: jhi on 2000/08/29 20:46:21
38635 Log: Undo namespace pollution of #6878.
38636
38637 Subject: Re: Net::protoent does not export 'getproto'
38638 From: Mike Guy <mjtg@cam.ac.uk>
38639 Date: Tue, 29 Aug 2000 21:32:37 +0100
38640 Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
38641 Branch: perl
38642 ! lib/Net/protoent.pm
38643____________________________________________________________________________
38644[ 6897] By: jhi on 2000/08/29 20:44:29
38645 Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
38646 From: Peter Prymmer <pvhp@forte.com>
38647 Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
38648 Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
38649 Branch: perl
38650 ! pod/perlebcdic.pod
38651____________________________________________________________________________
0b3b9d72
JH
38652[ 6896] By: jhi on 2000/08/29 20:40:57
38653 Log: There's no point repeating the 'revision' (5) of perl5.
38654 Branch: metaconfig/U/perl
38655 ! Devel.U patchlevel.U
38656 Branch: perl
38657 ! Configure config_h.SH
38658____________________________________________________________________________
38659[ 6895] By: jhi on 2000/08/29 20:16:58
38660 Log: Regen Configure for #6894.
38661 Branch: metaconfig/U/perl
38662 ! perladmin.U
38663 Branch: perl
38664 ! Configure config_h.SH
38665____________________________________________________________________________
a6f9fe2f
JH
38666[ 6894] By: jhi on 2000/08/29 19:59:52
38667 Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
38668 From: "Philip Newton" <Philip.Newton@gmx.net>
38669 Date: Tue, 29 Aug 2000 21:39:14 +0200
38670 Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
38671 Branch: perl
38672 ! Configure INSTALL README hints/README.hints hints/bsdos.sh
38673 ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
38674 ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
38675 ! utils/perlbug.PL
38676____________________________________________________________________________
38677[ 6893] By: jhi on 2000/08/29 19:55:30
38678 Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
38679 From: "Philip Newton" <Philip.Newton@gmx.net>
38680 Date: Tue, 29 Aug 2000 21:39:14 +0200
38681 Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
38682 Branch: perl
38683 ! installhtml
38684____________________________________________________________________________
38685[ 6892] By: jhi on 2000/08/29 19:53:59
38686 Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
38687 From: "Philip Newton" <Philip.Newton@gmx.net>
38688 Date: Tue, 29 Aug 2000 21:48:18 +0200
38689 Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
38690 Branch: perl
38691 ! lib/File/Temp.pm
38692____________________________________________________________________________
38693[ 6891] By: jhi on 2000/08/29 18:30:03
38694 Log: Nail the ID 20000828.023.
38695 Branch: perl
38696 ! ext/Storable/Storable.xs
38697____________________________________________________________________________
38698[ 6890] By: jhi on 2000/08/29 16:50:17
38699 Log: Under usethreads the dumped variable is IN_PAD.
38700
38701 Subject: Re: [PATCH] Glob dumping
38702 From: Gisle Aas <gisle@ActiveState.com>
38703 Date: 29 Aug 2000 18:45:05 +0200
38704 Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
38705 Branch: perl
38706 ! t/lib/peek.t
38707____________________________________________________________________________
38708[ 6889] By: jhi on 2000/08/29 15:17:37
38709 Log: Update Changes.
38710 Branch: perl
38711 ! Changes patchlevel.h
38712____________________________________________________________________________
3515010d
JH
38713[ 6888] By: jhi on 2000/08/29 14:49:59
38714 Log: Retract #6882, broke the safe tests.
38715 Branch: perl
38716 ! ext/Opcode/Safe.pm
38717____________________________________________________________________________
38718[ 6887] By: jhi on 2000/08/29 14:47:06
38719 Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
38720 From: Gisle Aas <gisle@ActiveState.com>
38721 Date: 09 Jun 2000 20:00:11 +0200
38722 Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
38723 Branch: perl
38724 ! utils/perldoc.PL
38725____________________________________________________________________________
38726[ 6886] By: jhi on 2000/08/29 14:42:45
38727 Log: The #6881 removed one dump line.
38728 Branch: perl
38729 ! t/lib/peek.t
38730____________________________________________________________________________
38731[ 6885] By: jhi on 2000/08/29 14:30:47
38732 Log: Don't forget to tidy up.
38733 Branch: perl
38734 ! t/lib/ftmp-security.t
38735____________________________________________________________________________
38736[ 6884] By: jhi on 2000/08/29 14:25:17
38737 Log: Disabling the one test is a bit tricky.
38738 Branch: perl
38739 ! t/lib/ftmp-security.t
38740____________________________________________________________________________
38741[ 6883] By: jhi on 2000/08/29 14:16:25
38742 Log: Disable one of the tests for now.
38743 Branch: perl
38744 ! t/lib/ftmp-security.t
38745____________________________________________________________________________
38746[ 6882] By: jhi on 2000/08/29 14:05:50
38747 Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
38748 From: gisle@aas.no
38749 Date: 29 Aug 2000 10:35:06 -0000
38750 Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
38751 Branch: perl
38752 ! ext/Opcode/Safe.pm
38753____________________________________________________________________________
38754[ 6881] By: jhi on 2000/08/29 14:03:51
38755 Log: Subject: [PATCH] Glob dumping
38756 From: Gisle Aas <gisle@ActiveState.com>
38757 Date: 29 Aug 2000 07:59:42 -0000
38758 Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
38759 Branch: perl
38760 ! dump.c
38761____________________________________________________________________________
38762[ 6880] By: jhi on 2000/08/29 14:02:01
38763 Log: Subject: [PATCH] Warnings in B::Deparse
38764 From: <abigail@foad.org>
38765 Date: Tue, 29 Aug 2000 00:00:01 -0400
38766 Message-ID: <20000829040001.2999.qmail@foad.org>
38767 Branch: perl
38768 ! ext/B/B/Deparse.pm
38769____________________________________________________________________________
38770[ 6879] By: jhi on 2000/08/29 13:57:26
38771 Log: Missed a change in #6869.
38772 Branch: perl
38773 ! mg.c
38774____________________________________________________________________________
38775[ 6878] By: jhi on 2000/08/29 13:45:04
38776 Log: Subject: Net::protoent does not export 'getproto'
38777 From: Yasushi Nakajima <sey@jkc.co.jp>
38778 Date: Tue, 29 Aug 2000 17:28:57 +0900
38779 Branch: perl
38780 ! lib/Net/protoent.pm
38781____________________________________________________________________________
38782[ 6877] By: jhi on 2000/08/29 13:39:19
38783 Log: Patches all over for people and the files they (hopefully) care about.
38784 Branch: perl
38785 ! AUTHORS Changes MAINTAIN
38786____________________________________________________________________________
38787[ 6876] By: jhi on 2000/08/29 12:53:54
38788 Log: Fix for thinko in #6848.
38789
38790 Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
38791 From: Lupe Christoph <lupe@lupe-christoph.de>
38792 Date: Tue, 29 Aug 2000 09:04:08 +0200
38793 Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
38794 Branch: perl
38795 ! ext/Thread/Thread.xs
38796____________________________________________________________________________
38797[ 6875] By: jhi on 2000/08/29 12:50:14
38798 Log: Update to Getopt::Long 2.24, from Johan Vromans.
38799 Branch: perl
38800 ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
38801____________________________________________________________________________
38802[ 6874] By: jhi on 2000/08/29 02:09:53
38803 Log: Use minimal @INC in tests, most of the time just '../lib',
38804 so that we simply can't pick up stuff from other Perls than
38805 the one we are testing. Pointed out by
38806
38807 From: Mike Guy <mjtg@cam.ac.uk>
38808 Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built
38809 Date: Fri, 25 Aug 2000 15:15:59 +0100
38810 Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
38811 Branch: perl
38812 ! (edit 185 files)
38813____________________________________________________________________________
38814[ 6873] By: jhi on 2000/08/29 01:07:11
38815 Log: Subject: [PATCH] Re: files not cleaned even by veryclean
38816 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
38817 Date: Mon, 28 Aug 2000 17:45:52 -0700
38818 Message-ID: <Afwq5gzkg2UB092yn@efn.org>
38819 Branch: perl
38820 ! Makefile.SH hints/os2.sh
38821____________________________________________________________________________
38822[ 6872] By: jhi on 2000/08/28 23:33:39
38823 Log: Subject: [PATCH bleedperl@6866] spellings
38824 From: marcel@codewerk.com (Marcel Grunauer)
38825 Date: Tue, 29 Aug 2000 01:19:59 +0200
38826 Message-Id: <200008282319.BAA29862@gandalf.local>
38827 Branch: perl
38828 ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
38829 ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
38830 ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
38831____________________________________________________________________________
38832[ 6871] By: jhi on 2000/08/28 23:22:09
38833 Log: Take out the SUIDMAIL thing, that will not be
38834 a problem in 5.7.*.
38835 Branch: perl
38836 ! patchlevel.h
38837____________________________________________________________________________
38838[ 6870] By: jhi on 2000/08/28 23:19:30
38839 Log: -S is the silent flag, -s is the strip flag.
38840
38841 Subject: [PATCH] Re: [PATCH] make no-install
38842 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
38843 Date: Mon, 28 Aug 2000 15:12:55 -0700
38844 Message-ID: <nPuq5gzkg2FO092yn@efn.org>
38845 Branch: perl
38846 ! Makefile.SH
38847____________________________________________________________________________
38848[ 6869] By: jhi on 2000/08/28 23:12:05
38849 Log: Subject: [PATCH bleedperl@6856] warnings fixes
38850 From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
38851 Date: Mon, 28 Aug 2000 23:55:06 +0100
38852 Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
38853 Branch: perl
38854 ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
38855 ! warnings.h warnings.pl
38856____________________________________________________________________________
38857[ 6868] By: jhi on 2000/08/28 21:38:22
38858 Log: Potential cruft.
38859 Branch: perl
38860 ! Makefile.SH
38861____________________________________________________________________________
38862[ 6867] By: jhi on 2000/08/28 21:35:36
38863 Log: Update Changes.
38864 Branch: perl
38865 ! Changes patchlevel.h
38866____________________________________________________________________________
98e06804
JH
38867[ 6866] By: jhi on 2000/08/28 21:33:49
38868 Log: Subject: hv.h Doc Patch
38869 From: Fisher Mark <fisherm@tce.com>
38870 Date: Mon, 28 Aug 2000 16:24:59 -0500
38871 Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
c40596a0 38872 Branch: perl
98e06804 38873 ! hv.h
c40596a0 38874____________________________________________________________________________
0b3b9d72
JH
38875[ 6865] By: jhi on 2000/08/28 21:02:15
38876 Log: Add -ld to archname on long tr...double platforms.
38877 Branch: metaconfig
38878 ! U/threads/archname.U
38879 Branch: perl
38880 ! Configure config_h.SH
38881____________________________________________________________________________
98e06804
JH
38882[ 6864] By: jhi on 2000/08/28 20:38:59
38883 Log: An attempt to fix the problem reported in
38884
38885 Subject: Building perl@6856 using gcc/AIX 4.3.3
38886 From: Daniel Muino <dmuino@afip.gov.ar>
38887 Date: Mon, 28 Aug 2000 15:50:01 -0300
38888 Message-ID: <20000828155001.A14403@con2-dgi>
38889
38890 I can't test this properly since the gcc installation I have
38891 access to seems to be botched (gcc is calling the AIX cpp,
38892 a losing proposition...)
c40596a0 38893 Branch: perl
98e06804 38894 ! hints/aix.sh
c40596a0 38895____________________________________________________________________________
98e06804
JH
38896[ 6863] By: jhi on 2000/08/28 18:57:52
38897 Log: Fix for ID 20000828.001, long doubles were not formatted
38898 correctly (showed up in $], which stopped installing perl).
c40596a0 38899 Branch: perl
98e06804 38900 ! sv.c
c40596a0 38901____________________________________________________________________________
98e06804
JH
38902[ 6862] By: jhi on 2000/08/28 18:07:15
38903 Log: Typo in #6858.
c40596a0 38904 Branch: perl
98e06804 38905 ! lib/Cwd.pm
c40596a0 38906____________________________________________________________________________
98e06804
JH
38907[ 6861] By: jhi on 2000/08/28 17:57:27
38908 Log: opmini.o may be left around if a build is interrupted.
c40596a0 38909 Branch: perl
98e06804 38910 ! Makefile.SH
c40596a0 38911____________________________________________________________________________
98e06804
JH
38912[ 6860] By: jhi on 2000/08/28 16:52:50
38913 Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
38914 From: Daniel Chetlin <daniel@chetlin.com>
38915 Date: Mon, 28 Aug 2000 01:14:18 -0700
38916 Message-ID: <20000828011418.J769@ilmd.chetlin.org>
c40596a0 38917 Branch: perl
98e06804 38918 ! lib/overload.pm
c40596a0 38919____________________________________________________________________________
98e06804
JH
38920[ 6859] By: jhi on 2000/08/28 16:08:46
38921 Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
38922 From: Nicholas Clark <nick@ccl4.org>
38923 Date: Mon, 28 Aug 2000 16:03:27 +0100
38924 Message-Id: <20000828160327.C49785@plum.flirble.org>
c40596a0 38925 Branch: perl
98e06804 38926 ! ext/ByteLoader/bytecode.h
c40596a0 38927____________________________________________________________________________
98e06804
JH
38928[ 6858] By: jhi on 2000/08/28 16:02:10
38929 Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
38930 From: Wolfgang Laun <wolfgang.laun@alcatel.at>
38931 Date: Mon, 28 Aug 2000 13:08:30 +0200
38932 Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
c40596a0 38933 Branch: perl
98e06804 38934 ! lib/Cwd.pm
c40596a0 38935____________________________________________________________________________
98e06804
JH
38936[ 6857] By: jhi on 2000/08/28 15:42:47
38937 Log: display_format used as a class method without arguments was broken,
38938 reported in
38939
38940 Subject: Math::Complex->display_format() sets style to 'Math::Complex'
38941 From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
38942 Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
38943 Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
38944 Branch: perl
38945 ! lib/Math/Complex.pm t/lib/complex.t
38946____________________________________________________________________________
38947[ 6856] By: jhi on 2000/08/27 22:09:48
c40596a0
JH
38948 Log: Update Changes.
38949 Branch: perl
38950 ! Changes patchlevel.h
38951____________________________________________________________________________
98e06804
JH
38952[ 6855] By: jhi on 2000/08/27 21:59:21
38953 Log: Retract #6853 (false alarm).
38954 Branch: perl
38955 ! lib/ExtUtils/xsubpp
38956____________________________________________________________________________
38957[ 6854] By: jhi on 2000/08/27 21:37:44
38958 Log: Update Changes.
38959 Branch: perl
38960 ! Changes patchlevel.h
38961____________________________________________________________________________
38962[ 6853] By: jhi on 2000/08/27 21:37:16
38963 Log: Subject: [PATCH perl@6850] workaround for xsubpp
38964 From: Hugo <hv@crypt.compulink.co.uk>
38965 Date: Sun, 27 Aug 2000 22:30:25 +0100
38966 Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
38967 Branch: perl
38968 ! lib/ExtUtils/xsubpp
38969____________________________________________________________________________
c40596a0
JH
38970[ 6852] By: jhi on 2000/08/27 21:33:58
38971 Log: Big-endian 64-bit patch from Raphael Manfredi.
38972 Branch: perl
38973 ! ext/Storable/Storable.xs
38974____________________________________________________________________________
38975[ 6851] By: jhi on 2000/08/27 21:22:21
38976 Log: More ruthless editing from Hugo van der Sanden.
38977 Branch: perl
38978 ! pod/perldelta.pod
38979____________________________________________________________________________
38980[ 6850] By: jhi on 2000/08/27 16:11:46
38981 Log: Update Changes.
38982 Branch: perl
38983 ! Changes patchlevel.h
38984____________________________________________________________________________
1a436f0c
JH
38985[ 6849] By: jhi on 2000/08/27 16:11:05
38986 Log: Provice virtual $Config{ccflags_nolargefiles} etc.
38987 Branch: perl
38988 ! configpm pod/perldelta.pod
38989____________________________________________________________________________
38990[ 6848] By: jhi on 2000/08/27 15:35:08
38991 Log: Use the actual thread type, not the pointer-to-struct.
38992 Branch: perl
38993 ! ext/Thread/Thread.xs
38994____________________________________________________________________________
38995[ 6847] By: jhi on 2000/08/27 15:30:49
38996 Log: Test nit.
38997 Branch: perl
38998 ! t/pragma/warn/pp_sys
38999____________________________________________________________________________
0b3b9d72
JH
39000[ 6846] By: jhi on 2000/08/27 15:19:02
39001 Log: Passing -R in ldflags makes now it to appear in the default
39002 for lddlflags, just like with -L.
39003
39004 Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
39005 From: Lupe Christoph <lupe@lupe-christoph.de>
39006 Date: Sun, 27 Aug 2000 10:28:21 +0200
39007 Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
39008 Branch: metaconfig/U/perl
39009 ! dlsrc.U
39010 Branch: perl
39011 ! Configure
39012____________________________________________________________________________
1a436f0c
JH
39013[ 6845] By: jhi on 2000/08/27 15:08:54
39014 Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
39015 From: Alan Burlison <Alan.Burlison@uk.sun.com>
39016 Date: Sat, 26 Aug 2000 22:23:27 +0100
39017 Message-ID: <39A8354F.E1E832C9@uk.sun.com>
39018 Branch: perl
39019 ! lib/ExtUtils/MM_Unix.pm
39020____________________________________________________________________________
39021[ 6844] By: jhi on 2000/08/27 15:02:37
39022 Log: DJGPP update from Laszlo Molnar.
39023
39024 Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
39025 From: ml1050 <ml1050@freemail.hu>
39026 Date: Sat, 26 Aug 2000 23:24:40 +0200
39027 Message-Id: <20000826232440.A439@freemail.hu>
39028 Branch: perl
39029 ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
39030 ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
39031____________________________________________________________________________
39032[ 6843] By: jhi on 2000/08/27 14:53:58
39033 Log: Subject: installman buglet
39034 From: Lupe Christoph <lupe@lupe-christoph.de>
39035 Date: Sun, 27 Aug 2000 14:38:59 +0200
39036 Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
39037 Branch: perl
39038 ! installman
39039____________________________________________________________________________
39040[ 6842] By: jhi on 2000/08/27 14:52:08
39041 Log: Can't get the test to reliably work thanks to the
39042 inaccurateness of floating point. "Resolves" bug ids
39043 20000826.003, 20000826.009, 20000826.010,
39044 Branch: perl
39045 ! t/lib/trig.t
39046____________________________________________________________________________
39047[ 6841] By: jhi on 2000/08/26 15:53:58
39048 Log: Update Changes.
39049 Branch: perl
39050 ! Changes patchlevel.h
39051____________________________________________________________________________
a2518d28
JH
39052[ 6840] By: jhi on 2000/08/26 14:23:03
39053 Log: grep -e isn't portable.
39054
39055 Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
39056 From: chris@broadband.att.com
39057 Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
39058 Message-Id: <200008260617.AAA10219@lazlo.tci.com>
39059 Branch: perl
39060 ! hints/solaris_2.sh
39061____________________________________________________________________________
39062[ 6839] By: jhi on 2000/08/26 14:12:23
3980cbbb 39063 Log: no-install target a la make -n.
a2518d28
JH
39064
39065 Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
39066 From: <abigail@foad.org>
39067 Date: Sat, 26 Aug 2000 03:57:34 -0400
39068 Message-ID: <20000826075735.18912.qmail@foad.org>
39069 Branch: perl
39070 ! Makefile.SH installman installperl
39071____________________________________________________________________________
39072[ 6838] By: jhi on 2000/08/26 14:06:33
39073 Log: Retract #6826 as the #6828 should be do the same
39074 in a More Correct Way.
39075 Branch: perl
39076 ! installperl
39077____________________________________________________________________________
39078[ 6837] By: jhi on 2000/08/26 05:24:00
39079 Log: More casting.
39080 Branch: perl
39081 ! ext/Storable/Storable.xs
39082____________________________________________________________________________
39083[ 6836] By: jhi on 2000/08/26 05:05:46
39084 Log: Nicer in decimal.
39085 Branch: perl
39086 ! ext/Storable/Storable.xs
39087____________________________________________________________________________
39088[ 6835] By: jhi on 2000/08/26 05:03:50
39089 Log: There be no UVdf.
39090 Branch: perl
39091 ! ext/Storable/Storable.xs
39092____________________________________________________________________________
39093[ 6834] By: jhi on 2000/08/26 05:00:18
39094 Log: Continue IVdfing and UVxfing.
39095 Branch: perl
39096 ! ext/Storable/Storable.xs
39097____________________________________________________________________________
39098[ 6833] By: jhi on 2000/08/26 04:53:14
39099 Log: Use IVdf.
39100 Branch: perl
39101 ! ext/Storable/Storable.xs
39102____________________________________________________________________________
39103[ 6832] By: jhi on 2000/08/26 04:40:41
39104 Log: Document PTR2XX and INT2PTR.
39105 Branch: perl
39106 ! pod/perlguts.pod
39107____________________________________________________________________________
39108[ 6831] By: jhi on 2000/08/26 04:33:18
39109 Log: Use UVxf, PTR2UV, NVff.
39110 Branch: perl
39111 ! ext/Storable/Storable.xs
39112____________________________________________________________________________
39113[ 6830] By: jhi on 2000/08/26 04:31:32
39114 Log: Update the test count.
39115 Branch: perl
39116 ! t/lib/trig.t
39117____________________________________________________________________________
39118[ 6829] By: jhi on 2000/08/26 03:05:50
39119 Log: Subject: [PATCH] installation not quite silent yet.
39120 From: <abigail@foad.org>
39121 Date: Fri, 25 Aug 2000 20:07:53 -0400
39122 Message-ID: <20000826000753.7822.qmail@foad.org>
39123 Branch: perl
39124 ! installman installperl
39125____________________________________________________________________________
39126[ 6828] By: jhi on 2000/08/26 03:05:14
39127 Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED)
39128 From: Spider Boardman <spider@web.zk3.dec.com>
39129 Date: Fri, 25 Aug 2000 19:12:40 -0400
39130 Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
39131 Branch: perl
39132 ! gv.c
39133____________________________________________________________________________
39134[ 6827] By: jhi on 2000/08/25 23:54:34
39135 Log: Support preserving extremely big/small angles.
39136 Branch: perl
39137 ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
39138____________________________________________________________________________
39139[ 6826] By: jhi on 2000/08/25 23:01:20
39140 Log: Patch installperl to be long double-aware.
39141
39142 Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED)
39143 From: Spider Boardman <spider@web.zk3.dec.com>
39144 Date: Fri, 25 Aug 2000 18:15:23 -0400
39145 Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
39146 Branch: perl
39147 ! installperl
39148____________________________________________________________________________
39149[ 6825] By: jhi on 2000/08/25 22:58:25
39150 Log: Remove duplicately applied patch shards.
39151
39152 Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
39153 From: Spider Boardman <spider@leggy.zk3.dec.com>
39154 Date: Fri, 25 Aug 2000 16:45:03 -0400
39155 Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
39156 Branch: perl
39157 ! t/lib/cgi-html.t
39158____________________________________________________________________________
39159[ 6824] By: jhi on 2000/08/25 22:57:00
39160 Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
39161 From: Daniel Chetlin <daniel@chetlin.com>
39162 Date: Fri, 25 Aug 2000 12:23:16 -0700
39163 Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
39164
39165 Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
39166 From: Daniel Chetlin <daniel@chetlin.com>
39167 Date: Fri, 25 Aug 2000 14:47:19 -0700
39168 Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
39169 Branch: perl
39170 ! installman
39171____________________________________________________________________________
39172[ 6823] By: jhi on 2000/08/25 22:44:17
39173 Log: Timestamp problem?
39174 Branch: perl
39175 ! uconfig.h uconfig.sh
39176____________________________________________________________________________
39177[ 6822] By: jhi on 2000/08/25 19:01:06
39178 Log: One forgotten file from #6816.
39179 Branch: perl
39180 ! vos/config.h
39181____________________________________________________________________________
39182[ 6821] By: jhi on 2000/08/25 18:56:39
39183 Log: Regen Changes.
39184 Branch: perl
39185 ! Changes patchlevel.h
39186____________________________________________________________________________
99b32ad1
JH
39187[ 6820] By: jhi on 2000/08/25 18:52:35
39188 Log: Fix Changes ordering.
39189 Branch: perl
39190 ! Changes
39191____________________________________________________________________________
39192[ 6819] By: jhi on 2000/08/25 18:50:25
39193 Log: Update Changes.
39194 Branch: perl
39195 ! Changes patchlevel.h
6558817a 39196____________________________________________________________________________
0b3b9d72
JH
39197[ 6818] By: jhi on 2000/08/25 18:47:45
39198 Log: Tweak the sfio/useperlio logic, hopefully as wished in
39199
39200 Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
39201 From: Nicholas Clark <nick@babyhippo.co.uk>
39202 Date: Fri, 25 Aug 2000 12:01:45 +0100
39203 Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
39204 Branch: metaconfig/U/perl
39205 ! d_sfio.U
39206 Branch: perl
39207 ! Configure
39208____________________________________________________________________________
2b7d8dfb
JH
39209[ 6817] By: jhi on 2000/08/25 18:32:51
39210 Log: Allow microperl to assume <math.h>, without it the math
39211 functions like floor() are assumed to return int, which makes
39212 for core dumps in machines where integer and floating register
39213 don't mix.
39214 Branch: perl
39215 ! uconfig.h uconfig.sh
39216____________________________________________________________________________
0b3b9d72
JH
39217[ 6816] By: jhi on 2000/08/25 18:27:17
39218 Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
39219 the problem reported in
39220
39221 Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
39222 From: danhale@us.ibm.com
39223 Date: Fri, 25 Aug 2000 10:58:06 -0400
39224 Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
39225 Branch: metaconfig/U/perl
39226 + d_socks5_init.U
39227 Branch: perl
39228 ! Configure INSTALL config_h.SH configure.com epoc/config.sh
39229 ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
39230 ! vos/config.pl vos/config_h.SH_orig win32/config.bc
39231 ! win32/config.gc win32/config.vc
39232____________________________________________________________________________
2b7d8dfb
JH
39233[ 6815] By: jhi on 2000/08/25 17:43:31
39234 Log: A solution for the retrieve_fd autosplit warning,
39235 idea suggested by Mike Guy.
39236 Branch: perl
39237 ! ext/Storable/Storable.pm
39238____________________________________________________________________________
39239[ 6814] By: jhi on 2000/08/25 17:16:03
39240 Log: Add install-silent target.
39241 Branch: perl
39242 ! Makefile.SH
39243____________________________________________________________________________
39244[ 6813] By: jhi on 2000/08/25 17:14:23
39245 Log: Subject: Re: [PATCH] More silencing of installman.
39246 From: <abigail@foad.org>
39247 Date: Thu, 24 Aug 2000 19:27:03 -0400
39248 Message-ID: <20000824232703.7001.qmail@foad.org>
39249
39250 Subject: Re: [PATCH] More silencing of installman.
39251 From: <abigail@foad.org>
39252 Date: Fri, 25 Aug 2000 03:00:58 -0400
39253 Message-ID: <20000825070058.10697.qmail@foad.org>
39254 Branch: perl
39255 ! installman
39256____________________________________________________________________________
39257[ 6812] By: jhi on 2000/08/25 17:11:28
39258 Log: installperl --verbose and --silent.
39259
39260 Subject: Re: [PATCH] More silencing of installman.
39261 From: <abigail@foad.org>
39262 Message-ID: <20000825064430.9719.qmail@foad.org>
39263 Date: Fri, 25 Aug 2000 02:44:30 -0400
39264 Branch: perl
39265 ! installperl
39266____________________________________________________________________________
39267[ 6811] By: jhi on 2000/08/25 17:05:43
39268 Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
39269 From: "Peter J. Farley III" <pjfarley@banet.net>
39270 Date: Thu, 24 Aug 2000 21:58:03 -0400
39271 Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
39272
39273 (applied slightly modified)
39274 Branch: perl
39275 ! lib/ExtUtils/MM_Unix.pm
39276____________________________________________________________________________
39277[ 6810] By: jhi on 2000/08/25 17:01:18
39278 Log: Missing parts of
39279
39280 Subject: [PATCH: 6789] some endl fixes for VMS wackiness
39281 From: Peter Prymmer <pvhp@forte.com>
39282 Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
39283 Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
39284 Branch: perl
39285 ! t/lib/cgi-html.t
39286____________________________________________________________________________
39287[ 6809] By: jhi on 2000/08/25 16:46:32
39288 Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
39289 From: "Craig A. Berry" <craig.berry@psinetcs.com>
39290 Date: Thu, 24 Aug 2000 19:13:11 -0500
39291 Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
39292 Branch: perl
39293 ! vms/vms.c
39294____________________________________________________________________________
39295[ 6808] By: jhi on 2000/08/25 16:39:22
39296 Log: Subject: [PATCH: 6805] several more tweaks to configure.com
39297 From: Peter Prymmer <pvhp@forte.com>
39298 Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
39299 Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
39300 Branch: perl
39301 ! configure.com
39302____________________________________________________________________________
39303[ 6807] By: jhi on 2000/08/25 16:36:37
39304 Log: Better wording for the vec lvalue diagnostic.
39305
39306 Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
39307 From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
39308 Date: Wed, 23 Aug 2000 14:12:16 -0400
39309 Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
39310 Branch: perl
39311 ! pod/perldiag.pod
39312____________________________________________________________________________
39313[ 6806] By: jhi on 2000/08/24 18:17:22
39314 Log: Subject: [PATCH] More silencing of installman.
39315 From: <abigail@foad.org>
39316 Date: Thu, 24 Aug 2000 14:01:44 -0400
39317 Message-ID: <20000824180144.20062.qmail@foad.org>
39318 Branch: perl
39319 ! installman
39320____________________________________________________________________________
39321[ 6805] By: jhi on 2000/08/24 15:00:31
39322 Log: Update Changes.
39323 Branch: perl
39324 ! Changes patchlevel.h
39325____________________________________________________________________________
39326[ 6804] By: jhi on 2000/08/24 14:59:07
39327 Log: Regen perltoc.
39328 Branch: perl
39329 ! pod/perltoc.pod
39330____________________________________________________________________________
39331[ 6803] By: jhi on 2000/08/24 14:44:39
39332 Log: Show the doc file, not the temp file.
39333 Branch: perl
39334 ! installman
39335____________________________________________________________________________
b449ee86
JH
39336[ 6802] By: jhi on 2000/08/24 14:41:53
39337 Log: Continue silencing.
39338 Branch: perl
39339 ! installman
39340____________________________________________________________________________
39341[ 6801] By: jhi on 2000/08/24 14:34:40
39342 Log: Actually do something with the silencer option.
39343 Branch: perl
39344 ! installman
39345____________________________________________________________________________
39346[ 6800] By: jhi on 2000/08/24 14:26:22
39347 Log: Make installman to recognize the silence flag -S.
39348 Branch: perl
39349 ! installman
39350____________________________________________________________________________
39351[ 6799] By: jhi on 2000/08/24 13:49:38
39352 Log: DOS patches and portability/porting notes, from Tim Jenness.
39353 Branch: perl
39354 ! lib/File/Temp.pm
39355____________________________________________________________________________
39356[ 6798] By: jhi on 2000/08/24 13:48:27
39357 Log: Create directories in silence.
39358
39359 Subject: [PATCH] Another silencer for MakeMaker
39360 From: andreas.koenig@anima.de (Andreas J. Koenig)
39361 Date: 24 Aug 2000 14:18:52 +0200
39362 Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
39363 Branch: perl
39364 ! lib/ExtUtils/Command.pm
39365____________________________________________________________________________
39366[ 6797] By: jhi on 2000/08/24 13:46:42
39367 Log: More liberal parsing of version numbers.
39368
39369 Subject: Re: CPAN.pm beta for testing available
39370 From: andreas.koenig@anima.de (Andreas J. Koenig)
39371 Date: 24 Aug 2000 13:51:57 +0200
39372 Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
39373 Branch: perl
39374 ! lib/CPAN.pm
39375____________________________________________________________________________
39376[ 6796] By: jhi on 2000/08/24 13:44:36
39377 Log: Make "make install" by default silent. A new "install-verbose"
39378 target is verbose.
39379 Branch: perl
39380 ! Makefile.SH
39381____________________________________________________________________________
39382[ 6795] By: jhi on 2000/08/24 13:39:14
39383 Log: Add silencer flags to installperl.
39384
39385 Subject: [PATCH] Making installperl silent.
39386 From: <abigail@foad.org>
39387 Date: Thu, 24 Aug 2000 05:01:45 -0400
39388 Message-ID: <20000824090145.13141.qmail@foad.org>
39389 Branch: perl
39390 ! installperl
39391____________________________________________________________________________
39392[ 6794] By: jhi on 2000/08/24 13:35:50
39393 Log: installperl couldn't tell whether it had run tests or not.
39394
39395 Subject: [PATCH] Re: installperl and t/TEST
39396 From: <abigail@foad.org>
39397 Date: Thu, 24 Aug 2000 04:00:53 -0400
39398 Message-ID: <20000824080053.2494.qmail@foad.org>
39399 Branch: perl
39400 ! Makefile.SH installperl
39401____________________________________________________________________________
39402[ 6793] By: jhi on 2000/08/24 13:27:50
39403 Log: Drop the separate perlbc, perlcc -b should be enough.
39404 Branch: perl
39405 - utils/perlbc.PL
39406 ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
39407____________________________________________________________________________
39408[ 6792] By: jhi on 2000/08/24 04:41:30
39409 Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
39410 plus the typo fix from Peter Prymmer.
39411 Branch: perl
39412 ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
39413 ! ext/Storable/Storable.pm ext/Storable/Storable.xs
39414____________________________________________________________________________
39415[ 6791] By: jhi on 2000/08/24 02:10:43
39416 Log: Replace #6705 with a minimal doc patch.
39417
39418 Subject: [PATCH 5.6.0] replace change #6705
39419 From: Jan Dubois <jand@ActiveState.com>
39420 Date: Wed, 23 Aug 2000 18:31:51 -0700
39421 Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
39422 Branch: perl
39423 ! lib/Win32.pod win32/win32.c
39424____________________________________________________________________________
39425[ 6790] By: jhi on 2000/08/23 17:52:00
39426 Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
39427 From: Mike Guy <mjtg@cam.ac.uk>
39428 Date: Wed, 23 Aug 2000 18:38:46 +0100
39429 Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
39430 Branch: perl
39431 ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
39432____________________________________________________________________________
39433[ 6789] By: jhi on 2000/08/23 15:34:21
39434 Log: Update Changes.
39435 Branch: perl
39436 ! Changes patchlevel.h
39437____________________________________________________________________________
39438[ 6788] By: jhi on 2000/08/23 15:33:40
39439 Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
39440 From: Wilfredo Sánchez <wsanchez@apple.com>
39441 Date: Tue, 22 Aug 2000 19:31:27 -0700
39442 Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
39443 Branch: perl
39444 ! perl.h
39445____________________________________________________________________________
39446[ 6787] By: jhi on 2000/08/23 15:29:31
39447 Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
39448 From: Spider Boardman <spider@leggy.zk3.dec.com>
39449 Date: Wed, 23 Aug 2000 10:33:23 -0400
39450 Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
39451 Branch: perl
39452 ! lib/Pod/Html.pm
39453____________________________________________________________________________
39454[ 6786] By: jhi on 2000/08/23 15:28:11
39455 Log: Bad makefile.
39456 Branch: perl
39457 ! ext/B/Makefile.PL
39458____________________________________________________________________________
39459[ 6785] By: jhi on 2000/08/23 14:37:04
39460 Log: Update Changes.
39461 Branch: perl
39462 ! Changes patchlevel.h
39463____________________________________________________________________________
39464[ 6784] By: jhi on 2000/08/23 13:58:41
39465 Log: Portability fix from Hugo van der Sanden.
39466 Branch: perl
39467 ! ext/re/Makefile.PL
39468____________________________________________________________________________
39469[ 6783] By: jhi on 2000/08/23 13:53:53
39470 Log: Storable support, v-version fixes.
39471
39472 Subject: CPAN.pm beta for testing available
39473 From: andreas.koenig@anima.de (Andreas J. Koenig)
39474 Date: 22 Aug 2000 23:31:33 +0200
39475 Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
39476 Branch: perl
39477 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
39478____________________________________________________________________________
39479[ 6782] By: jhi on 2000/08/23 13:51:26
39480 Log: Mac and other portability updates from Chris Nandor.
39481 Branch: perl
39482 ! pod/perlmodinstall.pod
39483____________________________________________________________________________
39484[ 6781] By: jhi on 2000/08/23 13:47:33
39485 Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
39486 From: Peter Prymmer <pvhp@forte.com>
39487 Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
39488 Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
39489 Branch: perl
39490 ! ext/Storable/Storable.xs
39491____________________________________________________________________________
39492[ 6780] By: jhi on 2000/08/23 13:33:34
39493 Log: VMS MMS (make) wants null action.
39494 Branch: perl
39495 ! ext/B/Makefile.PL
39496____________________________________________________________________________
39497[ 6779] By: jhi on 2000/08/22 19:44:47
39498 Log: Forgot portability nit.
39499 Branch: perl
39500 ! t/lib/st-forgive.t
39501____________________________________________________________________________
39502[ 6778] By: jhi on 2000/08/22 19:35:25
39503 Log: Be portable.
39504 Branch: perl
39505 ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
39506 ! t/lib/st-store.t
39507____________________________________________________________________________
39508[ 6777] By: jhi on 2000/08/22 18:50:53
39509 Log: Update Changes.
39510 Branch: perl
39511 ! Changes patchlevel.h
39512____________________________________________________________________________
39513[ 6776] By: jhi on 2000/08/22 18:44:46
39514 Log: cSVOPo_*v things index into the current PL_curpad
39515 under ithreads, which is different from the curpad
39516 used by the XSUB. (In other words, the code as-is
39517 before this patch wouldn't work under ithreads.)
39518 From Sarathy.
39519 Branch: perl
39520 ! ext/B/B.xs
39521____________________________________________________________________________
0b3b9d72
JH
39522[ 6775] By: jhi on 2000/08/22 18:18:37
39523 Log: Make the selection of NVff et al stricter.
39524 Branch: metaconfig/U/perl
39525 ! perlxvf.U
39526 Branch: perl
39527 ! Configure config_h.SH
39528____________________________________________________________________________
b449ee86
JH
39529[ 6774] By: jhi on 2000/08/22 17:19:42
39530 Log: perldelta nits.
39531 Branch: perl
39532 ! pod/perldelta.pod
39533____________________________________________________________________________
39534[ 6773] By: jhi on 2000/08/22 17:06:26
39535 Log: Long double fixes from Spider Boardman.
39536
39537 Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
39538 From: system PRIVILEGED account <root@peano.zk3.dec.com>
39539 Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
39540 Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
39541 Branch: perl
39542 ! t/lib/bigfltpm.t t/lib/st-06compat.t
39543____________________________________________________________________________
39544[ 6772] By: jhi on 2000/08/22 15:04:53
39545 Log: Update Changes.
39546 Branch: perl
39547 ! Changes patchlevel.h
39548____________________________________________________________________________
39549[ 6771] By: jhi on 2000/08/22 15:01:44
39550 Log: perldelta fixes from Hugo van der Sanden.
39551 Branch: perl
39552 ! pod/perldelta.pod
39553____________________________________________________________________________
39554[ 6770] By: jhi on 2000/08/22 14:34:49
39555 Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
39556 From: Hugo <hv@crypt.compulink.co.uk>
39557 Date: Tue, 22 Aug 2000 11:21:53 +0100
39558 Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
39559 Branch: perl
39560 ! regcomp.c
39561____________________________________________________________________________
39562[ 6769] By: jhi on 2000/08/22 14:30:02
39563 Log: Add Yitzchak, reformat.
39564 Branch: perl
39565 ! Changes config_h.SH
39566____________________________________________________________________________
0b3b9d72
JH
39567[ 6768] By: jhi on 2000/08/22 14:21:35
39568 Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
39569 and Spider Boardman.
39570 Branch: metaconfig
39571 ! U/compline/d_gconvert.U
39572 Branch: perl
39573 ! Configure
39574____________________________________________________________________________
b449ee86
JH
39575[ 6767] By: jhi on 2000/08/22 14:11:24
39576 Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
39577 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
39578 Date: Mon, 21 Aug 2000 19:08:31 -0700
39579 Message-ID: <fCeo5gzkgmhY092yn@efn.org>
39580 Branch: perl
39581 - ext/Storable/patchlevel.h
39582 ! MANIFEST ext/Storable/MANIFEST
39583____________________________________________________________________________
39584[ 6766] By: jhi on 2000/08/22 13:49:29
39585 Log: Subject: [PATCH: 6757] configure.com updates and syslog build
39586 From: Peter Prymmer <pvhp@forte.com>
39587 Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
39588 Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
39589 Branch: perl
39590 ! configure.com ext/Storable/Makefile.PL
39591____________________________________________________________________________
39592[ 6765] By: jhi on 2000/08/22 13:44:59
39593 Log: Subject: [PATCH blead] B:: missing dependency
39594 From: Hugo <hv@crypt.compulink.co.uk>
39595 Date: Tue, 22 Aug 2000 06:44:33 +0100
39596 Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
39597 Branch: perl
39598 ! ext/B/Makefile.PL
39599____________________________________________________________________________
39600[ 6764] By: jhi on 2000/08/22 13:38:12
39601 Log: More bytecompiler.
39602 Branch: perl
39603 ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
39604____________________________________________________________________________
39605[ 6763] By: jhi on 2000/08/22 13:36:44
39606 Log: Bytecompiler patches from Benjamin Stuhl.
39607 Branch: perl
39608 ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
39609 ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
39610 ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
39611 ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
39612 ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
39613 ! perl.c perlapi.h pod/perldelta.pod
39614____________________________________________________________________________
39615[ 6762] By: jhi on 2000/08/21 23:43:40
39616 Log: An obsoleted diagnostic.
39617 Branch: perl
39618 ! pod/perldelta.pod
39619____________________________________________________________________________
39620[ 6761] By: jhi on 2000/08/21 23:01:45
39621 Log: The #6759 wasn't quite right.
39622 Branch: perl
39623 ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
39624 ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
39625 ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
39626 ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
39627 ! t/lib/st-tieditems.t
39628____________________________________________________________________________
39629[ 6760] By: jhi on 2000/08/21 22:35:49
39630 Log: Be verydeepclean.
39631 Branch: perl
39632 ! Makefile.SH
39633____________________________________________________________________________
39634[ 6759] By: jhi on 2000/08/21 22:25:40
39635 Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
39636 From: Peter Prymmer <pvhp@forte.com>
39637 Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
39638 Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
39639 Branch: perl
39640 ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
39641 ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
39642 ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
39643 ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
39644 ! t/lib/st-tieditems.t
39645____________________________________________________________________________
39646[ 6758] By: jhi on 2000/08/21 22:22:32
39647 Log: Few more casts, need reported in
39648
39649 Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
39650 From: Mike Stok <mike@stok.co.uk>
39651 Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
39652 Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
39653
39654 and
39655
39656 Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
39657 From: abigail@foad.org
39658 Date: 21 Aug 2000 21:31:34 -0000
39659 Message-Id: <20000821213134.30170.qmail@foad.org>
39660 Branch: perl
39661 ! ext/Storable/Storable.xs
39662____________________________________________________________________________
39663[ 6757] By: jhi on 2000/08/21 18:37:07
39664 Log: Update Changes.
39665 Branch: perl
39666 ! Changes patchlevel.h
39667____________________________________________________________________________
39668[ 6756] By: jhi on 2000/08/21 18:34:02
39669 Log: A pod nit.
39670
39671 Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
39672 From: <abigail@foad.org>
39673 Date: Mon, 21 Aug 2000 14:00:16 -0400
39674 Message-ID: <20000821180016.28627.qmail@foad.org>
39675 Branch: perl
39676 ! pod/perlre.pod
39677____________________________________________________________________________
39678[ 6755] By: jhi on 2000/08/21 18:30:56
39679 Log: Use PodParser 1.18 new test.
39680 Branch: perl
39681 ! t/pod/special_seqs.t t/pod/special_seqs.xr
39682____________________________________________________________________________
39683[ 6754] By: jhi on 2000/08/21 18:28:35
39684 Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
39685 patches cannot be applied since #6712 conflicts.
39686 Branch: perl
39687 ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
39688____________________________________________________________________________
39689[ 6753] By: jhi on 2000/08/21 18:15:11
39690 Log: Weed out some smaller changes.
39691 Branch: perl
39692 ! pod/perldelta.pod
39693____________________________________________________________________________
39694[ 6752] By: jhi on 2000/08/21 18:02:30
39695 Log: Also under djgpp the timestamps are funky.
39696 Branch: perl
39697 ! t/op/stat.t
39698____________________________________________________________________________
0b3b9d72
JH
39699[ 6751] By: jhi on 2000/08/21 17:55:56
39700 Log: Tweak the floating point output routine preferences.
39701 Branch: metaconfig
39702 ! U/compline/d_gconvert.U
39703 Branch: perl
39704 ! Configure
39705____________________________________________________________________________
b449ee86
JH
39706[ 6750] By: jhi on 2000/08/21 17:51:29
39707 Log: Unicos/mk requires elaborate paranoia.
39708 Branch: perl
39709 ! lib/Math/Complex.pm
39710____________________________________________________________________________
39711[ 6749] By: gsar on 2000/08/21 16:53:31
39712 Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
39713 Branch: perl
39714 ! lib/Cwd.pm
39715____________________________________________________________________________
39716[ 6748] By: gsar on 2000/08/21 16:22:19
39717 Log: free TLS slot properly on Windows
39718 Branch: perl
39719 ! thread.h win32/perllib.c win32/win32thread.h
39720____________________________________________________________________________
39721[ 6747] By: jhi on 2000/08/21 16:20:58
39722 Log: Rename the macro argument because some preprocessors
39723 can't tell the difference and expand arguments also inside
39724 double quoted strings.
39725 Branch: perl
39726 ! regcomp.c
39727____________________________________________________________________________
39728[ 6746] By: jhi on 2000/08/21 16:09:41
39729 Log: Support long doubles in Storable.
39730
39731 Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
39732 From: Radu Greab <radu@netsoft.ro>
39733 Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
39734 Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
39735 Branch: perl
39736 ! ext/Storable/Storable.xs
39737____________________________________________________________________________
39738[ 6745] By: jhi on 2000/08/21 15:51:40
39739 Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
39740 From: "Fifer, Eric" <EFifer@sanwaint.com>
39741 Date: Mon, 21 Aug 2000 15:34:49 +0100
39742 Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
39743 Branch: perl
39744 ! t/pragma/warn/9enabled
39745____________________________________________________________________________
39746[ 6744] By: jhi on 2000/08/21 15:39:35
39747 Log: Document the endianness of Alpha more precisely.
39748 Branch: perl
39749 ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
39750 ! pod/perlport.pod
39751____________________________________________________________________________
39752[ 6743] By: jhi on 2000/08/21 14:47:05
39753 Log: perldelta fixes from the p5p crowd.
39754 Branch: perl
39755 ! pod/perldelta.pod pod/perlop.pod
39756____________________________________________________________________________
39757[ 6742] By: jhi on 2000/08/21 13:34:51
39758 Log: Update to Pod::LaTeX 0.53.
39759
39760 Subject: [PATCH] lib/Pod/LaTeX.pm updates
39761 From: Tim Jenness <timj@jach.hawaii.edu>
39762 Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
39763 Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
39764 Branch: perl
39765 ! lib/Pod/LaTeX.pm
39766____________________________________________________________________________
39767[ 6741] By: jhi on 2000/08/21 13:33:01
39768 Log: Subject: [PATCH] os2.c fix for use64bitint
39769 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
39770 Date: Mon, 21 Aug 2000 01:32:25 -0700
39771 Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
39772 Branch: perl
39773 ! os2/os2.c
39774____________________________________________________________________________
39775[ 6740] By: jhi on 2000/08/21 13:28:52
39776 Log: Array context keeps slithering in.
39777
39778 Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
39779 From: Daniel Chetlin <daniel@chetlin.com>
39780 Date: Sun, 20 Aug 2000 21:40:25 -0700
39781 Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
39782 Branch: perl
39783 ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
39784 ! pod/perldebtut.pod
39785____________________________________________________________________________
39786[ 6739] By: jhi on 2000/08/21 13:23:55
39787 Log: Big-endian quad fixes for Storable from Radu Greab,
39788 plus few explicit null casts for picky compilers.
39789 Branch: perl
39790 ! ext/Storable/Storable.xs
39791____________________________________________________________________________
39792[ 6738] By: gsar on 2000/08/21 05:56:13
39793 Log: small tweaks for change#6705: avoid C++ style comments in C code;
39794 use Perl's malloc API rather than the low level system one
39795 Branch: perl
39796 ! win32/win32.c
39797____________________________________________________________________________
39798[ 6737] By: gsar on 2000/08/21 05:35:41
39799 Log: add Storable to list of extensions on Windows
39800 Branch: perl
39801 ! win32/Makefile win32/makefile.mk
39802____________________________________________________________________________
39803[ 6736] By: jhi on 2000/08/21 02:57:53
39804 Log: Update Changes.
39805 Branch: perl
39806 ! Changes patchlevel.h
39807____________________________________________________________________________
39808[ 6735] By: jhi on 2000/08/21 02:57:20
39809 Log: Draft 0.
39810 Branch: perl
39811 ! pod/perldelta.pod
39812____________________________________________________________________________
39813[ 6734] By: jhi on 2000/08/21 02:57:03
39814 Log: Add Storable 0.7.2 from Raphael Manfredi,
39815 plus the patch from
39816
39817 Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
39818 From: Radu Greab <radu@netsoft.ro>
39819 Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
39820 Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
39821
39822 plus changes to get Storable to compile with
39823 picky ANSI compilers.
39824 Branch: perl
39825 + ext/Storable/ChangeLog ext/Storable/MANIFEST
39826 + ext/Storable/Makefile.PL ext/Storable/README
39827 + ext/Storable/Storable.pm ext/Storable/Storable.xs
39828 + ext/Storable/patchlevel.h t/lib/st-06compat.t
39829 + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
39830 + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
39831 + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
39832 + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
39833 + t/lib/st-tieditems.t
39834 ! MANIFEST
39835____________________________________________________________________________
39836[ 6733] By: jhi on 2000/08/21 02:29:09
39837 Log: The correct cleaning order is an art.
39838 Branch: perl
39839 ! Makefile.SH
39840____________________________________________________________________________
da352bc5
JH
39841[ 6732] By: jhi on 2000/08/21 01:23:39
39842 Log: The #6724 is here.
39843 Branch: perl
39844 ! t/lib/ftmp-security.t
39845____________________________________________________________________________
39846[ 6731] By: jhi on 2000/08/20 23:17:03
39847 Log: s/this one/the 5.6.0 release/
39848 Branch: perl
39849 ! pod/perl56delta.pod
39850____________________________________________________________________________
39851[ 6730] By: jhi on 2000/08/20 23:07:34
39852 Log: Mention perlebcdic and perlposix-bc.
39853 Branch: perl
39854 ! pod/perlport.pod
39855____________________________________________________________________________
39856[ 6729] By: jhi on 2000/08/20 21:32:59
39857 Log: Document the number of exponent digits.
39858 Branch: perl
39859 ! pod/perlfunc.pod
39860____________________________________________________________________________
39861[ 6728] By: jhi on 2000/08/20 21:16:47
39862 Log: Use File::Spec->tmpdir().
39863
39864 Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
39865 From: Tim Jenness <timj@jach.hawaii.edu>
39866 Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
39867 MIME-Version: 1.0
39868 Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
39869 Branch: perl
39870 ! utils/perlbug.PL
39871____________________________________________________________________________
39872[ 6727] By: jhi on 2000/08/20 20:43:32
39873 Log: Update Changes.
39874 Branch: perl
39875 ! Changes patchlevel.h
39876____________________________________________________________________________
e0f5a76d
JH
39877[ 6726] By: jhi on 2000/08/20 20:41:44
39878 Log: The veryclean target needs to clobber.
39879 Branch: perl
39880 ! Makefile.SH
39881____________________________________________________________________________
39882[ 6725] By: jhi on 2000/08/20 20:37:38
39883 Log: Document odd vs even subreleases and -Dusedevel.
39884 Branch: perl
39885 ! INSTALL
39886____________________________________________________________________________
39887[ 6724] By: jhi on 2000/08/20 19:58:05
39888 Log: Use temporary directory instead of current directory.
39889
39890 Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
39891 From: Tim Jenness <timj@jach.hawaii.edu>
39892 Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
39893 Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
39894 Branch: perl
39895 ! t/lib/ftmp-security.t
39896____________________________________________________________________________
39897[ 6723] By: jhi on 2000/08/20 19:55:55
39898 Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
39899 From: andreas.koenig@anima.de (Andreas J. Koenig)
39900 Date: 20 Aug 2000 15:52:03 +0200
39901 Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
39902 Branch: perl
39903 ! lib/ExtUtils/MM_Unix.pm
39904____________________________________________________________________________
39905[ 6722] By: jhi on 2000/08/20 19:46:01
39906 Log: Update to CGI 2.72, from Lincoln Stein.
39907 Branch: perl
39908 ! lib/CGI.pm
39909____________________________________________________________________________
39910[ 6721] By: jhi on 2000/08/20 19:43:54
39911 Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
39912 From: Radu Greab <radu@netsoft.ro>
39913 Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
39914 Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
39915 Branch: perl
39916 ! ext/GDBM_File/GDBM_File.xs
39917____________________________________________________________________________
39918[ 6720] By: jhi on 2000/08/20 19:42:01
39919 Log: pp_open() could pass an uninitialized filename down to do_open9().
39920 Branch: perl
39921 ! pp_sys.c
39922____________________________________________________________________________
39923[ 6719] By: jhi on 2000/08/20 14:06:41
39924 Log: UTF8 concat fixes.
39925
39926 Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
39927 From: Hugo <hv@crypt.compulink.co.uk>
39928 Date: Sun, 20 Aug 2000 07:30:46 +0100
39929 Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
39930 Branch: perl
39931 ! pp_hot.c t/op/append.t
39932____________________________________________________________________________
39933[ 6718] By: jhi on 2000/08/20 02:09:37
39934 Log: Let's try #6717 again.
39935 Branch: perl
39936 ! lib/File/Temp.pm
39937____________________________________________________________________________
39938[ 6717] By: jhi on 2000/08/20 01:56:55
39939 Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
39940 From: "Craig A. Berry" <craig.berry@metamorgs.com>
39941 Date: Sat, 19 Aug 2000 18:15:39 -0500
39942 Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
39943 Branch: perl
39944 ! lib/File/Temp.pm
39945____________________________________________________________________________
39946[ 6716] By: jhi on 2000/08/19 15:50:11
39947 Log: Update Changes.
39948 Branch: perl
39949 ! Changes patchlevel.h
39950____________________________________________________________________________
7ea2983e
JH
39951[ 6715] By: jhi on 2000/08/19 15:39:09
39952 Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
39953 From: Jonathan D Johnston <jdjohnston2@juno.com>
39954 Date: Thu, 17 Aug 2000 23:13:01 -0400
39955 Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
39956 Branch: perl
39957 ! pod/perlfunc.pod
39958____________________________________________________________________________
39959[ 6714] By: jhi on 2000/08/19 15:34:04
39960 Log: Introduce a 'veryclean' target that is like 'distclean'
39961 but also removes *~ and *.orig.
39962 Branch: perl
39963 ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
39964 ! utils/Makefile x2p/Makefile.SH
39965____________________________________________________________________________
39966[ 6713] By: jhi on 2000/08/19 14:15:45
39967 Log: Put back the long double avoidance code to POSIX.xs
39968 because VMS seems to need it still.
39969 Branch: perl
39970 ! ext/POSIX/POSIX.xs
39971____________________________________________________________________________
39972[ 6712] By: jhi on 2000/08/19 14:10:41
39973 Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
39974 From: Peter Prymmer <pvhp@forte.com>
39975 Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
39976 Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
39977 Branch: perl
39978 ! lib/Pod/Find.pm t/pod/find.t
39979____________________________________________________________________________
39980[ 6711] By: jhi on 2000/08/19 14:09:19
39981 Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
39982 From: Peter Prymmer <pvhp@forte.com>
39983 Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
39984 Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
39985 cc: vmsperl@perl.org
39986 Branch: perl
39987 ! t/lib/peek.t
39988____________________________________________________________________________
39989[ 6710] By: jhi on 2000/08/19 14:08:01
39990 Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
39991 From: Jan Dubois <jand@ActiveState.com>
39992 Date: Fri, 18 Aug 2000 16:31:48 -0700
39993 Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
39994 Branch: perl
39995 ! win32/win32.c
39996____________________________________________________________________________
39997[ 6709] By: jhi on 2000/08/19 14:06:57
39998 Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
39999
40000 Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED)
40001 From: Spider.Boardman@Orb.Nashua.NH.US
40002 Date: Fri, 18 Aug 2000 18:41:14 -0400
40003 Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
40004 Branch: perl
40005 ! regcomp.c
40006____________________________________________________________________________
40007[ 6708] By: jhi on 2000/08/18 22:04:49
40008 Log: Update Changes.
40009 Branch: perl
40010 ! Changes patchlevel.h
40011____________________________________________________________________________
50588fde
JH
40012[ 6707] By: jhi on 2000/08/18 21:55:14
40013 Log: Add warnif(), check warnings further up the stack,
40014 all the warnings functions now can take an optional object reference.
40015
40016 Subject: [PATCH bleedperl@6691] warnings pragma update
40017 From: "Paul Marquess" <Paul.Marquess@btinternet.com>
40018 Date: Fri, 18 Aug 2000 22:42:06 +0100
40019 Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
40020 Branch: perl
40021 ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
40022 ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
40023 ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
40024____________________________________________________________________________
40025[ 6706] By: jhi on 2000/08/18 21:41:45
40026 Log: Typo in pp_complement().
40027
40028 Subject: [PATCH perl-current] Deparse
40029 From: Peter Scott <Peter@PSDT.com>
40030 Date: Fri, 18 Aug 2000 12:44:37 -0700
40031 Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
40032 Branch: perl
40033 ! ext/B/B/Deparse.pm
40034____________________________________________________________________________
40035[ 6705] By: jhi on 2000/08/18 21:25:59
40036 Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
40037 From: Jan Dubois <jand@ActiveState.com>
40038 Date: Fri, 18 Aug 2000 14:22:51 -0700
40039 Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
40040 Branch: perl
40041 ! lib/Win32.pod win32/win32.c
40042____________________________________________________________________________
40043[ 6704] By: jhi on 2000/08/18 21:16:14
40044 Log: Don't eat leading os from index entries.
40045
40046 Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
40047 From: Russ Allbery <rra@stanford.edu>
40048 Date: 10 Aug 2000 20:49:25 -0700
40049 Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
40050 Branch: perl
40051 ! lib/Pod/Man.pm
40052____________________________________________________________________________
40053[ 6703] By: jhi on 2000/08/18 21:07:06
40054 Log: Add [[:blank:]] as suggested in
40055
40056 Subject: [ID 20000716.024] [=cc=] / [:blank:]
40057 From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
40058 Date: Sun, 16 Jul 2000 17:55:29 -0700
40059 Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
40060
40061 (the [=cc=] has already been taken care of by #6439
40062 so the whole bug report can be closed)
40063
40064 and make [[:space:]] to be equivalent to isspace(3)
40065 (as opposed to \s, which is isSPACE()). The difference
40066 is that now [[:space:]] matches the mythical vertical tab,
40067 while \s doesn't.
40068 Branch: perl
40069 ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
40070 ! regexec.c t/op/pat.t
40071____________________________________________________________________________
40072[ 6702] By: jhi on 2000/08/18 18:47:47
40073 Log: The new tests were missing from #6415.
40074 Branch: perl
40075 ! t/op/bop.t
40076____________________________________________________________________________
40077[ 6701] By: jhi on 2000/08/18 18:20:40
40078 Log: Document the NDBM_File and ODBM_File as SDBM_File
40079 was documented in #6417.
40080 Branch: perl
40081 ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
40082 ! ext/SDBM_File/SDBM_File.pm
40083____________________________________________________________________________
40084[ 6700] By: jhi on 2000/08/18 18:10:39
40085 Log: Subject: [PATCH perl@6698] cygwin port
40086 From: "Fifer, Eric" <EFifer@sanwaint.com>
40087 Date: Fri, 18 Aug 2000 17:30:05 +0100
40088 Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
40089 Branch: perl
40090 ! lib/File/Temp.pm
40091____________________________________________________________________________
40092[ 6699] By: jhi on 2000/08/18 16:21:49
40093 Log: Document code point which makes if (defined %stash::) to work
40094 (noted by Spider Boardman).
40095 Branch: perl
40096 ! op.c
40097____________________________________________________________________________
40098[ 6698] By: jhi on 2000/08/18 13:43:27
40099 Log: Update Changes.
40100 Branch: perl
40101 ! Changes patchlevel.h
40102____________________________________________________________________________
b2bd8c92
JH
40103[ 6697] By: jhi on 2000/08/18 13:35:57
40104 Log: Tiny Getopt::Long patch from Johan Vromans.
40105 Branch: perl
40106 ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
40107____________________________________________________________________________
40108[ 6696] By: jhi on 2000/08/18 13:26:14
40109 Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
40110 From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
40111 Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
40112 Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
40113 Branch: perl
40114 ! pod/perldiag.pod pod/perlsyn.pod
40115____________________________________________________________________________
40116[ 6695] By: jhi on 2000/08/18 13:13:26
40117 Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
40118 From: Daniel Chetlin <daniel@chetlin.com>
40119 Date: Fri, 18 Aug 2000 03:13:36 -0700
40120 Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
40121 Branch: perl
40122 ! pod/perlfunc.pod
40123____________________________________________________________________________
40124[ 6694] By: jhi on 2000/08/18 13:08:05
40125 Log: Subject: [PATCH] perltrap.pod spring cleaning
40126 From: Daniel Chetlin <daniel@chetlin.com>
40127 Date: Fri, 18 Aug 2000 03:06:54 -0700
40128 Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
40129
40130 plus Mike Guy's nitfix.
40131 Branch: perl
40132 ! pod/perltrap.pod
40133____________________________________________________________________________
40134[ 6693] By: jhi on 2000/08/18 13:00:26
40135 Log: Unbuffer the output.
40136
40137 Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
40138 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
40139 Date: Thu, 17 Aug 2000 18:39:29 -0700
40140 Message-ID: <RPJn5gzkgydf092yn@efn.org>
40141 Branch: perl
40142 ! t/op/fork.t
40143____________________________________________________________________________
40144[ 6692] By: jhi on 2000/08/18 05:19:17
40145 Log: Delete the image, too, not just its MANIFEStation.
40146 Branch: perl
40147 - lib/CGI/eg/wilogo.gif
40148____________________________________________________________________________
40149[ 6691] By: jhi on 2000/08/18 05:10:26
40150 Log: Propagate new Configure vars.
40151 Branch: perl
40152 ! configure.com epoc/config.sh uconfig.h uconfig.sh
40153 ! vos/config.def vos/config.h vos/config_h.SH_orig
40154 ! win32/config.bc win32/config.gc win32/config.vc
40155 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
40156____________________________________________________________________________
40157[ 6690] By: jhi on 2000/08/18 04:30:56
40158 Log: Update Changes.
40159 Branch: perl
40160 ! Changes patchlevel.h
40161____________________________________________________________________________
eae4ae26
JH
40162[ 6689] By: jhi on 2000/08/18 04:12:30
40163 Log: Fix the lib/complex failure of
40164
40165 From: abigail@foad.org
40166 Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13
40167 Date: 15 Aug 2000 04:06:38 -0000
40168 Message-Id: <20000815040638.8524.qmail@foad.org>
40169
40170 Linux long double accuracy issue: something that
40171 when printed with %g looks like "2" but int() of it is 1.
40172 Branch: perl
40173 ! lib/Math/Complex.pm
40174____________________________________________________________________________
40175[ 6688] By: jhi on 2000/08/18 03:15:35
40176 Log: The byteorder code in #6671 was wrong.
40177 Branch: perl
40178 ! configpm
40179____________________________________________________________________________
40180[ 6687] By: jhi on 2000/08/18 02:08:42
40181 Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
40182 From: Jan Dubois <jand@ActiveState.com>
40183 Date: Thu, 17 Aug 2000 18:31:55 -0700
40184 Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
40185 Branch: perl
40186 ! sv.c
40187____________________________________________________________________________
40188[ 6686] By: jhi on 2000/08/18 02:04:15
40189 Log: Use NVs in POSIX math, not doubles.
40190
40191 From: abigail@foad.org
40192 Subject: [ID 20000817.014] POSIX & modfl
40193 Date: 17 Aug 2000 20:49:18 -0000
40194 Message-Id: <20000817204918.23123.qmail@foad.org>
40195 Branch: perl
40196 ! ext/POSIX/POSIX.xs ext/POSIX/typemap
40197____________________________________________________________________________
0b3b9d72
JH
40198[ 6685] By: jhi on 2000/08/18 02:02:12
40199 Log: Introduce NVef, NVff, and NVgf, use the middle one.
40200 (helps for lib/peek + Linux + long doubles) Reported in
40201
40202 From: abigail@foad.org
40203 Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13
40204 Date: 15 Aug 2000 04:06:38 -0000
40205 Message-Id: <20000815040638.8524.qmail@foad.org>
40206
40207 (note: the lib/complex failure has not yet been addressed)
40208 Branch: metaconfig/U/perl
40209 ! perlxvf.U
40210 Branch: perl
40211 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
40212 ! config_h.SH dump.c perl.h pod/perlguts.pod
40213____________________________________________________________________________
eae4ae26
JH
40214[ 6684] By: jhi on 2000/08/17 23:22:19
40215 Log: Add byteorder to the myconfig output.
40216 Branch: perl
40217 ! myconfig.SH
40218____________________________________________________________________________
40219[ 6683] By: jhi on 2000/08/17 23:20:19
40220 Log: The image doth not exist, spotted by Johan Vromans.
40221 Branch: perl
40222 ! MANIFEST
40223____________________________________________________________________________
40224[ 6682] By: jhi on 2000/08/17 22:38:16
40225 Log: Document what the backtick returns if the command fails.
40226 Branch: perl
40227 ! pod/perlop.pod
40228____________________________________________________________________________
40229[ 6681] By: jhi on 2000/08/17 22:33:12
40230 Log: Do not use prototyping here.
40231
40232 Subject: [ID 20000817.016] [PATCH] Peek.xs
40233 From: abigail@foad.org
40234 Date: 17 Aug 2000 20:55:56 -0000
40235 Message-Id: <20000817205556.24270.qmail@foad.org>
40236 Branch: perl
40237 ! ext/Devel/Peek/Makefile.PL
40238____________________________________________________________________________
0b3b9d72
JH
40239[ 6680] By: jhi on 2000/08/17 19:46:43
40240 Log: Don't propose using modules built for 5.005 if no binary
40241 compatibility with 5.005 is attempted.
40242
40243 From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
40244 Subject: Minor nit with 5.7.0 (6655)
40245 Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
40246 Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
40247 Branch: metaconfig
40248 ! U/installdirs/inc_version_list.U
40249 Branch: perl
40250 ! Configure config_h.SH
40251____________________________________________________________________________
eae4ae26
JH
40252[ 6679] By: jhi on 2000/08/17 19:16:39
40253 Log: Microperl config update.
40254 Branch: perl
40255 ! uconfig.h uconfig.sh
40256____________________________________________________________________________
40257[ 6678] By: jhi on 2000/08/17 19:16:13
40258 Log: The #6648 wasn't protective enough for limited platforms
40259 (like microperl).
40260 Branch: perl
40261 ! dump.c sv.c
40262____________________________________________________________________________
40263[ 6677] By: jhi on 2000/08/17 14:46:35
40264 Log: Update Changes.
40265 Branch: perl
40266 ! Changes patchlevel.h
40267____________________________________________________________________________
3ddc1c2e
JH
40268[ 6676] By: jhi on 2000/08/17 14:44:02
40269 Log: Add perlebcdic from Peter Prymmer, regen toc.
40270 Branch: perl
40271 + pod/perlebcdic.pod
40272 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
40273____________________________________________________________________________
40274[ 6675] By: jhi on 2000/08/17 14:41:52
40275 Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
40276 Branch: perl
40277 ! pod/perldebtut.pod
40278____________________________________________________________________________
40279[ 6674] By: jhi on 2000/08/17 14:29:43
40280 Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
40281
40282 Subject: [ID 20000724.006] -DLEAKTEST problem
40283 From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
40284 Date: Tue, 25 Jul 2000 00:36:32 -0500
40285 Message-Id: <20000725003632.A26186@www.llamacom.com>
40286
40287 Reminder sent
40288
40289 Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error
40290 From: Hugo <hv@crypt.compulink.co.uk>
40291 Date: Thu, 17 Aug 2000 15:23:42 +0100
40292 Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
40293 Branch: perl
40294 ! util.c
40295____________________________________________________________________________
40296[ 6673] By: jhi on 2000/08/17 04:07:10
40297 Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
40298 From: John Peacock <JPeacock@UnivPress.com>
40299 Date: Tue, 01 Aug 2000 09:38:12 -0400
40300 Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
40301 Branch: perl
40302 ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
40303____________________________________________________________________________
40304[ 6672] By: jhi on 2000/08/17 03:04:35
40305 Log: Subject: [PATCH] Cwd.pm now uses strict
40306 From: Tim Jenness <timj@jach.hawaii.edu>
40307 Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
40308 Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
40309 Branch: perl
40310 ! lib/Cwd.pm
40311____________________________________________________________________________
40312[ 6671] By: jhi on 2000/08/17 02:16:35
40313 Log: Make $Config{byteorder} more magical so that it is
40314 dynamically computed: nice for 'fat binaries'.
40315
40316 Subject: [PATCH]: default byteorder
40317 From: Wilfredo Sánchez <wsanchez@apple.com>
40318 Date: Mon, 31 Jul 2000 19:45:31 -0700
40319 Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
40320 Branch: perl
40321 ! configpm
40322____________________________________________________________________________
40323[ 6670] By: gsar on 2000/08/17 01:22:21
40324 Log: move WNOHANG definition to where other such things are
40325 Branch: perl
40326 ! win32/win32.h
40327____________________________________________________________________________
40328[ 6669] By: jhi on 2000/08/17 01:19:17
40329 Log: Update Changes.
40330 Branch: perl
40331 ! Changes patchlevel.h
40332____________________________________________________________________________
28c9223b
JH
40333[ 6668] By: jhi on 2000/08/17 01:16:29
40334 Log: Doc nits spotted by Richard Soderberg.
40335 Branch: perl
40336 ! README.posix-bc README.vmesa
40337____________________________________________________________________________
40338[ 6667] By: jhi on 2000/08/17 01:12:11
40339 Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
40340 From: "Casey R. Tweten" <crt@kiski.net>
40341 Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
40342 Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
40343 Branch: perl
40344 ! pod/perldebtut.pod
40345____________________________________________________________________________
40346[ 6666] By: jhi on 2000/08/17 01:09:31
40347 Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
40348 From: "Casey R. Tweten" <crt@kiski.net>
40349 Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
40350 Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
40351 Branch: perl
40352 ! lib/Shell.pm
40353____________________________________________________________________________
40354[ 6665] By: gsar on 2000/08/17 01:03:52
40355 Log: add "ok" targets from change#6632 in makefile.mk
40356 Branch: perl
40357 ! pod/perlport.pod win32/Makefile win32/makefile.mk
40358____________________________________________________________________________
40359[ 6664] By: gsar on 2000/08/17 00:56:11
40360 Log: avoid warnings from dense compiler
40361 Branch: perl
40362 ! win32/win32.c
40363____________________________________________________________________________
40364[ 6663] By: jhi on 2000/08/17 00:51:49
40365 Log: Tweak the regex compilation errors once more.
40366 Branch: perl
40367 ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
40368 ! t/op/regmesg.t t/pragma/warn/regcomp
40369____________________________________________________________________________
40370[ 6662] By: gsar on 2000/08/17 00:28:19
40371 Log: trailing new %ENV entries weren't being pushed into the real
40372 environment of subprocesses on Windows
40373 Branch: perl
40374 ! t/op/magic.t win32/perlhost.h
40375____________________________________________________________________________
40376[ 6661] By: gsar on 2000/08/17 00:19:20
40377 Log: waitpid() now handles externally spawned pids correctly;
40378 fixes for backtick/wait/waitpid failures on Windows 9x
40379
40380 these changes make the pid returned by process functions on
40381 Windows 9x always positive by clearing the high bit (which
40382 is always set on Win9x); pseudo-process PIDs are likewise
40383 always negative now on Win9x (just as on NT/2000)
40384 Branch: perl
40385 ! pp_sys.c win32/perlhost.h win32/win32.c
40386____________________________________________________________________________
40387[ 6660] By: jhi on 2000/08/17 00:04:32
40388 Log: Retract #6645.
40389 Branch: perl
40390 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
40391 ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
40392 ! t/op/sprintf.t
40393____________________________________________________________________________
40394[ 6659] By: gsar on 2000/08/16 23:59:28
40395 Log: on windows, the return values from wait() and waitpid() don't
40396 match those of pseudo-pids
40397 Branch: perl
40398 ! pp_sys.c t/op/fork.t util.c win32/win32.c
40399____________________________________________________________________________
40400[ 6658] By: gsar on 2000/08/16 23:56:14
40401 Log: pod nit seen in passing
40402 Branch: perl
40403 ! pod/perlfunc.pod
40404____________________________________________________________________________
40405[ 6657] By: gsar on 2000/08/16 23:53:42
40406 Log: change#6328 could make close(SOCKET) return false on windows
40407 when it shouldn't
40408 Branch: perl
40409 ! win32/win32sck.c
40410____________________________________________________________________________
40411[ 6656] By: gsar on 2000/08/16 23:46:57
40412 Log: check that the number pseudo children doesn't exceed
40413 MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
40414 the WaitForMultipleObjects() limit that would cause wait()
40415 to crash)
40416
40417 wait() and waitpid() could potentially be rewritten to use
40418 more than one thread to do the waiting to eliminate this
40419 limitation
40420 Branch: perl
40421 ! win32/perlhost.h
40422____________________________________________________________________________
40423[ 6655] By: jhi on 2000/08/16 14:11:05
40424 Log: Update Changes.
40425 Branch: perl
40426 ! Changes patchlevel.h
40427____________________________________________________________________________
453b8a1c
JH
40428[ 6654] By: jhi on 2000/08/16 14:10:12
40429 Log: Update to perldebtut 1.9, from Richard Foley.
40430 Branch: perl
40431 ! pod/perldebtut.pod
40432____________________________________________________________________________
40433[ 6653] By: jhi on 2000/08/16 14:08:17
40434 Log: Change the regx compilation error markers to use = instead of <
40435 since pod makes using the latter quite messy. Reported in
40436 ID 20000814.006 by Abigail and in
40437 Subject: Unknown escape E<> ?
40438 From: Lupe Christoph <lupe@lupe-christoph.de>
40439 Date: Fri, 11 Aug 2000 00:30:27 +0200
40440 Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
40441 Branch: perl
40442 ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
40443 ! t/op/regmesg.t t/pragma/warn/regcomp
40444____________________________________________________________________________
40445[ 6652] By: jhi on 2000/08/16 13:25:31
40446 Log: Change the perlbug address to perl.org since it's more forgiving.
40447
40448 Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
40449 From: abigail@foad.org
40450 Date: 15 Aug 2000 04:15:40 -0000
40451 Message-Id: <20000815041540.8633.qmail@foad.org>
40452 Branch: perl
40453 ! utils/perlbug.PL
40454____________________________________________________________________________
40455[ 6651] By: jhi on 2000/08/16 13:22:35
40456 Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
40457 From: Tim Jenness <timj@jach.hawaii.edu>
40458 Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
40459 Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
40460 Branch: perl
40461 ! lib/Cwd.pm
40462____________________________________________________________________________
40463[ 6650] By: jhi on 2000/08/16 13:18:13
40464 Log: Update to CPAN 1.57.
40465
40466 Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
40467 From: andreas.koenig@anima.de (Andreas J. Koenig)
40468 Date: 16 Aug 2000 15:09:46 +0200
40469 Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
40470 Branch: perl
40471 ! lib/CPAN.pm
40472____________________________________________________________________________
40473[ 6649] By: jhi on 2000/08/16 13:12:31
40474 Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
40475 From: "Larry W. Virden" <lvirden@cas.org>
40476 Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
40477 Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
40478 Branch: perl
40479 ! README.hpux
40480____________________________________________________________________________
40481[ 6648] By: jhi on 2000/08/16 13:03:53
40482 Log: The numeric locale was reset to "C" by s?printf and never restored.
40483
40484 Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
40485 From: Christian Kirsch <ck@held.mind.de>
40486 Date: Wed, 9 Aug 2000 17:05:17 +0200
40487 Message-Id: <20000809170517.A25389@held>
40488
40489 No test since adding the failing example to locale.t
40490 does not fail -- probably because the locale settings are so
40491 thoroughly tweaked by that time. Running the example standalone
71d4b5fd 40492 does fail, though. UPDATE: test case added at change #7540.
453b8a1c
JH
40493 Branch: perl
40494 ! dump.c perl.h pp.c pp_ctl.c sv.c
40495____________________________________________________________________________
40496[ 6647] By: jhi on 2000/08/16 00:07:54
40497 Log: Update Changes and test semi-automatic patchlevel updating.
40498 Branch: perl
40499 ! Changes patchlevel.h
40500____________________________________________________________________________
0b3b9d72
JH
40501[ 6646] By: jhi on 2000/08/15 23:35:07
40502 Log: Fix a dependency problem.
40503
40504 Subject: [PATCH: 6640] VMS Makefile.SH update
40505 From: Peter Prymmer <pvhp@forte.com>
40506 Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
40507 Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
40508 Branch: perl
40509 ! vms/descrip_mms.template
40510____________________________________________________________________________
a65e9df7 40511[ 6645] By: jhi on 2000/08/15 23:33:23
28c9223b
JH
40512 Log: (Retracted by #6660)
40513
40514 Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
a65e9df7
JH
40515 From: Dominic Dunlop <domo@computer.org>
40516 Date: Tue, 15 Aug 2000 22:20:52 +0200
40517 Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
40518 Branch: metaconfig/U/perl
40519 + d_printfed.U
40520 Branch: perl
40521 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
40522 ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
40523 ! t/op/sprintf.t
40524____________________________________________________________________________
40525[ 6644] By: jhi on 2000/08/15 21:17:20
40526 Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
40527 From: abigail@foad.org
40528 Date: 15 Aug 2000 20:12:41 -0000
40529 Message-Id: <20000815201241.25556.qmail@foad.org>
40530 Branch: perl
40531 ! INSTALL
40532____________________________________________________________________________
40533[ 6643] By: jhi on 2000/08/15 21:15:28
40534 Log: (an already applied patch)
40535 Branch: perl
40536 ! lib/CGI.pm
40537____________________________________________________________________________
40538[ 6642] By: gsar on 2000/08/15 19:54:05
40539 Log: magic callbacks all need to have same type signature
40540 Branch: perl
40541 ! embed.pl mg.c proto.h
40542____________________________________________________________________________
40543[ 6641] By: jhi on 2000/08/15 17:56:27
40544 Log: Subject: [PATCH] for t/lib/peek.t (was Re: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13)
40545 From: Mike Guy <mjtg@cam.ac.uk>
40546 Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
40547 Date: Tue, 15 Aug 2000 18:26:45 +0100
40548
40549 Only the peek.t part applied, not the hash quality part.
40550 Branch: perl
40551 ! t/lib/peek.t
40552____________________________________________________________________________
40553[ 6640] By: jhi on 2000/08/15 16:37:37
40554 Log: Update Changes.
40555 Branch: perl
40556 ! Changes
40557____________________________________________________________________________
d07241a9
JH
40558[ 6639] By: jhi on 2000/08/15 16:34:55
40559 Log: Missed a file from #6638.
40560 Branch: perl
40561 ! lib/File/Temp.pm
40562____________________________________________________________________________
40563[ 6638] By: jhi on 2000/08/15 16:33:19
40564 Log: Subject: [PATCH perl@6620] cygwin port
40565 From: "Fifer, Eric" <EFifer@sanwaint.com>
40566 Date: Tue, 15 Aug 2000 17:00:49 +0100
40567 Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
40568 Branch: perl
40569 ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
40570____________________________________________________________________________
40571[ 6637] By: jhi on 2000/08/15 16:29:22
40572 Log: Subject: [PATCH] debugger exit code should reflect user exit code
40573 From: Mike Guy <mjtg@cam.ac.uk>
40574 Date: Tue, 15 Aug 2000 16:55:59 +0100
40575 Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
40576 Branch: perl
40577 ! lib/perl5db.pl
40578____________________________________________________________________________
40579[ 6636] By: jhi on 2000/08/15 15:30:58
40580 Log: Update Changes.
40581 Branch: perl
40582 ! Changes
40583____________________________________________________________________________
ceab000c
JH
40584[ 6635] By: jhi on 2000/08/15 15:27:21
40585 Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
40586 Branch: metaconfig
40587 ! U/mkglossary U/mksample
40588 Branch: metaconfig/U/perl
40589 ! Devel.U
40590 Branch: perl
40591 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
40592____________________________________________________________________________
40593[ 6634] By: jhi on 2000/08/15 14:11:55
40594 Log: Don't blow limited stacks, a lower number is enough to
40595 tickle the lookbehind limit.
40596
40597 Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
40598 From: Dominic Dunlop <domo@computer.org>
40599 Date: Tue, 15 Aug 2000 13:51:24 +0200
40600 Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
40601 Branch: perl
40602 ! t/op/regmesg.t
40603____________________________________________________________________________
40604[ 6633] By: jhi on 2000/08/15 14:01:46
40605 Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
40606 From: Mike Guy <mjtg@cam.ac.uk>
40607 Date: Tue, 15 Aug 2000 12:10:50 +0100
40608 Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
40609 Branch: perl
40610 ! utils/perldoc.PL
40611____________________________________________________________________________
40612[ 6632] By: jhi on 2000/08/15 13:58:48
40613 Log: make ok etc also for win32.
40614
40615 Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
40616 From: Prymmer/Kahn <pvhp@best.com>
40617 Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
40618 Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
40619 Branch: perl
40620 ! win32/Makefile
40621____________________________________________________________________________
40622[ 6631] By: jhi on 2000/08/15 13:45:03
40623 Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
40624 Branch: perl
40625 ! lib/Test.pm
40626____________________________________________________________________________
40627[ 6630] By: jhi on 2000/08/15 03:25:09
40628 Log: Update Changes.
40629 Branch: perl
40630 ! Changes
40631____________________________________________________________________________
d8ab2b9d
JH
40632[ 6629] By: jhi on 2000/08/15 03:23:53
40633 Log: magic_regdatum_set() is void, not int.
40634 Branch: perl
40635 ! embed.pl mg.c proto.h
40636____________________________________________________________________________
40637[ 6628] By: jhi on 2000/08/15 03:08:02
40638 Log: Make the user to give up his firstborn, err, to knowingly
40639 verify installing an unstable developer release. Also bump
40640 the release to 5.7.0, but leave a patch tag in the local
40641 patches saying that this is not yet the real thing.
40642 Branch: metaconfig
40643 ! U/modified/Instruct.U
40644 Branch: metaconfig/U/perl
40645 + Devel.U
40646 Branch: perl
40647 ! Configure patchlevel.h
40648____________________________________________________________________________
40649[ 6627] By: jhi on 2000/08/14 22:32:52
40650 Log: README.os2 update.
40651
40652 Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
40653 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
40654 Date: Wed, 02 Aug 2000 21:55:09 -0700
40655 Message-ID: <tsPi5gzkgegX092yn@efn.org>
40656 Branch: perl
40657 ! README.os2
40658____________________________________________________________________________
40659[ 6626] By: jhi on 2000/08/14 21:00:02
40660 Log: Subject: Re: File::Temp problems on VMS in bleedperl
40661 From: Tim Jenness <timj@jach.hawaii.edu>
40662 cc: vmsperl@perl.org
40663 Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
40664 Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
40665 Branch: perl
40666 ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
40667____________________________________________________________________________
40668[ 6625] By: jhi on 2000/08/14 20:52:16
40669 Log: Add SUIDMAIL as was done for the CERT alert.
40670 Branch: perl
40671 ! patchlevel.h
40672____________________________________________________________________________
40673[ 6624] By: jhi on 2000/08/14 20:48:50
40674 Log: Subject: sfio2000
40675 From: Daniel Muino <dmuino@afip.gov.ar>
40676 Date: Mon, 14 Aug 2000 16:58:11 -0300
40677 Message-ID: <20000814165811.B16368@con2-dgi>
40678 Branch: perl
40679 ! perlsdio.h perlsfio.h
40680____________________________________________________________________________
40681[ 6623] By: jhi on 2000/08/14 20:47:36
40682 Log: Subject: warning: storage class after type is obsolescent
40683 From: Daniel Muino <dmuino@afip.gov.ar>
40684 Date: Mon, 14 Aug 2000 16:42:47 -0300
40685 Message-ID: <20000814164247.A16368@con2-dgi>
40686 Branch: perl
40687 ! regcomp.pl regnodes.h
40688____________________________________________________________________________
40689[ 6622] By: jhi on 2000/08/14 20:43:05
40690 Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
40691 From: abigail@foad.org
40692 Date: 14 Aug 2000 20:00:10 -0000
40693 Message-Id: <20000814200010.27271.qmail@foad.org>
40694 Branch: perl
40695 ! Changes
40696____________________________________________________________________________
40697[ 6621] By: jhi on 2000/08/14 15:23:05
40698 Log: Update Changes.
40699 Branch: perl
40700 ! Changes
40701____________________________________________________________________________
81777a03
JH
40702[ 6620] By: jhi on 2000/08/14 15:22:14
40703 Log: Subject: Re: [PATCH] @+, @- readonly
40704 From: Mike Guy <mjtg@cam.ac.uk>
40705 Date: Mon, 14 Aug 2000 15:26:55 +0100
40706 Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
40707 Branch: perl
40708 ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
40709 ! sv.c t/op/pat.t
40710____________________________________________________________________________
40711[ 6619] By: jhi on 2000/08/14 14:12:08
40712 Log: Update Changes.
40713 Branch: perl
40714 ! Changes
40715____________________________________________________________________________
4f8394d5
JH
40716[ 6618] By: jhi on 2000/08/14 14:09:34
40717 Log: For now remove the mail code.
40718 Branch: perl
40719 ! perl.c
40720____________________________________________________________________________
40721[ 6617] By: jhi on 2000/08/14 14:08:28
40722 Log: Drop the eg/ mentions and also mention the recent suidperl thing.
40723 Branch: perl
40724 ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
40725 ! pod/perlfaq8.pod pod/perlsec.pod
40726____________________________________________________________________________
40727[ 6616] By: jhi on 2000/08/14 14:00:11
40728 Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
40729 From: Mike Guy <mjtg@cam.ac.uk>
40730 Date: Mon, 14 Aug 2000 08:26:02 +0100
40731 Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
40732 Branch: perl
40733 ! lib/perl5db.pl
40734____________________________________________________________________________
40735[ 6615] By: jhi on 2000/08/14 13:58:45
40736 Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
40737 From: Mike Guy <mjtg@cam.ac.uk>
40738 Date: Mon, 14 Aug 2000 08:04:22 +0100
40739 Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
40740 Branch: perl
40741 ! gv.c mg.c t/op/pat.t
40742____________________________________________________________________________
40743[ 6614] By: jhi on 2000/08/14 13:56:45
40744 Log: Subject: Test fails / warnings with perl-current #6612
40745 From: Mike Guy <mjtg@cam.ac.uk>
40746 Date: Mon, 14 Aug 2000 07:57:23 +0100
40747 Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
40748 Branch: perl
40749 ! t/lib/b.t t/lib/peek.t
40750____________________________________________________________________________
40751[ 6613] By: jhi on 2000/08/14 13:45:33
40752 Log: VMS configure.com update continues.
40753 Branch: perl
40754 - vms/configure.com
40755 ! MANIFEST configure.com
40756____________________________________________________________________________
40757[ 6612] By: jhi on 2000/08/13 22:13:35
40758 Log: Update Changes.
40759 Branch: perl
40760 ! Changes
40761____________________________________________________________________________
7f53c13a
JH
40762[ 6611] By: jhi on 2000/08/13 16:21:45
40763 Log: Upgrade to CGI 2.71, from Lincoln Stein.
40764 Branch: perl
40765 ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
40766____________________________________________________________________________
40767[ 6610] By: jhi on 2000/08/13 15:09:16
40768 Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
40769 From: Mike Guy <mjtg@cam.ac.uk>
40770 Date: Sun, 13 Aug 2000 13:45:51 +0100
40771 Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
40772 Branch: perl
40773 ! t/op/regmesg.t
40774____________________________________________________________________________
40775[ 6609] By: jhi on 2000/08/13 14:31:26
40776 Log: Andreas says that 1.56 is fine, so reverting back to it.
40777 Branch: perl
40778 ! lib/CPAN.pm
40779____________________________________________________________________________
40780[ 6608] By: jhi on 2000/08/13 05:34:20
40781 Log: Update Changes.
40782 Branch: perl
40783 ! Changes
40784____________________________________________________________________________
ce0d7702
JH
40785[ 6607] By: jhi on 2000/08/13 05:32:01
40786 Log: Put back the \z changes of #5406 to CPAN.pm.
40787 Branch: perl
40788 ! lib/CPAN.pm
40789____________________________________________________________________________
40790[ 6606] By: jhi on 2000/08/13 05:20:16
40791 Log: Fix-n-skip the tests under 5005threads.
40792 Branch: perl
40793 ! t/lib/b.t
40794____________________________________________________________________________
40795[ 6605] By: jhi on 2000/08/13 05:07:48
40796 Log: Fix the test for 5005threads.
40797 Branch: perl
40798 ! t/lib/peek.t
40799____________________________________________________________________________
40800[ 6604] By: jhi on 2000/08/13 03:35:37
40801 Log: Should have deleted this in #6603.
40802 Branch: perl
40803 - vms/subconfigure.com
40804____________________________________________________________________________
40805[ 6603] By: jhi on 2000/08/12 18:29:32
40806 Log: Rewrite of vms/subconfigure.com as configure.com,
40807 from Peter Prymmer and the vmsperl crew.
40808 Branch: perl
40809 + vms/configure.com
40810 ! MANIFEST
40811____________________________________________________________________________
40812[ 6602] By: jhi on 2000/08/11 13:00:01
40813 Log: PlainText.pm is dead.
40814 Branch: perl
40815 - lib/Pod/PlainText.pm
40816 ! MANIFEST
40817____________________________________________________________________________
40818[ 6601] By: jhi on 2000/08/11 04:06:45
40819 Log: Update Changes.
40820 Branch: perl
40821 ! Changes
40822____________________________________________________________________________
7ed149c9
JH
40823[ 6600] By: jhi on 2000/08/11 04:06:10
40824 Log: Add a few missing files, update MANIFEST.
40825 Branch: perl
40826 + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
40827 + lib/Pod/PlainText.pm t/pod/find.t
40828 ! MANIFEST t/op/regmesg.t
40829____________________________________________________________________________
40830[ 6599] By: jhi on 2000/08/11 03:31:10
40831 Log: Add Perl debugging tutorial, regen toc.
40832
40833 Subject: perldebtut.pod
40834 From: Richard Foley <Richard.Foley@m.dasa.de>
40835 Date: Wed, 09 Aug 2000 10:17:15 +0200
40836 Message-id: <3991138B.262247B8@m.dasa.de>
40837 Branch: perl
40838 + pod/perldebtut.pod
40839 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
40840____________________________________________________________________________
40841[ 6598] By: jhi on 2000/08/11 02:48:56
40842 Log: tiny Changes edit
40843 Branch: perl
40844 ! Changes
40845____________________________________________________________________________
40846[ 6597] By: jhi on 2000/08/11 02:39:04
40847 Log: Tests for #6589.
40848
40849 Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
40850 From: simon@brecon.co.uk (Simon Cozens)
40851 Date: 11 Aug 2000 02:24:52 GMT
40852 Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
40853 Branch: perl
40854 ! t/lib/b.t
40855____________________________________________________________________________
40856[ 6596] By: jhi on 2000/08/11 01:50:07
40857 Log: Update Changes.
40858 Branch: perl
40859 ! Changes
40860____________________________________________________________________________
1ddec1b4
JH
40861[ 6595] By: jhi on 2000/08/11 01:47:16
40862 Log: nitfix
40863 Branch: perl
40864 ! Changes
40865____________________________________________________________________________
40866[ 6594] By: jhi on 2000/08/11 01:36:16
40867 Log: Subject: Getting perlio and threads to compile
40868 From: Lupe Christoph <lupe@lupe-christoph.de>
40869 Date: Wed, 9 Aug 2000 11:35:54 +0200
40870 Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
40871
40872 (the Solaris version changes in Configure skipped)
40873 Branch: perl
40874 ! hints/solaris_2.sh thread.h
40875____________________________________________________________________________
40876[ 6593] By: jhi on 2000/08/11 01:30:16
40877 Log: Subject: Re: [ID 20000730.003] utf8::length() bad
40878 From: simon@brecon.co.uk (Simon Cozens)
40879 Date: 1 Aug 2000 06:55:19 GMT
40880 Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
40881 Branch: perl
40882 ! lib/utf8.pm
40883____________________________________________________________________________
40884[ 6592] By: jhi on 2000/08/11 01:26:39
40885 Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
40886 From: Peter Scott <Peter@PeterScott.com>
40887 Date: Thu, 10 Aug 2000 08:23:27 -0700
40888 Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
40889 Branch: perl
40890 ! lib/perl5db.pl
40891____________________________________________________________________________
40892[ 6591] By: jhi on 2000/08/11 01:22:02
40893 Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value
40894 From: Hugo <hv@crypt.compulink.co.uk>
40895 Date: Thu, 10 Aug 2000 19:23:04 +0100
40896 Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
40897 Branch: perl
40898 ! regexec.c t/op/pat.t
40899____________________________________________________________________________
40900[ 6590] By: jhi on 2000/08/11 01:19:19
40901 Log: Preprocessing and postprocessing for File::Find.
40902
40903 Subject: Patch to Find::File.pm to allow alphabetical results
40904 From: Joe Smith <jsmith@inwap.com>
40905 Date: Wed, 9 Aug 2000 02:44:54 -0700
40906 Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
40907 Branch: perl
40908 ! lib/File/Find.pm
40909____________________________________________________________________________
40910[ 6589] By: jhi on 2000/08/11 01:12:39
40911 Log: B::Deparse didn't do sub attributes.
40912
40913 Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
40914 From: simon@brecon.co.uk (Simon Cozens)
40915 Date: 9 Aug 2000 04:49:20 GMT
40916 Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
40917 Branch: perl
40918 ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
40919____________________________________________________________________________
40920[ 6588] By: jhi on 2000/08/11 01:06:40
40921 Log: Subject: debugger "d" command doesnt check line number
40922 From: Mike Guy <mjtg@cam.ac.uk>
40923 Date: Tue, 08 Aug 2000 21:54:29 +0100
40924 Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
40925 Branch: perl
40926 ! lib/perl5db.pl mg.c pod/perldiag.pod
40927____________________________________________________________________________
40928[ 6587] By: jhi on 2000/08/11 00:45:03
40929 Log: sleep(1) does not necessarily return 1.
40930
40931 Subject: [PATCH bleadperl] op/lex_assign.t
40932 From: Hugo <hv@crypt.compulink.co.uk>
40933 Date: Thu, 03 Aug 2000 14:34:22 +0100
40934 Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
40935 Branch: perl
40936 ! t/op/lex_assign.t
40937____________________________________________________________________________
40938[ 6586] By: jhi on 2000/08/11 00:31:50
40939 Log: Document the IO::Select timeout.
40940 Branch: perl
40941 ! ext/IO/lib/IO/Select.pm
40942____________________________________________________________________________
40943[ 6585] By: jhi on 2000/08/11 00:13:54
40944 Log: Forgot contributor.
40945 Branch: perl
40946 ! Changes
40947____________________________________________________________________________
40948[ 6584] By: jhi on 2000/08/11 00:09:19
40949 Log: detypo
40950 Branch: perl
40951 ! Changes
40952____________________________________________________________________________
40953[ 6583] By: jhi on 2000/08/11 00:07:53
40954 Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
40955
40956 Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
40957 From: Mike Guy <mjtg@cam.ac.uk>
40958 Date: Thu, 10 Aug 2000 15:50:54 +0100
40959 Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
40960 Branch: perl
40961 ! sv.c t/op/int.t
40962____________________________________________________________________________
40963[ 6582] By: jhi on 2000/08/10 23:29:32
40964 Log: Update Changes.
40965 Branch: perl
40966 ! Changes
40967____________________________________________________________________________
91e6cb77
JH
40968[ 6581] By: jhi on 2000/08/10 23:26:16
40969 Log: Put back the std @INC thing.
40970 Branch: perl
40971 ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
40972 ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
40973 ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
40974 ! t/lib/gol-oo.t
40975____________________________________________________________________________
40976[ 6580] By: jhi on 2000/08/10 23:03:34
5bb12a20 40977 Log: Update to CGI 2.70, from Lincoln Stein.
91e6cb77
JH
40978 Branch: perl
40979 ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
40980 ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
40981 ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
40982 ! t/lib/cgi-request.t
40983____________________________________________________________________________
40984[ 6579] By: jhi on 2000/08/10 22:41:50
40985 Log: Update to CPAN 1.56, from Andreas König.
40986 Branch: perl
40987 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
40988____________________________________________________________________________
40989[ 6578] By: jhi on 2000/08/10 22:38:13
40990 Log: Update to Pod::Parser 1.17, from Brad Appleton.
40991 Branch: perl
40992 ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
40993 ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
40994 ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
40995 ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
40996 ! t/pod/include.t t/pod/included.t t/pod/lref.t
40997 ! t/pod/multiline_items.t t/pod/nested_items.t
40998 ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
40999 ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
41000 ! t/pod/special_seqs.t
41001____________________________________________________________________________
41002[ 6577] By: jhi on 2000/08/10 22:35:41
41003 Log: Small AUTHORS and MAINTAIN updates. Could do with big updates.
41004 Branch: perl
41005 ! AUTHORS MAINTAIN
41006____________________________________________________________________________
41007[ 6576] By: jhi on 2000/08/10 22:24:54
41008 Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
41009 Branch: perl
41010 + t/lib/gol-oo.t
41011 ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
41012 ! t/lib/gol-compat.t t/lib/gol-linkage.t
41013____________________________________________________________________________
41014[ 6575] By: jhi on 2000/08/10 22:02:07
6b64c7e8 41015 Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
91e6cb77
JH
41016 Branch: perl
41017 ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
41018____________________________________________________________________________
41019[ 6574] By: jhi on 2000/08/10 21:55:03
41020 Log: Iterating perl6 description.
41021 Branch: perl
41022 ! pod/perlfaq1.pod
41023____________________________________________________________________________
41024[ 6573] By: jhi on 2000/08/10 21:48:26
41025 Log: Revert the sv.c part of #6559, a better fix is needed.
41026 Branch: perl
41027 ! sv.c
41028____________________________________________________________________________
41029[ 6572] By: jhi on 2000/08/10 20:33:43
41030 Log: It's the 2ndO'ROSSC.
41031 Branch: perl
41032 ! pod/perlfaq1.pod
41033____________________________________________________________________________
41034[ 6571] By: jhi on 2000/08/10 15:55:48
41035 Log: detypo
41036 Branch: perl
41037 ! pod/perlfaq1.pod
41038____________________________________________________________________________
41039[ 6570] By: jhi on 2000/08/10 14:11:17
41040 Log: An exceptionally sticky typo.
41041 Branch: perl
41042 ! Changes
41043____________________________________________________________________________
41044[ 6569] By: jhi on 2000/08/10 14:09:33
41045 Log: detypo (and test Changes updating script)
41046 Branch: perl
41047 ! Changes
41048____________________________________________________________________________
b6137716
JH
41049[ 6568] By: jhi on 2000/08/10 14:07:07
41050 Log: Update Changes.
41051 Branch: perl
41052 ! Changes
41053____________________________________________________________________________
02237c86 41054[ 6567] By: jhi on 2000/08/10 14:06:19
5a49ee45 41055 Log: Amend the description of Perl6.
02237c86
JH
41056 Subject: [PATCH Perl-5.6.0] perlfaq1.pod
41057 From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
41058 Date: Wed, 9 Aug 2000 22:11:06 -0500
41059 Message-ID: <20000809221106.A12246@chaos.wustl.edu>
41060 Branch: perl
41061 ! pod/perlfaq1.pod
41062____________________________________________________________________________
41063[ 6566] By: jhi on 2000/08/10 13:58:57
41064 Log: Subject: Remove dead entry in perldiag
41065 From: Mike Guy <mjtg@cam.ac.uk>
41066 Date: Thu, 10 Aug 2000 14:19:19 +0100
41067 Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
41068 Branch: perl
41069 ! pod/perldiag.pod
41070____________________________________________________________________________
41071[ 6565] By: jhi on 2000/08/10 13:51:48
41072 Log: Zero entries were skipped, fix from Adrian Goalby
41073 <argoalby@yahoo.co.uk>
41074 Branch: perl
41075 ! lib/unicode/Number.pl lib/unicode/mktables.PL
41076____________________________________________________________________________
41077[ 6564] By: jhi on 2000/08/10 13:00:12
41078 Log: Subject: [PATCH 5.6.0] cygwin port
41079 From: "Fifer, Eric" <EFifer@sanwaint.com>
41080 Date: Thu, 10 Aug 2000 13:15:36 +0100
41081 Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
41082 Branch: perl
41083 ! README.cygwin hints/cygwin.sh
41084____________________________________________________________________________
41085[ 6563] By: jhi on 2000/08/10 12:55:16
41086 Log: Get back into sync with Jeffrey on the enhanced regex warnings.
41087 Branch: perl
41088 ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
41089____________________________________________________________________________
41090[ 6562] By: gsar on 2000/08/10 08:38:39
41091 Log: warn is a macro, avoid using at a variable to avoid warnings
41092 in some configurations; readdir.t is too conservative in
41093 estimating number of *.t's
41094 Branch: perl
41095 ! t/op/readdir.t util.c
41096____________________________________________________________________________
41097[ 6561] By: jhi on 2000/08/09 23:35:42
41098 Log: Update Changes.
41099 Branch: perl
41100 ! Changes
41101____________________________________________________________________________
41df20d4
JH
41102[ 6560] By: jhi on 2000/08/09 23:05:47
41103 Log: Subject: Re: enhanced(?) regex error messages
41104 From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
41105 Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
41106 Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
41107
41108 (plus two small patches sent privately)
41109 (this still seems to leave few test failures)
41110 Branch: perl
41111 + t/op/regmesg.t
41112 ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
41113 ! t/pragma/warn/regcomp
41114____________________________________________________________________________
41115[ 6559] By: jhi on 2000/08/09 20:41:18
fcd15f51 41116 Log: (The fix did work but was not right, retracted in #6573)
41df20d4
JH
41117
41118 Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
41119 From: Christian Kirsch <ck@held.mind.de>
41120 Date: Wed, 9 Aug 2000 17:05:17 +0200
41121 Message-Id: <20000809170517.A25389@held>
41122 Branch: perl
41123 ! sv.c t/pragma/locale.t
41124____________________________________________________________________________
41125[ 6558] By: jhi on 2000/08/08 22:34:08
41126 Log: Tiny updates on the contributors list.
41127 Branch: perl
41128 ! Changes
41129____________________________________________________________________________
41130[ 6557] By: jhi on 2000/08/08 19:34:28
41131 Log: Double check that we have a dirhandle.
41132 Branch: perl
41133 ! util.c
41134____________________________________________________________________________
41135[ 6556] By: jhi on 2000/08/08 19:01:51
41136 Log: Delete eg as agreed at TPC3 (yes, 3). Dusty, obsolete, non-w-clean.
41137 May be repopulated with fresh maintained examples.
41138 Branch: perl
41139 + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
41140 + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
41141 + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
41142 + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
41143 + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
41144 + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
41145 + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
41146 + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
41147 + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
41148 + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
41149 + lib/CGI/eg/wilogo_gif.uu
41150 - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
41151 - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
41152 - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
41153 - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
41154 - eg/cgi/frameset.cgi eg/cgi/index.html
41155 - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
41156 - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
41157 - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
41158 - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
41159 - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
41160 - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
41161 - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
41162 - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
41163 - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
41164 - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
41165 - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
41166 - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
41167 - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
41168 - eg/van/vanish eg/who eg/wrapsuid
41169 ! MANIFEST
41170____________________________________________________________________________
41171[ 6555] By: jhi on 2000/08/08 18:51:08
41172 Log: Delete chat2 as requested by Randal.
41173
41174 Subject: Re: perlfaq8 coyness
41175 From: merlyn@stonehenge.com (Randal L. Schwartz)
41176 Date: 15 May 2000 18:52:42 -0700
41177 Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com>
41178 Branch: perl
41179 - lib/chat2.pl
41180 ! MANIFEST
41181____________________________________________________________________________
41182[ 6554] By: jhi on 2000/08/08 18:31:35
41183 Log: Regen global.sym.
41184 Branch: perl
41185 ! global.sym
41186____________________________________________________________________________
41187[ 6553] By: jhi on 2000/08/08 18:28:13
41188 Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
41189 (either perlbug or p5p ate the original), plus regen
41190 perlapi and perltoc.
41191 Branch: perl
41192 ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
41193 ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
41194 ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
41195 ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
41196 ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
41197 ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
41198 ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
41199 ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
41200 ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
41201 ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
41202____________________________________________________________________________
41203[ 6552] By: jhi on 2000/08/08 18:06:29
41204 Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
41205 From: Mike Guy <mjtg@cam.ac.uk>
41206 Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
41207 Date: Tue, 08 Aug 2000 15:51:27 +0100
41208 Branch: perl
41209 ! doop.c sv.h t/op/join.t t/pragma/overload.t
41210____________________________________________________________________________
41211[ 6551] By: jhi on 2000/08/08 18:01:11
41212 Log: Re-apply #6549.
41213 Branch: perl
41214 ! lib/perl5db.pl
41215____________________________________________________________________________
41216[ 6550] By: jhi on 2000/08/08 17:43:08
41217 Log: Accidental retraction of #6549.
41218 Branch: perl
41219 ! lib/perl5db.pl
41220____________________________________________________________________________
41221[ 6549] By: jhi on 2000/08/08 17:40:04
41222 Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
41223 From: Mike Guy <mjtg@cam.ac.uk>
41224 Date: Mon, 07 Aug 2000 21:49:58 +0100
41225 Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
41226 Branch: perl
41227 ! lib/perl5db.pl
41228____________________________________________________________________________
41229[ 6548] By: jhi on 2000/08/08 17:37:57
41230 Log: Document here-doc better.
41231
41232 Subject: Re: [ID 20000804.003] heredoc in s///e replacement
41233 From: Mike Guy <mjtg@cam.ac.uk>
41234 Date: Mon, 07 Aug 2000 14:02:09 +0100
41235 Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
41236 Branch: perl
41237 ! pod/perldata.pod
41238____________________________________________________________________________
41239[ 6547] By: jhi on 2000/08/08 17:33:34
41240 Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
41241 From: "Randy J. Ray" <rjray@redhat.com>
41242 Date: Mon, 07 Aug 2000 19:12:25 -0700
41243 Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
41244 Branch: perl
41245 ! perl.c pod/perlrun.pod
41246____________________________________________________________________________
41247[ 6546] By: jhi on 2000/08/08 17:29:26
41248 Log: Subject: Re: enhanced(?) regex error messages
41249 From: Hugo <hv@crypt.compulink.co.uk>
41250 Date: Tue, 08 Aug 2000 03:25:51 +0100
41251 Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
41252
41253 plus Capitalize the error messages, plus perldiag them.
41254 Branch: perl
41255 ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
41256____________________________________________________________________________
41257[ 6545] By: jhi on 2000/08/08 13:59:28
41258 Log: Augment #6539 a bit: don't croak if there's magic in the air.
41259
41260 Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
41261 From: Hugo <hv@crypt.compulink.co.uk>
41262 Date: Tue, 08 Aug 2000 03:02:03 +0100
41263 Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
41264 Branch: perl
41265 ! pp.c t/op/bless.t
41266____________________________________________________________________________
41267[ 6544] By: jhi on 2000/08/07 21:11:52
41268 Log: Make the test -w clean.
41269 Branch: perl
41270 ! t/op/bless.t
41271____________________________________________________________________________
41272[ 6543] By: jhi on 2000/08/07 19:49:53
41273 Log: use warnings instead of $^W.
41274 Branch: perl
41275 ! t/op/bless.t
41276____________________________________________________________________________
41277[ 6542] By: jhi on 2000/08/07 17:41:41
41278 Log: Disable a portability warning Because We Know What We Are Doing.
41279 Branch: perl
41280 ! t/op/bless.t
41281____________________________________________________________________________
41282[ 6541] By: jhi on 2000/08/07 17:29:51
41283 Log: Tiny tidying on report_evil_fh().
41284 Branch: perl
41285 ! util.c
41286____________________________________________________________________________
41287[ 6540] By: jhi on 2000/08/07 16:37:38
41288 Log: Make regular expression parse error messages easier to understand.
41289
41290 Subject: Re: enhanced(?) regex error messages
41291 From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
41292 Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
41293 Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
41294 Branch: perl
41295 ! regcomp.c
41296____________________________________________________________________________
41297[ 6539] By: jhi on 2000/08/07 16:12:27
41298 Log: Make bless(REF, REF) a fatal error, add bless tests.
41299
41300 Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
41301 From: Hugo <hv@crypt.compulink.co.uk>
41302 Date: Mon, 07 Aug 2000 16:59:38 +0100
41303 Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
41304 Branch: perl
41305 + t/op/bless.t
41306 ! MANIFEST pod/perldiag.pod pp.c sv.c
41307____________________________________________________________________________
41308[ 6538] By: jhi on 2000/08/07 15:59:43
41309 Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
41310 From: Tim Conrow <tim@spindrift.srl.caltech.edu>
41311 Date: Thu, 3 Aug 2000 14:29:21 -0700
41312 Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
41313 Branch: perl
41314 ! lib/lib_pm.PL
41315____________________________________________________________________________
41316[ 6537] By: jhi on 2000/08/07 15:47:18
41317 Log: Retract #6419 for now since it breaks in AFS and MachTen.
41318 Branch: perl
41319 ! lib/Cwd.pm
41320____________________________________________________________________________
41321[ 6536] By: jhi on 2000/08/07 15:05:29
41322 Log: Plug the security hole described in the Aug 05 2000 bugtraq message
41323 "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
41324 The security hole exists only in suidperls, which isn't
41325 installed or even built by default.
41326 Branch: perl
41327 ! perl.c
41328____________________________________________________________________________
41329[ 6535] By: jhi on 2000/08/07 14:45:14
41330 Log: tr memory corruption fix from Simon Cozens.
41331 Branch: perl
41332 ! doop.c
41333____________________________________________________________________________
41334[ 6534] By: jhi on 2000/08/06 11:38:16
41335 Log: Document a bit that UDP is not what you might think.
41336
41337 Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
41338 From: Lupe Christoph <lupe@lupe-christoph.de>
41339 Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
41340 Date: Mon, 24 Jul 2000 08:59:15 +0200
41341 Branch: perl
41342 ! pod/perlipc.pod
41343____________________________________________________________________________
41344[ 6533] By: jhi on 2000/08/06 11:35:01
41345 Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
41346 From: Jeff Pinyan <jeffp@hut.crusoe.net>
41347 Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
41348 Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
41349 Branch: perl
41350 ! pod/perlfunc.pod
41351____________________________________________________________________________
41352[ 6532] By: jhi on 2000/08/06 03:45:41
41353 Log: Have symbols for the IoTYPEs.
41354 Branch: perl
41355 ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
41356____________________________________________________________________________
41357[ 6531] By: jhi on 2000/08/06 01:33:55
41358 Log: Continue fixing the io warnings. This also
41359 sort of fixes bug ID 20000802.003: the core dump
41360 is no more. Whether the current behaviour is correct
41361 (giving a warning: "Not a format reference"), is another matter.
41362 Branch: perl
41363 ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
41364 ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
41365____________________________________________________________________________
41366[ 6530] By: jhi on 2000/08/05 21:33:12
41367 Log: Change the Policy policy: now -Dprefix= with an existing
41368 Policy.sh and prefix == siteprefix == vendorprefix, then all
41369 of them follow along the new prefix.
41370
41371 Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
41372 From: Andy Dougherty <doughera@lafayette.edu>
41373 Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
41374 Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
41375 Branch: perl
41376 ! Policy_sh.SH
41377____________________________________________________________________________
41378[ 6529] By: jhi on 2000/08/05 18:57:28
41379 Log: Zap lib/Sys directory when cleaning up.
41380 Branch: perl
41381 ! Makefile.SH
41382____________________________________________________________________________
41383[ 6528] By: jhi on 2000/08/05 18:40:44
41384 Log: Essential prototype changes were missing from #6527.
41385 Also make report_evil_fh() more bomb-proof.
41386 Branch: perl
41387 ! embed.h util.c
41388____________________________________________________________________________
41389[ 6527] By: jhi on 2000/08/05 03:22:05
41390 Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
41391 From: "Ronald F. Guilmette" <rfg@monkeys.com>
41392 Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
41393 Message-Id: <200007242247.PAA52177@monkeys.com>
41394 Branch: perl
41395 ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
41396____________________________________________________________________________
41397[ 6526] By: jhi on 2000/08/04 21:23:27
41398 Log: gcc versions might have (parentheses) in them.
41399 Branch: metaconfig/U/perl
41400 ! gccvers.U
41401 Branch: perl
41402 ! Configure config_h.SH
41403____________________________________________________________________________
41404[ 6525] By: jhi on 2000/08/04 20:23:12
41405 Log: Weed buglets pointed out by
41406
41407 From: Lupe Christoph <lupe@lupe-christoph.de>
41408 Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
41409 Date: Fri, 4 Aug 2000 17:34:39 +0200
41410 Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
41411 Branch: metaconfig/U/perl
41412 ! gccvers.U uselfs.U
41413 Branch: perl
41414 ! Configure config_h.SH
41415____________________________________________________________________________
41416[ 6524] By: jhi on 2000/08/04 19:02:08
41417 Log: Warn under -w if lstat(FH) is attempted.
41418
41419 Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
41420 From: "Todd C. Miller" <Todd.Miller@courtesan.com>
41421 Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT)
41422 Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com>
41423 Branch: perl
41424 ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
41425 ! t/pragma/warn/pp_sys
41426____________________________________________________________________________
41427[ 6523] By: jhi on 2000/08/04 12:31:11
41428 Log: Subject: New perlcc, take 2
41429 From: simon@brecon.co.uk (Simon Cozens)
41430 Date: 4 Aug 2000 06:21:04 GMT
41431 Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
41432 Branch: perl
41433 ! utils/perlcc.PL
41434____________________________________________________________________________
41435[ 6522] By: jhi on 2000/08/04 12:26:33
41436 Log: Subject: Re: Array vs. List context
41437 From: Daniel Chetlin <daniel@chetlin.com>
41438 Date: Fri, 4 Aug 2000 00:22:44 -0700
41439 Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
41440 Branch: perl
41441 ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
41442 ! pod/perlfaq4.pod
41443____________________________________________________________________________
41444[ 6521] By: jhi on 2000/08/04 12:22:38
41445 Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
41446 From: Raymund Will <ray@caldera.de>
41447 Date: Fri, 4 Aug 2000 12:07:09 +0200
41448 Message-Id: <20000804120709.A14982@caldera.de>
41449 Branch: perl
41450 ! configure.gnu
41451____________________________________________________________________________
41452[ 6520] By: jhi on 2000/08/04 04:09:06
41453 Log: After the #6519 a warning about stat() is just that,
41454 not about a filetest, which now have their own warning.
41455 Branch: perl
41456 ! pod/perldiag.pod
41457____________________________________________________________________________
41458[ 6519] By: jhi on 2000/08/04 04:06:30
41459 Log: In the warnings call filehandles consistently so;
41460 add "unopened" warning for stat().
41461 Branch: perl
41462 ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
41463 ! t/pragma/warn/pp_sys
41464____________________________________________________________________________
41465[ 6518] By: jhi on 2000/08/04 02:55:35
41466 Log: Subject: Minor tweak to perlvar.pod
41467 From: "Stephen P. Potter" <spp@ds.net>
41468 Date: Tue, 18 Apr 2000 09:26:03 -0400
41469 Message-Id: <200004181326.JAA01560@spp.users.ds.net>
41470 Branch: perl
41471 ! pod/perlvar.pod
41472____________________________________________________________________________
41473[ 6517] By: jhi on 2000/08/04 02:50:08
41474 Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
41475 From: "Clinton Pierce" <cpierce1@ford.com>
41476 Date: Wed, 21 Jul 1999 16:45:31 -0400
41477 Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
41478
41479 Fix by Stephen Potter (visible in the bug db but not in p5p?)
41480 Branch: perl
41481 ! pod/perlfunc.pod pod/perlop.pod
41482____________________________________________________________________________
41483[ 6516] By: jhi on 2000/08/04 02:09:25
41484 Log: This is 6512. Really.
41485 Branch: perl
41486 ! dump.c
41487____________________________________________________________________________
41488[ 6515] By: jhi on 2000/08/04 01:25:50
41489 Log: mention the idea of @( and @)
41490 Branch: perl
41491 ! Todo-5.6
41492____________________________________________________________________________
51c9377f
JH
41493[ 6514] By: bailey on 2000/08/04 01:18:46
41494 Log: YA resync with mainstem, including VMS patches from others
41495 Branch: vmsperl
41496 +> (branch 48 files)
41497 - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
41498 !> (integrate 354 files)
41499____________________________________________________________________________
41df20d4
JH
41500[ 6513] By: jhi on 2000/08/04 01:18:18
41501 Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
41502 From: Mark Dickinson <dickins3@fas.harvard.edu>
41503 Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
41504 Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
41505 Branch: perl
41506 ! t/op/grent.t t/op/pwent.t
41507____________________________________________________________________________
41508[ 6512] By: jhi on 2000/08/04 01:14:06
41509 Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
41510 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
41511 Date: Wed, 02 Aug 2000 10:51:01 +0100
41512 Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
41513 Branch: perl
41514 ! sv.c
41515____________________________________________________________________________
41516[ 6511] By: jhi on 2000/08/04 00:57:00
41517 Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question
41518 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
41519 Date: Thu, 03 Aug 2000 17:20:04 -0700
41520 Message-ID: <0wgi5gzkgqLb092yn@efn.org>
41521 Branch: metaconfig
41522 ! U/modified/Cppsym.U
41523 Branch: perl
41524 ! Configure config_h.SH
41525____________________________________________________________________________
41526[ 6510] By: jhi on 2000/08/04 00:25:28
41527 Log: detypo
41528 Branch: perl
41529 ! Makefile.SH
41530____________________________________________________________________________
41531[ 6509] By: jhi on 2000/08/03 23:43:18
41532 Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
41533 From: Dominic Dunlop <domo@computer.org>
41534 Date: Thu, 3 Aug 2000 22:16:46 +0200
41535 Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
41536 Branch: perl
41537 ! t/op/sprintf.t
41538____________________________________________________________________________
41539[ 6508] By: jhi on 2000/08/03 23:40:37
41540 Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
41541 From: Hugo <hv@crypt.compulink.co.uk>
41542 Date: Thu, 03 Aug 2000 18:25:30 +0100
41543 Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
41544 Branch: perl
41545 ! regcomp.c t/op/re_tests
41546____________________________________________________________________________
41547[ 6507] By: jhi on 2000/08/03 23:38:28
41548 Log: Subject: [PATCH] sv.h documentation - SvLEN
41549 From: Mike Guy <mjtg@cam.ac.uk>
41550 Date: Thu, 03 Aug 2000 14:43:09 +0100
41551 Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
41552 Branch: perl
41553 ! sv.h
41554____________________________________________________________________________
41555[ 6506] By: jhi on 2000/08/03 15:49:14
41556 Log: Disable the fix_pl hack for now.
41557 Branch: perl
41558 ! Makefile.SH
41559____________________________________________________________________________
41560[ 6505] By: jhi on 2000/08/03 13:49:04
41561 Log: Add a URL for FSF.
41562
41563 Subject: Patch for README
41564 From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
41565 Date: Wed, 2 Aug 2000 13:25:09 -0500
41566 Message-ID: <20000802132509.I10379@chaos.wustl.edu>
41567 Branch: perl
41568 ! README
41569____________________________________________________________________________
41570[ 6504] By: jhi on 2000/08/03 13:29:19
41571 Log: Be more informative on what is skipped and why,
41572 also repeat the list at the end.
41573 Branch: perl
41574 ! Porting/p4desc
41575____________________________________________________________________________
41576[ 6503] By: jhi on 2000/08/03 13:07:05
41577 Log: Circumvent the removal of .patch by fix_pl.
41578
41579 Subject: Re: [ID 20000802.011] unable to 'make test'
41580 From: simon@brecon.co.uk (Simon Cozens)
41581 Date: 3 Aug 2000 04:17:00 GMT
41582 Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org>
41583 Branch: perl
41584 ! Makefile.SH
41585____________________________________________________________________________
51c9377f
JH
41586[ 6502] By: jhi on 2000/08/03 00:14:34
41587 Log: Add the missing setproctitle unit.
41588 Branch: metaconfig/U/perl
41589 + d_setproctitle.U
41590____________________________________________________________________________
41df20d4
JH
41591[ 6501] By: jhi on 2000/08/03 00:00:26
41592 Log: The subtest 4 may fail also on VOBS, as pointed out
41593 by Nick Ing-Simmons in November 1999, bug id 19991124.003
41594 (but the failure in that bug report isn't the subtest 4).
41595 Branch: perl
41596 ! t/op/stat.t
41597____________________________________________________________________________
41598[ 6500] By: jhi on 2000/08/02 23:49:30
41599 Log: Better skip message for the test; one of the two problems in
41600
41601 Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
41602 From: Lupe Christoph <lupe@lupe-christoph.de>
41603 Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
41604 Message-Id: <200002241054.LAA06808@lupe-christoph.de>
41605 Branch: perl
41606 ! t/op/numconvert.t
41607____________________________________________________________________________
41608[ 6499] By: jhi on 2000/08/02 22:49:16
41609 Log: Allow "no Module;" even if there is no 'unimport'.
41610
41611 Subject: [ID 20000324.029] `unimport' is not special the way `import' is
41612 From: mjd@plover.com
41613 Date: 24 Mar 2000 15:24:34 -0000
41614 Message-Id: <20000324152434.15160.qmail@plover.com>
41615 Branch: perl
41616 ! gv.c
41617____________________________________________________________________________
41618[ 6498] By: jhi on 2000/08/02 22:42:58
41619 Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
41620 that are hopefully soon put into use.
41621 Branch: perl
41622 ! opcode.h opcode.pl opnames.h
41623____________________________________________________________________________
41624[ 6497] By: gsar on 2000/08/02 22:28:59
41625 Log: require.t needs binmode() to work on windows
41626 Branch: perl
41627 ! t/comp/require.t
41628____________________________________________________________________________
41629[ 6496] By: jhi on 2000/08/02 22:08:51
41630 Log: Document the IVdf UVuf UVof UVxf.
41631 Branch: perl
41632 ! pod/perlguts.pod
41633____________________________________________________________________________
41634[ 6495] By: jhi on 2000/08/02 21:54:26
41635 Log: detypo #6494
41636 Branch: perl
41637 ! ext/Data/Dumper/Dumper.xs
41638____________________________________________________________________________
41639[ 6494] By: jhi on 2000/08/02 21:49:17
41640 Log: Dump UVs as UVs in Data::Dumper.
41641
41642 Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
41643 From: Gurusamy Sarathy <gsar@ActiveState.com>
41644 Date: Thu, 27 Apr 2000 12:26:25 -0700
41645 Message-Id: <200004271926.MAA04331@molotok.activestate.com>
41646 Branch: perl
41647 ! ext/Data/Dumper/Dumper.xs
41648____________________________________________________________________________
41649[ 6493] By: jhi on 2000/08/02 17:01:58
41650 Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error
41651 From: Hugo <hv@crypt.compulink.co.uk>
41652 Date: Wed, 02 Aug 2000 14:53:56 +0100
41653 Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
41654 Branch: perl
41655 ! regexec.c t/op/re_tests
41656____________________________________________________________________________
41657[ 6492] By: jhi on 2000/08/02 15:02:46
41658 Log: The new setproctitle() feature is available only in
41659 bleeding edge FreeBSD. From Paul Saab.
41660 Branch: perl
41661 ! mg.c
41662____________________________________________________________________________
41663[ 6491] By: jhi on 2000/08/02 13:34:36
41664 Log: The tr utf8 patching continues.
41665
41666 Subject: Re: #6469, too many tests claimed in require.t
41667 From: simon@brecon.co.uk (Simon Cozens)
41668 Date: 2 Aug 2000 02:37:17 GMT
41669 Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
41670
41671 (the logic of the test was the wrong way round in the patch)
41672 Branch: perl
41673 ! doop.c
41674____________________________________________________________________________
41675[ 6490] By: jhi on 2000/08/02 13:27:38
41676 Log: The name of a filehandle does not have <these>.
41677 Branch: perl
41678 ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
41679 ! t/pragma/warn/pp_sys util.c
41680____________________________________________________________________________
41681[ 6489] By: jhi on 2000/08/02 04:26:46
41682 Log: Remove the extraneous "main::" prefix from all the
41683 "opened only for", "on closed", and "never opened" warnings.
41684
41685 Subject: Re: inappropriate warning
41686 From: Gurusamy Sarathy <gsar@ActiveState.com>
41687 Date: Mon, 20 Mar 2000 11:28:02 -0800
41688 Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
41689 Branch: perl
41690 ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
41691 ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
41692 ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
41693____________________________________________________________________________
41694[ 6488] By: jhi on 2000/08/02 03:02:57
41695 Log: memcpy has n o in it, as pinted ut by Sarathy.
41696 Branch: perl
41697 ! pod/perlguts.pod
41698____________________________________________________________________________
41699[ 6487] By: jhi on 2000/08/02 02:44:51
41700 Log: Document in one place the memory abstractions used in Perl core.
41701
41702 Subject: Re: Memory abstraction
41703 From: simon@brecon.co.uk (Simon Cozens)
41704 Date: 2 Aug 2000 02:20:23 GMT
41705 Organization: Earth.li Origins
41706 Branch: perl
41707 ! pod/perlguts.pod
41708____________________________________________________________________________
41709[ 6486] By: jhi on 2000/08/02 02:41:57
41710 Log: regen_headers, regen perltoc.
41711 Branch: perl
41712 ! perlapi.c pod/perltoc.pod
41713____________________________________________________________________________
41714[ 6485] By: jhi on 2000/08/02 01:43:33
41715 Log: "This little thing tests for a file .patch, and if it contains
41716 a number, pops into patchlevel.h" (making it easier to track
41717 which development version people are reporting bugs against)
41718
41719 Subject: Patchlevel autogeneration for repository perls
41720 From: simon@brecon.co.uk (Simon Cozens)
41721 Date: 14 Jul 2000 07:12:15 GMT
41722 Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
41723 Branch: perl
41724 + fix_pl
41725 ! MANIFEST Makefile.SH
41726____________________________________________________________________________
41727[ 6484] By: jhi on 2000/08/02 01:32:54
41728 Log: FreeBSD 3.* updates from
41729
41730 From: Paul Saab <ps@yahoo-inc.com>
41731 Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
41732 Date: Tue, 1 Aug 2000 15:41:39 -0700
41733 Message-Id: <20000801154139.A53740@yahoo-inc.com>
41734 Branch: perl
41735 ! hints/freebsd.sh
41736____________________________________________________________________________
41737[ 6483] By: jhi on 2000/08/02 01:27:44
41738 Log: In new BSDs changes to argv[] do not show up in ps(1) output,
41739 instead one must use setproctitle(). This was already addressed
41740 by change #6457, but the below has a new variant for FreeBSD 4.0
41741 or later, and the matter is also documented more.
41742
41743 From: Paul Saab <ps@yahoo-inc.com>
41744 Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
41745 Date: Tue, 1 Aug 2000 15:41:39 -0700
41746 Message-Id: <20000801154139.A53740@yahoo-inc.com>
41747 Branch: metaconfig/U/perl
41748 + i_libutil.U
41749 Branch: perl
41750 ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
41751____________________________________________________________________________
41752[ 6482] By: jhi on 2000/08/01 22:17:32
41753 Log: The test from this
41754
41755 Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
41756 Date: Sat, 15 Apr 2000 17:03:44 +0100
41757 From: Tom Hughes <tom@compton.nu>
41758 Message-ID: <d1c9b2af49.tom@compton.compton.nu>
41759
41760 was missing, the code change went in as #5989
41761 (which had a different test?)
41762 Branch: perl
41763 ! t/op/misc.t
41764____________________________________________________________________________
41765[ 6481] By: jhi on 2000/08/01 21:48:38
41766 Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
41767 From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
41768 Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
41769 Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
41770 Branch: perl
41771 ! perl.h
41772____________________________________________________________________________
41773[ 6480] By: jhi on 2000/08/01 18:05:28
41774 Log: Make p4desc to skip non-mainperl branches by default.
41775 Branch: perl
41776 ! Porting/p4desc
41777____________________________________________________________________________
41778[ 6479] By: jhi on 2000/08/01 17:29:19
41779 Log: If gccosandvers is equal to osname, clear gccosandvers.
41780 Branch: metaconfig/U/perl
41781 ! gccvers.U
41782 Branch: perl
41783 ! Configure config_h.SH
41784____________________________________________________________________________
41785[ 6478] By: jhi on 2000/08/01 15:54:08
41786 Log: BOM patching from Simon Cozens.
41787 Branch: perl
41788 ! toke.c
41789____________________________________________________________________________
41790[ 6477] By: jhi on 2000/08/01 04:50:33
41791 Log: Stash away the largefiles flags and libswanted.
41792 Branch: perl
41793 ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
41794____________________________________________________________________________
41795[ 6476] By: gsar on 2000/08/01 04:24:24
41796 Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
41797 on Windows)
41798 Branch: perl
41799 ! t/pragma/utf8.t utf8.c win32/win32.c
41800____________________________________________________________________________
41801[ 6475] By: jhi on 2000/08/01 03:35:24
41802 Log: Make chr() for values >127 to create utf8 when under utf8.
41803
41804 Subject: Re: uft8/chr()
41805 From: simon@brecon.co.uk (Simon Cozens)
41806 Date: 1 Aug 2000 02:37:02 GMT
41807 Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
41808 Branch: perl
41809 ! pod/perlfunc.pod pp.c t/pragma/utf8.t
41810____________________________________________________________________________
41811[ 6474] By: jhi on 2000/08/01 02:36:18
41812 Log: In Digital UNIX warn if gcc explicitly chosen because even
41813 2.95.2 is known to cause problems.
41814 Branch: perl
41815 ! hints/dec_osf.sh
41816____________________________________________________________________________
41817[ 6473] By: jhi on 2000/08/01 02:00:56
41818 Log: Make the safety catch for buggy gccs work with triple version
41819 numbers like 2.95.2. Reported in
41820
41821 Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
41822 From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
41823 Date: Mon, 31 Jul 2000 14:55:06 +0200
41824 Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
41825 Branch: perl
41826 ! hints/dec_osf.sh
41827____________________________________________________________________________
41828[ 6472] By: jhi on 2000/08/01 01:13:33
41829 Log: Subject: fix and question re: waitpid() under win32
41830 From: Brian Clarke <clarke@appliedmeta.com>
41831 Date: Fri, 28 Jul 2000 15:18:29 -0400
41832 Message-ID: <3981DC85.290314EB@appliedmeta.com>
41833
41834 Slightly reformatted and WNOHANG # define moved to win32.h
41835 so that also POSIX.xs sees it, as suggsted by Sarathy.
41836 Branch: perl
41837 ! win32/win32.c win32/win32.h
41838____________________________________________________________________________
41839[ 6471] By: jhi on 2000/08/01 00:55:05
41840 Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
41841 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
41842 Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
41843 Date: Mon, 31 Jul 2000 13:28:51 +0100
41844
41845 (aka ID 20000730.002)
41846 Branch: perl
41847 ! op.c t/op/tr.t
41848____________________________________________________________________________
41849[ 6470] By: jhi on 2000/07/31 23:34:42
41850 Log: Document the problem with -P in HP-UX and its workaround.
41851
41852 Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
41853 From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
41854 Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
41855 Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
41856 Branch: perl
41857 ! README.hpux
41858____________________________________________________________________________
41859[ 6469] By: jhi on 2000/07/31 04:15:02
41860 Log: The swallow_bom() saga continues. The #23 of require.t
41861 (UTF16-LE) still fails (silently, no output) but the #22
41862 (UTF16-BE) seems to be working now. The root of the
41863 failure may be in sv_gets(): is it UTF-16LE-aware,
41864 especially when it comes to line endings?
41865 Branch: perl
41866 ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
41867 ! t/comp/require.t toke.c utf8.c
41868____________________________________________________________________________
41869[ 6468] By: jhi on 2000/07/30 19:05:48
41870 Log: Find green threads before native threads.
41871
41872 Subject: Re: Patch to jpl/JNI/Makefile.PL
41873 From: Jens Thomsen <jens@fiend.cis.com>
41874 Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
41875 Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
41876 Branch: perl
41877 ! jpl/JNI/Makefile.PL
41878____________________________________________________________________________
41879[ 6467] By: jhi on 2000/07/30 18:36:22
41880 Log: Fix the HALF_UPGRADE() macro introduced in #6263.
41881 Branch: perl
41882 ! doop.c
41883____________________________________________________________________________
41884[ 6466] By: jhi on 2000/07/30 04:37:29
41885 Log: A new version of the "remove UPPERACSE string comparison"
41886 operators. The problem with the previous one (change #6454)
41887 was that it was for Perl 5.6.0. From Paul Marquess.
41888 Branch: perl
41889 ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
41890 ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
41891 ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
41892____________________________________________________________________________
41893[ 6465] By: jhi on 2000/07/29 22:39:56
41894 Log: Do not upgrade SVs into utf8 just because they participate
41895 in eq or cmp. Reported and fix suggested in
41896
41897 Subject: [ID 20000720.009] sv_eq UTF8 bug
41898 From: "Simon Cozens" <simon@othersideofthe.earth.li>
41899 Date: 21 Jul 2000 04:37:29 -0000
41900 Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
41901
41902 Exercise for the kind reader: should we or should we not
41903 cache the utf8 conversion alonside the SV? (as magic,
41904 as thestrxfrm()ed version is cached under use locale)
41905 Argue both for and against.
41906 Branch: perl
41907 ! sv.c
41908____________________________________________________________________________
41909[ 6464] By: jhi on 2000/07/29 22:36:22
41910 Log: Subject: UTF8 concat
41911 From: simon@brecon.co.uk (Simon Cozens)
41912 Date: 30 Jun 2000 06:13:25 GMT
41913 Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
41914
41915 (with a memory leak fixed, plus a few casts added)
41916
41917 This also seems to help for
41918
41919 Subject: [ID 20000716.015] join UTF8 weirdness
41920 From: root <root@ak-71.mind.de>
41921 Date: Sat, 15 Jul 2000 15:29:54 +0200
41922 Message-Id: <200007151329.PAA13970@ak-71.mind.de>
41923
41924 (from Andreas König)
41925 Branch: perl
41926 ! pp_hot.c
41927____________________________________________________________________________
41928[ 6463] By: jhi on 2000/07/29 00:55:39
41929 Log: Tune the comments and hopefully stop a memory leak.
41930 Branch: perl
41931 ! toke.c utf8.c
41932____________________________________________________________________________
41933[ 6462] By: jhi on 2000/07/29 00:16:53
41934 Log: The problem described in this
41935
41936 Subject: [ID 20000322.018] named chars aren't magical enough
41937 From: root <root@dixie.cscaper.com>
41938 Date: Wed, 22 Mar 2000 18:37:42 -0700
41939 Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
41940
41941 has been fixed in perl 5.6.0 but just in case added a test
41942 to keep it away. (The report from Joseph Hall.)
41943 Branch: perl
41944 ! t/lib/charnames.t
41945____________________________________________________________________________
41946[ 6461] By: jhi on 2000/07/28 23:56:36
41947 Log: Tiny fixes for #6460.
41948 Branch: metaconfig/U/perl
41949 ! gccvers.U
41950 Branch: perl
41951 ! Configure config_h.SH
41952____________________________________________________________________________
41953[ 6460] By: jhi on 2000/07/28 23:24:41
41954 Log: Warn if the version of the operating system used to compile gcc
41955 differs from the current version of the operating system.
41956 Also display the gcc compilation os and version in myconfig.
41957 Inspiration from
41958
41959 Subject: Re: [ID 20000710.003] ERRORS!!
41960 From: "Kurt D. Starsinic" <kstar@chapin.edu>
41961 Date: Mon, 10 Jul 2000 15:54:16 -0400
41962 Message-ID: <20000710155416.A1384@O2.chapin.edu>
41963 Branch: metaconfig/U/perl
41964 ! gccvers.U
41965 Branch: perl
41966 ! Configure config_h.SH myconfig.SH
41967____________________________________________________________________________
41968[ 6459] By: jhi on 2000/07/28 22:00:32
41969 Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
41970 letter to $Config{osvers}.
41971 Branch: metaconfig
41972 ! U/modified/Oldconfig.U
41973 Branch: perl
41974 ! Configure config_h.SH
41975____________________________________________________________________________
41976[ 6458] By: jhi on 2000/07/28 04:15:39
41977 Log: Back out #6454, doesn't seem to work.
41978 (Reason: that patch was for perl 5.6.0, not perl-current)
41979 (A version of the patch for perl-current came in later as #6466)
41980 Branch: perl
41981 ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
41982 ! t/pragma/warn/5nolint t/pragma/warn/7fatal
41983 ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
41984____________________________________________________________________________
41985[ 6457] By: jhi on 2000/07/27 23:31:49
41986 Log: Use setproctitle() if available to modify $0.
41987
41988 Subject: setting $* on BSD4 broken
41989 From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
41990 Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
41991 Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
41992 Branch: metaconfig
41993 ! U/modified/Myinit.U
41994 Branch: perl
41995 ! Configure config_h.SH mg.c
41996____________________________________________________________________________
41997[ 6456] By: jhi on 2000/07/27 14:50:47
41998 Log: Allow "no AutoLoader;", based on change #6444,
41999 suggested by Graham Barr.
42000 Branch: perl
42001 ! lib/AutoLoader.pm
42002____________________________________________________________________________
42003[ 6455] By: jhi on 2000/07/27 14:19:10
42004 Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
42005 From: rspier@pobox.com (Robert Spier)
42006 Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
42007 Message-ID: <14720.15855.787664.424783@rls.cx>
42008 Branch: perl
42009 ! pod/perldiag.pod
42010____________________________________________________________________________
42011[ 6454] By: jhi on 2000/07/27 14:03:02
42012 Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
42013 for a long time).
42014
42015 Reported in
42016
42017 Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
42018 From: Ryan Herbert <rherbert@sycamorehq.com>
42019 Date: Mon, 17 Jul 2000 11:40:42 -0400
42020 Message-Id: <200007171540.LAA20480@beorn.hq.sai>
42021
42022 Patched in
42023
42024 Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
42025 From: "Paul Marquess" <Paul.Marquess@btinternet.com>
42026 Date: Wed, 26 Jul 2000 23:40:18 +0100
42027 Message-ID: <000001bff752$79511880$0a17073e@tiny>
42028
42029 based on an earlier patch from Stephen P. Potter.
42030
42031 (Removed later by change #6458 because this patch was for
42032 perl 5.6.0, not perl-current)
42033 Branch: perl
42034 ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
42035 ! t/pragma/warn/5nolint t/pragma/warn/7fatal
42036 ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
42037____________________________________________________________________________
42038[ 6453] By: jhi on 2000/07/27 13:48:02
42039 Log: Subject: [PATCH] fixes bug 20000508.004
42040 From: Michael Stevens <mstevens@globnix.org>
42041 Date: Thu, 27 Jul 2000 13:49:04 +0100
42042 Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
42043 Branch: perl
42044 ! pod/perldata.pod
42045____________________________________________________________________________
42046[ 6452] By: jhi on 2000/07/26 23:51:26
42047 Log: Further File::Temp patches from Yitzchak Scott-Thoennes
42048 and Craig A. Berry.
42049 Branch: perl
42050 ! lib/File/Temp.pm pod/perlport.pod
42051____________________________________________________________________________
42052[ 6451] By: jhi on 2000/07/26 19:43:30
42053 Log: Be wary of close()s, too.
42054
42055 Subject: Re: [PATCH] perlbug cleanup
42056 From: Tim Jenness <t.jenness@jach.hawaii.edu>
42057 Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
42058 Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
42059 Branch: perl
42060 ! utils/perlbug.PL
42061____________________________________________________________________________
42062[ 6450] By: jhi on 2000/07/26 18:41:40
42063 Log: Subject: Minor doc patch: handy.h
0b3b9d72 42064 From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
41df20d4
JH
42065 Date: Wed, 26 Jul 2000 15:34:25 -0300
42066 Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
42067 Branch: perl
42068 ! handy.h pod/perlapi.pod
42069____________________________________________________________________________
42070[ 6449] By: jhi on 2000/07/26 18:23:55
42071 Log: Subject: [PATCH] minor doc change - perlguts
42072 From: Michael Stevens <mstevens@globnix.org>
42073 Date: Thu, 13 Jul 2000 12:39:18 +0100
42074 Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
42075 Branch: perl
42076 ! pod/perlguts.pod
42077____________________________________________________________________________
42078[ 6448] By: jhi on 2000/07/26 18:20:30
42079 Log: open() wariness in perlbug.
42080
42081 Subject: [PATCH] perlbug cleanup
42082 From: Michael Stevens <mstevens@globnix.org>
42083 Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
42084 Date: Thu, 13 Jul 2000 15:52:23 +0100
42085 Branch: perl
42086 ! utils/perlbug.PL
42087____________________________________________________________________________
42088[ 6447] By: jhi on 2000/07/26 18:13:04
42089 Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
42090 Branch: perl
42091 ! lib/File/Temp.pm t/lib/ftmp-security.t
42092____________________________________________________________________________
42093[ 6446] By: jhi on 2000/07/26 18:06:32
42094 Log: docfix from Peter Scott <Peter@PSDT.com>.
42095 Branch: perl
42096 ! pod/perlfunc.pod
42097____________________________________________________________________________
42098[ 6445] By: jhi on 2000/07/26 17:53:31
42099 Log: Fix *foo{FORMAT}.
42100
42101 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
42102 Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
42103 Date: Wed, 26 Jul 2000 19:51:02 +0200
42104 Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
42105
42106 From: Graham Barr <gbarr@pobox.com>
42107 Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
42108 Date: Wed, 26 Jul 2000 17:38:36 +0100
42109 Message-ID: <20000726173836.L472@pobox.com>
42110 Branch: perl
42111 ! pp.c sv.c t/op/gv.t
42112____________________________________________________________________________
42113[ 6444] By: jhi on 2000/07/26 17:49:14
42114 Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
42115 from Graham Barr in the module list.
42116 Branch: perl
42117 ! gv.c pod/perlobj.pod
42118____________________________________________________________________________
42119[ 6443] By: jhi on 2000/07/26 16:06:56
42120 Log: More split() doc and test patches from Mike Guy.
42121 Branch: perl
42122 ! pod/perlfunc.pod t/op/split.t
42123____________________________________________________________________________
42124[ 6442] By: jhi on 2000/07/26 16:05:30
42125 Log: MacOS nits from Matthias Neeracher.
42126 Branch: perl
42127 ! perl.c pp_ctl.c
42128____________________________________________________________________________
42129[ 6441] By: jhi on 2000/07/26 04:39:57
42130 Log: Subject: [PATCH] split /^/
42131 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
42132 Date: Tue, 25 Jul 2000 14:18:57 +0100
42133 Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
42134
42135 (with notes from tchrist and gbarr)
42136 Branch: perl
42137 ! pod/perlfunc.pod t/op/split.t
42138____________________________________________________________________________
42139[ 6440] By: jhi on 2000/07/26 04:32:32
42140 Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
42141 From: Peter Prymmer <pvhp@forte.com>
42142 Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
42143 Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
42144 Branch: perl
42145 ! vms/munchconfig.c
42146____________________________________________________________________________
42147[ 6439] By: jhi on 2000/07/26 04:31:01
42148 Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
42149 to be fatal errors (instead of by default ignoring them, and
42150 ignoring with a bug: even though -w gave an error, the opening [
42151 was left in) Reported in:
42152
42153 Subject: [ID 20000716.024] [=cc=] / [:blank:]
42154 From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
42155 Date: Sun, 16 Jul 2000 17:55:29 -0700
42156 Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
42157 Branch: perl
42158 ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
42159____________________________________________________________________________
42160[ 6438] By: jhi on 2000/07/25 15:41:15
42161 Log: Subject: [PATCH] av.c apidoc
42162 From: simon@brecon.co.uk (Simon Cozens)
42163 Date: 24 Jul 2000 06:40:52 GMT
42164 Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
42165 Branch: perl
42166 ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
42167 ! perlapi.c perlapi.h pod/perlapi.pod proto.h
42168____________________________________________________________________________
42169[ 6437] By: jhi on 2000/07/25 14:05:36
42170 Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
42171 From: "Stephen P. Potter" <spp@ds.net>
42172 Date: Mon, 24 Jul 2000 14:22:23 -0400
42173 Message-Id: <200007241822.OAA06827@spp.users.ds.net>
42174 Branch: perl
42175 ! pod/perllocale.pod
42176____________________________________________________________________________
42177[ 6436] By: jhi on 2000/07/25 14:02:03
42178 Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
42179 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
42180 Date: Mon, 24 Jul 2000 18:04:28 +0100
42181 Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
42182 Branch: perl
42183 ! t/lib/syslfs.t t/op/lfs.t
42184____________________________________________________________________________
42185[ 6435] By: jhi on 2000/07/25 13:59:28
42186 Log: Get UTF16 BOMs working. Patch from
42187
42188 Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
42189 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
42190 Date: Tue, 25 Jul 2000 12:52:45 +0100
42191 Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
42192
42193 and notes from
42194
42195 Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
42196 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
42197 Date: Tue, 25 Jul 2000 11:43:25 +0100
42198 Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
42199 Branch: perl
42200 ! t/comp/require.t toke.c utf8.c
42201____________________________________________________________________________
42202[ 6434] By: jhi on 2000/07/25 02:39:54
42203 Log: Make the "uninit variable" warning to say "concat or string"
42204 or "join or string" when in concat or join .
42205
42206 Subject: Re: [ID 20000403.009] uninitialised concatenation???
42207 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
42208 Date: Tue, 04 Apr 2000 18:22:58 +0100
42209 Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
42210
42211 Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
42212 From: William R Ward <hermit@BayView.COM>
42213 Date: Thu, 30 Mar 2000 19:50:03 -0800
42214 Message-Id: <200003310350.TAA13319@komodo.bayview.com>
42215 Branch: perl
42216 ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
42217 ! t/pragma/warn/op t/pragma/warn/sv
42218____________________________________________________________________________
42219[ 6433] By: jhi on 2000/07/24 17:52:56
42220 Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
42221 Branch: perl
42222 ! lib/File/Spec/VMS.pm
42223____________________________________________________________________________
42224[ 6432] By: jhi on 2000/07/24 17:44:44
42225 Log: Test cases for #6431.
42226
42227 Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
42228 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
42229 Date: Mon, 24 Jul 2000 15:32:29 +0100
42230 Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
42231 Branch: perl
42232 ! t/op/pat.t t/op/split.t
42233____________________________________________________________________________
42234[ 6431] By: jhi on 2000/07/24 17:43:17
42235 Log: Bind op fix.
42236
42237 Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
42238 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
42239 Date: Mon, 17 Jul 2000 20:04:56 +0100
42240 Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
42241 Branch: perl
42242 ! op.c
42243____________________________________________________________________________
42244[ 6430] By: jhi on 2000/07/24 03:42:42
42245 Log: Subject: [ID 20000716.023] syslog test fails without sockets
42246 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
42247 Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
42248 Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
42249 Branch: metaconfig/U/perl
42250 ! Extensions.U
42251 Branch: perl
42252 ! Configure config_h.SH
42253____________________________________________________________________________
42254[ 6429] By: jhi on 2000/07/24 03:11:52
42255 Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
42256 case, but add also notes explaining the relationship of this
42257 patch and the earlier notes by Sarathy.
42258
42259 Subject: Map is still slow
42260 From: "Ben Tilly" <ben_tilly@hotmail.com>
42261 Date: Sat, 15 Jul 2000 17:23:27 EDT
42262 Message-ID: <20000715212327.21656.qmail@hotmail.com>
42263 Branch: perl
42264 ! pp_ctl.c
42265____________________________________________________________________________
42266[ 6428] By: jhi on 2000/07/24 02:58:52
42267 Log: Documentation to explain the behaviour of map().
42268
42269 Subject: Re: Map is still slow
42270 From: Gurusamy Sarathy <gsar@ActiveState.com>
42271 Date: Sat, 15 Jul 2000 16:05:09 -0700
42272 Message-Id: <200007152305.QAA26887@molotok.activestate.com>
42273 Branch: perl
42274 ! pp_ctl.c
42275____________________________________________________________________________
42276[ 6427] By: jhi on 2000/07/24 02:50:03
42277 Log: Add tests for
42278 [ID 19991110.003] another matching finding by pcre author
42279 which has already been fixed by some patch, as verified in
42280
42281 Subject: Re: two regex bugs from the mists of time (well, last November)
42282 From: Hugo <hv@crypt.compulink.co.uk>
42283 Date: Sat, 22 Jul 2000 18:12:58 +0100
42284 Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
42285 Branch: perl
42286 ! t/op/re_tests
42287____________________________________________________________________________
42288[ 6426] By: jhi on 2000/07/24 02:11:20
42289 Log: A missing 'break' after the [[:space:]] switch case.
42290
42291 Subject: [ID 20000718.006] Missing 'break' in regcomp.c
42292 From: "Stephen P. Potter" <spp@ds.net>
42293 Date: Tue, 18 Jul 2000 16:25:17 -0400
42294 Message-Id: <200007182025.QAA28383@spp.users.ds.net>
42295 Branch: perl
42296 ! regcomp.c
42297____________________________________________________________________________
42298[ 6425] By: jhi on 2000/07/24 02:06:12
42299 Log: The output might have been produced in the wrong order.
42300
42301 Subject: [ID 20000720.003] [PATCH] t/op/write.t
42302 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
42303 Date: Thu, 20 Jul 2000 18:49:18 +0100
42304 Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
42305 Branch: perl
42306 ! t/op/write.t
42307____________________________________________________________________________
42308[ 6424] By: jhi on 2000/07/24 02:00:07
42309 Log: Use STDOUT consistently.
42310
42311 Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
42312 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
42313 Date: Thu, 20 Jul 2000 18:04:01 +0100
42314 Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
42315 Branch: perl
42316 ! lib/Test/Harness.pm
42317____________________________________________________________________________
42318[ 6423] By: jhi on 2000/07/24 01:54:54
42319 Log: Protect against "wild next"s, that is, callbacks doing "next"
42320 instead of "return".
42321
42322 Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
42323 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
42324 Date: Tue, 18 Jul 2000 11:30:16 +0100
42325 Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
42326 Branch: perl
42327 ! lib/File/Find.pm
42328____________________________________________________________________________
42329[ 6422] By: jhi on 2000/07/24 01:35:47
42330 Log: Out-of-date note removed.
42331
42332 Subject: [PATCH] documentation perlipc
42333 From: rspier@pobox.com (Robert Spier)
42334 Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
42335 Message-ID: <14711.35178.572612.502654@rls.cx>
42336 Branch: perl
42337 ! pod/perlipc.pod
42338____________________________________________________________________________
42339[ 6421] By: jhi on 2000/07/24 00:09:18
42340 Log: Send all installperl messages to STDERR and be -w clean.
42341
42342 Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
42343 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
42344 Date: Sat, 22 Jul 2000 14:02:11 +0100
42345 Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
42346 Branch: perl
42347 ! installperl
42348____________________________________________________________________________
42349[ 6420] By: jhi on 2000/07/24 00:04:19
42350 Log: Decutandpasto.
42351
42352 Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
42353 From: "Richard Soderberg" <rs@crystalflame.net>
42354 Date: Sun, 23 Jul 2000 01:37:23 -0700
42355 Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
42356 Branch: perl
42357 ! pod/perlipc.pod
42358____________________________________________________________________________
42359[ 6419] By: jhi on 2000/07/24 00:01:12
42360 Log: A cleaner abs_path().
42361 Subject: Re: unix alternative to Cwd.pm
42362 From: Jeff Pinyan <jeffp@crusoe.net>
42363 Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
42364 Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
42365 Branch: perl
42366 ! lib/Cwd.pm
42367____________________________________________________________________________
42368[ 6418] By: jhi on 2000/07/23 23:48:56
42369 Log: Detypo.
42370
42371 Subject: [PATCH perl-current] Typo in hints/powerux.sh
42372 From: "Richard Soderberg" <rs@crystalflame.net>
42373 Date: Sun, 23 Jul 2000 01:27:33 -0700
42374 Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
42375 Branch: perl
42376 ! hints/powerux.sh
42377____________________________________________________________________________
42378[ 6417] By: jhi on 2000/07/17 22:13:31
42379 Log: Subject: SDBM_File documentation
42380 From: mjd@plover.com
42381 Date: 16 Jul 2000 17:41:17 -0000
42382 Message-ID: <20000716174117.18515.qmail@plover.com>
42383 Branch: perl
42384 ! ext/SDBM_File/SDBM_File.pm
42385____________________________________________________________________________
42386[ 6416] By: jhi on 2000/07/17 19:13:26
42387 Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
42388 Branch: perl
42389 ! hints/mpeix.sh mpeix/relink
42390____________________________________________________________________________
42391[ 6415] By: jhi on 2000/07/15 14:11:02
42392 Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
42393 the utf8 'characters' can be more than one octet).
42394
42395 Date: Sat, 15 Jul 2000 00:21:56 +0100
42396 From: Tom Hughes <tom@compton.nu>
42397 Subject: Re: [ID 20000714.002]
42398 Message-ID: <db2334de49.tom@compton.compton.nu>
42399
42400 Reported in
42401
42402 Subject: [ID 20000714.002]
42403 From: "Simon Cozens" <simon@othersideofthe.earth.li>
42404 Date: 14 Jul 2000 15:13:09 -0000
42405 Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
42406 Branch: perl
42407 ! doop.c
42408____________________________________________________________________________
42409[ 6414] By: jhi on 2000/07/15 03:13:41
42410 Log: another VMS build tweak from Peter Prymmer
42411 Branch: perl
42412 ! vms/descrip_mms.template
42413____________________________________________________________________________
42414[ 6413] By: jhi on 2000/07/15 03:10:40
42415 Log: perlvms.pod whitespace cleanup to keep pod utils happy.
42416 Branch: perl
42417 ! vms/perlvms.pod
42418____________________________________________________________________________
42419[ 6412] By: jhi on 2000/07/15 00:31:05
42420 Log: More docs for sv functions.
42421
42422 Subject: [PATCH cfgperl] sv.c apidoc
42423 From: simon@brecon.co.uk (Simon Cozens)
42424 Date: 13 Jul 2000 09:00:20 GMT
42425 Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
42426
42427 Subject: Re: [PATCH cfgperl] sv.c apidoc
42428 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
42429 Date: Thu, 13 Jul 2000 12:27:41 +0100
42430 Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
42431
42432 Subject: Re: [PATCH cfgperl] sv.c apidoc
42433 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
42434 Date: Thu, 13 Jul 2000 13:23:09 +0100
42435 Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
42436
42437 Subject: Re: [PATCH cfgperl] sv.c apidoc
42438 From: simon@brecon.co.uk (Simon Cozens)
42439 Date: 14 Jul 2000 06:51:02 GMT
42440 Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
42441 Branch: perl
42442 ! embed.pl pod/perlapi.pod sv.c
42443____________________________________________________________________________
42444[ 6411] By: jhi on 2000/07/15 00:10:41
42445 Log: lib/b test fixes from Peter Prymmer.
42446 Branch: perl
42447 ! t/lib/b.t
42448____________________________________________________________________________
42449[ 6410] By: jhi on 2000/07/15 00:02:09
42450 Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
42451 From: Hugo <hv@crypt.compulink.co.uk>
42452 Date: Fri, 14 Jul 2000 23:05:20 +0100
42453 Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
42454
42455 Didn't anymore apply, but that point still could use another fix.
42456 Branch: perl
42457 ! pod/perlfunc.pod
42458____________________________________________________________________________
42459[ 6409] By: jhi on 2000/07/14 23:15:15
42460 Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
42461 not in pod, from Peter Prymmer
42462 Branch: perl
42463 ! vms/descrip_mms.template
42464____________________________________________________________________________
42465[ 6408] By: jhi on 2000/07/14 20:35:05
42466 Log: The bug report
42467 [ID 19991110.002] minimal matching discrepancy found by pcre author
42468 seems to have been fixed (though differently from what was suggested
42469 in the report) in 5.6.0. Add tests to keep the bug from reappearing.
42470 Branch: perl
42471 ! t/op/re_tests
42472____________________________________________________________________________
42473[ 6407] By: jhi on 2000/07/14 17:38:08
42474 Log: Fix AutoSplit to use File::Spec the right way in VMS,
42475 from Peter Prymmer.
42476 Branch: perl
42477 ! lib/AutoSplit.pm
42478____________________________________________________________________________
42479[ 6406] By: jhi on 2000/07/14 14:13:22
42480 Log: Merge perlhacktut into perlhack, update perlguts.
42481
42482 Subject: Re: Perlhacktut
42483 From: simon@brecon.co.uk (Simon Cozens)
42484 Date: 14 Jul 2000 06:49:21 GMT
42485 Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
42486
42487 Subject: Re: Perlhacktut
42488 From: simon@brecon.co.uk (Simon Cozens)
42489 Date: 14 Jul 2000 07:09:45 GMT
42490 Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
42491 Branch: perl
42492 ! pod/perlguts.pod pod/perlhack.pod
42493____________________________________________________________________________
51c9377f
JH
42494[ 6405] By: jhi on 2000/07/14 14:02:31
42495 Log: Integrate with Sarathy.
42496 Branch: cfgperl
42497 !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
42498 !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
42499 !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
42500____________________________________________________________________________
41df20d4
JH
42501[ 6404] By: gsar on 2000/07/14 12:15:02
42502 Log: PERL_OBJECT build tweaks
42503 Branch: perl
42504 ! toke.c
42505____________________________________________________________________________
42506[ 6403] By: gsar on 2000/07/14 11:23:41
42507 Log: inconsistent types needs casts
42508 Branch: perl
42509 ! toke.c
42510____________________________________________________________________________
42511[ 6402] By: gsar on 2000/07/14 11:12:04
42512 Log: typos in change#6399, regen headers
42513 Branch: perl
42514 ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
42515____________________________________________________________________________
42516[ 6401] By: gsar on 2000/07/14 10:59:12
42517 Log: typecasts needed for change#6394
42518 Branch: perl
42519 ! toke.c
42520____________________________________________________________________________
42521[ 6400] By: gsar on 2000/07/14 10:49:37
42522 Log: integrate cfgperl contents into mainline
42523 Branch: perl
42524 !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
42525 !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
42526____________________________________________________________________________
42527[ 6399] By: gsar on 2000/07/14 10:38:35
42528 Log: enable UTF-16 filter by default if relevant BOM is seen; various
42529 cleanups (typos, misformatted code, and small bugs)
42530 Branch: perl
42531 ! doop.c embed.pl mg.c op.c pp.c toke.c
42532____________________________________________________________________________
42533[ 6398] By: gsar on 2000/07/14 08:55:38
42534 Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
42535 name suggests anyway)
42536 Branch: perl
42537 ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
42538____________________________________________________________________________
42539[ 6397] By: gsar on 2000/07/14 08:44:33
42540 Log: move new variables to the end of the interpreter structure (for
42541 bincompat in code that doesn't #include XSUB.h)
42542 Branch: perl
42543 ! intrpvar.h
42544____________________________________________________________________________
42545[ 6396] By: gsar on 2000/07/14 08:13:58
42546 Log: MakeMaker should not remove editor backups (*~) on `make clean`
42547 by default (completes change#6383)
42548 Branch: perl
42549 ! lib/ExtUtils/MM_Unix.pm
42550____________________________________________________________________________
51c9377f
JH
42551[ 6395] By: jhi on 2000/07/14 05:20:33
42552 Log: Replace change #6337 with a better one.
42553
42554 Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
42555 From: Hugo <hv@crypt.compulink.co.uk>
42556 Date: Fri, 14 Jul 2000 04:16:20 +0100
42557 Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
42558 Branch: cfgperl
42559 ! regexec.c t/op/re_tests
42560____________________________________________________________________________
42561[ 6394] By: jhi on 2000/07/14 01:33:59
42562 Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
42563 Branch: cfgperl
42564 ! embed.pl global.sym proto.h toke.c
42565____________________________________________________________________________
42566[ 6393] By: jhi on 2000/07/13 23:41:23
42567 Log: remove discarded test
42568 Branch: cfgperl
42569 ! MANIFEST
42570____________________________________________________________________________
42571[ 6392] By: jhi on 2000/07/13 23:32:25
42572 Log: The {multiplier} of a fixed substring was overlooked which
42573 caused a wrong initial search offset for that substring.
42574
42575 Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
42576 From: Hugo <hv@crypt.compulink.co.uk>
42577 Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
42578 Date: Thu, 13 Jul 2000 19:27:13 +0100
42579 Branch: cfgperl
42580 ! regcomp.c t/op/re_tests
42581____________________________________________________________________________
42582[ 6391] By: jhi on 2000/07/13 16:37:42
42583 Log: typo fix from Craig Berry
42584 Branch: cfgperl
42585 ! vms/subconfigure.com
42586____________________________________________________________________________
42587[ 6390] By: jhi on 2000/07/13 13:20:12
42588 Log: Integrate with Sarathy.
42589 Branch: cfgperl
42590 - t/op/method2entersub.t
42591 !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
42592 !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
42593 !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
42594 !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
42595____________________________________________________________________________
42596[ 6389] By: jhi on 2000/07/13 13:18:48
42597 Log: Detypo from Peter Prymmer, part of #6388.
42598 Branch: cfgperl
42599 ! Configure config_h.SH
42600 Branch: metaconfig
42601 ! U/modified/d_longlong.U
42602____________________________________________________________________________
41df20d4
JH
42603[ 6388] By: gsar on 2000/07/13 06:33:40
42604 Log: typos (spotted by Peter Prymmer)
42605 Branch: perl
42606 ! Configure t/lib/english.t
42607____________________________________________________________________________
42608[ 6387] By: gsar on 2000/07/13 05:35:28
42609 Log: new selfloader.t in change#6183 doesn't close DATA handles,
42610 and thus fails to clean up tmp files on dosish platforms
42611 Branch: perl
42612 ! t/lib/selfloader.t
42613____________________________________________________________________________
42614[ 6386] By: gsar on 2000/07/12 21:42:39
42615 Log: sprintf test tweaks (from Dominic Dunlop)
42616 Branch: perl
42617 ! t/op/sprintf.t
42618____________________________________________________________________________
42619[ 6385] By: gsar on 2000/07/12 21:33:46
42620 Log: fix bugs in processing %v-*d and similar format specs (from
42621 Avi Finkel <avi@finkel.org>)
42622 Branch: perl
42623 ! sv.c t/op/sprintf.t
42624____________________________________________________________________________
42625[ 6384] By: gsar on 2000/07/12 16:04:19
42626 Log: readd missing perldelta.pod changes from changes#6339,6376
42627 Branch: perl
42628 ! pod/perldelta.pod
42629____________________________________________________________________________
42630[ 6383] By: gsar on 2000/07/12 16:00:51
42631 Log: don't clobber *.orig files on *clean targets
42632 Branch: perl
42633 ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
42634____________________________________________________________________________
51c9377f
JH
42635[ 6382] By: gsar on 2000/07/12 07:59:12
42636 Log: fix broken integrations in cfgperl
42637 Branch: cfgperl
42638 !> Changes pod/perldelta.pod
42639____________________________________________________________________________
41df20d4
JH
42640[ 6381] By: gsar on 2000/07/12 07:42:17
42641 Log: integrate cfgperl changes into mainline
42642 Branch: perl
42643 ! Changes
42644 !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
42645 !> pod/perlre.pod
42646____________________________________________________________________________
582cc879
GS
42647[ 6380] By: gsar on 2000/07/12 07:31:00
42648 Log: get sprintf.t to adjust properly for 3-digit exponents
c15ecffd 42649 Branch: perl
582cc879 42650 ! t/op/sprintf.t
c15ecffd 42651____________________________________________________________________________
582cc879
GS
42652[ 6379] By: gsar on 2000/07/12 06:40:04
42653 Log: change#6174 needs corresponding change in win32/config_h.PL,
42654 which grovels through config_h.SH to find the config.h name
42655 Branch: perl
42656 ! win32/config_h.PL
42657____________________________________________________________________________
51c9377f
JH
42658[ 6378] By: jhi on 2000/07/12 05:03:59
42659 Log: Do the cc sanity check both before the hints and
42660 after the cc selction.
42661 Branch: cfgperl
42662 ! Configure config_h.SH
42663 Branch: metaconfig
42664 ! U/modified/Oldconfig.U U/modified/cc.U
42665 Branch: metaconfig/U/perl
42666 + Checkcc.U
42667____________________________________________________________________________
42668[ 6377] By: jhi on 2000/07/12 02:49:22
42669 Log: Fix nits noticed by Boston.pm.
42670 Branch: cfgperl
42671 ! pod/perlre.pod
42672____________________________________________________________________________
42673[ 6376] By: jhi on 2000/07/11 21:22:13
42674 Log: Configure cosmetics and perldelta.
42675 Branch: cfgperl
42676 ! Configure config_h.SH pod/perldelta.pod
42677 Branch: metaconfig
42678 ! U/modified/cc.U
42679____________________________________________________________________________
582cc879
GS
42680[ 6375] By: gsar on 2000/07/11 21:17:35
42681 Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
37590e52 42682 Branch: perl
582cc879
GS
42683 ! t/op/sprintf.t win32/Makefile win32/makefile.mk
42684 ! win32/win32sck.c
37590e52 42685____________________________________________________________________________
582cc879
GS
42686[ 6374] By: gsar on 2000/07/11 20:48:50
42687 Log: tweak for build failure under multiplicity
37590e52 42688 Branch: perl
582cc879 42689 ! toke.c
37590e52 42690____________________________________________________________________________
582cc879
GS
42691[ 6373] By: gsar on 2000/07/11 20:37:23
42692 Log: integrate cfgperl changes#6325..6373 into mainline
42693 (NOTE: today's batch of integrations still untested)
37590e52 42694 Branch: perl
582cc879
GS
42695 +> ext/DynaLoader/hints/netbsd.pl
42696 ! Changes
42697 !> (integrate 26 files)
37590e52 42698____________________________________________________________________________
51c9377f
JH
42699[ 6372] By: jhi on 2000/07/11 20:30:36
42700 Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
42701 regen perltoc.
42702 Branch: cfgperl
42703 + pod/perlbook.pod
42704 ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
42705 ! pod/perltoc.pod
42706____________________________________________________________________________
42707[ 6371] By: jhi on 2000/07/11 20:08:56
42708 Log: Minor cleanups on the booklist.
42709 Branch: cfgperl
42710 ! pod/perlfaq2.pod
42711____________________________________________________________________________
42712[ 6370] By: jhi on 2000/07/11 19:31:13
42713 Log: mjd's tr patches "broke" tr/z-Z/z-Z/
42714 Branch: cfgperl
42715 ! t/pragma/overload.t
42716____________________________________________________________________________
c2e66d9e
GS
42717[ 6369] By: gsar on 2000/07/11 19:27:48
42718 Log: integrate cfgperl changes#6293..6324 into mainline
42719 Branch: perl
42720 +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
42721 - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
42722 !> (integrate 30 files)
42723____________________________________________________________________________
42724[ 6368] By: gsar on 2000/07/11 19:18:57
42725 Log: skip integrate of problematic change#6292 from cfgperl into mainline
42726 Branch: perl
42727 !> pp_hot.c
42728____________________________________________________________________________
42729[ 6367] By: gsar on 2000/07/11 19:17:21
42730 Log: integrate cfgperl changes#6288..6290 into mainline
42731 Branch: perl
42732 !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
42733____________________________________________________________________________
42734[ 6366] By: gsar on 2000/07/11 19:11:18
42735 Log: integrate cfgperl changes#6268..6282 into mainline
42736 Branch: perl
42737 !> (integrate 30 files)
42738____________________________________________________________________________
42739[ 6365] By: gsar on 2000/07/11 18:57:00
42740 Log: delete new accidentally branched file
42741 Branch: perl
42742 - t/op/method2entersub.t
42743____________________________________________________________________________
42744[ 6364] By: gsar on 2000/07/11 18:55:13
42745 Log: skip integrate of change#6267 from cfgperl into mainline (the
42746 method call optimization is flawed without additional hints
42747 from user about immutableness of @ISA and no runtime method
42748 definitions)
42749 Branch: perl
42750 +> t/op/method2entersub.t
42751 !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
42752 !> perl.h t/op/sprintf.t xsutils.c
42753____________________________________________________________________________
42754[ 6363] By: gsar on 2000/07/11 18:49:43
42755 Log: integrate cfgperl changes#6261..6266 into mainline
42756 Branch: perl
42757 !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
42758 !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
42759 !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
42760 !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
42761____________________________________________________________________________
42762[ 6362] By: gsar on 2000/07/11 18:43:26
42763 Log: integrate cfgperl changes#6252..6260 into mainline
42764 Branch: perl
42765 !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
42766 !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
42767 !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
42768 !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
42769____________________________________________________________________________
42770[ 6361] By: gsar on 2000/07/11 18:37:12
42771 Log: skip integrate of problematic change#6251 from cfgperl into mainline
42772 Branch: perl
42773 !> lib/Exporter.pm
42774____________________________________________________________________________
42775[ 6360] By: gsar on 2000/07/11 18:34:56
42776 Log: integrate cfgperl change#6250 into mainline
42777 Branch: perl
42778 +> t/op/my_stash.t
42779 !> MANIFEST embed.pl proto.h toke.c
42780____________________________________________________________________________
42781[ 6359] By: gsar on 2000/07/11 18:21:19
42782 Log: integrate cfgperl changes#6242..6249 into mainline
42783 Branch: perl
42784 !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
42785 !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
42786 !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
42787 !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
42788 !> t/lib/peek.t utf8.c
42789____________________________________________________________________________
42790[ 6358] By: gsar on 2000/07/11 18:15:45
42791 Log: skip integrate of problematic change#6241 from cfgperl into mainline
42792 Branch: perl
42793 !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
42794____________________________________________________________________________
51c9377f
JH
42795[ 6357] By: jhi on 2000/07/11 18:15:16
42796 Log: Fix for
42797 Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
42798 From: Roderick Schertler <roderick@argon.org>
42799 Date: Tue, 11 Jul 2000 13:55:05 -0400
42800 Message-Id: <200007111755.NAA05077@jones.argon.org>
42801 Branch: cfgperl
42802 ! doio.c
42803____________________________________________________________________________
42804[ 6356] By: jhi on 2000/07/11 18:12:51
42805 Log: Typo in #6341.
42806 Branch: cfgperl
42807 ! pp_hot.c
42808____________________________________________________________________________
c2e66d9e
GS
42809[ 6355] By: gsar on 2000/07/11 18:12:10
42810 Log: integrate cfgperl changes#6231..6240 into mainline
42811 Branch: perl
42812 +> pod/perlutil.pod
42813 !> (integrate 35 files)
42814____________________________________________________________________________
51c9377f
JH
42815[ 6354] By: jhi on 2000/07/11 18:04:34
42816 Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
42817 From: Dominic Dunlop <domo@computer.org>
42818 Date: Tue, 11 Jul 2000 12:27:33 +0200
42819 Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
42820
42821 Replaces change #6268.
42822 Branch: cfgperl
42823 ! t/op/sprintf.t
42824____________________________________________________________________________
c2e66d9e
GS
42825[ 6353] By: gsar on 2000/07/11 17:59:51
42826 Log: skip integrate of problematic change#6230 from cfgperl into mainline
42827 (a later version of File::Spec is already in mainline)
42828 Branch: perl
42829 !> lib/File/Spec.pm lib/File/Spec/Functions.pm
42830 !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
42831____________________________________________________________________________
42832[ 6352] By: gsar on 2000/07/11 17:57:48
42833 Log: integrate cfgperl changes#6224..6229 into mainline
42834 Branch: perl
42835 +> lib/lib.pm.PL
42836 - lib/lib.pm
42837 !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
42838 !> lib/English.pm op.c t/lib/english.t
42839____________________________________________________________________________
42840[ 6351] By: gsar on 2000/07/11 17:50:10
42841 Log: skip integrate of problematic change#6223 from cfgperl into mainline
42842 Branch: perl
42843 !> doio.c
42844____________________________________________________________________________
42845[ 6350] By: gsar on 2000/07/11 17:48:28
42846 Log: integrate cfgperl changes#6220..6222 into mainline
42847 Branch: perl
42848 !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
42849 !> toke.c utf8.c win32/win32.h
42850____________________________________________________________________________
42851[ 6349] By: gsar on 2000/07/11 17:46:13
42852 Log: skip integrate of problematic changes#6218..6219 from cfgperl into
42853 mainline
42854 Branch: perl
42855 !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
42856 !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
42857 !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
42858____________________________________________________________________________
51c9377f
JH
42859[ 6348] By: jhi on 2000/07/11 17:45:49
42860 Log: README.posix-bc podified from Thomas Dorner.
42861 Branch: cfgperl
42862 ! README.posix-bc
42863____________________________________________________________________________
c2e66d9e
GS
42864[ 6347] By: gsar on 2000/07/11 17:42:04
42865 Log: integrate cfgperl change#6217 into mainline
42866 Branch: perl
42867 !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
42868 !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
42869 !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
42870____________________________________________________________________________
42871[ 6346] By: gsar on 2000/07/11 17:39:37
42872 Log: skip integrate of problematic changes#6211..6212 from cfgperl into
42873 mainline
42874 Branch: perl
42875 !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
42876 !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
42877 !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
42878 !> perlapi.h pod/perlapi.pod
42879____________________________________________________________________________
42880[ 6345] By: gsar on 2000/07/11 17:36:42
42881 Log: integrate cfgperl changes#6207..6210 into mainline
42882 Branch: perl
42883 !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
42884 !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
42885____________________________________________________________________________
42886[ 6344] By: gsar on 2000/07/11 17:31:20
42887 Log: skip integrate of problematic changes#6204..6206 from cfgperl into
42888 mainline
42889 Branch: perl
42890 !> (integrate 40 files)
42891____________________________________________________________________________
42892[ 6343] By: gsar on 2000/07/11 17:19:08
42893 Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
42894 Branch: perl
42895 +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
42896 ! Changes
42897 !> (integrate 34 files)
42898____________________________________________________________________________
51c9377f
JH
42899[ 6342] By: jhi on 2000/07/11 16:05:48
42900 Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
42901 To: perl5-porters@perl.org
42902 From: Karsten Sperling <spiff@phreax.net>
42903 Date: Mon, 10 Jul 2000 15:12:52 +0200
42904 Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
42905 Branch: cfgperl
42906 ! lib/Symbol.pm
42907____________________________________________________________________________
42908[ 6341] By: jhi on 2000/07/11 15:59:23
42909 Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
42910 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
42911 Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
42912 Date: Fri, 07 Jul 2000 17:57:16 +0100
42913 Branch: cfgperl
42914 ! pp_hot.c
42915____________________________________________________________________________
42916[ 6340] By: jhi on 2000/07/11 15:55:47
42917 Log: Subject: Re: format bug report [Patch]
42918 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
42919 Date: Wed, 05 Jul 2000 13:12:52 +0200
42920 Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
42921
42922 Subject: Re: format bug report [Patch]
42923 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
42924 Date: Wed, 05 Jul 2000 14:10:01 +0200
42925 Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
42926 Branch: cfgperl
42927 ! t/op/write.t toke.c
42928____________________________________________________________________________
42929[ 6339] By: jhi on 2000/07/11 13:54:09
42930 Log: Be less forgiving about ambiguous and illegal tr ranges.
42931 Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way
42932 From: Mark-Jason Dominus <mjd@plover.com>
42933 Date: Tue, 04 Jul 2000 10:00:12 -0400
42934 Message-ID: <20000704140012.17772.qmail@plover.com>
42935
42936 Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way
42937 From: Mark-Jason Dominus <mjd@plover.com>
42938 Date: Wed, 05 Jul 2000 09:37:36 -0400
42939 Message-ID: <20000705133736.27293.qmail@plover.com>
42940 Branch: cfgperl
42941 ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
42942____________________________________________________________________________
42943[ 6338] By: jhi on 2000/07/11 13:31:24
42944 Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
42945 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
42946 Date: Tue, 11 Jul 2000 13:50:51 +0100
42947 Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
42948 Branch: cfgperl
42949 ! sv.c
42950____________________________________________________________________________
42951[ 6337] By: jhi on 2000/07/11 13:29:14
42952 Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
42953 From: Hugo <hv@crypt.compulink.co.uk>
42954 Date: Tue, 11 Jul 2000 12:44:50 +0100
42955 Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
42956 Branch: cfgperl
42957 ! regexec.c t/op/re_tests
42958____________________________________________________________________________
42959[ 6336] By: jhi on 2000/07/11 13:26:47
42960 Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
42961 From: simon@brecon.co.uk (Simon Cozens)
42962 Date: 7 Jul 2000 11:26:09 GMT
42963 Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
42964 Branch: cfgperl
42965 ! mg.c
42966____________________________________________________________________________
42967[ 6335] By: jhi on 2000/07/11 13:23:37
42968 Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
42969 From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
42970 Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
42971 Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
42972 Branch: cfgperl
42973 + ext/DynaLoader/hints/netbsd.pl
42974 ! MANIFEST ext/DynaLoader/hints/openbsd.pl
42975____________________________________________________________________________
42976[ 6334] By: jhi on 2000/07/11 13:20:38
42977 Log: Subject: PATCH perlguts.pod: Document D and d magic types
42978 From: mjd@plover.com
42979 Date: 5 Jul 2000 18:01:51 -0000
42980 Message-ID: <20000705180151.29413.qmail@plover.com>
42981 Branch: cfgperl
42982 ! pod/perlguts.pod
42983____________________________________________________________________________
42984[ 6333] By: jhi on 2000/07/11 13:15:51
42985 Log: Precedence goof, fix based on
42986 Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
42987 From: Hugo <hv@crypt.compulink.co.uk>
42988 Date: Tue, 11 Jul 2000 12:52:38 +0100
42989 Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
42990 Branch: cfgperl
42991 ! t/op/taint.t
42992____________________________________________________________________________
42993[ 6332] By: jhi on 2000/07/11 12:40:17
42994 Log: Integrate with Sarathy.
42995 Branch: cfgperl
42996 !> win32/win32sck.c
42997____________________________________________________________________________
42998[ 6331] By: jhi on 2000/07/10 20:14:16
42999 Log: Sprinkle ldlibpath.
43000 Branch: cfgperl
43001 ! pod/Makefile.SH
43002____________________________________________________________________________
43003[ 6330] By: jhi on 2000/07/10 17:54:49
43004 Log: More POSIX.pod tweaks.
43005 Branch: cfgperl
43006 ! ext/POSIX/POSIX.pod
43007____________________________________________________________________________
43008[ 6329] By: jhi on 2000/07/10 14:02:12
43009 Log: Reorder perl.pod once more.
43010 Branch: cfgperl
43011 ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
43012____________________________________________________________________________
0b3b9d72
JH
43013[ 6328] By: gsar on 2000/07/10 07:06:00
43014 Log: accept() leaks memory on windows due to incorrect ordering of
43015 closesocket() and fclose() calls
43016 Branch: perl
43017 ! win32/win32sck.c
37590e52 43018____________________________________________________________________________
25fbdfc0
GS
43019[ 6327] By: gsar on 2000/07/10 06:49:17
43020 Log: winsock options weren't being set in all threads under ithreads
43021 (caused send()s from second and subsequent threads to fail)
37590e52 43022 Branch: perl
25fbdfc0 43023 ! win32/win32sck.c
37590e52 43024____________________________________________________________________________
51c9377f
JH
43025[ 6326] By: jhi on 2000/07/08 02:45:40
43026 Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
43027 was cast to an unsigned (32-bit) integer with wild abandon.
43028 Branch: cfgperl
43029 ! ext/Devel/DProf/DProf.xs
43030____________________________________________________________________________
43031[ 6325] By: jhi on 2000/07/07 18:50:33
43032 Log: Remove perlbook, update perlfaq book listing,
43033 rearrange perl.pod, regenerate perltoc.
43034 Branch: cfgperl
43035 - pod/perlbook.pod
43036 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
43037 ! pod/perlfaq2.pod pod/perltoc.pod
43038____________________________________________________________________________
43039[ 6324] By: jhi on 2000/07/07 14:03:40
43040 Log: Fix the alignment problem in Crays ([ID 20000612.002]).
43041 Branch: cfgperl
43042 ! sv.h toke.c
43043____________________________________________________________________________
43044[ 6323] By: jhi on 2000/07/06 16:03:55
43045 Log: Fix complaints of buildtoc.
43046 Branch: cfgperl
43047 + lib/Win32.pod
43048 - pod/Win32.pod
43049 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
43050____________________________________________________________________________
43051[ 6322] By: jhi on 2000/07/06 15:15:52
43052 Log: Add =head1 NAMEs so that buildtoc is happy.
43053 (The CGI::Util nit reported to Lincoln.)
43054 Branch: cfgperl
43055 ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
43056 ! pod/perltoc.pod
43057____________________________________________________________________________
43058[ 6321] By: jhi on 2000/07/06 03:16:04
43059 Log: Config is being used.
43060 Branch: cfgperl
43061 ! t/op/method.t
43062____________________________________________________________________________
43063[ 6320] By: jhi on 2000/07/06 03:13:13
43064 Log: Integrate with Sarathy.
43065 Branch: cfgperl
43066 !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
43067____________________________________________________________________________
43068[ 6319] By: jhi on 2000/07/06 03:11:46
43069 Log: Autogenerate pod/Makefile and pod/buildtoc.
43070 buildtoc also checks whether the existin pods are
43071 mentioned in MANIFEST and perl.pod, and vice versa.
43072 (None of the thusly found discrepancies fixed yet.)
43073 roffitall also needs to be autogenerated similarly but it
43074 seems so badly out of date that I didn't touch it yet.
43075 Branch: cfgperl
43076 + pod/Makefile.SH pod/buildtoc.PL
43077 - pod/Makefile pod/buildtoc
43078 ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
43079____________________________________________________________________________
25fbdfc0
GS
43080[ 6318] By: gsar on 2000/07/05 22:10:54
43081 Log: fix UNC path handling on Windows under ithreads, and chdir()
43082 return value when given a non-existent directory
37590e52 43083 Branch: perl
25fbdfc0 43084 ! win32/vdir.h
37590e52 43085____________________________________________________________________________
25fbdfc0
GS
43086[ 6317] By: gsar on 2000/07/05 22:08:19
43087 Log: winsock cleanup never done on Windows (leads to handle leaks)
37590e52 43088 Branch: perl
25fbdfc0 43089 ! win32/perllib.c win32/win32sck.c
37590e52 43090____________________________________________________________________________
25fbdfc0
GS
43091[ 6316] By: gsar on 2000/07/05 22:06:19
43092 Log: some debugger output does not go to the socket when RemotePort is set
37590e52 43093 Branch: perl
25fbdfc0 43094 ! lib/perl5db.pl
37590e52 43095____________________________________________________________________________
51c9377f
JH
43096[ 6315] By: jhi on 2000/07/05 00:25:21
43097 Log: Integrate with Sarathy, preliminary fix for unicos
43098 alignment problems in [ID 20000612.002] Perl problem on Cray system.
43099 Branch: cfgperl
43100 ! sv.h
43101 !> pp_hot.c
43102____________________________________________________________________________
25fbdfc0
GS
43103[ 6314] By: gsar on 2000/07/04 23:34:02
43104 Log: tyop in change#6306
43105 Branch: perl
43106 ! pp_hot.c
37590e52 43107____________________________________________________________________________
51c9377f
JH
43108[ 6313] By: jhi on 2000/07/04 22:14:38
43109 Log: Multiline string literals ENONPORTABLE.
43110 Branch: cfgperl
43111 ! pp_hot.c
43112____________________________________________________________________________
43113[ 6312] By: jhi on 2000/07/04 20:34:44
43114 Log: Integrate with Sarathy.
43115 Branch: cfgperl
43116 !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
43117 !> t/op/method.t
43118____________________________________________________________________________
43119[ 6311] By: jhi on 2000/07/04 20:30:56
43120 Log: More POSIX.pod embellishment.
43121 Branch: cfgperl
43122 ! ext/POSIX/POSIX.pod
43123____________________________________________________________________________
25fbdfc0
GS
43124[ 6310] By: gsar on 2000/07/04 17:28:48
43125 Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
43126 Branch: perl
43127 ! t/lib/b.t
37590e52 43128____________________________________________________________________________
51c9377f
JH
43129[ 6309] By: jhi on 2000/07/04 17:22:18
43130 Log: The #6308 required a little bit more.
43131 Branch: cfgperl
43132 ! Makefile.SH win32/Makefile
43133____________________________________________________________________________
43134[ 6308] By: jhi on 2000/07/04 16:35:24
43135 Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
43136 Branch: cfgperl
43137 + lib/lib_pm.PL
43138 - lib/lib.pm.PL
43139 ! MANIFEST Makefile.SH
43140____________________________________________________________________________
43141[ 6307] By: jhi on 2000/07/04 16:28:58
43142 Log: Win32 patches for cfgperl from Sarathy.
43143 Branch: cfgperl
43144 ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
43145 ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
43146 ! thread.h toke.c util.c win32/Makefile win32/win32.c
43147____________________________________________________________________________
25fbdfc0
GS
43148[ 6306] By: gsar on 2000/07/04 16:28:40
43149 Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
43150 (from Richard Soderberg <rs@oregonnet.com>)
37590e52 43151 Branch: perl
25fbdfc0 43152 ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
37590e52 43153____________________________________________________________________________
51c9377f
JH
43154[ 6305] By: jhi on 2000/07/04 16:24:24
43155 Log: Integrate with Sarathy.
43156 Branch: cfgperl
43157 !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
43158 !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
43159 !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
43160 !> proto.h win32/win32.c
43161____________________________________________________________________________
25fbdfc0
GS
43162[ 6304] By: gsar on 2000/07/04 16:17:24
43163 Log: missing perldiag entry for unpack("w",...) diagnostic (from
43164 Andreas Koenig)
bc38b8f5 43165 Branch: perl
25fbdfc0 43166 ! pod/perldiag.pod
bc38b8f5 43167____________________________________________________________________________
25fbdfc0
GS
43168[ 6303] By: gsar on 2000/07/04 16:14:44
43169 Log: remove rel2abs prototypes (from Barrie Slaymaker)
bc38b8f5 43170 Branch: perl
25fbdfc0
GS
43171 ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
43172 ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
bc38b8f5 43173____________________________________________________________________________
25fbdfc0
GS
43174[ 6302] By: gsar on 2000/07/04 04:59:35
43175 Log: adjust change#6299
bc38b8f5 43176 Branch: perl
25fbdfc0
GS
43177 ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
43178 ! win32/win32.c
bc38b8f5 43179____________________________________________________________________________
51c9377f
JH
43180[ 6301] By: jhi on 2000/07/04 04:50:07
43181 Log: Integrate with Sarathy.
43182 Branch: cfgperl
43183 !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
43184 !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
43185 !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
43186____________________________________________________________________________
25fbdfc0
GS
43187[ 6300] By: gsar on 2000/07/04 04:42:09
43188 Log: PERL_OBJECT build tweak
ee517269 43189 Branch: perl
25fbdfc0 43190 ! perl.h
ee517269 43191____________________________________________________________________________
25fbdfc0
GS
43192[ 6299] By: gsar on 2000/07/04 04:37:00
43193 Log: fix memory leak on Windows (PL_sys_intern contents were never
43194 freed)
ee517269 43195 Branch: perl
25fbdfc0
GS
43196 ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
43197 ! perlapi.c proto.h win32/win32.c
ee517269 43198____________________________________________________________________________
25fbdfc0
GS
43199[ 6298] By: gsar on 2000/07/04 04:15:59
43200 Log: fix large memory leak that has been around for ever, masked by
43201 -DPURIFY (most of the arenas were never freed!)
ee517269 43202 Branch: perl
25fbdfc0 43203 ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
ee517269 43204____________________________________________________________________________
25fbdfc0
GS
43205[ 6297] By: gsar on 2000/07/04 04:07:46
43206 Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
ee517269 43207 Branch: perl
25fbdfc0 43208 ! perl.c
ee517269 43209____________________________________________________________________________
51c9377f
JH
43210[ 6296] By: jhi on 2000/06/30 18:28:37
43211 Log: Elaborate POSIX.pod. Still needs work.
43212 Branch: cfgperl
43213 ! ext/POSIX/POSIX.pod
43214____________________________________________________________________________
43215[ 6295] By: jhi on 2000/06/30 14:58:18
43216 Log: Point to perlipc for more SysV IPC examples.
43217 Branch: cfgperl
43218 ! pod/perlfunc.pod
43219____________________________________________________________________________
25fbdfc0
GS
43220[ 6294] By: gsar on 2000/06/30 14:47:45
43221 Log: slurp mode fix in change#4736 still not quite right
43222 Branch: perl
43223 ! pp_hot.c t/io/argv.t
ee517269 43224____________________________________________________________________________
51c9377f
JH
43225[ 6293] By: jhi on 2000/06/30 12:02:55
43226 Log: Integrate with Sarathy.
43227 Branch: cfgperl
43228 !> cop.h pp_ctl.c pp_hot.c t/op/args.t
43229____________________________________________________________________________
43230[ 6292] By: jhi on 2000/06/30 12:01:11
43231 Log: From: simon@brecon.co.uk (Simon Cozens)
43232 Subject: UTF8 concat
43233 Date: 30 Jun 2000 06:13:25 GMT
43234 Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
43235 Branch: cfgperl
43236 ! pp_hot.c
43237____________________________________________________________________________
43238[ 6291] By: gsar on 2000/06/30 04:37:33
43239 Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
43240 when @_ is modified, causing coredumps
43241 Branch: perl
43242 ! cop.h pp_ctl.c pp_hot.c t/op/args.t
43243____________________________________________________________________________
43244[ 6290] By: jhi on 2000/06/30 02:21:44
43245 Log: Integrate with Sarathy.
43246 Branch: cfgperl
43247 !> vms/vms.c vms/vmsish.h
43248____________________________________________________________________________
43249[ 6289] By: jhi on 2000/06/30 02:21:02
43250 Log: Check VERSIONs.
43251 Branch: cfgperl
43252 ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
43253 ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
43254 ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
43255____________________________________________________________________________
43256[ 6288] By: jhi on 2000/06/30 02:18:52
43257 Log: Integrate with Sarathy.
43258 Branch: cfgperl
43259 !> ext/Opcode/Opcode.xs lib/File/Spec.pm
43260 !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
43261 !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
43262 !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
43263____________________________________________________________________________
43264[ 6287] By: gsar on 2000/06/30 02:17:08
43265 Log: integrate vmsperl changes into mainline
43266 Branch: perl
43267 !> vms/vms.c vms/vmsish.h
43268____________________________________________________________________________
43269[ 6285] By: gsar on 2000/06/30 02:05:28
43270 Log: localize %INC in a Safe compartment so that use/require work
43271 (many other magic globals probably need similar treatment)
43272 Branch: perl
43273 ! ext/Opcode/Opcode.xs
43274____________________________________________________________________________
43275[ 6284] By: gsar on 2000/06/30 01:54:54
43276 Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
43277 about Windows
43278 Branch: perl
43279 ! pod/perlembed.pod
43280____________________________________________________________________________
43281[ 6283] By: jhi on 2000/06/30 01:50:10
43282 Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
43283 From: Barrie Slaymaker <barries@jester.slaysys.com>
43284 Date: Wed, 28 Jun 2000 11:35:29 -0400
43285 Message-Id: <200006281535.LAA21095@jester.slaysys.com>
43286 Branch: perl
43287 ! lib/File/Spec.pm lib/File/Spec/Functions.pm
43288 ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
43289 ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
43290 ! lib/File/Spec/Win32.pm
43291____________________________________________________________________________
43292[ 6282] By: jhi on 2000/06/29 22:57:22
43293 Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
43294 From: Dan Sugalski <dan@sidhe.org>
43295 Date: Tue, 06 Jun 2000 11:59:50 -0400
43296 Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
43297 Branch: cfgperl
43298 ! vms/vms.c
43299____________________________________________________________________________
43300[ 6281] By: jhi on 2000/06/29 22:52:50
43301 Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
43302 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
43303 Date: Wed, 7 Jun 2000 04:02:04 -0500
43304 Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
43305 Branch: cfgperl
43306 ! utils/h2xs.PL
43307____________________________________________________________________________
43308[ 6280] By: jhi on 2000/06/29 22:45:47
43309 Log: Subject: Re: backwards compatibility in h2xs and makemaker [PATCH]
43310 From: rspier@pobox.com (Robert Spier)
43311 Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
43312 Message-ID: <14654.31913.845602.610277@rls.cx>
43313 Branch: cfgperl
43314 ! utils/h2xs.PL
43315____________________________________________________________________________
43316[ 6279] By: jhi on 2000/06/29 22:38:16
43317 Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
43318 From: Tim Ayers <tayers@bridge.com>
43319 Date: Thu, 08 Jun 2000 08:11:06 +0200
43320 Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
43321 [resent by Richard Foley, Message-Id probably wrong]
43322 Branch: cfgperl
43323 ! pod/perlsub.pod
43324____________________________________________________________________________
43325[ 6278] By: jhi on 2000/06/29 22:21:45
43326 Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
43327 From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
43328 Date: Fri, 09 Jun 2000 12:39:27 -0400
43329 Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
43330 (plus update the version "number" of Text::Wrap)
43331 Branch: cfgperl
43332 ! lib/Text/Wrap.pm
43333____________________________________________________________________________
43334[ 6277] By: jhi on 2000/06/29 22:13:10
43335 Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
43336 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
43337 Date: Mon, 12 Jun 2000 14:55:59 +0100
43338 Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
43339 Branch: cfgperl
43340 ! pod/perlfunc.pod
43341____________________________________________________________________________
43342[ 6276] By: jhi on 2000/06/29 22:11:06
43343 Log: Subject: [PATCH] Re: eval documentation: context
43344 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
43345 Date: Mon, 12 Jun 2000 15:07:29 +0100
43346 Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
43347 Branch: cfgperl
43348 ! pod/perlfunc.pod
43349____________________________________________________________________________
43350[ 6275] By: jhi on 2000/06/29 21:59:46
43351 Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
43352 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
43353 Date: Tue, 13 Jun 2000 02:43:48 -0500
43354 Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
43355 Branch: cfgperl
43356 ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
43357____________________________________________________________________________
43358[ 6274] By: jhi on 2000/06/29 21:56:14
43359 Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
43360 From: Andy Dougherty <doughera@lafayette.edu>
43361 Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
43362 Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
43363 Branch: cfgperl
43364 ! ext/File/Glob/Glob.pm
43365____________________________________________________________________________
43366[ 6273] By: jhi on 2000/06/29 21:49:09
43367 Log: Subject: [PATCH] xsub attributes
43368 From: Doug MacEachern <dougm@covalent.net>
43369 Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
43370 Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
43371 Branch: cfgperl
43372 ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
43373 ! objXSUB.h op.c perlapi.c perlapi.h proto.h
43374____________________________________________________________________________
43375[ 6272] By: jhi on 2000/06/29 21:41:28
43376 Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
43377 From: Tom Phoenix <rootbeer@redcat.com>
43378 Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
43379 Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
43380 Branch: cfgperl
43381 ! lib/Net/Ping.pm
43382____________________________________________________________________________
43383[ 6271] By: jhi on 2000/06/29 21:36:55
43384 Log: Subject: PATCH pod/perltie.pod
43385 From: Ian Phillipps <Ian.Phillipps@iname.com>
43386 Date: Fri, 16 Jun 2000 00:17:19 +0100
43387 Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
43388 (only the first hunk, the second hunk had already been done
43389 by some other patch)
43390 Branch: cfgperl
43391 ! pod/perltie.pod
43392____________________________________________________________________________
43393[ 6270] By: jhi on 2000/06/29 21:24:51
43394 Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
43395 From: Nicholas Clark <nick@talking.bollo.cx>
43396 Date: Fri, 23 Jun 2000 16:21:15 +0100
43397 Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
43398 Branch: cfgperl
43399 ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
43400 ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
43401____________________________________________________________________________
43402[ 6269] By: jhi on 2000/06/29 19:38:15
43403 Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
43404 silence few compiler warnings.
43405 Branch: cfgperl
43406 ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
43407____________________________________________________________________________
43408[ 6268] By: jhi on 2000/06/29 18:21:50
43409 Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
43410 From: Dominic Dunlop <domo@computer.org>
43411 Date: Thu, 29 Jun 2000 12:32:39 +0200
43412 Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
43413 Branch: cfgperl
43414 ! t/op/sprintf.t
43415____________________________________________________________________________
43416[ 6267] By: jhi on 2000/06/29 18:16:07
43417 Log: Subject: Re: [PATCH] Re: Speeding up method lookups
43418 From: Doug MacEachern <dougm@covalent.net>
43419 Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
43420 Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
43421 Branch: cfgperl
43422 + t/op/method2entersub.t
43423 ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
43424 ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
43425 ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
43426 ! xsutils.c
43427____________________________________________________________________________
43428[ 6266] By: jhi on 2000/06/29 15:11:15
43429 Log: Subject: [PATCH 5.6.0] cygwin port
43430 Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
43431 From: "Fifer, Eric" <EFifer@sanwaint.com>
43432 Date: Thu, 29 Jun 2000 12:58:29 +0100
43433 Branch: cfgperl
43434 ! cygwin/Makefile.SHs
43435____________________________________________________________________________
43436[ 6265] By: jhi on 2000/06/29 15:04:05
43437 Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
43438 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
43439 Date: Wed, 28 Jun 2000 17:50:12 -0700
43440 Message-ID: <E1pW5gzkg2kV092yn@efn.org>
43441 Branch: cfgperl
43442 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
43443____________________________________________________________________________
43444[ 6264] By: jhi on 2000/06/29 15:00:57
43445 Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
43446 From: Marty Lucich <marty@netcom.com>
43447 Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
43448 Message-Id: <200006282116.OAA11148@netcom.com>
43449 ccdlflags update (the BSD/OS 4.1 part had already been taken
43450 care of by #6141).
43451 Branch: cfgperl
43452 ! hints/bsdos.sh
43453____________________________________________________________________________
43454[ 6263] By: jhi on 2000/06/29 13:47:44
43455 Log: tr fixes from Simon Cozens
43456 Branch: cfgperl
43457 ! doop.c
43458____________________________________________________________________________
43459[ 6262] By: jhi on 2000/06/28 18:46:01
43460 Log: Subject: 5.6.0 Patch for EPOC
43461 From: Olaf Flebbe <o.flebbe@gmx.de>
43462 Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
43463 Message-ID: <23449.960929969@www11.gmx.net>
43464 Branch: cfgperl
43465 ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
43466 ! epoc/epocish.h
43467____________________________________________________________________________
43468[ 6261] By: jhi on 2000/06/28 18:29:07
43469 Log: Subject: Re: [PATCH cfgperl] BOMs away!
43470 From: simon@brecon.co.uk (Simon Cozens)
43471 Date: 17 Jun 2000 11:49:57 GMT
43472 Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
43473 Branch: cfgperl
43474 ! pod/perldiag.pod t/comp/require.t toke.c
43475____________________________________________________________________________
43476[ 6260] By: jhi on 2000/06/28 17:47:16
43477 Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
43478 From: simon@brecon.co.uk (Simon Cozens)
43479 Date: 17 Jun 2000 11:56:44 GMT
43480 Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
43481 pack U0, pack C0
43482 Branch: cfgperl
43483 ! pod/perlfunc.pod pp.c t/op/pack.t
43484____________________________________________________________________________
43485[ 6259] By: jhi on 2000/06/28 16:43:17
43486 Log: perlnewmod was missing from MANIFEST.
43487 Branch: cfgperl
43488 ! MANIFEST
43489____________________________________________________________________________
43490[ 6258] By: jhi on 2000/06/28 15:54:30
43491 Log: linenumber tweak
43492 Branch: cfgperl
43493 ! t/pragma/warn/regcomp
43494____________________________________________________________________________
43495[ 6257] By: jhi on 2000/06/28 15:50:44
43496 Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
43497 From: Doug MacEachern <dougm@covalent.net>
43498 Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
43499 Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
43500 (one part of the patch had been applied earlier)
43501 Branch: cfgperl
43502 ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
43503____________________________________________________________________________
43504[ 6256] By: jhi on 2000/06/28 15:40:22
43505 Log: tweaks from Simon Cozens to further fix tr/// under utf8
43506 Branch: cfgperl
43507 ! doop.c
43508____________________________________________________________________________
43509[ 6255] By: jhi on 2000/06/28 15:33:45
43510 Log: small thinko tweaks
43511 Branch: cfgperl
43512 ! lib/IPC/Open3.pm t/op/my_stash.t
43513____________________________________________________________________________
43514[ 6254] By: jhi on 2000/06/28 15:33:25
43515 Log: Subject: tr///, help wanted.
43516 From: simon@brecon.co.uk (Simon Cozens)
43517 Date: 28 Jun 2000 11:29:04 GMT
43518 Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
43519 Branch: cfgperl
43520 ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
43521 ! pp_proto.h proto.h t/op/tr.t
43522____________________________________________________________________________
43523[ 6253] By: jhi on 2000/06/28 15:09:17
43524 Log: Paranoia tweak on #6249.
43525 Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
43526 From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
43527 Date: Sun, 25 Jun 2000 23:43:12 -0400
43528 Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
43529 Branch: cfgperl
43530 ! lib/IPC/Open3.pm
43531____________________________________________________________________________
43532[ 6252] By: jhi on 2000/06/28 15:01:38
43533 Log: Document #6249 and #6251.
43534 Branch: cfgperl
43535 ! lib/Exporter.pm lib/IPC/Open3.pm
43536____________________________________________________________________________
43537[ 6251] By: jhi on 2000/06/28 14:50:43
43538 Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
43539 From: Doug MacEachern <dougm@covalent.net>
43540 Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
43541 Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
43542 Branch: cfgperl
43543 ! lib/Exporter.pm
43544____________________________________________________________________________
43545[ 6250] By: jhi on 2000/06/28 14:45:23
43546 Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
43547 From: Doug MacEachern <dougm@covalent.net>
43548 Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
43549 Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
43550 Branch: cfgperl
43551 + t/op/my_stash.t
43552 ! MANIFEST embed.pl global.sym proto.h toke.c
43553____________________________________________________________________________
43554[ 6249] By: jhi on 2000/06/28 14:36:34
43555 Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
43556 From: Frank Tobin <ftobin@uiuc.edu>
43557 Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
43558 Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
43559 Branch: cfgperl
43560 ! lib/IPC/Open3.pm
43561____________________________________________________________________________
43562[ 6248] By: jhi on 2000/06/28 14:11:25
43563 Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
43564 From: Mark-Jason Dominus <mjd@plover.com>
43565 Date: Tue, 27 Jun 2000 22:36:42 -0400
43566 Message-ID: <20000628023642.12166.qmail@plover.com>
43567 Branch: cfgperl
43568 ! pod/perlfunc.pod
43569____________________________________________________________________________
43570[ 6247] By: jhi on 2000/06/27 12:46:37
43571 Log: Tweak $VERSION, patch from Doug MacEachern.
43572 Branch: cfgperl
43573 ! lib/File/Spec.pm
43574____________________________________________________________________________
43575[ 6246] By: jhi on 2000/06/27 03:34:46
43576 Log: Allow for standalone testing.
43577 Branch: cfgperl
43578 ! t/lib/filefunc.t t/lib/filespec.t
43579____________________________________________________________________________
43580[ 6245] By: jhi on 2000/06/27 02:50:02
43581 Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
43582 From: Nicholas Clark <nick@Bagpuss.unfortu.net>
43583 Date: Sat, 24 Jun 2000 13:06:20 +0100
43584 Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
43585 Branch: cfgperl
43586 ! ext/DynaLoader/DynaLoader_pm.PL
43587____________________________________________________________________________
43588[ 6244] By: jhi on 2000/06/27 02:46:10
43589 Log: Subject: [PATCH] avoid mg_ptr in '*' magic
43590 From: Doug MacEachern <dougm@covalent.net>
43591 Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
43592 Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
43593 Branch: cfgperl
43594 ! gv.c sv.c t/lib/peek.t
43595____________________________________________________________________________
43596[ 6243] By: jhi on 2000/06/27 02:38:07
43597 Log: Subject: [PATCH] is_utf8_string
43598 From: simon@brecon.co.uk (Simon Cozens)
43599 Date: 26 Jun 2000 02:25:59 GMT
43600 Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
43601 Branch: cfgperl
43602 ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
43603 ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
43604 ! proto.h utf8.c
43605____________________________________________________________________________
43606[ 6242] By: jhi on 2000/06/27 02:24:00
43607 Log: Subject: [PATCH] bytes<->utf8 fixes
43608 From: simon@brecon.co.uk (Simon Cozens)
43609 Date: 26 Jun 2000 04:55:45 GMT
43610 Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
43611 Branch: cfgperl
43612 ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
43613____________________________________________________________________________
43614[ 6241] By: jhi on 2000/06/27 02:12:42
43615 Log: Do no -warn on \_, only on \alpha.
43616 Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
43617 From: David Dyck <dcd@tc.fluke.com>
43618 Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
43619 Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
43620 Branch: cfgperl
43621 ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
43622____________________________________________________________________________
43623[ 6240] By: jhi on 2000/06/27 02:00:01
43624 Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
43625 From: Nicholas Clark <nick@Bagpuss.unfortu.net>
43626 Date: Mon, 26 Jun 2000 18:40:14 +0100
43627 Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
43628 Branch: cfgperl
43629 ! utils/h2xs.PL
43630____________________________________________________________________________
43631[ 6239] By: jhi on 2000/06/27 01:53:40
43632 Log: Configure maintenance. Sever some dependency cycles,
43633 separate gccversion from the cc unit,
43634 address [ID 20000623.006] Configure script patch for using gcc on AIX
43635 (but solve it a little bit differently),
43636 unduplex some accidentally duplicated units,
43637 suggest using gcc if no cc available
43638 (p5p thread: "Solaris configure: counterproposal", 1999-09)
43639 Branch: cfgperl
43640 ! Configure Todo-5.6 config_h.SH
43641 Branch: metaconfig
43642 ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
43643 ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
43644 Branch: metaconfig/U/perl
43645 + gccvers.U
43646 ! d_getespwnam.U d_getprpwnam.U i_prot.U
43647____________________________________________________________________________
43648[ 6238] By: jhi on 2000/06/25 18:04:56
43649 Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
43650 From: Dan Sugalski <dan@sidhe.org>
43651 Date: Fri, 23 Jun 2000 17:00:00 -0400
43652 Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
43653 Branch: cfgperl
43654 ! lib/ExtUtils/MM_VMS.pm vms/vms.c
43655____________________________________________________________________________
43656[ 6237] By: jhi on 2000/06/25 16:36:45
43657 Log: Tweak embed.pl, regen headers.
43658 Branch: cfgperl
43659 ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
43660 ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
43661 ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
43662 ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
43663 ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
43664____________________________________________________________________________
43665[ 6236] By: jhi on 2000/06/25 15:26:42
43666 Log: Regen headers.
43667 Branch: cfgperl
43668 ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
43669 ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
43670 ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
43671 ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
43672 ! regnodes.h warnings.h
43673____________________________________________________________________________
43674[ 6235] By: jhi on 2000/06/23 19:39:35
43675 Log: The thread begun by
43676 Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
43677 From: Kevin.Ruscoe@ubsw.com
43678 Date: Fri, 16 Jun 2000 16:38:51 +0100
43679 Message-Id: <H000019b03c300d6@MHS>
43680 Branch: cfgperl
43681 ! hints/solaris_2.sh
ee517269 43682____________________________________________________________________________
51c9377f
JH
43683[ 6234] By: jhi on 2000/06/23 19:23:36
43684 Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
43685 because when run as services (Win32ese for daemons)
43686 no environment variables are set and tmpdir ends up as /tmp,
43687 which is ambiguous.
43688
43689 Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
43690 From: matt@sergeant.org
43691 Date: 16 Jun 2000 16:30:43 -0000
43692 Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
43693 Branch: cfgperl
43694 ! lib/File/Spec/Win32.pm
ee517269 43695____________________________________________________________________________
51c9377f
JH
43696[ 6233] By: jhi on 2000/06/23 19:18:58
43697 Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
43698 From: Mark-Jason Dominus <mjd@plover.com>
43699 Date: Fri, 16 Jun 2000 20:53:04 -0400
43700 Message-ID: <20000617005304.8008.qmail@plover.com>
43701 Branch: cfgperl
43702 ! op.h
ee517269 43703____________________________________________________________________________
51c9377f
JH
43704[ 6232] By: jhi on 2000/06/23 16:10:02
43705 Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
43706 From: simon@brecon.co.uk (Simon Cozens)
43707 Date: 19 Jun 2000 15:18:27 GMT
43708 Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
43709
43710 plus update pod/Makefile and regenerate perltoc
43711 Branch: cfgperl
43712 + pod/perlutil.pod
43713 ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
ee517269 43714____________________________________________________________________________
51c9377f
JH
43715[ 6231] By: jhi on 2000/06/23 15:19:18
43716 Log: Subject: [PATCH 5.6.0] cygwin port
43717 From: "Fifer, Eric" <EFifer@sanwaint.com>
43718 Date: Tue, 20 Jun 2000 14:30:58 +0100
43719 Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
43720 Branch: cfgperl
43721 ! README.cygwin lib/File/Find.pm
43722____________________________________________________________________________
43723[ 6230] By: jhi on 2000/06/23 14:25:21
43724 Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
43725 Branch: cfgperl
25fbdfc0
GS
43726 ! lib/File/Spec.pm lib/File/Spec/Functions.pm
43727 ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
43728 ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
51c9377f
JH
43729 ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
43730____________________________________________________________________________
43731[ 6229] By: jhi on 2000/06/23 14:13:34
43732 Log: Subject: README.hpux version 0.6.1
43733 Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
43734 From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
43735 Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
43736 Branch: cfgperl
43737 ! README.hpux
43738____________________________________________________________________________
43739[ 6228] By: jhi on 2000/06/23 14:07:20
43740 Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
43741 From: Doug MacEachern <dougm@covalent.net>
43742 Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
43743 Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
43744 Branch: cfgperl
43745 ! op.c
43746____________________________________________________________________________
43747[ 6227] By: jhi on 2000/06/23 14:01:06
43748 Log: Subject: [PATCH] lib.pm -> lib.pm.PL
43749 From: Doug MacEachern <dougm@covalent.net>
43750 Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
43751 Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
43752 Branch: cfgperl
43753 + lib/lib.pm.PL
43754 - lib/lib.pm
43755 ! MANIFEST Makefile.SH
43756____________________________________________________________________________
43757[ 6226] By: jhi on 2000/06/23 13:53:07
43758 Log: Subject: [PATCH] remove forward declarations in Socket.pm
43759 From: Doug MacEachern <dougm@covalent.net>
43760 Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
43761 Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
43762
43763 From: Doug MacEachern <dougm@covalent.net>
43764 Subject: Re: [PATCH] remove forward declarations in Socket.pm
43765 Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
43766 Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
43767 Branch: cfgperl
43768 ! ext/Socket/Socket.pm op.c
43769____________________________________________________________________________
43770[ 6225] By: jhi on 2000/06/23 13:41:52
43771 Log: Add source code filenames to apidoc.
43772 From: simon@brecon.co.uk (Simon Cozens)
43773 Subject: [PATCH embed.pl] Source X-ref
43774 Date: 22 Jun 2000 02:18:49 GMT
43775 Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
43776 Branch: cfgperl
43777 ! embed.pl
43778____________________________________________________________________________
43779[ 6224] By: jhi on 2000/06/23 13:32:33
43780 Log: A way to avoid English.pm performance hit.
43781 From: root <root@jester.slaysys.com>
43782 Subject: [YAPATCH English.pm] My turn to putt again
43783 Date: Thu, 22 Jun 2000 20:33:58 -0400
43784 Message-Id: <200006230033.UAA05960@jester.slaysys.com>
43785 Branch: cfgperl
43786 ! lib/English.pm t/lib/english.t
43787____________________________________________________________________________
43788[ 6223] By: jhi on 2000/06/23 13:27:06
43789 Log: Avoid double close().
43790 Subject: [PATCH] avoid double close()
43791 From: Doug MacEachern <dougm@covalent.net>
43792 Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
43793 Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
43794 Branch: cfgperl
43795 ! doio.c
43796____________________________________________________________________________
43797[ 6222] By: jhi on 2000/06/23 13:25:54
43798 Log: doc typo fix
43799 Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
43800 From: Ian Phillipps <Ian.Phillipps@iname.com>
43801 Date: Fri, 23 Jun 2000 10:40:58 +0100
43802 Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
43803 Branch: cfgperl
43804 ! lib/Pod/Usage.pm
43805____________________________________________________________________________
43806[ 6221] By: jhi on 2000/06/23 13:24:15
43807 Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
43808 From: simon@brecon.co.uk (Simon Cozens)
43809 Subject: [PATCH] Eliminate tr///[CU][CU]
43810 Date: 23 Jun 2000 11:05:40 GMT
43811 Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
43812 Branch: cfgperl
43813 ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
43814____________________________________________________________________________
43815[ 6220] By: jhi on 2000/06/22 16:07:51
43816 Log: Win32 patches from Benjamin Stuhl.
43817 Branch: cfgperl
43818 ! makedef.pl win32/win32.h
43819____________________________________________________________________________
43820[ 6219] By: jhi on 2000/06/22 16:06:34
43821 Log: Bytecode patches from Benjamin Stuhl.
43822 Branch: cfgperl
43823 ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
43824 ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
43825 ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
43826____________________________________________________________________________
43827[ 6218] By: jhi on 2000/06/15 23:54:16
43828 Log: Bytecode patches from Benjamin Stuhl.
43829 Branch: cfgperl
43830 ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
43831____________________________________________________________________________
43832[ 6217] By: jhi on 2000/06/09 13:38:29
43833 Log: Rename the fdpid locking and integrate with Sarathy.
43834 Branch: cfgperl
43835 ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
43836 ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
43837 ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
43838 ! win32/win32.c
43839 !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
ee517269 43840____________________________________________________________________________
25fbdfc0
GS
43841[ 6216] By: gsar on 2000/06/08 14:54:21
43842 Log: be more optimal about clearing @_
bee0ef1e 43843 Branch: perl
25fbdfc0 43844 ! cop.h
bee0ef1e 43845____________________________________________________________________________
25fbdfc0
GS
43846[ 6215] By: gsar on 2000/06/08 14:33:04
43847 Log: tweak comment about @DB::args
bee0ef1e 43848 Branch: perl
25fbdfc0 43849 ! av.h pp_ctl.c
bee0ef1e 43850____________________________________________________________________________
25fbdfc0
GS
43851[ 6214] By: gsar on 2000/06/08 13:57:54
43852 Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
43853 caller() wants to populate @DB::args with it (causes a coredump
43854 in Carp::confess())
bee0ef1e 43855 Branch: perl
25fbdfc0 43856 ! cop.h t/op/runlevel.t
bee0ef1e 43857____________________________________________________________________________
25fbdfc0
GS
43858[ 6213] By: gsar on 2000/06/08 07:06:35
43859 Log: back out change#6106 (seems problematic)
bee0ef1e 43860 Branch: perl
25fbdfc0 43861 ! hints/solaris_2.sh
bee0ef1e 43862____________________________________________________________________________
51c9377f
JH
43863[ 6212] By: jhi on 2000/06/07 03:10:36
43864 Log: Continuing mopup for #6204.
43865 Branch: cfgperl
43866 ! ext/B/defsubs_h.PL
43867____________________________________________________________________________
43868[ 6211] By: jhi on 2000/06/07 02:41:50
43869 Log: Mopup for #6204.
43870 Under the 5005 threads the t/lib/b.t for B::Deparse fails:
43871 Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
43872 This is comes from const() where POK isn't on when expected.
43873 Branch: cfgperl
43874 ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
43875 ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
43876 ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
43877 ! perlapi.h pod/perlapi.pod
43878____________________________________________________________________________
43879[ 6210] By: jhi on 2000/06/07 01:56:29
43880 Log: Mopup for #6207 and #6209.
43881 Branch: cfgperl
43882 ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
43883____________________________________________________________________________
43884[ 6209] By: jhi on 2000/06/07 01:33:12
43885 Log: Lock PL_fdpid against race conditions, based on:
43886 Subject: [PATCH 5.6.0]subprocess fixup for threads
43887 From: Dan Sugalski <dan@sidhe.org>
43888 To: perl5-porters@perl.org
43889 Date: Tue, 11 Apr 2000 17:02:32 -0400
43890 Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
43891 Branch: cfgperl
43892 ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
43893 ! win32/win32.c
43894____________________________________________________________________________
43895[ 6208] By: jhi on 2000/06/07 01:05:23
43896 Log: Regen headers for #6207.
43897 Branch: cfgperl
43898 ! embed.h global.sym objXSUB.h proto.h
43899____________________________________________________________________________
43900[ 6207] By: jhi on 2000/06/06 23:43:13
43901 Log: Subject: [PATCH 5.6.0] Threadsafe patches
43902 From: Dan Sugalski <dan@sidhe.org>
43903 To: perl5-porters@perl.org
43904 Date: Mon, 08 May 2000 18:08:13 -0400
43905 Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
43906 Branch: cfgperl
43907 ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
43908 ! proto.h sv.h util.c
43909____________________________________________________________________________
43910[ 6206] By: jhi on 2000/06/06 23:21:23
43911 Log: Subject: [PATCH] Eliminate $a/$b in pod
43912 From: David Glasser <me@davidglasser.net>
43913 To: perl5-porters@perl.org
43914 Date: Mon, 29 May 2000 21:15:59 -0400
43915 Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
43916 Branch: cfgperl
43917 ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
43918 ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
43919 ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
43920 ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
43921 ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
43922 ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
43923 ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
43924 ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
43925 ! pod/perlvar.pod pod/perlxs.pod
43926____________________________________________________________________________
43927[ 6205] By: jhi on 2000/06/06 23:12:14
43928 Log: Subject: [PATCH] Win32 improvements
43929 From: "Benjamin Stuhl" <sho_pi@hotmail.com>
43930 To: gsar@activestate.com, perl5-porters@perl.org
43931 Date: Mon, 29 May 2000 17:22:24 PDT
43932 Message-ID: <20000530002224.91142.qmail@hotmail.com>
43933 (MUA had mangled many lines by wordwrapping)
43934 Branch: cfgperl
43935 ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
43936____________________________________________________________________________
43937[ 6204] By: jhi on 2000/06/06 23:01:50
43938 Log: Subject: [PATCH] B::Bytecode patches
43939 From: "Benjamin Stuhl" <sho_pi@hotmail.com>
43940 To: gsar@activestate.com, jhi@iki.fi
43941 Cc: perl5-porters@perl.org
43942 Message-ID: <20000602202526.48694.qmail@hotmail.com>
43943 (MUA had mangled many lines by wordwrapping)
43944 Branch: cfgperl
43945 ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
43946 ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
43947 ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
43948 ! intrpvar.h perl.c
43949____________________________________________________________________________
43950[ 6203] By: jhi on 2000/06/06 22:32:43
43951 Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
43952 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
43953 Date: Tue, 06 Jun 2000 13:07:45 -0700
43954 Message-ID: <RoVP5gzkgmTL092yn@efn.org>
43955 Branch: cfgperl
43956 ! pod/perldiag.pod
43957____________________________________________________________________________
43958[ 6202] By: jhi on 2000/06/06 19:38:35
43959 Log: Integrate with Sarathy.
43960 Branch: cfgperl
43961 !> perl.c
43962____________________________________________________________________________
25fbdfc0
GS
43963[ 6201] By: gsar on 2000/06/06 00:42:59
43964 Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
43965 does a PUSHMARK that's never ever POPMARKed; in general, only
43966 Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
43967 Perl_eval_[sp]v() don't because they don't take any incoming
43968 arguments (this leak has been around since the original version
43969 of perl_eval_pv() in 5.003_97e)
bee0ef1e 43970 Branch: perl
25fbdfc0 43971 ! perl.c
bee0ef1e 43972____________________________________________________________________________
51c9377f
JH
43973[ 6200] By: jhi on 2000/06/04 03:44:52
43974 Log: Update to cperl-mode.el 4.31 from
43975 ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
43976 Subject: A couple of notes
43977 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43978 To: Mailing list Perl5 <perl5-porters@perl.org>
43979 Date: Sat, 3 Jun 2000 23:33:32 -0400
43980 Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
43981 Branch: cfgperl
43982 ! emacs/cperl-mode.el
43983____________________________________________________________________________
43984[ 6199] By: jhi on 2000/06/03 15:11:05
43985 Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
43986 From: Dan Sugalski <dan@sidhe.org>
43987 To: perl5-porters@perl.org, vmsperl@perl.org
43988 Date: Fri, 02 Jun 2000 17:30:51 -0400
43989 Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
43990 Branch: cfgperl
43991 ! vms/descrip_mms.template vms/gen_shrfls.pl
43992____________________________________________________________________________
43993[ 6198] By: jhi on 2000/06/03 14:59:15
43994 Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
43995 From: Dan Sugalski <dan@sidhe.org>
43996 To: vmsperl@perl.org, perl5-porters@perl.org
43997 Date: Fri, 02 Jun 2000 16:00:41 -0400
43998 Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
43999 Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
44000 Branch: cfgperl
44001 ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
44002 ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
44003 ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
44004____________________________________________________________________________
44005[ 6197] By: jhi on 2000/06/03 14:41:30
44006 Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
44007 From: John Borwick <jhborwic@unity.ncsu.edu>
44008 Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
44009 Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
44010 Branch: cfgperl
44011 ! pod/perlsyn.pod
44012____________________________________________________________________________
44013[ 6196] By: jhi on 2000/06/03 14:38:09
44014 Log: Integrate with Sarathy.
44015 Branch: cfgperl
44016 !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
44017 !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
44018 !> vms/perly_c.vms
44019____________________________________________________________________________
25fbdfc0
GS
44020[ 6195] By: gsar on 2000/06/02 22:43:13
44021 Log: fix yet another eval"" leak under USE_ITHREADS
bee0ef1e 44022 Branch: perl
25fbdfc0 44023 ! op.c
bee0ef1e 44024____________________________________________________________________________
25fbdfc0
GS
44025[ 6194] By: gsar on 2000/06/02 18:22:06
44026 Log: fix small eval"" memory leaks under USE_ITHREADS
bd05022c 44027 Branch: perl
25fbdfc0
GS
44028 ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
44029 ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
44030 ! vms/perly_c.vms
bd05022c 44031____________________________________________________________________________
51c9377f
JH
44032[ 6193] By: jhi on 2000/06/01 13:03:56
44033 Log: Signals-be-gone for microperl.
44034 Branch: cfgperl
44035 ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
44036____________________________________________________________________________
44037[ 6192] By: jhi on 2000/06/01 12:52:02
44038 Log: Integrate with Sarathy.
44039 Branch: cfgperl
44040 +> lib/Pod/LaTeX.pm t/lib/selfloader.t
44041 !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
44042 !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
44043 !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
44044 !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
44045 !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
44046 !> t/op/vec.t utils/h2xs.PL
44047____________________________________________________________________________
25fbdfc0
GS
44048[ 6191] By: gsar on 2000/06/01 09:38:21
44049 Log: vec() loses numericalness (modified version of patch suggested
44050 by Robin Barker)
bd05022c 44051 Branch: perl
25fbdfc0 44052 ! doop.c t/op/vec.t
bd05022c 44053____________________________________________________________________________
25fbdfc0
GS
44054[ 6190] By: gsar on 2000/06/01 09:26:15
44055 Log: submit missing embed.pl change
bd05022c 44056 Branch: perl
25fbdfc0 44057 ! embed.pl
bd05022c 44058____________________________________________________________________________
25fbdfc0
GS
44059[ 6189] By: gsar on 2000/06/01 09:05:34
44060 Log: counting tr/// corrupts later operation (from M.J.T Guy)
bd05022c 44061 Branch: perl
25fbdfc0 44062 ! doop.c t/op/tr.t
bd05022c 44063____________________________________________________________________________
25fbdfc0
GS
44064[ 6188] By: gsar on 2000/06/01 08:58:39
44065 Log: h2xs tweaks
bd05022c 44066 Branch: perl
25fbdfc0 44067 ! utils/h2xs.PL
bd05022c 44068____________________________________________________________________________
25fbdfc0
GS
44069[ 6187] By: gsar on 2000/06/01 08:50:07
44070 Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
44071 (from Tim Jenness <t.jenness@jach.hawaii.edu>)
e277ebbf 44072 Branch: perl
25fbdfc0
GS
44073 + lib/Pod/LaTeX.pm
44074 ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
44075 ! pod/pod2latex.PL
e277ebbf 44076____________________________________________________________________________
25fbdfc0
GS
44077[ 6186] By: gsar on 2000/06/01 08:24:40
44078 Log: further qualify references to "alphanumeric" (from Wolfgang Laun
44079 <wolfgang.laun@alcatel.at>)
e277ebbf 44080 Branch: perl
25fbdfc0
GS
44081 ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
44082 ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
e277ebbf 44083____________________________________________________________________________
25fbdfc0
GS
44084[ 6185] By: gsar on 2000/06/01 08:12:00
44085 Log: remove incorrect documentation about implicit split to @_ in
44086 list context, which never really worked in perl 5 (from
44087 M.J.T. Guy)
e277ebbf 44088 Branch: perl
25fbdfc0 44089 ! pod/perlfunc.pod pod/perltrap.pod
e277ebbf 44090____________________________________________________________________________
25fbdfc0
GS
44091[ 6184] By: gsar on 2000/06/01 07:52:27
44092 Log: tweak for change#6127
e277ebbf 44093 Branch: perl
25fbdfc0 44094 ! perl.c
e277ebbf 44095____________________________________________________________________________
25fbdfc0
GS
44096[ 6183] By: gsar on 2000/06/01 07:41:02
44097 Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
44098 <nick@ccl4.org>)
e277ebbf 44099 Branch: perl
25fbdfc0
GS
44100 + t/lib/selfloader.t
44101 ! MANIFEST lib/SelfLoader.pm
e277ebbf 44102____________________________________________________________________________
51c9377f
JH
44103[ 6182] By: jhi on 2000/06/01 00:34:42
44104 Log: Be Cleaner Part Deux.
44105 Branch: cfgperl
44106 ! Makefile.SH
44107____________________________________________________________________________
44108[ 6181] By: jhi on 2000/06/01 00:32:09
44109 Log: Integrate with Sarathy.
44110 Branch: cfgperl
44111 !> pp.c t/op/arith.t
44112____________________________________________________________________________
44113[ 6180] By: jhi on 2000/06/01 00:31:13
44114 Log: microperl nits from Simon Cozens.
44115 Branch: cfgperl
44116 + uconfig.h
44117 ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
44118 ! unixish.h
44119____________________________________________________________________________
25fbdfc0
GS
44120[ 6179] By: gsar on 2000/05/31 22:37:51
44121 Log: buggy modulus on UVs introduced by change#3378 (resulted in
44122 4063328477 % 65535 amounting to 27406, instead of 27407)
e277ebbf 44123 Branch: perl
25fbdfc0 44124 ! pp.c t/op/arith.t
e277ebbf 44125____________________________________________________________________________
51c9377f
JH
44126[ 6178] By: jhi on 2000/05/31 21:52:41
44127 Log: Be cleaner.
44128 Branch: cfgperl
44129 ! Makefile.SH
44130____________________________________________________________________________
44131[ 6177] By: jhi on 2000/05/31 21:47:33
44132 Log: Substitution utf8 patch from Simon Cozens.
44133 Branch: cfgperl
44134 ! pp_hot.c
44135____________________________________________________________________________
44136[ 6176] By: jhi on 2000/05/31 21:45:34
44137 Log: Single-quoted utf8 patch from Simon Cozens.
44138 Branch: cfgperl
44139 ! toke.c
44140____________________________________________________________________________
44141[ 6175] By: jhi on 2000/05/31 21:40:18
44142 Log: Integrate with Sarathy.
44143 Branch: cfgperl
44144 !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
44145____________________________________________________________________________
44146[ 6174] By: jhi on 2000/05/31 21:37:31
44147 Log: microperl changes from Simon Cozens; Makefile for microperl
44148 written from scratch; few casts added as microperl compilation
44149 doesn't have all prototypes available.
44150 Branch: cfgperl
44151 + Makefile.micro README.micro Todo.micro uconfig.sh
44152 ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
44153 ! perl.c perl.h perlio.c unixish.h utf8.c util.c
44154 Branch: metaconfig
44155 + U/modified/Config_h.U
44156____________________________________________________________________________
44157[ 6173] By: jhi on 2000/05/31 20:00:24
44158 Log: metaconfig maintenance.
44159 Branch: metaconfig
44160 + U/modified/Inhdr.U U/typedefs/inotype.U
44161 Branch: metaconfig/U/perl
44162 + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
44163 + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
44164____________________________________________________________________________
25fbdfc0
GS
44165[ 6172] By: gsar on 2000/05/31 05:05:42
44166 Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
44167 (from Ilya Zakharevich)
e277ebbf 44168 Branch: perl
25fbdfc0 44169 ! regexec.c t/op/re_tests
e277ebbf 44170____________________________________________________________________________
25fbdfc0
GS
44171[ 6171] By: gsar on 2000/05/31 05:01:47
44172 Log: scalar() doesn't force scalar context when used in void context
44173 (from Simon Cozens)
e277ebbf 44174 Branch: perl
25fbdfc0 44175 ! op.c t/op/wantarray.t
e277ebbf 44176____________________________________________________________________________
25fbdfc0
GS
44177[ 6170] By: gsar on 2000/05/31 04:41:33
44178 Log: change#6142 needs tweaks to tests to work where there's no symlink()
44179 (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
e277ebbf 44180 Branch: perl
25fbdfc0 44181 ! t/lib/filefind.t
e277ebbf 44182____________________________________________________________________________
25fbdfc0
GS
44183[ 6169] By: gsar on 2000/05/31 04:29:49
44184 Log: integrate cfgperl contents into mainline
e277ebbf 44185 Branch: perl
25fbdfc0
GS
44186 +> pod/perlmodlib.PL pod/perlnewmod.pod
44187 !> (integrate 42 files)
e277ebbf 44188____________________________________________________________________________
51c9377f
JH
44189[ 6168] By: jhi on 2000/05/30 22:53:37
44190 Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
44191 Branch: cfgperl
44192 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
44193 ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
44194 ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
44195 ! win32/config.bc win32/config.gc win32/config.vc
44196 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
44197 ! win32/config_h.PL win32/config_sh.PL
44198 Branch: metaconfig/U/perl
44199 ! perlxv.U
44200____________________________________________________________________________
44201[ 6167] By: jhi on 2000/05/30 22:20:21
44202 Log: tweak todo
44203 Branch: cfgperl
44204 ! Todo-5.6
44205____________________________________________________________________________
44206[ 6166] By: jhi on 2000/05/30 22:11:51
44207 Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
44208 in case somebody wants to write an extension for more
44209 shadow database interfaces.
44210 Branch: cfgperl
44211 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
44212 ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
44213 ! vos/config.def vos/config.h vos/config_h.SH_orig
44214 ! win32/config.bc win32/config.gc win32/config.vc
44215 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
44216 Branch: metaconfig
44217 ! U/modified/Myinit.U
44218 Branch: metaconfig/U/perl
44219 + d_getespwnam.U d_getprpwnam.U i_prot.U
44220____________________________________________________________________________
44221[ 6165] By: jhi on 2000/05/30 18:35:34
44222 Log: Integrate with Sarathy.
44223 Branch: cfgperl
44224 !> op.c
44225____________________________________________________________________________
44226[ 6164] By: jhi on 2000/05/30 18:30:16
44227 Log: detypo
44228 Branch: cfgperl
44229 ! Configure config_h.SH
44230 Branch: metaconfig/U/perl
44231 ! perlxv.U
44232____________________________________________________________________________
25fbdfc0
GS
44233[ 6163] By: gsar on 2000/05/30 03:24:03
44234 Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
44235 Branch: perl
44236 ! op.c
44237____________________________________________________________________________
44238[ 6162] By: gsar on 2000/05/30 03:09:38
44239 Log: fix memory leak in method call optimization (change#3768);
44240 made C<eval "$x->foo()"> leak
44241 Branch: perl
44242 ! op.c
44243____________________________________________________________________________
51c9377f
JH
44244[ 6161] By: jhi on 2000/05/29 17:56:26
44245 Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
44246 both from Simon Cozens.
44247 Branch: cfgperl
44248 + pod/perlmodlib.PL pod/perlnewmod.pod
44249 ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
44250 ! pod/perlmodlib.pod pod/perltoc.pod
44251____________________________________________________________________________
44252[ 6160] By: jhi on 2000/05/29 17:23:55
44253 Log: Changes for the File::Temp 0.08 (change #6159) test suite
44254 to fit better into the Perl distribution test framework.
44255 Branch: cfgperl
44256 ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
44257 ! t/lib/ftmp-tempfile.t
44258____________________________________________________________________________
44259[ 6159] By: jhi on 2000/05/29 16:55:36
44260 Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
44261 Branch: cfgperl
44262 ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
44263 ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
44264____________________________________________________________________________
44265[ 6158] By: bailey on 2000/05/29 16:22:08
44266 Log: Add fallback to tmpfile for use in cases where user's relying on
44267 ACLs on SYS$SCRATCH to permit file creation. (based on Charles
44268 Lane's patch)
44269 Branch: vmsperl
44270 ! vms/vms.c vms/vmsish.h
44271____________________________________________________________________________
44272[ 6157] By: jhi on 2000/05/29 03:10:36
44273 Log: Regen Configure to jive with #6149.
44274 Branch: cfgperl
44275 ! Configure
44276 Branch: metaconfig
44277 ! U/modified/Getfile.U
44278____________________________________________________________________________
44279[ 6156] By: jhi on 2000/05/29 03:01:38
44280 Log: Integrate with Sarathy.
44281 Branch: cfgperl
44282 +> ext/DynaLoader/dl_mac.xs
44283 !> (integrate 38 files)
44284____________________________________________________________________________
25fbdfc0
GS
44285[ 6155] By: gsar on 2000/05/28 21:15:58
44286 Log: small bug in change#6144; remove random \xA0 character that snuck
44287 in via change#6145
e277ebbf 44288 Branch: perl
25fbdfc0 44289 ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
e277ebbf 44290____________________________________________________________________________
25fbdfc0
GS
44291[ 6154] By: gsar on 2000/05/28 21:04:19
44292 Log: avoid type mismatch warning
44293 Branch: perl
44294 ! perl.c
44295____________________________________________________________________________
44296[ 6153] By: gsar on 2000/05/28 20:58:31
44297 Log: prettier Test::Harness output on failed tests (from Nicholas Clark
44298 <nick@Bagpuss.uk.boo.com>)
e277ebbf 44299 Branch: perl
25fbdfc0 44300 ! lib/Test/Harness.pm
e277ebbf 44301____________________________________________________________________________
25fbdfc0
GS
44302[ 6152] By: gsar on 2000/05/28 20:53:42
44303 Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
e277ebbf 44304 Branch: perl
25fbdfc0 44305 ! regexec.c
e277ebbf 44306____________________________________________________________________________
25fbdfc0
GS
44307[ 6151] By: gsar on 2000/05/28 20:50:28
44308 Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
e277ebbf 44309 Branch: perl
25fbdfc0 44310 ! regexec.c
e277ebbf 44311____________________________________________________________________________
25fbdfc0
GS
44312[ 6150] By: gsar on 2000/05/28 20:39:58
44313 Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
e277ebbf 44314 Branch: perl
25fbdfc0
GS
44315 ! pod/perlrequick.pod
44316____________________________________________________________________________
44317[ 6149] By: gsar on 2000/05/28 20:35:16
44318 Log: OS/2 tweaks for usethreads build (from Rocco Caputo
44319 <troc@netrus.net>)
e277ebbf 44320 Branch: perl
25fbdfc0
GS
44321 ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
44322 ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
44323 ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
44324 ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
44325____________________________________________________________________________
44326[ 6148] By: gsar on 2000/05/28 20:21:07
44327 Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
e277ebbf 44328 Branch: perl
25fbdfc0
GS
44329 ! lib/ExtUtils/MM_Unix.pm
44330____________________________________________________________________________
44331[ 6147] By: gsar on 2000/05/28 20:12:41
44332 Log: add a make entry to Config.pm so "perl -V:make" works on VMS
44333 (from Peter Prymmer)
44334 Branch: perl
44335 ! vms/subconfigure.com
e277ebbf 44336____________________________________________________________________________
25fbdfc0
GS
44337[ 6146] By: gsar on 2000/05/28 20:06:15
44338 Log: doc typo
e277ebbf 44339 Branch: perl
25fbdfc0 44340 ! lib/warnings.pm warnings.h warnings.pl
e277ebbf 44341____________________________________________________________________________
25fbdfc0
GS
44342[ 6145] By: gsar on 2000/05/28 18:44:33
44343 Log: make xsubpp skip embedded pod (from Matthias Neeracher
44344 <neeri@iis.ee.ethz.ch>)
e277ebbf
GS
44345 Branch: perl
44346 ! lib/ExtUtils/xsubpp
44347____________________________________________________________________________
25fbdfc0
GS
44348[ 6144] By: gsar on 2000/05/28 18:42:49
44349 Log: MacOS support, part 2: make AutoSplit use File::Spec instead
44350 of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
44351 <neeri@iis.ee.ethz.ch>)
e277ebbf 44352 Branch: perl
25fbdfc0 44353 ! lib/AutoSplit.pm
e277ebbf 44354____________________________________________________________________________
25fbdfc0
GS
44355[ 6143] By: gsar on 2000/05/28 18:41:12
44356 Log: MacOS support, part 1 (from Matthias Neeracher
44357 <neeri@iis.ee.ethz.ch>)
e277ebbf 44358 Branch: perl
25fbdfc0
GS
44359 + ext/DynaLoader/dl_mac.xs
44360 ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
44361 ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
44362 ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
44363 ! util.h
e277ebbf 44364____________________________________________________________________________
25fbdfc0
GS
44365[ 6142] By: gsar on 2000/05/28 18:21:51
44366 Log: File::Find fails to chdir when chasing symlinks (from
44367 Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
44368 Branch: perl
44369 ! lib/File/Find.pm t/lib/filefind.t
e277ebbf 44370____________________________________________________________________________
25fbdfc0
GS
44371[ 6141] By: jhi on 2000/05/28 14:25:15
44372 Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
44373 forwarded by Peter Seebach from the bsdi-users mailing list.
44374 p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
44375 Branch: perl
44376 ! hints/bsdos.sh
44377____________________________________________________________________________
51c9377f
JH
44378[ 6140] By: jhi on 2000/05/28 14:11:57
44379 Log: Integrate with Sarathy.
44380 Branch: cfgperl
44381 +> (branch 30 files)
44382 !> (integrate 93 files)
44383____________________________________________________________________________
25fbdfc0
GS
44384[ 6139] By: gsar on 2000/05/28 10:01:48
44385 Log: revise mktables.PL for bugs and newness in Unicode 3.0
44386 (from James Bence <jbence@amgen.com>)
44387 Branch: perl
44388 + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
44389 + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
44390 + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
44391 + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
44392 + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
44393 + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
44394 + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
44395 + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
44396 + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
44397 + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
44398 + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
44399 + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
44400 + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
44401 + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
44402 + lib/unicode/Is/SylWU.pl
44403 ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
44404 ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
44405 ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
44406 ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
44407 ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
44408 ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
44409 ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
44410 ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
44411 ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
44412 ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
44413 ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
44414 ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
44415 ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
44416 ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
44417 ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
44418 ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
44419 ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
44420 ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
44421 ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
44422 ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
44423 ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
44424 ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
44425 ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
44426 ! lib/unicode/Makefile lib/unicode/mktables.PL
44427____________________________________________________________________________
44428[ 6138] By: gsar on 2000/05/28 08:50:32
44429 Log: add note about the handling of negative indices to tied arrays
44430 (from Michael G Schwern <schwern@pobox.com>)
44431 Branch: perl
44432 ! pod/perltie.pod
44433____________________________________________________________________________
44434[ 6137] By: gsar on 2000/05/28 08:46:10
44435 Log: fix bogus redeclaration warning for "our" variables in different
44436 scopes
44437 Branch: perl
44438 ! op.c t/pragma/strict-vars
44439____________________________________________________________________________
44440[ 6136] By: gsar on 2000/05/28 08:31:20
44441 Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
44442 Branch: perl
44443 ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
44444____________________________________________________________________________
44445[ 6135] By: gsar on 2000/05/28 08:17:50
44446 Log: enable Test::Harness to dynamically determine column width etc.
44447 (from Rob Napier <rnapier@employees.org>)
44448 Branch: perl
44449 ! lib/Test/Harness.pm
44450____________________________________________________________________________
44451[ 6134] By: gsar on 2000/05/28 08:13:39
44452 Log: make Test::Harness use wait.h/WCOREDUMP if available
44453 (from Ben Tilly <ben_tilly@hotmail.com>)
44454 Branch: perl
44455 ! lib/Test/Harness.pm
e277ebbf 44456____________________________________________________________________________
25fbdfc0
GS
44457[ 6133] By: gsar on 2000/05/28 08:08:05
44458 Log: elide bogus test in change#6132
e277ebbf 44459 Branch: perl
25fbdfc0 44460 ! t/pragma/warn/9enabled
e277ebbf 44461____________________________________________________________________________
25fbdfc0
GS
44462[ 6132] By: gsar on 2000/05/28 08:03:14
44463 Log: warnings::enabled() doesn't fall back to looking at $^W if
44464 caller isn't using lexical warnings (from Paul Marquess)
e277ebbf 44465 Branch: perl
25fbdfc0
GS
44466 ! pp_ctl.c t/pragma/warn/9enabled
44467____________________________________________________________________________
44468[ 6131] By: gsar on 2000/05/28 07:57:47
44469 Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
e277ebbf 44470 Branch: perl
25fbdfc0 44471 ! ext/POSIX/POSIX.pm
e277ebbf 44472____________________________________________________________________________
25fbdfc0
GS
44473[ 6130] By: gsar on 2000/05/28 07:29:12
44474 Log: fix places that mean C<"word" character> but say C<alphanumeric
44475 character>
e277ebbf 44476 Branch: perl
25fbdfc0 44477 ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
e277ebbf 44478____________________________________________________________________________
25fbdfc0
GS
44479[ 6129] By: gsar on 2000/05/28 07:18:41
44480 Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
e277ebbf 44481 Branch: perl
25fbdfc0 44482 ! vms/test.com
e277ebbf 44483____________________________________________________________________________
25fbdfc0
GS
44484[ 6128] By: gsar on 2000/05/28 07:12:55
44485 Log: new perlxstut example for passing/returning refs to arrays
44486 (from David Lowe <dlowe@pootpoot.com>)
44487 Branch: perl
44488 ! pod/perlxstut.pod
e277ebbf 44489____________________________________________________________________________
25fbdfc0
GS
44490[ 6127] By: gsar on 2000/05/28 07:02:50
44491 Log: call_method(...,G_EVAL) can longjmp() out if the method probing
44492 failed (from Gisle Aas)
44493 Branch: perl
44494 ! cop.h perl.c
e277ebbf 44495____________________________________________________________________________
25fbdfc0
GS
44496[ 6126] By: gsar on 2000/05/28 06:39:53
44497 Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
44498 (reworked variant of patch suggested by Simon Cozens)
44499 Branch: perl
44500 ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
44501 ! pp_hot.c proto.h t/op/gv.t
44502____________________________________________________________________________
44503[ 6125] By: gsar on 2000/05/28 05:14:55
44504 Log: enable propagating exception objects via Perl_croak() in XS code
44505 (from Gisle Aas)
44506 Branch: perl
44507 ! util.c
44508____________________________________________________________________________
44509[ 6124] By: gsar on 2000/05/28 05:07:28
44510 Log: integrate vmsperl contents into mainline
44511 Branch: perl
44512 !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
44513 !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
44514 !> vms/vmsish.h
44515____________________________________________________________________________
44516[ 6123] By: gsar on 2000/05/28 05:03:53
44517 Log: clarify gotcha with #line directives (from Rocco Caputo
44518 <troc@netrus.net>)
44519 Branch: perl
44520 ! pod/perldebug.pod pod/perlsyn.pod
44521____________________________________________________________________________
44522[ 6122] By: gsar on 2000/05/28 04:58:29
44523 Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
44524 (from Mark-Jason Dominus)
44525 Branch: perl
44526 ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
44527 ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
44528 ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
44529 ! toke.c
e277ebbf 44530____________________________________________________________________________
51c9377f
JH
44531[ 6121] By: bailey on 2000/05/25 04:46:54
44532 Log: Allow eliminate_macros() and fixpath() to handle space-delimited
44533 lists (based on fixes by Craig Berry)
44534 Branch: vmsperl
44535 ! lib/File/Spec/VMS.pm
44536____________________________________________________________________________
44537[ 6120] By: bailey on 2000/05/25 04:25:38
44538 Log: Add missing escape (Charles Lane)
44539 Branch: vmsperl
44540 ! t/op/lex_assign.t
44541____________________________________________________________________________
44542[ 6119] By: bailey on 2000/05/25 04:21:25
44543 Log: Quiet error messages in vmsish.t (Charles Lane)
44544 Branch: vmsperl
44545 ! vms/ext/vmsish.t
44546____________________________________________________________________________
44547[ 6118] By: bailey on 2000/05/25 04:17:57
44548 Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
44549 Flatten case labels in switch statements uniformly (Charles Bailey)
44550 Branch: vmsperl
44551 ! vms/vms.c
44552____________________________________________________________________________
44553[ 6117] By: bailey on 2000/05/25 03:58:09
44554 Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
44555 Branch: vmsperl
44556 ! vms/vmsish.h
44557____________________________________________________________________________
44558[ 6116] By: bailey on 2000/05/25 03:11:15
44559 Log: Miscellaneous cosmetic fixes (Charles Lane)
44560 Branch: vmsperl
44561 ! lib/ExtUtils/MM_VMS.pm
44562____________________________________________________________________________
44563[ 6115] By: bailey on 2000/05/25 03:10:36
44564 Log: Add bounds checking for several strings (Charles Lane)
44565 Branch: vmsperl
44566 ! vms/vms.c
44567____________________________________________________________________________
44568[ 6114] By: bailey on 2000/05/25 02:25:34
44569 Log: Urk -- undo previous removal of vmsish 'exit' change
44570 Branch: vmsperl
44571 ! vms/ext/vmsish.pm vms/vmsish.h
44572____________________________________________________________________________
44573[ 6113] By: bailey on 2000/05/24 02:24:40
44574 Log: Ugly workaround for version-specific RTL error
44575 Branch: vmsperl
44576 ! vms/vms.c
44577____________________________________________________________________________
44578[ 6112] By: bailey on 2000/05/24 02:19:55
44579 Log: Check for existence of file before trying to delete
44580 Branch: vmsperl
44581 ! vms/test.com
44582____________________________________________________________________________
44583[ 6111] By: bailey on 2000/05/23 23:35:13
44584 Log: Resync with mainline prior to post-5.6.0 updates
44585 Branch: vmsperl
44586 +> (branch 49 files)
44587 - t/lib/thread.t t/op/64bit.t t/op/nothread.t
44588 ! vms/ext/vmsish.pm
44589 !> (integrate 334 files)
44590____________________________________________________________________________
44591[ 6110] By: jhi on 2000/05/23 19:28:32
44592 Log: todo tweak
44593 Branch: cfgperl
44594 ! Todo-5.6
44595____________________________________________________________________________
44596[ 6109] By: jhi on 2000/05/18 17:38:54
44597 Log: Integrate with Sarathy.
44598 Branch: cfgperl
44599 !> mg.c perl.h win32/perlhost.h
44600____________________________________________________________________________
25fbdfc0
GS
44601[ 6108] By: gsar on 2000/05/17 02:24:56
44602 Log: reenable fake signal handling on Windows, bugs and all
e277ebbf 44603 Branch: perl
25fbdfc0
GS
44604 ! mg.c perl.h win32/perlhost.h
44605____________________________________________________________________________
51c9377f
JH
44606[ 6107] By: jhi on 2000/05/15 18:01:41
44607 Log: Tweak the todo list.
44608 Branch: cfgperl
44609 ! Todo-5.6
44610____________________________________________________________________________
44611[ 6106] By: jhi on 2000/05/15 13:41:48
44612 Log: The (Configure) script refuses to go on, after asking for
44613 'You may also choose to try maximal 64-bitness....'.
44614 If answer is yes the script can't find the 'workshoplibpth.cbu' file.
44615 -- Patrick Zima
44616 p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de>
44617 Branch: cfgperl
44618 ! hints/solaris_2.sh
44619____________________________________________________________________________
44620[ 6105] By: jhi on 2000/05/11 14:37:43
44621 Log: Integrate with Sarathy.
44622 Branch: cfgperl
44623 !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
44624 !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
44625____________________________________________________________________________
25fbdfc0
GS
44626[ 6104] By: gsar on 2000/05/11 03:39:07
44627 Log: PL_sys_intern was being initialized too late on windows
e277ebbf 44628 Branch: perl
25fbdfc0
GS
44629 ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
44630 ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
e277ebbf 44631____________________________________________________________________________
51c9377f
JH
44632[ 6103] By: jhi on 2000/05/09 19:42:20
44633 Log: Test tweaking for Unicos continues.
44634 Branch: cfgperl
44635 ! t/op/64bitint.t
44636____________________________________________________________________________
44637[ 6102] By: jhi on 2000/05/09 16:47:27
44638 Log: The test suite tweak in #6101 wasn't quite right.
44639 Branch: cfgperl
44640 ! t/lib/complex.t
44641____________________________________________________________________________
44642[ 6101] By: jhi on 2000/05/09 15:35:34
44643 Log: Hints and test tweaks for Unicos.
44644 Branch: cfgperl
44645 ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
44646____________________________________________________________________________
44647[ 6100] By: jhi on 2000/05/08 21:15:06
44648 Log: More compilation tweakery from Allen Smith.
44649 Branch: cfgperl
44650 ! hints/irix_6.sh
44651____________________________________________________________________________
44652[ 6099] By: jhi on 2000/05/08 19:21:18
44653 Log: Tweaks for the cc bugs from Allen Smith.
44654 Branch: cfgperl
44655 ! hints/irix_6.sh
44656____________________________________________________________________________
44657[ 6098] By: jhi on 2000/05/08 19:13:37
44658 Log: Add a note about other, yet unsupported, shadow password APIs.
44659 Branch: cfgperl
44660 ! pp_sys.c
44661____________________________________________________________________________
44662[ 6097] By: jhi on 2000/05/08 18:46:34
44663 Log: Add a note about possible compilation problems from Allen Smith.
44664 Branch: cfgperl
44665 ! hints/irix_6.sh
44666____________________________________________________________________________
44667[ 6096] By: jhi on 2000/05/08 17:33:10
44668 Log: Integrate with Sarathy.
44669 Branch: cfgperl
44670 !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
44671 !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
44672____________________________________________________________________________
44673[ 6095] By: jhi on 2000/05/08 16:21:33
44674 Log: Introduce NV_PRESERVED_BITS. Not yet used anywhere but
44675 might be useful in future.
44676 Branch: cfgperl
44677 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
44678 ! config_h.SH
44679 Branch: metaconfig
44680 ! U/installdirs/inc_version_list.U
44681 Branch: metaconfig/U/perl
44682 ! perlxv.U
44683____________________________________________________________________________
25fbdfc0
GS
44684[ 6094] By: gsar on 2000/05/08 14:22:22
44685 Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
44686 Branch: perl
44687 ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
44688 ! hints/cygwin.sh pp_sys.c
44689____________________________________________________________________________
44690[ 6093] By: gsar on 2000/05/08 12:52:28
44691 Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
44692 undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
44693 Branch: perl
44694 ! pp_sys.c sv.c win32/perlhost.h
e277ebbf 44695____________________________________________________________________________
51c9377f
JH
44696[ 6092] By: jhi on 2000/05/07 22:40:34
44697 Log: Regen perltoc with the fixed buildtoc.
44698 Branch: cfgperl
44699 ! pod/perltoc.pod
44700____________________________________________________________________________
44701[ 6091] By: jhi on 2000/05/07 22:24:16
44702 Log: Integrate with Sarathy.
44703 Branch: cfgperl
44704 !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
44705 !> t/op/substr.t toke.c
44706____________________________________________________________________________
25fbdfc0
GS
44707[ 6090] By: gsar on 2000/05/07 19:47:07
44708 Log: concat doesn't preserve utf8-ness, and doesn't invalidate
44709 [NI]OK; added tests for both
e277ebbf 44710 Branch: perl
25fbdfc0 44711 ! perl.c pp_hot.c sv.c t/op/substr.t
e277ebbf 44712____________________________________________________________________________
25fbdfc0
GS
44713[ 6089] By: gsar on 2000/05/07 18:18:38
44714 Log: buildtoc tweak to fix newline lossage
53c32ee0 44715 Branch: perl
25fbdfc0 44716 ! pod/buildtoc
53c32ee0 44717____________________________________________________________________________
51c9377f
JH
44718[ 6088] By: jhi on 2000/05/07 16:35:36
44719 Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
44720 because we do not use those. The HAS_GETSPNAM remains,
44721 though, because we still do use that.
44722 Branch: cfgperl
44723 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
44724 ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
44725 ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
44726 ! vos/config_h.SH_orig win32/config.bc win32/config.gc
44727 ! win32/config.vc win32/config_H.bc win32/config_H.gc
44728 ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
44729____________________________________________________________________________
25fbdfc0
GS
44730[ 6087] By: gsar on 2000/05/07 16:05:16
44731 Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
53c32ee0 44732 Branch: perl
25fbdfc0 44733 ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
53c32ee0 44734____________________________________________________________________________
51c9377f
JH
44735[ 6086] By: jhi on 2000/05/07 15:27:07
44736 Log: Integrate with Sarathy.
44737 Branch: cfgperl
44738 +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
44739 +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
44740 !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
44741 !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
44742 !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
44743 !> utils/perlbug.PL vms/vms.c vms/vmsish.h
44744____________________________________________________________________________
25fbdfc0
GS
44745[ 6085] By: gsar on 2000/05/07 05:52:02
44746 Log: repeat operator (x) doesn't preserve utf8-ness
53c32ee0 44747 Branch: perl
25fbdfc0 44748 ! pp.c t/op/substr.t
53c32ee0 44749____________________________________________________________________________
25fbdfc0
GS
44750[ 6084] By: gsar on 2000/05/07 05:39:55
44751 Log: substr() does not preserve utf8-ness (from Stefan Eissing
44752 <Eissing@medicaldataservice.de>); added tests
53c32ee0 44753 Branch: perl
25fbdfc0 44754 ! pp.c t/op/substr.t
53c32ee0 44755____________________________________________________________________________
25fbdfc0
GS
44756[ 6083] By: gsar on 2000/05/07 05:24:46
44757 Log: note about undocumented caller() return value (from M.J.T. Guy);
44758 yet another peek.t tweak
53c32ee0 44759 Branch: perl
25fbdfc0 44760 ! pod/perlfunc.pod t/lib/peek.t
53c32ee0 44761____________________________________________________________________________
25fbdfc0
GS
44762[ 6082] By: gsar on 2000/05/07 05:08:40
44763 Log: peek.t non-portable to ithreads
53c32ee0 44764 Branch: perl
25fbdfc0 44765 ! t/lib/peek.t
53c32ee0 44766____________________________________________________________________________
25fbdfc0
GS
44767[ 6081] By: gsar on 2000/05/07 04:17:04
44768 Log: better default perlbug categories for ok reports (from Richard Foley)
53c32ee0 44769 Branch: perl
25fbdfc0 44770 ! utils/perlbug.PL
53c32ee0 44771____________________________________________________________________________
25fbdfc0
GS
44772[ 6080] By: gsar on 2000/05/07 04:08:07
44773 Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
44774 (from Tim Jenness <t.jenness@jach.hawaii.edu>)
44775 Branch: perl
44776 + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
44777 + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
44778 ! AUTHORS MAINTAIN MANIFEST
53c32ee0 44779____________________________________________________________________________
25fbdfc0
GS
44780[ 6079] By: gsar on 2000/05/07 04:01:38
44781 Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
44782 Branch: perl
44783 ! lib/Carp/Heavy.pm
53c32ee0 44784____________________________________________________________________________
25fbdfc0
GS
44785[ 6078] By: gsar on 2000/05/07 01:24:19
44786 Log: workaround for CRT bug in chdir() (from Charles Lane, via
44787 Peter Prymmer)
44788 Branch: perl
44789 ! iperlsys.h vms/vms.c vms/vmsish.h
53c32ee0 44790____________________________________________________________________________
25fbdfc0
GS
44791[ 6077] By: gsar on 2000/05/07 01:22:23
44792 Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
44793 and Tom Phoenix)
53c32ee0 44794 Branch: perl
25fbdfc0 44795 ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
53c32ee0 44796____________________________________________________________________________
25fbdfc0 44797[ 6076] By: gsar on 2000/05/06 17:36:29
53c32ee0
GS
44798 Log: integrate cfgperl contents into mainline
44799 Branch: perl
25fbdfc0
GS
44800 +> t/lib/peek.t
44801 !> Configure MANIFEST Porting/Glossary Porting/config.sh
44802 !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
44803 !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
44804 !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
53c32ee0 44805____________________________________________________________________________
51c9377f
JH
44806[ 6075] By: jhi on 2000/05/05 18:56:10
44807 Log: Make the test more portable.
44808 Branch: cfgperl
44809 ! t/lib/peek.t
44810____________________________________________________________________________
44811[ 6074] By: jhi on 2000/05/05 18:49:20
44812 Log: Introduce t/lib/peek.t.
44813 Branch: cfgperl
44814 + t/lib/peek.t
44815 ! MANIFEST
44816____________________________________________________________________________
44817[ 6073] By: jhi on 2000/05/05 14:30:45
44818 Log: Complex tweaks.
44819 Branch: cfgperl
44820 ! lib/Math/Complex.pm t/lib/complex.t
44821____________________________________________________________________________
44822[ 6072] By: jhi on 2000/05/05 12:27:13
44823 Log: Integrate with Sarathy.
44824 Branch: cfgperl
44825 !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
44826 !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
44827 !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
44828 !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
44829____________________________________________________________________________
25fbdfc0
GS
44830[ 6071] By: gsar on 2000/05/05 02:24:46
44831 Log: misformatted perllocal.pod (from Tim Jenness
44832 <t.jenness@jach.hawaii.edu>)
53c32ee0 44833 Branch: perl
25fbdfc0 44834 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
53c32ee0 44835____________________________________________________________________________
25fbdfc0
GS
44836[ 6070] By: gsar on 2000/05/05 02:16:52
44837 Log: remove misleading comment (from M.J.T. Guy)
53c32ee0 44838 Branch: perl
25fbdfc0 44839 ! t/lib/anydbm.t
53c32ee0 44840____________________________________________________________________________
25fbdfc0
GS
44841[ 6069] By: gsar on 2000/05/05 02:15:13
44842 Log: File::Spec compatibility update (from Barrie Slaymaker
44843 <barries@slaysys.com>)
53c32ee0 44844 Branch: perl
25fbdfc0
GS
44845 ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
44846 ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
53c32ee0 44847____________________________________________________________________________
25fbdfc0
GS
44848[ 6068] By: gsar on 2000/05/05 02:01:50
44849 Log: note about values()
53c32ee0 44850 Branch: perl
25fbdfc0 44851 ! pod/perlfunc.pod
53c32ee0 44852____________________________________________________________________________
25fbdfc0
GS
44853[ 6067] By: gsar on 2000/05/05 01:33:09
44854 Log: replace direct call to sighandler() with (*PL_sighandlerp)()
53c32ee0 44855 Branch: perl
25fbdfc0 44856 ! win32/win32.c
53c32ee0 44857____________________________________________________________________________
25fbdfc0
GS
44858[ 6066] By: gsar on 2000/05/05 01:23:43
44859 Log: s/END/CHECK/
53c32ee0 44860 Branch: perl
25fbdfc0 44861 ! perl.c
53c32ee0 44862____________________________________________________________________________
51c9377f
JH
44863[ 6065] By: jhi on 2000/05/04 17:30:22
44864 Log: Integrate with Sarathy.
44865 Branch: cfgperl
44866 !> pp_sys.c sv.c t/pragma/utf8.t toke.c
44867____________________________________________________________________________
25fbdfc0
GS
44868[ 6064] By: gsar on 2000/05/04 17:26:14
44869 Log: change#5905 wasn't quite right--it's intent only applies when arguments
44870 to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
53c32ee0 44871 Branch: perl
25fbdfc0 44872 ! pp_sys.c sv.c
53c32ee0 44873____________________________________________________________________________
25fbdfc0
GS
44874[ 6063] By: gsar on 2000/05/04 16:52:29
44875 Log: tokeq() could read unallocated field in argument
53c32ee0 44876 Branch: perl
25fbdfc0 44877 ! toke.c
53c32ee0 44878____________________________________________________________________________
25fbdfc0
GS
44879[ 6062] By: gsar on 2000/05/04 16:34:51
44880 Log: additional tests for utf8.t
53c32ee0 44881 Branch: perl
25fbdfc0 44882 ! t/pragma/utf8.t
53c32ee0 44883____________________________________________________________________________
25fbdfc0
GS
44884[ 6061] By: gsar on 2000/05/04 16:09:28
44885 Log: change#5921 neglected to make eq honor "use bytes"
53c32ee0 44886 Branch: perl
25fbdfc0 44887 ! sv.c
53c32ee0 44888____________________________________________________________________________
51c9377f
JH
44889[ 6060] By: jhi on 2000/05/04 15:30:16
44890 Log: Integrate with Sarathy.
44891 Branch: cfgperl
44892 !> perl.c regcomp.c t/pragma/utf8.t
44893____________________________________________________________________________
44894[ 6059] By: jhi on 2000/05/04 15:26:37
44895 Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
44896 in natively 64-bit platforms where a long is a quad (no need
44897 for long longs). Also added bias for IVs.
44898 Branch: cfgperl
44899 ! toke.c
44900____________________________________________________________________________
25fbdfc0
GS
44901[ 6058] By: gsar on 2000/05/04 00:19:14
44902 Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
44903 (spotted by Donald Kinzer <dkinzer@premia.com>)
53c32ee0 44904 Branch: perl
25fbdfc0 44905 ! perl.c
53c32ee0 44906____________________________________________________________________________
25fbdfc0
GS
44907[ 6057] By: gsar on 2000/05/03 18:34:01
44908 Log: fix broken parsing of /\x{ab}/
53c32ee0 44909 Branch: perl
25fbdfc0 44910 ! regcomp.c t/pragma/utf8.t
53c32ee0 44911____________________________________________________________________________
51c9377f
JH
44912[ 6056] By: jhi on 2000/05/03 17:57:16
44913 Log: The search of infinity continues, this time simplified.
44914 Branch: cfgperl
44915 ! lib/Math/Complex.pm
44916____________________________________________________________________________
44917[ 6055] By: jhi on 2000/05/03 17:45:30
44918 Log: Detypo.
44919 Branch: cfgperl
44920 ! hints/unicos.sh
44921____________________________________________________________________________
44922[ 6054] By: jhi on 2000/05/02 22:28:27
44923 Log: Be more forgiving in POSIX about HUGE_VALL.
44924 Branch: cfgperl
44925 ! ext/POSIX/POSIX.xs
44926____________________________________________________________________________
44927[ 6053] By: jhi on 2000/05/02 22:25:05
44928 Log: Integrate with Sarathy.
44929 Branch: cfgperl
44930 !> hints/irix_6.sh pod/perlop.pod
44931____________________________________________________________________________
44932[ 6052] By: jhi on 2000/05/02 22:24:31
44933 Log: Unicos hint tweak.
44934 Branch: cfgperl
44935 ! hints/unicos.sh
44936____________________________________________________________________________
44937[ 6051] By: jhi on 2000/05/02 22:21:26
44938 Log: Complex tweakery.
44939 Branch: cfgperl
44940 ! lib/Math/Complex.pm t/lib/complex.t
44941____________________________________________________________________________
44942[ 6050] By: jhi on 2000/05/02 19:26:22
44943 Log: Use setxxent()/endxxent().
44944 Branch: cfgperl
44945 ! t/op/grent.t t/op/pwent.t
44946____________________________________________________________________________
44947[ 6049] By: jhi on 2000/05/02 19:06:02
44948 Log: Test both the scalar and list contexts.
44949 Branch: cfgperl
44950 ! t/op/grent.t t/op/pwent.t
44951____________________________________________________________________________
25fbdfc0
GS
44952[ 6048] By: gsar on 2000/05/02 18:29:10
44953 Log: add note about how $( doesn't interpolate in REs (from
44954 Philip Newton <newton@ficus.frogspace.net>)
41fda654 44955 Branch: perl
25fbdfc0 44956 ! pod/perlop.pod
41fda654 44957____________________________________________________________________________
51c9377f
JH
44958[ 6047] By: jhi on 2000/05/02 17:41:24
44959 Log: Call getspnam() only iff needd.
44960 Branch: cfgperl
44961 ! pp_sys.c
44962____________________________________________________________________________
25fbdfc0
GS
44963[ 6046] By: gsar on 2000/05/02 17:07:25
44964 Log: libscheck has insufficient checks for n32 libs (from
44965 Albert Chin-A-Young <china@thewrittenword.com>)
21bad921 44966 Branch: perl
25fbdfc0 44967 ! hints/irix_6.sh
21bad921 44968____________________________________________________________________________
51c9377f
JH
44969[ 6045] By: jhi on 2000/05/02 13:57:17
44970 Log: Integrate with Sarathy.
44971 Branch: cfgperl
44972 !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
44973 !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
44974____________________________________________________________________________
25fbdfc0
GS
44975[ 6044] By: gsar on 2000/05/02 06:48:19
44976 Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
44977 such that underscores are only ignored in literal numbers,
44978 "\x{...}", and hex/oct argument
21bad921 44979 Branch: perl
25fbdfc0 44980 ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
21bad921 44981____________________________________________________________________________
25fbdfc0
GS
44982[ 6043] By: gsar on 2000/05/02 02:22:29
44983 Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
21bad921 44984 Branch: perl
25fbdfc0 44985 ! pod/perlretut.pod
21bad921 44986____________________________________________________________________________
25fbdfc0
GS
44987[ 6042] By: gsar on 2000/05/02 02:17:51
44988 Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
21bad921 44989 Branch: perl
25fbdfc0 44990 ! pod/perltrap.pod
21bad921 44991____________________________________________________________________________
25fbdfc0
GS
44992[ 6041] By: gsar on 2000/05/02 01:53:51
44993 Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
44994 to compensate
21bad921 44995 Branch: perl
25fbdfc0 44996 ! Porting/makerel
21bad921 44997____________________________________________________________________________
25fbdfc0
GS
44998[ 6040] By: gsar on 2000/05/02 01:51:57
44999 Log: missing files in MANIFEST
21bad921 45000 Branch: perl
25fbdfc0 45001 ! MANIFEST
21bad921 45002____________________________________________________________________________
51c9377f
JH
45003[ 6039] By: jhi on 2000/05/02 00:36:46
45004 Log: Infinite problems.
45005 Branch: cfgperl
45006 ! lib/Math/Complex.pm
45007____________________________________________________________________________
45008[ 6038] By: jhi on 2000/05/02 00:06:38
45009 Log: pwent/spent #ifdef imbalance.
45010 Branch: cfgperl
45011 ! pp_sys.c
45012____________________________________________________________________________
45013[ 6037] By: jhi on 2000/05/01 22:50:11
45014 Log: Use HUGE_VALL if applicable.
45015 Branch: cfgperl
45016 ! ext/POSIX/POSIX.xs util.c
45017____________________________________________________________________________
45018[ 6036] By: jhi on 2000/05/01 22:20:53
45019 Log: Correct Freudian slip.
45020 Branch: cfgperl
45021 ! pp_sys.c
45022____________________________________________________________________________
45023[ 6035] By: jhi on 2000/05/01 21:07:38
45024 Log: Continue on the pwent/spent case.
45025 Branch: cfgperl
45026 ! pp_sys.c
45027____________________________________________________________________________
45028[ 6034] By: jhi on 2000/05/01 17:45:14
45029 Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
45030 adjustments in 6032 conflicted badly with this, will have
45031 to revisit them later.
45032 Branch: cfgperl
45033 +> lib/CGI/Util.pm t/lib/cgi-pretty.t
45034 !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
45035 !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
45036 !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
45037 !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
45038 !> t/lib/cgi-html.t t/lib/cgi-request.t
45039____________________________________________________________________________
45040[ 6033] By: jhi on 2000/05/01 17:40:49
45041 Log: Rewrite the pwent/spent logic to be a little bit more clearer.
45042 Branch: cfgperl
45043 ! pp_sys.c
45044____________________________________________________________________________
25fbdfc0
GS
45045[ 6032] By: gsar on 2000/05/01 15:56:32
45046 Log: whitespace adjustments
21bad921 45047 Branch: perl
25fbdfc0 45048 ! pp_sys.c
21bad921 45049____________________________________________________________________________
25fbdfc0
GS
45050[ 6031] By: gsar on 2000/05/01 15:19:41
45051 Log: small nits in diagnostics.pm (from Robin Barker)
21bad921 45052 Branch: perl
25fbdfc0 45053 ! lib/diagnostics.pm pod/perldiag.pod
21bad921 45054____________________________________________________________________________
25fbdfc0
GS
45055[ 6030] By: gsar on 2000/05/01 08:39:18
45056 Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
45057 for @- and @+ (from Johan Vromans)
21bad921 45058 Branch: perl
25fbdfc0 45059 ! lib/English.pm pod/perlvar.pod
21bad921 45060____________________________________________________________________________
25fbdfc0
GS
45061[ 6029] By: gsar on 2000/05/01 08:16:10
45062 Log: add CGI.pm v2.66 (from Lincoln Stein)
f07cf794 45063 Branch: perl
25fbdfc0
GS
45064 + lib/CGI/Util.pm t/lib/cgi-pretty.t
45065 ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
45066 ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
45067 ! t/lib/cgi-html.t t/lib/cgi-request.t
f07cf794 45068____________________________________________________________________________
25fbdfc0
GS
45069[ 6028] By: gsar on 2000/05/01 06:34:41
45070 Log: Pod::Man generates groff-incompatible macro definition (from
45071 Tom Christiansen)
f07cf794 45072 Branch: perl
25fbdfc0 45073 ! lib/Pod/Man.pm
f07cf794 45074____________________________________________________________________________
25fbdfc0
GS
45075[ 6027] By: gsar on 2000/05/01 06:31:36
45076 Log: podlators-1.02 update (from Russ Allbery)
45077 Branch: perl
45078 ! lib/Pod/Man.pm lib/Pod/Text.pm
f07cf794 45079____________________________________________________________________________
51c9377f
JH
45080[ 6026] By: jhi on 2000/04/30 23:24:23
45081 Log: Integrate with Sarathy.
45082 Branch: cfgperl
45083 !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
45084 !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
45085 !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
45086 !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
45087 !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
45088 !> t/lib/syslog.t toke.c win32/win32.h
45089____________________________________________________________________________
25fbdfc0
GS
45090[ 6025] By: gsar on 2000/04/30 18:17:47
45091 Log: Is{Alnum,Alpha,Word} don't match titlecase
45092
45093 TODO: IsSpace is defined recursively!
45094
45095 (both spotted by Larry)
f07cf794 45096 Branch: perl
25fbdfc0
GS
45097 ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
45098 ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
f07cf794 45099____________________________________________________________________________
25fbdfc0
GS
45100[ 6024] By: gsar on 2000/04/30 17:50:19
45101 Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
45102 (from Hugo van der Sanden)
f07cf794 45103 Branch: perl
25fbdfc0 45104 ! toke.c
f07cf794 45105____________________________________________________________________________
25fbdfc0
GS
45106[ 6023] By: gsar on 2000/04/30 17:14:43
45107 Log: debugger stomps on $. (from M.J.T. Guy)
f07cf794 45108 Branch: perl
25fbdfc0 45109 ! lib/perl5db.pl
f07cf794 45110____________________________________________________________________________
25fbdfc0
GS
45111[ 6022] By: gsar on 2000/04/30 16:59:22
45112 Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
f07cf794 45113 Branch: perl
25fbdfc0 45114 ! sv.c
f07cf794 45115____________________________________________________________________________
25fbdfc0
GS
45116[ 6021] By: gsar on 2000/04/29 21:00:08
45117 Log: remove Win2K issue in pod (fixed by change#6020)
f07cf794 45118 Branch: perl
25fbdfc0 45119 ! README.win32 pod/perl56delta.pod
f07cf794 45120____________________________________________________________________________
25fbdfc0
GS
45121[ 6020] By: gsar on 2000/04/29 20:51:49
45122 Log: test tweak
f07cf794 45123 Branch: perl
25fbdfc0 45124 ! t/lib/open3.t
f07cf794 45125____________________________________________________________________________
25fbdfc0
GS
45126[ 6019] By: gsar on 2000/04/29 20:34:27
45127 Log: windows portability tweaks
f07cf794 45128 Branch: perl
25fbdfc0 45129 ! t/lib/b.t win32/win32.h
f07cf794 45130____________________________________________________________________________
25fbdfc0
GS
45131[ 6018] By: gsar on 2000/04/29 19:55:24
45132 Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
45133 make _PATH_LOG() return "" if unavailable
f07cf794 45134 Branch: perl
25fbdfc0
GS
45135 ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
45136 ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
f07cf794 45137____________________________________________________________________________
51c9377f
JH
45138[ 6017] By: jhi on 2000/04/28 22:49:46
45139 Log: Integrate with Sarathy.
45140 Branch: cfgperl
45141 !> op.c perl.c pod/perldiag.pod t/lib/b.t
45142____________________________________________________________________________
45143[ 6016] By: jhi on 2000/04/28 22:46:14
45144 Log: Do not warn that an infinity does not look like a number.
45145 Branch: cfgperl
45146 ! sv.c
45147____________________________________________________________________________
25fbdfc0
GS
45148[ 6015] By: gsar on 2000/04/28 22:35:49
45149 Log: tweak test for portability
f07cf794 45150 Branch: perl
25fbdfc0 45151 ! t/lib/b.t
f07cf794 45152____________________________________________________________________________
25fbdfc0
GS
45153[ 6014] By: gsar on 2000/04/28 22:05:31
45154 Log: glob() loading File::Glob behind the scenes may cause syntax errors
f07cf794 45155 Branch: perl
25fbdfc0 45156 ! op.c
f07cf794 45157____________________________________________________________________________
25fbdfc0
GS
45158[ 6013] By: gsar on 2000/04/28 21:25:22
45159 Log: tweak change#5945 to display correct switch name in diagnostic
f07cf794 45160 Branch: perl
25fbdfc0 45161 ! perl.c pod/perldiag.pod
f07cf794 45162____________________________________________________________________________
51c9377f
JH
45163[ 6012] By: jhi on 2000/04/28 21:08:12
45164 Log: Integrate with Sarathy.
45165 Branch: cfgperl
45166 !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
45167 !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
45168 !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
45169____________________________________________________________________________
45170[ 6011] By: jhi on 2000/04/28 21:04:46
45171 Log: &HUGE_VAL is not defined, it exists.
45172 Branch: cfgperl
45173 ! lib/Math/Complex.pm
45174____________________________________________________________________________
25fbdfc0
GS
45175[ 6010] By: gsar on 2000/04/28 21:02:58
45176 Log: clarify note about shadow password support (from
45177 gellyfish@gellyfish.com)
f07cf794 45178 Branch: perl
25fbdfc0 45179 ! pod/perlfunc.pod
f07cf794 45180____________________________________________________________________________
25fbdfc0
GS
45181[ 6009] By: gsar on 2000/04/28 21:00:00
45182 Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
f07cf794 45183 Branch: perl
25fbdfc0 45184 ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
f07cf794 45185____________________________________________________________________________
25fbdfc0
GS
45186[ 6008] By: gsar on 2000/04/28 20:56:33
45187 Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
45188 Branch: perl
45189 ! installperl vms/subconfigure.com
f07cf794 45190____________________________________________________________________________
25fbdfc0
GS
45191[ 6007] By: gsar on 2000/04/28 20:51:21
45192 Log: note about compile failures and END blocks (from M.J.T. Guy)
45193 Branch: perl
45194 ! pod/perl56delta.pod pod/perlmod.pod
f07cf794 45195____________________________________________________________________________
51c9377f
JH
45196[ 6006] By: jhi on 2000/04/28 20:42:14
45197 Log: Regen Configure.
45198 Branch: cfgperl
45199 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
45200 ! config_h.SH
45201____________________________________________________________________________
25fbdfc0
GS
45202[ 6005] By: gsar on 2000/04/28 20:41:16
45203 Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
9b0c9623 45204 Branch: perl
25fbdfc0 45205 ! utils/perldoc.PL
9b0c9623 45206____________________________________________________________________________
51c9377f
JH
45207[ 6004] By: jhi on 2000/04/28 20:28:21
45208 Log: Integrate with Sarathy.
45209 Branch: cfgperl
45210 !> Configure INSTALL Porting/Glossary Porting/config.sh
45211 !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
45212 !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
45213 !> vos/config_h.SH_orig win32/config.bc win32/config.gc
45214 !> win32/config.vc win32/win32.c
45215____________________________________________________________________________
25fbdfc0
GS
45216[ 6003] By: gsar on 2000/04/28 20:11:20
45217 Log: allow REG_EXPAND_SZ keys in Windows registry (from
45218 John Clayton <John.Clayton@barclayscapital.com>)
9b0c9623 45219 Branch: perl
25fbdfc0 45220 ! win32/win32.c
9b0c9623 45221____________________________________________________________________________
25fbdfc0
GS
45222[ 6002] By: gsar on 2000/04/28 19:34:16
45223 Log: destructive sv_setsv() can lose UV-ness from source, causing
45224 numeric promotions/comparisons to fail to do the right thing
9b0c9623 45225 Branch: perl
25fbdfc0 45226 ! sv.c
9b0c9623 45227____________________________________________________________________________
25fbdfc0
GS
45228[ 6001] By: gsar on 2000/04/28 18:44:15
45229 Log: support additional library locations via $Config{otherlibdirs}
45230 (from Andy Dougherty)
9b0c9623 45231 Branch: perl
25fbdfc0
GS
45232 ! Configure INSTALL Porting/Glossary Porting/config.sh
45233 ! Porting/config_H config_h.SH epoc/config.sh perl.c
45234 ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
45235 ! win32/config.bc win32/config.gc win32/config.vc
9b0c9623 45236____________________________________________________________________________
51c9377f
JH
45237[ 6000] By: gsar on 2000/04/28 18:26:58
45238 Log: reworked otherlibdirs.U (from Andy Dougherty)
45239 Branch: metaconfig
45240 ! U/installdirs/otherlibdirs.U
45241____________________________________________________________________________
25fbdfc0
GS
45242[ 5999] By: gsar on 2000/04/28 18:17:07
45243 Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
9b0c9623 45244 Branch: perl
25fbdfc0
GS
45245 ! t/pragma/warn/toke toke.c
45246____________________________________________________________________________
51c9377f
JH
45247[ 5998] By: jhi on 2000/04/28 13:32:17
45248 Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
45249 Branch: cfgperl
45250 ! lib/Math/Complex.pm
45251____________________________________________________________________________
45252[ 5997] By: jhi on 2000/04/28 13:14:04
45253 Log: Preserve $!.
45254 Branch: cfgperl
45255 ! lib/Math/Complex.pm
45256____________________________________________________________________________
45257[ 5996] By: jhi on 2000/04/28 12:59:23
45258 Log: Integrate with Sarathy.
45259 Branch: cfgperl
45260 +> pod/perlrequick.pod pod/perlretut.pod
45261 !> (integrate 51 files)
45262____________________________________________________________________________
25fbdfc0
GS
45263[ 5995] By: gsar on 2000/04/28 09:37:36
45264 Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
9b0c9623 45265 Branch: perl
25fbdfc0 45266 ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
9b0c9623 45267____________________________________________________________________________
25fbdfc0
GS
45268[ 5994] By: gsar on 2000/04/28 09:33:26
45269 Log: fix for missed accounting for null byte in pack("Z",...) (from
45270 M.J.T. Guy)
9b0c9623 45271 Branch: perl
25fbdfc0 45272 ! pp.c t/op/pack.t
9b0c9623 45273____________________________________________________________________________
25fbdfc0
GS
45274[ 5993] By: gsar on 2000/04/28 09:30:05
45275 Log: various minor tweaks seen on p5p
9b0c9623 45276 Branch: perl
25fbdfc0 45277 ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
9b0c9623 45278____________________________________________________________________________
25fbdfc0
GS
45279[ 5992] By: gsar on 2000/04/28 09:08:19
45280 Log: pod nit (from Simon Cozens)
9b0c9623 45281 Branch: perl
25fbdfc0 45282 ! pod/perlop.pod
9b0c9623 45283____________________________________________________________________________
25fbdfc0
GS
45284[ 5991] By: gsar on 2000/04/28 09:06:36
45285 Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
45286 Branch: perl
45287 ! README.posix-bc hints/posix-bc.sh
9b0c9623 45288____________________________________________________________________________
25fbdfc0
GS
45289[ 5990] By: gsar on 2000/04/28 08:54:52
45290 Log: use $ENV{LIB} to search for libs under Visual C compiler
45291 on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
9b0c9623 45292 Branch: perl
25fbdfc0 45293 ! lib/ExtUtils/Liblist.pm
9b0c9623 45294____________________________________________________________________________
25fbdfc0
GS
45295[ 5989] By: gsar on 2000/04/28 08:27:12
45296 Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
45297 itself and no other (from Tom Hughes)
45298 Branch: perl
45299 ! t/op/array.t toke.c
9b0c9623 45300____________________________________________________________________________
25fbdfc0
GS
45301[ 5988] By: gsar on 2000/04/28 08:01:38
45302 Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
45303 <paul@miraclefish.com>)
9b0c9623 45304 Branch: perl
25fbdfc0 45305 ! lib/ExtUtils/MakeMaker.pm
9b0c9623 45306____________________________________________________________________________
25fbdfc0
GS
45307[ 5987] By: gsar on 2000/04/28 07:53:09
45308 Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
45309 Branch: perl
45310 ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
9b0c9623 45311____________________________________________________________________________
25fbdfc0
GS
45312[ 5986] By: gsar on 2000/04/28 07:44:17
45313 Log: add regular expressions tutorial and quick-start guide (from
45314 Mark Kvale <kvale@phy.ucsf.edu>)
9b0c9623 45315 Branch: perl
25fbdfc0
GS
45316 + pod/perlrequick.pod pod/perlretut.pod
45317 ! AUTHORS MAINTAIN MANIFEST
9b0c9623 45318____________________________________________________________________________
25fbdfc0
GS
45319[ 5985] By: gsar on 2000/04/28 07:30:28
45320 Log: forked child may not exit correctly if it failed to open
45321 /dev/console (from Graham Barr)
45322 Branch: perl
45323 ! ext/Sys/Syslog/Syslog.pm
9b0c9623 45324____________________________________________________________________________
25fbdfc0
GS
45325[ 5984] By: gsar on 2000/04/28 07:27:20
45326 Log: attributes::reftype() doesn't work on tied argument
45327 Branch: perl
45328 ! xsutils.c
9b0c9623 45329____________________________________________________________________________
25fbdfc0
GS
45330[ 5983] By: gsar on 2000/04/28 07:15:04
45331 Log: numeric conversion of non-number in change#3378 tramples on
45332 OOK offset, causing segfaults
45333 Branch: perl
45334 ! sv.c
9b0c9623 45335____________________________________________________________________________
25fbdfc0
GS
45336[ 5982] By: gsar on 2000/04/28 04:48:25
45337 Log: avoid error in IO::Socket::INET when given an unknown service name
45338 with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
45339 Branch: perl
45340 ! ext/IO/lib/IO/Socket/INET.pm
9b0c9623 45341____________________________________________________________________________
25fbdfc0
GS
45342[ 5981] By: gsar on 2000/04/28 04:31:31
45343 Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
45344 prototype mismatch with CORE::glob(); update pod and tests to
45345 suit (File::Glob::glob() is still available for backward
45346 compatibility, but should be considered deprecated)
9b0c9623 45347 Branch: perl
25fbdfc0
GS
45348 ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
45349 ! t/lib/glob-taint.t
9b0c9623 45350____________________________________________________________________________
25fbdfc0
GS
45351[ 5980] By: gsar on 2000/04/28 03:47:29
45352 Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
45353 <ghudson@mit.edu>)
45354 Branch: metaconfig
45355 ! U/modified/Options.U
45356 Branch: perl
45357 ! Configure
9b0c9623 45358____________________________________________________________________________
25fbdfc0
GS
45359[ 5979] By: gsar on 2000/04/28 03:07:54
45360 Log: under useithreads, constant pad entries could inadvertantly be
45361 shared across threads (from Eric Blood <eblood@xmission.com>);
45362 added Eric's test case to testsuite
9b0c9623 45363 Branch: perl
25fbdfc0 45364 ! op.c t/op/misc.t
9b0c9623 45365____________________________________________________________________________
25fbdfc0
GS
45366[ 5978] By: gsar on 2000/04/27 21:13:00
45367 Log: sync version numbers in File::Spec with the ones on CPAN
45368 (from Barrie Slaymaker)
9b0c9623 45369 Branch: perl
25fbdfc0
GS
45370 ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
45371 ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
45372 ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
9b0c9623 45373____________________________________________________________________________
25fbdfc0
GS
45374[ 5977] By: gsar on 2000/04/27 21:07:29
45375 Log: autoquote barewords followed by newline and arrow properly
45376 (variant of fix suggested by Rick Delaney and M.J.T. Guy)
9b0c9623 45377 Branch: perl
25fbdfc0 45378 ! t/pragma/warn/toke toke.c
9b0c9623 45379____________________________________________________________________________
25fbdfc0
GS
45380[ 5976] By: gsar on 2000/04/27 20:41:20
45381 Log: DB_File v1.73 update (from Paul Marquess)
45382 Branch: perl
45383 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
45384 ! ext/DB_File/DB_File.xs ext/DB_File/version.c
9b0c9623 45385____________________________________________________________________________
25fbdfc0
GS
45386[ 5975] By: gsar on 2000/04/27 20:34:24
45387 Log: allow sort() reentrancy (variant of patch suggested by
45388 Hugo van der Sanden)
9b0c9623 45389 Branch: perl
25fbdfc0 45390 ! pp_ctl.c t/op/sort.t
9b0c9623 45391____________________________________________________________________________
25fbdfc0
GS
45392[ 5974] By: gsar on 2000/04/27 19:46:57
45393 Log: change#4197 somehow missed initializing PL_errors, meaning
45394 sytax error queueing wasn't working outside eval"" at all;
45395 also fixed eval"" to localize PL_error_count, so that compile-time
45396 eval's don't clobber the error state of the outer context
9b0c9623 45397 Branch: perl
25fbdfc0
GS
45398 ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
45399 ! t/pragma/warn/toke
9b0c9623 45400____________________________________________________________________________
25fbdfc0
GS
45401[ 5973] By: gsar on 2000/04/27 18:29:05
45402 Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
45403 Branch: perl
45404 ! regcomp.c regexec.c t/op/re_tests
9b0c9623 45405____________________________________________________________________________
51c9377f
JH
45406[ 5972] By: jhi on 2000/04/27 18:22:41
45407 Log: Integrate with Sarathy.
45408 Branch: cfgperl
45409 +> t/lib/b.t t/lib/syslog.t
45410 !> (integrate 31 files)
45411____________________________________________________________________________
45412[ 5971] By: jhi on 2000/04/27 18:18:46
45413 Log: Unicos tweaks from Mark P. Lutz.
45414 Branch: cfgperl
45415 ! hints/unicos.sh lib/Math/Complex.pm
45416____________________________________________________________________________
25fbdfc0
GS
45417[ 5970] By: gsar on 2000/04/27 18:05:11
45418 Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
45419 IV is >32bits
9b0c9623 45420 Branch: perl
25fbdfc0 45421 ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
9b0c9623 45422____________________________________________________________________________
25fbdfc0
GS
45423[ 5969] By: gsar on 2000/04/27 17:50:56
45424 Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
9b0c9623 45425 Branch: perl
25fbdfc0
GS
45426 + t/lib/syslog.t
45427 ! MANIFEST ext/Sys/Syslog/Syslog.pm
9b0c9623 45428____________________________________________________________________________
25fbdfc0
GS
45429[ 5968] By: gsar on 2000/04/27 17:44:49
45430 Log: tolerate spaces in group names in test on solaris (from David Boyce
45431 <dsb@boyski.com>)
9b0c9623 45432 Branch: perl
25fbdfc0 45433 ! t/op/groups.t
9b0c9623 45434____________________________________________________________________________
25fbdfc0
GS
45435[ 5967] By: gsar on 2000/04/27 17:41:22
45436 Log: improved docs on the warn_uninit diagnostic (from David Glasser
45437 and Simon Cozens)
9b0c9623 45438 Branch: perl
25fbdfc0 45439 ! pod/perldiag.pod
9b0c9623 45440____________________________________________________________________________
25fbdfc0
GS
45441[ 5966] By: gsar on 2000/04/27 16:54:58
45442 Log: add testsuite for B backends, fix bug in B::Deparse (from
45443 Simon Cozens <simon@brecon.co.uk>)
9b0c9623 45444 Branch: perl
25fbdfc0
GS
45445 + t/lib/b.t
45446 ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
9b0c9623 45447____________________________________________________________________________
25fbdfc0
GS
45448[ 5965] By: gsar on 2000/04/27 16:10:37
45449 Log: avoid "will not stay shared" warnings for our variables (from
45450 Robin Barker)
9b0c9623 45451 Branch: perl
25fbdfc0 45452 ! op.c t/pragma/warn/op
9b0c9623 45453____________________________________________________________________________
25fbdfc0
GS
45454[ 5964] By: gsar on 2000/04/27 07:05:05
45455 Log: reformat to 72 columns (again)
9b0c9623 45456 Branch: perl
25fbdfc0 45457 ! pod/perldiag.pod
9b0c9623 45458____________________________________________________________________________
25fbdfc0
GS
45459[ 5963] By: gsar on 2000/04/27 06:28:31
45460 Log: patch from Larry to make (\&) prototype work; added tests for
45461 the same
9b0c9623 45462 Branch: perl
25fbdfc0 45463 ! op.c t/comp/proto.t
9b0c9623 45464____________________________________________________________________________
25fbdfc0
GS
45465[ 5962] By: gsar on 2000/04/27 06:15:47
45466 Log: updated README.hpux (from Jeff Okamoto)
9b0c9623 45467 Branch: perl
25fbdfc0 45468 ! README.hpux
9b0c9623 45469____________________________________________________________________________
25fbdfc0
GS
45470[ 5961] By: gsar on 2000/04/27 05:55:03
45471 Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
9b0c9623 45472 Branch: perl
25fbdfc0 45473 ! emacs/cperl-mode.el
9b0c9623 45474____________________________________________________________________________
25fbdfc0
GS
45475[ 5960] By: gsar on 2000/04/27 05:49:26
45476 Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
9b0c9623 45477 Branch: perl
25fbdfc0 45478 ! INSTALL
9b0c9623 45479____________________________________________________________________________
25fbdfc0
GS
45480[ 5959] By: gsar on 2000/04/27 05:33:41
45481 Log: doubled words in pods (from Simon Cozens
45482 <simon.p.cozens@jp.pwcglobal.com>)
9b0c9623 45483 Branch: perl
25fbdfc0
GS
45484 ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
45485 ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
45486 ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
45487 ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
45488 ! pod/perltootc.pod
9b0c9623 45489____________________________________________________________________________
25fbdfc0
GS
45490[ 5958] By: gsar on 2000/04/27 05:11:39
45491 Log: change#3569 deleted some essential code, revert; avoid use of
45492 atexit() to make DynaLoader work properly on AIX under mod_perl
45493 (from Jens-Uwe Mager <jum@helios.de>)
9b0c9623 45494 Branch: perl
25fbdfc0 45495 ! ext/DynaLoader/dl_aix.xs
9b0c9623 45496____________________________________________________________________________
25fbdfc0
GS
45497[ 5957] By: gsar on 2000/04/27 04:54:51
45498 Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
9b0c9623 45499 Branch: perl
25fbdfc0 45500 ! pod/perlmod.pod
9b0c9623 45501____________________________________________________________________________
25fbdfc0
GS
45502[ 5956] By: gsar on 2000/04/27 04:51:47
45503 Log: better diagnostics on failed tests (from Ilya Zakharevich)
9b0c9623 45504 Branch: perl
25fbdfc0 45505 ! t/op/lex_assign.t
9b0c9623 45506____________________________________________________________________________
25fbdfc0
GS
45507[ 5955] By: gsar on 2000/04/27 04:26:44
45508 Log: longstanding bug exposed by change#3307: sort arguments weren't
45509 compiled with the right wantarray context (ensuing runtime lookup
45510 via block_gimme() was getting the incidental context of the
45511 sort() itself)
9b0c9623 45512 Branch: perl
25fbdfc0 45513 ! op.c t/op/sort.t
9b0c9623 45514____________________________________________________________________________
25fbdfc0
GS
45515[ 5954] By: gsar on 2000/04/26 23:42:12
45516 Log: integrate cfgperl contents into mainline
9b0c9623 45517 Branch: perl
25fbdfc0 45518 !> (integrate 30 files)
9b0c9623 45519____________________________________________________________________________
51c9377f
JH
45520[ 5953] By: jhi on 2000/04/26 23:06:42
45521 Log: Integrate with Sarathy.
45522 Branch: cfgperl
45523 !> README.win32 ext/B/B/Deparse.pm
45524 !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
45525 !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
45526 !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
45527 !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
45528 !> utils/perldoc.PL vms/perlvms.pod
45529____________________________________________________________________________
45530[ 5952] By: jhi on 2000/04/26 23:03:46
45531 Log: Undo "use integer" addition from 64bitint as it seems
45532 to break most of the subtests in Digital UNIX;
45533 Unicos needs to find another way.
45534 Branch: cfgperl
45535 ! t/op/64bitint.t
45536____________________________________________________________________________
45537[ 5951] By: jhi on 2000/04/26 22:57:53
45538 Log: Be more robust on "extreme" (large absolute value)
45539 arguments. Originally reported by Daniel Connelly
45540 as a problem with asinh() on large negative arguments,
45541 asinh() used to bail out because an argument to log()
45542 ended up being zero. Ilya Zakharevich proposed using
45543 Taylor's series in such cases, which for such large
45544 arguments is a very good approximation.
45545 Branch: cfgperl
45546 ! lib/Math/Complex.pm t/lib/complex.t
45547____________________________________________________________________________
25fbdfc0
GS
45548[ 5950] By: gsar on 2000/04/25 19:13:12
45549 Log: reformat perldiag to avoid long lines
9b0c9623 45550 Branch: perl
25fbdfc0 45551 ! pod/perldiag.pod
9b0c9623 45552____________________________________________________________________________
25fbdfc0
GS
45553[ 5949] By: gsar on 2000/04/25 18:41:11
45554 Log: make perldoc use the pod2man from the same version (from
45555 M.J.T. Guy)
45556 Branch: perl
45557 ! utils/perldoc.PL
9b0c9623 45558____________________________________________________________________________
25fbdfc0
GS
45559[ 5948] By: gsar on 2000/04/25 18:21:57
45560 Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
45561 <kompas@kompas.usr.onet.pl>)
9b0c9623 45562 Branch: perl
25fbdfc0 45563 ! lib/vars.pm
9b0c9623 45564____________________________________________________________________________
25fbdfc0
GS
45565[ 5947] By: gsar on 2000/04/25 18:11:53
45566 Log: use &dl_error rather than &dl_load_file as the guard for calling
45567 boot_DynaLoader() (meant to fix dl_error() redefined warnings in
45568 statically built perl)
45569 Branch: perl
45570 ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
9b0c9623 45571____________________________________________________________________________
51c9377f
JH
45572[ 5946] By: jhi on 2000/04/25 17:37:54
45573 Log: Document that tr() is not tr(1).
45574 Branch: cfgperl
45575 ! pod/perlop.pod
45576____________________________________________________________________________
25fbdfc0
GS
45577[ 5945] By: gsar on 2000/04/25 16:34:33
45578 Log: make module name mandatory after -M switch; reorder perldiag
45579 alphabetically (from Mark-Jason Dominus)
9b0c9623 45580 Branch: perl
25fbdfc0 45581 ! perl.c pod/perldiag.pod
9b0c9623 45582____________________________________________________________________________
51c9377f
JH
45583[ 5944] By: jhi on 2000/04/25 01:15:18
45584 Log: On second thoughts frexp() does have two arguments.
45585 Branch: cfgperl
45586 ! perl.h
45587____________________________________________________________________________
45588[ 5943] By: jhi on 2000/04/24 22:56:32
45589 Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
45590 Now pp_ncmp() returns undef is either operand is a NaN.
45591 Branch: cfgperl
45592 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
45593 ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
45594 ! vms/subconfigure.com vos/config.def vos/config.h
45595 ! vos/config_h.SH_orig win32/config.bc win32/config.gc
45596 ! win32/config.vc win32/config_H.bc win32/config_H.gc
45597 ! win32/config_H.vc
45598 Branch: metaconfig/U/perl
45599 + d_modfl.U
45600____________________________________________________________________________
45601[ 5942] By: jhi on 2000/04/24 19:45:17
45602 Log: Regen Configure to match #5937.
45603 Branch: cfgperl
45604 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
45605 ! config_h.SH
45606 Branch: metaconfig
45607 ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
45608____________________________________________________________________________
45609[ 5941] By: jhi on 2000/04/24 19:24:11
45610 Log: Further Unicos fixes for Mark Lutz.
45611 Branch: cfgperl
45612 ! hints/unicos.sh pp_ctl.c
45613____________________________________________________________________________
45614[ 5940] By: jhi on 2000/04/24 19:09:06
45615 Log: Various Unicos 10.0.0.6 fixes.
45616
45617 Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
45618 From: Mark P Lutz <tecmpl1@triton.ca.boeing.com>
45619 Reply-To: tecmpl1@triton.ca.boeing.com
45620 To: perl5-porters@perl.org
45621 Date: Fri, 14 Apr 2000 20:21:00 GMT
45622 Message-Id: <200004142021.UAA36232@triton.ca.boeing.com>
45623 Branch: cfgperl
45624 ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
45625____________________________________________________________________________
25fbdfc0
GS
45626[ 5939] By: gsar on 2000/04/24 19:01:24
45627 Log: more pod nits (from Larry Virden)
9b0c9623 45628 Branch: perl
25fbdfc0
GS
45629 ! README.win32 pod/perlsub.pod pod/perlsyn.pod
45630 ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
45631 ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
9b0c9623 45632____________________________________________________________________________
25fbdfc0
GS
45633[ 5938] By: gsar on 2000/04/24 18:54:01
45634 Log: Consolidated B::Deparse fixes (from Stephen McCamant)
9b0c9623 45635 Branch: perl
25fbdfc0 45636 ! ext/B/B/Deparse.pm
9b0c9623 45637____________________________________________________________________________
51c9377f
JH
45638[ 5937] By: jhi on 2000/04/24 17:39:00
45639 Log: Integrate with Sarathy.
45640 Branch: cfgperl
45641 +> (branch 31 files)
45642 !> (integrate 73 files)
45643____________________________________________________________________________
25fbdfc0
GS
45644[ 5936] By: gsar on 2000/04/24 17:30:06
45645 Log: additional tests for change#5934 (from Paul Marquess, who also
45646 sent in the same fix)
45647 Branch: perl
45648 ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
45649 ! t/pragma/warn/5nolint t/pragma/warn/6default
9b0c9623 45650____________________________________________________________________________
51c9377f
JH
45651[ 5935] By: jhi on 2000/04/24 17:26:05
45652 Log: Do not assume sign propagation.
45653 Subject: [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
45654 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
45655 To: payner@ncifcrf.gov, perl5-porters@perl.org
45656 Date: Tue, 18 Apr 2000 18:24:49 +0100
45657 Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk>
45658 Branch: cfgperl
45659 ! t/op/bop.t t/op/misc.t
45660____________________________________________________________________________
25fbdfc0
GS
45661[ 5934] By: gsar on 2000/04/24 17:16:54
45662 Log: propagate lexical warnings from surrounding scope correctly
45663 within string eval()
9b0c9623 45664 Branch: perl
25fbdfc0 45665 ! pp_ctl.c t/pragma/warn/pp_ctl
9b0c9623 45666____________________________________________________________________________
51c9377f
JH
45667[ 5933] By: jhi on 2000/04/24 17:01:07
45668 Log: Flatten the cpp jungle doing the nosuid checking.
45669 Branch: cfgperl
45670 ! perl.c
45671____________________________________________________________________________
25fbdfc0
GS
45672[ 5932] By: gsar on 2000/04/24 09:08:14
45673 Log: add rsignal(), whichsig() and do_join() to public API list
45674 (mod_perl uses them to good advantage)
9b0c9623 45675 Branch: perl
25fbdfc0 45676 ! embed.pl global.sym objXSUB.h perlapi.c proto.h
9b0c9623 45677____________________________________________________________________________
25fbdfc0
GS
45678[ 5931] By: gsar on 2000/04/24 09:01:40
45679 Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
c47ff5f1 45680 Branch: perl
25fbdfc0 45681 ! pp_hot.c regexec.c t/op/pat.t
c47ff5f1 45682____________________________________________________________________________
25fbdfc0
GS
45683[ 5930] By: gsar on 2000/04/24 08:58:33
45684 Log: small os390 tweaks (from Peter Prymmer)
c47ff5f1 45685 Branch: perl
25fbdfc0 45686 ! config_h.SH makedepend.SH
c47ff5f1 45687____________________________________________________________________________
25fbdfc0
GS
45688[ 5929] By: gsar on 2000/04/24 08:55:25
45689 Log: pod nits
c47ff5f1 45690 Branch: perl
25fbdfc0 45691 ! pod/perlguts.pod
c47ff5f1 45692____________________________________________________________________________
25fbdfc0
GS
45693[ 5928] By: gsar on 2000/04/24 08:50:13
45694 Log: revert change#5923 ("breaks" t/lib/io_poll.t)
c47ff5f1 45695 Branch: perl
25fbdfc0 45696 ! ext/IO/lib/IO/Poll.pm
c47ff5f1 45697____________________________________________________________________________
25fbdfc0
GS
45698[ 5927] By: gsar on 2000/04/24 08:43:24
45699 Log: arrange for next() to resume at the unstack op rather than the
45700 loop conditional, so that scope cleanup happens correctly
45701 (from Stephen McCamant)
c47ff5f1 45702 Branch: perl
25fbdfc0 45703 ! op.c pp_ctl.c t/op/misc.t
c47ff5f1 45704____________________________________________________________________________
25fbdfc0
GS
45705[ 5926] By: gsar on 2000/04/24 08:18:40
45706 Log: on windows, reserve 16M of stack rather than 128M (allows more
45707 threads to run concurrently)
c47ff5f1 45708 Branch: perl
25fbdfc0 45709 ! win32/Makefile win32/makefile.mk
c47ff5f1 45710____________________________________________________________________________
25fbdfc0
GS
45711[ 5925] By: gsar on 2000/04/24 08:13:52
45712 Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
c47ff5f1 45713 Branch: perl
25fbdfc0 45714 ! toke.c
c47ff5f1 45715____________________________________________________________________________
25fbdfc0
GS
45716[ 5924] By: gsar on 2000/04/24 08:08:59
45717 Log: avoid using uninitialized memory in require version check
c47ff5f1 45718 Branch: perl
25fbdfc0 45719 ! pp_ctl.c universal.c
c47ff5f1 45720____________________________________________________________________________
25fbdfc0
GS
45721[ 5923] By: gsar on 2000/04/24 07:20:14
45722 Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
c47ff5f1 45723 Branch: perl
25fbdfc0 45724 ! ext/IO/lib/IO/Poll.pm
c47ff5f1 45725____________________________________________________________________________
25fbdfc0
GS
45726[ 5922] By: gsar on 2000/04/24 07:08:42
45727 Log: commentary about IoTYPE() (from Nathan Torkington)
c47ff5f1 45728 Branch: perl
25fbdfc0 45729 ! sv.h
c47ff5f1 45730____________________________________________________________________________
25fbdfc0
GS
45731[ 5921] By: gsar on 2000/04/24 06:58:26
45732 Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
45733 by fix
c47ff5f1 45734 Branch: perl
25fbdfc0 45735 ! sv.c t/lib/charnames.t t/pragma/utf8.t
c47ff5f1 45736____________________________________________________________________________
25fbdfc0
GS
45737[ 5920] By: gsar on 2000/04/24 06:37:59
45738 Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
c47ff5f1 45739 Branch: perl
25fbdfc0 45740 ! doop.c t/op/ver.t
c47ff5f1 45741____________________________________________________________________________
25fbdfc0
GS
45742[ 5919] By: gsar on 2000/04/24 06:21:58
45743 Log: Configure might miss old directories when prefix must be
45744 expanded (from Robin Barker)
45745 Branch: metaconfig
45746 ! U/installdirs/inc_version_list.U
c47ff5f1 45747 Branch: perl
25fbdfc0 45748 ! Configure
c47ff5f1 45749____________________________________________________________________________
25fbdfc0
GS
45750[ 5918] By: gsar on 2000/04/24 06:16:11
45751 Log: VMS nits in glob() test (from Charles Lane)
c47ff5f1 45752 Branch: perl
25fbdfc0 45753 ! t/lib/glob-basic.t
c47ff5f1 45754____________________________________________________________________________
25fbdfc0
GS
45755[ 5917] By: gsar on 2000/04/24 06:11:56
45756 Log: various pod nits (from Larry Virden and others)
c47ff5f1 45757 Branch: perl
25fbdfc0
GS
45758 ! README.amiga README.hpux README.machten README.os2
45759 ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
45760 ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
45761 ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
45762 ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
45763 ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
45764 ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
45765 ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
45766 ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
c47ff5f1 45767____________________________________________________________________________
25fbdfc0
GS
45768[ 5916] By: gsar on 2000/04/24 05:52:43
45769 Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
45770 <wjones@tc.fluke.com>)
45771 Branch: perl
45772 ! t/lib/glob-basic.t
c47ff5f1 45773____________________________________________________________________________
25fbdfc0
GS
45774[ 5915] By: gsar on 2000/04/24 05:07:01
45775 Log: supported platforms mixed up
c47ff5f1 45776 Branch: perl
25fbdfc0 45777 ! pod/perl56delta.pod pod/perlport.pod
c47ff5f1 45778____________________________________________________________________________
25fbdfc0
GS
45779[ 5914] By: gsar on 2000/04/24 04:56:08
45780 Log: caller() wasn't returning the right number of elements for
45781 eval {...}
c47ff5f1 45782 Branch: perl
25fbdfc0 45783 ! pp_ctl.c t/pragma/warn/9enabled
c47ff5f1 45784____________________________________________________________________________
25fbdfc0
GS
45785[ 5913] By: gsar on 2000/04/24 04:35:41
45786 Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
45787 Mark-Jason Dominus)
45788 Branch: perl
45789 ! pod/perlfunc.pod
c47ff5f1 45790____________________________________________________________________________
25fbdfc0
GS
45791[ 5912] By: gsar on 2000/04/24 04:17:15
45792 Log: fix totally broken caching in UNIVERSAL::isa() (from
45793 Nick Ing-Simmons)
45794 Branch: perl
45795 ! t/op/universal.t universal.c
45796____________________________________________________________________________
45797[ 5911] By: gsar on 2000/04/24 03:39:47
45798 Log: add linebreak properties from unicode/LineBrk.txt (from
45799 Dave Hartnoll <Dave_Hartnoll@3b2.com>)
45800 Branch: perl
45801 + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
45802 + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
45803 + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
45804 + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
45805 + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
45806 + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
45807 + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
45808 + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
45809 + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
45810 + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
45811 + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
45812 + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
45813 + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
45814 + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
45815 + lib/unicode/Is/LbrkZW.pl
45816 ! lib/unicode/mktables.PL
c47ff5f1 45817____________________________________________________________________________
25fbdfc0
GS
45818[ 5910] By: gsar on 2000/04/24 03:23:10
45819 Log: typo in pod
c47ff5f1 45820 Branch: perl
25fbdfc0 45821 ! ext/Thread/Thread.pm
c47ff5f1 45822____________________________________________________________________________
25fbdfc0
GS
45823[ 5909] By: gsar on 2000/04/24 03:22:03
45824 Log: mode argument to do_binmode() should be file mode, not boolean
c47ff5f1 45825 Branch: perl
25fbdfc0 45826 ! pp_sys.c
c47ff5f1 45827____________________________________________________________________________
25fbdfc0
GS
45828[ 5908] By: gsar on 2000/04/16 16:51:08
45829 Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
45830 always returns a valid GV even when the symbol is trapped by strictures
45831 (avoids coredumps)
45832
45833 TODO: the C<package;> hack needs similar treatment
c47ff5f1 45834 Branch: perl
25fbdfc0
GS
45835 ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
45836 ! t/pragma/strict-vars
c47ff5f1 45837____________________________________________________________________________
51c9377f
JH
45838[ 5907] By: jhi on 2000/03/31 23:42:56
45839 Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
45840 an assumption which #5905 demolished.
45841 Branch: cfgperl
45842 ! pp_sys.c
45843____________________________________________________________________________
45844[ 5906] By: jhi on 2000/03/31 18:54:37
45845 Log: Typo in #5905.
45846 Branch: cfgperl
45847 ! t/op/64bitint.t
45848____________________________________________________________________________
45849[ 5905] By: jhi on 2000/03/31 18:50:54
45850 Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
45851 reported by Joseph N. Hall. The bug was that even with use64bitint
45852 one had to use the prefixes q, L, or ll with printf/sprintf,
45853 contrary to the documentation and common sense.
45854 Branch: cfgperl
45855 ! sv.c t/op/64bitint.t
45856____________________________________________________________________________
25fbdfc0
GS
45857[ 5904] By: gsar on 2000/03/28 02:31:32
45858 Log: add Changes, perldelta.pod
fe6f1558 45859 Branch: perl
25fbdfc0 45860 + Changes pod/perldelta.pod
fe6f1558 45861____________________________________________________________________________
25fbdfc0
GS
45862[ 5903] By: gsar on 2000/03/28 02:03:55
45863 Log: rename Changes and perldelta.pod
fe6f1558 45864 Branch: perl
25fbdfc0
GS
45865 +> Changes5.6 pod/perl56delta.pod
45866 - Changes pod/perldelta.pod
45867 ! MANIFEST
fe6f1558 45868____________________________________________________________________________
51c9377f
JH
45869[ 5902] By: gsar on 2000/03/28 01:59:14
45870 Log: create maint-5.6 branch
45871 Branch: maint-5.6/perl
45872 +> (branch 1611 files)
45873____________________________________________________________________________
45874[ 5901] By: jhi on 2000/03/23 05:48:43
45875 Log: Integrate with Sarathy.
45876 Branch: cfgperl
45877 !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
45878____________________________________________________________________________
25fbdfc0
GS
45879[ 5900] By: gsar on 2000/03/23 05:42:43
45880 Log: three guesses on what this is :-)
fe6f1558 45881 Branch: perl
25fbdfc0 45882 ! Changes