This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Correct numbering of the tests is useful.
[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____________________________________________________________________________
00644a6f
JH
34[ 12053] By: jhi on 2001/09/17 13:45:26
35 Log: Adding new files to the MANIFEST is always nice.
36 Branch: perl
37 ! MANIFEST
38____________________________________________________________________________
39[ 12052] By: jhi on 2001/09/17 13:12:31
40 Log: Reindent the PerlIO files (suggested by NI-S), used
41 indent -kr -nce -psl -sc -TSV -TAV -THV -TGV -TIV -TUV -TNV -TMAGIC -TFILE -TPerlIO -TPerlIO_list_t -TPerlIO_funcs -TPerlIO_pair_t
42 (GNU indent). Note that wholesale re-indenting might
43 be nice, but that would break nice formatting/alignment
44 of assignments, equality testing, and complex boolean
45 expressions with lots of &s and |s.
46 Branch: perl
47 ! perlio.c perlio.h perliol.h
48____________________________________________________________________________
49[ 12051] By: jhi on 2001/09/17 12:55:53
50 Log: Add a script for being 8.3-polite.
51 The found conflicts are being worked on.
52 Branch: perl
53 + check83.pl
54 ! MANIFEST Porting/pumpkin.pod
55____________________________________________________________________________
56[ 12050] By: sky on 2001/09/17 12:44:36
57 Log: Fixes coredump introduced by 11755 and 11790. Thanks to Doug for
58 finding it.
59 Branch: perl
60 ! sv.c
61____________________________________________________________________________
62[ 12049] By: jhi on 2001/09/17 11:55:07
63 Log: Bump up versions because of #12041.
64 Branch: perl
65 ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
66 ! ext/IO/lib/IO/Pipe.pm lib/Fatal.pm lib/Time/gmtime.pm
67 ! lib/Time/localtime.pm
68____________________________________________________________________________
69[ 12048] By: jhi on 2001/09/17 11:51:54
70 Log: Bump the version number because of #12042.
71 Branch: perl
72 ! lib/CPAN/FirstTime.pm
73____________________________________________________________________________
74[ 12047] By: ams on 2001/09/17 11:21:40
75 Log: Subject: Re: [PATCH] turn $a.=<F> into an RCATLINE
76 From: Abhijit Menon-Sen <ams@wiw.org>
77 Date: Mon, 17 Sep 2001 17:44:12 +0530
78 Message-Id: <20010917174412.B7058@lustre.dyn.wiw.org>
79 Branch: perl
80 ! op.c
81____________________________________________________________________________
82[ 12046] By: sky on 2001/09/17 07:14:17
83 Log: Subject: Re: t/op/ver.t using skip() improperly
84 From: "chromatic" <chromatic@rmci.net>
85 Date: Mon, 17 Sep 2001 00:22:29 -0600
86 Message-ID: <20010917062713.47716.qmail@onion.perl.org>
87 Branch: perl
88 ! t/op/ver.t
89____________________________________________________________________________
90[ 12045] By: nick on 2001/09/17 07:12:14
91 Log: Integrate mainline
92 Branch: perlio
93 +> t/op/chdir.t
94 !> (integrate 117 files)
95____________________________________________________________________________
96[ 12044] By: ams on 2001/09/17 05:49:53
97 Log: Subject: [PATCH lib/constant.pm] Major POD rewrite of constant.pm
98 From: Ilmari Karonen <iltzu@sci.fi>
99 Date: Mon, 17 Sep 2001 00:47:57 +0300 (EET DST)
100 Message-Id: <Pine.SOL.3.96.1010917002916.13210A-100000@simpukka>
101 (And $VERSION = '1.05'.)
102 Branch: perl
103 ! lib/constant.pm
104____________________________________________________________________________
105[ 12043] By: ams on 2001/09/17 05:44:50
106 Log: Subject: Re: [BUG?] chdir(undef) == chdir() probably a bug
107 From: Michael G Schwern <schwern@pobox.com>
108 Date: Mon, 17 Sep 2001 07:49:04 +0200
109 Message-Id: <20010917074904.V1588@blackrider>
110 (Applied with tweaks to chdir.t and pp_sys.c hunks.)
111 Branch: perl
112 + t/op/chdir.t
113 ! MANIFEST pp_sys.c
114____________________________________________________________________________
115[ 12042] By: jhi on 2001/09/17 02:54:13
116 Log: Subject: Re: CPAN.pm needs some hacking
117 From: "chromatic" <chromatic@rmci.net>
118 Date: Sun, 16 Sep 2001 16:46:29 -0600
119 Message-ID: <20010916225113.5606.qmail@onion.perl.org>
120 Branch: perl
121 ! lib/CPAN/FirstTime.pm
122____________________________________________________________________________
123[ 12041] By: jhi on 2001/09/16 20:43:15
124 Log: Change use|require 5.005_64 to use|require 5.6.1.
125 Branch: perl
126 ! ext/Data/Dumper/Dumper.pm ext/Devel/DProf/DProf.pm
127 ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
128 ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
129 ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoSplit.pm
130 ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Command.pm
131 ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
132 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
133 ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/FileHandle.pm
134 ! lib/Math/Trig.pm lib/Net/Ping.pm lib/Net/hostent.pm
135 ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
136 ! lib/Shell.pm lib/Tie/Array.pm lib/Tie/Handle.pm
137 ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
138 ! lib/base.pm lib/fields.pm
139____________________________________________________________________________
140[ 12040] By: jhi on 2001/09/16 20:36:58
141 Log: Bump up version numbers.
142
143 TODO 1: double check that pre-5.6.1 CPAN.pm:s
144 don't try to download 5.8.0 because of the
145 version numbers. Mainly this means using _00
146 in the core version numbers.
147
148 TODO 2: the "use 5.005_64" in many modules
149 needs to be changed to, say, "use 5.6.1".
150 Branch: perl
151 ! ext/B/B/Assembler.pm ext/Data/Dumper/Dumper.pm
152 ! lib/AutoLoader.pm lib/AutoSplit.pm lib/CPAN.pm
153 ! lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
154 ! lib/ExtUtils/Installed.pm lib/ExtUtils/Manifest.pm
155 ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Find.pm
156 ! lib/File/Path.pm lib/File/Spec.pm lib/File/Spec/Functions.pm
157 ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
158 ! lib/File/Spec/Win32.pm lib/FindBin.pm lib/Pod/Checker.pm
159 ! lib/Pod/Find.pm lib/SelfLoader.pm lib/Shell.pm
160 ! lib/Tie/Handle.pm lib/blib.pm lib/diagnostics.pm
161 ! vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
162____________________________________________________________________________
163[ 12039] By: jhi on 2001/09/16 19:23:07
164 Log: Use UCHARAT() as suggested by Inaba Hiroto.
165 Branch: perl
166 ! regexec.c
167____________________________________________________________________________
168[ 12038] By: ams on 2001/09/16 15:16:24
169 Log: Subject: [PATCH] Re: Core module version numbers review
170 From: Peter Scott <Peter@PSDT.com>
171 Date: Sun, 16 Sep 2001 09:09:58 -0700
172 Message-Id: <4.3.2.7.2.20010916090716.00b452a0@mail.webquarry.com>
173 Branch: perl
174 ! lib/perl5db.pl
175____________________________________________________________________________
176[ 12037] By: jhi on 2001/09/16 14:27:54
177 Log: Supply more details on how lc/uc/lcfirst/ucfirst are
178 not yet fully implemented.
179 Branch: perl
180 ! pod/perlfunc.pod pod/perlunicode.pod
181____________________________________________________________________________
182[ 12036] By: jhi on 2001/09/15 23:13:12
183 Log: Subject: [patch] plug PL_beginav_save leak
184 From: Doug MacEachern <dougm@covalent.net>
185 Date: Sat, 15 Sep 2001 17:02:18 -0700 (PDT)
186 Message-ID: <Pine.LNX.4.21.0109151659060.6089-100000@mako.covalent.net>
187 Branch: perl
188 ! perl.c
189____________________________________________________________________________
190[ 12035] By: jhi on 2001/09/15 23:12:28
191 Log: (accidentally empty checkin)
192 Branch: perl
193 ! sv.c
194____________________________________________________________________________
195[ 12034] By: jhi on 2001/09/15 23:08:09
196 Log: Subject: [patch] ithreads+PL_beginav_save
197 From: Doug MacEachern <dougm@covalent.net>
198 Date: Sat, 15 Sep 2001 16:53:01 -0700 (PDT)
199 Message-ID: <Pine.LNX.4.21.0109151651050.6089-100000@mako.covalent.net>
200 Branch: perl
201 ! sv.c
202____________________________________________________________________________
203[ 12033] By: jhi on 2001/09/15 23:07:19
204 Log: Subject: [PATCH] h2xs.PL with C::Scan
205 From: Tim Jenness <t.jenness@jach.hawaii.edu>
206 Date: Sat, 15 Sep 2001 13:41:28 -1000 (HST)
207 Message-ID: <Pine.LNX.4.33.0109151338560.3075-100000@lapaki>
208 Branch: perl
209 ! utils/h2xs.PL
210____________________________________________________________________________
211[ 12032] By: jhi on 2001/09/15 18:43:20
212 Log: Elaborate (well, make more vague, really) #12030.
213 Branch: perl
214 ! pod/perltodo.pod pod/perlunicode.pod
215____________________________________________________________________________
216[ 12031] By: jhi on 2001/09/15 18:37:07
217 Log: Subject: [PATCH regexec.c] adding (U8) to case insensitive matching
218 From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
219 Date: Fri, 14 Sep 2001 20:58:30 -0400 (EDT)
220 Message-ID: <Pine.GSO.4.21.0109142057490.12393-100000@crusoe.crusoe.net>
221 Branch: perl
222 ! regexec.c
223____________________________________________________________________________
224[ 12030] By: jhi on 2001/09/15 17:15:40
225 Log: Document that the lc(), uc(), lcfirst(), ucfirst()
226 are not yet complete.
227 Branch: perl
228 ! pod/perltodo.pod pod/perlunicode.pod
229____________________________________________________________________________
230[ 12029] By: jhi on 2001/09/15 13:53:42
231 Log: Document what's still to be done on the regular expression
232 Unicode support, based on the UTR#18.
233 Branch: perl
234 ! pod/perltodo.pod pod/perlunicode.pod
235____________________________________________________________________________
236[ 12028] By: jhi on 2001/09/15 12:37:31
237 Log: Regen headers.
238 Branch: perl
239 ! embedvar.h perlapi.h
240____________________________________________________________________________
241[ 12027] By: jhi on 2001/09/15 12:33:49
242 Log: Subject: Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{CODE}) regex
243 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
244 Date: Sun, 09 Sep 2001 18:41:54 +0100
245 Message-Id: <200109091741.f89HfsM18534@crypt.compulink.co.uk>
246 Branch: perl
247 ! Porting/findvars ext/ByteLoader/bytecode.h
248 ! ext/Thread/Thread.xs mg.c op.c perl.c perl.h pp_ctl.c sv.c
249 ! t/run/kill_perl.t thrdvar.h toke.c util.c wince/perldll.def
250____________________________________________________________________________
251[ 12026] By: gsar on 2001/09/15 04:04:04
252 Log: enable most warnings for windows build; fix the various typecasting
253 nits that showed up (no bugfixes here)
254 Branch: maint-5.6/perl
255 ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs
256 ! ext/POSIX/POSIX.xs gv.c hv.c mg.c op.c perl.c perl.h perly.c
257 ! perly.y pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c
258 ! sv.c toke.c universal.c utf8.c util.c vms/perly_c.vms
259 ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
260 ! x2p/walk.c
261____________________________________________________________________________
262[ 12025] By: jhi on 2001/09/14 22:22:58
263 Log: Integrate change #12024 from maintperl
264 (a local() precedence bug)
265 Branch: perl
266 !> lib/ExtUtils/Install.pm
267____________________________________________________________________________
268[ 12024] By: gsar on 2001/09/14 22:11:06
269 Log: fix local() precedence bug in change#8311, came into maint-5.6 as
270 change#8642
271 Branch: maint-5.6/perl
272 ! lib/ExtUtils/Install.pm
273____________________________________________________________________________
274[ 12023] By: jhi on 2001/09/14 15:04:16
275 Log: Update Changes.
276 Branch: perl
277 ! Changes patchlevel.h
278____________________________________________________________________________
aa6796d9
JH
279[ 12022] By: jhi on 2001/09/14 14:49:52
280 Log: Subject: Re: [ID 20010911.001] Not OK: perl v5.7.2 +DEVEL11978 on
281 From: "chromatic" <chromatic@rmci.net>
282 Date: Fri, 14 Sep 2001 09:44:57 -0600
283 Message-ID: <20010914154936.70059.qmail@onion.perl.org>
284 Branch: perl
285 ! lib/ExtUtils/Manifest.t
286____________________________________________________________________________
287[ 12021] By: jhi on 2001/09/14 14:46:36
288 Log: Hopefully better skipping of the Complete.t tests
289 in case of not a tty.
290 Branch: perl
291 ! lib/Term/Complete.t t/op/stat.t
292____________________________________________________________________________
293[ 12020] By: jhi on 2001/09/14 14:10:44
294 Log: Subject: [PATCH regexec.c] more jumpables, and hit-bit bug
295 From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
296 Date: Fri, 14 Sep 2001 09:58:24 -0400 (EDT)
297 Message-ID: <Pine.GSO.4.21.0109140955250.12393-100000@crusoe.crusoe.net>
298 Branch: perl
299 ! regexec.c t/op/pat.t
300____________________________________________________________________________
301[ 12019] By: jhi on 2001/09/14 14:02:59
302 Log: Subject: Re: unterminated C<...> at line 426 in file perlport.pod
303 From: Robin Barker <rmb1@cise.npl.co.uk>
304 Date: Fri, 14 Sep 2001 16:01:11 +0100 (BST)
305 Message-Id: <200109141501.QAA13044@tempest.npl.co.uk>
306 Branch: perl
307 ! pod/perlport.pod
308____________________________________________________________________________
309[ 12018] By: jhi on 2001/09/14 13:55:56
310 Log: NetWare tweaks from Ananth Kesari.
311 Branch: perl
312 ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
313 ! NetWare/nwutil.h
314____________________________________________________________________________
315[ 12017] By: jhi on 2001/09/14 13:50:08
316 Log: Subject: unterminated C<...> at line 426 in file perlport.pod
317 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
318 Date: Fri, 14 Sep 2001 10:51:13 +0200
319 Message-Id: <20010914103300.4B59.H.M.BRAND@hccnet.nl>
320 Branch: perl
321 ! pod/perlport.pod
322____________________________________________________________________________
323[ 12016] By: jhi on 2001/09/14 13:28:08
324 Log: Subject: Re: [PATCH 2 pl2pm.PL]
325 From: Joe Smith <Joe.Smith@inwap.com>
326 Date: Fri, 14 Sep 2001 00:13:32 -0700
327 Message-Id: <3BA1AE1C.64313CEE@inwap.com>
328
329 Eradicate qu.
330 Branch: perl
331 ! keywords.h keywords.pl utils/pl2pm.PL
332____________________________________________________________________________
333[ 12015] By: jhi on 2001/09/14 02:38:23
334 Log: Retract #12013, didn't go over too well in Tru64.
335 Branch: perl
336 ! embed.h embed.pl sv.h
337____________________________________________________________________________
338[ 12014] By: jhi on 2001/09/14 02:31:05
339 Log: Subject: [PATCH] Execute files of debugger commands
340 From: Peter Scott <Peter@PSDT.com>
341 Date: Thu, 13 Sep 2001 15:26:31 -0700
342 Message-Id: <4.3.2.7.2.20010913115845.00b22100@mail.webquarry.com>
343 Branch: perl
344 ! lib/perl5db.pl pod/perldebug.pod
345____________________________________________________________________________
346[ 12013] By: jhi on 2001/09/14 02:25:05
347 Log: (Retracted by #12015)
348 Subject: [proposed PATCH] Re: perl@11920
349 From: Nicholas Clark <nick@ccl4.org>
350 Date: Wed, 12 Sep 2001 23:46:09 +0100
351 Message-ID: <20010912234609.H4971@plum.flirble.org>
352 Branch: perl
353 ! embed.h embed.pl sv.h
354____________________________________________________________________________
355[ 12012] By: jhi on 2001/09/14 02:12:02
356 Log: ucblib shouldn't be linked against in nonstop-ux,
357 from Tom Bates.
358 Branch: perl
359 ! hints/nonstopux.sh
360____________________________________________________________________________
361[ 12011] By: jhi on 2001/09/13 12:54:51
362 Log: Do stty only if we have stty.
363
364 TODO: non-UNIX platforms. Solaris and /usr/ucb/stty?
365 Branch: perl
366 ! lib/Term/Complete.pm
367____________________________________________________________________________
368[ 12010] By: jhi on 2001/09/13 12:44:28
369 Log: Skip the test if not running on a tty.
370 Branch: perl
371 ! lib/Term/Complete.t
372____________________________________________________________________________
373[ 12009] By: jhi on 2001/09/13 12:01:56
374 Log: Regen headers.
375 Branch: perl
376 ! embed.h opcode.h pod/perlapi.pod proto.h
377____________________________________________________________________________
378[ 12008] By: jhi on 2001/09/12 17:51:32
379 Log: Subject: [PATCH op.c] Re: perl@12003
380 From: Robin Barker <rmb1@cise.npl.co.uk>
381 Date: Wed, 12 Sep 2001 19:00:38 +0100 (BST)
382 Message-Id: <200109121800.TAA05256@tempest.npl.co.uk>
383 Branch: perl
384 ! op.c
385____________________________________________________________________________
386[ 12007] By: jhi on 2001/09/12 17:49:39
387 Log: Subject: [PATCH sv.c] may be uninitialized warning forperl@12003
388 From: Robin Barker <rmb1@cise.npl.co.uk>
389 Date: Wed, 12 Sep 2001 19:00:31 +0100 (BST)
390 Message-Id: <200109121800.TAA05250@tempest.npl.co.uk>
391 Branch: perl
392 ! sv.c
393____________________________________________________________________________
394[ 12006] By: jhi on 2001/09/12 17:41:49
395 Log: Upgrade to Memoize 0.66.
396 Branch: perl
397 ! lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
398 ! lib/Memoize/Expire.pm lib/Memoize/README lib/Memoize/TODO
399 ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
400____________________________________________________________________________
401[ 12005] By: jhi on 2001/09/12 13:14:59
402 Log: Subject: [ID 20010912.007] substr reference core dump
403 From: me-01@ton.iguana.be
404 Date: 12 Sep 2001 14:11:16 -0000
405 Message-Id: <20010912141116.6058.qmail@quasar.home.lunix>
406 Branch: perl
407 ! mg.c
408____________________________________________________________________________
409[ 12004] By: ams on 2001/09/12 01:13:49
410 Log: Subject: [PATCH perlfaq4.pod] Deobfuscate Fisher-Yates example code
411 From: Ilmari Karonen <iltzu@sci.fi>
412 Date: Tue, 11 Sep 2001 23:31:25 +0300 (EET DST)
413 Message-Id: <Pine.SOL.3.96.1010911231925.688A-100000@simpukka>
414 Branch: perl
415 ! pod/perlfaq4.pod
416____________________________________________________________________________
417[ 12003] By: jhi on 2001/09/11 13:02:37
418 Log: Update Changes.
419 Branch: perl
420 ! Changes patchlevel.h
421____________________________________________________________________________
d7f9a270
JH
422[ 12002] By: jhi on 2001/09/11 11:50:48
423 Log: NetWare update from Ananth Kesari.
424 Branch: perl
425 ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
426 ! NetWare/config.wc NetWare/config_H.wc NetWare/nwutil.h
427____________________________________________________________________________
428[ 12001] By: jhi on 2001/09/11 11:40:51
429 Log: Retract #11984: div() being redefined, and 1397
430 failing on 64-bit platforms.
431 Branch: perl
432 ! lib/Math/BigInt/Calc.pm
433____________________________________________________________________________
434[ 12000] By: jhi on 2001/09/11 11:19:07
435 Log: Metaconfig unit change for #11999.
436 Branch: metaconfig
437 ! U/protos/d_lseekproto.U
438____________________________________________________________________________
439[ 11999] By: jhi on 2001/09/11 11:18:36
440 Log: The lseek fix (#11991) was no fix.
441 Branch: perl
442 ! Configure
443____________________________________________________________________________
444[ 11998] By: sky on 2001/09/11 07:52:06
445 Log: Subject: [PATCH] Encode.pm add UCS-2 little endian support
446 From: Matt Sergeant <MSergeant@star.net.uk>
447 Date: Tue, 11 Sep 2001 09:22:32 +0100
448 Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B9003C@UKS040>
449 Branch: perl
450 ! ext/Encode/Encode.pm
451____________________________________________________________________________
452[ 11997] By: sky on 2001/09/11 06:35:29
453 Log: Sometimes dTHX is added because it is needed on non
454 gnuc platforms, but not needed there. This uses GCC
455 to silence GCC specific warnings by marking pTHX as
456 unused.
457 Branch: perl
458 ! perl.h
459____________________________________________________________________________
460[ 11996] By: nick on 2001/09/11 06:25:27
461 Log: Integrate mainline
462 Branch: perlio
463 - ext/POSIX/sigaction.t lib/File/Find/taint.t
464 !> lib/CGI/t/carp.t lib/Test/Simple/t/simple.t t/op/crypt.t
465____________________________________________________________________________
466[ 11995] By: nick on 2001/09/11 06:23:39
467 Log: Part Integrate mainline
468 Branch: perlio
469 +> (branch 69 files)
470 - ext/Cwd/Cwd.t ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t
471 - ext/POSIX/POSIX.t lib/Attribute/Handlers/test.pl
472 - lib/Env/array.t lib/Env/env.t lib/File/Find/find.t
473 - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
474 - lib/Switch/t/switch_case.t lib/Test/Harness.t
475 - lib/Test/More/Changes lib/Test/More/t/More.t
476 - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
477 - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
478 - lib/Text/Balanced.pod lib/Text/Balanced/t/genxt.t
479 - lib/Text/Balanced/t/xbrak.t lib/Text/Balanced/t/xcode.t
480 - lib/Text/Balanced/t/xdeli.t lib/Text/Balanced/t/xmult.t
481 - lib/Text/Balanced/t/xquot.t lib/Text/Balanced/t/xtagg.t
482 - lib/Text/Balanced/t/xvari.t objXSUB.h t/lib/MyFilter.pm
483 - t/lib/Test/More/Catch.pm wince/perl.ico
484 !> (integrate 197 files)
485____________________________________________________________________________
486[ 11994] By: jhi on 2001/09/11 03:12:44
487 Log: Subject: Re: [PATCH] Encode.pm docs fix
488 From: Gisle Aas <gisle@ActiveState.com>
489 Date: 10 Sep 2001 11:27:02 -0700
490 Message-ID: <lrwv363nrd.fsf@caliper.ActiveState.com>
491 Branch: perl
492 ! ext/Encode/Encode.pm
493____________________________________________________________________________
494[ 11993] By: jhi on 2001/09/11 02:27:25
495 Log: Fix unpack U to be the reverse of pack U
496 (but implement unpack U0U as a backdoor to get
497 the UTF-8 malformed warnings from un-UTF-8 data)
498 Branch: perl
499 ! pod/perlunicode.pod pp_pack.c t/op/pack.t t/op/utf8decode.t
500____________________________________________________________________________
501[ 11992] By: jhi on 2001/09/11 00:14:24
502 Log: Metaconfig unit change for #11991;
503 delete an unused unit (d_strtoull.U is the one used)
504 Branch: metaconfig
505 ! U/protos/d_lseekproto.U
506 Branch: metaconfig/U/perl
507 - strtoull.U
508____________________________________________________________________________
509[ 11991] By: jhi on 2001/09/11 00:14:01
510 Log: Subject: [PATCH] Configure not recording lseek proto
511 From: Blair Zajac <blair@orcaware.com>
512 Date: Mon, 10 Sep 2001 17:52:37 -0700
513 Message-ID: <3B9D6055.BA334A31@orcaware.com>
514
515 plus regen Configure.
516 Branch: perl
517 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
518 ! config_h.SH uconfig.h
519____________________________________________________________________________
520[ 11990] By: jhi on 2001/09/10 23:59:25
521 Log: Subject: [PATCH] Re: the remaining bugs in \x escapes (was Re: [PATCH] oct and hex in glorious 64 bit (with less bugs) (was Re: hex and oct again (was Re: FreeBSD MD5 crypt? Re: crypt/hex/oct and Unicode?)))
522 From: Nicholas Clark <nick@ccl4.org>
523 Date: Tue, 11 Sep 2001 00:00:31 +0100
524 Message-ID: <20010911000031.G1512@plum.flirble.org>
525 Branch: perl
526 + t/op/qq.t
527 ! MANIFEST numeric.c perl.h regcomp.c t/op/pat.t toke.c
528____________________________________________________________________________
529[ 11989] By: jhi on 2001/09/10 23:31:45
530 Log: Subject: [PATCH] Building on win32 w/o perlio
531 From: "Mattia Barbon" <mbarbon@dsi.unive.it>
532 Date: Mon, 10 Sep 2001 23:38:46 +0200
533 Message-ID: <3B9D4F06.14433.2C37644@localhost>
534 Branch: perl
535 ! perl.c win32/Makefile win32/makefile.mk
536____________________________________________________________________________
537[ 11988] By: jhi on 2001/09/10 23:26:40
538 Log: Subject: [PATCH MANIFEST lib/CGI/t/push.t] New Test for CGI::Push
539 From: "chromatic" <chromatic@rmci.net>
540 Date: Mon, 10 Sep 2001 15:14:01 -0600
541 Message-ID: <20010910211833.30177.qmail@onion.perl.org>
542 Branch: perl
543 + lib/CGI/t/push.t
544 ! MANIFEST
545____________________________________________________________________________
546[ 11987] By: jhi on 2001/09/10 23:24:11
547 Log: Subject: avoiding hoardes of zombies
548 From: Nicholas Clark <nick@ccl4.org>
549 Date: Mon, 10 Sep 2001 22:00:40 +0100
550 Message-ID: <20010910220040.C1512@plum.flirble.org>
551 Branch: perl
552 ! pod/perlipc.pod
553____________________________________________________________________________
554[ 11986] By: jhi on 2001/09/10 23:22:10
555 Log: Subject: PATCH Resubmission - was Re: [ID 20010902.001] v strings over 2*31 barf
556 From: John Peacock <jpeacock@rowman.com>
557 Date: Mon, 10 Sep 2001 16:34:30 -0400
558 Message-ID: <3B9D23D6.90BCCC25@rowman.com>
559 Branch: perl
560 ! sv.c t/op/ver.t utf8.h
561____________________________________________________________________________
562[ 11985] By: ams on 2001/09/10 23:20:13
563 Log: Typo fixed by Blair Zajac in <3B9D284C.23B8D20B@orcaware.com>.
564 Branch: perl
565 ! MANIFEST
566____________________________________________________________________________
567[ 11984] By: jhi on 2001/09/10 23:09:31
568 Log: (Retracted by #12001)
569 Subject: Calc with USE_MUL/USE_DIV
570 From: Tels <perl_dummy@bloodgate.com>
571 Date: Fri, 07 Sep 2001 18:52:08 +0200 (CEST)
572 Message-Id: <200109071651.TAA11249@tiku.hut.fi>
573 Branch: perl
574 ! lib/Math/BigInt/Calc.pm
575____________________________________________________________________________
576[ 11983] By: jhi on 2001/09/10 22:37:14
577 Log: Subject: [PATCH op.c] Re: perl@11978
578 From: Robin Barker <rmb1@cise.npl.co.uk>
579 Date: Mon, 10 Sep 2001 18:58:01 +0100 (BST)
580 Message-Id: <200109101758.SAA07670@tempest.npl.co.uk>
581
582 Format errors.
583 Branch: perl
584 ! op.c
585____________________________________________________________________________
586[ 11982] By: jhi on 2001/09/10 22:35:57
587 Log: Switch PADOFFSET back to U32 both because of binary backward
588 compatibility and because Arthur seems to have been fixing the
589 problems with naughty integer-pointer casting.
590 Branch: perl
591 ! op.h
592____________________________________________________________________________
593[ 11981] By: ams on 2001/09/10 16:31:43
594 Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Command.pm, lib/ExtUtils/Command.t]
595 Fix Pod Typo, Add Test for ExtUtils::Command
596 From: "chromatic" <chromatic@rmci.net>
597 Date: Mon, 10 Sep 2001 11:20:56 -0600
598 Message-Id: <20010910172528.54160.qmail@onion.perl.org>
599 Branch: perl
600 + lib/ExtUtils/Command.t
601 ! MANIFEST lib/ExtUtils/Command.pm
602____________________________________________________________________________
603[ 11980] By: jhi on 2001/09/10 13:29:35
604 Log: Subject: [PATCH] Encode.pm docs fix
605 From: Matt Sergeant <MSergeant@star.net.uk>
606 Date: Mon, 10 Sep 2001 15:24:01 +0100
607 Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B90035@UKS040>
608 Branch: perl
609 ! ext/Encode/Encode.pm
610____________________________________________________________________________
611[ 11979] By: jhi on 2001/09/10 13:17:48
612 Log: Update Changes.
613 Branch: perl
614 ! Changes patchlevel.h
615____________________________________________________________________________
85e396db
JH
616[ 11978] By: jhi on 2001/09/10 12:59:40
617 Log: Revert #11973, the dTHX seems to be needed in there
618 for threaded builds.
619 Branch: perl
620 ! perlio.c
621____________________________________________________________________________
622[ 11977] By: jhi on 2001/09/10 12:55:47
623 Log: Detypo.
624 Branch: perl
625 ! pod/perlguts.pod
626____________________________________________________________________________
627[ 11976] By: jhi on 2001/09/10 12:46:34
628 Log: Further Class::Struct patching from Damian.
629
630 The new new semantics are:
631
632 * If you pass an initializer for a nested object, it has to be:
633 a) a reference to an object of that class, or
634 b) a reference to an object of a subclass of that class, or
635 c) a reference to a hash of arguments to be passed to the
636 class's constructor
637 * If you pass no initializer for a nested object, the attribute
638 is initialized to C<undef>
639 Branch: perl
640 ! lib/Class/Struct.pm
641____________________________________________________________________________
642[ 11975] By: jhi on 2001/09/10 12:42:24
643 Log: Skip the crypt test if no crypt.
644 Branch: perl
645 ! t/op/crypt.t
646____________________________________________________________________________
647[ 11974] By: jhi on 2001/09/10 12:39:25
648 Log: Warn against using bare v-strings as IP addresses
649 (okay if using the wrappers from Socket)
650 Branch: perl
651 ! pod/perldata.pod pod/perlport.pod
652____________________________________________________________________________
653[ 11973] By: sky on 2001/09/10 11:57:58
654 Log: Remove unused dTHX. Silenced another warning.
655 Branch: perl
656 ! perlio.c
657____________________________________________________________________________
658[ 11972] By: sky on 2001/09/10 11:54:25
659 Log: Silence some more warnings INT2PTR.
660 Branch: perl
661 ! pp.c pp_ctl.c sharedsv.c sv.c taint.c
662____________________________________________________________________________
663[ 11971] By: sky on 2001/09/10 11:21:50
664 Log: Silence another ITHREAD 64bit INT/32bit PTR warning.
665 Branch: perl
666 ! cop.h
667____________________________________________________________________________
668[ 11970] By: sky on 2001/09/10 11:17:25
669 Log: Apply INT2PTR with force to silence warnings from
670 PM_GETRE and friends. No more warnings with 64bit
671 IVs and 32bit pointers.
672 Branch: perl
673 ! op.c op.h perl.c
674____________________________________________________________________________
675[ 11969] By: sky on 2001/09/10 10:13:02
676 Log: Removed reference of -DPERL_CUSTOM_OPS in the documentation.
677 Branch: perl
678 ! pod/perlguts.pod
679____________________________________________________________________________
680[ 11968] By: sky on 2001/09/10 10:02:51
681 Log: Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPS
682 Rename to custop_op_name to Perl_custom_op_name to match perlapi
683 Clone the hashtable PL_custom_op_names and PL_custop_op_descs in
684 perl_clone.
685 Branch: perl
686 ! embed.pl intrpvar.h makedef.pl op.c opcode.pl sv.c
687____________________________________________________________________________
688[ 11967] By: jhi on 2001/09/10 03:14:35
689 Log: Using strlen() not good on embedded nul bytes.
690 Branch: perl
691 ! regcomp.c
692____________________________________________________________________________
693[ 11966] By: ams on 2001/09/09 21:06:13
694 Log: Subject: Re: [ID 20010810.011] 'use v2b' not allowed with strict
695 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
696 Date: Mon, 13 Aug 2001 22:51:59 +0200
697 Message-ID: <20010813225159.C6681@rafael>
698 (Applied with several tweaks.)
699 Branch: perl
700 ! embed.h embed.pl proto.h toke.c
701____________________________________________________________________________
702[ 11965] By: jhi on 2001/09/09 14:40:39
703 Log: The exact error message is system-dependent.
704 Branch: perl
705 ! lib/ExtUtils/Manifest.t
706____________________________________________________________________________
707[ 11964] By: jhi on 2001/09/09 14:38:05
708 Log: Add Windows and Mac Sami support to Encode
709 (http://www.egt.ie/standards/se/sami-teastabaiki.html)
710 Branch: perl
711 + ext/Encode/Encode/isoir-197.enc ext/Encode/Encode/macSami.enc
712 ! MANIFEST
713____________________________________________________________________________
714[ 11963] By: jhi on 2001/09/09 13:54:07
715 Log: Use the tried method.
716 Branch: perl
717 ! pod/perlport.pod
718____________________________________________________________________________
719[ 11962] By: jhi on 2001/09/09 13:46:59
720 Log: Can't count parentheses.
721 Branch: perl
722 ! ext/IO/lib/IO/Socket/INET.pm
723____________________________________________________________________________
724[ 11961] By: jhi on 2001/09/09 13:34:12
725 Log: perlport additions: 1 while unlink, add/delete directory
726 entries and permissions, cygwin stat funkiness (from Michael
727 Schwern and Nicholas Clark)
728 Branch: perl
729 ! pod/perlport.pod
730____________________________________________________________________________
731[ 11960] By: jhi on 2001/09/09 13:19:12
732 Log: blib does have a detectable test.
733 Branch: perl
734 ! t/lib/1_compile.t
735____________________________________________________________________________
736[ 11959] By: jhi on 2001/09/09 13:16:43
737 Log: Subject: [PATCH MANIFEST, lib/Term/Complete.t] Add Test for Term::Complete
738 From: "chromatic" <chromatic@rmci.net>
739 Date: Sat, 08 Sep 2001 19:33:42 -0600
740 Message-ID: <20010909013810.11522.qmail@onion.perl.org>
741 Branch: perl
742 + lib/Term/Complete.t
743 ! MANIFEST
744____________________________________________________________________________
745[ 11958] By: jhi on 2001/09/09 13:09:02
746 Log: Subject: [PATCH MANIFEST lib/Test/Tutorial.pod] Test::Tutorial?
747 From: Michael G Schwern <schwern@pobox.com>
748 Date: Sat, 8 Sep 2001 02:40:26 -0400
749 Message-ID: <20010908024026.A26283@blackrider>
750 Branch: perl
751 + lib/Test/Tutorial.pod
752 ! MANIFEST
753____________________________________________________________________________
754[ 11957] By: jhi on 2001/09/09 13:03:33
755 Log: Try to look up protocol (by name) only iff it has non-numbers:
756 nice if the server is in a chrooted environment (no /etc/protocols,
757 server code using hardcorded protocol numbers like 6 for tcp),
758 suggested by John Holdsworth <coldwave@bigfoot.com>.
759 In other words, if we are given a number, why look it up again
760 (by number)?
761 Branch: perl
762 ! ext/IO/lib/IO/Socket/INET.pm
763____________________________________________________________________________
764[ 11956] By: jhi on 2001/09/09 12:53:12
765 Log: Subject: [PATCH regcomp.c] zero-width assertions CAN be ?'d
766 From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
767 Date: Sat, 8 Sep 2001 15:42:30 -0400 (EDT)
768 Message-ID: <Pine.GSO.4.21.0109081535480.24489-100000@crusoe.crusoe.net>
769
770 Subject: Re: [PATCH t/op/misc.t] regcomp.c patch broke test
771 From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
772 Date: Sat, 8 Sep 2001 18:33:12 -0400 (EDT)
773 Message-ID: <Pine.GSO.4.21.0109081832030.24489-100000@crusoe.crusoe.net>
774 Subject: [PATCH t/lib/warnings/regcomp] (?=...)? gives no warning now
775 From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
776 Date: Sat, 8 Sep 2001 18:37:22 -0400 (EDT)
777 Message-ID: <Pine.GSO.4.21.0109081835340.24489-100000@crusoe.crusoe.net>
778 Branch: perl
779 ! regcomp.c t/lib/warnings/regcomp t/run/kill_perl.t
780____________________________________________________________________________
781[ 11955] By: ams on 2001/09/09 02:54:21
782 Log: Subject: Re: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
783 From: "Craig A. Berry" <craigberry@mac.com>
784 Date: Sat, 08 Sep 2001 19:02:16 -0500
785 Message-Id: <5.1.0.14.0.20010908185936.01aadcc0@mail.mac.com>
786 Branch: perl
787 ! lib/CGI/t/carp.t
788____________________________________________________________________________
789[ 11954] By: jhi on 2001/09/09 02:30:39
790 Log: Documentation tweaks; think the IP address as an opaque string.
791 Branch: perl
792 ! ext/Socket/Socket.pm
793____________________________________________________________________________
794[ 11953] By: jhi on 2001/09/09 00:32:05
795 Log: Subject: [REPATCH] Re: [PATCH] new test lib/blib.t
796 From: Michael G Schwern <schwern@pobox.com>
797 Date: Sat, 8 Sep 2001 19:45:46 -0400
798 Message-ID: <20010908194546.C9193@blackrider>
799 Branch: perl
800 + lib/blib.t
801 ! MANIFEST lib/blib.pm t/lib/1_compile.t
802____________________________________________________________________________
803[ 11952] By: jhi on 2001/09/09 00:27:15
804 Log: Subject: [PATCH MANIFEST, lib/CGI/t/fast.t] Added Test for CGI::Fast
805 From: "chromatic" <chromatic@rmci.net>
806 Date: Sat, 08 Sep 2001 12:31:44 -0600
807 Message-ID: <20010908183612.49960.qmail@onion.perl.org>
808 Branch: perl
809 + lib/CGI/t/fast.t
810 ! MANIFEST
811____________________________________________________________________________
812[ 11951] By: jhi on 2001/09/09 00:24:07
813 Log: The Socket tests were wrong: they were assuming too much.
814 Branch: perl
815 ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
816____________________________________________________________________________
817[ 11950] By: jhi on 2001/09/08 20:09:07
818 Log: Retract the portability changes since they
819 seem to have opened a can of worms... will
820 go back to UNICOS/mk and do the bare minimum
821 required to get the tests working.
822 Branch: perl
823 ! ext/Socket/Socket.xs
824____________________________________________________________________________
825[ 11949] By: jhi on 2001/09/08 19:48:20
826 Log: PADOFFSET is used to cast pointers into integers,
827 if pointers are 64 bits and U32 32 bits,
828 bad things may happen, or at least warnings issued.
829 Branch: perl
830 ! op.h
831____________________________________________________________________________
832[ 11948] By: jhi on 2001/09/08 18:50:07
833 Log: Still more Socket portability tweaking.
834 Now Socket.t seems to be happy in all of
835 Linux/x86, Tru64/alpha, Solaris/sparc,
836 IRIX/MIPS (both 32-bit and 64-bit), and UNICOS/mk/alpha.
837
838 Addendum: it seems that io_multihomed, io_sock, and hostent
839 were broken in little-endians (linux/x86 and tru64/alpha)
840 because of this change. Argh.
841 Branch: perl
842 ! ext/Socket/Socket.xs
843____________________________________________________________________________
844[ 11947] By: jhi on 2001/09/08 17:23:23
845 Log: More portability kicking on inet_ntoa().
846 Branch: perl
847 ! ext/Socket/Socket.xs
848____________________________________________________________________________
849[ 11946] By: jhi on 2001/09/08 15:09:58
850 Log: Subject: [REPATCH] Re: [PATCH MANIFEST, lib/ExtUtils/Manifest.t] Another New Test
851 From: Michael G Schwern <schwern@pobox.com>
852 Date: Fri, 7 Sep 2001 23:06:51 -0400
853 Message-ID: <20010907230651.R606@blackrider>
854 Branch: perl
855 + lib/ExtUtils/Manifest.t
856 ! MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/Manifest.pm
857____________________________________________________________________________
858[ 11945] By: jhi on 2001/09/08 14:49:15
859 Log: Subject: Re: [PATCH MANIFEST, lib/ExtUtils/testlib.t] More Tests
860 From: "chromatic" <chromatic@rmci.net>
861 Date: Fri, 07 Sep 2001 17:53:15 -0600
862 Message-ID: <20010907235740.80566.qmail@onion.perl.org>
863 Branch: perl
864 + lib/ExtUtils/testlib.t
865 ! MANIFEST
866____________________________________________________________________________
867[ 11944] By: jhi on 2001/09/07 22:57:00
868 Log: Thinko.
869 Branch: perl
870 ! lib/integer.t
871____________________________________________________________________________
872[ 11943] By: jhi on 2001/09/07 20:34:55
873 Log: Subject: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
874 From: "Craig A. Berry" <craigberry@mac.com>
875 Date: Fri, 07 Sep 2001 15:30:03 -0500
876 Message-Id: <5.1.0.14.0.20010907142644.03700c38@exchi01>
877 Branch: perl
878 ! lib/CGI/Carp.pm
879____________________________________________________________________________
880[ 11942] By: jhi on 2001/09/07 20:30:43
881 Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] (was Re: MakeMaker: MM_Unix rule excluding pods)
882 From: Michael G Schwern <schwern@pobox.com>
883 Date: Fri, 7 Sep 2001 15:38:13 -0400
884 Message-ID: <20010907153813.K606@blackrider>
885 Branch: perl
886 ! lib/ExtUtils/MM_Unix.pm
887____________________________________________________________________________
888[ 11941] By: jhi on 2001/09/07 20:28:24
889 Log: Subject: [PATCH perl.h mg.c pp_sys.c] Silence the remaing format warning
890 From: Robin Barker <rmb1@cise.npl.co.uk>
891 Date: Fri, 7 Sep 2001 18:28:23 +0100 (BST)
892 Message-Id: <200109071728.SAA13569@tempest.npl.co.uk>
893 Branch: perl
894 ! Porting/pumpkin.pod mg.c perl.h pp_sys.c
895____________________________________________________________________________
896[ 11940] By: jhi on 2001/09/07 20:26:29
897 Log: Clean up 1_compile.t; move tests to more consistent
898 places (t/ subdirectories); add integer.t (much of
899 the pragma is tested elsewhere but there is no one
900 centralized place)
901 Branch: perl
902 + ext/Fcntl/t/fcntl.t ext/Fcntl/t/syslfs.t ext/POSIX/t/posix.t
903 + ext/POSIX/t/sigaction.t lib/Env/t/array.t lib/Env/t/env.t
904 + lib/File/Find/t/find.t lib/File/Find/t/taint.t lib/integer.t
905 - ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t ext/POSIX/POSIX.t
906 - ext/POSIX/sigaction.t lib/Env/array.t lib/Env/env.t
907 - lib/File/Find/find.t lib/File/Find/taint.t
908 ! MANIFEST t/lib/1_compile.t t/op/lfs.t
909____________________________________________________________________________
910[ 11939] By: jhi on 2001/09/07 17:25:32
911 Log: Subject: Re: [PATCH lib/File/Find/taint.t] Use Test::More
912 From: "chromatic" <chromatic@rmci.net>
913 Date: Fri, 07 Sep 2001 10:17:40 -0600
914 Message-ID: <20010907162205.84723.qmail@onion.perl.org>
915 Branch: perl
916 ! lib/File/Find/taint.t
917____________________________________________________________________________
918[ 11938] By: jhi on 2001/09/07 14:04:43
919 Log: Update Changes.
920 Branch: perl
921 ! Changes patchlevel.h
922____________________________________________________________________________
d06b8192
JH
923[ 11937] By: jhi on 2001/09/07 13:52:03
924 Log: Rename the old threading tutorial, start a new one,
925 regen toc.
926 Branch: perl
927 + pod/perlothrtut.pod
928 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlthrtut.pod
929 ! pod/perltoc.pod
930____________________________________________________________________________
931[ 11936] By: jhi on 2001/09/07 13:05:48
932 Log: vars very much has a test.
933 Branch: perl
934 ! t/lib/1_compile.t
935____________________________________________________________________________
936[ 11935] By: jhi on 2001/09/07 12:52:06
937 Log: Subject: Re: wince/perl.ico marked as binary
938 From: Nicholas Clark <nick@ccl4.org>
939 Date: Fri, 7 Sep 2001 13:54:40 +0100
940 Message-ID: <20010907135439.D39150@plum.flirble.org>
941
942 and wince/Makefile.ce change from Rainer Keuchel.
943 Branch: perl
944 + wince/makeico.pl
945 ! MANIFEST wince/Makefile.ce
946____________________________________________________________________________
947[ 11934] By: jhi on 2001/09/07 12:43:50
948 Log: Subject: Re: [PATCH regexec.c] more general .* and .*?
949 From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
950 Date: Fri, 7 Sep 2001 09:41:10 -0400 (EDT)
951 Message-ID: <Pine.GSO.4.21.0109070933530.7041-100000@crusoe.crusoe.net>
952 Branch: perl
953 ! regexec.c
954____________________________________________________________________________
955[ 11933] By: jhi on 2001/09/07 12:37:46
956 Log: (Replaced by #11934)
957 Subject: Re: [PATCH regexec.c] more general .* and .*?
958 From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
959 Date: Fri, 7 Sep 2001 08:44:17 -0400 (EDT)
960 Message-ID: <Pine.GSO.4.21.0109070836110.7041-100000@crusoe.crusoe.net>
961 Branch: perl
962 ! regexec.c
963____________________________________________________________________________
964[ 11932] By: jhi on 2001/09/07 12:27:14
965 Log: The #11931 patching misbehaved.
966 Branch: perl
967 ! lib/Test/Harness/t/test-harness.t
968____________________________________________________________________________
969[ 11931] By: jhi on 2001/09/07 12:21:30
970 Log: Subject: [PATCH lib/Test/Harness* t/TEST] Test::Harness 1.25 sync
971 From: Michael G Schwern <schwern@pobox.com>
972 Date: Fri, 7 Sep 2001 03:30:41 -0400
973 Message-ID: <20010907033041.A2796@blackrider>
974 Branch: perl
975 + lib/Test/Harness/Changes lib/Test/Harness/t/base.t
976 + lib/Test/Harness/t/ok.t lib/Test/Harness/t/test-harness.t
977 + t/lib/sample-tests/header_at_end_fail
978 + t/lib/sample-tests/skip_no_msg t/lib/sample-tests/todo_inline
979 - lib/Test/Harness.t
980 ! MANIFEST lib/Test/Harness.pm t/TEST
981____________________________________________________________________________
982[ 11930] By: jhi on 2001/09/07 11:59:17
983 Log: Subject: [PATCH] Digest::MD5 update
984 From: Gisle Aas <gisle@ActiveState.com>
985 Date: 06 Sep 2001 23:32:56 -0700
986 Message-ID: <lrofon5x47.fsf@caliper.ActiveState.com>
987 Branch: perl
988 ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
989 ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
990____________________________________________________________________________
991[ 11929] By: jhi on 2001/09/07 11:23:05
992 Log: Subject: [PATCH MANIFEST, lib/less.t] Add Tests for the less Pragma
993 From: "chromatic" <chromatic@rmci.net>
994 Date: Thu, 06 Sep 2001 23:11:44 -0600
995 Message-ID: <20010907051609.91459.qmail@onion.perl.org>
996 Branch: perl
997 + lib/less.t
998 ! MANIFEST t/lib/1_compile.t
999____________________________________________________________________________
1000[ 11928] By: jhi on 2001/09/07 11:19:29
1001 Log: The binary file must somehow differently stored.
1002 Branch: perl
1003 - wince/perl.ico
1004 ! MANIFEST
1005____________________________________________________________________________
1006[ 11927] By: jhi on 2001/09/07 03:53:29
1007 Log: Add more modules to the list of modules that have tests,
1008 Schwern's wallet is getting more nervous.
1009 (Run t/lib/1_compile.t manually to see which modules
1010 are lacking tests, or the tests can't be run for some
1011 reason or another, such as the Net:: modules)
1012 Branch: perl
1013 ! t/lib/1_compile.t
1014____________________________________________________________________________
1015[ 11926] By: jhi on 2001/09/07 03:43:11
1016 Log: Try to make Socket::inet_ntoa() more robust.
1017 Branch: perl
1018 ! ext/Socket/Socket.t ext/Socket/Socket.xs pod/perldiag.pod
1019____________________________________________________________________________
1020[ 11925] By: jhi on 2001/09/07 01:57:58
1021 Log: Subject: Re: [PATCH lib/English.t] Test All Aliases (including %Errno)
1022 From: chromatic <chromatic@rmci.net>
1023 Date: Wed, 5 Sep 2001 22:58:05 -0600
1024 Message-Id: <01090522580506.19590@firewheel>
1025 Branch: perl
1026 ! lib/English.t
1027____________________________________________________________________________
1028[ 11924] By: jhi on 2001/09/07 01:55:05
1029 Log: Subject: Re: perlvar manpage and localizing special vars
1030 From: Stas Bekman <stas@stason.org>
1031 Date: Fri, 7 Sep 2001 10:10:24 +0800 (SGT)
1032 Message-ID: <Pine.LNX.4.33.0109071009240.19262-100000@stas.singnet.com.sg>
1033 Branch: perl
1034 ! pod/perlvar.pod
1035____________________________________________________________________________
1036[ 11923] By: jhi on 2001/09/07 01:49:36
1037 Log: Subject: [PATCH MakeMaker.pm] noise from make in ext/SDBM
1038 From: Robin Barker <rmb1@cise.npl.co.uk>
1039 Date: Thu, 6 Sep 2001 19:36:49 +0100 (BST)
1040 Message-Id: <200109061836.TAA08747@tempest.npl.co.uk>
1041 Branch: perl
1042 ! lib/ExtUtils/MakeMaker.pm
1043____________________________________________________________________________
1044[ 11922] By: jhi on 2001/09/06 18:09:08
1045 Log: Symbol missing; AIX unhappy.
1046 Branch: perl
1047 ! makedef.pl
1048____________________________________________________________________________
1049[ 11921] By: jhi on 2001/09/06 17:52:43
1050 Log: Add a test for [ID 20010906.019] perl crashes on "undef foo"
1051 Reported in 5.61, seems to work okay in blead.
1052 Branch: perl
1053 ! t/run/kill_perl.t
1054____________________________________________________________________________
1055[ 11920] By: jhi on 2001/09/06 14:35:09
1056 Log: Update Changes.
1057 Branch: perl
1058 ! Changes patchlevel.h
1059____________________________________________________________________________
93bdaf0e
JH
1060[ 11919] By: jhi on 2001/09/06 14:20:10
1061 Log: Document the bad assumptions currently breaking
1062 the Socket.t tests 10, 11, and 13 in UNICOS.
1063 Branch: perl
1064 ! ext/Socket/Socket.xs
1065____________________________________________________________________________
1066[ 11918] By: jhi on 2001/09/06 14:07:45
1067 Log: Subject: [PATCH x2p] make OPTIMIZE=...
1068 From: Robin Barker <rmb1@cise.npl.co.uk>
1069 Date: Thu, 6 Sep 2001 13:31:37 +0100 (BST)
1070 Message-Id: <200109061231.NAA25265@tempest.npl.co.uk>
1071 Branch: perl
1072 ! x2p/Makefile.SH x2p/cflags.SH
1073____________________________________________________________________________
1074[ 11917] By: jhi on 2001/09/06 14:01:45
1075 Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
1076 From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
1077 Date: Thu, 6 Sep 2001 11:09:40 +0100
1078 Message-ID: <20010906110939.A914@homer.diplex.co.uk>
1079
1080 Subject: Re: [PATCH] for perlhack.pod - no p5p archive on deja/google
1081 From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
1082 Date: 6 Sep 2001 10:14:38 -0000
1083 Message-Id: <slrn9pej4m.1j8.rgarciasuarez@rafael.kazibao.net>
1084 Branch: perl
1085 ! pod/perlfaq1.pod pod/perlhack.pod
1086____________________________________________________________________________
1087[ 11916] By: jhi on 2001/09/06 13:56:19
1088 Log: Subject: Extra NUL is Data::Dumper output - patch
1089 From: Tony Cook <tony@develop-help.com>
1090 Date: Thu, 6 Sep 2001 12:35:49 +1000 (EST)
1091 Message-ID: <Pine.LNX.4.10.10109061157210.9366-100000@develop-help.com>
1092 Branch: perl
1093 ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
1094____________________________________________________________________________
1095[ 11915] By: jhi on 2001/09/06 13:51:16
1096 Log: Avoid redefinition warning
1097 Subroutine Cwd::fastcwd redefined at lib/XSLoader.pm line 97.
1098 from
1099 perl -w -Ilib -MCwd -e ''
1100 Branch: perl
1101 ! lib/Cwd.pm
1102____________________________________________________________________________
1103[ 11914] By: jhi on 2001/09/06 13:30:32
1104 Log: Update the is_tainted() example implementation.
1105 Branch: perl
1106 ! pod/perlsec.pod
1107____________________________________________________________________________
1108[ 11913] By: jhi on 2001/09/06 13:15:59
1109 Log: Missing) in #11912.
1110 Branch: perl
1111 ! lib/Test/Simple/t/fail.t
1112____________________________________________________________________________
1113[ 11912] By: jhi on 2001/09/06 13:08:48
1114 Log: Rewhack Test-Simple into core harness.
1115 Branch: perl
1116 ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
1117 ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
1118 ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
1119 ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
1120 ! lib/Test/Simple/t/skipall.t
1121____________________________________________________________________________
1122[ 11911] By: jhi on 2001/09/06 11:54:06
1123 Log: Workaround for the new Exporter 'feature'.
1124 Branch: perl
1125 ! lib/Test/More.pm
1126____________________________________________________________________________
1127[ 11910] By: jhi on 2001/09/06 11:52:56
1128 Log: Re-introduce pure-Perl fall-back for abs_path,
1129 re-introduce #11898.
1130 Branch: perl
1131 ! lib/Cwd.pm lib/File/Find.pm
1132____________________________________________________________________________
1133[ 11909] By: jhi on 2001/09/06 03:49:13
1134 Log: More tests.
1135 Branch: perl
1136 ! lib/Exporter.t
1137____________________________________________________________________________
1138[ 11908] By: jhi on 2001/09/06 03:38:22
1139 Log: Retract #11898 for now because it introduces
1140 a rather nasty depencency: when B is being built,
1141 MakeMaker is used. MakeMaker uses File::Find.
1142 File::Find uses Cwd::getcwd()...which doesn't
1143 exist yet.
1144 Branch: perl
1145 ! lib/File/Find.pm
1146____________________________________________________________________________
1147[ 11907] By: jhi on 2001/09/06 03:20:02
1148 Log: New test welcome.
1149 Branch: perl
1150 + lib/Test/Simple/t/simple.t
1151____________________________________________________________________________
1152[ 11906] By: jhi on 2001/09/06 03:08:01
1153 Log: Old test begone.
1154 Branch: perl
1155 - lib/Attribute/Handlers/test.pl
1156____________________________________________________________________________
1157[ 11905] By: jhi on 2001/09/06 01:41:03
1158 Log: Test-Simple syncup from Schwern.
1159 Branch: perl
1160 + lib/Test/Simple/t/More.t lib/Test/Simple/t/fail-like.t
1161 + lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/skip.t
1162 + lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
1163 + lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
1164 + lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
1165 - lib/Test/More/Changes lib/Test/More/t/More.t
1166 - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
1167 - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
1168 - lib/Test/Simple/t/simple.t t/lib/Test/More/Catch.pm
1169 ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
1170 ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
1171 ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
1172 ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
1173 ! lib/Test/Simple/t/plan_is_noplan.t t/lib/Test/Simple/Catch.pm
1174 ! t/lib/Test/Simple/sample_tests/death.plx
1175 ! t/lib/Test/Simple/sample_tests/death_in_eval.plx
1176 ! t/lib/Test/Simple/sample_tests/extras.plx
1177 ! t/lib/Test/Simple/sample_tests/five_fail.plx
1178 ! t/lib/Test/Simple/sample_tests/last_minute_death.plx
1179 ! t/lib/Test/Simple/sample_tests/one_fail.plx
1180 ! t/lib/Test/Simple/sample_tests/require.plx
1181 ! t/lib/Test/Simple/sample_tests/success.plx
1182 ! t/lib/Test/Simple/sample_tests/too_few.plx
1183 ! t/lib/Test/Simple/sample_tests/two_fail.plx
1184____________________________________________________________________________
1185[ 11904] By: pudge on 2001/09/06 00:28:01
1186 Log: Integrate File::Find changes from bleadperl
1187 Branch: maint-5.6/macperl
1188 ! lib/File/Find.pm t/lib/filefind-taint.t
1189____________________________________________________________________________
1190[ 11903] By: pudge on 2001/09/06 00:22:29
1191 Log: Integrate 11847 from maint-5.6/perl
1192 Branch: maint-5.6/macperl
1193 !> sv.c
1194____________________________________________________________________________
1195[ 11902] By: jhi on 2001/09/05 23:27:57
1196 Log: In UNICOS division yada yada.
1197 Branch: perl
1198 ! t/op/override.t
1199____________________________________________________________________________
1200[ 11901] By: jhi on 2001/09/05 23:26:23
1201 Log: In UNICOS division is really lossy, better use
1202 a tolerance test.
1203 Branch: perl
1204 ! ext/Time/HiRes/HiRes.t
1205____________________________________________________________________________
1206[ 11900] By: jhi on 2001/09/05 23:22:38
1207 Log: In UNICOS sigaction() sets an extra flag
1208 ("the signal has been registered for all the processes in
1209 a multitasking group.")
1210 Branch: perl
1211 ! ext/POSIX/sigaction.t
1212____________________________________________________________________________
1213[ 11899] By: jhi on 2001/09/05 23:18:48
1214 Log: Documentation micropatch from Damian.
1215 Branch: perl
1216 ! lib/Attribute/Handlers.pm
1217____________________________________________________________________________
1218[ 11898] By: jhi on 2001/09/05 23:16:50
1219 Log: (Retracted by #11908)
1220 Subject: [PATCH] Re: [PATCH lib/File/Find.pm lib/File/Find/taint.t] Fixing those damned taint tests
1221 From: Michael G Schwern <schwern@pobox.com>
1222 Date: Wed, 5 Sep 2001 15:58:21 -0400
1223 Message-ID: <20010905155821.I632@blackrider>
1224 Branch: perl
1225 ! lib/File/Find.pm lib/File/Find/taint.t
1226____________________________________________________________________________
1227[ 11897] By: jhi on 2001/09/05 23:14:43
1228 Log: Subject: [PATCH lib/CGI/t/carp.t] Tests for CGI::Carp
1229 From: Michael G Schwern <schwern@pobox.com>
1230 Date: Wed, 5 Sep 2001 19:16:31 -0400
1231 Message-ID: <20010905191631.E11386@blackrider>
1232 Branch: perl
1233 + lib/CGI/t/carp.t
1234 ! MANIFEST
1235____________________________________________________________________________
1236[ 11896] By: jhi on 2001/09/05 23:14:11
1237 Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
1238 From: chromatic <chromatic@rmci.net>
1239 Date: Wed, 5 Sep 2001 18:08:07 -0600
1240 Message-Id: <01090518080700.19590@firewheel>
1241 Branch: perl
1242 ! lib/English.pm
1243____________________________________________________________________________
1244[ 11895] By: jhi on 2001/09/05 22:52:01
1245 Log: Fix a typo #11889 and add a test for the same.
1246 Branch: perl
1247 ! ext/Socket/Socket.t ext/Socket/Socket.xs
1248____________________________________________________________________________
1249[ 11894] By: jhi on 2001/09/05 22:43:26
1250 Log: Subject: [PATCH bleadperl] tweak warnings.t and kill_perl.t for VMS
1251 From: "Craig A. Berry" <craigberry@mac.com>
1252 Date: Wed, 05 Sep 2001 17:48:54 -0500
1253 Message-Id: <5.1.0.14.0.20010905145002.02b45218@exchi01>
1254 Branch: perl
1255 ! lib/warnings.t t/run/kill_perl.t
1256____________________________________________________________________________
1257[ 11893] By: jhi on 2001/09/05 22:36:35
1258 Log: Subject: [PATCH t/run/kill_perl.t] tying a bareword causes a segfault in 5.6.1
1259 From: Michael G Schwern <schwern@pobox.com>
1260 Date: Wed, 5 Sep 2001 17:22:25 -0400
1261 Message-ID: <20010905172225.C11386@blackrider>
1262 Branch: perl
1263 ! t/run/kill_perl.t
1264____________________________________________________________________________
1265[ 11892] By: jhi on 2001/09/05 22:34:55
1266 Log: Subject: [PATCH] Re: [ID 20010825.006] -DCRIPPLED_CC is broken
1267 From: Nicholas Clark <nick@ccl4.org>
1268 Date: Wed, 5 Sep 2001 20:54:24 +0100
1269 Message-ID: <20010905205424.C25120@plum.flirble.org>
1270 Branch: perl
1271 ! embed.h embed.pl global.sym pod/perlapi.pod proto.h sv.c sv.h
1272____________________________________________________________________________
1273[ 11891] By: jhi on 2001/09/05 22:34:16
1274 Log: Forgotten thing.
1275 Branch: perl
1276 ! uconfig.h
1277____________________________________________________________________________
1278[ 11890] By: jhi on 2001/09/05 22:27:42
1279 Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
1280 From: chromatic <chromatic@rmci.net>
1281 Date: Wed, 5 Sep 2001 13:22:08 -0600
1282 Message-Id: <01090513220807.10587@firewheel>
1283 Branch: perl
1284 ! lib/English.pm
1285____________________________________________________________________________
1286[ 11889] By: jhi on 2001/09/05 22:23:06
1287 Log: inet_ntoa() tweaks:
1288 - don't allow addresses with > 255 characters
1289 - indent the HP-UX workaround
1290 - don't leak memory
1291 Branch: perl
1292 ! ext/Socket/Socket.xs
1293____________________________________________________________________________
1294[ 11888] By: jhi on 2001/09/05 16:26:17
1295 Log: Clear up a documentation confusion noticed by Xiaoyun Wu
1296 <xwu@theeducationcenter.com>
1297 Branch: perl
1298 ! lib/File/Find.pm
1299____________________________________________________________________________
1300[ 11887] By: jhi on 2001/09/05 15:40:03
1301 Log: Typo nits.
1302 Branch: perl
1303 ! lib/File/Find.pm
1304____________________________________________________________________________
1305[ 11886] By: jhi on 2001/09/05 15:30:11
1306 Log: -Wall nit.
1307 Branch: perl
1308 ! op.c
1309____________________________________________________________________________
1310[ 11885] By: gbarr on 2001/09/05 15:26:18
1311 Log: Update to Scalar-List-Utils 1.05
1312 Branch: perl
1313 ! ext/List/Util/ChangeLog ext/List/Util/README
1314 ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
1315____________________________________________________________________________
1316[ 11884] By: jhi on 2001/09/05 13:05:14
1317 Log: Update Changes.
1318 Branch: perl
1319 ! Changes patchlevel.h
1320____________________________________________________________________________
14fccffd
JH
1321[ 11883] By: gbarr on 2001/09/05 12:51:35
1322 Log: Update to Scalar-List-Utils 1.04
1323 Branch: perl
1324 ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
1325 ! ext/List/Util/lib/List/Util.pm
1326 ! ext/List/Util/lib/Scalar/Util.pm
1327____________________________________________________________________________
1328[ 11882] By: jhi on 2001/09/05 12:29:44
1329 Log: Metaconfigify #11724.
1330 Branch: metaconfig
1331 ! U/threads/archname.U
1332____________________________________________________________________________
1333[ 11881] By: jhi on 2001/09/05 12:21:44
1334 Log: The MacOS reference is okay, no reason to hide it.
1335 Branch: perl
1336 ! lib/Cwd.pm
1337____________________________________________________________________________
1338[ 11880] By: jhi on 2001/09/05 12:20:49
1339 Log: Subject: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was Re: [PATCH lib/Cwd.pm] Try this again.)
1340 From: Michael G Schwern <schwern@pobox.com>
1341 Date: Tue, 4 Sep 2001 15:30:10 -0400
1342 Message-ID: <20010904153010.H26466@blackrider>
1343
1344 (We'll see whether the ../../lib/Cwd.pm works in alien lands)
1345 Branch: perl
1346 ! ext/Cwd/Makefile.PL lib/Cwd.pm
1347____________________________________________________________________________
1348[ 11879] By: jhi on 2001/09/05 12:12:18
1349 Log: Subject: [PATCH lib/Cwd.pm] cwd() taint safe (was Re: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was Re: [PATCH lib/Cwd.pm] Try this again.))
1350 From: Michael G Schwern <schwern@pobox.com>
1351 Date: Tue, 4 Sep 2001 17:39:13 -0400
1352 Message-ID: <20010904173913.C626@blackrider>
1353 Branch: perl
1354 ! lib/Cwd.pm
1355____________________________________________________________________________
1356[ 11878] By: jhi on 2001/09/05 12:10:50
1357 Log: Subject: Re: Perl_pp_* in public API?
1358 From: "Craig A. Berry" <craigberry@mac.com>
1359 Date: Tue, 4 Sep 2001 21:51:29 -0500
1360 Message-Id: <a05101000b7bb3f558c8a@[172.16.52.1]>
1361 Branch: perl
1362 ! ext/List/Util/Util.xs
1363____________________________________________________________________________
1364[ 11877] By: jhi on 2001/09/05 12:07:53
1365 Log: From Damian: Class::Struct was unable to define
1366 recursive classes. After the patch an object reference
1367 (rather than a hash) is required to initialize
1368 an object attribute. If no such initializer is given to
1369 the constructor, object attributes are now default
1370 initialized to C<undef>.
1371 Branch: perl
1372 ! lib/Class/Struct.pm lib/Class/Struct.t
1373____________________________________________________________________________
1374[ 11876] By: jhi on 2001/09/05 11:51:24
1375 Log: Subject: Re: sv_catpvfn and sv_setpvfn
1376 From: Richard Soderberg <rs@oregonnet.com>
1377 Date: Tue, 4 Sep 2001 15:16:47 -0700
1378 Message-Id: <200109042216.PAA17858@oregonnet.com>
1379 Branch: perl
1380 ! pod/perlclib.pod pod/perlguts.pod
1381____________________________________________________________________________
1382[ 11875] By: jhi on 2001/09/05 11:48:14
1383 Log: NetWare updates from Ananth Kesari.
1384 Branch: perl
1385 ! NetWare/config.wc NetWare/netware.h NetWare/nw5.c
1386 ! NetWare/nw5thread.h
1387____________________________________________________________________________
1388[ 11874] By: jhi on 2001/09/05 11:30:59
1389 Log: Subject: [PATCH] oct and hex in glorious 64 bit (with less bugs) (was Re: hex and oct again (was Re: FreeBSD MD5 crypt? Re: crypt/hex/oct and Unicode?))
1390 From: Nicholas Clark <nick@ccl4.org>
1391 Date: Tue, 4 Sep 2001 22:42:50 +0100
1392 Message-ID: <20010904224250.P25120@plum.flirble.org>
1393 Branch: perl
1394 ! embed.h embed.pl numeric.c perl.c perl.h pod/perlclib.pod
1395 ! pod/perlfunc.pod pp.c proto.h regcomp.c t/op/64bitint.t
1396 ! t/op/oct.t toke.c
1397____________________________________________________________________________
1398[ 11873] By: jhi on 2001/09/04 21:03:17
1399 Log: Fix Cwd::getcwd() not being tainted, as noticed
1400 by Schwern.
1401 Branch: perl
1402 + ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
1403 - ext/Cwd/Cwd.t
1404 ! MANIFEST ext/Cwd/Cwd.xs util.c
1405____________________________________________________________________________
1406[ 11872] By: jhi on 2001/09/04 20:00:50
1407 Log: Retract #11870 and volatilize the right destruct_level.
1408 Silly thinko pointed out by Sarathy.
1409 Branch: perl
1410 ! intrpvar.h perl.c
1411____________________________________________________________________________
1412[ 11871] By: jhi on 2001/09/04 19:45:59
1413 Log: At least a temporary fix for the mysterious scope core dumps
1414 in Tru64 from Graham.
1415 Branch: perl
1416 ! ext/List/Util/Util.xs
1417____________________________________________________________________________
1418[ 11870] By: jhi on 2001/09/04 19:01:48
1419 Log: (Retracted by #11872)
1420 Branch: perl
1421 ! intrpvar.h
1422____________________________________________________________________________
1423[ 11869] By: jhi on 2001/09/04 17:43:31
93bdaf0e 1424 Log: Quench a -Wall gripe noticed by Robin Barker.
14fccffd
JH
1425 Branch: perl
1426 ! op.c
1427____________________________________________________________________________
1428[ 11868] By: jhi on 2001/09/04 16:38:07
1429 Log: Subject: [PATCH perl@11834] Unicode::UCD rewritten using Lingua::KO::Hangul::Util
1430 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
1431 Date: Wed, 05 Sep 2001 02:01:32 +0900
1432 Message-Id: <20010905015059.E684.BQW10602@nifty.com>
1433 Branch: perl
1434 ! lib/Unicode/UCD.pm
1435____________________________________________________________________________
1436[ 11867] By: jhi on 2001/09/04 16:35:27
1437 Log: Subject: Re: [PATCH gv.c] @& sets PL_sawampersand
1438 From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
1439 Date: Tue, 4 Sep 2001 12:51:02 -0400 (EDT)
1440 Message-ID: <Pine.GSO.4.21.0109041250420.7601-100000@crusoe.crusoe.net>
1441 Branch: perl
1442 ! gv.c
1443____________________________________________________________________________
1444[ 11866] By: jhi on 2001/09/04 13:52:28
1445 Log: Update Changes.
1446 Branch: perl
1447 ! Changes patchlevel.h
1448____________________________________________________________________________
5f7f12db
JH
1449[ 11865] By: jhi on 2001/09/04 13:36:58
1450 Log: Add the \[$@%&*] prototype support.
1451 Branch: perl
1452 ! op.c pod/perlsub.pod t/comp/proto.t
1453____________________________________________________________________________
1454[ 11864] By: jhi on 2001/09/04 13:10:38
1455 Log: Subject: [PATCH lib/CGI/t/form.t] Cleanup
1456 From: Michael G Schwern <schwern@pobox.com>
1457 Date: Mon, 3 Sep 2001 18:59:01 -0400
1458 Message-ID: <20010903185901.Z9233@blackrider>
1459 Branch: perl
1460 ! lib/CGI/t/form.t
1461____________________________________________________________________________
1462[ 11863] By: jhi on 2001/09/04 13:06:39
1463 Log: Subject: [PATCH gv.c] @& sets PL_sawampersand
1464 From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
1465 Date: Mon, 3 Sep 2001 12:36:20 -0400 (EDT)
1466 Message-ID: <Pine.GSO.4.21.0109031235240.7601-100000@crusoe.crusoe.net>
1467 Branch: perl
1468 ! gv.c
1469____________________________________________________________________________
1470[ 11862] By: jhi on 2001/09/04 13:05:23
1471 Log: More srand entry tweakage based on Randal's suggestion.
1472 Branch: perl
1473 ! pod/perlfunc.pod
1474____________________________________________________________________________
1475[ 11861] By: jhi on 2001/09/04 12:48:14
1476 Log: Subject: [PATCH] 'main' *is* a reserved word
1477 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1478 Date: Mon, 3 Sep 2001 22:55:41 +0200
1479 Message-ID: <20010903225541.A24097@rafael>
1480 Branch: perl
1481 ! toke.c
1482____________________________________________________________________________
1483[ 11860] By: jhi on 2001/09/04 12:46:30
1484 Log: Subject: [PATCH: bleedperl] s/ROOT\./_ROOT./ for VMS default install prefix appendage
1485 From: Peter Prymmer <pvhp@best.com>
1486 Date: Mon, 3 Sep 2001 13:43:04 -0700 (PDT)
1487 Message-ID: <Pine.BSF.4.21.0109031338300.5068-100000@shell8.ba.best.com>
1488 Branch: perl
1489 ! README.vms configure.com
1490____________________________________________________________________________
1491[ 11859] By: jhi on 2001/09/04 12:44:29
1492 Log: Subject: Re: A slightly better default seed?
1493 From: Michael G Schwern <schwern@pobox.com>
1494 Date: Mon, 3 Sep 2001 18:08:15 -0400
1495 Message-ID: <20010903180815.W9233@blackrider>
1496 Branch: perl
1497 ! t/op/srand.t
1498____________________________________________________________________________
1499[ 11858] By: jhi on 2001/09/04 12:41:59
1500 Log: Add sharedsv.o to microperl object files.
1501 Branch: perl
1502 ! Makefile.micro
1503____________________________________________________________________________
1504[ 11857] By: jhi on 2001/09/04 12:27:51
1505 Log: AUTHORS updates and
1506
1507 Subject: [PATCH] Just some preening :-)
1508 From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
1509 Date: Tue, 4 Sep 2001 14:16:59 +0100
1510 Message-ID: <20010904141659.A10129@homer.diplex.co.uk>
1511 Branch: perl
1512 ! AUTHORS ext/Data/Dumper/Changes lib/Text/Soundex.pm
1513____________________________________________________________________________
1514[ 11856] By: jhi on 2001/09/04 12:09:43
1515 Log: Typo fix and slight rewording.
1516 Branch: perl
1517 ! pod/perlfunc.pod
1518____________________________________________________________________________
1519[ 11855] By: jhi on 2001/09/04 12:04:16
1520 Log: Update the FAQ now that Scalar-List-Utils 1.03 has shuffle().
1521 Branch: perl
1522 ! pod/perlfaq4.pod
1523____________________________________________________________________________
1524[ 11854] By: jhi on 2001/09/03 20:12:21
1525 Log: The helper file changed name.
1526 Branch: perl
1527 ! MANIFEST
1528____________________________________________________________________________
1529[ 11853] By: gbarr on 2001/09/03 20:00:00
1530 Log: Update to Scalar-List-Utils 1.03
1531 Branch: perl
1532 + ext/List/Util/t/shuffle.t
1533 ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
1534 ! ext/List/Util/lib/List/Util.pm ext/List/Util/t/blessed.t
1535 ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
1536 ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
1537 ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
1538 ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
1539 ! ext/List/Util/t/reftype.t ext/List/Util/t/sum.t
1540 ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
1541____________________________________________________________________________
1542[ 11852] By: jhi on 2001/09/03 19:50:57
1543 Log: Make crypt() do something more sane for Unicode
1544 (take crypt() of the low eight bits of the characters,
1545 instead of taking crypt() of the UTF-8 of the scalar);
1546 add a test for crypt().
1547 Branch: perl
1548 + t/op/crypt.t
1549 ! MANIFEST pod/perlfunc.pod pp.c
1550____________________________________________________________________________
1551[ 11851] By: jhi on 2001/09/03 19:19:35
1552 Log: Reorganize the srand entry.
1553 Branch: perl
1554 ! pod/perlfunc.pod
1555____________________________________________________________________________
1556[ 11850] By: jhi on 2001/09/03 18:54:51
1557 Log: Remove the tests that assume something about
1558 calling srand() without arguments multiple times.
1559 Branch: perl
1560 ! t/op/srand.t
1561____________________________________________________________________________
1562[ 11849] By: jhi on 2001/09/03 18:15:16
1563 Log: Upgrade to Math::BigInt 1.42.
1564 Branch: perl
1565 ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
1566 ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
1567 ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
1568 ! lib/Math/BigInt/t/mbimbf.t
1569____________________________________________________________________________
1570[ 11848] By: gsar on 2001/09/03 17:07:54
1571 Log: integrate change#11847 from maint-5.6
1572
1573 typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
1574 Branch: perl
1575 ! sv.c
1576____________________________________________________________________________
1577[ 11847] By: gsar on 2001/09/03 16:47:54
1578 Log: typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
1579 Branch: maint-5.6/perl
1580 ! sv.c
1581____________________________________________________________________________
1582[ 11846] By: jhi on 2001/09/03 15:12:58
1583 Log: As far as I can tell these functions have been Unicodified.
1584 Branch: perl
1585 ! doop.c
1586____________________________________________________________________________
1587[ 11845] By: jhi on 2001/09/03 15:11:27
1588 Log: Update to Storable 1.0.13.
1589 Branch: perl
1590 ! ext/Storable/ChangeLog ext/Storable/Storable.pm
1591 ! ext/Storable/Storable.xs
1592____________________________________________________________________________
1593[ 11844] By: jhi on 2001/09/03 12:42:06
1594 Log: Patch the Filter::Simple test to work with
1595 the core test suite (since the FilterTest.pm
1596 is in t/lib, not in lib).
1597 Branch: perl
1598 ! lib/Filter/Simple/t/filter.t
1599____________________________________________________________________________
1600[ 11843] By: jhi on 2001/09/03 12:39:11
1601 Log: Damian's Filter::Simple test uses FilterTest, not MyFilter.
1602 Branch: perl
1603 + t/lib/FilterTest.pm
1604 - t/lib/MyFilter.pm
1605____________________________________________________________________________
1606[ 11842] By: jhi on 2001/09/03 12:17:30
1607 Log: Damian-o-rama: upgrade to Attribute::Handlers 0.75,
1608 Filter::Simple 0.61, NEXT 0.02, Switch 2.05, and
1609 Text::Balanced 1.86.
1610 Branch: perl
1611 + lib/Attribute/Handlers/t/multi.t lib/Filter/Simple/Changes
1612 + lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
1613 + lib/NEXT/Changes lib/NEXT/README lib/Switch/t/given.t
1614 + lib/Switch/t/nested.t lib/Switch/t/switch.t
1615 + lib/Text/Balanced/Changes lib/Text/Balanced/README
1616 + lib/Text/Balanced/t/extbrk.t lib/Text/Balanced/t/extcbk.t
1617 + lib/Text/Balanced/t/extdel.t lib/Text/Balanced/t/extmul.t
1618 + lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
1619 + lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
1620 - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
1621 - lib/Switch/t/switch_case.t lib/Text/Balanced.pod
1622 - lib/Text/Balanced/t/genxt.t lib/Text/Balanced/t/xbrak.t
1623 - lib/Text/Balanced/t/xcode.t lib/Text/Balanced/t/xdeli.t
1624 - lib/Text/Balanced/t/xmult.t lib/Text/Balanced/t/xquot.t
1625 - lib/Text/Balanced/t/xtagg.t lib/Text/Balanced/t/xvari.t
1626 ! MANIFEST lib/Attribute/Handlers.pm
1627 ! lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
1628 ! lib/Attribute/Handlers/demo/Demo.pm
1629 ! lib/Attribute/Handlers/demo/Descriptions.pm
1630 ! lib/Attribute/Handlers/demo/MyClass.pm
1631 ! lib/Attribute/Handlers/demo/demo.pl
1632 ! lib/Attribute/Handlers/demo/demo2.pl
1633 ! lib/Attribute/Handlers/demo/demo3.pl
1634 ! lib/Attribute/Handlers/demo/demo4.pl
1635 ! lib/Attribute/Handlers/demo/demo_call.pl
1636 ! lib/Attribute/Handlers/demo/demo_chain.pl
1637 ! lib/Attribute/Handlers/demo/demo_cycle.pl
1638 ! lib/Attribute/Handlers/demo/demo_hashdir.pl
1639 ! lib/Attribute/Handlers/demo/demo_phases.pl
1640 ! lib/Attribute/Handlers/demo/demo_range.pl
1641 ! lib/Attribute/Handlers/demo/demo_rawdata.pl
1642 ! lib/Filter/Simple.pm lib/NEXT.pm lib/NEXT/test.pl
1643 ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
1644 ! lib/Text/Balanced.pm
1645____________________________________________________________________________
1646[ 11841] By: sky on 2001/09/03 11:04:15
1647 Log: Forgot to add a file with Change #11840
1648 Branch: perl
1649 + t/op/srand.t
1650____________________________________________________________________________
1651[ 11840] By: sky on 2001/09/03 11:02:04
1652 Log: Subject: [PATCH t/op/srand.t t/op/rand.t pod/perlfunc.pod MANIFEST] Tests for srand()
1653 From: Michael G Schwern <schwern@pobox.com>
1654 Date: Mon, 3 Sep 2001 07:43:00 -0400
1655 Message-ID: <20010903074300.E9233@blackrider>
1656 Branch: perl
1657 ! MANIFEST pod/perlfunc.pod t/op/rand.t
1658____________________________________________________________________________
1659[ 11839] By: sky on 2001/09/03 10:47:11
1660 Log: Document the changes with regards to running of END blocks.
1661 And DESTROY on global objects are called in perl_destruct()!
1662 Branch: perl
1663 ! pod/perl572delta.pod pod/perlembed.pod
1664____________________________________________________________________________
1665[ 11838] By: sky on 2001/09/03 09:34:44
1666 Log: Subject: [PATCH t/op/time.t] Partial cleanup
1667 From: Michael G Schwern <schwern@pobox.com>
1668 Date: Mon, 3 Sep 2001 06:29:42 -0400
1669 Message-ID: <20010903062942.C9233@blackrider>
1670 Branch: perl
1671 ! t/op/time.t
1672____________________________________________________________________________
1673[ 11837] By: sky on 2001/09/03 09:30:02
1674 Log: Subject: [PATCH t/op/rand.t] Increase the repetitions
1675 From: Michael G Schwern <schwern@pobox.com>
1676 Date: Mon, 3 Sep 2001 06:24:13 -0400
1677 Message-ID: <20010903062413.B9233@blackrider>
1678 Branch: perl
1679 ! t/op/rand.t
1680____________________________________________________________________________
1681[ 11836] By: sky on 2001/09/03 07:56:47
1682 Log: Subject: [PATCH] CGI::Cookie, Apache & Switch tests
1683 From: Michael G Schwern <schwern@pobox.com>
1684 Date: Sun, 2 Sep 2001 21:38:43 -0400
1685 Message-ID: <20010902213843.L2711@blackrider>
1686 Branch: perl
1687 + lib/CGI/t/apache.t lib/CGI/t/cookie.t lib/CGI/t/switch.t
1688 ! MANIFEST
1689____________________________________________________________________________
1690[ 11835] By: nick on 2001/09/03 06:20:06
1691 Log: Integrate mainline
1692 Branch: perlio
1693 +> lib/Shell.t t/op/inccode.t t/run/kill_perl.t
1694 - t/op/misc.t
1695 !> (integrate 187 files)
1696____________________________________________________________________________
1697[ 11834] By: jhi on 2001/09/02 13:07:53
1698 Log: Update Changes.
1699 Branch: perl
1700 ! Changes patchlevel.h
1701____________________________________________________________________________
86876e46
JH
1702[ 11833] By: jhi on 2001/09/02 12:59:05
1703 Log: Slight tweaks.
1704 Branch: perl
1705 ! t/run/kill_perl.t
1706____________________________________________________________________________
1707[ 11832] By: jhi on 2001/09/02 12:41:12
1708 Log: Special casing had become a little bit more complex in Unicode 3.1.1.
1709 Branch: perl
1710 ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
1711____________________________________________________________________________
1712[ 11831] By: sky on 2001/09/02 12:10:42
1713 Log: Change #11828 wasn't complete, this updates to intest path
1714 Branch: perl
1715 ! t/run/kill_perl.t
1716____________________________________________________________________________
1717[ 11830] By: jhi on 2001/09/02 11:56:18
1718 Log: 's's's.
1719 Branch: perl
1720 ! Changes
1721____________________________________________________________________________
1722[ 11829] By: jhi on 2001/09/02 11:54:22
1723 Log: Update Changes.
1724 Branch: perl
1725 ! Changes patchlevel.h
1726____________________________________________________________________________
1727[ 11828] By: sky on 2001/09/02 11:53:56
1728 Log: Subject: [PATCH] rm t/run/segfault.t; mv t/op/misc.t t/run/kill_perl.t
1729 From: Michael G Schwern <schwern@pobox.com>
1730 Date: Sat, 1 Sep 2001 20:18:58 -0400
1731 Message-ID: <20010901201858.X606@blackrider>
1732 +MANIFEST Fix
1733 Branch: perl
1734 + t/run/kill_perl.t
1735 - t/op/misc.t t/run/segfault.t
1736 ! MANIFEST
1737____________________________________________________________________________
40312dc3
JH
1738[ 11827] By: jhi on 2001/09/02 11:46:47
1739 Log: Subject: [PATCH] lib/Time/Local.pm
1740 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
1741 Date: Sun, 2 Sep 2001 06:50:01 -0500
1742 Message-ID: <20010902065001.A21529@staff1.cso.uiuc.edu>
1743 Branch: perl
1744 ! lib/Time/Local.pm
1745____________________________________________________________________________
1746[ 11826] By: jhi on 2001/09/02 11:40:49
1747 Log: Tick off Unicode collation and the normalization from
1748 the todo list.
1749 Branch: perl
1750 ! pod/perltodo.pod
1751____________________________________________________________________________
1752[ 11825] By: jhi on 2001/09/02 11:16:24
1753 Log: Update to Unicode 3.1.1.
1754 Branch: perl
1755 ! lib/unicore/ArabLink.pl lib/unicore/ArabLnkGrp.pl
1756 ! lib/unicore/ArabShap.txt lib/unicore/CaseFold.txt
1757 ! lib/unicore/EAWidth.txt lib/unicore/PropList.html
1758 ! lib/unicore/PropList.txt lib/unicore/README.perl
1759 ! lib/unicore/ReadMe.txt lib/unicore/SpecCase.txt
1760 ! lib/unicore/rename lib/unicore/version
1761____________________________________________________________________________
1762[ 11824] By: jhi on 2001/09/02 10:32:30
1763 Log: Slight doc tweaks for the module.
1764 Branch: perl
1765 ! lib/Unicode/UCD.pm
1766____________________________________________________________________________
1767[ 11823] By: jhi on 2001/09/02 10:02:20
1768 Log: Rename the variable: it *used* to be (wrongly) that the
1769 code related to PL_reg_sv (so PL_reg_sv_utf8 was logical)
1770 but that is no more the case: PL_reg_match_utf8 is better.
1771 Branch: perl
1772 ! embedvar.h mg.c perlapi.c perlapi.h pp.c pp_hot.c regcomp.c
1773 ! regexec.c sv.c thrdvar.h
1774____________________________________________________________________________
1775[ 11822] By: ams on 2001/09/02 02:54:50
1776 Log: Subject: RE: [PATCH] Add a nextstate into empty blocks
1777 From: Ilmari Karonen <iltzu@sci.fi>
1778 Date: Sun, 19 Aug 2001 19:27:33 +0300 (EET DST)
1779 Message-Id: <Pine.SOL.3.96.1010819163840.8384B-100000@simpukka>
1780 (op/sub_lval.t updated to take new error message into account.)
1781 Branch: perl
1782 ! op.c t/op/sub_lval.t
1783____________________________________________________________________________
1784[ 11821] By: gsar on 2001/09/02 01:06:30
1785 Log: remove stray CRs in files; keep all files with UNIX line-ends
1786 (Porting/makerel adds CRs to the files that need it in the
1787 distribution)
1788 Branch: perl
1789 ! NetWare/t/NWScripts.pl README.dos
1790 ! ext/Encode/Encode/cns11643-1.enc
1791 ! ext/Encode/Encode/cns11643-2.enc ext/SDBM_File/Makefile.PL
1792 ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
1793____________________________________________________________________________
1794[ 11820] By: gsar on 2001/09/02 00:56:44
1795 Log: some remnants of change#11803
1796 Branch: perl
1797 ! ext/ByteLoader/byterun.h perl.h
1798____________________________________________________________________________
1799[ 11819] By: jhi on 2001/09/01 23:40:36
1800 Log: Update to Unicode::Collate 0.08.
1801 Branch: perl
1802 ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
1803 ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
1804____________________________________________________________________________
1805[ 11818] By: jhi on 2001/09/01 23:02:09
1806 Log: Test tweaks.
1807 Branch: perl
1808 ! t/op/pat.t
1809____________________________________________________________________________
1810[ 11817] By: pudge on 2001/09/01 22:36:29
1811 Log: Fix test
1812 Branch: maint-5.6/macperl
1813 ! t/lib/b.t
1814____________________________________________________________________________
1815[ 11816] By: pudge on 2001/09/01 22:15:09
1816 Log: Misc. patches: fix tests script; add Mac::LowMem; quiet
1817 warnings in Config.pm with -W; increase default and
1818 minimum RAM; bump version number.
1819 Branch: maint-5.6/macperl
1820 + macos/lib/Mac/LowMem.pm
1821 ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk
1822 ! macos/configpm macos/macperl/MacPerl.r
1823____________________________________________________________________________
1824[ 11815] By: pudge on 2001/09/01 22:10:49
1825 Log: Make syntax check report in MPW style, fix tests
1826 to use Mac::err=unix to get normal-style error
1827 messages.
1828 Branch: maint-5.6/macperl
1829 ! perl.c t/lib/b.t t/op/misc.t t/op/runlevel.t t/pod/testp2pt.pl
1830 ! t/pragma/strict.t t/pragma/subs.t t/pragma/warnings.t
1831____________________________________________________________________________
1832[ 11814] By: pudge on 2001/09/01 22:09:08
1833 Log: Make MPW-style errors optional (but the default); add
1834 MacPerl::ErrorFormat() function and Mac::err pragma
1835 Branch: maint-5.6/macperl
1836 + macos/ext/Mac/err/Makefile.PL macos/ext/Mac/err/err.pm
1837 + macos/ext/Mac/err/err.xs
1838 ! macos/ext/Mac/Makefile.mk macos/ext/MacPerl/MacPerl.xs
1839 ! macos/macish.c macos/macish.h macos/macperl.sym
1840____________________________________________________________________________
1841[ 11813] By: pudge on 2001/09/01 22:01:40
1842 Log: More module and test ports from Thomas Wegner et al
1843 Branch: maint-5.6/macperl
1844 ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
1845 ! lib/File/DosGlob.pm lib/File/Spec/Mac.pm lib/File/Temp.pm
1846 ! t/lib/dosglob.t t/lib/filespec.t t/lib/ftmp-security.t
1847 ! t/op/magic.t
1848____________________________________________________________________________
1849[ 11812] By: sky on 2001/09/01 17:19:30
1850 Log: Subject: [PATCH t/op/concat.t] cleanup
1851 From: Michael G Schwern <schwern@pobox.com>
1852 Date: Sat, 1 Sep 2001 14:06:28 -0400
1853 Message-ID: <20010901140628.C606@blackrider>
1854 Branch: perl
1855 ! t/op/concat.t
1856____________________________________________________________________________
1857[ 11811] By: sky on 2001/09/01 12:25:29
1858 Log: Change #11805 didn't update the MANIFEST
1859 Branch: perl
1860 ! MANIFEST
1861____________________________________________________________________________
1862[ 11810] By: sky on 2001/09/01 11:52:44
1863 Log: Subject: [PATCH], was t/op/incode.t breaks make minitest
1864 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1865 Date: Sat, 1 Sep 2001 14:50:14 +0200
1866 Message-ID: <20010901145014.A691@rafael>
1867 Branch: perl
1868 ! t/op/inccode.t
1869____________________________________________________________________________
1870[ 11809] By: sky on 2001/09/01 11:49:22
1871 Log: Subject: PATCH: ExtUtils::MakeMaker
1872 From: Tony Bowden <tony@kasei.com>
1873 Date: Sat, 1 Sep 2001 10:33:53 +0100
1874 Message-ID: <20010901103353.A13863@soto.kasei.com>
1875 Manually applied
1876 Branch: perl
1877 ! lib/ExtUtils/MakeMaker.pm
1878____________________________________________________________________________
1879[ 11808] By: sky on 2001/09/01 11:39:13
1880 Log: Subject: [ID 20010831.002] Bug in Term::Cap on Solaris ansi terminal using CPAN::Shell
1881 From: mike808@users.sourceforge.net
1882 Date: Sat, 1 Sep 101 11:27:50 GMT
1883 Message-Id: <200108312123.QAA27476@smtp.networkusa.net>
1884 With little tweak
1885 Branch: perl
1886 ! lib/Term/Cap.pm
1887____________________________________________________________________________
1888[ 11807] By: ams on 2001/09/01 11:31:16
1889 Log: Subject: oct() and hex()
1890 From: Nicholas Clark <nick@ccl4.org>
1891 Date: Fri, 31 Aug 2001 23:14:13 +0100
1892 Message-Id: <20010831231413.J4950@plum.flirble.org>
1893 Branch: perl
1894 ! pod/perlclib.pod
1895____________________________________________________________________________
1896[ 11806] By: pudge on 2001/09/01 00:04:52
1897 Log: Integrate change 11801 from maintperl
1898 Branch: maint-5.6/macperl
1899 ! perl.c
1900____________________________________________________________________________
1901[ 11805] By: sky on 2001/08/31 21:35:10
1902 Log: Subject: Re: [ID 20010831.001] SEGV from ($a, b) = (1, 2)
1903 From: Michael G Schwern <schwern@pobox.com>
1904 Date: Fri, 31 Aug 2001 15:36:28 -0400
1905 Message-ID: <20010831153628.B598@blackrider>
1906 Check for things which used to segfault
1907 Branch: perl
1908 + t/run/segfault.t
1909____________________________________________________________________________
1910[ 11804] By: gsar on 2001/08/31 21:02:54
1911 Log: integrate change#11801 from maint-5.6
1912
1913 remove age-old UNICOS "workaround" that introduces a static, and
1914 hence an egregious race condition for threaded builds (*sigh*
1915 beats me why this kludge wasn't guarded by a UNICOS-specific
1916 #define *sigh*)
1917 Branch: perl
1918 ! perl.c
1919____________________________________________________________________________
1920[ 11803] By: gsar on 2001/08/31 20:58:38
1921 Log: remove deprecated PERL_OBJECT cruft, it has long since stopped
1922 working in 5.7.x
1923 Branch: perl
1924 - objXSUB.h
1925 ! EXTERN.h MANIFEST Makefile.SH Makefile.micro NetWare/Makefile
1926 ! NetWare/config_h.PL NetWare/dl_netware.xs NetWare/interface.c
1927 ! NetWare/nw5.c NetWare/nw5sck.c NetWare/nw5thread.c
1928 ! NetWare/nwperlsys.c NetWare/nwperlsys.h Porting/makerel
1929 ! README.win32 XSUB.h bytecode.pl cv.h cygwin/cygwin.c
1930 ! emacs/ptags embed.h embed.pl embedvar.h epoc/epoc.c ext/B/B.xs
1931 ! ext/B/B/C.pm ext/ByteLoader/ByteLoader.xs
1932 ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
1933 ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
1934 ! ext/POSIX/POSIX.xs globals.c iperlsys.h lib/ExtUtils/Embed.pm
1935 ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
1936 ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
1937 ! lib/ExtUtils/xsubpp makedef.pl mg.c op.c perl.c perl.h
1938 ! perlapi.c perlapi.h perlio.c perly.c perly.y perly_c.diff
1939 ! pod/perlguts.pod pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c
1940 ! scope.c sv.c sv.h toke.c universal.c vms/descrip_mms.template
1941 ! vms/perly_c.vms win32/Makefile win32/config_h.PL
1942 ! win32/dl_win32.xs win32/makefile.mk win32/perlhost.h
1943 ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
1944 ! win32/win32thread.c wince/Makefile.ce wince/config_h.PL
1945 ! wince/dl_win32.xs wince/perllib.c wince/win32.h
1946 ! wince/win32thread.c wince/wince.c wince/wincesck.c xsutils.c
1947____________________________________________________________________________
1948[ 11802] By: ams on 2001/08/31 18:11:32
1949 Log: Subject: [DOC PATCH] Add perl4 warning messages to perldiag.pod
1950 From: "Philip Newton" <Philip.Newton@gmx.net>
1951 Date: Fri, 31 Aug 2001 21:12:56 +0200
1952 Message-Id: <20010831.211000@ID-11583.news.dfncis.de>
1953 Branch: perl
1954 ! pod/perldiag.pod
1955____________________________________________________________________________
1956[ 11801] By: gsar on 2001/08/31 17:49:03
1957 Log: remove age-old UNICOS "workaround" that introduces a static, and
1958 hence an egregious race condition for threaded builds (*sigh*
1959 beats me why this kludge wasn't guarded by a UNICOS-specific
1960 #define *sigh*)
1961 Branch: maint-5.6/perl
1962 ! perl.c
1963____________________________________________________________________________
1964[ 11800] By: sky on 2001/08/31 17:30:26
1965 Log: Fixes bug in change 11717 that bus errored on HP-UX 10.20
1966 Might break on platforms where bool is larger than 8 bites ???
1967 Branch: perl
1968 ! regcomp.c
1969____________________________________________________________________________
1970[ 11799] By: ams on 2001/08/31 12:15:44
1971 Log: Integrate 11778 into mainline.
1972 Branch: perl
1973 ! t/base/term.t
1974____________________________________________________________________________
1975[ 11798] By: sky on 2001/08/31 11:31:44
1976 Log: Change 11797 sneaked in a faulty regcomp.c change which wasn't
1977 supposed to happen.
1978 Branch: perl
1979 ! regcomp.c
1980____________________________________________________________________________
1981[ 11797] By: sky on 2001/08/31 11:28:17
1982 Log: Subject: Re: Problem in ext/Time/HiRest/HiRes.t
1983 From: "John P. Linderman" <jpl@research.att.com>
1984 Date: Fri, 31 Aug 2001 08:20:35 -0400
1985 Message-Id: <200108311220.IAA54125@raptor.research.att.com>
1986 Fixes test 14 which could fail randomly in rare cases.
1987 Branch: perl
1988 ! ext/Time/HiRes/HiRes.t regcomp.c
1989____________________________________________________________________________
1990[ 11796] By: ams on 2001/08/31 01:13:07
1991 Log: Subject: [PATCH] Embaressing typo in Syslog's Makefile.PL
1992 From: Nicholas Clark <nick@ccl4.org>
1993 Date: Thu, 30 Aug 2001 23:21:50 +0100
1994 Message-Id: <20010830232150.D4950@plum.flirble.org>
1995 Branch: perl
1996 ! ext/Sys/Syslog/Makefile.PL
1997____________________________________________________________________________
1998[ 11795] By: ams on 2001/08/30 23:53:23
1999 Log: Subject: [PATCH pod/perlhack.pod] Yet another improvement to the
2000 patching example
2001 From: Michael G Schwern <schwern@pobox.com>
2002 Date: Thu, 30 Aug 2001 17:02:08 -0400
2003 Message-Id: <20010830170208.M2318@blackrider>
2004 Branch: perl
2005 ! pod/perlhack.pod
2006____________________________________________________________________________
2007[ 11794] By: ams on 2001/08/30 19:35:36
2008 Log: Subject: [PATCH] pp_modulo
2009 From: Nicholas Clark <nick@ccl4.org>
2010 Date: Thu, 30 Aug 2001 18:20:54 +0100
2011 Message-Id: <20010830182053.A4950@plum.flirble.org>
2012 Branch: perl
2013 ! pp.c t/op/64bitint.t
2014____________________________________________________________________________
2015[ 11793] By: sky on 2001/08/30 13:02:48
2016 Log: 11792 wasn't complete
2017 Branch: perl
2018 ! makedef.pl regcomp.c
2019____________________________________________________________________________
2020[ 11792] By: sky on 2001/08/30 12:21:11
2021 Log: Added checks for PL_custom* and Perl_custom* functions in makedef.pl
2022 Branch: perl
2023 ! makedef.pl
2024____________________________________________________________________________
2025[ 11791] By: sky on 2001/08/30 10:08:02
2026 Log: Due to braindamaged makedef.pl change 11758 broke makedef.pl
2027 Branch: perl
2028 ! config_h.SH
2029____________________________________________________________________________
2030[ 11790] By: sky on 2001/08/30 08:22:31
2031 Log: Introduces SvREPADTMP(sv) that marks a repad SvIV as a offset
2032 on the pad. Fixes coredumps in cleanups introduced by
2033 Change 11755
2034 Branch: perl
2035 ! op.c perl.c sv.h
2036____________________________________________________________________________
2037[ 11789] By: sky on 2001/08/29 19:01:47
2038 Log: GCC on HP-UX 11 with 64bit support breaks inet_ntoa
2039 This is a replacement implmentation that works on HPUX.
2040 This bug should probably be fixed in GCC.
2041 Branch: perl
2042 ! ext/Socket/Socket.xs
2043____________________________________________________________________________
2044[ 11788] By: ams on 2001/08/29 17:35:33
2045 Log: Subject: [PATCH] pass all tests when compiling with -DNO_PERL_PRESERVE_IVUV
2046 From: Nicholas Clark <nick@ccl4.org>
2047 Date: Wed, 29 Aug 2001 18:21:56 +0100
2048 Message-Id: <20010829182156.O4950@plum.flirble.org>
2049 Branch: perl
2050 ! ext/Devel/Peek/Peek.t sv.c t/op/64bitint.t t/op/numconvert.t
2051____________________________________________________________________________
2052[ 11787] By: sky on 2001/08/29 10:42:54
2053 Log: Added test for pack_addr_in and unpack_addr_in
2054 Nitpik in test 10
2055 Branch: perl
2056 ! ext/Socket/Socket.t
2057____________________________________________________________________________
2058[ 11786] By: sky on 2001/08/29 10:28:14
2059 Log: Added three tests to test inet_ntoa/inet_aton and *packaddr*
2060 Trying to catch errors on HP-UX
2061 Branch: perl
2062 ! ext/Socket/Socket.t
2063____________________________________________________________________________
2064[ 11785] By: sky on 2001/08/29 09:07:03
2065 Log: make sure USE_THREADS is defined so external apps work
2066 Branch: perl
2067 ! config_h.SH
2068____________________________________________________________________________
2069[ 11784] By: sky on 2001/08/29 08:06:12
2070 Log: Subject: Re: The hitlist of untested modules.
2071 From: Jonathan Stowe <gellyfish@gellyfish.com>
2072 Date: Wed, 29 Aug 2001 09:25:49 +0100 (BST)
2073 Message-ID: <Pine.LNX.4.33.0108290923320.29273-100000@orpheus.gellyfish.com>
2074 Start of tests for Shell.pm (make Schwern poorer!)
2075 Branch: perl
2076 + lib/Shell.t
2077 ! MANIFEST
2078____________________________________________________________________________
2079[ 11783] By: sky on 2001/08/29 07:37:50
2080 Log: END{} can change the return value even if we die from BEGIN{}
2081 Branch: perl
2082 ! miniperlmain.c
2083____________________________________________________________________________
2084[ 11782] By: ams on 2001/08/29 06:32:17
2085 Log: Subject: Re: [PATCH] newer tests for the coderef-in-@INC !
2086 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2087 Date: Wed, 29 Aug 2001 09:18:17 +0200
2088 Message-Id: <20010829091817.A4453@rafael>
2089 Branch: perl
2090 ! t/op/inccode.t
2091____________________________________________________________________________
2092[ 11781] By: pudge on 2001/08/29 02:28:33
2093 Log: Delete xsubpp.patch, as full copy exists now
2094 Branch: maint-5.6/macperl
2095 - macos/xsubpp.patch
2096____________________________________________________________________________
2097[ 11780] By: pudge on 2001/08/29 02:26:03
2098 Log: Add Changes file
2099 Branch: maint-5.6/macperl
2100 + macos/Changes
2101____________________________________________________________________________
2102[ 11779] By: pudge on 2001/08/29 02:23:11
2103 Log: Add Mac version of xsubpp as separate file
2104 Branch: maint-5.6/macperl
2105 + macos/xsubpp
2106 ! macos/Makefile.mk
2107____________________________________________________________________________
2108[ 11778] By: pudge on 2001/08/29 02:14:57
2109 Log: Fix open of /dev/null for Mac OS
2110 Branch: maint-5.6/macperl
2111 ! t/base/term.t
2112____________________________________________________________________________
2113[ 11777] By: pudge on 2001/08/29 02:12:52
2114 Log: Various patches: enable more tests; skip CVS in PerlInstall;
2115 fix typemap for Mac::Processes; remove comments in MM_MacOS.pm
2116 Branch: maint-5.6/macperl
2117 ! macos/MacPerlTests.cmd macos/PerlInstall
2118 ! macos/ext/Mac/Processes/typemap macos/lib/ExtUtils/MM_MacOS.pm
2119____________________________________________________________________________
2120[ 11776] By: pudge on 2001/08/29 02:11:42
2121 Log: Allow for platforms to override formatting of errors
2122 on output from Matthias Neeracher (Mac files)
2123 Branch: maint-5.6/macperl
2124 ! macos/macish.c macos/macish.h
2125____________________________________________________________________________
2126[ 11775] By: pudge on 2001/08/29 01:59:32
2127 Log: Allow for platforms to override formatting of errors
2128 on output from Matthias Neeracher (core files)
2129 Branch: maint-5.6/macperl
2130 ! perl.h pp_ctl.c util.c
2131____________________________________________________________________________
2132[ 11774] By: pudge on 2001/08/29 01:29:43
2133 Log: Add some param checking, from reports by Kevin Reid.
2134 Branch: maint-5.6/macperl
2135 ! macos/ext/Mac/Controls/Controls.pm
2136 ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/Windows/Windows.pm
2137____________________________________________________________________________
2138[ 11773] By: ams on 2001/08/28 23:54:57
2139 Log: Subject: [PATCH] make coretest
2140 From: Paul Johnson <paul@pjcj.net>
2141 Date: Wed, 29 Aug 2001 00:11:38 +0200
2142 Message-Id: <20010829001138.B12169@pjcj.net>
2143 (Applied without the change to perlhack.pod. This should
2144 probably stay undocumented.)
2145 Branch: perl
2146 ! Makefile.SH t/TEST
2147____________________________________________________________________________
2148[ 11772] By: sky on 2001/08/28 13:01:20
2149 Log: Subject: [PATCH t/op/pack.t pod/perlhack.pod] Adding the failure diagnostic
2150 From: Michael G Schwern <schwern@pobox.com>
2151 Date: Tue, 28 Aug 2001 09:57:39 -0400
2152 Message-ID: <20010828095738.E17775@blackrider>
2153 Branch: perl
2154 ! pod/perlhack.pod t/op/pack.t
2155____________________________________________________________________________
2156[ 11771] By: sky on 2001/08/28 11:20:13
2157 Log: Subject: [PATCH] put useful info in %INC for files loaded by a hook in @INC
2158 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2159 Date: Tue, 28 Aug 2001 14:23:43 +0200
2160 Message-ID: <20010828142343.A19299@rafael>
2161 Branch: perl
2162 ! pod/perlvar.pod pp_ctl.c
2163____________________________________________________________________________
2164[ 11770] By: ams on 2001/08/28 10:13:21
2165 Log: Subject: [PATCH] odd typo in op.h
2166 From: Nicholas Clark <nick@ccl4.org>
2167 Date: Tue, 28 Aug 2001 12:10:26 +0100
2168 Message-Id: <20010828121026.V4950@plum.flirble.org>
2169 Branch: perl
2170 ! op.h
2171____________________________________________________________________________
2172[ 11769] By: sky on 2001/08/28 08:09:16
2173 Log: Subject: [ID 20010827.008] no-foo options broken in B::Lint
2174 From: Ville "Skyttä" <scop@cs132170.pp.htv.fi>
2175 Date: Tue, 28 Aug 2001 02:22:20 +0300
2176 Message-Id: <200108272322.f7RNMKd02261@cs132170.pp.htv.fi>
2177 Branch: perl
2178 ! ext/B/B/Lint.pm
2179____________________________________________________________________________
2180[ 11768] By: ams on 2001/08/28 00:47:35
2181 Log: Subject: Re: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
2182 From: Michael G Schwern <schwern@pobox.com>
2183 Date: Mon, 27 Aug 2001 21:24:44 -0400
2184 Message-Id: <20010827212444.F12582@blackrider>
2185 Branch: perl
2186 ! pod/perlhack.pod t/op/pack.t
2187____________________________________________________________________________
2188[ 11767] By: ams on 2001/08/27 23:59:48
2189 Log: Subject: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
2190 From: Michael G Schwern <schwern@pobox.com>
2191 Date: Mon, 27 Aug 2001 20:12:29 -0400
2192 Message-Id: <20010827201229.D12582@blackrider>
2193 Branch: perl
2194 ! pod/perlhack.pod t/op/pack.t
2195____________________________________________________________________________
2196[ 11766] By: ams on 2001/08/27 23:39:40
2197 Log: Update Changes.
2198 Branch: perl
2199 ! Changes
2200____________________________________________________________________________
fd8826a1
AMS
2201[ 11765] By: ams on 2001/08/27 22:53:10
2202 Log: Subject: Re: [PATCH] new tests for the coderef-in-@INC
2203 From: Michael G Schwern <schwern@pobox.com>
2204 Date: Mon, 27 Aug 2001 19:47:30 -0400
2205 Message-Id: <20010827194730.C12582@blackrider>
2206 Branch: perl
2207 ! t/op/inccode.t
2208____________________________________________________________________________
2209[ 11764] By: ams on 2001/08/27 22:46:21
2210 Log: Subject: [PATCH] new tests for the coderef-in-@INC
2211 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2212 Date: Mon, 27 Aug 2001 22:36:27 +0200
2213 Message-Id: <20010827223627.C690@rafael>
2214
2215 Subject: Re: [PATCH] new tests for the coderef-in-@INC
2216 From: Nicholas Clark <nick@ccl4.org>
2217 Date: Tue, 28 Aug 2001 00:02:46 +0100
2218 Message-Id: <20010828000245.R4950@plum.flirble.org>
2219 Branch: perl
2220 + t/op/inccode.t
2221 ! MANIFEST
2222____________________________________________________________________________
2223[ 11763] By: ams on 2001/08/27 22:41:09
2224 Log: Subject: [PATCH lib/warnings.t] Removing 2>&1 requirement (was Re:
2225 bleadperl on fire, Win95+4NT)
2226 From: Michael G Schwern <schwern@pobox.com>
2227 Date: Mon, 27 Aug 2001 16:54:42 -0400
2228 Message-Id: <20010827165442.F9436@blackrider>
2229 Branch: perl
2230 ! lib/warnings.t
2231____________________________________________________________________________
2232[ 11762] By: sky on 2001/08/27 19:19:17
2233 Log: Changed back Net/Ping.pm change #11759 since WNOHANG wasn't
2234 avaible at compile time. This broke the compilation of
2235 Net/Ping.pm
2236 Branch: perl
2237 ! lib/Net/Ping.pm
2238____________________________________________________________________________
2239[ 11761] By: sky on 2001/08/27 18:34:48
2240 Log: Removed tripple definitions of CUSTOM_OP functions.
2241 Branch: perl
2242 ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
2243____________________________________________________________________________
2244[ 11760] By: sky on 2001/08/27 18:21:27
2245 Log: Regen headers
2246 Branch: perl
2247 ! embed.h embedvar.h objXSUB.h opcode.h opnames.h perlapi.c
2248 ! perlapi.h proto.h
2249____________________________________________________________________________
2250[ 11759] By: ams on 2001/08/27 16:31:53
2251 Log: Subject: [PATCH] pod/perlfunc.pod, lib/Net/Ping.pm, ext/POSIX/POSIX.pod
2252 From: "chromatic" <chromatic@rmci.net>
2253 Date: Mon, 27 Aug 2001 11:17:09 -0600
2254 Message-Id: <20010827172111.89491.qmail@onion.perl.org>
2255 Branch: perl
2256 ! ext/POSIX/POSIX.pod lib/Net/Ping.pm pod/perlfunc.pod
2257____________________________________________________________________________
2258[ 11758] By: sky on 2001/08/27 15:16:42
2259 Log: Changes USE_THREADS to USE_5005THREADS in the entire source.
2260 Thanks to H. Merijn Brand for the patch.
2261 Some of the comments and or guards might be removable in perl.h now.
2262 Branch: perl
2263 ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
2264 ! Porting/Glossary Porting/config_H README.threads config_h.SH
2265 ! cop.h cv.h deb.c dosish.h dump.c embed.h embed.pl embedvar.h
2266 ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Deparse.pm
2267 ! ext/B/ramblings/runtime.porting ext/DynaLoader/dl_aix.xs
2268 ! ext/Thread/Thread.xs gv.c intrpvar.h mg.c miniperlmain.c
2269 ! objXSUB.h op.c os2/os2.c os2/os2ish.h perl.c perl.h perlapi.c
2270 ! perlvars.h pod/perlguts.pod pp.c pp.h pp_ctl.c pp_hot.c
2271 ! proto.h regexec.c scope.c sv.c sv.h thrdvar.h thread.h toke.c
2272 ! uconfig.h util.c vms/genconfig.pl vms/vms.c vos/config.alpha.h
2273 ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
2274 ! win32/config_H.vc win32/perllib.c win32/win32.h
2275 ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
2276 ! wince/config.h wince/config_H.ce wince/win32.h
2277 ! wince/win32thread.c wince/win32thread.h wince/wincesck.c
2278____________________________________________________________________________
2279[ 11757] By: sky on 2001/08/27 13:39:16
2280 Log: Subject: GNU ld parses arguments different
2281 From: H.Merijn Brand <h.m.brand@hccnet.nl>
2282 Date: Mon, 27 Aug 2001 16:25:51 +0200
2283 Message-Id: <20010827162254.2EA6.H.M.BRAND@hccnet.nl>
2284 Branch: perl
2285 ! hints/hpux.sh
2286____________________________________________________________________________
2287[ 11756] By: sky on 2001/08/27 13:18:45
2288 Log: Subject: Custom Ops
2289 From: Simon Cozens <simon@netthink.co.uk>
2290 Date: Sat, 25 Aug 2001 17:45:09 +0100
2291 Message-ID: <20010825174509.A5752@netthink.co.uk>
2292 I also added a fix to Opcode.pm to quite test cases.
2293 Branch: perl
2294 ! dump.c embed.pl ext/Opcode/Opcode.pm intrpvar.h op.c op.h
2295 ! opcode.pl pod/perlguts.pod pp_ctl.c pp_sys.c run.c sv.c utf8.c
2296____________________________________________________________________________
2297[ 11755] By: sky on 2001/08/27 05:37:17
2298 Log: Plugs a memory leak on destruction of regular expressions
2299 introcued by #11274.
2300 PL_regex_padav now has an AV as it's first entry with a list
2301 of freed regex_padav slots that it will reuse on creating
2302 new PMOPs.
2303 Branch: perl
2304 ! op.c perl.c
2305____________________________________________________________________________
2306[ 11754] By: ams on 2001/08/26 14:38:52
2307 Log: Subject: [PATCH] t/io/binmode.t
2308 From: Nicholas Clark <nick@ccl4.org>
2309 Date: Sun, 26 Aug 2001 12:03:05 +0100
2310 Message-Id: <20010826120305.C4950@plum.flirble.org>
2311
2312 (Also a nitpick in #11752 to t/op/universal.t)
2313 Branch: perl
2314 ! t/io/binmode.t t/op/universal.t
2315____________________________________________________________________________
2316[ 11753] By: ams on 2001/08/26 08:19:34
2317 Log: Subject: [PATCH] op/universal.t failing
2318 From: Nicholas Clark <nick@ccl4.org>
2319 Date: Sun, 26 Aug 2001 09:48:22 +0100
2320 Message-Id: <20010826094822.B4950@plum.flirble.org>
2321 Branch: perl
2322 ! t/op/universal.t
2323____________________________________________________________________________
2324[ 11752] By: ams on 2001/08/25 22:46:13
2325 Log: Subject: Re: 'can' with undefined subs
2326 From: Tony Bowden <tony@kasei.com>
2327 Date: Sat, 25 Aug 2001 14:58:17 +0100
2328 Message-Id: <20010825145817.A11788@soto.kasei.com>
2329 (Applied with minor modifications.)
2330 Branch: perl
2331 ! t/op/universal.t
2332____________________________________________________________________________
2333[ 11751] By: ams on 2001/08/25 18:28:43
2334 Log: Subject: Re: 'can' with undefined subs
2335 From: Tony Bowden <tony@kasei.com>
2336 Date: Sat, 25 Aug 2001 15:13:14 +0100
2337 Message-Id: <20010825151314.B11788@soto.kasei.com>
2338 Branch: perl
2339 ! lib/UNIVERSAL.pm
2340____________________________________________________________________________
2341[ 11750] By: nick on 2001/08/25 15:24:15
2342 Log: Integrate mainline
2343 Branch: perlio
2344 +> t/io/binmode.t
2345 !> (integrate 26 files)
2346____________________________________________________________________________
2347[ 11749] By: nick on 2001/08/25 14:55:41
2348 Log: Subject: Re: [PATCH] Added wisdom to perlhack.pod
2349 From: John Peacock <jpeacock@rowman.com>
2350 Date: Wed, 22 Aug 2001 12:05:28 -0400
2351 Message-Id: <3B83D848.7FD9C6EF@rowman.com>
2352 Branch: perl
2353 ! pod/perlhack.pod
2354____________________________________________________________________________
2355[ 11748] By: nick on 2001/08/25 14:53:04
2356 Log: Subject: Re: [PATCH] (was Re: PerlIO regerssion tests?)
2357 From: Michael G Schwern <schwern@pobox.com>
2358 Date: Wed, 22 Aug 2001 19:22:45 -0400
2359 Message-Id: <20010822192245.U619@blackrider>
2360 Branch: perl
2361 ! MANIFEST
2362____________________________________________________________________________
2363[ 11747] By: nick on 2001/08/25 14:52:33
2364 Log: Subject: [PATCH] (was Re: PerlIO regerssion tests?)
2365 From: Nicholas Clark <nick@ccl4.org>
2366 Date: Wed, 22 Aug 2001 23:29:06 +0100
2367 Message-Id: <20010822232906.Z82818@plum.flirble.org>
2368 Branch: perl
2369 + t/io/binmode.t
2370 ! perlio.c pod/perlfunc.pod
2371____________________________________________________________________________
2372[ 11744] By: nick on 2001/08/25 14:37:33
2373 Log: Subject: [PATCH bleadperl] quiet down VC++ warnings in a2py.c and walk.c
2374 From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
2375 Date: Fri, 24 Aug 2001 22:10:42 +0200
2376 Message-Id: <1065978076.20010824221042@tesla.rcub.bg.ac.yu>
2377 Branch: perl
2378 ! x2p/a2py.c x2p/walk.c
2379____________________________________________________________________________
2380[ 11743] By: nick on 2001/08/25 14:32:47
2381 Log: Subject: [DOC PATCH] The coderef-in-@INC feature
2382 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2383 Date: Fri, 24 Aug 2001 23:34:13 +0200
2384 Message-Id: <20010824233413.A1285@rafael>
2385 Branch: perl
2386 ! pod/perlfunc.pod pod/perlvar.pod
2387____________________________________________________________________________
2388[ 11742] By: ams on 2001/08/25 13:16:02
2389 Log: Subject: [PATCH] Re: The coderef in @INC strikes back
2390 From: Nicholas Clark <nick@ccl4.org>
2391 Date: Sat, 25 Aug 2001 14:50:07 +0100
2392 Message-Id: <20010825145007.L41464@plum.flirble.org>
2393 Branch: perl
2394 ! pp_ctl.c
2395____________________________________________________________________________
2396[ 11741] By: nick on 2001/08/24 07:08:45
2397 Log: When applying patch via Porting/apply fails, do p4 refresh
2398 to get old files back.
2399 Branch: perl
2400 ! Porting/apply
2401____________________________________________________________________________
2402[ 11740] By: ams on 2001/08/24 04:47:24
2403 Log: #11739 was incomplete.
2404 Branch: perl
2405 ! pod/perldiag.pod
2406____________________________________________________________________________
2407[ 11739] By: ams on 2001/08/24 04:09:40
2408 Log: Subject: [DOC patch bleadperl] "misspelled" misspelled
2409 From: "Philip Newton" <Philip.Newton@gmx.net>
2410 Date: Fri, 24 Aug 2001 07:08:34 +0200
2411 Branch: perl
2412 ! pod/perldiag.pod
2413____________________________________________________________________________
2414[ 11738] By: ams on 2001/08/24 02:19:42
2415 Log: Fixed Doug Wilson's email address.
2416 Branch: perl
2417 ! AUTHORS
2418____________________________________________________________________________
2419[ 11737] By: ams on 2001/08/24 00:10:13
2420 Log: Subject: [DOC PATCH] Adding new warning in perldiag.pod
2421 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2422 Date: Thu, 23 Aug 2001 22:22:58 +0200
2423 Message-Id: <20010823222258.A901@rafael>
2424 Branch: perl
2425 ! pod/perldiag.pod
2426____________________________________________________________________________
2427[ 11736] By: ams on 2001/08/24 00:05:02
2428 Log: Subject: [PATCH perl@ ] add $Config('scriptdir'} on VMS
2429 From: "Craig A. Berry" <craigberry@mac.com>
2430 Date: Thu, 23 Aug 2001 19:07:45 -0500
2431 Message-Id: <a05101004b7ab4593bb24@[172.16.52.1]>
2432 Branch: perl
2433 ! configure.com
2434____________________________________________________________________________
2435[ 11735] By: sky on 2001/08/23 13:42:07
2436 Log: Backed out 11732, it breaks lib/strict.t
2437 Branch: perl
2438 ! op.c
2439____________________________________________________________________________
2440[ 11734] By: sky on 2001/08/23 11:45:59
2441 Log: Removed toy from 17133 after Matt Sargeants request.
2442 Branch: perl
2443 ! pod/perlfaq4.pod
2444____________________________________________________________________________
2445[ 11733] By: sky on 2001/08/23 11:36:29
2446 Log: Subject: [PATCH perlfaq4] Faster permutation algorithms
2447 From: Robin Houston <robin@kitsite.com>
2448 Date: Wed, 22 Aug 2001 23:06:16 +0100
2449 Message-ID: <20010822230616.A254@robin.kitsite.com>
2450 Branch: perl
2451 ! pod/perlfaq4.pod
2452____________________________________________________________________________
2453[ 11732] By: sky on 2001/08/23 10:36:02
2454 Log: Subject: Re: [ID 20010822.001] Freeing pads after parse error
2455 From: Simon Cozens <simon@netthink.co.uk>
2456 Date: Thu, 23 Aug 2001 12:06:36 +0100
2457 Message-ID: <20010823120636.A9961@netthink.co.uk>
2458 Branch: perl
2459 ! op.c
2460____________________________________________________________________________
2461[ 11731] By: gsar on 2001/08/23 03:58:58
2462 Log: fix broken windows build
2463 Branch: perl
2464 ! perl.h
2465____________________________________________________________________________
2466[ 11730] By: ams on 2001/08/22 21:35:30
2467 Log: Subject: [PATCH] io/tell.t doesn't chdir t
2468 From: Nicholas Clark <nick@ccl4.org>
2469 Date: Wed, 22 Aug 2001 23:25:58 +0100
2470 Message-Id: <20010822232557.Y82818@plum.flirble.org>
2471 Branch: perl
2472 ! t/io/tell.t
2473____________________________________________________________________________
2474[ 11729] By: ams on 2001/08/22 20:32:21
2475 Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
2476 questions)
2477 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
2478 Date: Wed, 22 Aug 2001 17:09:04 -0400
2479 Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
2480 (Oops, forgot File::Spec::Unix in the previous patch.)
2481 Branch: perl
2482 ! lib/File/Spec/Unix.pm
2483____________________________________________________________________________
2484[ 11728] By: ams on 2001/08/22 20:25:41
2485 Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
2486 questions)
2487 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
2488 Date: Wed, 22 Aug 2001 17:09:04 -0400
2489 Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
2490 Branch: perl
2491 ! lib/File/Spec.pm
2492____________________________________________________________________________
2493[ 11727] By: ams on 2001/08/22 19:43:30
2494 Log: Subject: Re: [PATCH 1 of 3] $] is deprecated - eliminate from core tests
2495 From: John Peacock <jpeacock@rowman.com>
2496 Date: Wed, 22 Aug 2001 12:35:52 -0400
2497 Message-Id: <3B83DF68.5D89DC81@rowman.com>
2498 (Adds proper tests for $], notwithstanding Subject. +nitpick)
2499 Branch: perl
2500 ! t/op/ver.t
2501____________________________________________________________________________
2502[ 11726] By: ams on 2001/08/22 19:36:39
2503 Log: Subject: [ID 20010822.007] eval STRING & diagnostics.pm not mixing
2504 From: schwern@ool-18b93024.dyn.optonline.net (Michael G Schwern)
2505 Date: Wed, 22 Aug 2001 16:03:00 -0400 (EDT)
2506 Message-Id: <20010822200300.0D1638253@ool-18b93024.dyn.optonline.net>
2507 Branch: perl
2508 ! lib/diagnostics.pm lib/diagnostics.t
2509____________________________________________________________________________
2510[ 11725] By: ams on 2001/08/22 19:25:01
2511 Log: Subject: [PATCH] 64 bit integer preserving pp_divide
2512 From: Nicholas Clark <nick@ccl4.org>
2513 Date: Wed, 22 Aug 2001 20:59:05 +0100
2514 Message-Id: <20010822205905.U82818@plum.flirble.org>
2515 Branch: perl
2516 ! pp.c t/op/64bitint.t t/op/arith.t
2517____________________________________________________________________________
2518[ 11724] By: ams on 2001/08/22 10:02:33
2519 Log: Subject: Configure blooper
2520 From: H.Merijn Brand <h.m.brand@hccnet.nl>
2521 Date: Wed, 22 Aug 2001 12:38:35 +0200
2522 Message-Id: <20010822123750.A797.H.M.BRAND@hccnet.nl>
2523 Branch: perl
2524 ! Configure
2525____________________________________________________________________________
2526[ 11723] By: ams on 2001/08/21 16:17:53
2527 Log: Subject: [PATCH] installperl -help
2528 From: Nicholas Clark <nick@ccl4.org>
2529 Date: Tue, 21 Aug 2001 17:34:23 +0100
2530 Message-Id: <20010821173423.F82818@plum.flirble.org>
2531 Branch: perl
2532 ! installperl
2533____________________________________________________________________________
2534[ 11722] By: ams on 2001/08/20 07:46:31
2535 Log: Subject: [PATCH perlvar.pod] Rewrite $. entry and switch to -> syntax
2536 From: Ilmari Karonen <iltzu@sci.fi>
2537 Date: Mon, 20 Aug 2001 06:42:01 +0300 (EET DST)
2538 Message-Id: <Pine.SOL.3.96.1010820063126.28048A-100000@simpukka>
2539 Branch: perl
2540 ! pod/perlvar.pod
2541____________________________________________________________________________
2542[ 11721] By: nick on 2001/08/20 06:24:31
2543 Log: Integrate mainline
2544 Branch: perlio
2545 +> Porting/apply lib/Lingua/KO/Hangul/Util.pm
2546 +> lib/Lingua/KO/Hangul/Util/Changes
2547 +> lib/Lingua/KO/Hangul/Util/README
2548 +> lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
2549 +> lib/Unicode/Collate/Changes lib/Unicode/Collate/README
2550 +> lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
2551 +> lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
2552 +> lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
2553 +> lib/Unicode/Normalize/t/test.t
2554 - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
2555 !> (integrate 55 files)
2556____________________________________________________________________________
2557[ 11720] By: pudge on 2001/08/19 19:00:16
2558 Log: Integrate Change #11599 from maint-5.6/perl
2559 Branch: maint-5.6/macperl
2560 !> README.win32
2561____________________________________________________________________________
2562[ 11719] By: ams on 2001/08/18 21:21:42
2563 Log: Add Porting/apply to MANIFEST.
2564 Branch: perl
2565 ! MANIFEST
2566____________________________________________________________________________
2567[ 11718] By: sky on 2001/08/18 14:38:01
2568 Log: PL_reentrant_buffer does not exist in 5005threaded perl.
2569 Better solution would be to make 5005threaded perl use
2570 the same system as ithreads do
2571 Branch: perl
2572 ! perl.h
2573____________________________________________________________________________
2574[ 11717] By: jhi on 2001/08/18 14:24:42
2575 Log: New try for ID 20010407.006: detach the semantics
2576 "was the last match target UTF8" into its own variable.
2577 Branch: perl
2578 ! embedvar.h intrpvar.h mg.c perlapi.h pod/perlapi.pod pp.c
2579 ! pp_hot.c regcomp.c regexec.c sv.c t/op/pat.t thrdvar.h
2580____________________________________________________________________________
2581[ 11716] By: jhi on 2001/08/18 12:11:14
2582 Log: UTF8 flag should be meaningful only when POK.
2583 Branch: perl
2584 ! dump.c
2585____________________________________________________________________________
2586[ 11715] By: sky on 2001/08/18 11:45:16
2587 Log: USE_THREADS and USE_ITHREADS are never true at the same time
2588 Branch: perl
2589 ! perl.h
2590____________________________________________________________________________
2591[ 11714] By: jhi on 2001/08/18 06:03:24
2592 Log: Retract #11712 for now. The real fix would probably
2593 be something like making PL_reg_sv a copy (PV + UTF8)
2594 of the matched/substituted string (note: not just a SvPOK
2595 string, for example the stringified form of a ROK would
2596 be applicable) Beware of leaks.
2597 Branch: perl
2598 ! pp_hot.c t/op/pat.t
2599____________________________________________________________________________
2600[ 11713] By: jhi on 2001/08/18 03:22:42
2601 Log: UTF8 wasn't printing for PVMGs.
2602 Branch: perl
2603 ! dump.c
2604____________________________________________________________________________
2605[ 11712] By: jhi on 2001/08/18 03:22:24
2606 Log: (Retracted by #11714)
2607
2608 Okay analysis, debatable fix. (The fix will inc
2609 the refcount of all temporary match objects,
2610 like for example tied(%h) =~ /^.../ from Tie/RefHash.t,
2611 which will then cause griping at untie() time
2612 ("inner references remain").
2613
2614 Fix for ID 20010407.006: PL_reg_sv got wiped out
2615 by freetemps if the match target was a temporary
2616 (like function_call() =~ /.../), which in turn meant
2617 that the $1 et al stopped working if they had UTF-8
2618 in them. Therefore bump up the refcount of PL_reg_sv.
2619 Branch: perl
2620 ! pp_hot.c t/op/pat.t
2621____________________________________________________________________________
2622[ 11711] By: ams on 2001/08/17 20:32:08
2623 Log: Subject: [PATCH] doesn't compile, was perl@11710
2624 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2625 Date: Fri, 17 Aug 2001 23:21:10 +0200
2626 Message-Id: <20010817232110.C7041@rafael>
2627 Branch: perl
2628 ! sharedsv.c
2629____________________________________________________________________________
2630[ 11710] By: jhi on 2001/08/17 14:26:57
2631 Log: Update Changes.
2632 Branch: perl
2633 ! Changes patchlevel.h
2634____________________________________________________________________________
2635[ 11709] By: jhi on 2001/08/17 13:47:53
2636 Log: Upgrade to libnet 1.0704.
2637 Branch: perl
2638 - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
2639 ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Cmd.pm
2640 ! lib/Net/Config.pm lib/Net/Domain.pm lib/Net/FTP.pm
2641 ! lib/Net/FTP/A.pm lib/Net/FTP/I.pm lib/Net/FTP/dataconn.pm
2642 ! lib/Net/NNTP.pm lib/Net/Netrc.pm lib/Net/POP3.pm
2643 ! lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/Time.pm
2644 ! lib/Net/libnetFAQ.pod lib/Net/t/ftp.t
2645____________________________________________________________________________
c040f61f
JH
2646[ 11708] By: sky on 2001/08/17 13:34:04
2647 Log: Let perl_clone copy PL_exit_flags
2648 Branch: perl
2649 ! sv.c
2650____________________________________________________________________________
2651[ 11707] By: sky on 2001/08/17 12:28:41
2652 Log: Protext sharedsv_space better. Extended EDIT and RELEASE macro
2653 Branch: perl
2654 ! sharedsv.c sharedsv.h
2655____________________________________________________________________________
2656[ 11706] By: jhi on 2001/08/17 11:59:28
2657 Log: The metaconfig unit change for #11705.
2658 Branch: metaconfig/U/perl
2659 ! Extensions.U
2660____________________________________________________________________________
2661[ 11705] By: jhi on 2001/08/17 11:58:48
2662 Log: Allow the threads extension to be found if present.
2663 Branch: perl
2664 ! Configure
2665____________________________________________________________________________
2666[ 11704] By: nick on 2001/08/17 11:47:54
2667 Log: Mail -> change script (pre-alpha)
2668 Branch: perl
2669 + Porting/apply
2670____________________________________________________________________________
2671[ 11703] By: sky on 2001/08/17 07:11:24
2672 Log: Fixed macros for localtime_r under USE_REENTRANT_API, also fixed for HP-UX 10.20
2673 Thanks to Tom Hospel for pointing out my error.
2674 Branch: perl
2675 ! op.h
2676____________________________________________________________________________
2677[ 11702] By: sky on 2001/08/17 04:18:11
2678 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.
2679 Branch: perl
2680 ! embed.pl miniperlmain.c perl.c perl.h proto.h
2681____________________________________________________________________________
2682[ 11701] By: jhi on 2001/08/17 03:22:38
2683 Log: Integrate Lingua::KO::Hangul::Util 0.02, Unicode::Normalize,
2684 and Unicode::Collate 0.07, from SADAHIRO Tomoyuki.
2685 Branch: perl
2686 + lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
2687 + lib/Lingua/KO/Hangul/Util/README
2688 + lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
2689 + lib/Unicode/Collate/Changes lib/Unicode/Collate/README
2690 + lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
2691 + lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
2692 + lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
2693 + lib/Unicode/Normalize/t/test.t
2694 ! MANIFEST
2695____________________________________________________________________________
2696[ 11700] By: jhi on 2001/08/17 02:58:59
2697 Log: Subject: [PATCH perl@11683] IEEE float tweak for VMS
2698 Date: Thu, 16 Aug 2001 22:46:15 -0500
2699 From: "Craig A. Berry" <craigberry@mac.com>
2700 Message-Id: <5.1.0.14.0.20010816204836.01ab4e58@exchi01>
2701 Branch: perl
2702 ! configure.com numeric.c
2703____________________________________________________________________________
2704[ 11699] By: jhi on 2001/08/17 02:33:00
2705 Log: It seems that Tru64 has "naturally" threadsafe APIs only for
2706 of the usual suspects (like getpwent) but not for others
2707 (like localtime and rand). The _r versions are available
2773a8c9 2708 for all of them, so let's use them.
c040f61f
JH
2709 Branch: perl
2710 ! perl.h
2711____________________________________________________________________________
2712[ 11698] By: jhi on 2001/08/17 01:53:02
2713 Log: (Accidental apply; thankfully empty.)
2714 Branch: perl
2715 ! hints/os390.sh
2716____________________________________________________________________________
2717[ 11697] By: jhi on 2001/08/17 01:50:55
2718 Log: Subject: Re: [ID 20010803.016] Possible regex bug in 5.6.1
2719 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2720 Date: Thu, 16 Aug 2001 16:27:49 +0100
2721 Message-Id: <200108161527.f7GFRnH09419@crypt.compulink.co.uk>
2722 Branch: perl
2723 ! regexec.c t/op/re_tests
2724____________________________________________________________________________
2725[ 11696] By: jhi on 2001/08/17 01:50:01
2726 Log: Subject: Re: [ID 20010814.004] pos() doesn't work when using =~m// in list context
2727 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2728 Date: Thu, 16 Aug 2001 18:50:01 +0100
2729 Message-Id: <200108161750.f7GHo1l22207@crypt.compulink.co.uk>
2730 Branch: perl
2731 ! pp_hot.c t/op/pat.t
2732____________________________________________________________________________
2733[ 11695] By: jhi on 2001/08/17 01:49:12
2734 Log: Subject: [PATCH] *time_r again
2735 From: "Arthur Bergman" <arthur@contiller.se>
2736 Date: Thu, 16 Aug 2001 16:01:54 +0200
2737 Message-ID: <00ca01c1265c$0175f940$21000a0a@vogw2kdev>
2738 Branch: perl
2739 ! op.h
2740____________________________________________________________________________
2741[ 11694] By: jhi on 2001/08/17 01:47:53
2742 Log: system() and backtick error handling cleanup from Craig A. Berry.
2743 Branch: perl
2744 ! vms/vms.c
2745____________________________________________________________________________
2746[ 11693] By: gsar on 2001/08/17 01:07:21
2747 Log: change#10334 leaks memory, copies string when it doesn't
2748 need to
2749 Branch: perl
2750 ! perl.c
2751____________________________________________________________________________
2752[ 11692] By: jhi on 2001/08/16 12:22:29
2753 Log: One more twist to the sprintf + utf8 testing.
2754 Branch: perl
2755 ! t/op/misc.t
2756____________________________________________________________________________
2757[ 11691] By: jhi on 2001/08/16 11:46:02
2758 Log: Fix for 20010407.008 sprintf removes utf8-ness.
2759 Branch: perl
2760 ! pp.c t/op/misc.t
2761____________________________________________________________________________
2762[ 11690] By: jhi on 2001/08/16 11:31:00
2763 Log: Subject: [PATCH] *time_r fixes
2764 From: "Arthur Bergman" <arthur@contiller.se>
2765 Message-ID: <00b901c1264e$1cbe6970$21000a0a@vogw2kdev>
2766 Date: Thu, 16 Aug 2001 14:22:27 +0200
2767 Branch: perl
2768 ! op.h
2769____________________________________________________________________________
2770[ 11689] By: jhi on 2001/08/16 11:29:30
2771 Log: Upgrade to CGI.pm 2.77.
2772 Branch: perl
2773 ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm lib/CGI/t/form.t
2774 ! lib/CGI/t/function.t
2775____________________________________________________________________________
2776[ 11688] By: jhi on 2001/08/16 01:07:21
2777 Log: Document the bytes-to-Unicode upgrading.
2778 Branch: perl
2779 ! pod/perlunicode.pod
2780____________________________________________________________________________
2781[ 11687] By: jhi on 2001/08/16 00:29:29
2782 Log: Add a test for Unicode sprintf.
2783 Branch: perl
2784 ! t/op/misc.t
2785____________________________________________________________________________
2786[ 11686] By: jhi on 2001/08/16 00:20:40
2787 Log: Add Unicode tests for index/rindex.
2788 Branch: perl
2789 ! t/op/index.t
2790____________________________________________________________________________
2791[ 11685] By: jhi on 2001/08/15 22:51:53
2792 Log: Document a bit the art of minimizing the installation,
2793 based on the p5p discussion.
2794 Branch: perl
2795 ! INSTALL
2796____________________________________________________________________________
2797[ 11684] By: nick on 2001/08/15 15:03:31
2798 Log: Integrate mainline
2799 Branch: perlio
2800 +> sharedsv.c sharedsv.h
2801 !> (integrate 53 files)
2802____________________________________________________________________________
2803[ 11683] By: jhi on 2001/08/15 13:49:07
2804 Log: Update Changes.
2805 Branch: perl
2806 ! Changes patchlevel.h
2807____________________________________________________________________________
e4a70548
JH
2808[ 11682] By: jhi on 2001/08/15 13:26:00
2809 Log: The #11673 necessitated a test tweak.
2810 Branch: perl
2811 ! t/io/utf8.t
2812____________________________________________________________________________
2813[ 11681] By: jhi on 2001/08/15 13:12:50
2814 Log: Also UNICOS is in the general case unable to silently
2815 handle fp overflows.
2816 Branch: perl
2817 ! numeric.c
2818____________________________________________________________________________
2819[ 11680] By: jhi on 2001/08/15 13:05:15
2820 Log: Try to get NV_MIN, NV_MAX, NV_MIN_10_EXP, NV_MAX_10_EXP,
2821 NV_EPSILON #defined.
2822 Branch: perl
2823 ! perl.h
2824____________________________________________________________________________
2825[ 11679] By: jhi on 2001/08/15 12:48:32
2826 Log: Re-establish the fp overflow detection for VAX VMS; there
2827 is no easy way to have the IEEE fp silent overflow semantics.
2828 (in Alpha VMS we still will use IEEE fp by default-- but it
2829 is still possible to configure Perl to use G_FLOAT)
2830 Branch: perl
2831 ! numeric.c
2832____________________________________________________________________________
2833[ 11678] By: jhi on 2001/08/15 12:27:41
2834 Log: Subject: [PATCH] pp_lock
2835 From: "Arthur Bergman" <arthur@contiller.se>
2836 Date: Wed, 15 Aug 2001 11:52:16 +0200
2837 Message-ID: <008401c1256f$f75a91b0$21000a0a@vogw2kdev>
2838 Branch: perl
2839 ! pp.c
2840____________________________________________________________________________
2841[ 11677] By: jhi on 2001/08/15 12:26:44
2842 Log: Subject: Re: [ID 20010809.023] perlre misleads when stating that (?i) should be at front of pattern
2843 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2844 Date: Wed, 15 Aug 2001 11:32:11 +0100
2845 Message-Id: <200108151032.f7FAWBI30961@crypt.compulink.co.uk>
2846 Branch: perl
2847 ! regcomp.c t/op/re_tests
2848____________________________________________________________________________
2849[ 11676] By: jhi on 2001/08/15 12:25:29
2850 Log: Subject: Re: [ID 20010811.006] re_eval: logical leaks
2851 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2852 Date: Wed, 15 Aug 2001 10:33:49 +0100
2853 Message-Id: <200108150933.f7F9Xnr11222@crypt.compulink.co.uk>
2854 Branch: perl
2855 ! regexec.c t/op/re_tests
2856____________________________________________________________________________
2857[ 11675] By: jhi on 2001/08/15 03:28:20
2858 Log: Subject: Re: bug in File::Spec 0.82 (canonpath)
2859 From: Barrie Slaymaker <barries@slaysys.com>
2860 Date: Tue, 14 Aug 2001 14:32:25 -0400
2861 Message-ID: <20010814143225.A19822@jester.slaysys.com>
2862 Branch: perl
2863 ! lib/File/Spec.t lib/File/Spec/Unix.pm
2864____________________________________________________________________________
2865[ 11674] By: jhi on 2001/08/15 03:25:32
2866 Log: Subject: [PATCH: perl@11626] modify VMS default prefix for installation
2867 From: Peter Prymmer <pvhp@forte.com>
2868 Date: Tue, 14 Aug 2001 13:33:32 -0700 (PDT)
2869 Message-ID: <Pine.OSF.4.10.10108141327590.192110-100000@aspara.forte.com>
2870 Branch: perl
2871 ! README.vms configure.com
2872____________________________________________________________________________
2873[ 11673] By: jhi on 2001/08/15 03:16:14
2874 Log: Subject: [PATCH perl@11660] Warning incorrectly reported without -w
2875 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2876 Date: Tue, 14 Aug 2001 21:23:27 +0200
2877 Message-ID: <20010814212327.A1919@rafael>
2878 Branch: perl
2879 ! doio.c
2880____________________________________________________________________________
2881[ 11672] By: jhi on 2001/08/15 03:15:25
2882 Log: Subject: [PATCH bleadperl] fixing SDBM_File problems under win32
2883 From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
2884 Date: Tue, 14 Aug 2001 22:30:11 +0200
2885 Message-ID: <4224685483.20010814223011@tesla.rcub.bg.ac.yu>
2886
2887 Combination of nmake, quoting, and Perl expanded $( in here-doc.
2888 Branch: perl
2889 ! ext/SDBM_File/Makefile.PL
2890____________________________________________________________________________
2891[ 11671] By: jhi on 2001/08/14 13:44:40
2892 Log: Todo updates.
2893 Branch: perl
2894 ! pod/perltodo.pod
2895____________________________________________________________________________
2896[ 11670] By: jhi on 2001/08/14 13:10:36
2897 Log: Subject: [PATCH bleadperl CORE] removing sv.c warnings on VC++5.0
2898 From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
2899 Date: Mon, 13 Aug 2001 23:15:01 +0200
2900 Message-ID: <6114148607.20010813231501@tesla.rcub.bg.ac.yu>
2901 Branch: perl
2902 ! sv.c
2903____________________________________________________________________________
2904[ 11669] By: jhi on 2001/08/14 13:07:09
2905 Log: Subject: [PATCH] [b-]showlex.t
2906 From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
2907 Date: Sun, 12 Aug 2001 22:24:51 +0200
2908 Message-ID: <6510457078.20010812222451@tesla.rcub.bg.ac.yu>
2909
2910 The 4nt command shell will expand the % in command line
2911 no matter what quoting is attempted, changed the % to @.
2912 Branch: perl
2913 ! ext/B/Showlex.t
2914____________________________________________________________________________
2915[ 11668] By: jhi on 2001/08/14 13:01:02
2916 Log: Subject: [PATCH] magic.t
2917 From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
2918 Date: Sun, 12 Aug 2001 20:49:27 +0200
2919 Message-ID: <844732764.20010812204927@tesla.rcub.bg.ac.yu>
2920 Branch: perl
2921 ! t/op/magic.t
2922____________________________________________________________________________
2923[ 11667] By: jhi on 2001/08/14 12:35:17
2924 Log: Add sharedsv* to the DOSish platforms; plus add
2925 some WinCE files to the list of DOSish files.
2926 Branch: perl
2927 ! NetWare/Makefile Porting/makerel win32/Makefile
2928 ! win32/makefile.mk wince/Makefile.ce
2929____________________________________________________________________________
2930[ 11666] By: jhi on 2001/08/14 12:29:57
2931 Log: More DOSish files.
2932 Branch: perl
2933 ! Porting/makerel
2934____________________________________________________________________________
2935[ 11665] By: jhi on 2001/08/14 12:27:58
2936 Log: Strip CRs from the WinCE files. Now we need to
2937 figure out in which CRs are really needed: probably
2938 Makefile.ce and the README files, at least, probably
2939 also the registry.bat.
2940 Branch: perl
2941 ! wince/Makefile.ce wince/README.compile wince/README.perlce
2942 ! wince/config.h wince/include/cectype.h wince/include/errno.h
2943 ! wince/include/sys/stat.h wince/include/sys/types.h
2944 ! wince/include/sys/utime.h wince/include/time.h wince/perl.rc
2945 ! wince/perldll.def wince/registry.bat wince/wince.h
2946 ! wince/xbuildall.ksh wince/xdistclean.ksh wince/xmakediffs.ksh
2947____________________________________________________________________________
2948[ 11664] By: jhi on 2001/08/14 12:05:09
2949 Log: Add some files to DOSish and writables.
2950 Branch: perl
2951 ! Porting/makerel
2952____________________________________________________________________________
2953[ 11663] By: jhi on 2001/08/14 03:08:07
2954 Log: Compile failure message tidying.
2955 Branch: perl
2956 ! t/lib/1_compile.t
2957____________________________________________________________________________
2958[ 11662] By: jhi on 2001/08/14 01:41:22
2959 Log: The new sharedsv* should be exported only if usethreads.
2960 Branch: perl
2961 ! makedef.pl
2962____________________________________________________________________________
2963[ 11661] By: jhi on 2001/08/14 00:25:30
2964 Log: Subject: [PATCH: perl@11626] URL updates for README.os390
2965 From: Peter Prymmer <pvhp@forte.com>
2966 Date: Mon, 13 Aug 2001 15:21:06 -0700 (PDT)
2967 Message-ID: <Pine.OSF.4.10.10108131517570.151295-100000@aspara.forte.com>
2968 Branch: perl
2969 ! README.os390
2970____________________________________________________________________________
2971[ 11660] By: jhi on 2001/08/13 12:54:54
2972 Log: Update Changes.
2973 Branch: perl
2974 ! Changes patchlevel.h
2975____________________________________________________________________________
b86be378
JH
2976[ 11659] By: jhi on 2001/08/13 12:45:21
2977 Log: Subject: [PATHC] sharedsv.[c|h]
2978 From: "Artur Bergman" <artur@contiller.se>
2979 Date: Mon, 13 Aug 2001 14:38:41 +0200
2980 Message-ID: <005401c123f4$e1f53360$21000a0a@vogw2kdev>
2981
2982 Subject: [PATCH] embed.pl
2983 From: Arthur Bergman <arthur@contiller.se>
2984 Date: Mon, 13 Aug 2001 14:38:14 +0200
2985 Message-ID: <B79D96D6.3088%arthur@contiller.se>
2986
2987 Subject: [PATCH] sharedsv cleanups
2988 From: "Arthur Bergman" <arthur@contiller.se>
2989 Date: Mon, 13 Aug 2001 15:14:25 +0200
2990 Message-ID: <005a01c123f9$dfe525d0$21000a0a@vogw2kdev>
2991
2992 Plus few tweaks: _init needs to be Adp, the prototypes
2993 should not be revealed unless using ithreads, #endif FOO
2994 must be #endif /* FOO */, adding (parentheses) around
2995 do { } while doesn't work too well.
2996 Branch: perl
2997 + sharedsv.c sharedsv.h
2998 ! MANIFEST Makefile.SH embed.h embed.pl global.sym objXSUB.h
2999 ! perl.h perlapi.c pod/perlapi.pod proto.h
3000____________________________________________________________________________
3001[ 11658] By: jhi on 2001/08/13 12:00:08
3002 Log: Subject: Re: END {} blocks run in perl_run
3003 From: Arthur Bergman <arthur@contiller.se>
3004 Date: Mon, 13 Aug 2001 11:11:30 +0200
3005 Message-ID: <B79D6661.3068%arthur@contiller.se>
3006 Branch: perl
3007 ! perl.c
3008____________________________________________________________________________
3009[ 11657] By: nick on 2001/08/13 09:03:02
3010 Log: Integrate mainline
3011 Branch: perlio
3012 +> (branch 326 files)
3013 - (delete 330 files)
3014 !> (integrate 85 files)
3015____________________________________________________________________________
3016[ 11656] By: jhi on 2001/08/12 23:24:18
3017 Log: If you want you can now add -DUSE_UTF8_SCRIPTS to your cflags
3018 and the Perl will be built to do that by default (adding that
3019 will break scripts having non-UTF-8 binary data, such as Latin-1.)
3020 Branch: perl
3021 ! op.c toke.c utf8.h
3022____________________________________________________________________________
3023[ 11655] By: jhi on 2001/08/12 23:05:14
3024 Log: Unnecessary downgrades.
3025 Branch: perl
3026 ! doop.c
3027____________________________________________________________________________
3028[ 11654] By: jhi on 2001/08/12 22:56:47
3029 Log: Failure not true anymore (probably caused by my broken setup).
3030 Branch: perl
3031 ! t/op/pat.t
3032____________________________________________________________________________
3033[ 11653] By: jhi on 2001/08/12 22:46:12
3034 Log: Not quite so relicy as thought in #11651 (op/concat #4 and #5
3035 stopped working).
3036 Branch: perl
3037 ! op.h pp_ctl.c regcomp.c
3038____________________________________________________________________________
3039[ 11652] By: jhi on 2001/08/12 22:30:04
3040 Log: There is no IN_UTF8.
3041 Branch: perl
3042 ! utf8.h
3043____________________________________________________________________________
3044[ 11651] By: jhi on 2001/08/12 21:08:06
3045 Log: More (less) regex/utf8 relics. (Toned down later in #11653.)
3046 Branch: perl
3047 ! op.c op.h pp_ctl.c regcomp.c
3048____________________________________________________________________________
3049[ 11650] By: jhi on 2001/08/12 20:17:32
3050 Log: Relic in op.c (no regex feature should depend on the utf8 pragma),
3051 and a test tweak.
3052 Branch: perl
3053 ! op.c t/pod/find.t
3054____________________________________________________________________________
3055[ 11649] By: jhi on 2001/08/12 18:45:52
3056 Log: Todo updates and fixes.
3057 Branch: perl
3058 ! pod/perltodo.pod
3059____________________________________________________________________________
3060[ 11648] By: jhi on 2001/08/12 18:43:50
3061 Log: Mark tests (and one module) having explicit Latin-1
3062 (and one file having explicit UTF-8) with an explicit
3063 'no utf8' (and one explicit 'use utf8').
3064
3065 NOTE: t/op/pat.t #64 fails mysteriously under 'use utf8'.
3066 Branch: perl
3067 ! lib/CGI/t/html.t lib/Locale/Codes/t/languages.t
3068 ! lib/Locale/Language.pm lib/charnames.t lib/locale.t
3069 ! t/lib/locale/latin1 t/lib/locale/utf8 t/op/pat.t
3070____________________________________________________________________________
3071[ 11647] By: jhi on 2001/08/12 17:10:22
3072 Log: Subject: SV: END {} blocks run in perl_run
3073 From: "Arthur Bergman" <arthur@contiller.se>
3074 Date: Sun, 12 Aug 2001 00:34:28 +0200
3075 Message-ID: <03fd01c122b5$c803c600$052aa8c0@foo>
3076 Branch: perl
3077 ! miniperlmain.c perl.c
3078____________________________________________________________________________
3079[ 11646] By: jhi on 2001/08/12 16:59:00
3080 Log: Typos in #11645.
3081 Branch: perl
3082 ! perl.h
3083____________________________________________________________________________
3084[ 11645] By: jhi on 2001/08/12 16:55:31
3085 Log: On ithreads default to use_reentrant except on naturally
3086 threadsafe platforms.
3087 Branch: perl
3088 ! perl.h
3089____________________________________________________________________________
3090[ 11644] By: jhi on 2001/08/12 15:45:43
3091 Log: (Hopefully) a fix for 20010723.004: make install needs
3092 write permission in build directory. The problem was
3093 probably caused by overeager sprinkling of the lib/re.pm
3094 dependencies (which was done to guarantee lib/re.pm being
3095 uptodate for parallel makes: now solved by funneling that
3096 through an explicit recursive make in the preplibrary target).
3097 Branch: perl
3098 ! Makefile.SH
3099____________________________________________________________________________
3100[ 11643] By: jhi on 2001/08/12 14:16:44
3101 Log: Dispell the "use utf8" superstition.
3102 Branch: perl
3103 ! lib/utf8.pm pod/perlfunc.pod pod/perlretut.pod pod/perltoc.pod
3104 ! pod/perlunicode.pod
3105____________________________________________________________________________
3106[ 11642] By: jhi on 2001/08/12 13:56:42
3107 Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
3108 From: "Abigail" <abigail@foad.org>
3109 Date: Sat, 11 Aug 2001 23:49:49 +0200
3110 Message-ID: <20010811214950.23255.qmail@foad.org>
3111 Branch: perl
3112 ! t/op/taint.t
3113____________________________________________________________________________
3114[ 11641] By: jhi on 2001/08/12 13:56:18
3115 Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
3116 From: Abhijit Menon-Sen <ams@wiw.org>
3117 Date: Sat, 11 Aug 2001 06:18:19 +0530
3118 Message-ID: <20010811061819.P526@lustre.dyn.wiw.org>
3119 Branch: perl
3120 ! mg.c
3121____________________________________________________________________________
3122[ 11640] By: jhi on 2001/08/12 13:45:58
3123 Log: Test for change #11639.
3124 Branch: perl
3125 ! t/op/tiehandle.t
3126____________________________________________________________________________
3127[ 11639] By: jhi on 2001/08/12 13:42:03
3128 Log: Subject: Re: Can't localize *FH, then tie it
3129 From: Abhijit Menon-Sen <ams@wiw.org>
3130 Date: Sun, 12 Aug 2001 16:08:06 +0530
3131 Message-ID: <20010812160806.A28712@lustre.dyn.wiw.org>
3132 Branch: perl
3133 ! pp_hot.c pp_sys.c
3134____________________________________________________________________________
3135[ 11638] By: jhi on 2001/08/12 03:30:07
3136 Log: Drop all the unnecessary "use utf8" clauses and some of
3137 the unnecessary "use bytes" ones.
3138
3139 TODO: scour the documentation for unnecessary "use utf8"
3140 and prominently display it in perldelta when the time comes.
3141 ("use utf8" should be necessary ONLY if one wants the script
3142 to be in UTF-8.) Also should be checked in some non-ASCII
3143 non-Latin-1 platform, like EBCDIC.
3144 Branch: perl
3145 ! t/comp/require.t t/io/utf8.t t/op/concat.t t/op/each.t
3146 ! t/op/pat.t t/op/regmesg.t t/op/sprintf.t t/op/tr.t
3147____________________________________________________________________________
3148[ 11637] By: jhi on 2001/08/11 17:55:36
3149 Log: Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.
3150 Smoked out bugs (well, the same bug twice) from ucfirst and lcfirst
3151 in Unicode handling.
3152 Branch: perl
3153 + t/op/lc.t
3154 ! MANIFEST pp.c t/op/misc.t t/op/readdir.t
3155____________________________________________________________________________
3156[ 11636] By: jhi on 2001/08/11 17:14:06
3157 Log: Thinko: we want the flags for native cc, not gcc.
3158 Branch: perl
3159 ! hints/dec_osf.sh
3160____________________________________________________________________________
3161[ 11635] By: jhi on 2001/08/11 15:14:48
3162 Log: Subject: [PATCH] Re: [ID 20010809.028] x operator not copying elements in 'for' list?
3163 From: Robin Houston <robin@kitsite.com>
3164 Date: Fri, 10 Aug 2001 14:42:02 +0100
3165 Message-ID: <20010810144202.A32754@puffinry.freeserve.co.uk>
3166 Branch: perl
3167 ! pp.c
3168____________________________________________________________________________
3169[ 11634] By: jhi on 2001/08/11 14:59:22
3170 Log: Subject: [PATCH] turn $a.=<F> into an RCATLINE
3171 From: Abhijit Menon-Sen <ams@wiw.org>
3172 Date: Sat, 11 Aug 2001 16:31:04 +0530
3173 Message-ID: <20010811163104.Q526@lustre.dyn.wiw.org>
3174 Branch: perl
3175 ! op.c
3176____________________________________________________________________________
3177[ 11633] By: jhi on 2001/08/11 14:58:07
3178 Log: Get rid of indread, from Abhijit Menon-Sen.
3179 Branch: perl
3180 ! pp_sys.c
3181____________________________________________________________________________
3182[ 11632] By: jhi on 2001/08/10 23:39:04
3183 Log: CRLFgngngn.
3184 Branch: perl
3185 ! win32/Makefile win32/makefile.mk
3186____________________________________________________________________________
3187[ 11631] By: jhi on 2001/08/10 23:37:43
3188 Log: Decommission Time::Piece; unnecessary Yet Another Time-Date Module.
3189 Branch: perl
3190 - ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
3191 - ext/Time/Piece/Piece.t ext/Time/Piece/Piece.xs
3192 - ext/Time/Piece/README ext/Time/Piece/Seconds.pm
3193 ! MANIFEST Porting/config.sh djgpp/config.over epoc/config.sh
3194 ! ext/POSIX/POSIX.pod hints/vmesa.sh pod/perlfaq4.pod
3195 ! pod/perllocale.pod pod/perltoc.pod t/lib/1_compile.t
3196 ! win32/Makefile win32/makefile.mk
3197____________________________________________________________________________
3198[ 11630] By: jhi on 2001/08/10 13:53:15
3199 Log: Avoid #elif (less portable than #else #if).
3200 Branch: perl
3201 ! handy.h
3202____________________________________________________________________________
3203[ 11629] By: jhi on 2001/08/10 13:49:53
3204 Log: Subject: patch for perlvar.pod
3205 From: mah@everybody.org (Mark A. Hershberger)
3206 Date: 08 Aug 2001 17:03:16 -0500
3207 Message-ID: <87g0b2w6or.fsf@mah.mcdermott.com>
3208 Branch: perl
3209 ! pod/perlvar.pod
3210____________________________________________________________________________
3211[ 11628] By: jhi on 2001/08/10 13:45:48
3212 Log: cpp commands must start (the # must be) at the column #0.
3213 Branch: perl
3214 ! op.c
3215____________________________________________________________________________
3216[ 11627] By: jhi on 2001/08/10 13:41:07
3217 Log: If using gcc -B/foo/bar makedepend would give
3218 unnecessary warnings about unused -B/foo/bar.
3219 Branch: perl
3220 ! makedepend.SH
3221____________________________________________________________________________
3222[ 11626] By: jhi on 2001/08/09 14:56:29
3223 Log: Update Changes.
3224 Branch: perl
3225 ! Changes patchlevel.h
3226____________________________________________________________________________
e8b5448c
JH
3227[ 11625] By: jhi on 2001/08/09 14:54:05
3228 Log: s/z/tz/
3229 Branch: perl
3230 ! pod/perlfaq2.pod
3231____________________________________________________________________________
3232[ 11624] By: jhi on 2001/08/09 14:52:52
3233 Log: Article nit.
3234 Branch: perl
3235 ! pod/perlfaq2.pod
3236____________________________________________________________________________
3237[ 11623] By: jhi on 2001/08/09 14:49:00
3238 Log: Rename lib/unicode files to lib/unicore to avoid
3239 conflicts between core lib/unicode and Unicode::
3240 files in case-ignoring filesystems.
3241 Branch: perl
3242 + (add 325 files)
3243 - (delete 324 files)
3244 ! MANIFEST lib/charnames.pm lib/utf8_heavy.pl pod/perlretut.pod
3245____________________________________________________________________________
3246[ 11622] By: jhi on 2001/08/09 13:33:47
3247 Log: Upgrade to Math::BigInt 1.41.
3248 Branch: perl
3249 ! lib/Math/BigInt.pm lib/Math/BigInt/t/bigintpm.t
3250____________________________________________________________________________
3251[ 11621] By: jhi on 2001/08/09 13:31:20
3252 Log: Subject: [PATCH] remove PL_na from typemap
3253 From: James <james@rf.net>
3254 Date: Mon, 06 Aug 2001 20:23:15 -0700
3255 Message-ID: <3B6F5F23.A31A81B1@rf.net>
3256
3257 (had to be manually applied)
3258 Branch: perl
3259 ! lib/ExtUtils/typemap
3260____________________________________________________________________________
3261[ 11620] By: jhi on 2001/08/09 13:27:11
3262 Log: The metaconfig unit changes for #11618.
3263 Branch: metaconfig/U/perl
3264 + d_fpclassl.U i_fp.U
3265____________________________________________________________________________
3266[ 11619] By: jhi on 2001/08/09 13:25:21
3267 Log: Forgot this from #11618.
3268
3269 NOTE: wince/config_H.ce needs updating.
3270 Branch: perl
3271 ! wince/config.ce
3272____________________________________________________________________________
3273[ 11618] By: jhi on 2001/08/09 13:21:51
3274 Log: Introduce more floating point classifying APIs;
3275 try to define (most importantly) Perl_is{inf,nan}(x).
3276
3277 For this first cut, assume none such APIs exist in non-UNIXoid
3278 platforms-- this is of course too unkind: Win32 rumoredly has
3279 _fpclass() and _isnan(), and VMS/VOS very probably have some
3280 of the APIs available. The only thing Perl uses at the moment
3281 is Perl_isnan() (has been in use for a while now).
3282
3283 NOTE: the Win32 and NetWare config_h.?c need regenerating.
3284 Branch: perl
3285 ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
3286 ! Porting/config_H config_h.SH configure.com epoc/config.sh
3287 ! hints/hpux.sh perl.h pod/perltoc.pod uconfig.h uconfig.sh
3288 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
3289 ! vos/config.ga.h win32/config.bc win32/config.gc
3290 ! win32/config.vc win32/config_H.bc win32/config_H.gc
3291 ! win32/config_H.vc wince/config.ce wince/config.h
3292____________________________________________________________________________
3293[ 11617] By: jhi on 2001/08/09 11:08:51
3294 Log: Integrate change #11519 from perlio:
3295
3296 Avoid testing for (non-)existance of "encoding(xxxx)"
3297 layer is called "encoding" the (xxxx) is an argument.
3298 Branch: perl
3299 !> lib/open.pm
3300____________________________________________________________________________
3301[ 11616] By: nick on 2001/08/09 07:50:24
3302 Log: Integrate mainline
3303 Branch: perlio
3304 +> ext/PerlIO/t/via.t lib/Getopt/Long/CHANGES
3305 +> lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
3306 +> lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
3307 +> lib/Getopt/Long/t/gol-oo.t utils/perlivp.PL
3308 - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
3309 - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
3310 !> (integrate 79 files)
3311____________________________________________________________________________
3312[ 11615] By: nick on 2001/08/09 06:23:44
3313 Log: Avoid testing for (non-)existance of "encoding(xxxx)"
3314 layer is called "encoding" the (xxxx) is an argument.
3315 Branch: perlio
3316 ! lib/open.pm
3317____________________________________________________________________________
3318[ 11614] By: jhi on 2001/08/08 21:50:19
3319 Log: Subject: [PATCH bleadperl] Teach B::Concise about PADOP
3320 From: Paul Johnson <paul@pjcj.net>
3321 Date: Wed, 8 Aug 2001 23:54:17 +0200
3322 Message-ID: <20010808235417.O1006@pjcj.net>
3323 Branch: perl
3324 ! ext/B/B/Concise.pm
3325____________________________________________________________________________
3326[ 11613] By: jhi on 2001/08/08 13:22:13
3327 Log: Make VMS use IEEE math by default; reorder Tru64 hints
3328 so that -fprm d -ieee (the -ieee gives as e.g. IEEE 754
3329 exception semantics) is always set if using (the new) cc.
3330 Branch: perl
3331 ! configure.com hints/dec_osf.sh
3332____________________________________________________________________________
3333[ 11612] By: jhi on 2001/08/08 12:14:56
3334 Log: Subject: Re: [ID 20010806.008] tied hashes, invocation of FIRSTKEY
3335 From: Abhijit Menon-Sen <ams@wiw.org>
3336 Date: Tue, 7 Aug 2001 17:16:05 +0530
3337 Message-ID: <20010807171605.K526@lustre.dyn.wiw.org>
3338 Branch: perl
3339 ! pp_sys.c
3340____________________________________________________________________________
3341[ 11611] By: jhi on 2001/08/08 02:28:58
3342 Log: Subject: [PATCH perl@11597] fix t/run/exit.t for VMS
3343 From: "Craig A. Berry" <craigberry@mac.com>
3344 Date: Tue, 07 Aug 2001 22:27:47 -0500
3345 Message-Id: <5.1.0.14.0.20010806105326.02d22298@exchi01>
3346 Branch: perl
3347 ! t/run/exit.t
3348____________________________________________________________________________
3349[ 11610] By: jhi on 2001/08/08 00:12:00
3350 Log: Subject: [PATCH bleadperl] better VMS docs for $?, exit(), and system()
3351 From: "Craig A. Berry" <craigberry@mac.com>
3352 Date: Tue, 07 Aug 2001 20:01:53 -0500
3353 Message-Id: <5.1.0.14.0.20010807155648.01ba3c98@exchi01>
3354 Branch: perl
3355 ! pod/perlport.pod pod/perlvar.pod vms/perlvms.pod
3356____________________________________________________________________________
3357[ 11609] By: jhi on 2001/08/07 23:49:09
3358 Log: Update the magazine information.
3359 Branch: perl
3360 ! pod/perlfaq2.pod
3361____________________________________________________________________________
3362[ 11608] By: jhi on 2001/08/07 23:35:27
3363 Log: Ignore SIGFPE everywhere.
3364 Branch: perl
3365 ! hints/os390.sh hints/posix-bc.sh hints/uts.sh numeric.c perl.h
3366____________________________________________________________________________
3367[ 11607] By: jhi on 2001/08/07 23:07:04
3368 Log: With permission, change the licensing of the docs by
3369 TomC (and Gnat) to comply with the rest of Perl.
3370 Branch: perl
3371 ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
3372 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
3373 ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
3374 ! pod/perlfaq9.pod pod/perlopentut.pod pod/perltoot.pod
3375 ! pod/perltootc.pod
3376____________________________________________________________________________
3377[ 11606] By: jhi on 2001/08/07 22:50:04
3378 Log: Subject: [PATCH 5.6.x, 5.7.2] hints/openbsd.sh tweaks.
3379 From: Andy Dougherty <doughera@lafayette.edu>
3380 Date: Tue, 7 Aug 2001 15:49:33 -0400 (EDT)
3381 Message-ID: <Pine.SOL.4.10.10108071544040.2431-100000@maxwell.phys.lafayette.edu>
3382 Branch: perl
3383 ! hints/openbsd.sh
3384____________________________________________________________________________
3385[ 11605] By: jhi on 2001/08/07 22:49:18
3386 Log: Subject: [PATCH] Makefile.SH test_prep dependency
3387 From: Andy Dougherty <doughera@lafayette.edu>
3388 Date: Tue, 7 Aug 2001 15:44:01 -0400 (EDT)
3389 Message-ID: <Pine.SOL.4.10.10108071540190.2431-100000@maxwell.phys.lafayette.edu>
3390 Branch: perl
3391 ! Makefile.SH
3392____________________________________________________________________________
3393[ 11604] By: jhi on 2001/08/07 22:44:35
3394 Log: Don't autogenerate the headers et alia,
3395 make regen_headers explicitly.
3396 Branch: perl
3397 ! Makefile.SH
3398____________________________________________________________________________
3399[ 11603] By: jhi on 2001/08/07 22:33:48
3400 Log: Subject: Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.pl
3401 From: Gurusamy Sarathy <gsar@ActiveState.com>
3402 Date: Tue, 07 Aug 2001 08:33:26 -0700
3403 Message-Id: <200108071533.f77FXQf01168@smtp3.ActiveState.com>
3404
3405 Unnecessary dependency.
3406 Branch: perl
3407 ! embed.pl
3408____________________________________________________________________________
3409[ 11602] By: jhi on 2001/08/07 13:52:41
3410 Log: Subject: Re: [ID 20010806.006] Can't read coderef from tied variable
3411 From: Abhijit Menon-Sen <ams@wiw.org>
3412 Date: Tue, 7 Aug 2001 09:10:54 +0530
3413 Message-ID: <20010807091054.H526@lustre.dyn.wiw.org>
3414 Branch: perl
3415 ! pp_hot.c
3416____________________________________________________________________________
3417[ 11601] By: jhi on 2001/08/07 13:46:33
3418 Log: Subject: [PATCH perl@11597] B && BEGIN handling
3419 From: "James A. Duncan" <jduncan@fotango.com>
3420 Date: Mon, 6 Aug 2001 17:29:11 +0100
3421 Message-ID: <20010806172911.A2071@fotango.com>
3422
3423 (the intrpvar.h addition moved to the end for bincompat)
3424 Branch: perl
3425 ! embedvar.h ext/B/B.xs intrpvar.h perl.c perlapi.h
3426____________________________________________________________________________
3427[ 11600] By: jhi on 2001/08/07 11:53:48
3428 Log: Integrate change #11598 from maintperl (fcrypt.c URL updates)
3429 Branch: perl
3430 !> README.win32
3431____________________________________________________________________________
3432[ 11599] By: gsar on 2001/08/07 06:31:39
3433 Log: fix URLs for fcrypt.c
3434 Branch: maint-5.6/perl
3435 ! README.win32
3436____________________________________________________________________________
3437[ 11598] By: jhi on 2001/08/06 15:02:48
3438 Log: Yet another way to say Infinity: HP-UX calls its "++".
3439 Branch: perl
3440 ! lib/Math/BigInt/t/bigintpm.t
3441____________________________________________________________________________
3442[ 11597] By: jhi on 2001/08/06 13:40:01
3443 Log: Update Changes.
3444 Branch: perl
3445 ! Changes patchlevel.h
3446____________________________________________________________________________
f8c9a756
JH
3447[ 11596] By: jhi on 2001/08/06 13:24:28
3448 Log: Advertise File::Temp, don't advertise POSIX::tmpnam().
3449 Branch: perl
3450 ! pod/perlfaq5.pod
3451____________________________________________________________________________
3452[ 11595] By: jhi on 2001/08/06 12:51:38
3453 Log: The #11593 wasn't right.
3454 Branch: perl
3455 ! lib/Math/BigInt/t/bigintpm.t
3456____________________________________________________________________________
3457[ 11594] By: jhi on 2001/08/06 12:34:15
3458 Log: Subject: [PATCH: perl@11564] introducing perlivp
3459 From: Prymmer/Kahn <pvhp@best.com>
3460 Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT)
3461 Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com>
3462
3463 Subject: Re: [PATCH: perl@11564] introducing perlivp
3464 From: Prymmer/Kahn <pvhp@best.com>
3465 Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT)
3466 Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com>
3467 Branch: perl
3468 + utils/perlivp.PL
3469 ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
3470 ! win32/Makefile win32/makefile.mk
3471____________________________________________________________________________
3472[ 11593] By: jhi on 2001/08/05 23:10:52
3473 Log: libcs are confused what to call Infinity.
3474 Branch: perl
3475 ! lib/Math/BigInt/t/bigintpm.t
3476____________________________________________________________________________
3477[ 11592] By: jhi on 2001/08/05 23:07:50
3478 Log: Avoid SIGFPE in Tru64.
3479 Branch: perl
3480 ! numeric.c
3481____________________________________________________________________________
3482[ 11591] By: jhi on 2001/08/05 22:46:10
3483 Log: Upgrade to Math::BigInt 1.40.
3484
3485 NOTE: this patch necessitates doing something about
3486 infinity handling since the new bigintpm.t tests use
3487 infinity, which causes SIGFPEs at least in Tru64.
3488 Branch: perl
3489 ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
3490 ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
3491 ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
3492 ! lib/Math/BigInt/t/mbimbf.t
3493____________________________________________________________________________
3494[ 11590] By: gsar on 2001/08/05 21:57:43
3495 Log: remove hardcoded cmd shell in testsuite
3496 Branch: perl
3497 ! t/op/glob.t t/op/magic.t t/op/stat.t
3498____________________________________________________________________________
3499[ 11589] By: gsar on 2001/08/05 21:35:50
3500 Log: 4-arg select() was busted on windows because change#8178 didn't
3501 make it into mainline
3502 Branch: perl
3503 ! perl.h win32/include/sys/socket.h
3504____________________________________________________________________________
3505[ 11588] By: jhi on 2001/08/05 19:40:31
3506 Log: Rename the Getopt::Long tests to be as they are
3507 in the Getopt::Long official distribution.
3508 Branch: perl
3509 + lib/Getopt/Long/t/gol-basic.t lib/Getopt/Long/t/gol-compat.t
3510 + lib/Getopt/Long/t/gol-linkage.t lib/Getopt/Long/t/gol-oo.t
3511 - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
3512 - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
3513 ! MANIFEST
3514____________________________________________________________________________
3515[ 11587] By: jhi on 2001/08/05 19:38:07
3516 Log: Upgrade to Getopt::Long 2.26.
3517 Branch: perl
3518 + lib/Getopt/Long/CHANGES lib/Getopt/Long/README
3519 ! MANIFEST lib/Getopt/Long.pm
3520____________________________________________________________________________
3521[ 11586] By: jhi on 2001/08/05 19:26:50
3522 Log: Retract #10874 (the hack should be unnecessary by now)
3523 Branch: perl
3524 ! lib/Test/Harness.pm
3525____________________________________________________________________________
3526[ 11585] By: gsar on 2001/08/05 16:45:54
3527 Log: avoid temp file littering in tests
3528 Branch: perl
3529 ! ext/PerlIO/t/encoding.t lib/Memoize/t/errors.t
3530____________________________________________________________________________
3531[ 11584] By: jhi on 2001/08/05 16:42:50
3532 Log: Subject: warning in sv.c: double format, NV arg
3533 From: "Philip Newton" <Philip.Newton@gmx.net>
3534 Date: Sun, 5 Aug 2001 19:41:07 +0200
3535 Message-Id: <200108051735.f75HZ1L18235@chaos.wustl.edu>
3536 Branch: perl
3537 ! sv.c
3538____________________________________________________________________________
3539[ 11583] By: gsar on 2001/08/05 16:28:22
3540 Log: fix POSIX.t#13 for windos
3541 Branch: perl
3542 ! ext/POSIX/POSIX.t
3543____________________________________________________________________________
3544[ 11582] By: jhi on 2001/08/05 16:10:59
3545 Log: Add a test for PerlIO::Via.
3546 Branch: perl
3547 + ext/PerlIO/t/via.t
3548 ! MANIFEST ext/PerlIO/Via/Via.pm
3549____________________________________________________________________________
3550[ 11581] By: gsar on 2001/08/05 15:00:26
3551 Log: flock() and link() are not available on Windows 9x
3552 Branch: perl
3553 ! win32/config_sh.PL
3554____________________________________________________________________________
3555[ 11580] By: jhi on 2001/08/05 13:56:46
3556 Log: Some Tru64 C compilers have C++ components that confuse
3557 the ccversion parsing.
3558 Branch: perl
3559 ! hints/dec_osf.sh
3560____________________________________________________________________________
3561[ 11579] By: jhi on 2001/08/05 13:31:07
3562 Log: (Reintroduce #11125)
3563
3564 Subject: MakeMaker should pass through DEFINE and INC to subdirs
3565 From: Alan Burlison <Alan.Burlison@sun.com>
3566 Date: Tue, 03 Jul 2001 15:20:13 +0100
3567 Message-ID: <3B41D49D.A923D4F9@sun.com>
3568 Branch: perl
3569 ! lib/ExtUtils/MM_Unix.pm
3570____________________________________________________________________________
3571[ 11578] By: jhi on 2001/08/05 03:17:20
3572 Log: Little pointer juggling for HP-UX cc to avoid
3573 "warning 524: Cast (non-lvalue) appears on left-hand side of assignment."
3574 followed by
3575 "error 1549: Modifiable lvalue required for assignment operator."
3576 Branch: perl
3577 ! hv.c
3578____________________________________________________________________________
3579[ 11577] By: jhi on 2001/08/04 18:09:38
3580 Log: Continuation of #11575: SANY_SEEN completely deprecated,
3581 plus more tests that unearthed a bug in @a = ($utf8 =~ /\C/g),
3582 plus a fix for the bug.
3583 Branch: perl
3584 ! pp_hot.c regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
3585____________________________________________________________________________
3586[ 11576] By: jhi on 2001/08/04 17:31:06
3587 Log: Subject: Re: [patch] rid "Scalars leaked" from perl_clone
3588 From: Doug MacEachern <dougm@covalent.net>
3589 Date: Sat, 4 Aug 2001 11:09:37 -0700 (PDT)
3590 Message-ID: <Pine.LNX.4.21.0108041102390.23972-100000@mako.covalent.net>
3591 Branch: perl
3592 ! sv.c
3593____________________________________________________________________________
3594[ 11575] By: jhi on 2001/08/04 17:28:55
3595 Log: Decouple SANY into SANY and CANY: the new SANY is /./s,
3596 the new CANY is the \C. The problem reported and the
3597 test case supplied in
3598
3599 Subject: UTF-8 bugs in string length & single line regex matches
3600 From: "Daniel P. Berrange" <dan@berrange.com>
3601 Date: Fri, 3 Aug 2001 11:39:33 +0100
3602 Message-ID: <20010803113932.A19318@berrange.com>
3603 Branch: perl
3604 ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
3605 ! t/op/pat.t
3606____________________________________________________________________________
3607[ 11574] By: jhi on 2001/08/04 15:42:34
3608 Log: Subject: Re: [patch] ignore PL_curpm in PL_regex_padav cleanup
3609 From: Doug MacEachern <dougm@covalent.net>
3610 Date: Sat, 4 Aug 2001 09:43:02 -0700 (PDT)
3611 Message-ID: <Pine.LNX.4.21.0108040939050.23972-100000@mako.covalent.net>
3612 Branch: perl
3613 ! perl.c regexec.c
3614____________________________________________________________________________
3615[ 11573] By: jhi on 2001/08/04 14:20:26
3616 Log: The #11572 didn't up the test count.
3617 Branch: perl
3618 ! t/op/length.t
3619____________________________________________________________________________
3620[ 11572] By: jhi on 2001/08/04 14:12:45
3621 Log: Subject: UTF-8 bugs in string length & single line regex matches
3622 From: "Daniel P. Berrange" <dan@berrange.com>
3623 Date: Fri, 3 Aug 2001 11:39:33 +0100
3624 Message-ID: <20010803113932.A19318@berrange.com>
3625
3626 (the mg_length() fix)
3627 Branch: perl
3628 ! mg.c t/op/length.t
3629____________________________________________________________________________
3630[ 11571] By: jhi on 2001/08/04 14:10:39
3631 Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
3632 From: Abhijit Menon-Sen <ams@wiw.org>
3633 Date: Sat, 4 Aug 2001 16:56:35 +0530
3634 Message-ID: <20010804165635.E526@lustre.dyn.wiw.org>
3635 Branch: perl
3636 ! hv.c
3637____________________________________________________________________________
3638[ 11570] By: jhi on 2001/08/04 14:09:59
3639 Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
3640 From: Abhijit Menon-Sen <ams@wiw.org>
3641 Date: Sat, 4 Aug 2001 16:16:03 +0530
3642 Message-ID: <20010804161603.C526@lustre.dyn.wiw.org>
3643 Branch: perl
3644 ! hv.c
3645____________________________________________________________________________
3646[ 11569] By: jhi on 2001/08/04 14:09:09
3647 Log: Subject: Re: [patch] refcount re ops
3648 From: Abhijit Menon-Sen <ams@wiw.org>
3649 Date: Sat, 4 Aug 2001 08:54:55 +0530
3650 Message-ID: <20010804085455.B526@lustre.dyn.wiw.org>
3651 Branch: perl
3652 ! sv.c
3653____________________________________________________________________________
3654[ 11568] By: jhi on 2001/08/04 14:08:19
3655 Log: Subject: [patch] refcount re ops
3656 From: Doug MacEachern <dougm@covalent.net>
3657 Date: Fri, 3 Aug 2001 18:17:41 -0700 (PDT)
3658 Message-ID: <Pine.LNX.4.21.0108031814240.23972-100000@mako.covalent.net>
3659 Branch: perl
3660 ! regcomp.c sv.c
3661____________________________________________________________________________
3662[ 11567] By: jhi on 2001/08/03 23:52:56
3663 Log: Subject: [patch] ignore PL_curpm in PL_regex_padav cleanup
3664 From: Doug MacEachern <dougm@covalent.net>
3665 Date: Fri, 3 Aug 2001 17:37:53 -0700 (PDT)
3666 Message-ID: <Pine.LNX.4.21.0108031730040.23972-100000@mako.covalent.net>
3667 Branch: perl
3668 ! perl.c regexec.c
3669____________________________________________________________________________
3670[ 11566] By: jhi on 2001/08/03 20:45:10
3671 Log: Subject: [PATCH perl@11564] fix t/op/misc.t for VMS
3672 From: "Craig A. Berry" <craigberry@mac.com>
3673 Date: Fri, 03 Aug 2001 16:16:16 -0500
3674 Message-Id: <5.1.0.14.0.20010803161026.03530e58@exchi01>
3675 Branch: perl
3676 ! t/op/misc.t
3677____________________________________________________________________________
3678[ 11565] By: jhi on 2001/08/03 13:46:40
3679 Log: Subject: Re: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000
3680 From: John Kristian <jmk2001@engineer.com>
3681 Date: Fri, 03 Aug 2001 00:59:08 -0700
3682 Message-id: <03a101c11bf2$2c9b5ee0$0100a8c0@JOHNKRISTIAN>
3683 Branch: perl
3684 ! win32/win32.c
3685____________________________________________________________________________
3686[ 11564] By: jhi on 2001/08/03 13:25:39
3687 Log: Update Changes.
3688 Branch: perl
3689 ! Changes patchlevel.h
3690____________________________________________________________________________
c72a9197
JH
3691[ 11563] By: jhi on 2001/08/03 12:13:17
3692 Log: Subject: [PATCH perl@11523] fix Stash.t for VMS
3693 From: "Craig A. Berry" <craigberry@mac.com>
3694 Date: Thu, 02 Aug 2001 23:15:24 -0500
3695 Message-Id: <5.1.0.14.0.20010802230843.03530e58@mail.mac.com>
3696 Branch: perl
3697 ! ext/B/Stash.t
3698____________________________________________________________________________
3699[ 11562] By: jhi on 2001/08/03 12:11:57
3700 Log: Subject: [patch] plug PL_cshname leak
3701 From: Doug MacEachern <dougm@covalent.net>
3702 Date: Thu, 2 Aug 2001 20:59:04 -0700 (PDT)
3703 Message-ID: <Pine.LNX.4.21.0108022058020.8991-100000@mako.covalent.net>
3704 Branch: perl
3705 ! sv.c
3706____________________________________________________________________________
3707[ 11561] By: jhi on 2001/08/03 12:10:32
3708 Log: Subject: [patch] plug PL_sh_path leak
3709 From: Doug MacEachern <dougm@covalent.net>
3710 Date: Thu, 2 Aug 2001 20:54:08 -0700 (PDT)
3711 Message-ID: <Pine.LNX.4.21.0108022043040.8991-100000@mako.covalent.net>
3712 Branch: perl
3713 ! sv.c
3714____________________________________________________________________________
3715[ 11560] By: jhi on 2001/08/03 12:09:50
3716 Log: Subject: [patch] plug PL_regex_padav leaks
3717 From: Doug MacEachern <dougm@covalent.net>
3718 Date: Thu, 2 Aug 2001 20:24:55 -0700 (PDT)
3719 Message-ID: <Pine.LNX.4.21.0108022020100.8991-100000@mako.covalent.net>
3720 Branch: perl
3721 ! op.c op.h perl.c
3722____________________________________________________________________________
3723[ 11559] By: jhi on 2001/08/03 12:08:59
3724 Log: Subject: [patch] plug PL_origargv leak
3725 From: Doug MacEachern <dougm@covalent.net>
3726 Date: Thu, 2 Aug 2001 18:15:22 -0700 (PDT)
3727 Message-ID: <Pine.LNX.4.21.0108021813380.8991-100000@mako.covalent.net>
3728 Branch: perl
3729 ! perl.c
3730____________________________________________________________________________
3731[ 11558] By: jhi on 2001/08/03 12:07:58
3732 Log: Subject: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
3733 From: Abhijit Menon-Sen <ams@wiw.org>
3734 Date: Fri, 3 Aug 2001 06:38:11 +0530
3735 Message-ID: <20010803063811.A19266@lustre.dyn.wiw.org>
3736 Branch: perl
3737 ! hv.c
3738____________________________________________________________________________
3739[ 11557] By: nick on 2001/08/03 08:17:38
3740 Log: Integrate mainline
3741 Branch: perlio
3742 +> (branch 47 files)
3743 - lib/Switch/test.pl
3744 !> (integrate 49 files)
3745____________________________________________________________________________
3746[ 11556] By: jhi on 2001/08/02 22:46:22
3747 Log: Subject: [PATCH perl@11523] fix Showlex.t for VMS
3748 From: "Craig A. Berry" <craigberry@mac.com>
3749 Date: Thu, 02 Aug 2001 12:56:19 -0500
3750 Message-Id: <5.1.0.14.0.20010802124618.034c5008@exchi01>
3751 Branch: perl
3752 ! ext/B/Showlex.t
3753____________________________________________________________________________
3754[ 11555] By: jhi on 2001/08/02 22:29:34
3755 Log: Be more careful about non-existent files.
3756 Branch: perl
3757 ! lib/File/Copy.pm
3758____________________________________________________________________________
3759[ 11554] By: jhi on 2001/08/02 21:37:27
3760 Log: Subject: [PATCH resend] deparse empty formats
3761 From: Robin Houston <robin@kitsite.com>
3762 Date: Thu, 2 Aug 2001 14:32:36 +0100
3763 Message-ID: <20010802143236.A894@robin.kitsite.com>
3764 Branch: perl
3765 ! ext/B/B/Deparse.pm
3766____________________________________________________________________________
3767[ 11553] By: jhi on 2001/08/02 16:37:32
3768 Log: Subject: [patch] ithreads + refto fix improvement
3769 From: Doug MacEachern <dougm@covalent.net>
3770 Date: Thu, 2 Aug 2001 09:41:53 -0700 (PDT)
3771 Message-ID: <Pine.LNX.4.21.0108020939030.8991-100000@mako.covalent.net>
3772 Branch: perl
3773 ! pp.c
3774____________________________________________________________________________
3775[ 11552] By: jhi on 2001/08/02 14:24:26
3776 Log: Readability nit from Abhijit.
3777 Branch: perl
3778 ! op.c
3779____________________________________________________________________________
3780[ 11551] By: jhi on 2001/08/02 14:22:31
3781 Log: setproctitle() API version nit from Anton Berezin.
3782 Branch: perl
3783 ! mg.c
3784____________________________________________________________________________
3785[ 11550] By: jhi on 2001/08/02 13:51:41
3786 Log: Add PerlCE to the docs.
3787 Branch: perl
3788 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
3789 ! pod/perltoc.pod win32/Makefile win32/makefile.mk
3790____________________________________________________________________________
3791[ 11549] By: jhi on 2001/08/02 13:25:43
3792 Log: Integrate the PerlCE (WinCE Perl) port;
3793 kindly supplied by Rainer Keuchel <rkeuc@allgeier.com>.
3794 Branch: perl
3795 + README.ce wince/FindExt.pm wince/Makefile.ce
3796 + wince/README.compile wince/README.perlce wince/bin/exetype.pl
3797 + wince/bin/perlglob.pl wince/bin/pl2bat.pl wince/bin/runperl.pl
3798 + wince/bin/search.pl wince/config.ce wince/config.h
3799 + wince/config_H.ce wince/config_h.PL wince/config_sh.PL
3800 + wince/dl_win32.xs wince/include/arpa/inet.h
3801 + wince/include/cectype.h wince/include/errno.h
3802 + wince/include/netdb.h wince/include/sys/socket.h
3803 + wince/include/sys/stat.h wince/include/sys/types.h
3804 + wince/include/sys/utime.h wince/include/time.h wince/perl.ico
3805 + wince/perl.rc wince/perldll.def wince/perllib.c
3806 + wince/perlmain.c wince/registry.bat wince/runperl.c
3807 + wince/splittree.pl wince/win32.h wince/win32iop.h
3808 + wince/win32thread.c wince/win32thread.h wince/wince.c
3809 + wince/wince.h wince/wincesck.c wince/xbuildall.ksh
3810 + wince/xdistclean.ksh wince/xmakediffs.ksh
3811 ! MANIFEST perl.c perl.h perlio.c
3812____________________________________________________________________________
3813[ 11548] By: jhi on 2001/08/02 13:18:08
3814 Log: setproctitle() made simpler. (This assumes the string is
3815 \0-terminated: if not, the three-arg form setproctitle(fmt, len, s)
3816 should be used. Note len, not len + 1.) BSD-fu from Anton
3817 Berezin.
3818 Branch: perl
3819 ! mg.c
3820____________________________________________________________________________
3821[ 11547] By: jhi on 2001/08/02 12:49:54
3822 Log: Subject: [PATCH] -Wall cleanup: op.c
3823 From: Richard Soderberg <rs@oregonnet.com>
3824 Date: Thu, 2 Aug 2001 00:17:09 -0700
3825 Message-Id: <200108020717.AAA26895@oregonnet.com>
3826
3827 Subject: [PATCH] -Wall cleanup: sv.c
3828 From: Richard Soderberg <rs@oregonnet.com>
3829 Date: Thu, 2 Aug 2001 00:49:21 -0700
3830 Message-Id: <200108020749.AAA27492@oregonnet.com>
3831 Branch: perl
3832 ! op.c sv.c
3833____________________________________________________________________________
3834[ 11546] By: jhi on 2001/08/02 00:53:34
3835 Log: Update Changes.
3836 Branch: perl
3837 ! Changes patchlevel.h
3838____________________________________________________________________________
d7cc7b3a
JH
3839[ 11545] By: jhi on 2001/08/02 00:48:55
3840 Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
3841 From: Doug MacEachern <dougm@covalent.net>
3842 Date: Wed, 1 Aug 2001 18:34:44 -0700 (PDT)
3843 Message-ID: <Pine.LNX.4.21.0108011830080.8991-100000@mako.covalent.net>
3844 Branch: perl
3845 ! op.c
3846____________________________________________________________________________
3847[ 11544] By: jhi on 2001/08/01 23:08:41
3848 Log: The #11541 didn't work under threads.
3849 Branch: perl
3850 ! op.c
3851____________________________________________________________________________
3852[ 11543] By: jhi on 2001/08/01 22:46:41
3853 Log: Subject: Re: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
3854 From: Hugo <hv@crypt.compulink.co.uk>
3855 Date: Fri, 22 Jun 2001 01:19:08 +0100
3856 Message-Id: <200106220019.BAA03365@crypt.compulink.co.uk>
3857
3858 (Skip tests if accept() failed)
3859 Branch: perl
3860 ! ext/IO/lib/IO/t/io_unix.t
3861____________________________________________________________________________
3862[ 11542] By: jhi on 2001/08/01 22:40:09
3863 Log: Subject: [ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in perl.h)
3864 From: "Stian Seeberg" <sseeberg@nimsoft.no>
3865 Date: Mon, 30 Jul 2001 12:28:07 +0200
3866 Message-Id: <68236D3FC2D92347B466639324391D1A0432AB@PONDUS.nimsoft.no>
3867 Branch: perl
3868 ! perl.h
3869____________________________________________________________________________
3870[ 11541] By: jhi on 2001/08/01 22:38:31
3871 Log: Subject: Pluggable optimizer
3872 From: Simon Cozens <simon@netthink.co.uk>
3873 Date: Wed, 1 Aug 2001 13:57:02 -0700
3874 Message-ID: <20010801135702.I10442@netthink.co.uk>
3875 Branch: perl
3876 ! embedvar.h op.c perl.c perl.h perlapi.h sv.c thrdvar.h util.c
3877____________________________________________________________________________
3878[ 11540] By: jhi on 2001/08/01 22:29:54
3879 Log: Subject: [ID 20010801.039] perlre.pod message typo
3880 From: Autrijus Tang <autrijus@geb.elixus.org>
3881 Date: Thu, 2 Aug 2001 04:48:02 +0800 (CST)
3882 Message-Id: <200108012048.f71Km2r79890@geb.elixus.org>
3883 Branch: perl
3884 ! pod/perlre.pod
3885____________________________________________________________________________
3886[ 11539] By: jhi on 2001/08/01 16:32:52
3887 Log: Test for change #11536.
3888 Branch: perl
3889 ! t/op/tiehandle.t
3890____________________________________________________________________________
3891[ 11538] By: jhi on 2001/08/01 16:27:19
3892 Log: More test fixups for #11537.
3893 Branch: perl
3894 ! t/lib/warnings/4lint t/lib/warnings/9enabled
3895____________________________________________________________________________
3896[ 11537] By: jhi on 2001/08/01 16:26:25
3897 Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
3898 From: Doug MacEachern <dougm@covalent.net>
3899 Date: Mon, 30 Jul 2001 17:38:50 -0700 (PDT)
3900 Message-ID: <Pine.LNX.4.21.0107301720310.25941-100000@mako.covalent.net>
3901 Branch: perl
3902 ! op.c t/TestInit.pm
3903____________________________________________________________________________
3904[ 11536] By: jhi on 2001/08/01 16:08:08
3905 Log: Subject: [patch] ithreads + refto bug
3906 From: Doug MacEachern <dougm@covalent.net>
3907 Date: Wed, 1 Aug 2001 09:47:28 -0700 (PDT)
3908 Message-ID: <Pine.LNX.4.21.0108010937240.7498-100000@mako.covalent.net>
3909
3910 (Test in change #11539)
3911 Branch: perl
3912 ! pp.c
3913____________________________________________________________________________
3914[ 11535] By: jhi on 2001/08/01 16:05:56
3915 Log: Subject: [PATCH: perl@11523] fixups for t/harness
3916 From: Prymmer/Kahn <pvhp@best.com>
3917 Date: Wed, 1 Aug 2001 09:24:23 -0700 (PDT)
3918 Message-ID: <Pine.BSF.4.21.0108010910310.17655-100000@shell8.ba.best.com>
3919 Branch: perl
3920 ! t/harness
3921____________________________________________________________________________
3922[ 11534] By: jhi on 2001/08/01 16:00:45
3923 Log: Subject: [PATCH: perl@11523] add xsubpp and libnetcfg to installed *.bat files for win32 builds
3924 From: Prymmer/Kahn <pvhp@best.com>
3925 Date: Wed, 1 Aug 2001 09:07:13 -0700 (PDT)
3926 Message-ID: <Pine.BSF.4.21.0108010859230.17655-100000@shell8.ba.best.com>
3927 Branch: perl
3928 ! win32/Makefile win32/makefile.mk
3929____________________________________________________________________________
3930[ 11533] By: jhi on 2001/08/01 13:38:29
3931 Log: Need to know the number of tests.
3932 Branch: perl
3933 ! t/run/exit.t
3934____________________________________________________________________________
3935[ 11532] By: jhi on 2001/08/01 13:04:31
3936 Log: Subject: Re: new exit tests on VMS
3937 From: "Craig A. Berry" <craigberry@mac.com>
3938 Date: Tue, 31 Jul 2001 12:19:29 -0500
3939 Message-Id: <5.1.0.14.0.20010731114845.03743008@mail.telocity.com>
3940 Branch: perl
3941 ! t/run/exit.t
3942____________________________________________________________________________
3943[ 11531] By: jhi on 2001/08/01 12:46:43
3944 Log: Retract #11530 (the dTHX is needed under threads)
3945 Branch: perl
3946 ! perlio.c
3947____________________________________________________________________________
3948[ 11530] By: jhi on 2001/08/01 12:39:35
3949 Log: (Retracted by #11531)
3950 Branch: perl
3951 ! perlio.c
3952____________________________________________________________________________
3953[ 11529] By: jhi on 2001/08/01 12:32:22
3954 Log: Subject: [PATCH 1/4] -Wall cleanups: unixish.h
3955 From: Richard Soderberg <rs@crystalflame.net>
3956 Date: Tue, 31 Jul 2001 23:16:22 -0700 (PDT)
3957 Message-ID: <Pine.LNX.4.21.0107312313490.24341-100000@oregonnet.com>
3958 Branch: perl
3959 ! unixish.h
3960____________________________________________________________________________
3961[ 11528] By: jhi on 2001/08/01 12:18:59
3962 Log: Subject: [PATCH 5.7.2] Allow for long long in h2xs
3963 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3964 Date: Tue, 31 Jul 2001 05:39:09 -0400
3965 Message-ID: <20010731053909.A1810@math.ohio-state.edu>
3966
3967 (with a note about the case of UV being equal to long long)
3968 Branch: perl
3969 ! utils/h2xs.PL
3970____________________________________________________________________________
3971[ 11527] By: jhi on 2001/07/31 23:49:04
3972 Log: Subject: [PATCH perl@11487] fix fs.t for VMS
3973 From: "Craig A. Berry" <craigberry@mac.com>
3974 Date: Tue, 31 Jul 2001 14:57:43 -0500
3975 Message-Id: <5.1.0.14.0.20010731145015.03743008@exchi01>
3976 Branch: perl
3977 ! t/io/fs.t
3978____________________________________________________________________________
3979[ 11526] By: jhi on 2001/07/31 23:47:57
3980 Log: Fix for
3981
3982 Subject: [ID 20010116.001] File::Copy truncates orig file
3983 From: arbor@al37al08.telecel.pt
3984 Date: Tue, 16 Jan 2001 11:43:02 GMT
3985 Message-Id: <200101161143.AA11184@al37al08.telecel.pt>
3986
3987 (copy($foo, $foo) would truncate $foo)
3988 Branch: perl
3989 ! lib/File/Copy.pm lib/File/Copy.t
3990____________________________________________________________________________
3991[ 11525] By: jhi on 2001/07/31 23:01:01
3992 Log: Metaconfig unit change for #11524.
3993 Branch: metaconfig/U/perl
3994 ! Extras.U
3995____________________________________________________________________________
3996[ 11524] By: jhi on 2001/07/31 23:00:36
3997 Log: Multiple modules didn't work; plus typo fixes.
3998 Branch: perl
3999 ! Configure
4000____________________________________________________________________________
4001[ 11523] By: jhi on 2001/07/31 15:29:58
4002 Log: Update Changes.
4003 Branch: perl
4004 ! Changes patchlevel.h
4005____________________________________________________________________________
33c3e263
JH
4006[ 11522] By: jhi on 2001/07/31 15:25:35
4007 Log: Regen perlapi.
4008 Branch: perl
4009 ! pod/perlapi.pod
4010____________________________________________________________________________
4011[ 11521] By: jhi on 2001/07/31 15:19:01
4012 Log: Subject: Re: [PATCH sv.c] mortal doc thinko
4013 From: Dave Mitchell <davem@fdgroup.co.uk>
4014 Date: Tue, 31 Jul 2001 11:52:42 +0100 (BST)
4015 Message-Id: <200107311052.LAA14427@gizmo.fdgroup.co.uk>
4016 Branch: perl
4017 ! sv.c
4018____________________________________________________________________________
4019[ 11520] By: jhi on 2001/07/31 15:17:43
4020 Log: Regen toc.
4021 Branch: perl
4022 ! pod/perltoc.pod
4023____________________________________________________________________________
4024[ 11519] By: jhi on 2001/07/31 15:17:17
4025 Log: Regen Porting stuff.
4026 Branch: perl
4027 ! Porting/Glossary Porting/config.sh Porting/config_H
4028____________________________________________________________________________
4029[ 11518] By: jhi on 2001/07/31 14:16:08
4030 Log: Subject: [PATCH 5.7.2] Allow for GNU-isms in h2xs
4031 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4032 Date: Tue, 31 Jul 2001 05:34:38 -0400
4033 Message-ID: <20010731053438.A1754@math.ohio-state.edu>
4034 Branch: perl
4035 ! utils/h2xs.PL
4036____________________________________________________________________________
4037[ 11517] By: jhi on 2001/07/31 14:15:01
4038 Log: Metaconfig unit change for #11516.
4039 Branch: metaconfig/U/perl
4040 ! gccvers.U
4041____________________________________________________________________________
4042[ 11516] By: jhi on 2001/07/31 14:14:35
4043 Log: Add -Wall in cflags, not in Configure.
4044 (This way -Wall affects only the core and the core XS,
4045 not user modules' XS. Concern from Paul Marquess,
4046 implementation idea from Andy Dougherty.)
4047 Branch: perl
4048 ! Configure cflags.SH
4049____________________________________________________________________________
4050[ 11515] By: jhi on 2001/07/31 13:57:15
4051 Log: Metaconfig unit changes for #11514.
4052 Branch: metaconfig
4053 + U/modified/sysman.U
4054 ! U/installdirs/man1dir.U
4055____________________________________________________________________________
4056[ 11514] By: jhi on 2001/07/31 13:56:26
4057 Log: Subject: Configure's detection of system manual
4058 From: Sean Dague <sean@dague.net>
4059 Date: Sun, 13 May 2001 15:53:15 -0400
4060 Message-ID: <20010513155315.A15833@underhill.dague.net>
4061 Branch: perl
4062 ! Configure
4063____________________________________________________________________________
4064[ 11513] By: jhi on 2001/07/31 03:23:01
4065 Log: Subject: [ID 20010621.004] Typo in perlobj.pod
4066 From: Autrijus Tang <autrijus@autrijus.org>
4067 Date: Thu, 21 Jun 2001 23:56:48 +0800
4068 Message-Id: <20010621235648.A57340@not.autrijus.org>
4069 Branch: perl
4070 ! pod/perlobj.pod
4071____________________________________________________________________________
4072[ 11512] By: jhi on 2001/07/31 03:13:35
4073 Log: Subject: Typo in DB_File.pm
4074 From: "Philip Newton" <Philip.Newton@gmx.net>
4075 Date: Tue, 31 Jul 2001 06:19:35 +0200
4076 Message-Id: <200107310413.f6V4DmL11900@chaos.wustl.edu>
4077 Branch: perl
4078 ! ext/DB_File/DB_File.pm
4079____________________________________________________________________________
4080[ 11511] By: jhi on 2001/07/31 03:01:49
4081 Log: Subject: Re: [ID 20010529.002] typos in man page perlre
4082 From: "Stephen P. Potter" <spp@spotter.yi.org>
4083 Date: Wed, 30 May 2001 13:59:34 -0400
4084 Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org>
4085 Branch: perl
4086 ! pod/perlre.pod
4087____________________________________________________________________________
4088[ 11510] By: jhi on 2001/07/31 02:13:58
4089 Log: eval "format foo=" would loop indefinitely; reported in
4090
4091 Subject: A load of old rubbish
4092 From: Mike Guy <mjtg@cam.ac.uk>
4093 Date: Mon, 14 May 2001 16:12:22 +0100
4094 Message-Id: <E14zK1G-0003a2-00@virgo.cus.cam.ac.uk>
4095
4096 (The core dumps reported in there already fixed.)
4097 Branch: perl
4098 ! toke.c
4099____________________________________________________________________________
4100[ 11509] By: jhi on 2001/07/31 00:37:49
4101 Log: Upgrade to Switch 2.04, now with Perl 6 given+when.
4102 Branch: perl
4103 + lib/Switch/Changes lib/Switch/README lib/Switch/t/given_when.t
4104 + lib/Switch/t/switch_case.t
4105 - lib/Switch/test.pl
4106 ! MANIFEST lib/Switch.pm
4107____________________________________________________________________________
4108[ 11508] By: jhi on 2001/07/31 00:17:38
4109 Log: Subject: [PATCH @11505] DB_File-1.78
4110 From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
4111 Date: Mon, 30 Jul 2001 22:54:37 +0100
4112 Message-ID: <AIEAJICLCBDNAAOLLOKLGELNCLAA.Paul_Marquess@Yahoo.co.uk>
4113 Branch: perl
4114 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
4115 ! ext/DB_File/DB_File.xs ext/DB_File/version.c
4116____________________________________________________________________________
4117[ 11507] By: jhi on 2001/07/30 23:11:10
4118 Log: Explain in more detail why -pipe and -fno-common are good.
4119 Branch: perl
4120 ! hints/darwin.sh
4121____________________________________________________________________________
4122[ 11506] By: nick on 2001/07/30 14:32:23
4123 Log: Integrate mainline
4124 Branch: perlio
4125 !> INSTALL Makefile.SH doio.c hints/darwin.sh
4126____________________________________________________________________________
4127[ 11505] By: jhi on 2001/07/30 14:14:39
4128 Log: Perl hasn't been putting man pages into $prefix/lib for
4129 a long time now; pointed out by Andy Dougherty.
4130 Branch: perl
4131 ! hints/darwin.sh
4132____________________________________________________________________________
4133[ 11504] By: jhi on 2001/07/30 14:13:15
4134 Log: Document the extras Configure option.
4135 Branch: perl
4136 ! INSTALL
4137____________________________________________________________________________
4138[ 11503] By: jhi on 2001/07/30 13:52:14
4139 Log: Integrate change #11051 from macperl; O_RDONLY is not zero
4140 everywhere.
4141 Branch: perl
4142 !> doio.c
4143____________________________________________________________________________
4144[ 11502] By: jhi on 2001/07/30 13:45:27
4145 Log: Doubly guard against invoking CPAN if no extras defined,
4146 pointed out by H. Merijn Brand.
4147 Branch: perl
4148 ! Makefile.SH
4149____________________________________________________________________________
4150[ 11501] By: pudge on 2001/07/30 12:57:56
4151 Log: Fix O_RDONLY check to check for O_RDONLY.
4152 Branch: maint-5.6/macperl
4153 ! doio.c
4154____________________________________________________________________________
4155[ 11500] By: pudge on 2001/07/30 12:41:11
4156 Log: Integrate miscellaneous changes from maint-5.6/perl.
4157 Branch: maint-5.6/macperl
4158 !> MANIFEST t/TEST t/harness t/pod/testp2pt.pl t/run/runenv.t
4159____________________________________________________________________________
4160[ 11499] By: nick on 2001/07/30 06:52:42
4161 Log: Integrate mainline
4162 Branch: perlio
4163 +> macos/MacPerlTests.cmd macos/xsubpp.patch os2/perlrexx.c
4164 +> win32/sync_ext.pl
4165 - win32/sncfnmcs.pl
4166 !> (integrate 71 files)
4167____________________________________________________________________________
4168[ 11498] By: jhi on 2001/07/30 03:53:34
4169 Log: Update Changes.
4170 Branch: perl
4171 ! Changes patchlevel.h
4172____________________________________________________________________________
6c31a68f
JH
4173[ 11497] By: jhi on 2001/07/30 03:45:32
4174 Log: Now Configure -Dextras=Foo::Bar and "make install" will
4175 fetch and install Foo::Bar.
4176 Branch: perl
4177 ! Makefile.SH
4178____________________________________________________________________________
4179[ 11496] By: jhi on 2001/07/30 03:18:28
4180 Log: Metaconfig unit change for #11495.
4181 Branch: metaconfig/U/perl
4182 ! Extras.U
4183____________________________________________________________________________
4184[ 11495] By: jhi on 2001/07/30 03:18:01
4185 Log: extras.make, extras.test, and extras.install make targets.
4186 Branch: perl
4187 ! Configure Makefile.SH
4188____________________________________________________________________________
4189[ 11494] By: jhi on 2001/07/30 01:37:35
4190 Log: Metaconfig unit change for #11493.
4191 Branch: metaconfig/U/perl
4192 ! Extras.U
4193____________________________________________________________________________
4194[ 11493] By: jhi on 2001/07/30 01:37:14
4195 Log: Better to have the list of extras in $extras than 'define'.
4196 Branch: perl
4197 ! Configure
4198____________________________________________________________________________
4199[ 11492] By: jhi on 2001/07/30 01:33:16
4200 Log: The metaconfig unit change for #11490.
4201 Branch: metaconfig/U/perl
4202 + Extras.U
4203____________________________________________________________________________
4204[ 11491] By: jhi on 2001/07/30 01:32:54
4205 Log: Missed from #11490 (the required dependency).
4206 Branch: perl
4207 ! Makefile.SH
4208____________________________________________________________________________
4209[ 11490] By: jhi on 2001/07/30 01:32:02
4210 Log: Add the support of asking for extra modules or bundles of modules
4211 to be fetched from the CPAN and installed as a part of the Perl
4212 build process. None of this installation is yet really done;
4213 only the list is asked, and saved away in extras.lst for
4214 the build and installation process to worry about later.
4215 Branch: perl
4216 ! Configure
4217____________________________________________________________________________
4218[ 11489] By: jhi on 2001/07/29 22:15:25
4219 Log: Beginnings of better Inf and NaN support.
4220 At least toke.c and sv.c still need quite a bit of work.
4221 Branch: perl
4222 ! numeric.c perl.h
4223____________________________________________________________________________
4224[ 11488] By: jhi on 2001/07/29 21:18:57
4225 Log: Top-level Makefile didn't honour OPTIMIZE.
4226 Branch: perl
4227 ! Makefile.SH
4228____________________________________________________________________________
4229[ 11487] By: jhi on 2001/07/29 20:56:04
4230 Log: Update Changes.
4231 Branch: perl
4232 ! Changes patchlevel.h
4233____________________________________________________________________________
3e54165a
JH
4234[ 11486] By: jhi on 2001/07/29 20:38:09
4235 Log: Use Search::Dict 1.02 interface for charinfo().
4236 Branch: perl
4237 ! lib/UnicodeCD.pm
4238____________________________________________________________________________
4239[ 11485] By: jhi on 2001/07/29 20:37:11
4240 Log: Now also allow transforming the read lines before comparing them.
4241 (This will help UnicodeCD.)
4242 Branch: perl
4243 ! lib/Search/Dict.pm
4244____________________________________________________________________________
4245[ 11484] By: jhi on 2001/07/29 20:03:13
4246 Log: Remove tiehandle code.
4247 Branch: perl
4248 ! lib/UnicodeCD.pm
4249____________________________________________________________________________
4250[ 11483] By: jhi on 2001/07/29 19:59:02
4251 Log: Allow specifying a comparison function for Search::Dict::look().
4252 Branch: perl
4253 ! lib/Search/Dict.pm
4254____________________________________________________________________________
4255[ 11482] By: jhi on 2001/07/29 18:55:04
4256 Log: Small UnicodeCD tweaks.
4257 Branch: perl
4258 ! lib/UnicodeCD.pm lib/UnicodeCD.t
4259____________________________________________________________________________
4260[ 11481] By: jhi on 2001/07/29 17:14:19
4261 Log: Subject: [PATCH @11446] UnicodeCD::charinfo
4262 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
4263 Date: Tue, 24 Jul 2001 01:51:32 +0900
4264 Message-Id: <20010724015114.CF4D.BQW10602@nifty.com>
4265 Branch: perl
4266 ! lib/UnicodeCD.pm lib/UnicodeCD.t
4267____________________________________________________________________________
4268[ 11480] By: jhi on 2001/07/29 16:55:58
4269 Log: Subject: [PATCH] installperl
4270 From: Wilfredo Sánchez <wsanchez@MIT.EDU>
4271 Date: Fri, 27 Jul 2001 19:05:04 -0700
4272 Message-Id: <F7912758-82FC-11D5-BFC6-003065D59FBA@thor.sbay.org>
4273 Branch: perl
4274 ! installperl
4275____________________________________________________________________________
4276[ 11479] By: jhi on 2001/07/29 16:52:52
4277 Log: Subject: [PATCH] Set proper compatibility versions in core
4278 From: Wilfredo Sánchez <wsanchez@MIT.EDU>
4279 Date: Fri, 27 Jul 2001 20:01:49 -0700
4280 Message-Id: <E3A6C66A-8304-11D5-BFC6-003065D59FBA@thor.sbay.org>
4281 Branch: perl
4282 ! Makefile.SH
4283____________________________________________________________________________
4284[ 11478] By: jhi on 2001/07/29 16:50:55
4285 Log: Metaconfig unit change for #11477.
4286 Branch: metaconfig/U/perl
4287 ! dlsrc.U
4288____________________________________________________________________________
4289[ 11477] By: jhi on 2001/07/29 16:50:35
4290 Log: Subject: [PATCH] Darwin: -fpic not so good
4291 From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
4292 Date: Fri, 27 Jul 2001 18:57:38 -0700
4293 Message-Id: <EC1496A6-82FB-11D5-BFC6-003065D59FBA@thor.sbay.org>
4294 Branch: perl
4295 ! Configure
4296____________________________________________________________________________
4297[ 11476] By: jhi on 2001/07/29 16:44:03
4298 Log: Subject: [PATCH] Clean up Darwin hints
4299 From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
4300 Date: Fri, 27 Jul 2001 19:13:15 -0700
4301 Message-Id: <1A70CA3F-82FE-11D5-BFC6-003065D59FBA@thor.sbay.org>
4302 Branch: perl
4303 ! hints/darwin.sh
4304____________________________________________________________________________
4305[ 11475] By: jhi on 2001/07/29 16:28:45
4306 Log: Subject: [PATCH split()] split()'s unused captures should be undef, not ''
4307 From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
4308 Date: Fri, 27 Jul 2001 14:00:37 -0400 (EDT)
4309 Message-ID: <Pine.GSO.4.21.0107271358310.28213-100000@crusoe.crusoe.net>
4310 Branch: perl
4311 ! pod/perlfunc.pod pp.c t/op/split.t
4312____________________________________________________________________________
4313[ 11474] By: jhi on 2001/07/29 16:27:54
4314 Log: Subject: [PATCH perlvar.pod] $^N foolery as well
4315 From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
4316 Date: Thu, 26 Jul 2001 20:03:12 -0400 (EDT)
4317 Message-ID: <Pine.GSO.4.21.0107261958380.28213-100000@crusoe.crusoe.net>
4318 Branch: perl
4319 ! pod/perlvar.pod
4320____________________________________________________________________________
4321[ 11473] By: jhi on 2001/07/29 16:27:00
4322 Log: Subject: [PATCH] fixes to constant.pm documentation
4323 From: Ilmari Karonen <iltzu@sci.fi>
4324 Date: Tue, 24 Jul 2001 16:44:24 +0300 (EET DST)
4325 Message-ID: <Pine.SOL.3.96.1010724163055.6822A-100000@simpukka>
4326 Branch: perl
4327 ! lib/constant.pm
4328____________________________________________________________________________
4329[ 11472] By: jhi on 2001/07/28 18:39:03
4330 Log: Subject: [DOC PATCH bleadperl] perlport.pod and C<..">>"...>
4331 From: "Philip Newton" <Philip.Newton@gmx.net>
4332 Date: Fri, 27 Jul 2001 07:51:10 +0200
4333 Message-Id: <200107270548.f6R5mJL09063@chaos.wustl.edu>
4334 Branch: perl
4335 ! pod/perlport.pod
4336____________________________________________________________________________
4337[ 11471] By: nick on 2001/07/26 06:23:32
4338 Log: Subject: [PATCH] Doc fix for perlguts / threading
4339 From: Arthur Bergman <arthur@contiller.se>
4340 Date: Wed, 25 Jul 2001 11:28:23 +0200
4341 Message-Id: <B7845DD6.2812%arthur@contiller.se>
4342 Branch: perl
4343 ! pod/perlguts.pod
4344____________________________________________________________________________
4345[ 11470] By: nick on 2001/07/26 06:21:06
4346 Log: Subject: [DOC PATCH bleadperl] INSTALL: README for Unix systems exist
4347 From: Philip Newton <Philip.Newton@gmx.net>
4348 Date: Wed, 25 Jul 2001 08:19:47 +0200
4349 Message-Id: <E15PHy4-0000cR-00@mserv1f.vianw.co.uk>
4350 Branch: perl
4351 ! INSTALL
4352____________________________________________________________________________
4353[ 11469] By: nick on 2001/07/26 06:20:25
4354 Log: Subject: [DOC PATCH bleadperl] typo in INSTALL?
4355 From: Philip Newton <Philip.Newton@gmx.net>
4356 Date: Wed, 25 Jul 2001 08:12:48 +0200